@hopper-ui/tokens 5.2.1 → 5.2.2
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 +6 -0
- package/dist/sharegate/tokens.css +4 -4
- package/dist/workleap/tokens.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 23 Apr 2026
|
|
3
|
+
* Generated on Thu, 23 Apr 2026 23:43:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -1668,9 +1668,9 @@
|
|
|
1668
1668
|
--hop-comp-badge-subdued-text-color-hover: var(--hop-neutral-text-hover);
|
|
1669
1669
|
--hop-comp-badge-subdued-text-color: var(--hop-neutral-text);
|
|
1670
1670
|
--hop-comp-badge-subdued-background-selected: var(--hop-primary-surface-strong);
|
|
1671
|
-
--hop-comp-badge-subdued-background-press: var(--hop-primary-surface-
|
|
1672
|
-
--hop-comp-badge-subdued-background-hover: var(--hop-primary-surface-
|
|
1673
|
-
--hop-comp-badge-subdued-background: var(--hop-primary-surface-weak);
|
|
1671
|
+
--hop-comp-badge-subdued-background-press: var(--hop-primary-surface-press);
|
|
1672
|
+
--hop-comp-badge-subdued-background-hover: var(--hop-primary-surface-hover);
|
|
1673
|
+
--hop-comp-badge-subdued-background: var(--hop-primary-surface-weak-hover);
|
|
1674
1674
|
--hop-comp-badge-secondary-text-color-selected: var(--hop-primary-text);
|
|
1675
1675
|
--hop-comp-badge-secondary-text-color-press: var(--hop-primary-text-strong);
|
|
1676
1676
|
--hop-comp-badge-secondary-text-color-hover: var(--hop-primary-text-strong-hover);
|
package/dist/workleap/tokens.css
CHANGED