edvoyui-component-library-test-flight 0.0.86 → 0.0.88
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.
|
@@ -24041,10 +24041,10 @@ const JT = /* @__PURE__ */ Ue({
|
|
|
24041
24041
|
}), TO = {
|
|
24042
24042
|
key: 0,
|
|
24043
24043
|
class: "flex flex-row items-center justify-between w-full p-2 bg-gray-100 rounded-xl"
|
|
24044
|
-
}, AO = ["onClick"], MO = ["onClick"], PO = {
|
|
24044
|
+
}, AO = ["id", "onClick"], MO = ["id", "onClick"], PO = {
|
|
24045
24045
|
key: 2,
|
|
24046
24046
|
class: "flex items-center gap-1 p-2 transition-all duration-100"
|
|
24047
|
-
}, DO = ["onClick"], IO = /* @__PURE__ */ Ue({
|
|
24047
|
+
}, DO = ["id", "onClick"], IO = /* @__PURE__ */ Ue({
|
|
24048
24048
|
__name: "EUITabs",
|
|
24049
24049
|
props: {
|
|
24050
24050
|
tabs: {},
|
|
@@ -24068,6 +24068,7 @@ const JT = /* @__PURE__ */ Ue({
|
|
|
24068
24068
|
d.tabStyle === "design" ? (x(), A("div", TO, [
|
|
24069
24069
|
(x(!0), A(Pe, null, qe(d.tabs, (c, f) => (x(), A("button", {
|
|
24070
24070
|
key: f,
|
|
24071
|
+
id: `id-${c.name}`,
|
|
24071
24072
|
type: "button",
|
|
24072
24073
|
class: "[&:not(:focus-visible)]:focus:outline-none relative w-full inline-flex items-center transition-colors duration-100",
|
|
24073
24074
|
role: "tab",
|
|
@@ -24099,6 +24100,7 @@ const JT = /* @__PURE__ */ Ue({
|
|
|
24099
24100
|
(x(!0), A(Pe, null, qe(d.tabs, (c, f) => (x(), A("button", {
|
|
24100
24101
|
key: f,
|
|
24101
24102
|
role: "tab",
|
|
24103
|
+
id: `id-${c.name}`,
|
|
24102
24104
|
class: fe([
|
|
24103
24105
|
"px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800",
|
|
24104
24106
|
d.tabSize === "sm" ? "text-sm font-semibold border-b-2" : "text-base font-bold border-b-[3px]",
|
|
@@ -24114,6 +24116,7 @@ const JT = /* @__PURE__ */ Ue({
|
|
|
24114
24116
|
(x(!0), A(Pe, null, qe(d.tabs, (c, f) => (x(), A("button", {
|
|
24115
24117
|
key: f,
|
|
24116
24118
|
role: "tab",
|
|
24119
|
+
id: `id-${c.name}`,
|
|
24117
24120
|
class: fe([
|
|
24118
24121
|
"px-4 py-1 text-sm font-semibold transition-colors duration-150 ease-in-out border rounded-full",
|
|
24119
24122
|
i.value === f ? "shadow-lg shadow-gray-100 bg-white border-gray-200 focus-within:border-purple-600 text-gray-900" : "border-white hover:bg-gray-50 text-gray-700"
|
|
@@ -24139,7 +24142,7 @@ const JT = /* @__PURE__ */ Ue({
|
|
|
24139
24142
|
], 2)
|
|
24140
24143
|
]));
|
|
24141
24144
|
}
|
|
24142
|
-
}), eA = /* @__PURE__ */ Ot(IO, [["__scopeId", "data-v-
|
|
24145
|
+
}), eA = /* @__PURE__ */ Ot(IO, [["__scopeId", "data-v-4fdb3faa"]]), RO = {
|
|
24143
24146
|
key: 0,
|
|
24144
24147
|
class: "mb-3 text-sm font-medium text-gray-500 font-inter"
|
|
24145
24148
|
}, VO = {
|