@soft-stech/bootsman-ui-shadcn 1.0.4-beta.1 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/bootsman-ui-shadcn.js +37 -6
- package/dist/bootsman-ui-shadcn.umd.cjs +5 -5
- package/dist/index.d.ts +17 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/favicon.ico +0 -0
@@ -11861,15 +11861,34 @@ const uu = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, du =
|
|
11861
11861
|
}, 8, ["as", "as-child", "class"]));
|
11862
11862
|
}
|
11863
11863
|
}), So = Yt(
|
11864
|
-
"inline-flex items-center justify-center rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none
|
11864
|
+
"inline-flex items-center justify-center rounded text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",
|
11865
11865
|
{
|
11866
11866
|
variants: {
|
11867
11867
|
variant: {
|
11868
|
-
default:
|
11868
|
+
default: [
|
11869
|
+
/* background*/
|
11870
|
+
"bg-primary hover:bg-primary-hover active:bg-primary-active disabled:bg-foreground/[0.04]",
|
11871
|
+
/* border */
|
11872
|
+
"disabled:border disabled:border-foreground/[0.16]",
|
11873
|
+
/* text */
|
11874
|
+
"text-primary-foreground disabled:text-foreground/[0.16]"
|
11875
|
+
],
|
11869
11876
|
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
11870
|
-
outline:
|
11877
|
+
outline: [
|
11878
|
+
/* background*/
|
11879
|
+
"hover:bg-accent/[0.08] active:bg-accent/[0.16] disabled:bg-accent/[0.04]",
|
11880
|
+
/* border */
|
11881
|
+
"border border-primary disabled:border-accent/[0.32]",
|
11882
|
+
/* text */
|
11883
|
+
"text-accent-foreground disabled:text-accent/[0.32]"
|
11884
|
+
],
|
11871
11885
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
11872
|
-
ghost:
|
11886
|
+
ghost: [
|
11887
|
+
/* text */
|
11888
|
+
"text-accent-foreground disabled:text-accent/[0.56]",
|
11889
|
+
/* background */
|
11890
|
+
"hover:bg-accent/[0.08] active:bg-accent/[0.16]"
|
11891
|
+
],
|
11873
11892
|
link: "text-primary underline-offset-4 hover:underline",
|
11874
11893
|
none: "border-none bg-transparent"
|
11875
11894
|
},
|
@@ -26342,6 +26361,17 @@ const j2 = { class: "grid gap-1" }, aL = /* @__PURE__ */ _({
|
|
26342
26361
|
_: 1
|
26343
26362
|
}, 16, ["class"]));
|
26344
26363
|
}
|
26364
|
+
}), cL = /* @__PURE__ */ _({
|
26365
|
+
__name: "Skeleton",
|
26366
|
+
props: {
|
26367
|
+
class: {}
|
26368
|
+
},
|
26369
|
+
setup(e) {
|
26370
|
+
const t = e;
|
26371
|
+
return (n, a) => (g(), W("div", {
|
26372
|
+
class: re(i(q)("animate-pulse rounded-md bg-muted", t.class))
|
26373
|
+
}, null, 2));
|
26374
|
+
}
|
26345
26375
|
});
|
26346
26376
|
function J2(e) {
|
26347
26377
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
@@ -26555,7 +26585,7 @@ var t3 = e3(
|
|
26555
26585
|
}
|
26556
26586
|
}
|
26557
26587
|
);
|
26558
|
-
const n3 = /* @__PURE__ */ J2(t3),
|
26588
|
+
const n3 = /* @__PURE__ */ J2(t3), fL = {
|
26559
26589
|
darkMode: ["class"],
|
26560
26590
|
content: [
|
26561
26591
|
"./pages/**/*.{ts,tsx,vue}",
|
@@ -26802,6 +26832,7 @@ export {
|
|
26802
26832
|
sL as BuiTooltipContent,
|
26803
26833
|
lL as BuiTooltipProvider,
|
26804
26834
|
iL as BuiTooltipTrigger,
|
26835
|
+
cL as Skeleton,
|
26805
26836
|
Xw as alertVariants,
|
26806
26837
|
Zw as avatarVariant,
|
26807
26838
|
Jw as badgeVariants,
|
@@ -26814,7 +26845,7 @@ export {
|
|
26814
26845
|
d3 as tableColumnSortCommon,
|
26815
26846
|
R2 as tabsListVariants,
|
26816
26847
|
V2 as tabsTriggerVariants,
|
26817
|
-
|
26848
|
+
fL as tailwind,
|
26818
26849
|
F2 as textareaVariants,
|
26819
26850
|
H2 as toast,
|
26820
26851
|
X2 as toastVariants,
|