@synergy-design-system/tokens 2.11.0 → 2.12.1
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 +2 -2
- package/dist/themes/light.css +2 -2
- package/package.json +1 -1
- package/src/figma-tokens/_docs.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.12.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.12.0...tokens/2.12.1) (2024-10-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Various issues with syn-prio-nav ([#645](https://github.com/synergy-design-system/synergy-design-system/issues/645)) ([f509e94](https://github.com/synergy-design-system/synergy-design-system/commit/f509e94672d494aa6393cf3287a749ca8eeee1ed))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.12.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.11.0...tokens/2.12.0) (2024-10-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ syn-radio-group should allow to set focus programmatically ([#638](https://github.com/synergy-design-system/synergy-design-system/issues/638)) ([6a81714](https://github.com/synergy-design-system/synergy-design-system/commit/6a81714e1ec29ccffe0324e78cba693d1f64091d))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.11.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.10.0...tokens/2.11.0) (2024-09-27)
|
|
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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.12.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Fri,
|
|
5
|
+
* Generated on Fri, 11 Oct 2024 10:33:53 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-dark {
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.12.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Fri,
|
|
5
|
+
* Generated on Fri, 11 Oct 2024 10:33:53 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
},
|
|
1116
1116
|
"priority-menu": {
|
|
1117
1117
|
"description": {
|
|
1118
|
-
"value": "If there is not enough space, elements will move into a dropdown.",
|
|
1118
|
+
"value": "If there is not enough space, elements will move into a dropdown. If there is only space for one item, it will display the priority menu only.",
|
|
1119
1119
|
"type": "text"
|
|
1120
1120
|
},
|
|
1121
1121
|
"title": {
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
"type": "text"
|
|
1832
1832
|
},
|
|
1833
1833
|
"description": {
|
|
1834
|
-
"value": "The focus event gives the user feedback that one of the
|
|
1834
|
+
"value": "The focus event gives the user feedback that one of the radio buttons has been focused by the keyboard interaction.",
|
|
1835
1835
|
"type": "text"
|
|
1836
1836
|
}
|
|
1837
1837
|
},
|
|
@@ -2899,7 +2899,7 @@
|
|
|
2899
2899
|
"type": "text"
|
|
2900
2900
|
},
|
|
2901
2901
|
"description": {
|
|
2902
|
-
"value": "The footer is the area located at the bottom of the application window, below the content area.\n\nThe footer may contain one or more links pointing to legal information items as well as a copyright symbol and current year. The standard links can include things like
|
|
2902
|
+
"value": "The footer is the area located at the bottom of the application window, below the content area.\n\nThe footer may contain one or more links pointing to legal information items as well as a copyright symbol and current year. The standard links can include things like
|
|
2903
2903
|
"type": "text"
|
|
2904
2904
|
}
|
|
2905
2905
|
},
|