@synergy-design-system/vue 1.20.0 → 1.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://www.sick.com"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@synergy-design-system/components": "^1.20.
|
|
7
|
+
"@synergy-design-system/components": "^1.20.2"
|
|
8
8
|
},
|
|
9
9
|
"description": "Vue3 wrappers for the Synergy Design System",
|
|
10
10
|
"exports": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"directory": "packages/vue"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
|
-
"version": "1.20.
|
|
43
|
+
"version": "1.20.2",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@vue/tsconfig": "^0.5.1",
|
|
46
46
|
"vue": "^3.4.24"
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
* @csspart overlay - The overlay that covers the screen behind the side-nav.
|
|
42
42
|
*
|
|
43
43
|
* @cssproperty --side-nav-open-width - The width of the side-nav if in open state
|
|
44
|
-
* @cssproperty --side-nav-rail-width - The width of the side-nav if in rail mode without open
|
|
45
44
|
*
|
|
46
45
|
* @animation sideNav.showNonRail - The animation to use when showing the side-nav in non-rail mode.
|
|
47
46
|
* @animation sideNav.showRail - The animation to use when showing the side-nav in rail mode.
|