@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 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
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.0
2
+ * @synergy-design-system/tokens version 1.9.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
package/dist/js/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.0
2
+ * @synergy-design-system/tokens version 1.9.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.0
2
+ * @synergy-design-system/tokens version 1.9.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.0
2
+ * @synergy-design-system/tokens version 1.9.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 26 Mar 2024 07:28:20 GMT
5
+ * Generated on Thu, 28 Mar 2024 09:52:06 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.9.0
2
+ * @synergy-design-system/tokens version 1.9.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 26 Mar 2024 07:28:20 GMT
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
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "type": "module",
103
103
  "types": "./dist/js/index.d.ts",
104
- "version": "1.9.1",
104
+ "version": "1.10.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -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": {