@hopper-ui/tokens 4.3.0 → 4.3.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,5 +1,11 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f8f383: Patched neutral-border-press token color
8
+
3
9
  ## 4.3.0
4
10
 
5
11
  ### Minor Changes
@@ -51,7 +51,7 @@
51
51
  --hop-neutral-border-selected: var(--hop-toad-25);
52
52
  --hop-neutral-border-disabled: var(--hop-rock-800);
53
53
  --hop-neutral-border-hover: var(--hop-rock-300);
54
- --hop-neutral-border-press: var(--hop-rock-700);
54
+ --hop-neutral-border-press: var(--hop-rock-200);
55
55
  --hop-neutral-border-strong: var(--hop-samoyed);
56
56
  --hop-neutral-border-strong-hover: var(--hop-samoyed);
57
57
  --hop-neutral-border-weakest: var(--hop-rock-800);
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Aug 2024 15:30:28 GMT
3
+ * Generated on Tue, 10 Sep 2024 00:44:30 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {