@luminescent/ui 0.12.2 → 0.12.3
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 +5 -4
- package/lib/index.qwik.mjs +5 -4
- package/package.json +1 -1
package/lib/index.qwik.cjs
CHANGED
|
@@ -988,13 +988,13 @@ const DropdownRaw = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlin
|
|
|
988
988
|
}, 1, "Zz_6"),
|
|
989
989
|
/* @__PURE__ */ qwik._jsxQ("div", {
|
|
990
990
|
class: {
|
|
991
|
-
"absolute top-full pt-2 left-0": true,
|
|
991
|
+
"absolute top-full pt-2 left-0 z-[1000] ": true,
|
|
992
992
|
"pointer-events-none opacity-0 scale-95": !store.opened,
|
|
993
993
|
"group-hover:pointer-events-auto group-hover:opacity-100 group-hover:scale-100": props.hover
|
|
994
994
|
}
|
|
995
995
|
}, null, /* @__PURE__ */ qwik._jsxQ("div", null, {
|
|
996
996
|
class: {
|
|
997
|
-
"motion-safe:transition-all p-1 gap-1 bg-gray-800/50 backdrop-blur-xl flex flex-col rounded-lg border border-gray-700
|
|
997
|
+
"motion-safe:transition-all p-1.5 gap-1 bg-gray-800/50 backdrop-blur-xl flex flex-col rounded-lg border border-gray-700 max-h-72 lui-scroll overflow-auto select-none": true
|
|
998
998
|
},
|
|
999
999
|
id: qwik._fnSignal((p0) => `lui-${p0.id}-opts`, [
|
|
1000
1000
|
props
|
|
@@ -1130,7 +1130,8 @@ const Nav = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((p
|
|
|
1130
1130
|
}
|
|
1131
1131
|
}, null, /* @__PURE__ */ qwik._jsxQ("div", null, {
|
|
1132
1132
|
class: {
|
|
1133
|
-
"flex flex-col gap-2 motion-safe:transition-all max-w-7xl w-full p-2 bg-gray-800/50 border border-gray-700/50
|
|
1133
|
+
"flex flex-col gap-2 motion-safe:transition-all max-w-7xl w-full p-2 bg-gray-800/50 border border-gray-700/50 rounded-lg": true,
|
|
1134
|
+
'before:absolute before:content-[""] before:w-full before:h-full before:backdrop-blur-lg before:drop-shadow-xl before:-z-10': true
|
|
1134
1135
|
}
|
|
1135
1136
|
}, /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
|
|
1136
1137
|
name: "mobile",
|
|
@@ -1148,7 +1149,7 @@ const Nav = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((p
|
|
|
1148
1149
|
class: {
|
|
1149
1150
|
"flex justify-evenly w-full mx-auto px-2 max-w-7xl": true,
|
|
1150
1151
|
"bg-gray-800/50 border border-gray-700/50 rounded-lg": props.floating,
|
|
1151
|
-
'before:absolute before:content-[""] before:w-full before:h-full before:backdrop-blur-lg before:drop-shadow-xl before:-z-10': props.floating
|
|
1152
|
+
'before:absolute before:content-[""] before:w-full before:max-w-7xl before:h-full before:rounded-lg before:backdrop-blur-lg before:drop-shadow-xl before:-z-10': props.floating
|
|
1152
1153
|
}
|
|
1153
1154
|
}, null, [
|
|
1154
1155
|
/* @__PURE__ */ qwik._jsxQ("div", null, {
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -986,13 +986,13 @@ const DropdownRaw = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((pro
|
|
|
986
986
|
}, 1, "Zz_6"),
|
|
987
987
|
/* @__PURE__ */ _jsxQ("div", {
|
|
988
988
|
class: {
|
|
989
|
-
"absolute top-full pt-2 left-0": true,
|
|
989
|
+
"absolute top-full pt-2 left-0 z-[1000] ": true,
|
|
990
990
|
"pointer-events-none opacity-0 scale-95": !store.opened,
|
|
991
991
|
"group-hover:pointer-events-auto group-hover:opacity-100 group-hover:scale-100": props.hover
|
|
992
992
|
}
|
|
993
993
|
}, null, /* @__PURE__ */ _jsxQ("div", null, {
|
|
994
994
|
class: {
|
|
995
|
-
"motion-safe:transition-all p-1 gap-1 bg-gray-800/50 backdrop-blur-xl flex flex-col rounded-lg border border-gray-700
|
|
995
|
+
"motion-safe:transition-all p-1.5 gap-1 bg-gray-800/50 backdrop-blur-xl flex flex-col rounded-lg border border-gray-700 max-h-72 lui-scroll overflow-auto select-none": true
|
|
996
996
|
},
|
|
997
997
|
id: _fnSignal((p0) => `lui-${p0.id}-opts`, [
|
|
998
998
|
props
|
|
@@ -1128,7 +1128,8 @@ const Nav = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
|
|
|
1128
1128
|
}
|
|
1129
1129
|
}, null, /* @__PURE__ */ _jsxQ("div", null, {
|
|
1130
1130
|
class: {
|
|
1131
|
-
"flex flex-col gap-2 motion-safe:transition-all max-w-7xl w-full p-2 bg-gray-800/50 border border-gray-700/50
|
|
1131
|
+
"flex flex-col gap-2 motion-safe:transition-all max-w-7xl w-full p-2 bg-gray-800/50 border border-gray-700/50 rounded-lg": true,
|
|
1132
|
+
'before:absolute before:content-[""] before:w-full before:h-full before:backdrop-blur-lg before:drop-shadow-xl before:-z-10': true
|
|
1132
1133
|
}
|
|
1133
1134
|
}, /* @__PURE__ */ _jsxC(Slot, {
|
|
1134
1135
|
name: "mobile",
|
|
@@ -1146,7 +1147,7 @@ const Nav = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
|
|
|
1146
1147
|
class: {
|
|
1147
1148
|
"flex justify-evenly w-full mx-auto px-2 max-w-7xl": true,
|
|
1148
1149
|
"bg-gray-800/50 border border-gray-700/50 rounded-lg": props.floating,
|
|
1149
|
-
'before:absolute before:content-[""] before:w-full before:h-full before:backdrop-blur-lg before:drop-shadow-xl before:-z-10': props.floating
|
|
1150
|
+
'before:absolute before:content-[""] before:w-full before:max-w-7xl before:h-full before:rounded-lg before:backdrop-blur-lg before:drop-shadow-xl before:-z-10': props.floating
|
|
1150
1151
|
}
|
|
1151
1152
|
}, null, [
|
|
1152
1153
|
/* @__PURE__ */ _jsxQ("div", null, {
|