@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_([
|
|
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;
|