@conboai/storybook.components 0.5.80 → 0.5.81
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.
|
@@ -67589,7 +67589,7 @@ function nue({
|
|
|
67589
67589
|
let K = null;
|
|
67590
67590
|
if (D === "tspan" && R) {
|
|
67591
67591
|
const Q = g == null ? void 0 : g.find((ae) => ae.sectorId === R);
|
|
67592
|
-
Q && !P
|
|
67592
|
+
Q && !P ? K = [Q.text] : K = [R];
|
|
67593
67593
|
} else
|
|
67594
67594
|
K = F.map(E);
|
|
67595
67595
|
return ia(D, W, K);
|