@luminescent/ui 0.7.0 → 0.7.1
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
|
@@ -998,7 +998,7 @@ const Header = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl
|
|
|
998
998
|
qwik._jsxBranch();
|
|
999
999
|
let Component = /* @__PURE__ */ qwik._jsxC(jsxRuntime.Fragment, {
|
|
1000
1000
|
children: /* @__PURE__ */ qwik._jsxQ("h2", null, {
|
|
1001
|
-
class: "flex items-center font-bold text-2xl"
|
|
1001
|
+
class: "flex flex-1 items-center font-bold text-2xl"
|
|
1002
1002
|
}, [
|
|
1003
1003
|
props.id && /* @__PURE__ */ qwik._jsxC(Anchor, {
|
|
1004
1004
|
get id() {
|
|
@@ -1019,7 +1019,7 @@ const Header = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl
|
|
|
1019
1019
|
}, [
|
|
1020
1020
|
Component,
|
|
1021
1021
|
/* @__PURE__ */ qwik._jsxQ("h3", null, {
|
|
1022
|
-
class: "flex items-center text-gray-400"
|
|
1022
|
+
class: "flex flex-1 items-center text-gray-400 text-sm"
|
|
1023
1023
|
}, qwik._fnSignal((p0) => p0.subheader, [
|
|
1024
1024
|
props
|
|
1025
1025
|
], "p0.subheader"), 3, null)
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -996,7 +996,7 @@ const Header = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =
|
|
|
996
996
|
_jsxBranch();
|
|
997
997
|
let Component = /* @__PURE__ */ _jsxC(Fragment, {
|
|
998
998
|
children: /* @__PURE__ */ _jsxQ("h2", null, {
|
|
999
|
-
class: "flex items-center font-bold text-2xl"
|
|
999
|
+
class: "flex flex-1 items-center font-bold text-2xl"
|
|
1000
1000
|
}, [
|
|
1001
1001
|
props.id && /* @__PURE__ */ _jsxC(Anchor, {
|
|
1002
1002
|
get id() {
|
|
@@ -1017,7 +1017,7 @@ const Header = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =
|
|
|
1017
1017
|
}, [
|
|
1018
1018
|
Component,
|
|
1019
1019
|
/* @__PURE__ */ _jsxQ("h3", null, {
|
|
1020
|
-
class: "flex items-center text-gray-400"
|
|
1020
|
+
class: "flex flex-1 items-center text-gray-400 text-sm"
|
|
1021
1021
|
}, _fnSignal((p0) => p0.subheader, [
|
|
1022
1022
|
props
|
|
1023
1023
|
], "p0.subheader"), 3, null)
|