@luminescent/ui-qwik 1.1.4 → 1.2.0

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.
@@ -1216,7 +1216,7 @@ const Nav = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1216
1216
  }
1217
1217
  }, 3, "03_3"),
1218
1218
  /* @__PURE__ */ _jsxQ("button", null, {
1219
- class: "lum-btn lum-pad-md text-base lum-pad-equal lum-bg-transparent rounded-md"
1219
+ class: "lum-btn lum-pad-equal-md lum-bg-transparent sm:hidden"
1220
1220
  }, /* @__PURE__ */ _jsxQ("svg", null, {
1221
1221
  class: "w-6 h-6",
1222
1222
  fill: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminescent/ui-qwik",
3
- "version": "1.1.4",
3
+ "version": "1.2.0",
4
4
  "description": "Luminescent UI library",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",