@goodhood-web/nebenan-base 4.2.0 → 4.3.0-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 (52) hide show
  1. package/index.d.ts +3 -1
  2. package/index.js +104 -91
  3. package/index.mjs +13162 -12821
  4. package/lib/AttendeesModal/AttendeesModal.d.ts +3 -0
  5. package/lib/AttendeesModal/AttendeesModal.types.d.ts +4 -0
  6. package/lib/AttendeesModal/components/AttendeesList/AttendeesList.d.ts +3 -0
  7. package/lib/AttendeesModal/components/AttendeesList/AttendeesList.types.d.ts +8 -0
  8. package/lib/AttendeesModal/components/index.d.ts +2 -0
  9. package/lib/AttendeesModal/network.d.ts +4 -0
  10. package/lib/AttendeesModal/utils.d.ts +11 -0
  11. package/lib/Authentication/Registration/RegistrationForm/network.d.ts +1 -1
  12. package/lib/Authentication/Registration/utils.d.ts +1 -1
  13. package/lib/ContentCreator/validationSchemas/dynamicValidationSchema.d.ts +10 -10
  14. package/lib/ContentCreator/validationSchemas/eventSchema.d.ts +2 -2
  15. package/lib/ContentCreator/validationSchemas/marketplaceSchema.d.ts +2 -2
  16. package/lib/ContentCreator/validationSchemas/postSchema.d.ts +2 -2
  17. package/lib/ContentCreator/validationSchemas/recommendationSchema.d.ts +2 -2
  18. package/lib/ContentCreator/validationSchemas/searchSchema.d.ts +2 -2
  19. package/lib/Feed/FeedItem/Replies/ReplyReactions/network.d.ts +1 -0
  20. package/lib/Forms/DynamicForm/DynamicForm.d.ts +10 -3
  21. package/lib/Forms/DynamicForm/StandaloneDynamicForm.d.ts +19 -0
  22. package/lib/Forms/Form/utils/parseApiErrors.d.ts +2 -2
  23. package/lib/Forms/Wizard/Wizard.d.ts +1 -1
  24. package/lib/Forms/Wizard/WizardContext.d.ts +4 -0
  25. package/lib/Forms/index.d.ts +2 -1
  26. package/lib/InviteModal/InviteModal.d.ts +3 -0
  27. package/lib/InviteModal/InviteModal.types.d.ts +3 -0
  28. package/lib/InviteModal/components/InviteeList/InviteeList.d.ts +3 -0
  29. package/lib/InviteModal/components/InviteeList/InviteeList.types.d.ts +10 -0
  30. package/lib/InviteModal/components/InviteeList/netwrok.d.ts +1 -0
  31. package/lib/InviteModal/components/index.d.ts +2 -0
  32. package/lib/InviteModal/network.d.ts +4 -0
  33. package/lib/InviteModal/utils.d.ts +9 -0
  34. package/lib/RichTextArea/components/POI/components/Intro/Intro.d.ts +4 -0
  35. package/lib/RichTextArea/components/POI/components/Suggestions/Suggestions.d.ts +1 -1
  36. package/lib/RichTextArea/components/POI/components/Suggestions/Suggestions.types.d.ts +1 -0
  37. package/lib/SearchableList/SearchableList.d.ts +3 -0
  38. package/lib/SearchableList/SearchableList.types.d.ts +16 -0
  39. package/lib/SearchableList/components/Content/Content.d.ts +3 -0
  40. package/lib/SearchableList/components/Content/Content.types.d.ts +10 -0
  41. package/lib/SearchableList/components/Footer/Footer.d.ts +3 -0
  42. package/lib/SearchableList/components/Footer/Footer.types.d.ts +3 -0
  43. package/lib/SearchableList/components/Header/Header.d.ts +3 -0
  44. package/lib/SearchableList/components/Header/Header.types.d.ts +11 -0
  45. package/lib/SearchableList/components/Label/Label.d.ts +4 -0
  46. package/lib/SearchableList/components/SearchInput/SearchInput.d.ts +3 -0
  47. package/lib/SearchableList/components/SearchInput/SearchInput.types.d.ts +11 -0
  48. package/lib/utils/client.d.ts +5 -0
  49. package/package.json +1 -1
  50. package/style.css +1 -1
  51. /package/lib/RichTextArea/components/POI/components/{SheetComponents → SheetComponents copy}/SheetComponents.d.ts +0 -0
  52. /package/lib/RichTextArea/components/POI/components/{SheetComponents → SheetComponents copy}/SheetComponents.types.d.ts +0 -0
package/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { default as AccordionMenu } from './lib/AccordionMenu/AccordionMenu';
2
2
  import { default as LinkAttachment } from './lib/Attachments/LinkAttachment/LinkAttachment';
3
+ import { default as AttendeesModal } from './lib/AttendeesModal/AttendeesModal';
3
4
  import { default as LoginForm } from './lib/Authentication/LoginForm/LoginForm';
4
5
  import { default as PasswordForgotten } from './lib/Authentication/PasswordForgotten/PasswordForgotten';
5
6
  import { default as PasswordReset } from './lib/Authentication/PasswordReset/PasswordReset';
@@ -35,6 +36,7 @@ import { default as HtmlContent } from './lib/HtmlContent/HtmlContent';
35
36
  import { default as ImageAttachment } from './lib/ImageAttachment/ImageAttachment';
36
37
  import { default as ImageCropper } from './lib/ImageCropper/ImageCropper';
37
38
  import { default as ImageGalleryTrigger } from './lib/ImageGalleryTrigger/ImageGalleryTrigger';
39
+ import { default as InviteModal } from './lib/InviteModal/InviteModal';
38
40
  import { default as LayoutLoadingSpinner } from './lib/LayoutLoadingSpinner/LayoutLoadingSpinner';
39
41
  import { default as MainLayout } from './lib/MainLayout/MainLayout';
40
42
  import { default as MarkdownRichText } from './lib/MarkdownRichText/MarkdownRichText';
@@ -62,4 +64,4 @@ export type { Prompt, PromptCardProps, PromptColor, } from './lib/PromptCard/Pro
62
64
  export { toCoreV3Format } from './lib/RichTextArea/RichTextArea.types';
63
65
  export type { CoreV3PostInput, ImageFile, RichTextAreaValueType, } from './lib/RichTextArea/RichTextArea.types';
64
66
  export { useImageUpload } from './lib/RichTextArea/useImageUpload';
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, };
67
+ export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, InviteModal, AttendeesModal, Registration, 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, ResponsiveModal, RichTextArea, ThankYouCard, ContentCreator, PromptCard, useMarketplaceAbTest, };