@hopper-ui/tokens 5.3.2 → 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 +6 -0
- package/dist/sharegate/tokens.css +4 -4
- package/dist/workleap/tokens.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
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 {
|
|
@@ -673,11 +673,11 @@
|
|
|
673
673
|
--hop-comp-button-upsell-background: linear-gradient(var(--hop-limeburst-50), var(--hop-persimmon-300) 151%);
|
|
674
674
|
--hop-comp-button-primary-background-loading: linear-gradient(var(--hop-iris-300), var(--hop-iris-600) 100%);
|
|
675
675
|
--hop-comp-button-primary-background: linear-gradient(var(--hop-iris-300), var(--hop-iris-600) 100%);
|
|
676
|
-
--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);
|
|
677
677
|
--hop-comp-button-text-font-lineheight-xs: var(--hop-line-height-1-33);
|
|
678
|
-
--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);
|
|
679
679
|
--hop-comp-button-text-font-lineheight-sm: var(--hop-line-height-1-4285);
|
|
680
|
-
--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);
|
|
681
681
|
--hop-comp-button-text-font-lineheight-md: var(--hop-line-height-1-4285);
|
|
682
682
|
--hop-comp-button-text-font-weight: var(--hop-font-weight-410);
|
|
683
683
|
--hop-shape-rounded-sm: var(--hop-border-radius-1);
|
package/dist/workleap/tokens.css
CHANGED