analytica-frontend-lib 1.2.23 → 1.2.24

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.
package/dist/index.d.mts CHANGED
@@ -2,6 +2,7 @@ export { default as Text } from './Text/index.mjs';
2
2
  export { default as Button } from './Button/index.mjs';
3
3
  export { default as Badge } from './Badge/index.mjs';
4
4
  export { default as Alert } from './Alert/index.mjs';
5
+ export { default as LatexRenderer, LatexRendererProps } from './LatexRenderer/index.mjs';
5
6
  export { default as IconButton } from './IconButton/index.mjs';
6
7
  export { default as IconRoundedButton } from './IconRoundedButton/index.mjs';
7
8
  export { default as NavButton } from './NavButton/index.mjs';
package/dist/index.d.ts CHANGED
@@ -2,6 +2,7 @@ export { default as Text } from './Text/index.js';
2
2
  export { default as Button } from './Button/index.js';
3
3
  export { default as Badge } from './Badge/index.js';
4
4
  export { default as Alert } from './Alert/index.js';
5
+ export { default as LatexRenderer, LatexRendererProps } from './LatexRenderer/index.js';
5
6
  export { default as IconButton } from './IconButton/index.js';
6
7
  export { default as IconRoundedButton } from './IconRoundedButton/index.js';
7
8
  export { default as NavButton } from './NavButton/index.js';