@dpa-id-components/dpa-shared-components 8.0.8-5 → 8.0.8-6
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.
|
@@ -5216,7 +5216,7 @@ const ef = (e, t) => {
|
|
|
5216
5216
|
return (r, n) => (k(), N("div", {
|
|
5217
5217
|
class: se([
|
|
5218
5218
|
"mb-px w-full pb-3 pl-3 pr-4 pt-2 md:pt-3",
|
|
5219
|
-
r.isFulfilled ? "transition bg-white
|
|
5219
|
+
r.isFulfilled ? "transition bg-white shadow hover:shadow-md group border border-gray-300 hover:border-gray-500" : "w-full bg-white"
|
|
5220
5220
|
]),
|
|
5221
5221
|
"data-testid": "rootDiv"
|
|
5222
5222
|
}, [
|
|
@@ -5539,6 +5539,7 @@ const Dp = /* @__PURE__ */ ea(Sp, [["__scopeId", "data-v-e1b2aabf"]]), Op = ["on
|
|
|
5539
5539
|
emits: ["list-item-click"],
|
|
5540
5540
|
setup(e, { emit: t }) {
|
|
5541
5541
|
const a = e, r = H(() => [
|
|
5542
|
+
a.selected ? "is-selected" : "",
|
|
5542
5543
|
a.disabled ? "text-gray-600" : "text-gray-800",
|
|
5543
5544
|
a.selectable ? "pr-9" : "pr-2",
|
|
5544
5545
|
a.checkboxSize === "medium" ? "py-3 px-4" : "p-2"
|
|
@@ -14391,7 +14392,7 @@ const dy = {
|
|
|
14391
14392
|
tabindex: "-1",
|
|
14392
14393
|
"data-testid": "search-input"
|
|
14393
14394
|
}, Sy = {
|
|
14394
|
-
class: "max-h-60 overflow-y-scroll",
|
|
14395
|
+
class: "no-scrollbar max-h-60 overflow-y-scroll",
|
|
14395
14396
|
tabindex: "0"
|
|
14396
14397
|
}, Dy = {
|
|
14397
14398
|
key: 1,
|