@synergy-design-system/tokens 1.0.0-main.8 → 1.0.0-main.9
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.9](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.8...tokens/1.0.0-main.9) (2023-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* changed focus-ring offset and color token ([#157](https://github.com/SickDesignSystem/synergy/issues/157)) ([8a553e5](https://github.com/SickDesignSystem/synergy/commit/8a553e53ca31e3ac5fa44c176fbeec5797cf37a9))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v1.0.0-main.8](https://github.com/SickDesignSystem/synergy/compare/tokens/1.0.0-main.7...tokens/1.0.0-main.8) (2023-11-16)
|
|
2
9
|
|
|
3
10
|
|
package/dist/js/index.js
CHANGED
package/dist/scss/_tokens.scss
CHANGED
package/dist/themes/dark.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.0.0-main.
|
|
2
|
+
* @synergy-design-system/tokens version 1.0.0-main.8
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Fri, 17 Nov 2023 13:07:18 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
--syn-button-font-size-small: var(--syn-font-size-x-small);
|
|
63
63
|
--syn-button-font-size-medium: var(--syn-font-size-medium);
|
|
64
64
|
--syn-button-font-size-large: var(--syn-font-size-large);
|
|
65
|
-
--syn-focus-ring-color: var(--syn-color-primary-
|
|
65
|
+
--syn-focus-ring-color: var(--syn-color-primary-400);
|
|
66
66
|
--syn-focus-ring-width: var(--syn-border-width-medium);
|
|
67
67
|
--syn-focus-ring-offset: 0;
|
|
68
68
|
--syn-input-color: var(--syn-color-neutral-950);
|
package/dist/themes/light.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @synergy-design-system/tokens version 1.0.0-main.
|
|
2
|
+
* @synergy-design-system/tokens version 1.0.0-main.8
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Fri, 17 Nov 2023 13:07:18 GMT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
:root {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
--syn-button-font-size-small: var(--syn-font-size-x-small);
|
|
63
63
|
--syn-button-font-size-medium: var(--syn-font-size-medium);
|
|
64
64
|
--syn-button-font-size-large: var(--syn-font-size-large);
|
|
65
|
-
--syn-focus-ring-color: var(--syn-color-primary-
|
|
65
|
+
--syn-focus-ring-color: var(--syn-color-primary-400);
|
|
66
66
|
--syn-focus-ring-width: var(--syn-border-width-medium);
|
|
67
67
|
--syn-focus-ring-offset: 0;
|
|
68
68
|
--syn-input-color: var(--syn-color-neutral-950);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"focus-ring": {
|
|
3
3
|
"color": {
|
|
4
|
-
"value": "{primary.
|
|
4
|
+
"value": "{primary.400}",
|
|
5
5
|
"type": "color"
|
|
6
6
|
},
|
|
7
7
|
"width": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"type": "borderWidth"
|
|
10
10
|
},
|
|
11
11
|
"offset": {
|
|
12
|
-
"value": "{spacing.
|
|
12
|
+
"value": "{spacing.3x-small}",
|
|
13
13
|
"type": "spacing"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
}
|
|
16
|
+
}
|