globalfy-design-system 1.44.0 → 1.44.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.
|
@@ -43,7 +43,7 @@ export declare const controlVariants: import('tailwind-variants').TVReturnType<{
|
|
|
43
43
|
isTransparent: {
|
|
44
44
|
true: string;
|
|
45
45
|
};
|
|
46
|
-
}, undefined, "block h-12 w-full rounded-lg border border-primary-grey-700 bg-white px-4", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
46
|
+
}, undefined, "block min-h-12 w-full rounded-lg border border-primary-grey-700 bg-white px-4 py-3", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
47
47
|
disabled: {
|
|
48
48
|
true: string;
|
|
49
49
|
};
|
|
@@ -107,7 +107,7 @@ export declare const controlVariants: import('tailwind-variants').TVReturnType<{
|
|
|
107
107
|
isTransparent: {
|
|
108
108
|
true: string;
|
|
109
109
|
};
|
|
110
|
-
}, undefined, "block h-12 w-full rounded-lg border border-primary-grey-700 bg-white px-4", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
110
|
+
}, undefined, "block min-h-12 w-full rounded-lg border border-primary-grey-700 bg-white px-4 py-3", import('tailwind-variants/dist/config.js').TVConfig<{
|
|
111
111
|
disabled: {
|
|
112
112
|
true: string;
|
|
113
113
|
};
|
|
@@ -52339,7 +52339,7 @@ const Rl = O0({
|
|
|
52339
52339
|
}
|
|
52340
52340
|
}
|
|
52341
52341
|
}), jl = O0({
|
|
52342
|
-
base: "block h-12 w-full rounded-lg border border-primary-grey-700 bg-white px-4",
|
|
52342
|
+
base: "block min-h-12 w-full rounded-lg border border-primary-grey-700 bg-white px-4 py-3",
|
|
52343
52343
|
variants: {
|
|
52344
52344
|
disabled: {
|
|
52345
52345
|
true: "border-primary-grey-500 bg-primary-grey-500"
|
|
@@ -52728,7 +52728,7 @@ const dU0 = ({
|
|
|
52728
52728
|
...D
|
|
52729
52729
|
}) => {
|
|
52730
52730
|
let T = {
|
|
52731
|
-
DropdownIndicator: Z || Xl,
|
|
52731
|
+
DropdownIndicator: O && r ? null : Z || Xl,
|
|
52732
52732
|
Control: x || ((N) => /* @__PURE__ */ b.jsx(Yl, { ...N, label: e, isValid: A, isInvalid: a })),
|
|
52733
52733
|
Option: w || Kl,
|
|
52734
52734
|
Placeholder: (N) => /* @__PURE__ */ b.jsx(Jl, { ...N, customPlaceholder: y }),
|