@gemafajarramadhan/dynamic-ui 1.1.18 → 1.1.20
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/dynamic-ui.css +1 -1
- package/dist/dynamic-ui.es.js +9 -7
- package/dist/dynamic-ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/dynamic-ui.es.js
CHANGED
|
@@ -62220,12 +62220,14 @@ const Mee = {
|
|
|
62220
62220
|
}), cte = ["for"], dte = {
|
|
62221
62221
|
key: 0,
|
|
62222
62222
|
class: "ml-1 text-destructive"
|
|
62223
|
-
}, ute = { class: "relative w-full" }, hte = {
|
|
62223
|
+
}, ute = { class: "!relative !w-full" }, hte = {
|
|
62224
62224
|
key: 0,
|
|
62225
|
-
class: "
|
|
62225
|
+
class: "flex items-center text-muted-foreground",
|
|
62226
|
+
style: { position: "absolute !important", left: "0.75rem !important", top: "50% !important", transform: "translateY(-50%) !important", "z-index": "10 !important" }
|
|
62226
62227
|
}, pte = ["id", "readonly", "disabled", "placeholder"], yte = {
|
|
62227
62228
|
key: 1,
|
|
62228
|
-
class: "
|
|
62229
|
+
class: "flex items-center",
|
|
62230
|
+
style: { position: "absolute !important", right: "0.75rem !important", top: "50% !important", transform: "translateY(-50%) !important", "z-index": "10 !important" }
|
|
62229
62231
|
}, fte = {
|
|
62230
62232
|
key: 2,
|
|
62231
62233
|
class: "absolute z-50 mt-1 w-full rounded-xl border bg-white dark:bg-neutral-900 shadow-lg"
|
|
@@ -62371,8 +62373,8 @@ const Mee = {
|
|
|
62371
62373
|
readonly: x.value,
|
|
62372
62374
|
disabled: a.disabled,
|
|
62373
62375
|
placeholder: a.placeholder,
|
|
62374
|
-
class: de(["w-full h-10
|
|
62375
|
-
_.value && !d.value ? "pl-12" : "",
|
|
62376
|
+
class: de(["w-full h-10 rounded-lg border bg-white dark:bg-neutral-900 text-foreground dark:text-gray-300 border-gray-300 dark:border-gray-700", [
|
|
62377
|
+
_.value && !d.value ? "pl-12" : "pl-5",
|
|
62376
62378
|
x.value ? "cursor-pointer select-none" : ""
|
|
62377
62379
|
]]),
|
|
62378
62380
|
onClick: D,
|
|
@@ -62386,7 +62388,7 @@ const Mee = {
|
|
|
62386
62388
|
u.value ? (m(), z("button", {
|
|
62387
62389
|
key: 0,
|
|
62388
62390
|
type: "button",
|
|
62389
|
-
class: "text-muted-foreground hover:text-foreground transition",
|
|
62391
|
+
class: "!p-0 !m-0 !bg-transparent !border-0 text-muted-foreground hover:text-foreground transition",
|
|
62390
62392
|
onMousedown: j[1] || (j[1] = Ee(() => {
|
|
62391
62393
|
}, ["prevent"])),
|
|
62392
62394
|
onClick: N,
|
|
@@ -62396,7 +62398,7 @@ const Mee = {
|
|
|
62396
62398
|
], 32)) : (m(), z("button", {
|
|
62397
62399
|
key: 1,
|
|
62398
62400
|
type: "button",
|
|
62399
|
-
class: "text-muted-foreground hover:text-foreground transition-transform",
|
|
62401
|
+
class: "!p-0 !m-0 !bg-transparent !border-0 text-muted-foreground hover:text-foreground transition-transform",
|
|
62400
62402
|
onMousedown: j[2] || (j[2] = Ee(() => {
|
|
62401
62403
|
}, ["prevent"])),
|
|
62402
62404
|
onClick: T,
|