@ctlyst.id/voila-ui 11.0.26 → 11.0.28
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/dist/index.css +7357 -7196
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +368 -333
- package/dist/index.d.ts +368 -333
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -304,7 +304,7 @@ import { forwardRef as forwardRef6 } from "react";
|
|
|
304
304
|
|
|
305
305
|
// src/layouts/text/text.css.ts
|
|
306
306
|
import { createRuntimeFn as _7a468 } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
307
|
-
var textRecipe = _7a468({ defaultClassName: "_1ccbe2w0", variantClassNames: { textStyle: { heading1: "_1ccbe2w1", heading2: "_1ccbe2w2", heading3: "_1ccbe2w3", heading4: "_1ccbe2w4", heading5: "_1ccbe2w5", heading6: "_1ccbe2w6", subheading1: "_1ccbe2w7", subheading2: "_1ccbe2w8", subtitle1: "_1ccbe2w9", subtitle2: "_1ccbe2wa", body1: "_1ccbe2wb", body2: "_1ccbe2wc", caption: "_1ccbe2wd", footer: "_1ccbe2we" }, isStrikethrough: { true: "
|
|
307
|
+
var textRecipe = _7a468({ defaultClassName: "_1ccbe2w0", variantClassNames: { textStyle: { heading1: "_1ccbe2w1", heading2: "_1ccbe2w2", heading3: "_1ccbe2w3", heading4: "_1ccbe2w4", heading5: "_1ccbe2w5", heading6: "_1ccbe2w6", subheading1: "_1ccbe2w7", subheading2: "_1ccbe2w8", subtitle1: "_1ccbe2w9", subtitle2: "_1ccbe2wa", body1: "_1ccbe2wb", body2: "_1ccbe2wc", caption: "_1ccbe2wd", footer: "_1ccbe2we", footerXS: "_1ccbe2wf" }, isStrikethrough: { true: "_1ccbe2wg" } }, defaultVariants: {}, compoundVariants: [] });
|
|
308
308
|
|
|
309
309
|
// src/layouts/text/text.tsx
|
|
310
310
|
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
@@ -459,7 +459,7 @@ import { forwardRef as forwardRef11 } from "react";
|
|
|
459
459
|
|
|
460
460
|
// src/components/badge/badge.css.ts
|
|
461
461
|
import { createRuntimeFn as _7a4683 } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
462
|
-
var badgeRecipe = _7a4683({ defaultClassName: "_1er7sj40", variantClassNames: { colorScheme: { primary: "_1er7sj41", disabled: "_1er7sj42", yellow: "_1er7sj43", red: "_1er7sj44", blue: "_1er7sj45", neutral: "_1er7sj46" }, size: { large: "_1er7sj47 _17lx8ut1oz _17lx8ut1il _17lx8ut15j _17lx8ut1bx", medium: "_1er7sj48 _17lx8ut1op _17lx8ut1ib _17lx8ut15e _17lx8ut1bs", small: "_1er7sj49 _17lx8ut1op _17lx8ut1ib _17lx8ut154 _17lx8ut1bi" }, isRounded: { true: "
|
|
462
|
+
var badgeRecipe = _7a4683({ defaultClassName: "_1er7sj40", variantClassNames: { colorScheme: { primary: "_1er7sj41", disabled: "_1er7sj42", yellow: "_1er7sj43", red: "_1er7sj44", blue: "_1er7sj45", neutral: "_1er7sj46" }, size: { large: "_1er7sj47 _17lx8ut1oz _17lx8ut1il _17lx8ut15j _17lx8ut1bx", medium: "_1er7sj48 _17lx8ut1op _17lx8ut1ib _17lx8ut15e _17lx8ut1bs", small: "_1er7sj49 _17lx8ut1op _17lx8ut1ib _17lx8ut154 _17lx8ut1bi", xs: "_1er7sj4a _17lx8ut1op _17lx8ut1ib _17lx8ut15e _17lx8ut1bs" }, isRounded: { true: "_1er7sj4b", false: "_1er7sj4c" }, variant: { primary: "_1er7sj4d", secondary: "_1er7sj4e" } }, defaultVariants: { colorScheme: "primary", size: "large", variant: "primary", isRounded: false }, compoundVariants: [[{ colorScheme: "primary", variant: "secondary" }, "_1er7sj4f"], [{ colorScheme: "disabled", variant: "secondary" }, "_1er7sj4g"], [{ colorScheme: "yellow", variant: "secondary" }, "_1er7sj4h"], [{ colorScheme: "red", variant: "secondary" }, "_1er7sj4i"], [{ colorScheme: "blue", variant: "secondary" }, "_1er7sj4j"]] });
|
|
463
463
|
|
|
464
464
|
// src/components/badge/badge.tsx
|
|
465
465
|
import { jsx as jsx14 } from "react/jsx-runtime";
|