@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.
- package/lib/index.qwik.mjs +1 -1
- package/package.json +1 -1
package/lib/index.qwik.mjs
CHANGED
|
@@ -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
|
|
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",
|