@conboai/storybook.components 0.5.18 → 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);
@@ -80058,7 +80057,7 @@ const ahe = sr(
80058
80057
  ...Wp,
80059
80058
  strokeColor: i ? "transparent" : "#2196F3",
80060
80059
  visible: !0,
80061
- editable: !0,
80060
+ editable: !1,
80062
80061
  draggable: !0
80063
80062
  },
80064
80063
  onLoad: b,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.18",
3
+ "version": "0.5.20",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [