@synergy-design-system/tokens 2.34.0 → 2.36.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/dist/themes/sick2018_dark.css +1 -1
- package/dist/themes/sick2018_light.css +1 -1
- package/dist/themes/sick2025_dark.css +1 -1
- package/dist/themes/sick2025_light.css +1 -1
- package/package.json +1 -1
- package/src/figma-tokens/_docs.json +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.36.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.35.0...tokens/2.36.0) (2025-10-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ CD update for syn-switch ([#1046](https://github.com/synergy-design-system/synergy-design-system/issues/1046)) ([088ce44](https://github.com/synergy-design-system/synergy-design-system/commit/088ce44da4e948099f10c66d29ca48dc6da3b5bb))
|
|
7
|
+
|
|
8
|
+
# [@synergy-design-system/tokens-v2.35.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.34.0...tokens/2.35.0) (2025-10-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* ✨ CD update for syn-radio ([#1051](https://github.com/synergy-design-system/synergy-design-system/issues/1051)) ([b245f1f](https://github.com/synergy-design-system/synergy-design-system/commit/b245f1f90836a68594ecc8fdc026ecb8b3d284a9))
|
|
14
|
+
|
|
1
15
|
# [@synergy-design-system/tokens-v2.34.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.33.0...tokens/2.34.0) (2025-10-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
package/dist/themes/light.css
CHANGED
package/package.json
CHANGED
|
@@ -1896,6 +1896,16 @@
|
|
|
1896
1896
|
"value": "The invalid status is used to warn the user that the Radio Group is invalid. For example, if the radio is mandatory and nothing has been checked.",
|
|
1897
1897
|
"type": "text"
|
|
1898
1898
|
}
|
|
1899
|
+
},
|
|
1900
|
+
"checked": {
|
|
1901
|
+
"title": {
|
|
1902
|
+
"value": "Checked",
|
|
1903
|
+
"type": "text"
|
|
1904
|
+
},
|
|
1905
|
+
"description": {
|
|
1906
|
+
"value": "To set the initial value and checked state, use the value attribute on the containing radio group.",
|
|
1907
|
+
"type": "text"
|
|
1908
|
+
}
|
|
1899
1909
|
}
|
|
1900
1910
|
},
|
|
1901
1911
|
"range": {
|
|
@@ -2825,7 +2835,7 @@
|
|
|
2825
2835
|
"type": "text"
|
|
2826
2836
|
},
|
|
2827
2837
|
"description": {
|
|
2828
|
-
"value": "To set the initial value and checked state, use the value attribute on the
|
|
2838
|
+
"value": "To set the initial value and checked state, use the value attribute on the radio element.",
|
|
2829
2839
|
"type": "text"
|
|
2830
2840
|
}
|
|
2831
2841
|
}
|
|
@@ -4097,4 +4107,4 @@
|
|
|
4097
4107
|
}
|
|
4098
4108
|
}
|
|
4099
4109
|
}
|
|
4100
|
-
}
|
|
4110
|
+
}
|