@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 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
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
2
+ * @synergy-design-system/tokens version 2.25.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 2.24.0
2
+ * @synergy-design-system/tokens version 2.25.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
2
+ * @synergy-design-system/tokens version 2.25.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynBorderRadiusCircle: var(--syn-border-radius-circle) !default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
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
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
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
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
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
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
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
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
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-950);
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);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
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
  */
package/package.json CHANGED
@@ -113,7 +113,7 @@
113
113
  },
114
114
  "type": "module",
115
115
  "types": "./dist/js/index.d.ts",
116
- "version": "2.25.0",
116
+ "version": "2.26.0",
117
117
  "scripts": {
118
118
  "build": "pnpm clean && node scripts/build.js",
119
119
  "build:all": "dotenvx -q run pnpm build:_all",
@@ -1047,7 +1047,7 @@
1047
1047
  },
1048
1048
  "background-color": {
1049
1049
  "type": "color",
1050
- "value": "{color.neutral.950}"
1050
+ "value": "{color.neutral.1000}"
1051
1051
  },
1052
1052
  "border": {
1053
1053
  "radius": {