@goodhood-web/nebenan-base 4.7.0 → 4.8.1-development.1
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 +98 -96
- package/index.mjs +53671 -53221
- package/lib/ChristmasBanner/ChristmasBanner.d.ts +3 -0
- package/lib/ChristmasBanner/ChristmasBanner.types.d.ts +5 -0
- package/lib/ChristmasBanner/components/ProgressBar.d.ts +5 -0
- package/lib/ChristmasBanner/components/utils/useProgressByDate.d.ts +10 -0
- package/lib/ContentCreator/ContentCreator.d.ts +1 -1
- package/lib/ContentCreator/ContentCreatorForm.types.d.ts +6 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.types.d.ts +2 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.types.d.ts +2 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/FormRichTextArea.d.ts +7 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.d.ts +1 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.types.d.ts +2 -1
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/TopicComponents/ChristmasInfo.d.ts +6 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/TopicComponents/TopicToggle.d.ts +7 -0
- package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/TopicComponents/index.d.ts +2 -0
- package/lib/ContentCreator/constants.d.ts +4 -1
- package/lib/ContentCreator/network.d.ts +2 -2
- package/lib/ContentCreator/utils/payloadGenerators.d.ts +6 -4
- package/lib/ContentCreator/validationSchemas/commonSchemas.d.ts +1 -0
- package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +17 -5
- package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +3 -0
- package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +5 -5
- package/lib/ContentCreator/validationSchemas/postSchema.d.ts +9 -0
- package/lib/DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.types.d.ts +2 -0
- package/lib/Forms/Fields/FormToggleInput.d.ts +1 -1
- package/lib/MenuLinkList/MenuLinkList.types.d.ts +2 -0
- package/lib/MobileLayout/MobileLayout.d.ts +1 -1
- package/lib/MobileLayout/MobileLayout.types.d.ts +2 -0
- package/lib/RichTextArea/RichTextArea.types.d.ts +1 -0
- package/lib/RichTextArea/lexical/utils.d.ts +5 -8
- package/package.json +1 -1
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { default as Registration } from './lib/Authentication/Registration/Regis
|
|
|
8
8
|
import { AuthenticationCard, DynamicScreen, ScreenCard, SuccessScreen } from './lib/Authentication/components';
|
|
9
9
|
import { default as ScreenLoading } from './lib/Authentication/components/ScreenLoading/ScreenLoading';
|
|
10
10
|
import { default as CardCarousel } from './lib/CardCarousel/CardCarousel';
|
|
11
|
+
import { default as ChristmasBanner } from './lib/ChristmasBanner/ChristmasBanner';
|
|
11
12
|
import { default as ChristmasGarland } from './lib/ChristmasGarland/ChristmasGarland';
|
|
12
13
|
import { default as ComparisonTable } from './lib/ComparisonTable/ComparisonTable';
|
|
13
14
|
import { default as ComplaintModal } from './lib/ComplaintModal/ComplaintModal';
|
|
@@ -68,4 +69,4 @@ export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
|
|
|
68
69
|
export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
|
|
69
70
|
export { useImageUpload } from './lib/RichTextArea/useImageUpload';
|
|
70
71
|
export { convertV2FeedObjectToV3Array, convertV2ToV3FeedItem, convertV2ToV3FeedItems, } from './lib/utils/convertV2ToV3Feed';
|
|
71
|
-
export { AuthenticationCard, ScreenCard, ScreenLoading, SuccessScreen, AccordionMenu, AttendeesModal, CardCarousel, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreator, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, FeedbackCard, 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, };
|
|
72
|
+
export { AuthenticationCard, ChristmasBanner, ScreenCard, ScreenLoading, SuccessScreen, AccordionMenu, AttendeesModal, CardCarousel, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreator, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, DynamicScreen, EmojiPicker, FeedbackCard, 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, };
|