@simoncomputing/mui-bueno-v2 0.23.0 → 0.23.2

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.ts CHANGED
@@ -120,3 +120,5 @@ export type { CitationManagerProps } from './components/Form/Inputs/CitationFiel
120
120
  export { CitationFieldProvider } from './components/Form/Inputs/CitationField/CitationFieldContext/CitationFieldProvider';
121
121
  export { Spacer } from './components/Spacer/Spacer';
122
122
  export type { SpacerProps } from './components/Spacer/Spacer';
123
+ export { TextIcon } from './components/TextIcon/TextIcon';
124
+ export type { TextIconProps } from './components/TextIcon/TextIcon';