@hopper-ui/tokens 0.1.2-beta.0 → 0.3.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.
Files changed (2) hide show
  1. package/dist/tokens.css +12 -12
  2. package/package.json +1 -1
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Aug 2023 20:19:59 GMT
3
+ * Generated on Tue, 29 Aug 2023 20:33:02 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -190,16 +190,16 @@
190
190
  --hop-space-40: 0.25rem;
191
191
  --hop-space-20: 0.125rem;
192
192
  --hop-space-0: 0;
193
- --hop-space-inline-xl: 0 var(--hop-space-320) 0 0;
194
- --hop-space-inline-lg: 0 var(--hop-space-240) 0 0;
195
- --hop-space-inline-md: 0 var(--hop-space-160) 0 0;
196
- --hop-space-inline-sm: 0 var(--hop-space-80) 0 0;
197
- --hop-space-inline-xs: 0 var(--hop-space-40) 0 0;
198
- --hop-space-stack-xl: 0 0 var(--hop-space-320) 0;
199
- --hop-space-stack-lg: 0 0 var(--hop-space-240) 0;
200
- --hop-space-stack-md: 0 0 var(--hop-space-160) 0;
201
- --hop-space-stack-sm: 0 0 var(--hop-space-80) 0;
202
- --hop-space-stack-xs: 0 0 var(--hop-space-40) 0;
193
+ --hop-space-inline-xl: var(--hop-space-320);
194
+ --hop-space-inline-lg: var(--hop-space-240);
195
+ --hop-space-inline-md: var(--hop-space-160);
196
+ --hop-space-inline-sm: var(--hop-space-80);
197
+ --hop-space-inline-xs: var(--hop-space-40);
198
+ --hop-space-stack-xl: var(--hop-space-320);
199
+ --hop-space-stack-lg: var(--hop-space-240);
200
+ --hop-space-stack-md: var(--hop-space-160);
201
+ --hop-space-stack-sm: var(--hop-space-80);
202
+ --hop-space-stack-xs: var(--hop-space-40);
203
203
  --hop-space-inset-stretch-lg: var(--hop-space-480) var(--hop-space-240);
204
204
  --hop-space-inset-stretch-md: var(--hop-space-240) var(--hop-space-160);
205
205
  --hop-space-inset-stretch-sm: var(--hop-space-160) var(--hop-space-80);
@@ -449,7 +449,7 @@
449
449
  --hop-neutral-surface-disabled: var(--hop-rock-75);
450
450
  --hop-neutral-text-weak: var(--hop-rock-400);
451
451
  --hop-neutral-surface-weakest-active: var(--hop-rock-50);
452
- --hop-neutral-text-hover: var(--hop-rock-800);
452
+ --hop-neutral-text-hover: var(--hop-rock-700);
453
453
  --hop-decorative-option1-text: var(--hop-sapphire-900);
454
454
  --hop-decorative-option1-icon: var(--hop-sapphire-900);
455
455
  --hop-decorative-option1-text-weak: var(--hop-sapphire-50);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "0.1.2-beta.0",
4
+ "version": "0.3.0",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {