@synergy-design-system/tokens 1.13.0 → 1.14.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.14.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.13.0...tokens/1.14.0) (2024-04-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ progress-bar ([#423](https://github.com/synergy-design-system/synergy-design-system/issues/423)) ([587d2ad](https://github.com/synergy-design-system/synergy-design-system/commit/587d2adad36266d5e2bd3aadad2c7350c5b8aa34))
7
+
1
8
  # [@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
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.12.1
2
+ * @synergy-design-system/tokens version 1.13.0
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.12.1
2
+ * @synergy-design-system/tokens version 1.13.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.12.1
2
+ * @synergy-design-system/tokens version 1.13.0
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.12.1
2
+ * @synergy-design-system/tokens version 1.13.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 23 Apr 2024 12:01:41 GMT
5
+ * Generated on Tue, 23 Apr 2024 12:18:10 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.12.1
2
+ * @synergy-design-system/tokens version 1.13.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 23 Apr 2024 12:01:41 GMT
5
+ * Generated on Tue, 23 Apr 2024 12:18:10 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.13.0",
104
+ "version": "1.14.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -1222,8 +1222,8 @@
1222
1222
  "value": "Labels",
1223
1223
  "type": "text"
1224
1224
  },
1225
- "decription": {
1226
- "value": "Use the label attribute to label the progress bar and tell assistive devices how to announce it.",
1225
+ "description": {
1226
+ "value": "Use the `label` attribute to label the progress bar and tell assistive devices how to announce it.",
1227
1227
  "type": "text"
1228
1228
  }
1229
1229
  },