@gemafajarramadhan/dynamic-ui 1.1.20 → 1.1.21
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 +5 -7
- package/dist/dynamic-ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/dynamic-ui.es.js
CHANGED
|
@@ -62220,14 +62220,12 @@ const Mee = {
|
|
|
62220
62220
|
}), cte = ["for"], dte = {
|
|
62221
62221
|
key: 0,
|
|
62222
62222
|
class: "ml-1 text-destructive"
|
|
62223
|
-
}, ute = { class: "
|
|
62223
|
+
}, ute = { class: "relative w-full" }, hte = {
|
|
62224
62224
|
key: 0,
|
|
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" }
|
|
62225
|
+
class: "absolute inset-y-0 left-3 flex items-center text-muted-foreground"
|
|
62227
62226
|
}, pte = ["id", "readonly", "disabled", "placeholder"], yte = {
|
|
62228
62227
|
key: 1,
|
|
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" }
|
|
62228
|
+
class: "absolute inset-y-0 right-3 flex items-center"
|
|
62231
62229
|
}, fte = {
|
|
62232
62230
|
key: 2,
|
|
62233
62231
|
class: "absolute z-50 mt-1 w-full rounded-xl border bg-white dark:bg-neutral-900 shadow-lg"
|
|
@@ -62388,7 +62386,7 @@ const Mee = {
|
|
|
62388
62386
|
u.value ? (m(), z("button", {
|
|
62389
62387
|
key: 0,
|
|
62390
62388
|
type: "button",
|
|
62391
|
-
class: "
|
|
62389
|
+
class: "p-0 m-0 bg-transparent border-0 text-muted-foreground hover:text-foreground transition",
|
|
62392
62390
|
onMousedown: j[1] || (j[1] = Ee(() => {
|
|
62393
62391
|
}, ["prevent"])),
|
|
62394
62392
|
onClick: N,
|
|
@@ -62398,7 +62396,7 @@ const Mee = {
|
|
|
62398
62396
|
], 32)) : (m(), z("button", {
|
|
62399
62397
|
key: 1,
|
|
62400
62398
|
type: "button",
|
|
62401
|
-
class: "
|
|
62399
|
+
class: "p-0 m-0 bg-transparent border-0 text-muted-foreground hover:text-foreground transition-transform",
|
|
62402
62400
|
onMousedown: j[2] || (j[2] = Ee(() => {
|
|
62403
62401
|
}, ["prevent"])),
|
|
62404
62402
|
onClick: T,
|