@kungal/ui-tokens 0.8.0 → 0.9.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/package.json +1 -1
- package/src/tokens.css +3 -3
package/package.json
CHANGED
package/src/tokens.css
CHANGED
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
* Tailwind v4 @theme auto-generates rounded-kun-none / -sm / -md / -lg / -full;
|
|
149
149
|
* the framework-agnostic class map lives in @kungal/ui-core (kunRoundedClasses). */
|
|
150
150
|
--radius-kun-none: 0;
|
|
151
|
-
--radius-kun-sm: calc(0.
|
|
152
|
-
--radius-kun-md: calc(0.
|
|
153
|
-
--radius-kun-lg: calc(
|
|
151
|
+
--radius-kun-sm: calc(0.375rem * var(--kun-radius-scale, 1)); /* 6px */
|
|
152
|
+
--radius-kun-md: calc(0.75rem * var(--kun-radius-scale, 1)); /* 12px — HeroUI-style default control radius */
|
|
153
|
+
--radius-kun-lg: calc(1rem * var(--kun-radius-scale, 1)); /* 16px — containers / floating panels */
|
|
154
154
|
--radius-kun-full: 9999px;
|
|
155
155
|
|
|
156
156
|
/* z-index layering — floating UI must stack predictably so a popover
|