@hopper-ui/tokens 4.3.2 → 4.3.3

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
+ ## 4.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f8b609: Adjusted text-neutral-weakest color
8
+
3
9
  ## 4.3.2
4
10
 
5
11
  ### Patch Changes
@@ -91,7 +91,7 @@
91
91
  --hop-neutral-text-weak-hover: var(--hop-rock-75);
92
92
  --hop-neutral-text-weak-press: var(--hop-rock-50);
93
93
  --hop-neutral-text-weak-selected: var(--hop-rock-75);
94
- --hop-neutral-text-weakest: var(--hop-rock-400);
94
+ --hop-neutral-text-weakest: var(--hop-rock-300);
95
95
  --hop-primary-border-active: var(--hop-sapphire-500);
96
96
  --hop-primary-icon-active: var(--hop-sapphire-75);
97
97
  --hop-primary-surface-active: var(--hop-sapphire-500);
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 13 Sep 2024 15:37:08 GMT
3
+ * Generated on Thu, 19 Sep 2024 17:09:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1085,7 +1085,7 @@
1085
1085
  --hop-primary-surface-active: var(--hop-sapphire-300);
1086
1086
  --hop-primary-icon-active: var(--hop-sapphire-700);
1087
1087
  --hop-primary-border-active: var(--hop-sapphire-300);
1088
- --hop-neutral-text-weakest: var(--hop-rock-200);
1088
+ --hop-neutral-text-weakest: var(--hop-rock-300);
1089
1089
  --hop-neutral-text-weak-selected: var(--hop-rock-600);
1090
1090
  --hop-neutral-text-weak-press: var(--hop-rock-700);
1091
1091
  --hop-neutral-text-weak-hover: var(--hop-rock-600);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.3.2",
4
+ "version": "4.3.3",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {