@conboai/storybook.components 0.5.58 → 0.5.60
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.
|
@@ -39,6 +39,6 @@ interface IMetroMap {
|
|
|
39
39
|
disabledSectors?: string[];
|
|
40
40
|
activeSectors?: string[];
|
|
41
41
|
}
|
|
42
|
-
declare function MetroMap({ elements, onSelect, selectedCluster, minor, major, disabled, isMultiSelect, onHover, svgAttributes, showFullNames, isMap, pollutions, timing, disabledSectors, activeSectors }: IMetroMap): React.JSX.Element | null;
|
|
42
|
+
declare function MetroMap({ elements, onSelect, selectedCluster, minor, major, disabled, isMultiSelect, onHover, svgAttributes, showFullNames, isMap, pollutions, timing, disabledSectors, activeSectors, }: IMetroMap): React.JSX.Element | null;
|
|
43
43
|
declare const _default: React.MemoExoticComponent<typeof MetroMap>;
|
|
44
44
|
export default _default;
|
|
@@ -28136,6 +28136,17 @@ const zZ = {
|
|
|
28136
28136
|
height: 20,
|
|
28137
28137
|
strokeWidth: 1
|
|
28138
28138
|
},
|
|
28139
|
+
runs: {
|
|
28140
|
+
paths: [
|
|
28141
|
+
"M3.48892 2.60663C3.78523 2.44846 4.14298 2.46737 4.42152 2.65594L17.0107 11.1788C17.2819 11.3625 17.4449 11.6716 17.4449 12.0026C17.4449 12.3337 17.2819 12.6428 17.0107 12.8264L4.4308 21.343C4.1477 21.5347 3.78357 21.5521 3.48399 21.3883C3.18589 21.2253 3 20.9092 3 20.5654V3.42851C3 3.0836 3.18827 2.76711 3.48892 2.60663ZM4.11348 3.80853L16.2207 12.0105L4.11348 20.1963V3.80853Z",
|
|
28142
|
+
"M9.07352 3.09294V2.72203L21.5658 11.1789C21.8371 11.3625 22 11.6716 22 12.0026C22 12.3337 21.8371 12.6428 21.5658 12.8264L9.07352 21.2833V20.9135C9.07352 20.2945 9.37838 19.7164 9.8858 19.3734L20.7758 12.0105L9.88442 4.63217C9.37779 4.28896 9.07352 3.7114 9.07352 3.09294Z"
|
|
28143
|
+
],
|
|
28144
|
+
width: 24,
|
|
28145
|
+
height: 24,
|
|
28146
|
+
attributes: {
|
|
28147
|
+
fillRule: "evenodd"
|
|
28148
|
+
}
|
|
28149
|
+
},
|
|
28139
28150
|
region: {
|
|
28140
28151
|
width: 24,
|
|
28141
28152
|
height: 24,
|
|
@@ -67481,7 +67492,7 @@ function qce({
|
|
|
67481
67492
|
if (typeof E == "string") return E;
|
|
67482
67493
|
E.tag === "text" && ((X = E.attributes.id) != null && X.endsWith("_pollution_text")) && h && y(E, h, "_pollution_text"), E.tag === "text" && ((Z = E.attributes.id) != null && Z.endsWith("_time_text")) && f && y(E, f, "_time_text");
|
|
67483
67494
|
const { tag: M, attributes: O, children: F, text: D } = E, { id: A, fill: P, stroke: L } = O, x = g(A, P), k = m(A, L), R = C(A, O == null ? void 0 : O.fillOpacity), I = v(A), H = T(O, M), B = Uce(O), N = {};
|
|
67484
|
-
b && A && (qm(A, b, "_fill") ? N.className = "fill-disabled" : b && A && qm(A, b, "hover") ? N.className = "hover-hidden" : b && A && qm(A, b, "_index") && (N.style = {
|
|
67495
|
+
A && A.startsWith("menu_") && (B["data-testid"] = A), b && A && (qm(A, b, "_fill") ? N.className = "fill-disabled" : b && A && qm(A, b, "hover") ? N.className = "hover-hidden" : b && A && qm(A, b, "_index") && (N.style = {
|
|
67485
67496
|
display: "none"
|
|
67486
67497
|
}));
|
|
67487
67498
|
const U = {
|