edvoyui-component-library-test-flight 0.0.87 → 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 = ["id", "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: {},
@@ -24100,6 +24100,7 @@ const JT = /* @__PURE__ */ Ue({
24100
24100
  (x(!0), A(Pe, null, qe(d.tabs, (c, f) => (x(), A("button", {
24101
24101
  key: f,
24102
24102
  role: "tab",
24103
+ id: `id-${c.name}`,
24103
24104
  class: fe([
24104
24105
  "px-3 py-1 leading-5 transition-all duration-150 ease-in-out hover:text-gray-800",
24105
24106
  d.tabSize === "sm" ? "text-sm font-semibold border-b-2" : "text-base font-bold border-b-[3px]",
@@ -24115,6 +24116,7 @@ const JT = /* @__PURE__ */ Ue({
24115
24116
  (x(!0), A(Pe, null, qe(d.tabs, (c, f) => (x(), A("button", {
24116
24117
  key: f,
24117
24118
  role: "tab",
24119
+ id: `id-${c.name}`,
24118
24120
  class: fe([
24119
24121
  "px-4 py-1 text-sm font-semibold transition-colors duration-150 ease-in-out border rounded-full",
24120
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"
@@ -24140,7 +24142,7 @@ const JT = /* @__PURE__ */ Ue({
24140
24142
  ], 2)
24141
24143
  ]));
24142
24144
  }
24143
- }), eA = /* @__PURE__ */ Ot(IO, [["__scopeId", "data-v-c23f8f84"]]), RO = {
24145
+ }), eA = /* @__PURE__ */ Ot(IO, [["__scopeId", "data-v-4fdb3faa"]]), RO = {
24144
24146
  key: 0,
24145
24147
  class: "mb-3 text-sm font-medium text-gray-500 font-inter"
24146
24148
  }, VO = {