edvoyui-component-library-test-flight 0.0.178 → 0.0.180
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} +4 -4
- package/dist/{library-vue-ts.css → edvoy-ui.css} +1 -1
- package/dist/{library-vue-ts.es.js → edvoy-ui.es.js} +7 -7
- package/dist/edvoy-ui.umd.js +168 -0
- package/dist/tabs/EUITabs.vue.d.ts +1 -1
- package/package.json +17 -16
- package/src/components/searchTagSelect/EUISearchTagSelect.vue +2 -2
- package/src/components/tabs/EUITabs.vue +1 -1
- package/src/components/tag/EUITag.vue +4 -4
- 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
|
@@ -24910,7 +24910,7 @@ const CD = /* @__PURE__ */ Ye({
|
|
|
24910
24910
|
f !== u.tabs.length - 1 ? (_(), O("div", {
|
|
24911
24911
|
key: 0,
|
|
24912
24912
|
class: ae([
|
|
24913
|
-
"self-stretch w-px h-4",
|
|
24913
|
+
"self-stretch w-px h-4 flex-shrink-0",
|
|
24914
24914
|
u.tabSize === "sm" ? "my-2" : "my-3",
|
|
24915
24915
|
f === i.value - 1 || i.value === f ? "bg-transparent" : "bg-gray-300"
|
|
24916
24916
|
])
|
|
@@ -25016,7 +25016,7 @@ const CD = /* @__PURE__ */ Ye({
|
|
|
25016
25016
|
}, !0)
|
|
25017
25017
|
]));
|
|
25018
25018
|
}
|
|
25019
|
-
}), ED = /* @__PURE__ */ mt(gS, [["__scopeId", "data-v-
|
|
25019
|
+
}), ED = /* @__PURE__ */ mt(gS, [["__scopeId", "data-v-4ef02613"]]), mS = { class: "relative z-10 inline-flex items-center w-full gap-2 pt-3 overflow-hidden transition-all duration-200 ease-in border border-b-0 border-solid rounded-t-xl isolate before:h-4 before:w-px before:bg-gray-200 before:-bottom-3 before:-left-px before:absolute after:h-4 after:w-px after:bg-gray-200 after:-bottom-3 after:-right-px after:absolute bg-gradient-to-b from-gray-100" }, yS = { class: "relative z-0 inline-flex flex-row items-center w-full gap-2 px-6" }, bS = ["data-tab", "disabled", "loading", "onClick"], _S = { class: "relative z-0 px-4 py-4 -mt-px text-gray-500 border border-gray-200 border-solid rounded-b-xl" }, OD = /* @__PURE__ */ Ye({
|
|
25020
25020
|
inheritAttrs: !1,
|
|
25021
25021
|
__name: "EUITabOutline",
|
|
25022
25022
|
props: {
|
|
@@ -25623,7 +25623,7 @@ const AS = {
|
|
|
25623
25623
|
}), s = q(() => {
|
|
25624
25624
|
const c = t.disabled, f = {
|
|
25625
25625
|
white: c ? "bg-opacity-80 cursor-not-allowed text-gray-400 bg-gray-200" : "bg-white hover:bg-gray-100 text-black cursor-pointer active:shadow-white/50 active:bg-transparent",
|
|
25626
|
-
secondary: c ? "bg-opacity-75 cursor-not-allowed text-gray-400 bg-
|
|
25626
|
+
secondary: c ? "bg-opacity-75 cursor-not-allowed text-gray-400 bg-violet-50" : "bg-violet-100 hover:bg-violet-50 active:bg-violet-100 cursor-pointer text-violet-500 active:shadow-violet-200",
|
|
25627
25627
|
tertiary: c ? "bg-opacity-75 cursor-not-allowed text-gray-400 bg-gray-50 ring-1 ring-gray-400/20" : "bg-gray-100 hover:bg-gray-50 active:bg-gray-100 text-gray-700 cursor-pointer active:shadow-bg-gray-200/50 ring-1 ring-gray-200"
|
|
25628
25628
|
}, p = t.disabled === !0 ? "active:!translate-y-0 active:!scale-100 active:!shadow-none" : "", v = f[t.color] || "", b = u[t.size] || "";
|
|
25629
25629
|
return `${v} ${b} ${p}`;
|
|
@@ -25643,13 +25643,13 @@ const AS = {
|
|
|
25643
25643
|
S(r) ? (_(), O("button", {
|
|
25644
25644
|
key: 0,
|
|
25645
25645
|
type: "button",
|
|
25646
|
-
class: ae(["relative -mr-1 rounded group hover:bg-red-300/50 active:bg-red-300", [t.size === "lg" ? "size-6" : t.size === "md" ? "size-5" : "size-3.5"]]),
|
|
25646
|
+
class: ae(["relative flex-shrink-0 -mr-1 rounded group hover:bg-red-300/50 active:bg-red-300", [t.size === "lg" ? "size-6" : t.size === "md" ? "size-5" : "size-3.5"]]),
|
|
25647
25647
|
onClick: vt(l, ["stop"])
|
|
25648
25648
|
}, f[0] || (f[0] = [
|
|
25649
25649
|
$("span", { class: "sr-only" }, "Remove", -1),
|
|
25650
25650
|
$("svg", {
|
|
25651
25651
|
viewBox: "0 0 14 14",
|
|
25652
|
-
class: "stroke-gray-400 group-hover:stroke-red-600/75"
|
|
25652
|
+
class: "stroke-gray-400 group-hover:stroke-red-600/75 text-violet-600"
|
|
25653
25653
|
}, [
|
|
25654
25654
|
$("path", { d: "M4 4l6 6m0-6l-6 6" })
|
|
25655
25655
|
], -1)
|
|
@@ -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
|
])
|