@goodhood-web/nebenan-base 3.0.0-development.4 → 3.0.0-development.40

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 (26) hide show
  1. package/index.d.ts +3 -1
  2. package/index.js +48 -48
  3. package/index.mjs +5819 -5762
  4. package/lib/Attachments/LinkAttachment/LinkAttachment.d.ts +3 -0
  5. package/lib/Attachments/LinkAttachment/LinkAttachment.types.d.ts +12 -0
  6. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.d.ts +1 -1
  7. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.types.d.ts +4 -4
  8. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/components/CardAggregator/CardAggregator.d.ts +3 -6
  9. package/lib/FeedItem/Marketplace/MarketplaceMoreOptions/InteractivePostInfo/InteractivePostInfo.d.ts +7 -0
  10. package/lib/FeedItem/Marketplace/MarketplaceMoreOptions/InteractivePostInfo/utils.d.ts +11 -0
  11. package/lib/FeedItem/PostInfo/PostInfo.d.ts +3 -0
  12. package/lib/FeedItem/PostInfo/PostInfo.types.d.ts +17 -0
  13. package/lib/FeedItem/PostInfo/components/InfoList/InfoList.d.ts +2 -0
  14. package/lib/FeedItem/PostInfo/components/InfoList/InfoList.types.d.ts +4 -0
  15. package/lib/FeedItem/utils.d.ts +26 -8
  16. package/lib/PointOfInterest/PointOfInterest.d.ts +1 -1
  17. package/lib/PointOfInterest/PointOfInterest.types.d.ts +2 -1
  18. package/lib/Profile/Profile.types.d.ts +1 -1
  19. package/lib/Reactions/ReactionTabList/ReactionTabList.d.ts +1 -1
  20. package/lib/Reactions/ReactionTabList/ReactionTabList.types.d.ts +1 -0
  21. package/package.json +1 -1
  22. package/style.css +1 -1
  23. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/components/CardAggregator/utils.d.ts +0 -5
  24. package/lib/FeedItem/Marketplace/MarketplaceMoreOptions/InfoModal/InfoModal.d.ts +0 -7
  25. package/lib/FeedItem/Marketplace/MarketplaceMoreOptions/InfoModal/components/InfoList/InfoList.d.ts +0 -2
  26. /package/lib/FeedItem/{Marketplace/MarketplaceMoreOptions/InfoModal → PostInfo}/components/PublicInfoModal/PublicInfoModal.d.ts +0 -0
package/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { default as AccordionMenu } from './lib/AccordionMenu/AccordionMenu';
2
+ import { default as LinkAttachment } from './lib/Attachments/LinkAttachment/LinkAttachment';
2
3
  import { default as ChristmasGarland } from './lib/ChristmasGarland/ChristmasGarland';
3
4
  import { default as ComparisonTable } from './lib/ComparisonTable/ComparisonTable';
4
5
  import { default as ComplaintModal } from './lib/ComplaintModal/ComplaintModal';
@@ -15,6 +16,7 @@ import { default as MarketplaceItemCardless } from './lib/FeedItem/Marketplace/M
15
16
  import { default as MarketplaceMoreOptions } from './lib/FeedItem/Marketplace/MarketplaceMoreOptions/MarketplaceMoreOptions';
16
17
  import { MarketplaceRouterProvider } from './lib/FeedItem/Marketplace/MarketplaceRouterProvider/MarketplaceRouterProvider';
17
18
  import { default as PostAuthor } from './lib/FeedItem/PostAuthor/PostAuthor';
19
+ import { default as PostInfo } from './lib/FeedItem/PostInfo/PostInfo';
18
20
  import { default as ImageGalleryTrigger } from './lib/ImageGalleryTrigger/ImageGalleryTrigger';
19
21
  import { default as LayoutLoadingSpinner } from './lib/LayoutLoadingSpinner/LayoutLoadingSpinner';
20
22
  import { default as MainLayout } from './lib/MainLayout/MainLayout';
@@ -30,4 +32,4 @@ import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionS
30
32
  import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
31
33
  import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
32
34
  import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
33
- export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, ImageGalleryTrigger, LayoutLoadingSpinner, MainLayout, MarketplaceAggregatorCard, MarketplaceRouterProvider, NPEAggregator, MarketplaceDetailPage, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, Profile, ProfileControls, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, ThankYouCard, };
35
+ export { AccordionMenu, ChristmasGarland, ComparisonTable, ComplaintModal, ConfirmDialog, ContentCreatorTrigger, DesktopLayout, DesktopNavbarSearchField, DesktopNavigationBar, EmojiPicker, EmojiSearch, ImageGalleryTrigger, LayoutLoadingSpinner, LinkAttachment, MainLayout, MarketplaceAggregatorCard, MarketplaceRouterProvider, NPEAggregator, MarketplaceDetailPage, MarketplaceItemCardless, MarketplaceMoreOptions, MenuLinkList, MobileHeaderBar, MobileLayout, PointOfInterest, PostAuthor, PostInfo, Profile, ProfileControls, Reaction, ReactionPill, ReactionSelection, ReactionStack, ReactionTabList, ResponsiveModal, ThankYouCard, };