@conboai/storybook.components 0.4.36 → 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;
|
|
@@ -98484,7 +98484,7 @@ const i6e = a1e, s6e = (e, t) => ({
|
|
|
98484
98484
|
}
|
|
98485
98485
|
}, oe = (le) => {
|
|
98486
98486
|
var Z;
|
|
98487
|
-
return M((Z = e[0]) == null ? void 0 : Z.startTime, le).format("YYYY
|
|
98487
|
+
return M((Z = e[0]) == null ? void 0 : Z.startTime, le).format("DD/MM/YYYY, HH:mm:ss");
|
|
98488
98488
|
}, Q = v(
|
|
98489
98489
|
(se = e[0]) == null ? void 0 : se.startTime,
|
|
98490
98490
|
(W = e[e.length - 1]) == null ? void 0 : W.endTime
|