@goodhood-web/nebenan-base 4.2.0-development.2 → 4.2.0-development.21
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 +8 -5
- package/index.js +70 -70
- package/index.mjs +8867 -8887
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.d.ts +2 -2
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.types.d.ts +4 -4
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.types.d.ts +3 -2
- package/lib/Feed/FeedItem/Marketplace/MarketplaceItemCardless/MarketplaceItemCardless.types.d.ts +2 -3
- package/lib/Feed/MarketplaceFeedPage/MarketplaceAbTestContext.d.ts +11 -0
- package/lib/Feed/MarketplaceFeedPage/MarketplaceFeedPage.d.ts +3 -1
- package/lib/Forms/Fields/FormRichTextArea.d.ts +4 -2
- package/lib/Grids/Grid/Grid.d.ts +1 -1
- package/lib/Grids/Grid/Grid.types.d.ts +1 -0
- package/lib/MarkdownRichText/MarkdownRichText.d.ts +1 -1
- package/lib/MarkdownRichText/MarkdownRichText.types.d.ts +1 -0
- package/lib/ProfileControls/ProfileControls.d.ts +1 -1
- package/lib/ProfileControls/ProfileControls.types.d.ts +1 -0
- package/lib/PromptCard/PromptCard.d.ts +4 -0
- package/lib/PromptCard/PromptCard.types.d.ts +19 -0
- package/lib/Quote/Quote.d.ts +1 -1
- package/lib/Quote/Quote.types.d.ts +4 -1
- package/lib/RichTextArea/RichTextArea.d.ts +3 -2
- package/lib/RichTextArea/RichTextArea.types.d.ts +3 -2
- package/lib/utils/convertV2ToV3Feed.d.ts +17 -0
- package/package.json +3 -2
- package/style.css +1 -1
- package/lib/Feed/GridFeed/GridFeed.d.ts +0 -3
- package/lib/Feed/GridFeed/GridFeed.types.d.ts +0 -37
- package/lib/Feed/GridFeed/GridFeedAggregator/GridFeedAggregator.d.ts +0 -2
- package/lib/Feed/GridFeed/GridFeedAggregator/GridFeedAggregator.types.d.ts +0 -14
- package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedDynamicRenderer/FeedDynamicRenderer.d.ts +0 -3
- package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedDynamicRenderer/FeedDynamicRenderer.types.d.ts +0 -8
- package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard.d.ts +0 -2
- package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard.types.d.ts +0 -8
- package/lib/Feed/GridFeed/GridFeedAggregator/components/FeedEmptyStateCard/utils.d.ts +0 -2
- package/lib/Feed/GridFeed/GridFeedAggregator/utils.d.ts +0 -1
- package/lib/Feed/GridFeed/GridFeedDynamicRenderer/GridFeedDynamicRenderer.d.ts +0 -3
- package/lib/Feed/GridFeed/GridFeedDynamicRenderer/GridFeedDynamicRenderer.types.d.ts +0 -4
- 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,9 @@ 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 {
|
|
30
|
-
import {
|
|
28
|
+
import { LazyFeed } from './lib/Feed/LazyFeed/LazyFeed';
|
|
29
|
+
import { MarketplaceAbTestProvider, MarketplaceHighlightVariant, useMarketplaceAbTest } from './lib/Feed/MarketplaceFeedPage/MarketplaceAbTestContext';
|
|
30
|
+
import { MarketplaceFeedPage } from './lib/Feed/MarketplaceFeedPage/MarketplaceFeedPage';
|
|
31
31
|
import { default as Gallery } from './lib/Gallery/Gallery';
|
|
32
32
|
import { default as Grid } from './lib/Grids/Grid/Grid';
|
|
33
33
|
import { default as GridItem } from './lib/Grids/Grid/GridItem/GridItem';
|
|
@@ -47,6 +47,7 @@ import { default as NPEAggregator } from './lib/NPEAggregator/NPEAggregator';
|
|
|
47
47
|
import { default as PointOfInterest } from './lib/PointOfInterest/PointOfInterest';
|
|
48
48
|
import { default as Profile } from './lib/Profile/Profile';
|
|
49
49
|
import { default as ProfileControls } from './lib/ProfileControls/ProfileControls';
|
|
50
|
+
import { default as PromptCard } from './lib/PromptCard/PromptCard';
|
|
50
51
|
import { default as Quote } from './lib/Quote/Quote';
|
|
51
52
|
import { default as ReactionSelection } from './lib/Reactions/ReactionSelection/ReactionSelection';
|
|
52
53
|
import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionStack';
|
|
@@ -56,7 +57,9 @@ import { default as RichTextArea } from './lib/RichTextArea/RichTextArea';
|
|
|
56
57
|
import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
|
|
57
58
|
export * from './lib/Forms';
|
|
58
59
|
export * from './lib/Feed/Feed/Feed.types';
|
|
60
|
+
export { convertV2FeedObjectToV3Array, convertV2ToV3FeedItem, convertV2ToV3FeedItems, } from './lib/utils/convertV2ToV3Feed';
|
|
61
|
+
export type { Prompt, PromptCardProps, PromptColor, } from './lib/PromptCard/PromptCard.types';
|
|
59
62
|
export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
|
|
60
63
|
export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
|
|
61
64
|
export { useImageUpload } from './lib/RichTextArea/useImageUpload';
|
|
62
|
-
export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, FeedRouterProvider, Gallery, Feed, LazyFeed, MarketplaceFeedPage, Grid,
|
|
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, };
|