@conboai/storybook.components 0.5.38 → 0.5.39

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.
@@ -67271,7 +67271,7 @@ const f4 = {
67271
67271
  }, Cve = (e) => e.join(", "), $ce = () => `ID_${Math.random().toString(36).substr(2, 3)}_${Date.now()}`;
67272
67272
  function Vce(e, t) {
67273
67273
  const n = e.indexOf(t);
67274
- return n === -1 ? "" : e.substring(0, n).split(/\s+/).filter(Boolean).join("");
67274
+ return n === -1 ? "" : e.substring(0, n).replace(/_/g, " ").trim();
67275
67275
  }
67276
67276
  const Hce = (e) => {
67277
67277
  const t = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.38",
3
+ "version": "0.5.39",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [