@synergy-design-system/tokens 2.5.0 → 2.6.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 +7 -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 +3 -3
- package/src/figma-tokens/_docs.json +102 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.6.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.5.0...tokens/2.6.0) (2024-08-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ create syn-file ([#563](https://github.com/synergy-design-system/synergy-design-system/issues/563)) ([181f121](https://github.com/synergy-design-system/synergy-design-system/commit/181f121ee87e43ba0381ec4288470d3414467d8e))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v2.5.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.4.0...tokens/2.5.0) (2024-07-11)
|
|
2
9
|
|
|
3
10
|
|
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.5.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Mon, 19 Aug 2024 09:21:35 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.5.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Mon, 19 Aug 2024 09:21:35 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"semantic-release-monorepo": "7.0.5",
|
|
19
19
|
"style-dictionary": "^3.9.2",
|
|
20
20
|
"stylelint": "^16.3.1",
|
|
21
|
-
"@synergy-design-system/
|
|
22
|
-
"@synergy-design-system/
|
|
21
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
22
|
+
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
23
23
|
},
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
},
|
|
102
102
|
"type": "module",
|
|
103
103
|
"types": "./dist/js/index.d.ts",
|
|
104
|
-
"version": "2.
|
|
104
|
+
"version": "2.6.0",
|
|
105
105
|
"scripts": {
|
|
106
106
|
"build": "pnpm clean && node scripts/build.js",
|
|
107
107
|
"clean": "rimraf build",
|
|
@@ -960,6 +960,108 @@
|
|
|
960
960
|
}
|
|
961
961
|
}
|
|
962
962
|
},
|
|
963
|
+
"file": {
|
|
964
|
+
"default": {
|
|
965
|
+
"title": {
|
|
966
|
+
"value": "File",
|
|
967
|
+
"type": "text"
|
|
968
|
+
},
|
|
969
|
+
"description": {
|
|
970
|
+
"value": "File control is a component with which a user can select a local file. It shows the value of the selected file.",
|
|
971
|
+
"type": "text"
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"label": {
|
|
975
|
+
"title": {
|
|
976
|
+
"value": "Labels",
|
|
977
|
+
"type": "text"
|
|
978
|
+
},
|
|
979
|
+
"description": {
|
|
980
|
+
"value": "Use the label attribute to give the file selector an accessible label. For labels that contain HTML, use the label slot instead.",
|
|
981
|
+
"type": "text"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"help-text": {
|
|
985
|
+
"title": {
|
|
986
|
+
"value": "Help Text",
|
|
987
|
+
"type": "text"
|
|
988
|
+
},
|
|
989
|
+
"description": {
|
|
990
|
+
"value": "Add descriptive help text to a file selector with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
|
|
991
|
+
"type": "text"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
"multiple": {
|
|
995
|
+
"title": {
|
|
996
|
+
"value": "Multiple",
|
|
997
|
+
"type": "text"
|
|
998
|
+
},
|
|
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 uploaded (“file” -> “files”)",
|
|
1001
|
+
"type": "text"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"hide-value": {
|
|
1005
|
+
"title": {
|
|
1006
|
+
"value": "Hide Value",
|
|
1007
|
+
"type": "text"
|
|
1008
|
+
},
|
|
1009
|
+
"description": {
|
|
1010
|
+
"value": "There might be situations, where you don’t want to show the selected value (e. g. when something is automatically uploading).",
|
|
1011
|
+
"type": "text"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
"disabled": {
|
|
1015
|
+
"title": {
|
|
1016
|
+
"value": "Disabled",
|
|
1017
|
+
"type": "text"
|
|
1018
|
+
},
|
|
1019
|
+
"description": {
|
|
1020
|
+
"value": "Use the disabled attribute to disable a file input.",
|
|
1021
|
+
"type": "text"
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"sizes": {
|
|
1025
|
+
"title": {
|
|
1026
|
+
"value": "Sizes",
|
|
1027
|
+
"type": "text"
|
|
1028
|
+
},
|
|
1029
|
+
"description": {
|
|
1030
|
+
"value": "Use the size attribute to change a file uploads size.",
|
|
1031
|
+
"type": "text"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"droparea": {
|
|
1035
|
+
"title": {
|
|
1036
|
+
"value": "Droparea",
|
|
1037
|
+
"type": "text"
|
|
1038
|
+
},
|
|
1039
|
+
"description": {
|
|
1040
|
+
"value": "Use the droparea attribute to switch to a full-width button with a drop area.",
|
|
1041
|
+
"type": "text"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
"focus": {
|
|
1045
|
+
"title": {
|
|
1046
|
+
"value": "Focus / Active",
|
|
1047
|
+
"type": "text"
|
|
1048
|
+
},
|
|
1049
|
+
"description": {
|
|
1050
|
+
"value": "The focus event gives the user feedback that the Dropzone has been focused by the keyboard interaction and that the syn-file component is ready for use.",
|
|
1051
|
+
"type": "text"
|
|
1052
|
+
}
|
|
1053
|
+
},
|
|
1054
|
+
"invalid": {
|
|
1055
|
+
"title": {
|
|
1056
|
+
"value": "Invalid",
|
|
1057
|
+
"type": "text"
|
|
1058
|
+
},
|
|
1059
|
+
"description": {
|
|
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
|
+
"type": "text"
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
963
1065
|
"format-bytes": {
|
|
964
1066
|
"description": {
|
|
965
1067
|
"value": "Formats a number as a human readable bytes value.",
|