@gemafajarramadhan/dynamic-ui 1.1.19 → 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.
@@ -62371,8 +62371,8 @@ const Mee = {
62371
62371
  readonly: x.value,
62372
62372
  disabled: a.disabled,
62373
62373
  placeholder: a.placeholder,
62374
- class: de(["w-full h-10 text-center rounded-lg border bg-white dark:bg-neutral-900 text-foreground dark:text-gray-300 border-gray-300 dark:border-gray-700", [
62375
- _.value && !d.value ? "pl-12" : "",
62374
+ 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", [
62375
+ _.value && !d.value ? "pl-12" : "pl-5",
62376
62376
  x.value ? "cursor-pointer select-none" : ""
62377
62377
  ]]),
62378
62378
  onClick: D,
@@ -62386,7 +62386,7 @@ const Mee = {
62386
62386
  u.value ? (m(), z("button", {
62387
62387
  key: 0,
62388
62388
  type: "button",
62389
- class: "text-muted-foreground hover:text-foreground transition",
62389
+ class: "p-0 m-0 bg-transparent border-0 text-muted-foreground hover:text-foreground transition",
62390
62390
  onMousedown: j[1] || (j[1] = Ee(() => {
62391
62391
  }, ["prevent"])),
62392
62392
  onClick: N,
@@ -62396,7 +62396,7 @@ const Mee = {
62396
62396
  ], 32)) : (m(), z("button", {
62397
62397
  key: 1,
62398
62398
  type: "button",
62399
- class: "text-muted-foreground hover:text-foreground transition-transform",
62399
+ class: "p-0 m-0 bg-transparent border-0 text-muted-foreground hover:text-foreground transition-transform",
62400
62400
  onMousedown: j[2] || (j[2] = Ee(() => {
62401
62401
  }, ["prevent"])),
62402
62402
  onClick: T,