@goodhood-web/nebenan-base 1.9.0-development.46 → 1.9.0-development.48

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/index.d.ts CHANGED
@@ -23,5 +23,6 @@ import { default as ProfileControls } from './lib/ProfileControls/ProfileControl
23
23
  import { default as ReactionSelection } from './lib/Reactions/ReactionSelection/ReactionSelection';
24
24
  import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionStack';
25
25
  import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
26
+ import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
26
27
 
27
- export { AccordionMenu, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, ImageGalleryTrigger, LayoutLoadingSpinner, MainLayout, MarketplaceBody, MarketplaceAggregatorCard, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, Profile, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ProfileControls, };
28
+ export { AccordionMenu, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, ImageGalleryTrigger, LayoutLoadingSpinner, MainLayout, MarketplaceBody, MarketplaceAggregatorCard, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, Profile, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, ProfileControls, };