@synergy-design-system/tokens 1.0.0-main.12 → 1.0.0-main.13

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.0.0-main.13](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.12...tokens/1.0.0-main.13) (2023-11-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ add syn-radio ([#170](https://github.com/SickDesignSystem/synergy/issues/170)) ([4eb4228](https://github.com/SickDesignSystem/synergy/commit/4eb4228fc814da910662fd85745ccb1717efc2d6))
7
+
1
8
  # [@synergy-design-system/tokens-v1.0.0-main.12](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.11...tokens/1.0.0-main.12) (2023-11-29)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.0-main.11
2
+ * @synergy-design-system/tokens version 1.0.0-main.12
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.0.0-main.11
2
+ * @synergy-design-system/tokens version 1.0.0-main.12
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.0-main.11
2
+ * @synergy-design-system/tokens version 1.0.0-main.12
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSize2xSmall: var(--syn-font-size-2x-small) !default;
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.0-main.11
2
+ * @synergy-design-system/tokens version 1.0.0-main.12
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 29 Nov 2023 08:00:35 GMT
5
+ * Generated on Thu, 30 Nov 2023 15:31:24 GMT
6
6
  */
7
7
 
8
8
  :root {
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.0.0-main.11
2
+ * @synergy-design-system/tokens version 1.0.0-main.12
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Wed, 29 Nov 2023 08:00:35 GMT
5
+ * Generated on Thu, 30 Nov 2023 15:31:24 GMT
6
6
  */
7
7
 
8
8
  :root {
package/package.json CHANGED
@@ -104,7 +104,7 @@
104
104
  },
105
105
  "type": "module",
106
106
  "types": "./dist/js/index.d.ts",
107
- "version": "1.0.0-main.12",
107
+ "version": "1.0.0-main.13",
108
108
  "scripts": {
109
109
  "build": "pnpm clean && node scripts/build.js",
110
110
  "clean": "rimraf build",
@@ -444,6 +444,16 @@
444
444
  "value": "The Icon button can have two color variants, Primary or Neutral Color.",
445
445
  "type": "text"
446
446
  }
447
+ },
448
+ "label": {
449
+ "titel": {
450
+ "value": "Accessibility Label",
451
+ "type": "text"
452
+ },
453
+ "description": {
454
+ "value": "A description that gets read by assistive devices. For optimal accessibility, you have to include a label that describes what the icon button does.",
455
+ "type": "text"
456
+ }
447
457
  }
448
458
  },
449
459
  "icon": {
@@ -709,6 +719,16 @@
709
719
  "type": "text"
710
720
  }
711
721
  },
722
+ "labels": {
723
+ "title": {
724
+ "value": "Labels",
725
+ "type": "text"
726
+ },
727
+ "description": {
728
+ "value": "Use the label attribute to give the radio-group an accessible label. For labels that contain HTML, use the label slot instead.",
729
+ "type": "text"
730
+ }
731
+ },
712
732
  "help-text": {
713
733
  "title": {
714
734
  "value": "Help Text",
@@ -758,6 +778,26 @@
758
778
  "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.",
759
779
  "type": "text"
760
780
  }
781
+ },
782
+ "focus": {
783
+ "title": {
784
+ "value": "Focus",
785
+ "type": "text"
786
+ },
787
+ "description": {
788
+ "value": "The focus event gives the user feedback that one of the Checkboxes has been focused by the keyboard interaction.",
789
+ "type": "text"
790
+ }
791
+ },
792
+ "invalid": {
793
+ "title": {
794
+ "value": "Invalid",
795
+ "type": "text"
796
+ },
797
+ "description": {
798
+ "value": "The invalid status is used to warn the user that the Radio Group is invalid. For example, if the radio is mandatory and nothing has been checked.",
799
+ "type": "text"
800
+ }
761
801
  }
762
802
  },
763
803
  "range": {
@@ -1176,7 +1216,8 @@
1176
1216
  "value": "To set the initial value and checked state, use the value attribute on the containing radio group.",
1177
1217
  "type": "text"
1178
1218
  }
1179
- }
1219
+ },
1220
+ "type": "other"
1180
1221
  }
1181
1222
  },
1182
1223
  "frameworks": {
@@ -1439,4 +1480,4 @@
1439
1480
  }
1440
1481
  }
1441
1482
  }
1442
- }
1483
+ }