@conboai/storybook.components 0.5.19 → 0.5.20
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.
|
@@ -67230,8 +67230,7 @@ function Vce({
|
|
|
67230
67230
|
if (!x) return T;
|
|
67231
67231
|
if (x && x.includes("_fill")) {
|
|
67232
67232
|
const w = kk(x, "_fill");
|
|
67233
|
-
|
|
67234
|
-
if (o != null && o.includes(w)) return $ce;
|
|
67233
|
+
return r != null && r.includes(w) ? jce : o != null && o.includes(w) ? $ce : "transparent";
|
|
67235
67234
|
}
|
|
67236
67235
|
if (d && _ce(x)) {
|
|
67237
67236
|
const w = gd(x, d);
|