@synergy-design-system/tokens 1.12.1 → 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,17 @@
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
+
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)
9
+
10
+
11
+ ### Features
12
+
13
+ * ✨ 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))
14
+
1
15
  # [@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
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.12.0
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.0
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.0
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.0
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 09:42:20 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.0
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 09:42:20 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.12.1",
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
  },
@@ -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
  }