@hopper-ui/tokens 4.1.0 → 4.2.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,5 +1,17 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a3ee503: Added two tokens / updated one token
8
+
9
+ ## 4.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - a16cf30: Fixed wrong token
14
+
3
15
  ## 4.1.0
4
16
 
5
17
  ### Minor Changes
@@ -66,6 +66,7 @@
66
66
  --hop-neutral-icon-weak: var(--hop-rock-200);
67
67
  --hop-neutral-icon-weak-hover: var(--hop-rock-75);
68
68
  --hop-neutral-icon-weak-press: var(--hop-rock-50);
69
+ --hop-neutral-icon-weak-selected: var(--hop-rock-75);
69
70
  --hop-neutral-icon-weakest: var(--hop-rock-400);
70
71
  --hop-neutral-surface: var(--hop-abyss);
71
72
  --hop-neutral-surface-selected: var(--hop-toad-25);
@@ -89,6 +90,7 @@
89
90
  --hop-neutral-text-weak: var(--hop-rock-200);
90
91
  --hop-neutral-text-weak-hover: var(--hop-rock-75);
91
92
  --hop-neutral-text-weak-press: var(--hop-rock-50);
93
+ --hop-neutral-text-weak-selected: var(--hop-rock-75);
92
94
  --hop-neutral-text-weakest: var(--hop-rock-400);
93
95
  --hop-primary-border-active: var(--hop-sapphire-500);
94
96
  --hop-primary-icon-active: var(--hop-sapphire-75);
@@ -477,7 +479,7 @@
477
479
  --hop-status-positive-border-press: var(--hop-moss-400);
478
480
  --hop-status-positive-border-selected: var(--hop-moss-75);
479
481
  --hop-status-positive-icon: var(--hop-moss-800);
480
- --hop-status-positive-icon-disabled: var(--hop-moss-200);
482
+ --hop-status-positive-icon-disabled: var(--hop-moss-500);
481
483
  --hop-status-positive-icon-hover: var(--hop-moss-900);
482
484
  --hop-status-positive-icon-press: var(--hop-moss-800);
483
485
  --hop-status-positive-icon-selected: var(--hop-moss-75);
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 05 Jul 2024 19:07:34 GMT
3
+ * Generated on Tue, 30 Jul 2024 19:50:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -748,8 +748,8 @@
748
748
  --hop-status-option4-text-selected: var(--hop-fog-700);
749
749
  --hop-status-option4-text-press: var(--hop-fog-800);
750
750
  --hop-status-option4-text-hover: var(--hop-fog-700);
751
- --hop-status-option4-text-disabled: var(--hop-fog-700);
752
- --hop-status-option4-text: var(--hop-fog-200);
751
+ --hop-status-option4-text-disabled: var(--hop-fog-200);
752
+ --hop-status-option4-text: var(--hop-fog-600);
753
753
  --hop-status-option4-surface-strong: var(--hop-fog-200);
754
754
  --hop-status-option4-surface-selected: var(--hop-fog-50);
755
755
  --hop-status-option4-surface-press: var(--hop-fog-100);
@@ -1085,6 +1085,7 @@
1085
1085
  --hop-primary-icon-active: var(--hop-sapphire-700);
1086
1086
  --hop-primary-border-active: var(--hop-sapphire-300);
1087
1087
  --hop-neutral-text-weakest: var(--hop-rock-200);
1088
+ --hop-neutral-text-weak-selected: var(--hop-rock-600);
1088
1089
  --hop-neutral-text-weak-press: var(--hop-rock-700);
1089
1090
  --hop-neutral-text-weak-hover: var(--hop-rock-600);
1090
1091
  --hop-neutral-text-weak: var(--hop-rock-500);
@@ -1108,6 +1109,7 @@
1108
1109
  --hop-neutral-surface-selected: var(--hop-rock-800);
1109
1110
  --hop-neutral-surface: var(--hop-samoyed);
1110
1111
  --hop-neutral-icon-weakest: var(--hop-rock-200);
1112
+ --hop-neutral-icon-weak-selected: var(--hop-rock-600);
1111
1113
  --hop-neutral-icon-weak-press: var(--hop-rock-700);
1112
1114
  --hop-neutral-icon-weak-hover: var(--hop-rock-600);
1113
1115
  --hop-neutral-icon-weak: var(--hop-rock-400);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.1.0",
4
+ "version": "4.2.0",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {