@synergy-design-system/tokens 2.3.0 → 2.4.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 +35 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.4.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.3.1...tokens/2.4.0) (2024-07-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ Added help-text for checkbox and switch ([#520](https://github.com/synergy-design-system/synergy-design-system/issues/520)) ([7914402](https://github.com/synergy-design-system/synergy-design-system/commit/79144026cae9d283ea37c861ede2836aab1173b3))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.3.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.3.0...tokens/2.3.1) (2024-06-25)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* 🤔 added invalid state to syn-select ([#517](https://github.com/synergy-design-system/synergy-design-system/issues/517)) ([ac290d1](https://github.com/synergy-design-system/synergy-design-system/commit/ac290d16dd208342d2c2565259895bf8eca62a96))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.3.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.2.0...tokens/2.3.0) (2024-06-21)
|
|
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.3.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Mon, 01 Jul 2024 07:56:14 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.3.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Mon, 01 Jul 2024 07:56:14 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -463,13 +463,13 @@
|
|
|
463
463
|
"type": "text"
|
|
464
464
|
}
|
|
465
465
|
},
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"value": "
|
|
466
|
+
"sharp": {
|
|
467
|
+
"title": {
|
|
468
|
+
"value": "Sharp Card",
|
|
469
469
|
"type": "text"
|
|
470
470
|
},
|
|
471
|
-
"
|
|
472
|
-
"value": "
|
|
471
|
+
"description": {
|
|
472
|
+
"value": "Use the sharp variant attribute for the Card to Use a different style.",
|
|
473
473
|
"type": "text"
|
|
474
474
|
}
|
|
475
475
|
}
|
|
@@ -574,6 +574,16 @@
|
|
|
574
574
|
"value": "Use the setCustomValidity() method to set a custom validation message. This will prevent the form from submitting and make the browser display the error message you provide. To clear the error, call this function with an empty string.",
|
|
575
575
|
"type": "text"
|
|
576
576
|
}
|
|
577
|
+
},
|
|
578
|
+
"help-text": {
|
|
579
|
+
"title": {
|
|
580
|
+
"value": "Help Text",
|
|
581
|
+
"type": "text"
|
|
582
|
+
},
|
|
583
|
+
"description": {
|
|
584
|
+
"value": "Add descriptive help text to a switch with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
|
|
585
|
+
"type": "text"
|
|
586
|
+
}
|
|
577
587
|
}
|
|
578
588
|
},
|
|
579
589
|
"color-picker": {
|
|
@@ -1832,6 +1842,16 @@
|
|
|
1832
1842
|
"value": "The focus event gives the user feedback that the Select has been focused by the keyboard interaction or active click from the user..",
|
|
1833
1843
|
"type": "text"
|
|
1834
1844
|
}
|
|
1845
|
+
},
|
|
1846
|
+
"invalid": {
|
|
1847
|
+
"title": {
|
|
1848
|
+
"value": "Invalid",
|
|
1849
|
+
"type": "text"
|
|
1850
|
+
},
|
|
1851
|
+
"description": {
|
|
1852
|
+
"value": "The invalid status is used to warn the user that the Select is invalid. For example, if the entry of text is mandatory and nothing has been entered.",
|
|
1853
|
+
"type": "text"
|
|
1854
|
+
}
|
|
1835
1855
|
}
|
|
1836
1856
|
},
|
|
1837
1857
|
"skeleton": {
|
|
@@ -1956,6 +1976,16 @@
|
|
|
1956
1976
|
"value": "The invalid status is used to warn the user that the Switch is invalid.",
|
|
1957
1977
|
"type": "text"
|
|
1958
1978
|
}
|
|
1979
|
+
},
|
|
1980
|
+
"help-text": {
|
|
1981
|
+
"title": {
|
|
1982
|
+
"value": "Help Text",
|
|
1983
|
+
"type": "text"
|
|
1984
|
+
},
|
|
1985
|
+
"description": {
|
|
1986
|
+
"value": "Add descriptive help text to a switch with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
|
|
1987
|
+
"type": "text"
|
|
1988
|
+
}
|
|
1959
1989
|
}
|
|
1960
1990
|
},
|
|
1961
1991
|
"tab-group": {
|