@hopper-ui/tokens 5.1.5 → 5.1.6

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,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 5.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 33aedf7: Fixed Workleap control disabled background color token using neutral.surface instead of neutral.surface-disabled, causing disabled Switch and SegmentedControl to appear white instead of grey
8
+
3
9
  ## 5.1.5
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Feb 2026 20:56:44 GMT
3
+ * Generated on Fri, 06 Mar 2026 21:57:27 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Feb 2026 20:56:44 GMT
3
+ * Generated on Fri, 06 Mar 2026 21:57:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1316,7 +1316,7 @@
1316
1316
  --hop-comp-control-border-color-hover: var(--hop-neutral-border-hover);
1317
1317
  --hop-comp-control-border-color: var(--hop-neutral-border);
1318
1318
  --hop-comp-control-background-color-error: var(--hop-danger-surface-strong);
1319
- --hop-comp-control-background-color-disabled: var(--hop-neutral-surface);
1319
+ --hop-comp-control-background-color-disabled: var(--hop-neutral-surface-disabled);
1320
1320
  --hop-comp-control-background-color-selected: var(--hop-neutral-surface-selected);
1321
1321
  --hop-comp-control-background-color-press: var(--hop-neutral-surface-press);
1322
1322
  --hop-comp-control-background-color-hover: var(--hop-neutral-surface-hover);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "5.1.5",
4
+ "version": "5.1.6",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {