@synergy-design-system/tokens 2.18.1 → 2.19.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@synergy-design-system/tokens-v2.19.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.18.1...tokens/2.19.0) (2025-05-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ Add variant="sticky" to syn-side-nav ([#855](https://github.com/synergy-design-system/synergy-design-system/issues/855)) ([0004497](https://github.com/synergy-design-system/synergy-design-system/commit/0004497ff3c35fab1de65fdd70730f5962ffd748))
7
+
1
8
  # [@synergy-design-system/tokens-v2.18.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.18.0...tokens/2.18.1) (2025-03-31)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.0
2
+ * @synergy-design-system/tokens version 2.18.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.0
2
+ * @synergy-design-system/tokens version 2.18.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.0
2
+ * @synergy-design-system/tokens version 2.18.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.0
2
+ * @synergy-design-system/tokens version 2.18.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.0
2
+ * @synergy-design-system/tokens version 2.18.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
package/package.json CHANGED
@@ -107,7 +107,7 @@
107
107
  },
108
108
  "type": "module",
109
109
  "types": "./dist/js/index.d.ts",
110
- "version": "2.18.1",
110
+ "version": "2.19.0",
111
111
  "scripts": {
112
112
  "build": "pnpm clean && node scripts/build.js",
113
113
  "clean": "rimraf build",
@@ -4,9 +4,6 @@
4
4
  "name": "Default",
5
5
  "$figmaStyleReferences": {},
6
6
  "selectedTokenSets": {
7
- "globals": "disabled",
8
- "color/dark": "disabled",
9
- "color/light": "disabled",
10
7
  "color/primitives": "enabled"
11
8
  },
12
9
  "$figmaCollectionId": "VariableCollectionId:9166:113417",
@@ -87,10 +84,7 @@
87
84
  "id": "eda1d35f1a28a0d1fce620eca524dde48d6b5817",
88
85
  "name": "Light",
89
86
  "selectedTokenSets": {
90
- "globals": "disabled",
91
- "color/dark": "disabled",
92
- "color/light": "enabled",
93
- "color/primitives": "disabled"
87
+ "color/light": "enabled"
94
88
  },
95
89
  "$figmaStyleReferences": {},
96
90
  "$figmaVariableReferences": {
@@ -171,10 +165,7 @@
171
165
  "id": "f39c786993e4942a7c329538c246ec8fa5e56c30",
172
166
  "name": "Dark",
173
167
  "selectedTokenSets": {
174
- "globals": "disabled",
175
- "color/dark": "enabled",
176
- "color/light": "disabled",
177
- "color/primitives": "disabled"
168
+ "color/dark": "enabled"
178
169
  },
179
170
  "$figmaStyleReferences": {},
180
171
  "$figmaVariableReferences": {
@@ -255,10 +246,7 @@
255
246
  "id": "bc6b869612b2783f5cf45d3783bee47bdf9e2e27",
256
247
  "name": "Default",
257
248
  "selectedTokenSets": {
258
- "globals": "enabled",
259
- "color/dark": "disabled",
260
- "color/light": "disabled",
261
- "color/primitives": "disabled"
249
+ "globals": "enabled"
262
250
  },
263
251
  "$figmaStyleReferences": {
264
252
  "shadow.overflow-down": "S:83a7cfa6ab292f413e064c58b850a3931c575de8,",
@@ -352,8 +340,6 @@
352
340
  "semantic/panels": "enabled",
353
341
  "semantic/tooltip": "enabled",
354
342
  "globals": "source",
355
- "color/dark": "disabled",
356
- "color/light": "disabled",
357
343
  "color/primitives": "source"
358
344
  },
359
345
  "$figmaCollectionId": "VariableCollectionId:790:67393",
@@ -3105,7 +3105,17 @@
3105
3105
  "type": "text"
3106
3106
  },
3107
3107
  "description": {
3108
- "value": "Use the rail attribute to only show the prefix of navigation items. This will open on hover on the rail navigation, therefore the header doesn't have an burger-menu-icon.\nOn touch devices the navigation opens on click and shows an overlay to be closable.\n\nNote: The Rail is only an option if all Navigation Items on the first level have an Icon. If this is not the case you should use a burger navigation.",
3108
+ "value": "Set the variant attribute to rail to only show a small navigation stripe at the left side using only the prefix-icons of the navigation items. This will open on hover on the rail navigation, therefore the header doesn't have an burger-menu-icon.\nOn touch devices the navigation opens on click and shows an overlay to be closable.\n\nNote: The Rail is only an option if all Navigation Items on the first level have an Icon. If this is not the case you should use a burger navigation.",
3109
+ "type": "text"
3110
+ }
3111
+ },
3112
+ "sticky": {
3113
+ "title": {
3114
+ "value": "Sticky",
3115
+ "type": "text"
3116
+ },
3117
+ "description": {
3118
+ "value": "Use the sticky variant when you need a persistent, toggleable side navigation that alternates between a compact “rail” (icon‐only) state and a full‐width state. \n\nNote: This pattern is only possible for flat navigation structures (no nesting) where every first‐level item has an icon.",
3109
3119
  "type": "text"
3110
3120
  }
3111
3121
  },
@@ -3923,6 +3933,26 @@
3923
3933
  "type": "text"
3924
3934
  }
3925
3935
  },
3936
+ "sticky-navigation-desktop": {
3937
+ "title": {
3938
+ "value": "Sticky Navigation (Desktop)",
3939
+ "type": "text"
3940
+ },
3941
+ "description": {
3942
+ "value": "General Behaviour\n\nThe navigation maintains its compact width until the user clicks the “show sidebar” icon at the bottom. When the navigation expands, it shifts the content area. To reduce the navigation's width, the user simply clicks “Hide sidebar” again.",
3943
+ "type": "text"
3944
+ }
3945
+ },
3946
+ "sticky-navigation-mobile": {
3947
+ "title": {
3948
+ "value": "Sticky Navigation (Mobile)",
3949
+ "type": "text"
3950
+ },
3951
+ "description": {
3952
+ "value": "General Behaviour\n\nThe navigation maintains its compact width until the user clicks the “show sidebar” icon at the bottom. When the navigation expands, it shifts the content area. To reduce the navigation's width, the user simply clicks “Hide sidebar” again.",
3953
+ "type": "text"
3954
+ }
3955
+ },
3926
3956
  "top-navigation": {
3927
3957
  "title": {
3928
3958
  "value": "Top Navigation",