@goodhood-web/nebenan-base 1.3.0-development.55 → 1.3.0-development.56

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
@@ -1,3 +1,4 @@
1
+ import { default as ComplaintModal } from './lib/ComplaintModal/ComplaintModal';
1
2
  import { default as ContentCreatorTrigger } from './lib/ContentCreatorTrigger/ContentCreatorTrigger';
2
3
  import { default as DesktopLayout } from './lib/DesktopLayout/DesktopLayout';
3
4
  import { default as DesktopNavbarSearchField } from './lib/DesktopNavbarSearchField/DesktopNavbarSearchField';
@@ -14,4 +15,4 @@ import { default as ReactionSelection } from './lib/ReactionSelection/ReactionSe
14
15
  import { Reaction, ReactionPill, ReactionStack } from './lib/ReactionStack';
15
16
  import { default as ReactionTabList } from './lib/ReactionTabList/ReactionTabList';
16
17
 
17
- export { ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, MainLayout, MenuLinkList, MobileHeaderBar, MobileLayout, Profile, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, LayoutLoadingSpinner, };
18
+ export { ComplaintModal, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, MainLayout, MenuLinkList, MobileHeaderBar, MobileLayout, Profile, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, LayoutLoadingSpinner, };