@goodhood-web/nebenan-base 4.3.1-development.1 → 4.4.0-development.10
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 +2 -1
- package/index.js +120 -120
- package/index.mjs +16387 -14827
- package/lib/CardCarousel/CardCarousel.d.ts +4 -0
- package/lib/CardCarousel/CardCarousel.types.d.ts +8 -0
- package/lib/ContentCreator/ContentCreator.d.ts +1 -1
- package/lib/ContentCreator/ContentCreator.types.d.ts +19 -4
- package/lib/ContentCreator/Store/contentCreator.d.ts +11 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/ContentCreatorFieldsWrapper.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.d.ts +3 -3
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.types.d.ts +10 -4
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentTypeField/ContentTypeField.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentTypeField/ContentTypeField.types.d.ts +5 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.types.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/CategoryModalField.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/DropdownButton.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/FormCategory.d.ts +4 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/FormLocation.d.ts +5 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/FormModalsFields.types.d.ts +6 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/FormModalFields/network.d.ts +12 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/ListModalField.types.d.ts +26 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ListModalField/LocationModalField.d.ts +3 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/FormCurrencyInput.d.ts +4 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/FormMarketplaceImageCropper.d.ts +11 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.d.ts +2 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/MarketplaceFields/MarketplaceFields.types.d.ts +8 -0
- package/lib/ContentCreator/{validationSchemas/searchSchema.d.ts → components/ContentCreatorFieldWrapper/components/PostFields/FormRichTextArea.d.ts} +64 -57
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/ReachTypeField.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/index.d.ts +1 -1
- package/lib/ContentCreator/constants.d.ts +81 -0
- package/lib/ContentCreator/network.d.ts +2 -1
- package/lib/ContentCreator/utils/general.d.ts +23 -0
- package/lib/ContentCreator/utils/images.d.ts +15 -0
- package/lib/ContentCreator/utils/payloadGenerators.d.ts +46 -0
- package/lib/ContentCreator/validationSchemas/commonSchemas.d.ts +3 -2
- package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +158 -17
- package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +61 -3
- package/lib/ContentCreator/validationSchemas/index.d.ts +0 -2
- package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +96 -4
- package/lib/ContentCreator/validationSchemas/postSchema.d.ts +246 -3
- package/lib/Feed/Aggregators/GridFeedAggregator/GridFeedAggregator.d.ts +1 -1
- package/lib/Feed/Aggregators/GridFeedAggregator/GridFeedAggregator.types.d.ts +1 -0
- package/lib/Feed/Aggregators/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard.d.ts +1 -1
- package/lib/Feed/Aggregators/GridFeedAggregator/components/FeedEmptyStateCard/FeedEmptyStateCard.types.d.ts +5 -0
- package/lib/Feed/Aggregators/GridFeedAggregator/utils.d.ts +2 -2
- package/lib/Feed/Feed/Feed.d.ts +1 -1
- package/lib/Feed/Feed/Feed.types.d.ts +2 -0
- package/lib/Feed/Feed/utils.d.ts +1 -1
- package/lib/Feed/FeedItem/Marketplace/MarketplaceItemCardless/MarketplaceItemCardless.types.d.ts +1 -1
- package/lib/Forms/Fields/FormDateTimeInput.d.ts +9 -0
- package/lib/Forms/Fields/FormSwitcherToggle.d.ts +10 -0
- package/lib/Gallery/Gallery.types.d.ts +1 -1
- package/lib/ImageAttachment/ImageAttachment.types.d.ts +5 -1
- package/lib/ImageAttachment/components/SwiperImageAttachment/SwiperImageAttachment.d.ts +3 -1
- package/lib/MarketplaceImageCropper/MarketplaceImageCropper.d.ts +1 -1
- package/lib/MarketplaceImageCropper/MarketplaceImageCropper.types.d.ts +4 -0
- package/lib/MarketplaceImageCropper/components/ImageThumbnailGrid/ImageThumbnailGrid.d.ts +2 -1
- package/lib/MarketplaceImageCropper/constants.d.ts +1 -0
- package/lib/MultiImageCropper/MultiImageCropper.d.ts +1 -1
- package/lib/MultiImageCropper/MultiImageCropper.types.d.ts +1 -1
- package/lib/RichTextArea/RichTextArea.types.d.ts +3 -0
- package/lib/RichTextArea/components/POI/POIRecommendation.d.ts +1 -1
- package/lib/RichTextArea/components/POI/POIRecommendation.types.d.ts +9 -0
- package/lib/RichTextArea/components/POI/components/Intro/Intro.d.ts +1 -3
- package/lib/RichTextArea/components/POI/components/NewItemAddition/NewItemAddition.d.ts +6 -0
- package/lib/RichTextArea/components/POI/network.d.ts +1 -1
- package/lib/RichTextArea/lexical/LexicalImagesPreview.d.ts +4 -1
- package/lib/RichTextArea/useImageUpload.d.ts +5 -1
- package/lib/SearchableList/SearchableList.types.d.ts +1 -0
- package/lib/SearchableList/components/Content/Content.d.ts +1 -1
- package/lib/SearchableList/components/Content/Content.types.d.ts +1 -0
- package/lib/utils/client.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventField.d.ts +0 -2
- package/lib/ContentCreator/utils.d.ts +0 -14
- package/lib/ContentCreator/validationSchemas/recommendationSchema.d.ts +0 -127
- package/lib/Forms/Fields/FormRichTextArea.d.ts +0 -10
- package/lib/RichTextArea/ImagesPreview/ImagesPreview.d.ts +0 -7
- /package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ReachTypeField/{ReachTypeFields.type.d.ts → ReachTypeFields.types.d.ts} +0 -0
package/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { default as PasswordForgotten } from './lib/Authentication/PasswordForgo
|
|
|
6
6
|
import { default as PasswordReset } from './lib/Authentication/PasswordReset/PasswordReset';
|
|
7
7
|
import { default as Registration } from './lib/Authentication/Registration/Registration';
|
|
8
8
|
import { DynamicScreen } from './lib/Authentication/components';
|
|
9
|
+
import { default as CardCarousel } from './lib/CardCarousel/CardCarousel';
|
|
9
10
|
import { default as ChristmasGarland } from './lib/ChristmasGarland/ChristmasGarland';
|
|
10
11
|
import { default as ComparisonTable } from './lib/ComparisonTable/ComparisonTable';
|
|
11
12
|
import { default as ComplaintModal } from './lib/ComplaintModal/ComplaintModal';
|
|
@@ -65,4 +66,4 @@ export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
|
|
|
65
66
|
export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
|
|
66
67
|
export { useImageUpload } from './lib/RichTextArea/useImageUpload';
|
|
67
68
|
export { convertV2FeedObjectToV3Array, convertV2ToV3FeedItem, convertV2ToV3FeedItems, } from './lib/utils/convertV2ToV3Feed';
|
|
68
|
-
export { AccordionMenu, AttendeesModal, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreator, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, Feed, FeedEmptyStateCard, FeedRouterProvider, Gallery, Grid, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, InviteModal, InviteNeighbours, LayoutLoadingSpinner, LazyFeed, LinkAttachment, LoginForm, MainLayout, MarkdownRichText, MarketplaceAbTestProvider, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceFeedPage, MarketplaceHighlightVariant, MarketplaceImageCropper, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PasswordForgotten, PasswordReset, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, PromptCard, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, Registration, ResponsiveModal, RichTextArea, ThankYouCard, useMarketplaceAbTest, };
|
|
69
|
+
export { AccordionMenu, AttendeesModal, CardCarousel, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreator, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, EmojiSearch, Feed, FeedEmptyStateCard, FeedRouterProvider, Gallery, Grid, GridItem, HtmlContent, ImageAttachment, ImageCropper, ImageGalleryTrigger, InviteModal, InviteNeighbours, LayoutLoadingSpinner, LazyFeed, LinkAttachment, LoginForm, MainLayout, MarkdownRichText, MarketplaceAbTestProvider, MarketplaceAggregatorCard, MarketplaceDetailPage, MarketplaceFeedPage, MarketplaceHighlightVariant, MarketplaceImageCropper, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, ModalGallery, NPEAggregator, PasswordForgotten, PasswordReset, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, PromptCard, Quote, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, Registration, ResponsiveModal, RichTextArea, ThankYouCard, useMarketplaceAbTest, };
|