@hopper-ui/tokens 5.3.3 → 5.3.4

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
+ ## 5.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - c1f7436: Mirror Workleap Button typography tokens in ShareGate: font-weight, text-transform, font-size, line-height, and letter-spacing for all sizes (md, sm, xs).
8
+
3
9
  ## 5.3.3
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 03 Jun 2026 19:52:34 GMT
3
+ * Generated on Wed, 03 Jun 2026 20:54:09 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -77,7 +77,10 @@
77
77
  --hop-comp-button-primary-border-color-disabled: transparent;
78
78
  --hop-comp-button-primary-box-shadow-loading: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 4px 0 rgba(0, 0, 0, 0.10) inset;
79
79
  --hop-comp-button-primary-box-shadow: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 4px 0 rgba(0, 0, 0, 0.10) inset;
80
- --hop-comp-button-text-transform: uppercase;
80
+ --hop-comp-button-text-font-letterspacing-xs: normal;
81
+ --hop-comp-button-text-font-letterspacing-sm: normal;
82
+ --hop-comp-button-text-font-letterspacing-md: normal;
83
+ --hop-comp-button-text-transform: none;
81
84
  --hop-overline-bottom-offset: -0.25rem;
82
85
  --hop-overline-top-offset: -0.25rem;
83
86
  --hop-heading-xs-medium-bottom-offset: -0.25rem;
@@ -673,13 +676,10 @@
673
676
  --hop-comp-button-upsell-background: linear-gradient(var(--hop-limeburst-50), var(--hop-persimmon-300) 151%);
674
677
  --hop-comp-button-primary-background-loading: linear-gradient(var(--hop-iris-300), var(--hop-iris-600) 100%);
675
678
  --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-10);
677
679
  --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-15);
679
680
  --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-15);
681
- --hop-comp-button-text-font-lineheight-md: var(--hop-line-height-1-4285);
682
- --hop-comp-button-text-font-weight: var(--hop-font-weight-410);
681
+ --hop-comp-button-text-font-lineheight-md: var(--hop-line-height-1-50);
682
+ --hop-comp-button-text-font-weight: var(--hop-font-weight-505);
683
683
  --hop-shape-rounded-sm: var(--hop-border-radius-1);
684
684
  --hop-shape-rounded-md: var(--hop-border-radius-2);
685
685
  --hop-shape-rounded-lg: var(--hop-border-radius-3);
@@ -1741,9 +1741,9 @@
1741
1741
  --hop-comp-button-primary-text-color-pressed: var(--hop-neutral-text-always-light);
1742
1742
  --hop-comp-button-primary-text-color-hover: var(--hop-neutral-text-always-light);
1743
1743
  --hop-comp-button-primary-text-color: var(--hop-neutral-text-always-light);
1744
- --hop-comp-button-text-font-size-xs: var(--hop-caption-md-font-size);
1745
- --hop-comp-button-text-font-size-sm: var(--hop-caption-lg-font-size);
1746
- --hop-comp-button-text-font-size-md: var(--hop-caption-lg-font-size);
1744
+ --hop-comp-button-text-font-size-xs: var(--hop-body-xs-font-size);
1745
+ --hop-comp-button-text-font-size-sm: var(--hop-body-sm-font-size);
1746
+ --hop-comp-button-text-font-size-md: var(--hop-body-md-font-size);
1747
1747
  --hop-comp-button-text-font: var(--hop-caption-md-font-family);
1748
1748
  --hop-comp-button-icon-color-disabled: var(--hop-neutral-icon-disabled);
1749
1749
  --hop-comp-button-text-color-disabled: var(--hop-neutral-text-disabled);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 03 Jun 2026 19:52:34 GMT
3
+ * Generated on Wed, 03 Jun 2026 20:54:09 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": "5.3.3",
4
+ "version": "5.3.4",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {