Skip to content

Commit

Permalink
updated framework
Browse files Browse the repository at this point in the history
  • Loading branch information
nelabiernat committed Mar 14, 2024
1 parent 8c6fac9 commit e5f5c1f
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 103 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "NeptuneLabs GmbH",
"url": "https://www.neptunelabs.com/"
},
"version": "24.02.29",
"version": "24.03.14",
"homepage": "https://www.neptunelabs.com/fsi-viewer-360",
"repository": {
"type": "git",
Expand All @@ -15,9 +15,8 @@
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@neptunelabs/fsi-samples-framework": "^2.0.13-dev",
"prettier": "^3.2.5"
"dependencies": {
"@neptunelabs/fsi-samples-framework": "2.0.15-dev"
},
"scripts": {
"start": "workbench",
Expand Down
38 changes: 18 additions & 20 deletions samples/javascript-api/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,22 @@ overview:
facts:
- JS built FSI Viewer
- JS API Demonstration
schema: bootstrap-taupe
sample:
template:
schema: bootstrap-taupe
components:
menu:
template: data/clothing-menu.yml
featured:
template: data/clothing-featured.yml
highlight: DEAL OF THE DAY
footer:
credits:
photos:
- author: Artem Bondarchuk
link: https://unsplash.com/@artembondarchuk?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
platform: Unsplash
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
bootstrap:
icons: true
menu:
data: clothing-menu.yml
featured:
data: clothing-featured.yml
highlight: DEAL OF THE DAY
footer:
credits:
photos:
- author: Artem Bondarchuk
link: https://unsplash.com/@artembondarchuk?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
platform: Unsplash
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
bootstrap:
icons: true
32 changes: 15 additions & 17 deletions samples/multi-axis-hotspots/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ overview:
- Multi-Axis Spin
- Hotspots
order: 4
schema: bootstrap-taupe
sample:
template:
schema: bootstrap-taupe
components:
menu:
template: data/misc-menu.yml
highlight: DEAL OF THE DAY
footer:
credits:
photos:
- author: NeptuneLabs GmbH
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
touchZoom: true
bootstrap:
icons: true
menu:
data: misc-menu.yml
highlight: DEAL OF THE DAY
footer:
credits:
photos:
- author: NeptuneLabs GmbH
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
touchZoom: true
bootstrap:
icons: true

46 changes: 22 additions & 24 deletions samples/pdp/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,26 @@ overview:
- Custom Skin
- Product variants
order: 1
schema: bootstrap-taupe
sample:
template:
schema: bootstrap-taupe
components:
menu:
template: data/clothing-menu.yml
highlight: DEAL OF THE DAY
featured:
template: data/clothing-featured.yml
footer:
credits:
photos:
- author: NeptuneLabs GmbH
link: https://www.neptunelabs.com/
- author: Photobac
- author: Artem Bondarchuk
link: https://unsplash.com/@artembondarchuk?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
platform: Unsplash
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
touchZoom: true
bootstrap:
icons: true
menu:
data: clothing-menu.yml
highlight: DEAL OF THE DAY
featured:
data: clothing-featured.yml
footer:
credits:
photos:
- author: NeptuneLabs GmbH
link: https://www.neptunelabs.com/
- author: Photobac
- author: Artem Bondarchuk
link: https://unsplash.com/@artembondarchuk?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText
platform: Unsplash
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
touchZoom: true
bootstrap:
icons: true
34 changes: 16 additions & 18 deletions samples/poi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,20 @@ overview:
- Points Of Interest
- Thumbnail Labels
order: 3
schema: bootstrap-taupe
sample:
template:
schema: bootstrap-taupe
components:
menu:
template: data/misc-menu.yml
highlight: HIGHLIGHT OF THE DAY
footer:
credits:
photos:
- author: 360ties GmbH
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
touchZoom: true
thumbBar: true
bootstrap:
icons: true
menu:
data:misc-menu.yml
highlight: HIGHLIGHT OF THE DAY
footer:
credits:
photos:
- author: 360ties GmbH
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
touchZoom: true
thumbBar: true
bootstrap:
icons: true
34 changes: 16 additions & 18 deletions samples/react/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,20 @@ overview:
facts:
- Sample component containing FSI Viewer 360
- FSI Component
schema: react-taupe
sample:
template:
schema: react-taupe
components:
react:
theme: data/clothing.yml
data:
highlight: REACT OF THE DAY
credits:
photos:
- author: 360°
link: https://www.neptunelabs.com
platform: NeptuneLabs
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
bootstrap:
icons: true
menu:
data: clothing-menu.yml
highlight: REACT OF THE DAY
footer:
credits:
photos:
- author: 360°
link: https://www.neptunelabs.com
platform: NeptuneLabs
viewer:
link: https://www.neptunelabs.com/fsi-viewer/
fsi:
viewer: true
bootstrap:
icons: true
7 changes: 5 additions & 2 deletions samples/starter/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ overview:
image: logo.png
description: Start your own demo
order: 99
schema: vanilla
sample:
template:
schema: vanilla
mapping:
html: 'index.html'
js: 'script.js'
css: 'style.css'

0 comments on commit e5f5c1f

Please sign in to comment.