@conboai/storybook.components 0.4.23 → 0.4.24

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.
@@ -67582,7 +67582,7 @@ function Xle({
67582
67582
  t && t(b, y);
67583
67583
  }, v.onMouseEnter = () => {
67584
67584
  p && s && s(p.split("_")[0]);
67585
- }), g === "svg" && (v.style = { ...v.style, textAnchor: "middle" }), p === "fullname" && (v.style = { ...v.style, textAnchor: "start" }), p != null && p.endsWith("_fullname_right_to_left") && (v.style = { ...v.style, textAnchor: "end" }), p != null && p.endsWith("_hover") && (v.className = "svg_hover_area"), v;
67585
+ }), (g === "svg" || p != null && p.endsWith("_bubble")) && (v.style = { ...v.style, textAnchor: "middle" }), p === "fullname" && (v.style = { ...v.style, textAnchor: "start" }), p != null && p.endsWith("_fullname_right_to_left") && (v.style = { ...v.style, textAnchor: "end" }), p != null && p.endsWith("_hover") && (v.className = "svg_hover_area"), v;
67586
67586
  }, f = (m) => {
67587
67587
  if (!m) return null;
67588
67588
  if (typeof m == "string") return m;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.4.23",
3
+ "version": "0.4.24",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [