@synergy-design-system/tokens 1.12.1 → 1.13.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 +1 -1
- package/src/figma-tokens/_docs.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v1.13.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.12.1...tokens/1.13.0) (2024-04-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ progress ring ([#422](https://github.com/synergy-design-system/synergy-design-system/issues/422)) ([d7606fe](https://github.com/synergy-design-system/synergy-design-system/commit/d7606fe56e24f4a7cf82c6670f00b18977d3784b))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v1.12.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.12.0...tokens/1.12.1) (2024-04-23)
|
|
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 1.12.
|
|
2
|
+
* @synergy-design-system/tokens version 1.12.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Tue, 23 Apr 2024
|
|
5
|
+
* Generated on Tue, 23 Apr 2024 12:01:41 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 1.12.
|
|
2
|
+
* @synergy-design-system/tokens version 1.12.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Tue, 23 Apr 2024
|
|
5
|
+
* Generated on Tue, 23 Apr 2024 12:01:41 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
"type": "text"
|
|
1316
1316
|
},
|
|
1317
1317
|
"description": {
|
|
1318
|
-
"value": "Use the default slot to show a label inside the progress ring.",
|
|
1318
|
+
"value": "Use the default slot to show a label inside the progress ring. To display the value correctly, you should keep to a minimum width of 85 pixels.",
|
|
1319
1319
|
"type": "text"
|
|
1320
1320
|
}
|
|
1321
1321
|
}
|