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

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.
Files changed (26) hide show
  1. package/index.d.ts +5 -5
  2. package/index.js +67 -67
  3. package/index.mjs +7966 -8082
  4. package/lib/Feed/FeedItem/Marketplace/MarketplaceItemCardless/MarketplaceItemCardless.types.d.ts +2 -3
  5. package/lib/Grids/Grid/Grid.d.ts +1 -1
  6. package/lib/Grids/Grid/Grid.types.d.ts +1 -0
  7. package/lib/MarkdownRichText/MarkdownRichText.d.ts +1 -1
  8. package/lib/MarkdownRichText/MarkdownRichText.types.d.ts +1 -0
  9. package/lib/Quote/Quote.d.ts +1 -1
  10. package/lib/Quote/Quote.types.d.ts +4 -1
  11. package/lib/utils/convertV2ToV3Feed.d.ts +17 -0
  12. package/package.json +1 -1
  13. package/style.css +1 -1
  14. package/lib/Feed/GridFeed/GridFeed.d.ts +0 -3
  15. package/lib/Feed/GridFeed/GridFeed.types.d.ts +0 -37
  16. package/lib/Feed/GridFeed/GridFeedAggregator/GridFeedAggregator.d.ts +0 -2
  17. package/lib/Feed/GridFeed/GridFeedAggregator/GridFeedAggregator.types.d.ts +0 -14
  18. package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedDynamicRenderer/FeedDynamicRenderer.d.ts +0 -3
  19. package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedDynamicRenderer/FeedDynamicRenderer.types.d.ts +0 -8
  20. package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard.d.ts +0 -2
  21. package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard.types.d.ts +0 -8
  22. package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedEmptyStateCard/utils.d.ts +0 -2
  23. package/lib/Feed/GridFeed/GridFeedAggregator/utils.d.ts +0 -1
  24. package/lib/Feed/GridFeed/GridFeedDynamicRenderer/GridFeedDynamicRenderer.d.ts +0 -3
  25. package/lib/Feed/GridFeed/GridFeedDynamicRenderer/GridFeedDynamicRenderer.types.d.ts +0 -4
  26. package/lib/Feed/GridFeed/utils.d.ts +0 -7
package/index.d.ts CHANGED
@@ -16,9 +16,8 @@ import { default as DesktopNavbarSearchField } from './lib/DesktopNavbarSearchFi
16
16
  import { default as DesktopNavigationBar } from './lib/DesktopNavigationBar/DesktopNavigationBar';
17
17
  import { default as EmojiPicker } from './lib/EmojiPicker/EmojiPicker';
18
18
  import { default as EmojiSearch } from './lib/EmojiPicker/EmojiSearch';
19
+ import { default as FeedEmptyStateCard } from './lib/Feed/Aggregators/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard';
19
20
  import { default as Feed } from './lib/Feed/Feed/Feed';
20
- import { LazyFeed } from './lib/Feed/LazyFeed/LazyFeed';
21
- import { MarketplaceFeedPage } from './lib/Feed/MarketplaceFeedPage/MarketplaceFeedPage';
22
21
  import { default as MarketplaceAggregatorCard } from './lib/Feed/FeedItem/Marketplace/MarketplaceAggregatorCard/MarketplaceAggregatorCard';
23
22
  import { default as MarketplaceDetailPage } from './lib/Feed/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage';
24
23
  import { default as MarketplaceItemCardless } from './lib/Feed/FeedItem/Marketplace/MarketplaceItemCardless/MarketplaceItemCardless';
@@ -26,8 +25,8 @@ import { default as MarketplaceMoreOptions } from './lib/Feed/FeedItem/Marketpla
26
25
  import { default as PostAuthor } from './lib/Feed/FeedItem/PostAuthor/PostAuthor';
27
26
  import { default as PostInfo } from './lib/Feed/FeedItem/PostInfo/PostInfo';
28
27
  import { default as FeedRouterProvider } from './lib/Feed/FeedRouterProvider/FeedRouterProvider';
29
- import { default as GridFeed } from './lib/Feed/GridFeed/GridFeed';
30
- import { default as GridFeedAggregator } from './lib/Feed/GridFeed/GridFeedAggregator/GridFeedAggregator';
28
+ import { LazyFeed } from './lib/Feed/LazyFeed/LazyFeed';
29
+ import { MarketplaceFeedPage } from './lib/Feed/MarketplaceFeedPage/MarketplaceFeedPage';
31
30
  import { default as Gallery } from './lib/Gallery/Gallery';
32
31
  import { default as Grid } from './lib/Grids/Grid/Grid';
33
32
  import { default as GridItem } from './lib/Grids/Grid/GridItem/GridItem';
@@ -57,8 +56,9 @@ import { default as RichTextArea } from './lib/RichTextArea/RichTextArea';
57
56
  import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
58
57
  export * from './lib/Forms';
59
58
  export * from './lib/Feed/Feed/Feed.types';
59
+ export { convertV2FeedObjectToV3Array, convertV2ToV3FeedItem, convertV2ToV3FeedItems, } from './lib/utils/convertV2ToV3Feed';
60
60
  export type { Prompt, PromptCardProps, PromptColor, } from './lib/PromptCard/PromptCard.types';
61
61
  export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
62
62
  export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
63
63
  export { useImageUpload } from './lib/RichTextArea/useImageUpload';
64
- export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, FeedRouterProvider, Gallery, Feed, LazyFeed, MarketplaceFeedPage, Grid, GridFeed, GridFeedAggregator, 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, };
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, };