@codeandfunction/callaloo 1.15.2 → 1.16.0
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +18 -18
package/dist/index.js
CHANGED
|
@@ -4147,7 +4147,7 @@ const hv = () => ee`-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box
|
|
|
4147
4147
|
return "neutral";
|
|
4148
4148
|
}, bv = (r) => {
|
|
4149
4149
|
const l = "outline|-", o = new RegExp(l, "g"), a = r.replace(o, "");
|
|
4150
|
-
return a || "
|
|
4150
|
+
return a || "secondary";
|
|
4151
4151
|
}, vv = () => {
|
|
4152
4152
|
const { colors: r } = Ke(), l = ee`
|
|
4153
4153
|
${gr({
|