@conboai/storybook.components 0.4.37 → 0.4.38

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.
@@ -67517,7 +67517,7 @@ const i8e = (e, t) => {
67517
67517
  return {
67518
67518
  menu: (await Promise.all(
67519
67519
  n.filter((c) => c.filename !== "map.svg").map(async (c) => {
67520
- const u = c.filename.match(/menu_([a-zA-Z0-9]+)\.svg/);
67520
+ const u = c.filename.match(/menu_([\w\s-]+)\.svg/);
67521
67521
  return u ? {
67522
67522
  [u[1]]: await _C(c.content)
67523
67523
  } : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.4.37",
3
+ "version": "0.4.38",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [