@goodhood-web/nebenan-base 1.2.0-development.2 → 1.2.0-development.4

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