componentables 0.1.1 → 0.1.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2496,7 +2496,7 @@ function Er({
|
|
|
2496
2496
|
...w
|
|
2497
2497
|
}) {
|
|
2498
2498
|
const v = () => {
|
|
2499
|
-
const m = "w-full p-4 border-2 rounded-lg text-base bg-
|
|
2499
|
+
const m = "w-full p-4 border-2 rounded-lg text-base bg-white transition-all duration-300 focus:outline-none focus:ring-1 disabled:bg-light disabled:text-text-muted disabled:cursor-not-allowed placeholder:text-text-muted";
|
|
2500
2500
|
if (a)
|
|
2501
2501
|
return u(
|
|
2502
2502
|
m,
|
|
@@ -2562,7 +2562,7 @@ function Tr({
|
|
|
2562
2562
|
...w
|
|
2563
2563
|
}) {
|
|
2564
2564
|
const v = () => {
|
|
2565
|
-
const m = "w-full p-4 border-2 rounded-lg text-base bg-
|
|
2565
|
+
const m = "w-full p-4 border-2 rounded-lg text-base bg-white transition-all duration-300 focus:outline-none focus:ring-1 disabled:bg-light disabled:text-text-muted disabled:cursor-not-allowed placeholder:text-text-muted resize-none";
|
|
2566
2566
|
if (i)
|
|
2567
2567
|
return u(
|
|
2568
2568
|
m,
|
|
@@ -2860,7 +2860,7 @@ function Vr({
|
|
|
2860
2860
|
w(C);
|
|
2861
2861
|
}, [C, w]);
|
|
2862
2862
|
const v = () => {
|
|
2863
|
-
const d = "w-full px-4 py-4 pl-10 border-2 rounded-lg text-base bg-
|
|
2863
|
+
const d = "w-full px-4 py-4 pl-10 border-2 rounded-lg text-base bg-white transition-all duration-300 focus:outline-none focus:ring-1 disabled:bg-light disabled:text-text-muted disabled:cursor-not-allowed placeholder:text-text-muted";
|
|
2864
2864
|
switch (n) {
|
|
2865
2865
|
case "primary":
|
|
2866
2866
|
return u(
|
|
@@ -3510,7 +3510,7 @@ function Ur({
|
|
|
3510
3510
|
}), N = Array.isArray(t) ? t : t ? [t] : [], [z, W] = T(
|
|
3511
3511
|
N.map((f) => r.find((L) => L.value === f)).filter(Boolean)
|
|
3512
3512
|
), R = ie(null), _ = ie(null), Z = () => {
|
|
3513
|
-
const f = "w-full p-4 border-2 rounded-lg text-base bg-
|
|
3513
|
+
const f = "w-full p-4 border-2 rounded-lg text-base bg-white transition-all duration-300 focus:outline-none focus:ring-1 disabled:bg-light disabled:text-text-muted disabled:cursor-not-allowed";
|
|
3514
3514
|
if (b)
|
|
3515
3515
|
return u(f, "border-danger focus:border-danger");
|
|
3516
3516
|
switch (w) {
|
|
@@ -3625,7 +3625,7 @@ function Ur({
|
|
|
3625
3625
|
"div",
|
|
3626
3626
|
{
|
|
3627
3627
|
className: u(
|
|
3628
|
-
"fixed z-[9999] rounded-lg border-2 bg-
|
|
3628
|
+
"fixed z-[9999] rounded-lg border-2 bg-white shadow-xl",
|
|
3629
3629
|
b ? "border-danger" : w === "primary" ? "border-primary" : "border-secondary"
|
|
3630
3630
|
),
|
|
3631
3631
|
style: {
|