@conboai/storybook.components 0.5.37 → 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.
|
@@ -28191,7 +28191,7 @@ const HZ = {
|
|
|
28191
28191
|
},
|
|
28192
28192
|
features: {
|
|
28193
28193
|
paths: [
|
|
28194
|
-
"
|
|
28194
|
+
"M6 8H16M6 10.5C9.62123 10.5 12.3788 10.5 16 10.5M6 13H10.9545M4.18182 4H19.8182C20.3968 4 20.9518 4.25286 21.361 4.70294C21.7701 5.15303 22 5.76348 22 6.4V17.6C22 18.2365 21.7701 18.847 21.361 19.2971C20.9518 19.7471 20.3968 20 19.8182 20H4.18182C3.60316 20 3.04821 19.7471 2.63904 19.2971C2.22987 18.847 2 18.2365 2 17.6V6.4C2 5.76348 2.22987 5.15303 2.63904 4.70294C3.04821 4.25286 3.60316 4 4.18182 4Z"
|
|
28195
28195
|
],
|
|
28196
28196
|
width: 24,
|
|
28197
28197
|
height: 24,
|
|
@@ -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 = {};
|