@cmgfi/clear-ds 1.2.0 → 1.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/README.md +4 -4
- package/dist/index.cjs +43 -43
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +250 -43
- package/dist/index.mjs +4270 -4233
- package/dist/index.mjs.map +1 -1
- package/dist/tokens/tokens.css +2 -1
- package/package.json +1 -1
package/dist/tokens/tokens.css
CHANGED
|
@@ -258,7 +258,8 @@
|
|
|
258
258
|
--focus-ring-inset: inset 0 0 0 2px var(--teal-700); /* Inset variant — menus, popovers */
|
|
259
259
|
|
|
260
260
|
/* ── Border Radius ───────────────────────────────────────────────────── */
|
|
261
|
-
--radius-
|
|
261
|
+
--radius-xs: 2px; /* Chips, badges, tight tags */
|
|
262
|
+
--radius-sm: 4px; /* Small inputs, secondary tags */
|
|
262
263
|
--radius-md: 6px; /* Standard — inputs, cards, buttons */
|
|
263
264
|
--radius-lg: 8px; /* Modals, drawers, larger containers */
|
|
264
265
|
--radius-full: 9999px; /* Pill buttons, circular avatars */
|