@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
- if (r != null && r.includes(w)) return jce;
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.19",
3
+ "version": "0.5.20",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [