@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.
Files changed (36) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +98 -96
  3. package/index.mjs +53671 -53221
  4. package/lib/ChristmasBanner/ChristmasBanner.d.ts +3 -0
  5. package/lib/ChristmasBanner/ChristmasBanner.types.d.ts +5 -0
  6. package/lib/ChristmasBanner/components/ProgressBar.d.ts +5 -0
  7. package/lib/ChristmasBanner/components/utils/useProgressByDate.d.ts +10 -0
  8. package/lib/ContentCreator/ContentCreator.d.ts +1 -1
  9. package/lib/ContentCreator/ContentCreatorForm.types.d.ts +6 -1
  10. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.d.ts +1 -1
  11. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/ContentFieldsSheet/ContentFieldsSheet.types.d.ts +2 -1
  12. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.d.ts +1 -1
  13. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/EventFields/EventFields.types.d.ts +2 -1
  14. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/FormRichTextArea.d.ts +7 -1
  15. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.d.ts +1 -1
  16. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/PostFields/PostFields.types.d.ts +2 -1
  17. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/TopicComponents/ChristmasInfo.d.ts +6 -0
  18. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/TopicComponents/TopicToggle.d.ts +7 -0
  19. package/lib/ContentCreator/components/ContentCreatorFieldWrapper/components/TopicComponents/index.d.ts +2 -0
  20. package/lib/ContentCreator/constants.d.ts +4 -1
  21. package/lib/ContentCreator/network.d.ts +2 -2
  22. package/lib/ContentCreator/utils/payloadGenerators.d.ts +6 -4
  23. package/lib/ContentCreator/validationSchemas/commonSchemas.d.ts +1 -0
  24. package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +17 -5
  25. package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +3 -0
  26. package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +5 -5
  27. package/lib/ContentCreator/validationSchemas/postSchema.d.ts +9 -0
  28. package/lib/DesktopLayoutTwoColumn/DesktopLayoutTwoColumn.types.d.ts +2 -0
  29. package/lib/Forms/Fields/FormToggleInput.d.ts +1 -1
  30. package/lib/MenuLinkList/MenuLinkList.types.d.ts +2 -0
  31. package/lib/MobileLayout/MobileLayout.d.ts +1 -1
  32. package/lib/MobileLayout/MobileLayout.types.d.ts +2 -0
  33. package/lib/RichTextArea/RichTextArea.types.d.ts +1 -0
  34. package/lib/RichTextArea/lexical/utils.d.ts +5 -8
  35. package/package.json +1 -1
  36. 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, };