@hopper-ui/tokens 5.3.0 → 5.3.2
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.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f13005e: Added a new core border-radius token `--hop-border-radius-2-5` (12px).
|
|
8
|
+
|
|
9
|
+
## 5.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 98b8452: Fix the Button medium font-size, line-height, and letter-spacing for ShareGate
|
|
14
|
+
|
|
3
15
|
## 5.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 28 May 2026 12:59:47 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;
|
|
@@ -676,8 +677,8 @@
|
|
|
676
677
|
--hop-comp-button-text-font-lineheight-xs: var(--hop-line-height-1-33);
|
|
677
678
|
--hop-comp-button-text-font-letterspacing-sm: var(--hop-letter-spacing-wide-20);
|
|
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-lineheight-md: var(--hop-line-height-1-
|
|
680
|
+
--hop-comp-button-text-font-letterspacing-md: var(--hop-letter-spacing-wide-30);
|
|
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);
|
|
683
684
|
--hop-shape-rounded-md: var(--hop-border-radius-2);
|
|
@@ -1742,7 +1743,7 @@
|
|
|
1742
1743
|
--hop-comp-button-primary-text-color: var(--hop-neutral-text-always-light);
|
|
1743
1744
|
--hop-comp-button-text-font-size-xs: var(--hop-caption-md-font-size);
|
|
1744
1745
|
--hop-comp-button-text-font-size-sm: var(--hop-caption-lg-font-size);
|
|
1745
|
-
--hop-comp-button-text-font-size-md: var(--hop-caption-
|
|
1746
|
+
--hop-comp-button-text-font-size-md: var(--hop-caption-lg-font-size);
|
|
1746
1747
|
--hop-comp-button-text-font: var(--hop-caption-md-font-family);
|
|
1747
1748
|
--hop-comp-button-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1748
1749
|
--hop-comp-button-text-color-disabled: var(--hop-neutral-text-disabled);
|
package/dist/workleap/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 28 May 2026 12:59:47 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;
|