@synergy-design-system/tokens 2.10.0 → 2.12.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 +2 -2
- package/dist/themes/light.css +2 -2
- package/package.json +1 -1
- package/src/figma-tokens/_docs.json +15 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ 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))
|
|
7
|
+
|
|
8
|
+
# [@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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ add support for folder dnd in syn-file ([#616](https://github.com/synergy-design-system/synergy-design-system/issues/616)) ([114893b](https://github.com/synergy-design-system/synergy-design-system/commit/114893b7422ae86acd5893fc3f212054ce7e297e))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.10.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.9.0...tokens/2.10.0) (2024-09-24)
|
|
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.11.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Wed, 02 Oct 2024 08:16:24 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.11.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Wed, 02 Oct 2024 08:16:24 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
"type": "text"
|
|
998
998
|
},
|
|
999
999
|
"description": {
|
|
1000
|
-
"value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are
|
|
1000
|
+
"value": "Use the multiple attribute to allow the selection of multiple files.\n\nFigma only: Override the button/droparea and value text directly, to indicate that multiple files are selected (“file” -> “files”)",
|
|
1001
1001
|
"type": "text"
|
|
1002
1002
|
}
|
|
1003
1003
|
},
|
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
"type": "text"
|
|
1028
1028
|
},
|
|
1029
1029
|
"description": {
|
|
1030
|
-
"value": "Use the size attribute to change
|
|
1030
|
+
"value": "Use the size attribute to change the component's size.",
|
|
1031
1031
|
"type": "text"
|
|
1032
1032
|
}
|
|
1033
1033
|
},
|
|
@@ -1060,6 +1060,16 @@
|
|
|
1060
1060
|
"value": "The invalid status is used to warn the user that the syn-file is invalid. For example, if the entry of text is mandatory and nothing has been entered or if a text has been entered that does not have the correct format.",
|
|
1061
1061
|
"type": "text"
|
|
1062
1062
|
}
|
|
1063
|
+
},
|
|
1064
|
+
"directory": {
|
|
1065
|
+
"title": {
|
|
1066
|
+
"value": "Directory",
|
|
1067
|
+
"type": "text"
|
|
1068
|
+
},
|
|
1069
|
+
"description": {
|
|
1070
|
+
"value": "The webkitdirectory setting allows users to select entire directories instead of individual files. When a directory is chosen, all files inside (including those in sub-directories) are selected. Although this feature is not part of the official HTML specification, it is widely supported across major browsers.",
|
|
1071
|
+
"type": "text"
|
|
1072
|
+
}
|
|
1063
1073
|
}
|
|
1064
1074
|
},
|
|
1065
1075
|
"format-bytes": {
|
|
@@ -1821,7 +1831,7 @@
|
|
|
1821
1831
|
"type": "text"
|
|
1822
1832
|
},
|
|
1823
1833
|
"description": {
|
|
1824
|
-
"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.",
|
|
1825
1835
|
"type": "text"
|
|
1826
1836
|
}
|
|
1827
1837
|
},
|
|
@@ -2889,7 +2899,7 @@
|
|
|
2889
2899
|
"type": "text"
|
|
2890
2900
|
},
|
|
2891
2901
|
"description": {
|
|
2892
|
-
"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
|
|
2893
2903
|
"type": "text"
|
|
2894
2904
|
}
|
|
2895
2905
|
},
|
|
@@ -3773,4 +3783,4 @@
|
|
|
3773
3783
|
}
|
|
3774
3784
|
}
|
|
3775
3785
|
}
|
|
3776
|
-
}
|
|
3786
|
+
}
|