@synergy-design-system/tokens 2.3.1 → 2.4.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-v2.4.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.3.1...tokens/2.4.0) (2024-07-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ Added help-text for checkbox and switch ([#520](https://github.com/synergy-design-system/synergy-design-system/issues/520)) ([7914402](https://github.com/synergy-design-system/synergy-design-system/commit/79144026cae9d283ea37c861ede2836aab1173b3))
7
+
1
8
  # [@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
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.0
2
+ * @synergy-design-system/tokens version 2.3.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 2.3.0
2
+ * @synergy-design-system/tokens version 2.3.1
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.0
2
+ * @synergy-design-system/tokens version 2.3.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 2.3.0
2
+ * @synergy-design-system/tokens version 2.3.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 25 Jun 2024 09:01:20 GMT
5
+ * Generated on Mon, 01 Jul 2024 07:56:14 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.3.0
2
+ * @synergy-design-system/tokens version 2.3.1
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Tue, 25 Jun 2024 09:01:20 GMT
5
+ * Generated on Mon, 01 Jul 2024 07:56:14 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.1",
104
+ "version": "2.4.0",
105
105
  "scripts": {
106
106
  "build": "pnpm clean && node scripts/build.js",
107
107
  "clean": "rimraf build",
@@ -574,6 +574,16 @@
574
574
  "value": "Use the setCustomValidity() method to set a custom validation message. This will prevent the form from submitting and make the browser display the error message you provide. To clear the error, call this function with an empty string.",
575
575
  "type": "text"
576
576
  }
577
+ },
578
+ "help-text": {
579
+ "title": {
580
+ "value": "Help Text",
581
+ "type": "text"
582
+ },
583
+ "description": {
584
+ "value": "Add descriptive help text to a switch with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
585
+ "type": "text"
586
+ }
577
587
  }
578
588
  },
579
589
  "color-picker": {
@@ -1966,6 +1976,16 @@
1966
1976
  "value": "The invalid status is used to warn the user that the Switch is invalid.",
1967
1977
  "type": "text"
1968
1978
  }
1979
+ },
1980
+ "help-text": {
1981
+ "title": {
1982
+ "value": "Help Text",
1983
+ "type": "text"
1984
+ },
1985
+ "description": {
1986
+ "value": "Add descriptive help text to a switch with the help-text attribute. For help texts that contain HTML, use the help-text slot instead.",
1987
+ "type": "text"
1988
+ }
1969
1989
  }
1970
1990
  },
1971
1991
  "tab-group": {