@synergy-design-system/tokens 1.2.3 → 1.3.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-v1.3.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/1.2.3...tokens/1.3.0) (2024-01-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ 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))
7
+
1
8
  # [@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
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 1.2.2
2
+ * @synergy-design-system/tokens version 1.2.3
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.2.3
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.2.3
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.2.3
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 Tue, 30 Jan 2024 07:58:46 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.2.3
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 Tue, 30 Jan 2024 07:58:46 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
@@ -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.0",
103
103
  "scripts": {
104
104
  "build": "pnpm clean && node scripts/build.js",
105
105
  "clean": "rimraf build",
@@ -1017,11 +1017,11 @@
1017
1017
  },
1018
1018
  "prefix": {
1019
1019
  "title": {
1020
- "value": "Prefix Suffix Text and Icons",
1020
+ "value": "Prefix Icons",
1021
1021
  "type": "text"
1022
1022
  },
1023
1023
  "description": {
1024
- "value": "Use the prefix and suffix slots to add text and icons.",
1024
+ "value": "Use the prefix slot to prepend an icon to the control.",
1025
1025
  "type": "text"
1026
1026
  }
1027
1027
  },