@goodhood-web/nebenan-base 4.1.0-development.9 → 4.1.0
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 +4 -2
- package/index.js +86 -86
- package/index.mjs +70969 -69912
- package/lib/Authentication/Registration/VerificationForm/Steps/index.d.ts +2 -1
- package/lib/Authentication/Registration/VerificationForm/VerificationForm.types.d.ts +3 -2
- package/lib/Authentication/Registration/VerificationForm/network.d.ts +2 -1
- package/lib/ComplaintModal/ComplaintModal.types.d.ts +2 -6
- package/lib/ContentCreator/ContentCreator.d.ts +3 -0
- package/lib/ContentCreator/ContentCreator.types.d.ts +18 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/ContentCreatorFieldsWrapper.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.d.ts +4 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.types.d.ts +34 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentTypeField/ContentTypeField.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentTypeField/ContentTypeField.types.d.ts +13 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventField.d.ts +2 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.d.ts +2 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.types.d.ts +6 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeField.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeFields.type.d.ts +10 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/index.d.ts +6 -0
- package/lib/ContentCreator/constants.d.ts +12 -0
- package/lib/ContentCreator/network.d.ts +4 -0
- package/lib/ContentCreator/utils.d.ts +14 -0
- package/lib/ContentCreator/validationSchemas/commonSchemas.d.ts +112 -0
- package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +628 -0
- package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +127 -0
- package/lib/ContentCreator/validationSchemas/index.d.ts +7 -0
- package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +127 -0
- package/lib/ContentCreator/validationSchemas/postSchema.d.ts +127 -0
- package/lib/ContentCreator/validationSchemas/recommendationSchema.d.ts +127 -0
- package/lib/ContentCreator/validationSchemas/searchSchema.d.ts +127 -0
- package/lib/Feed/FeedItem/FeedItemComplaintModal/FeedItemComplaintModal.d.ts +2 -0
- package/lib/Feed/FeedItem/FeedItemComplaintModal/FeedItemComplaintModal.types.d.ts +6 -0
- package/lib/Feed/FeedItem/PostReactions/PostReactions.d.ts +3 -0
- package/lib/Feed/FeedItem/PostReactions/PostReactions.types.d.ts +10 -0
- package/lib/Feed/FeedItem/{Reactions/PostReactions → PostReactions}/utils.d.ts +2 -2
- package/lib/Feed/FeedItem/Replies/Reply/Reply.d.ts +2 -0
- package/lib/Feed/FeedItem/Replies/Reply/Reply.types.d.ts +7 -0
- package/lib/Feed/FeedItem/Replies/Reply/utils.d.ts +2 -0
- package/lib/Feed/FeedItem/Replies/ReplyBubble/ReplyBubble.d.ts +3 -0
- package/lib/Feed/FeedItem/Replies/ReplyBubble/ReplyBubble.types.d.ts +10 -0
- package/lib/Feed/FeedItem/Replies/ReplyBubble/ReplyGallery/ReplyGallery.d.ts +5 -0
- package/lib/Feed/FeedItem/Replies/ReplyBubble/ReplyMoreOptions/ReplyMoreOptions.d.ts +10 -0
- package/lib/Feed/FeedItem/Replies/ReplyBubble/ReplyPoi/ReplyPoi.d.ts +7 -0
- package/lib/Feed/FeedItem/Replies/ReplyBubble/utils.d.ts +4 -0
- package/lib/Feed/FeedItem/{Reactions → Replies}/ReplyReactions/Like/Like.types.d.ts +4 -5
- package/lib/Feed/FeedItem/Replies/ReplyReactions/ReplyReactions.d.ts +3 -0
- package/lib/Feed/FeedItem/Replies/ReplyReactions/ReplyReactions.types.d.ts +12 -0
- package/lib/Feed/FeedItem/Replies/ReplyReactions/constants.d.ts +5 -0
- package/lib/Feed/FeedItem/Replies/ReplyReactions/network.d.ts +14 -0
- package/lib/Feed/FeedItem/Replies/ReplyReactions/utils.d.ts +22 -0
- package/lib/Feed/FeedItem/Replies/ReplySection/ReplySection.d.ts +3 -0
- package/lib/Feed/FeedItem/Replies/ReplySection/ReplySection.types.d.ts +10 -0
- package/lib/Feed/FeedItem/Replies/ReplySection/network.d.ts +16 -0
- package/lib/Feed/FeedItem/Replies/ReplySection/utils.d.ts +20 -0
- package/lib/Forms/Fields/FormRichTextArea.d.ts +8 -0
- package/lib/Forms/Wizard/Wizard.types.d.ts +6 -0
- package/lib/Forms/Wizard/useTrackStepPageView.d.ts +9 -0
- package/lib/ImageCropper/ImageCropper.d.ts +1 -1
- package/lib/ImageCropper/ImageCropper.types.d.ts +9 -2
- package/lib/MarketplaceImageCropper/MarketplaceImageCropper.d.ts +5 -0
- package/lib/MarketplaceImageCropper/MarketplaceImageCropper.types.d.ts +6 -0
- package/lib/MarketplaceImageCropper/components/ImageThumbnailGrid/ImageThumbnailGrid.d.ts +10 -0
- package/lib/Profile/Profile.d.ts +1 -1
- package/lib/Profile/Profile.types.d.ts +1 -0
- package/lib/Reactions/ReactionTabList/ReactionTabList.d.ts +1 -1
- package/lib/Reactions/ReactionTabList/ReactionTabList.types.d.ts +1 -2
- package/lib/RichTextArea/RichTextArea.d.ts +1 -1
- package/lib/RichTextArea/RichTextArea.types.d.ts +11 -12
- package/lib/RichTextArea/components/POI/useBusinessProfile.d.ts +1 -1
- package/lib/RichTextArea/lexical/plugins/MentionPlugin.d.ts +1 -3
- package/lib/RichTextArea/lexical/utils.d.ts +4 -7
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/Feed/FeedItem/Marketplace/MarketplaceMoreOptions/ComplaintModalComponent/ComplaintModalComponent.d.ts +0 -8
- package/lib/Feed/FeedItem/Reactions/PostReactions/PostReactions.d.ts +0 -3
- package/lib/Feed/FeedItem/Reactions/PostReactions/PostReactions.types.d.ts +0 -13
- package/lib/Feed/FeedItem/Reactions/ReplyReactions/ReplyReactions.d.ts +0 -3
- package/lib/Feed/FeedItem/Reactions/ReplyReactions/ReplyReactions.types.d.ts +0 -16
- package/lib/RichTextArea/utils.d.ts +0 -3
- /package/lib/Feed/FeedItem/{Reactions → Replies}/ReplyReactions/Like/Like.d.ts +0 -0
- /package/lib/Feed/FeedItem/{Reactions → Replies}/ReplyReactions/Like/ReactionLabel/ReactionLabel.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { default as ChristmasGarland } from './lib/ChristmasGarland/ChristmasGar
|
|
|
9
9
|
import { default as ComparisonTable } from './lib/ComparisonTable/ComparisonTable';
|
|
10
10
|
import { default as ComplaintModal } from './lib/ComplaintModal/ComplaintModal';
|
|
11
11
|
import { default as ConfirmDialog } from './lib/ConfirmDialog/ConfirmDialog';
|
|
12
|
+
import { default as ContentCreator } from './lib/ContentCreator/ContentCreator';
|
|
12
13
|
import { default as ContentCreatorTrigger } from './lib/ContentCreatorTrigger/ContentCreatorTrigger';
|
|
13
14
|
import { default as DesktopLayout } from './lib/DesktopLayout/DesktopLayout';
|
|
14
15
|
import { default as DesktopNavbarSearchField } from './lib/DesktopNavbarSearchField/DesktopNavbarSearchField';
|
|
@@ -34,6 +35,7 @@ import { default as ImageGalleryTrigger } from './lib/ImageGalleryTrigger/ImageG
|
|
|
34
35
|
import { default as LayoutLoadingSpinner } from './lib/LayoutLoadingSpinner/LayoutLoadingSpinner';
|
|
35
36
|
import { default as MainLayout } from './lib/MainLayout/MainLayout';
|
|
36
37
|
import { default as MarkdownRichText } from './lib/MarkdownRichText/MarkdownRichText';
|
|
38
|
+
import { default as MarketplaceImageCropper } from './lib/MarketplaceImageCropper/MarketplaceImageCropper';
|
|
37
39
|
import { default as MenuLinkList } from './lib/MenuLinkList/MenuLinkList';
|
|
38
40
|
import { default as MobileLayout } from './lib/MobileLayout/MobileLayout';
|
|
39
41
|
import { default as MobileHeaderBar } from './lib/MobileLayout/components/MobileHeaderBar/MobileHeaderBar';
|
|
@@ -50,7 +52,7 @@ import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModa
|
|
|
50
52
|
import { default as RichTextArea } from './lib/RichTextArea/RichTextArea';
|
|
51
53
|
import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
|
|
52
54
|
export * from './lib/Forms';
|
|
53
|
-
export type { RichTextAreaValueType, CoreV3PostInput, ImageFile, } from './lib/RichTextArea/RichTextArea.types';
|
|
54
55
|
export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
|
|
56
|
+
export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
|
|
55
57
|
export { useImageUpload } from './lib/RichTextArea/useImageUpload';
|
|
56
|
-
export { AccordionMenu,
|
|
58
|
+
export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, FeedRouterProvider, Gallery, 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, };
|