@synergy-design-system/tokens 2.18.1 → 2.20.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 +14 -0
- package/dist/js/index.d.ts +1 -1
- package/dist/js/index.js +1 -1
- package/dist/scss/_tokens.scss +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/light.css +1 -1
- package/package.json +1 -1
- package/src/figma-tokens/$themes.json +3 -17
- package/src/figma-tokens/_docs.json +42 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.20.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.19.0...tokens/2.20.0) (2025-05-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ number-input - allow clamping via property ([#853](https://github.com/synergy-design-system/synergy-design-system/issues/853)) ([674f310](https://github.com/synergy-design-system/synergy-design-system/commit/674f310b19aad7e02e8b6d0e6346c8cff1a89d94))
|
|
7
|
+
|
|
8
|
+
# [@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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ 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))
|
|
14
|
+
|
|
1
15
|
# [@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
16
|
|
|
3
17
|
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
package/dist/scss/_tokens.scss
CHANGED
package/dist/themes/dark.css
CHANGED
package/dist/themes/light.css
CHANGED
package/package.json
CHANGED
|
@@ -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
|
-
"
|
|
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
|
-
"
|
|
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",
|
|
@@ -1357,6 +1357,16 @@
|
|
|
1357
1357
|
"type": "text"
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
|
+
"stepper-input-handling": {
|
|
1361
|
+
"title": {
|
|
1362
|
+
"value": "Stepper Input Handling",
|
|
1363
|
+
"type": "text"
|
|
1364
|
+
},
|
|
1365
|
+
"description": {
|
|
1366
|
+
"value": "The `numeric-strategy` property defines how numeric input is handled during user interaction. It lets you select between the browsers native control and Synergy’s enhanced number-input logic.\n\nnative: Uses the browser’s built-in number control. Values are not auto-clamped, and stepping/validation can vary across browsers.\n\nmodern: Provides a more intuitive and predictable behavior by automatically clamping values to the nearest min/max value, including those bounds when stepping, and ignoring the step attribute during validation.",
|
|
1367
|
+
"type": "text"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1360
1370
|
"types": {
|
|
1361
1371
|
"title": {
|
|
1362
1372
|
"value": "Input Types",
|
|
@@ -3105,7 +3115,17 @@
|
|
|
3105
3115
|
"type": "text"
|
|
3106
3116
|
},
|
|
3107
3117
|
"description": {
|
|
3108
|
-
"value": "
|
|
3118
|
+
"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.",
|
|
3119
|
+
"type": "text"
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
"sticky": {
|
|
3123
|
+
"title": {
|
|
3124
|
+
"value": "Sticky",
|
|
3125
|
+
"type": "text"
|
|
3126
|
+
},
|
|
3127
|
+
"description": {
|
|
3128
|
+
"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
3129
|
"type": "text"
|
|
3110
3130
|
}
|
|
3111
3131
|
},
|
|
@@ -3923,6 +3943,26 @@
|
|
|
3923
3943
|
"type": "text"
|
|
3924
3944
|
}
|
|
3925
3945
|
},
|
|
3946
|
+
"sticky-navigation-desktop": {
|
|
3947
|
+
"title": {
|
|
3948
|
+
"value": "Sticky Navigation (Desktop)",
|
|
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
|
+
},
|
|
3956
|
+
"sticky-navigation-mobile": {
|
|
3957
|
+
"title": {
|
|
3958
|
+
"value": "Sticky Navigation (Mobile)",
|
|
3959
|
+
"type": "text"
|
|
3960
|
+
},
|
|
3961
|
+
"description": {
|
|
3962
|
+
"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.",
|
|
3963
|
+
"type": "text"
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3926
3966
|
"top-navigation": {
|
|
3927
3967
|
"title": {
|
|
3928
3968
|
"value": "Top Navigation",
|
|
@@ -4017,4 +4057,4 @@
|
|
|
4017
4057
|
}
|
|
4018
4058
|
}
|
|
4019
4059
|
}
|
|
4020
|
-
}
|
|
4060
|
+
}
|