@synergy-design-system/tokens 2.19.0 → 2.20.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.20.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.19.0...tokens/2.20.0) (2025-05-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ number-input - allow clamping via property ([#853](https://github.com/synergy-design-system/synergy-design-system/issues/853)) ([674f310](https://github.com/synergy-design-system/synergy-design-system/commit/674f310b19aad7e02e8b6d0e6346c8cff1a89d94))
7
+
1
8
  # [@synergy-design-system/tokens-v2.19.0](https://github.com/synergy-design-system/synergy-design-system/compare/tokens/2.18.1...tokens/2.19.0) (2025-05-21)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.1
2
+ * @synergy-design-system/tokens version 2.19.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.18.1
2
+ * @synergy-design-system/tokens version 2.19.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.1
2
+ * @synergy-design-system/tokens version 2.19.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynFontSizeXSmall: var(--syn-font-size-x-small) !default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.18.1
2
+ * @synergy-design-system/tokens version 2.19.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.18.1
2
+ * @synergy-design-system/tokens version 2.19.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
package/package.json CHANGED
@@ -107,7 +107,7 @@
107
107
  },
108
108
  "type": "module",
109
109
  "types": "./dist/js/index.d.ts",
110
- "version": "2.19.0",
110
+ "version": "2.20.0",
111
111
  "scripts": {
112
112
  "build": "pnpm clean && node scripts/build.js",
113
113
  "clean": "rimraf build",
@@ -1357,6 +1357,16 @@
1357
1357
  "type": "text"
1358
1358
  }
1359
1359
  },
1360
+ "stepper-input-handling": {
1361
+ "title": {
1362
+ "value": "Stepper Input Handling",
1363
+ "type": "text"
1364
+ },
1365
+ "description": {
1366
+ "value": "The `numeric-strategy` property defines how numeric input is handled during user interaction. It lets you select between the browsers native control and Synergy’s enhanced number-input logic.\n\nnative: Uses the browser’s built-in number control. Values are not auto-clamped, and stepping/validation can vary across browsers.\n\nmodern: Provides a more intuitive and predictable behavior by automatically clamping values to the nearest min/max value, including those bounds when stepping, and ignoring the step attribute during validation.",
1367
+ "type": "text"
1368
+ }
1369
+ },
1360
1370
  "types": {
1361
1371
  "title": {
1362
1372
  "value": "Input Types",
@@ -4047,4 +4057,4 @@
4047
4057
  }
4048
4058
  }
4049
4059
  }
4050
- }
4060
+ }