@luminescent/ui 0.12.7 → 0.12.8
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 +2 -2
- package/lib/index.qwik.mjs +2 -2
- package/package.json +1 -1
package/lib/index.qwik.cjs
CHANGED
|
@@ -310,7 +310,7 @@ const Card = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((
|
|
|
310
310
|
}, 3, "OW_2")
|
|
311
311
|
],
|
|
312
312
|
class: {
|
|
313
|
-
"relative flex gap-4 p-7 border rounded-lg motion-safe:transition-all": true,
|
|
313
|
+
"relative flex gap-3 sm:gap-4 p-5 sm:p-7 border rounded-lg motion-safe:transition-all": true,
|
|
314
314
|
"flex-col": !props.row,
|
|
315
315
|
[cardColorClasses[props.color ?? "darkgray"].card.bg]: !props.blobs,
|
|
316
316
|
[cardColorClasses[props.color ?? "darkgray"].card.bg_blobs]: props.blobs,
|
|
@@ -1062,7 +1062,7 @@ const Header = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl
|
|
|
1062
1062
|
let Component = /* @__PURE__ */ qwik._jsxC(jsxRuntime.Fragment, {
|
|
1063
1063
|
children: /* @__PURE__ */ qwik._jsxQ("h2", {
|
|
1064
1064
|
class: {
|
|
1065
|
-
"flex gap-2 flex-1 items-center font-bold text-2xl whitespace-nowrap text-white": true,
|
|
1065
|
+
"flex gap-2 flex-1 items-center font-bold text-xl sm:text-2xl whitespace-nowrap text-white": true,
|
|
1066
1066
|
...props1.class
|
|
1067
1067
|
}
|
|
1068
1068
|
}, null, [
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -308,7 +308,7 @@ const Card = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =>
|
|
|
308
308
|
}, 3, "OW_2")
|
|
309
309
|
],
|
|
310
310
|
class: {
|
|
311
|
-
"relative flex gap-4 p-7 border rounded-lg motion-safe:transition-all": true,
|
|
311
|
+
"relative flex gap-3 sm:gap-4 p-5 sm:p-7 border rounded-lg motion-safe:transition-all": true,
|
|
312
312
|
"flex-col": !props.row,
|
|
313
313
|
[cardColorClasses[props.color ?? "darkgray"].card.bg]: !props.blobs,
|
|
314
314
|
[cardColorClasses[props.color ?? "darkgray"].card.bg_blobs]: props.blobs,
|
|
@@ -1060,7 +1060,7 @@ const Header = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =
|
|
|
1060
1060
|
let Component = /* @__PURE__ */ _jsxC(Fragment, {
|
|
1061
1061
|
children: /* @__PURE__ */ _jsxQ("h2", {
|
|
1062
1062
|
class: {
|
|
1063
|
-
"flex gap-2 flex-1 items-center font-bold text-2xl whitespace-nowrap text-white": true,
|
|
1063
|
+
"flex gap-2 flex-1 items-center font-bold text-xl sm:text-2xl whitespace-nowrap text-white": true,
|
|
1064
1064
|
...props1.class
|
|
1065
1065
|
}
|
|
1066
1066
|
}, null, [
|