react-magma-dom 4.9.0-next.18 → 4.9.0-next.20

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
@@ -86,6 +86,8 @@ export { PopoverTrigger, PopoverTriggerProps, } from './components/Popover/Popov
86
86
  export { PopoverContent, PopoverContentProps, } from './components/Popover/PopoverContent';
87
87
  export { PopoverHeader, PopoverFooter, PopoverSectionProps, } from './components/Popover/PopoverSection';
88
88
  export { VisuallyHidden, VisuallyHiddenProps, } from './components/VisuallyHidden';
89
+ export { DefinitionListItem, DefinitionListType, DefinitionListItemProps, } from './components/DefinitionList/DefinitionListItem';
90
+ export { DefinitionList, DefinitionListProps, } from './components/DefinitionList/DefinitionList';
89
91
  export { magma, ThemeInterface } from './theme/magma';
90
92
  export { GlobalStyles } from './theme/GlobalStyles';
91
93
  export { ThemeContext } from './theme/ThemeContext';
@@ -111,7 +113,6 @@ export * from './components/List';
111
113
  export * from './components/BlockQuote';
112
114
  export * from './components/ButtonGroup';
113
115
  export * from './components/TreeView';
114
- export * from './components/DefinitionList';
115
116
  export * from './components/CharacterCounter';
116
117
  export * from './components/ToggleButton';
117
118
  export * from './components/ToggleButtonGroup';