@hopper-ui/tokens 5.3.1 → 5.3.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 +2 -1
- package/dist/workleap/tokens.css +2 -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
|
|
3
|
+
* Generated on Thu, 28 May 2026 12:59:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -372,6 +372,7 @@
|
|
|
372
372
|
--hop-space-20: 0.125rem;
|
|
373
373
|
--hop-space-10: 0.0625rem;
|
|
374
374
|
--hop-space-0: 0;
|
|
375
|
+
--hop-border-radius-2-5: 0.75rem;
|
|
375
376
|
--hop-border-radius-9999: 624.9375rem;
|
|
376
377
|
--hop-border-radius-4: 1.5rem;
|
|
377
378
|
--hop-border-radius-3: 1rem;
|
package/dist/workleap/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 May 2026 12:59:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -350,6 +350,7 @@
|
|
|
350
350
|
--hop-space-20: 0.125rem;
|
|
351
351
|
--hop-space-10: 0.0625rem;
|
|
352
352
|
--hop-space-0: 0;
|
|
353
|
+
--hop-border-radius-2-5: 0.75rem;
|
|
353
354
|
--hop-border-radius-9999: 624.9375rem;
|
|
354
355
|
--hop-border-radius-4: 1.5rem;
|
|
355
356
|
--hop-border-radius-3: 1rem;
|