@synergy-design-system/tokens 2.31.0 → 2.32.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 +7 -0
- package/dist/js/index.d.ts +6 -1
- package/dist/js/index.js +6 -1
- package/dist/scss/_tokens.scss +2 -1
- package/dist/themes/dark.css +2 -1
- package/dist/themes/light.css +2 -1
- package/dist/themes/sick2018_dark.css +2 -1
- package/dist/themes/sick2018_light.css +2 -1
- package/dist/themes/sick2025_dark.css +2 -1
- package/dist/themes/sick2025_light.css +2 -1
- package/package.json +1 -1
- package/src/figma-variables/output/sick2018-dark.json +8 -0
- package/src/figma-variables/output/sick2018-light.json +8 -0
- package/src/figma-variables/output/sick2025-dark.json +8 -0
- package/src/figma-variables/output/sick2025-light.json +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.32.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.31.0...tokens/2.32.0) (2025-10-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ CD update for syn-icon-button ([#1048](https://github.com/synergy-design-system/synergy-design-system/issues/1048)) ([d740a54](https://github.com/synergy-design-system/synergy-design-system/commit/d740a5495abd1b36bbe1c1c47fc69ca6a6480549))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v2.31.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.30.0...tokens/2.31.0) (2025-10-23)
|
|
2
9
|
|
|
3
10
|
|
package/dist/js/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -573,6 +573,11 @@ export const SynFontWeightSemibold: string;
|
|
|
573
573
|
*/
|
|
574
574
|
export const SynHeaderBorderColor: string;
|
|
575
575
|
|
|
576
|
+
/**
|
|
577
|
+
* Maps to the css variable `--syn-icon-button-focus-ring-border-radius`
|
|
578
|
+
*/
|
|
579
|
+
export const SynIconButtonFocusRingBorderRadius: string;
|
|
580
|
+
|
|
576
581
|
/**
|
|
577
582
|
* Maps to the css variable `--syn-input-background-color`
|
|
578
583
|
*/
|
package/dist/js/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -573,6 +573,11 @@ export const SynFontWeightSemibold = 'var(--syn-font-weight-semibold)';
|
|
|
573
573
|
*/
|
|
574
574
|
export const SynHeaderBorderColor = 'var(--syn-header-border-color)';
|
|
575
575
|
|
|
576
|
+
/**
|
|
577
|
+
* @type {string}
|
|
578
|
+
*/
|
|
579
|
+
export const SynIconButtonFocusRingBorderRadius = 'var(--syn-icon-button-focus-ring-border-radius)';
|
|
580
|
+
|
|
576
581
|
/**
|
|
577
582
|
* @type {string}
|
|
578
583
|
*/
|
package/dist/scss/_tokens.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
*/
|
|
5
5
|
$SynBorderRadiusCircle: var(--syn-border-radius-circle) !default;
|
|
@@ -116,6 +116,7 @@ $SynFontWeightLight: var(--syn-font-weight-light) !default;
|
|
|
116
116
|
$SynFontWeightNormal: var(--syn-font-weight-normal) !default;
|
|
117
117
|
$SynFontWeightSemibold: var(--syn-font-weight-semibold) !default;
|
|
118
118
|
$SynHeaderBorderColor: var(--syn-header-border-color) !default;
|
|
119
|
+
$SynIconButtonFocusRingBorderRadius: var(--syn-icon-button-focus-ring-border-radius) !default;
|
|
119
120
|
$SynInputBackgroundColor: var(--syn-input-background-color) !default;
|
|
120
121
|
$SynInputBackgroundColorDisabled: var(--syn-input-background-color-disabled) !default;
|
|
121
122
|
$SynInputBackgroundColorFocus: var(--syn-input-background-color-focus) !default;
|
package/dist/themes/dark.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--syn-font-weight-normal: 400;
|
|
122
122
|
--syn-font-weight-semibold: 600;
|
|
123
123
|
--syn-header-border-color: var(--syn-color-neutral-400);
|
|
124
|
+
--syn-icon-button-focus-ring-border-radius: var(--syn-border-radius-none);
|
|
124
125
|
--syn-input-background-color: var(--syn-color-neutral-0);
|
|
125
126
|
--syn-input-background-color-disabled: var(--syn-input-background-color);
|
|
126
127
|
--syn-input-background-color-focus: var(--syn-input-background-color);
|
package/dist/themes/light.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--syn-font-weight-normal: 400;
|
|
122
122
|
--syn-font-weight-semibold: 600;
|
|
123
123
|
--syn-header-border-color: var(--syn-color-neutral-400);
|
|
124
|
+
--syn-icon-button-focus-ring-border-radius: var(--syn-border-radius-none);
|
|
124
125
|
--syn-input-background-color: var(--syn-color-neutral-0);
|
|
125
126
|
--syn-input-background-color-disabled: var(--syn-input-background-color);
|
|
126
127
|
--syn-input-background-color-focus: var(--syn-input-background-color);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--syn-font-weight-normal: 400;
|
|
122
122
|
--syn-font-weight-semibold: 600;
|
|
123
123
|
--syn-header-border-color: var(--syn-color-neutral-400);
|
|
124
|
+
--syn-icon-button-focus-ring-border-radius: var(--syn-border-radius-none);
|
|
124
125
|
--syn-input-background-color: var(--syn-color-neutral-0);
|
|
125
126
|
--syn-input-background-color-disabled: var(--syn-input-background-color);
|
|
126
127
|
--syn-input-background-color-focus: var(--syn-input-background-color);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--syn-font-weight-normal: 400;
|
|
122
122
|
--syn-font-weight-semibold: 600;
|
|
123
123
|
--syn-header-border-color: var(--syn-color-neutral-400);
|
|
124
|
+
--syn-icon-button-focus-ring-border-radius: var(--syn-border-radius-none);
|
|
124
125
|
--syn-input-background-color: var(--syn-color-neutral-0);
|
|
125
126
|
--syn-input-background-color-disabled: var(--syn-input-background-color);
|
|
126
127
|
--syn-input-background-color-focus: var(--syn-input-background-color);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--syn-font-weight-normal: 400;
|
|
122
122
|
--syn-font-weight-semibold: 600;
|
|
123
123
|
--syn-header-border-color: var(--syn-color-neutral-300);
|
|
124
|
+
--syn-icon-button-focus-ring-border-radius: var(--syn-border-radius-pill);
|
|
124
125
|
--syn-input-background-color: var(--syn-color-neutral-50);
|
|
125
126
|
--syn-input-background-color-disabled: var(--syn-input-background-color);
|
|
126
127
|
--syn-input-background-color-focus: var(--syn-input-background-color);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 2.
|
|
2
|
+
* @synergy-design-system/tokens version 2.31.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -121,6 +121,7 @@
|
|
|
121
121
|
--syn-font-weight-normal: 400;
|
|
122
122
|
--syn-font-weight-semibold: 600;
|
|
123
123
|
--syn-header-border-color: #e6e1dc;
|
|
124
|
+
--syn-icon-button-focus-ring-border-radius: var(--syn-border-radius-pill);
|
|
124
125
|
--syn-input-background-color: var(--syn-color-neutral-0);
|
|
125
126
|
--syn-input-background-color-disabled: var(--syn-input-background-color);
|
|
126
127
|
--syn-input-background-color-focus: var(--syn-input-background-color);
|
package/package.json
CHANGED