@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
|
@@ -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-
|
|
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
|
|
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(
|
|
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(
|
|
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(
|
|
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;
|
package/dist/workleap/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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);
|