@greghowe79/the-lib 1.2.3 → 1.2.4

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.
@@ -41,6 +41,7 @@ const Modal = qwik.component$(({ title, open, primaryButtonLabel, secondaryButto
41
41
  }),
42
42
  /* @__PURE__ */ jsxRuntime.jsx("div", {
43
43
  class: "modal-body",
44
+ tabIndex: 0,
44
45
  children: /* @__PURE__ */ jsxRuntime.jsx(qwik.Slot, {})
45
46
  }),
46
47
  /* @__PURE__ */ jsxRuntime.jsxs("div", {
@@ -39,6 +39,7 @@ const Modal = component$(({ title, open, primaryButtonLabel, secondaryButtonLabe
39
39
  }),
40
40
  /* @__PURE__ */ jsx("div", {
41
41
  class: "modal-body",
42
+ tabIndex: 0,
42
43
  children: /* @__PURE__ */ jsx(Slot, {})
43
44
  }),
44
45
  /* @__PURE__ */ jsxs("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greghowe79/the-lib",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Collection of fast components for Qwik",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",