@goodhood-web/nebenan-base 3.0.0-development.63 → 3.0.0-development.65

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
@@ -19,6 +19,8 @@ import { default as PostInfo } from './lib/Feed/FeedItem/PostInfo/PostInfo';
19
19
  import { default as FeedRouterProvider } from './lib/Feed/FeedRouterProvider/FeedRouterProvider';
20
20
  import { default as GridFeed } from './lib/Feed/GridFeed/GridFeed';
21
21
  import { default as GridFeedAggregator } from './lib/Feed/GridFeed/GridFeedAggregator/GridFeedAggregator';
22
+ import { default as Grid } from './lib/Grids/Grid/Grid';
23
+ import { default as GridItem } from './lib/Grids/Grid/GridItem/GridItem';
22
24
  import { default as ImageGalleryTrigger } from './lib/ImageGalleryTrigger/ImageGalleryTrigger';
23
25
  import { default as LayoutLoadingSpinner } from './lib/LayoutLoadingSpinner/LayoutLoadingSpinner';
24
26
  import { default as MainLayout } from './lib/MainLayout/MainLayout';
@@ -34,4 +36,5 @@ import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionS
34
36
  import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
35
37
  import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
36
38
  import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
37
- export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, GridFeed, GridFeedAggregator, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, MainLayout, MarketplaceAggregatorCard, FeedRouterProvider, NPEAggregator, MarketplaceDetailPage, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, ThankYouCard, };
39
+ export * from './lib/Forms';
40
+ export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, GridFeed, GridFeedAggregator, Grid, GridItem, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, MainLayout, MarketplaceAggregatorCard, FeedRouterProvider, NPEAggregator, MarketplaceDetailPage, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, ThankYouCard, };