@synergy-design-system/tokens 2.25.0 → 2.26.1

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,17 @@
1
+ # [@synergy-design-system/tokens-v2.26.1](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.26.0...tokens/2.26.1) (2025-09-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 🐛 Synergy element which use syn-popup may break if used in a stacking context ([#1034](https://github.com/synergy-design-system/synergy-design-system/issues/1034)) ([8d23dc7](https://github.com/synergy-design-system/synergy-design-system/commit/8d23dc737e36065a0208bc01a98981541540d0ef))
7
+
8
+ # [@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)
9
+
10
+
11
+ ### Features
12
+
13
+ * ✨ 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))
14
+
1
15
  # [@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
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.24.0
2
+ * @synergy-design-system/tokens version 2.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.26.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.1",
117
117
  "scripts": {
118
118
  "build": "pnpm clean && node scripts/build.js",
119
119
  "build:all": "dotenvx -q run pnpm build:_all",
@@ -1655,7 +1655,7 @@
1655
1655
  "popup": {
1656
1656
  "default": {
1657
1657
  "description": {
1658
- "value": "Popup is a utility that lets you declaratively anchor “popup” containers to another element.\nThis component’s name is inspired by <popup>. It uses Floating UI under the hood to provide a well-tested, lightweight, and fully declarative positioning utility for tooltips, dropdowns, and more.\n\nPopup doesn’t provide any styles — just positioning! The popup’s preferred placement, distance, and skidding (offset) can be configured using attributes. An arrow that points to the anchor can be shown and customized to your liking. Additional positioning options are available and described in more detail below.",
1658
+ "value": "Popup is a utility that lets you declaratively anchor “popup” containers to another element.\nThis component’s name is inspired by `<popup>`. It uses Floating UI under the hood to provide a well-tested, lightweight, and fully declarative positioning utility for tooltips, dropdowns, and more.\n\nPopup doesn’t provide any styles — just positioning! The popup’s preferred placement, distance, and skidding (offset) can be configured using attributes. An arrow that points to the anchor can be shown and customized to your liking. Additional positioning options are available and described in more detail below.",
1659
1659
  "type": "text"
1660
1660
  },
1661
1661
  "title": {
@@ -4097,4 +4097,4 @@
4097
4097
  }
4098
4098
  }
4099
4099
  }
4100
- }
4100
+ }
@@ -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": {