@avalabs/k2-alpine 0.0.0-main-18ddb0a → 0.0.0-main-e84092f
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/dist/components/Glow/Glow.d.ts +3 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10167,8 +10167,8 @@ const qA = c3(i7), gl = l1(
|
|
|
10167
10167
|
}
|
|
10168
10168
|
) }) : /* @__PURE__ */ o(e1, { sx: i && !n ? { fontFamily: "monospace" } : void 0, ...a, children: c });
|
|
10169
10169
|
});
|
|
10170
|
-
function Ml({ color: t, children: e, sx: n,
|
|
10171
|
-
const
|
|
10170
|
+
function Ml({ color: t, children: e, sx: n, glowSx: i, ...r }) {
|
|
10171
|
+
const s = q(), A = h1(() => {
|
|
10172
10172
|
switch (t) {
|
|
10173
10173
|
case "blue":
|
|
10174
10174
|
return {
|
|
@@ -10198,21 +10198,22 @@ function Ml({ color: t, children: e, sx: n, ...i }) {
|
|
|
10198
10198
|
return {};
|
|
10199
10199
|
}
|
|
10200
10200
|
}, [t]);
|
|
10201
|
-
return /* @__PURE__ */ f(F, { sx: b1({ width: "100%", height: "100%", position: "relative" }, n), ...
|
|
10201
|
+
return /* @__PURE__ */ f(F, { sx: b1({ width: "100%", height: "100%", position: "relative" }, n), ...r, children: [
|
|
10202
10202
|
/* @__PURE__ */ o(F, { zIndex: 1, position: "relative", children: e }),
|
|
10203
10203
|
/* @__PURE__ */ o(
|
|
10204
10204
|
F,
|
|
10205
10205
|
{
|
|
10206
10206
|
sx: b1(
|
|
10207
10207
|
{
|
|
10208
|
-
backgroundImage:
|
|
10208
|
+
backgroundImage: s.palette.gradient.glow,
|
|
10209
10209
|
width: "350px",
|
|
10210
10210
|
height: "350px",
|
|
10211
10211
|
position: "absolute",
|
|
10212
10212
|
filter: "blur(75px)",
|
|
10213
|
-
borderRadius:
|
|
10213
|
+
borderRadius: s.shape.mediumBorderRadius
|
|
10214
10214
|
},
|
|
10215
|
-
|
|
10215
|
+
A,
|
|
10216
|
+
i
|
|
10216
10217
|
)
|
|
10217
10218
|
}
|
|
10218
10219
|
)
|