@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 CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 5.3.2
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 May 2026 12:59:47 GMT
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-15);
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-20);
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-30);
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);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 May 2026 12:59:47 GMT
3
+ * Generated on Wed, 03 Jun 2026 19:52:34 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.2",
4
+ "version": "5.3.3",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {