@hopper-ui/tokens 5.3.1 → 5.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 +12 -0
- package/dist/sharegate/tokens.css +5 -4
- package/dist/workleap/tokens.css +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @hopper-ui/tokens
|
|
2
2
|
|
|
3
|
+
## 5.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c6fb2dc: Reduce ShareGate Button letter spacing to 1px for all sizes (md, sm, xs).
|
|
8
|
+
|
|
9
|
+
## 5.3.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f13005e: Added a new core border-radius token `--hop-border-radius-2-5` (12px).
|
|
14
|
+
|
|
3
15
|
## 5.3.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 03 Jun 2026 19:52:34 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -372,6 +372,7 @@
|
|
|
372
372
|
--hop-space-20: 0.125rem;
|
|
373
373
|
--hop-space-10: 0.0625rem;
|
|
374
374
|
--hop-space-0: 0;
|
|
375
|
+
--hop-border-radius-2-5: 0.75rem;
|
|
375
376
|
--hop-border-radius-9999: 624.9375rem;
|
|
376
377
|
--hop-border-radius-4: 1.5rem;
|
|
377
378
|
--hop-border-radius-3: 1rem;
|
|
@@ -672,11 +673,11 @@
|
|
|
672
673
|
--hop-comp-button-upsell-background: linear-gradient(var(--hop-limeburst-50), var(--hop-persimmon-300) 151%);
|
|
673
674
|
--hop-comp-button-primary-background-loading: linear-gradient(var(--hop-iris-300), var(--hop-iris-600) 100%);
|
|
674
675
|
--hop-comp-button-primary-background: linear-gradient(var(--hop-iris-300), var(--hop-iris-600) 100%);
|
|
675
|
-
--hop-comp-button-text-font-letterspacing-xs: var(--hop-letter-spacing-wide-
|
|
676
|
+
--hop-comp-button-text-font-letterspacing-xs: var(--hop-letter-spacing-wide-10);
|
|
676
677
|
--hop-comp-button-text-font-lineheight-xs: var(--hop-line-height-1-33);
|
|
677
|
-
--hop-comp-button-text-font-letterspacing-sm: var(--hop-letter-spacing-wide-
|
|
678
|
+
--hop-comp-button-text-font-letterspacing-sm: var(--hop-letter-spacing-wide-15);
|
|
678
679
|
--hop-comp-button-text-font-lineheight-sm: var(--hop-line-height-1-4285);
|
|
679
|
-
--hop-comp-button-text-font-letterspacing-md: var(--hop-letter-spacing-wide-
|
|
680
|
+
--hop-comp-button-text-font-letterspacing-md: var(--hop-letter-spacing-wide-15);
|
|
680
681
|
--hop-comp-button-text-font-lineheight-md: var(--hop-line-height-1-4285);
|
|
681
682
|
--hop-comp-button-text-font-weight: var(--hop-font-weight-410);
|
|
682
683
|
--hop-shape-rounded-sm: var(--hop-border-radius-1);
|
package/dist/workleap/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 03 Jun 2026 19:52:34 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -350,6 +350,7 @@
|
|
|
350
350
|
--hop-space-20: 0.125rem;
|
|
351
351
|
--hop-space-10: 0.0625rem;
|
|
352
352
|
--hop-space-0: 0;
|
|
353
|
+
--hop-border-radius-2-5: 0.75rem;
|
|
353
354
|
--hop-border-radius-9999: 624.9375rem;
|
|
354
355
|
--hop-border-radius-4: 1.5rem;
|
|
355
356
|
--hop-border-radius-3: 1rem;
|