@synergy-design-system/tokens 2.25.0 → 2.26.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 +1 -1
- package/dist/js/index.js +1 -1
- package/dist/scss/_tokens.scss +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/light.css +1 -1
- package/dist/themes/sick2018_dark.css +1 -1
- package/dist/themes/sick2018_light.css +1 -1
- package/dist/themes/sick2025_dark.css +2 -2
- package/dist/themes/sick2025_light.css +1 -1
- package/package.json +1 -1
- package/src/figma-variables/output/sick2025-dark.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/tokens-v2.26.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.25.0...tokens/2.26.0) (2025-09-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* ✨ CD update for syn-tooltip ([#1025](https://github.com/synergy-design-system/synergy-design-system/issues/1025)) ([b02ec3d](https://github.com/synergy-design-system/synergy-design-system/commit/b02ec3d7d720a869975dcd19dd29f096b8fd2035))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/tokens-v2.25.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.24.0...tokens/2.25.0) (2025-09-23)
|
|
2
9
|
|
|
3
10
|
|
package/dist/js/index.d.ts
CHANGED
package/dist/js/index.js
CHANGED
package/dist/scss/_tokens.scss
CHANGED
package/dist/themes/dark.css
CHANGED
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.25.0
|
|
3
3
|
* SICK Global UX Foundation
|
|
4
4
|
* Do not edit directly, this file was auto-generated.
|
|
5
5
|
*/
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
--syn-toggle-size-medium: var(--syn-spacing-medium);
|
|
236
236
|
--syn-toggle-size-small: 14px;
|
|
237
237
|
--syn-tooltip-arrow-size: 9px;
|
|
238
|
-
--syn-tooltip-background-color: var(--syn-color-neutral-
|
|
238
|
+
--syn-tooltip-background-color: var(--syn-color-neutral-1000);
|
|
239
239
|
--syn-tooltip-border-radius: var(--syn-border-radius-small);
|
|
240
240
|
--syn-tooltip-color: var(--syn-typography-color-text-inverted);
|
|
241
241
|
--syn-tooltip-font-family: var(--syn-font-sans);
|
package/package.json
CHANGED