@goodhood-web/nebenan-base 4.2.0-development.7 → 4.2.0-development.9

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
@@ -26,6 +26,7 @@ import { default as PostAuthor } from './lib/Feed/FeedItem/PostAuthor/PostAuthor
26
26
  import { default as PostInfo } from './lib/Feed/FeedItem/PostInfo/PostInfo';
27
27
  import { default as FeedRouterProvider } from './lib/Feed/FeedRouterProvider/FeedRouterProvider';
28
28
  import { LazyFeed } from './lib/Feed/LazyFeed/LazyFeed';
29
+ import { MarketplaceAbTestProvider, MarketplaceHighlightVariant, useMarketplaceAbTest } from './lib/Feed/MarketplaceFeedPage/MarketplaceAbTestContext';
29
30
  import { MarketplaceFeedPage } from './lib/Feed/MarketplaceFeedPage/MarketplaceFeedPage';
30
31
  import { default as Gallery } from './lib/Gallery/Gallery';
31
32
  import { default as Grid } from './lib/Grids/Grid/Grid';
@@ -61,4 +62,4 @@ export type { Prompt, PromptCardProps, PromptColor, } from './lib/PromptCard/Pro
61
62
  export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
62
63
  export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
63
64
  export { useImageUpload } from './lib/RichTextArea/useImageUpload';
64
- export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, FeedEmptyStateCard, FeedRouterProvider, Gallery, Feed, LazyFeed, MarketplaceFeedPage, Grid, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, LoginForm, MainLayout, MarkdownRichText, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceImageCropper, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PasswordForgotten, PasswordReset, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, Registration, ResponsiveModal, RichTextArea, ThankYouCard, ContentCreator, PromptCard, };
65
+ export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, FeedEmptyStateCard, FeedRouterProvider, Gallery, Feed, LazyFeed, MarketplaceFeedPage, Grid, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, LoginForm, MainLayout, MarkdownRichText, MarketplaceAbTestProvider, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceHighlightVariant, MarketplaceImageCropper, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PasswordForgotten, PasswordReset, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, Registration, ResponsiveModal, RichTextArea, ThankYouCard, ContentCreator, PromptCard, useMarketplaceAbTest, };