@synergy-design-system/tokens 1.9.1 → 1.10.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 +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v1.10.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.9.1...tokens/1.10.0) (2024-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ syn-badge ([#390](https://github.com/synergy-design-system/synergy-design-system/issues/390)) ([a44d683](https://github.com/synergy-design-system/synergy-design-system/commit/a44d683b35e984bfbdac093dba5abd04c74f33c0))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v1.9.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.9.0...tokens/1.9.1) (2024-03-26)
|
|
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.9.
|
|
2
|
+
* @synergy-design-system/tokens version 1.9.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Thu, 28 Mar 2024 09:52:06 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.9.
|
|
2
|
+
* @synergy-design-system/tokens version 1.9.1
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Thu, 28 Mar 2024 09:52:06 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root, .syn-theme-light {
|
package/package.json
CHANGED
|
@@ -80,6 +80,16 @@
|
|
|
80
80
|
"value": "When including badges in menu items, use the suffix slot to make sure they’re aligned correctly.",
|
|
81
81
|
"type": "text"
|
|
82
82
|
}
|
|
83
|
+
},
|
|
84
|
+
"withEmptyContent": {
|
|
85
|
+
"title": {
|
|
86
|
+
"value": "With empty content",
|
|
87
|
+
"type": "text"
|
|
88
|
+
},
|
|
89
|
+
"description": {
|
|
90
|
+
"value": "Badges can be used without content to just show an status indicator.",
|
|
91
|
+
"type": "text"
|
|
92
|
+
}
|
|
83
93
|
}
|
|
84
94
|
},
|
|
85
95
|
"breadcrumb-item": {
|