@synergy-design-system/tokens 1.2.3 → 1.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,17 @@
1
+ # [@synergy-design-system/tokens-v1.3.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.3.0...tokens/1.3.1) (2024-02-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🤔 adjust synergy form template ([#314](https://github.com/synergy-design-system/synergy-design-system/issues/314)) ([595de16](https://github.com/synergy-design-system/synergy-design-system/commit/595de16fd9afd43a920045274c9ced16bbd6e5d8))
7
+
8
+ # [@synergy-design-system/tokens-v1.3.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.2.3...tokens/1.3.0) (2024-01-30)
9
+
10
+
11
+ ### Features
12
+
13
+ * ✨ syn-select / syn-option / syn-optgroup ([#274](https://github.com/synergy-design-system/synergy-design-system/issues/274)) ([25c6788](https://github.com/synergy-design-system/synergy-design-system/commit/25c678829e58a173c0fc23005a4f724b6d792dd7))
14
+
1
15
  # [@synergy-design-system/tokens-v1.2.3](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.2.2...tokens/1.2.3) (2024-01-29)
2
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.2.2
2
+ * @synergy-design-system/tokens version 1.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 1.2.2
2
+ * @synergy-design-system/tokens version 1.3.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.2.2
2
+ * @synergy-design-system/tokens version 1.3.0
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.2.2
2
+ * @synergy-design-system/tokens version 1.3.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Mon, 29 Jan 2024 13:11:18 GMT
5
+ * Generated on Fri, 09 Feb 2024 12:30:27 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-dark {
@@ -232,8 +232,8 @@
232
232
  --syn-input-filled-color-focus: var(--syn-color-neutral-700);
233
233
  --syn-input-filled-color-disabled: var(--syn-color-neutral-800);
234
234
  --syn-overlay-background-color: hsl(0 0% 0% / 43%);
235
- --syn-panel-background-color: var(--syn-color-neutral-50);
236
- --syn-panel-border-color: var(--syn-color-neutral-200);
235
+ --syn-panel-background-color: var(--syn-color-neutral-0);
236
+ --syn-panel-border-color: var(--syn-color-neutral-300);
237
237
  --syn-panel-border-width: 1px;
238
238
  --syn-tooltip-border-radius: var(--syn-border-radius-medium);
239
239
  --syn-tooltip-background-color: var(--syn-color-neutral-800);
@@ -1,8 +1,8 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.2.2
2
+ * @synergy-design-system/tokens version 1.3.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly
5
- * Generated on Mon, 29 Jan 2024 13:11:18 GMT
5
+ * Generated on Fri, 09 Feb 2024 12:30:27 GMT
6
6
  */
7
7
 
8
8
  :root, .syn-theme-light {
@@ -233,7 +233,7 @@
233
233
  --syn-input-filled-color-disabled: var(--syn-color-neutral-800);
234
234
  --syn-overlay-background-color: hsl(240 3.8% 46.1% / 33%);
235
235
  --syn-panel-background-color: var(--syn-color-neutral-0);
236
- --syn-panel-border-color: var(--syn-color-neutral-200);
236
+ --syn-panel-border-color: var(--syn-color-neutral-300);
237
237
  --syn-panel-border-width: 1px;
238
238
  --syn-tooltip-border-radius: var(--syn-border-radius-medium);
239
239
  --syn-tooltip-background-color: var(--syn-color-neutral-800);
package/package.json CHANGED
@@ -8,14 +8,14 @@
8
8
  "@semantic-release/changelog": "^6.0.3",
9
9
  "@semantic-release/exec": "^6.0.3",
10
10
  "@semantic-release/git": "^10.0.1",
11
- "@tokens-studio/sd-transforms": "^0.11.10",
11
+ "@tokens-studio/sd-transforms": "^0.14.2",
12
12
  "chalk": "^5.3.0",
13
13
  "change-case": "^4.1.2",
14
14
  "eslint": "^8.56.0",
15
15
  "eslint-plugin-import": "^2.29.1",
16
16
  "rimraf": "^5.0.5",
17
17
  "semantic-release": "^19.0.5",
18
- "semantic-release-monorepo": "^7.0.5",
18
+ "semantic-release-monorepo": "7.0.5",
19
19
  "style-dictionary": "^3.9.2",
20
20
  "@synergy-design-system/eslint-config-syn": "0.1.0"
21
21
  },
@@ -99,7 +99,7 @@
99
99
  },
100
100
  "type": "module",
101
101
  "types": "./dist/js/index.d.ts",
102
- "version": "1.2.3",
102
+ "version": "1.3.1",
103
103
  "scripts": {
104
104
  "build": "pnpm clean && node scripts/build.js",
105
105
  "clean": "rimraf build",
@@ -641,7 +641,7 @@
641
641
  },
642
642
  "focus": {
643
643
  "title": {
644
- "value": "Focus",
644
+ "value": "Focus / Active",
645
645
  "type": "text"
646
646
  },
647
647
  "description": {
@@ -668,6 +668,26 @@
668
668
  "value": "The Stepper (Input type number) attribute has additional step buttons at the right side for incrementing and decrementing values. It is ideal for situations where users need to adjust quantities or settings within a range.",
669
669
  "type": "text"
670
670
  }
671
+ },
672
+ "types": {
673
+ "title": {
674
+ "value": "Input Types",
675
+ "type": "text"
676
+ },
677
+ "description": {
678
+ "value": "The type attribute controls the type of input the browser renders.",
679
+ "type": "text"
680
+ }
681
+ },
682
+ "label-position": {
683
+ "title": {
684
+ "value": "Customizing Label Position",
685
+ "type": "text"
686
+ },
687
+ "description": {
688
+ "value": "Use to customize the way form controls are drawn. This example uses CSS grid to position the label to the left of the control, but the possible orientations are nearly endless. The same technique works for inputs, textareas, radio groups, and similar form controls.",
689
+ "type": "text"
690
+ }
671
691
  }
672
692
  },
673
693
  "menu-item": {
@@ -1017,11 +1037,11 @@
1017
1037
  },
1018
1038
  "prefix": {
1019
1039
  "title": {
1020
- "value": "Prefix Suffix Text and Icons",
1040
+ "value": "Prefix Icons",
1021
1041
  "type": "text"
1022
1042
  },
1023
1043
  "description": {
1024
- "value": "Use the prefix and suffix slots to add text and icons.",
1044
+ "value": "Use the prefix slot to prepend an icon to the control.",
1025
1045
  "type": "text"
1026
1046
  }
1027
1047
  },
@@ -1047,11 +1067,11 @@
1047
1067
  },
1048
1068
  "focus": {
1049
1069
  "title": {
1050
- "value": "Focus",
1070
+ "value": "Focus / Active",
1051
1071
  "type": "text"
1052
1072
  },
1053
1073
  "description": {
1054
- "value": "The focus event gives the user feedback that the Select has been focused by the keyboard interaction.",
1074
+ "value": "The focus event gives the user feedback that the Select has been focused by the keyboard interaction or active click from the user..",
1055
1075
  "type": "text"
1056
1076
  }
1057
1077
  }
@@ -1313,7 +1333,7 @@
1313
1333
  },
1314
1334
  "focus": {
1315
1335
  "title": {
1316
- "value": "Focus",
1336
+ "value": "Focus / Active",
1317
1337
  "type": "text"
1318
1338
  },
1319
1339
  "description": {
@@ -1465,6 +1485,28 @@
1465
1485
  "type": "text"
1466
1486
  }
1467
1487
  }
1488
+ },
1489
+ "templates": {
1490
+ "default": {
1491
+ "title": {
1492
+ "value": "Forms",
1493
+ "type": "text"
1494
+ },
1495
+ "description": {
1496
+ "value": "Forms usually contain form components such as checkboxes, selects, input fields, radio buttons, toggle switches and more. \nClear and simple forms help prevent user confusion and incorrect data submission. \n\nForms should be designed in columns as this improves scanability. One-column layout is preferred, but use two or more column layouts when there are too many components to fit in an area of the page.\n\nForms can be simple or complex, and may be presented as dedicated pages, side panels, or dialogs depending on the use case and the situation.",
1497
+ "type": "text"
1498
+ }
1499
+ },
1500
+ "templates": {
1501
+ "title": {
1502
+ "value": "Templates",
1503
+ "type": "text"
1504
+ },
1505
+ "description": {
1506
+ "value": "Contact Form",
1507
+ "type": "text"
1508
+ }
1509
+ }
1468
1510
  }
1469
1511
  },
1470
1512
  "frameworks": {