@nr1e/qwik-ui 0.0.32 → 0.0.33

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.
@@ -94,7 +94,7 @@ const Dialog = qwik.component$((props) => {
94
94
  ]
95
95
  }),
96
96
  /* @__PURE__ */ jsxRuntime.jsx("div", {
97
- class: "modal-action mt-2",
97
+ class: "modal-action mt-2 items-center",
98
98
  children: /* @__PURE__ */ jsxRuntime.jsx(qwik.Slot, {
99
99
  name: "action"
100
100
  })
@@ -92,7 +92,7 @@ const Dialog = component$((props) => {
92
92
  ]
93
93
  }),
94
94
  /* @__PURE__ */ jsx("div", {
95
- class: "modal-action mt-2",
95
+ class: "modal-action mt-2 items-center",
96
96
  children: /* @__PURE__ */ jsx(Slot, {
97
97
  name: "action"
98
98
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nr1e/qwik-ui",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "NR1E Qwik UI Library",
5
5
  "author": "NR1E, Inc.",
6
6
  "publishConfig": {