nuclo 0.1.45 → 0.1.47

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.
@@ -57,7 +57,7 @@ declare global {
57
57
  export const svg: ExpandedSVGElementBuilder<"svg">;
58
58
  export const switch_svg: ExpandedSVGElementBuilder<"switch">;
59
59
  export const symbol: ExpandedSVGElementBuilder<"symbol">;
60
- export const text: ExpandedSVGElementBuilder<"text">;
60
+ export const text_svg: ExpandedSVGElementBuilder<"text">;
61
61
  export const textPath: ExpandedSVGElementBuilder<"textPath">;
62
62
  export const title_svg: ExpandedSVGElementBuilder<"title">;
63
63
  export const tspan: ExpandedSVGElementBuilder<"tspan">;