@hopper-ui/tokens 5.1.10 → 5.2.0

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,15 @@
1
1
  # @hopper-ui/tokens
2
2
 
3
+ ## 5.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a5ae654: Support Glassy modals with a backdrop
8
+
9
+ ### Patch Changes
10
+
11
+ - 7327855: Update icon-hover token in dark mode for ShareGate
12
+
3
13
  ## 5.1.10
4
14
 
5
15
  ### Patch Changes
@@ -117,7 +117,7 @@
117
117
  --hop-primary-icon: var(--hop-iris-100);
118
118
  --hop-primary-icon-selected: var(--hop-iris-200);
119
119
  --hop-primary-icon-disabled: var(--hop-iris-700);
120
- --hop-primary-icon-hover: var(--hop-iris-300);
120
+ --hop-primary-icon-hover: var(--hop-iris-200);
121
121
  --hop-primary-icon-press: var(--hop-iris-75);
122
122
  --hop-primary-icon-strong: var(--hop-samoyed);
123
123
  --hop-primary-icon-strong-hover: var(--hop-samoyed);
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 20 Apr 2026 19:17:39 GMT
3
+ * Generated on Wed, 22 Apr 2026 14:11:32 GMT
4
4
  */
5
5
 
6
6
  :root {
7
7
  --hop-comp-tooltip-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.12);
8
- --hop-comp-tooltip-backdrop-filter: blur(5px);
8
+ --hop-comp-tooltip-backdrop-filter: blur(15px);
9
9
  --hop-comp-tile-icon-color: transparent;
10
10
  --hop-comp-tile-outline-color-disabled: transparent;
11
11
  --hop-comp-tile-outline-color-selected: transparent;
@@ -20,9 +20,9 @@
20
20
  --hop-comp-tabs-tab-list-border: none;
21
21
  --hop-comp-tabs-tab-list-background-color: transparent;
22
22
  --hop-comp-popover-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.12);
23
- --hop-comp-popover-backdrop-filter: blur(5px);
23
+ --hop-comp-popover-backdrop-filter: blur(15px);
24
24
  --hop-comp-modal-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.12);
25
- --hop-comp-modal-backdrop-filter: blur(5px);
25
+ --hop-comp-modal-backdrop-filter: blur(15px);
26
26
  --hop-comp-radio-box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.10) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.50) inset;
27
27
  --hop-comp-checkbox-box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.10) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.50) inset;
28
28
  --hop-comp-switch-thumb-box-shadow-selected: none;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 20 Apr 2026 19:17:39 GMT
3
+ * Generated on Wed, 22 Apr 2026 14:11:33 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1413,7 +1413,6 @@
1413
1413
  --hop-comp-popover-box-shadow: var(--hop-elevation-lifted);
1414
1414
  --hop-comp-popover-border-radius: var(--hop-shape-rounded-md);
1415
1415
  --hop-comp-popover-background: var(--hop-neutral-surface);
1416
- --hop-comp-modal-box-shadow: var(--hop-elevation-none);
1417
1416
  --hop-comp-modal-border-radius: var(--hop-shape-rounded-md);
1418
1417
  --hop-comp-modal-background: var(--hop-neutral-surface);
1419
1418
  --hop-comp-mark-border-color-error-focus: var(--hop-danger-border-press);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/tokens",
3
3
  "author": "Workleap",
4
- "version": "5.1.10",
4
+ "version": "5.2.0",
5
5
  "description": "The tokens package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {