@synergy-design-system/tokens 2.3.0 → 2.3.1

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-v2.3.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.3.0...tokens/2.3.1) (2024-06-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🤔 added invalid state to syn-select ([#517](https://github.com/synergy-design-system/synergy-design-system/issues/517)) ([ac290d1](https://github.com/synergy-design-system/synergy-design-system/commit/ac290d16dd208342d2c2565259895bf8eca62a96))
7
+
1
8
  # [@synergy-design-system/tokens-v2.3.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.2.0...tokens/2.3.0) (2024-06-21)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.2.0
2
+ * @synergy-design-system/tokens version 2.3.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 2.2.0
2
+ * @synergy-design-system/tokens version 2.3.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.2.0
2
+ * @synergy-design-system/tokens version 2.3.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 2.2.0
2
+ * @synergy-design-system/tokens version 2.3.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Fri, 21 Jun 2024 08:14:11 GMT
5
+ * Generated on Tue, 25 Jun 2024 09:01:20 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.2.0
2
+ * @synergy-design-system/tokens version 2.3.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Fri, 21 Jun 2024 08:14:11 GMT
5
+ * Generated on Tue, 25 Jun 2024 09:01:20 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": "2.3.0",
104
+ "version": "2.3.1",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -463,13 +463,13 @@
463
463
  "type": "text"
464
464
  }
465
465
  },
466
- "nested": {
467
- "description": {
468
- "value": "Use the sharp attribute to draw the card with sharp edges. This can be used to e.g expand a Card to a Background Card and nest multiple sharp cards into.",
466
+ "sharp": {
467
+ "title": {
468
+ "value": "Sharp Card",
469
469
  "type": "text"
470
470
  },
471
- "title": {
472
- "value": "Nested Card",
471
+ "description": {
472
+ "value": "Use the sharp variant attribute for the Card to Use a different style.",
473
473
  "type": "text"
474
474
  }
475
475
  }
@@ -1832,6 +1832,16 @@
1832
1832
  "value": "The focus event gives the user feedback that the Select has been focused by the keyboard interaction or active click from the user..",
1833
1833
  "type": "text"
1834
1834
  }
1835
+ },
1836
+ "invalid": {
1837
+ "title": {
1838
+ "value": "Invalid",
1839
+ "type": "text"
1840
+ },
1841
+ "description": {
1842
+ "value": "The invalid status is used to warn the user that the Select is invalid. For example, if the entry of text is mandatory and nothing has been entered.",
1843
+ "type": "text"
1844
+ }
1835
1845
  }
1836
1846
  },
1837
1847
  "skeleton": {