@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).
|
|
67274
|
+
return n === -1 ? "" : e.substring(0, n).replace(/_/g, " ").trim();
|
|
67275
67275
|
}
|
|
67276
67276
|
const Hce = (e) => {
|
|
67277
67277
|
const t = {};
|