@datawire-ai/busyfile-design-library 1.27.0 → 1.28.1
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.js +8 -6
- package/dist/index.umd.cjs +9 -9
- package/dist/style.css +1 -1
- package/dist/theme.css +91 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3132,7 +3132,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Wn = Ao, s
|
|
|
3132
3132
|
lg: "h-10 px-6",
|
|
3133
3133
|
icon: "h-9 w-9"
|
|
3134
3134
|
}, Bl = se(
|
|
3135
|
-
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:ring-2 focus-visible:ring-offset-2",
|
|
3135
|
+
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:ring-2 focus-visible:ring-offset-2 cursor-pointer",
|
|
3136
3136
|
{
|
|
3137
3137
|
variants: {
|
|
3138
3138
|
variant: Vl,
|
|
@@ -7701,6 +7701,8 @@ const Cp = ({
|
|
|
7701
7701
|
type: t,
|
|
7702
7702
|
className: I(
|
|
7703
7703
|
"flex-1 h-10 bg-transparent outline-none placeholder:text-neutral-black-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
7704
|
+
"text-black-1 text-sm",
|
|
7705
|
+
"placeholder:text-neutral-black-2 placeholder:text-sm",
|
|
7704
7706
|
e
|
|
7705
7707
|
),
|
|
7706
7708
|
...r
|
|
@@ -7714,8 +7716,8 @@ const Cp = ({
|
|
|
7714
7716
|
medium: "h-10 w-92 text-base px-3"
|
|
7715
7717
|
},
|
|
7716
7718
|
status: {
|
|
7717
|
-
default: "border-neutral-black-4 text-foreground focus-within:ring-
|
|
7718
|
-
error: "border-
|
|
7719
|
+
default: "border-neutral-black-4 text-foreground focus-within:ring-4 focus-within:ring-neutral-black-4",
|
|
7720
|
+
error: "border-error-1 text-primary-1 focus-within:ring-4 focus-within:ring-error-1",
|
|
7719
7721
|
disabled: "border-neutral-black-4 bg-neutral-black-4 text-neutral-black-2 cursor-not-allowed"
|
|
7720
7722
|
}
|
|
7721
7723
|
},
|
|
@@ -7775,8 +7777,8 @@ const Cp = ({
|
|
|
7775
7777
|
"p",
|
|
7776
7778
|
{
|
|
7777
7779
|
className: I(
|
|
7778
|
-
"text-
|
|
7779
|
-
r ? "text-
|
|
7780
|
+
"text-sm mt-1",
|
|
7781
|
+
r ? "text-error-1" : "text-neutral-black-2"
|
|
7780
7782
|
),
|
|
7781
7783
|
children: r || t
|
|
7782
7784
|
}
|
|
@@ -10663,7 +10665,7 @@ function Ki(e, t) {
|
|
|
10663
10665
|
}
|
|
10664
10666
|
var Mh = $i, Dh = zi, Lh = Wi, Fh = Hi;
|
|
10665
10667
|
const $h = {
|
|
10666
|
-
underline: "data-[state=active]:border-b-primary-1 px-
|
|
10668
|
+
underline: "data-[state=active]:border-b-primary-1 px-5 py-4 border-b-[1.5px] border-b-neutral-black-3 text-md",
|
|
10667
10669
|
badge: "px-3 py-2 rounded-md text-neutral-0 data-[state=active]:bg-white text-sm rounded-[5px]"
|
|
10668
10670
|
}, Vh = {
|
|
10669
10671
|
none: "",
|