@luminescent/ui 0.2.0 → 0.2.2
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
CHANGED
|
@@ -3,6 +3,12 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const qwik = require("@builder.io/qwik");
|
|
4
4
|
const build = require("@builder.io/qwik/build");
|
|
5
5
|
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
6
|
+
const Anchor = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => /* @__PURE__ */ qwik._jsxQ("span", null, {
|
|
7
|
+
class: "block h-32 -mt-32",
|
|
8
|
+
id: qwik._fnSignal((p0) => p0.id, [
|
|
9
|
+
props
|
|
10
|
+
], "p0.id")
|
|
11
|
+
}, null, 3, "Oa_0"), "Anchor_component_O7y4zyaazA0"));
|
|
6
12
|
const buttonColorClasses = {
|
|
7
13
|
blue: "bg-blue-600/90 border-blue-500 hover:bg-blue-500 focus:bg-blue-500",
|
|
8
14
|
purple: "bg-purple-600/90 border-purple-500 hover:bg-purple-500 focus:bg-purple-500",
|
|
@@ -285,12 +291,16 @@ const CardHeader = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inline
|
|
|
285
291
|
return /* @__PURE__ */ qwik._jsxQ("h1", null, {
|
|
286
292
|
class: "flex font-bold text-gray-100 text-2xl"
|
|
287
293
|
}, [
|
|
288
|
-
props.id && /* @__PURE__ */ qwik.
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
]
|
|
293
|
-
|
|
294
|
+
props.id && /* @__PURE__ */ qwik._jsxC(Anchor, {
|
|
295
|
+
get id() {
|
|
296
|
+
return props.id;
|
|
297
|
+
},
|
|
298
|
+
[qwik._IMMUTABLE]: {
|
|
299
|
+
id: qwik._fnSignal((p0) => p0.id, [
|
|
300
|
+
props
|
|
301
|
+
], "p0.id")
|
|
302
|
+
}
|
|
303
|
+
}, 3, "OW_3"),
|
|
294
304
|
/* @__PURE__ */ qwik._jsxQ("div", null, {
|
|
295
305
|
class: "flex flex-1"
|
|
296
306
|
}, /* @__PURE__ */ qwik._jsxQ("div", null, {
|
|
@@ -1573,6 +1583,7 @@ const LogoWaterfall = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inl
|
|
|
1573
1583
|
viewBox: "0 0 24 24"
|
|
1574
1584
|
}, 0, "Pt_0");
|
|
1575
1585
|
}, "LogoWaterfall_component_1hFl8GlECLI"));
|
|
1586
|
+
exports.Anchor = Anchor;
|
|
1576
1587
|
exports.Button = Button;
|
|
1577
1588
|
exports.ButtonAnchor = ButtonAnchor;
|
|
1578
1589
|
exports.Card = Card;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
import { componentQrl, inlinedQrl, _restProps, _jsxS, _jsxC, Slot,
|
|
1
|
+
import { componentQrl, inlinedQrl, _jsxQ, _fnSignal, _restProps, _jsxS, _jsxC, Slot, _jsxBranch, _IMMUTABLE, useStore, _wrapSignal, useLexicalScope } from "@builder.io/qwik";
|
|
2
2
|
import { isServer } from "@builder.io/qwik/build";
|
|
3
3
|
import { Fragment } from "@builder.io/qwik/jsx-runtime";
|
|
4
|
+
const Anchor = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => /* @__PURE__ */ _jsxQ("span", null, {
|
|
5
|
+
class: "block h-32 -mt-32",
|
|
6
|
+
id: _fnSignal((p0) => p0.id, [
|
|
7
|
+
props
|
|
8
|
+
], "p0.id")
|
|
9
|
+
}, null, 3, "Oa_0"), "Anchor_component_O7y4zyaazA0"));
|
|
4
10
|
const buttonColorClasses = {
|
|
5
11
|
blue: "bg-blue-600/90 border-blue-500 hover:bg-blue-500 focus:bg-blue-500",
|
|
6
12
|
purple: "bg-purple-600/90 border-purple-500 hover:bg-purple-500 focus:bg-purple-500",
|
|
@@ -283,12 +289,16 @@ const CardHeader = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((prop
|
|
|
283
289
|
return /* @__PURE__ */ _jsxQ("h1", null, {
|
|
284
290
|
class: "flex font-bold text-gray-100 text-2xl"
|
|
285
291
|
}, [
|
|
286
|
-
props.id && /* @__PURE__ */
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
]
|
|
291
|
-
|
|
292
|
+
props.id && /* @__PURE__ */ _jsxC(Anchor, {
|
|
293
|
+
get id() {
|
|
294
|
+
return props.id;
|
|
295
|
+
},
|
|
296
|
+
[_IMMUTABLE]: {
|
|
297
|
+
id: _fnSignal((p0) => p0.id, [
|
|
298
|
+
props
|
|
299
|
+
], "p0.id")
|
|
300
|
+
}
|
|
301
|
+
}, 3, "OW_3"),
|
|
292
302
|
/* @__PURE__ */ _jsxQ("div", null, {
|
|
293
303
|
class: "flex flex-1"
|
|
294
304
|
}, /* @__PURE__ */ _jsxQ("div", null, {
|
|
@@ -1572,6 +1582,7 @@ const LogoWaterfall = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((p
|
|
|
1572
1582
|
}, 0, "Pt_0");
|
|
1573
1583
|
}, "LogoWaterfall_component_1hFl8GlECLI"));
|
|
1574
1584
|
export {
|
|
1585
|
+
Anchor,
|
|
1575
1586
|
Button,
|
|
1576
1587
|
ButtonAnchor,
|
|
1577
1588
|
Card,
|