edvoyui-component-library-test-flight 0.0.179 → 0.0.181
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/EUISelectSearch.vue.d.ts.map +1 -0
- package/dist/{library-vue-ts.cjs.js → edvoy-ui.cjs.js} +1 -1
- package/dist/{library-vue-ts.css → edvoy-ui.css} +1 -1
- package/dist/{library-vue-ts.es.js → edvoy-ui.es.js} +2 -2
- package/dist/edvoy-ui.umd.js +168 -0
- package/package.json +18 -16
- package/src/components/searchTagSelect/EUISearchTagSelect.vue +2 -2
- package/dist/library-vue-ts.umd.js +0 -168
- package/dist/selectSearch/EUISelectSearch.vue.d.ts.map +0 -1
- /package/dist/{selectSearch/EUISelectSearch.vue.d.ts → EUISelectSearch.vue.d.ts} +0 -0
|
@@ -29989,7 +29989,7 @@ const AR = /* @__PURE__ */ mt(SR, [["render", TR]]), MR = {
|
|
|
29989
29989
|
}, BR = { class: "show-count" }, VR = {
|
|
29990
29990
|
key: 2,
|
|
29991
29991
|
class: "text-sm font-normal text-gray-400"
|
|
29992
|
-
}, NR = { class: "
|
|
29992
|
+
}, NR = { class: "flex items-center flex-shrink-0 gap-2 m-auto" }, FR = {
|
|
29993
29993
|
key: 0,
|
|
29994
29994
|
class: "w-full p-4 overflow-y-auto text-sm bg-white border-2 border-gray-100 border-solid shadow-lg rounded-3xl max-h-72 scrollbar--hide"
|
|
29995
29995
|
}, HR = { key: 0 }, UR = {
|
|
@@ -30303,7 +30303,7 @@ const AR = /* @__PURE__ */ mt(SR, [["render", TR]]), MR = {
|
|
|
30303
30303
|
key: 1,
|
|
30304
30304
|
class: ae([
|
|
30305
30305
|
"w-5 h-5 transform transition duration-200 ease-in-out",
|
|
30306
|
-
l.value ? "text-gray-800 rotate-180" : "text-gray-
|
|
30306
|
+
l.value ? "text-gray-800 rotate-180" : "text-gray-400 rotate-0"
|
|
30307
30307
|
])
|
|
30308
30308
|
}, null, 8, ["class"]))
|
|
30309
30309
|
])
|