@hopper-ui/tokens 5.3.0 → 5.3.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 98b8452: Fix the Button medium font-size, line-height, and letter-spacing for ShareGate
8
+
3
9
  ## 5.3.0
4
10
 
5
11
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 21 May 2026 20:09:11 GMT
3
+ * Generated on Fri, 22 May 2026 14:26:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -676,8 +676,8 @@
676
676
  --hop-comp-button-text-font-lineheight-xs: var(--hop-line-height-1-33);
677
677
  --hop-comp-button-text-font-letterspacing-sm: var(--hop-letter-spacing-wide-20);
678
678
  --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-25);
680
- --hop-comp-button-text-font-lineheight-md: var(--hop-line-height-1-50);
679
+ --hop-comp-button-text-font-letterspacing-md: var(--hop-letter-spacing-wide-30);
680
+ --hop-comp-button-text-font-lineheight-md: var(--hop-line-height-1-4285);
681
681
  --hop-comp-button-text-font-weight: var(--hop-font-weight-410);
682
682
  --hop-shape-rounded-sm: var(--hop-border-radius-1);
683
683
  --hop-shape-rounded-md: var(--hop-border-radius-2);
@@ -1742,7 +1742,7 @@
1742
1742
  --hop-comp-button-primary-text-color: var(--hop-neutral-text-always-light);
1743
1743
  --hop-comp-button-text-font-size-xs: var(--hop-caption-md-font-size);
1744
1744
  --hop-comp-button-text-font-size-sm: var(--hop-caption-lg-font-size);
1745
- --hop-comp-button-text-font-size-md: var(--hop-caption-xl-font-size);
1745
+ --hop-comp-button-text-font-size-md: var(--hop-caption-lg-font-size);
1746
1746
  --hop-comp-button-text-font: var(--hop-caption-md-font-family);
1747
1747
  --hop-comp-button-icon-color-disabled: var(--hop-neutral-icon-disabled);
1748
1748
  --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 Thu, 21 May 2026 20:09:12 GMT
3
+ * Generated on Fri, 22 May 2026 14:26:35 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.0",
4
+ "version": "5.3.1",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {