@luminescent/ui-qwik 6.2.3 → 6.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.
- package/lib/index.qwik.cjs +1 -0
- package/lib/index.qwik.mjs +1 -0
- package/package.json +2 -2
package/lib/index.qwik.cjs
CHANGED
|
@@ -755,6 +755,7 @@ const Nav = qwik.component$(({ fixed, floating, noblur, nohamburger, nodismiss,
|
|
|
755
755
|
}),
|
|
756
756
|
!nohamburger && /* @__PURE__ */ jsxRuntime.jsx("button", {
|
|
757
757
|
name: "Navigation Menu",
|
|
758
|
+
title: "Navigation Menu",
|
|
758
759
|
class: "lum-btn lum-bg-transparent p-2 sm:hidden rounded-lum-2",
|
|
759
760
|
onClick$: () => menu.value = !menu.value,
|
|
760
761
|
children: /* @__PURE__ */ jsxRuntime.jsx(Menu, {
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -753,6 +753,7 @@ const Nav = component$(({ fixed, floating, noblur, nohamburger, nodismiss, color
|
|
|
753
753
|
}),
|
|
754
754
|
!nohamburger && /* @__PURE__ */ jsx("button", {
|
|
755
755
|
name: "Navigation Menu",
|
|
756
|
+
title: "Navigation Menu",
|
|
756
757
|
class: "lum-btn lum-bg-transparent p-2 sm:hidden rounded-lum-2",
|
|
757
758
|
onClick$: () => menu.value = !menu.value,
|
|
758
759
|
children: /* @__PURE__ */ jsx(Menu, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luminescent/ui-qwik",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.4",
|
|
4
4
|
"description": "Luminescent UI library - Qwik",
|
|
5
5
|
"main": "./lib/index.qwik.mjs",
|
|
6
6
|
"qwik": "./lib/index.qwik.mjs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vite-tsconfig-paths": "^5.1.4"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@luminescent/ui": "6.2.
|
|
53
|
+
"@luminescent/ui": "6.2.4"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "qwik build",
|