@moondreamsdev/dreamer-ui 1.7.21-test.72 → 1.7.21-test.74
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/{Toast-8QfNtQwn.js → Toast-Bzid968E.js} +13 -3
- package/dist/Toast-Bzid968E.js.map +1 -0
- package/dist/{Toast-CMAxxWCR.cjs → Toast-LhdQ1BOc.cjs} +2 -2
- package/dist/Toast-LhdQ1BOc.cjs.map +1 -0
- package/dist/components.cjs.js +1 -1
- package/dist/components.cjs.js.map +1 -1
- package/dist/components.esm.js +3 -3
- package/dist/components.esm.js.map +1 -1
- package/dist/providers.cjs.js +1 -1
- package/dist/providers.esm.js +1 -1
- package/dist/src/components/button/variants.d.ts +1 -1
- package/package.json +1 -1
- package/dist/Toast-8QfNtQwn.js.map +0 -1
- package/dist/Toast-CMAxxWCR.cjs.map +0 -1
|
@@ -691,6 +691,16 @@ l(null);
|
|
|
691
691
|
l(void 0);
|
|
692
692
|
l(void 0);
|
|
693
693
|
l(void 0);
|
|
694
|
+
l(null);
|
|
695
|
+
l(null);
|
|
696
|
+
l(void 0);
|
|
697
|
+
l(void 0);
|
|
698
|
+
l(void 0);
|
|
699
|
+
l(null);
|
|
700
|
+
l(null);
|
|
701
|
+
l(void 0);
|
|
702
|
+
l(void 0);
|
|
703
|
+
l(void 0);
|
|
694
704
|
function J() {
|
|
695
705
|
const [n, e] = x(0);
|
|
696
706
|
return p(() => {
|
|
@@ -715,7 +725,7 @@ const Q = {
|
|
|
715
725
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80 focus:outline-secondary outline-offset-2 disabled:bg-muted/80 disabled:text-muted-foreground/80",
|
|
716
726
|
tertiary: "text-primary hover:text-primary/80 disabled:text-muted-foreground focus:outline-primary",
|
|
717
727
|
outline: "border border-primary text-primary hover:border-primary/80 hover:text-primary/80 focus:outline-primary outline-offset-2 disabled:border-muted-foreground disabled:text-muted-foreground",
|
|
718
|
-
link: "underline-offset-4 hover:underline disabled:underline disabled:text-muted-foreground focus:
|
|
728
|
+
link: "underline-offset-4 hover:underline disabled:underline disabled:text-muted-foreground focus:underline",
|
|
719
729
|
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/80 focus:outline-destructive outline-offset-2 disabled:bg-muted disabled:text-muted-foreground"
|
|
720
730
|
}, R = {
|
|
721
731
|
stripped: "",
|
|
@@ -747,7 +757,7 @@ function W({
|
|
|
747
757
|
let v;
|
|
748
758
|
n === "link" && !e ? v = "fitted" : v = e || k.size;
|
|
749
759
|
const a = y(
|
|
750
|
-
"appearance-none not-disabled:hover:cursor-pointer outline outline-transparent disabled:opacity-50 disabled:cursor-not-allowed transition-all inline-flex items-center justify-center",
|
|
760
|
+
"appearance-none not-disabled:hover:cursor-pointer outline outline-transparent disabled:opacity-50 disabled:cursor-not-allowed transition-all inline-flex items-center justify-center gap-0.5",
|
|
751
761
|
Q[n],
|
|
752
762
|
R[v],
|
|
753
763
|
U[u],
|
|
@@ -1070,4 +1080,4 @@ export {
|
|
|
1070
1080
|
y as n,
|
|
1071
1081
|
sl as u
|
|
1072
1082
|
};
|
|
1073
|
-
//# sourceMappingURL=Toast-
|
|
1083
|
+
//# sourceMappingURL=Toast-Bzid968E.js.map
|