@codeandfunction/callaloo 1.17.0 → 1.17.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/dist/index.js +2 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4149,13 +4149,7 @@ const pv = () => ee`-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box
|
|
|
4149
4149
|
const o = "outline|-", l = new RegExp(o, "g"), a = r.replace(l, "");
|
|
4150
4150
|
return a || "neutral";
|
|
4151
4151
|
}, mv = () => {
|
|
4152
|
-
const { colors: r } = Ke(), o = ee
|
|
4153
|
-
${gr({
|
|
4154
|
-
borderColor: r.value.neutral?.[w.focusBorder],
|
|
4155
|
-
shadowColor: r.value.neutral?.[w.focusShadow],
|
|
4156
|
-
outlineOffset: "2px"
|
|
4157
|
-
})}
|
|
4158
|
-
`;
|
|
4152
|
+
const { colors: r } = Ke(), o = ee`${gr({ borderColor: r.value.neutral?.[w.focusBorder], shadowColor: r.value.neutral?.[w.focusShadow], outlineOffset: "2px" })}`;
|
|
4159
4153
|
return nt(o);
|
|
4160
4154
|
}, gv = ({ color: r }) => {
|
|
4161
4155
|
const { colors: o } = Ke(), l = Bt(r), a = r.includes("outline");
|
|
@@ -5536,9 +5530,7 @@ const $g = /* @__PURE__ */ Rv(Ev, [["render", Fv]]), Ad = ({ color: r, component
|
|
|
5536
5530
|
const { colors: l } = Ke(), a = Bt(r);
|
|
5537
5531
|
let u, f;
|
|
5538
5532
|
r === z.Dark && (u = ee`&.clll-${o}--dark{color:${l.value[a]?.[w.textDark]};}`), r === z.Light && (f = ee`&.clll-${o}--light{color:${l.value[a]?.[w.textLight]};}`);
|
|
5539
|
-
const m = ee`
|
|
5540
|
-
color: ${l.value[a]?.[w.text]};
|
|
5541
|
-
`;
|
|
5533
|
+
const m = ee`color: ${l.value[a]?.[w.text]};white-space: pre-wrap;`;
|
|
5542
5534
|
return nt(m, u, f);
|
|
5543
5535
|
}, ll = "clll-heading", Jr = {
|
|
5544
5536
|
name: "CLHeading",
|