@goodhood-web/nebenan-base 3.0.0-development.6 → 3.0.0-development.60

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 (46) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +58 -58
  3. package/index.mjs +7211 -7165
  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/MarketplaceActions/MarketplaceActions.d.ts +1 -1
  7. package/lib/FeedItem/Marketplace/MarketplaceActions/MarketplaceActions.types.d.ts +4 -0
  8. package/lib/FeedItem/Marketplace/MarketplaceActions/components/BuyerActions/BuyerActions.d.ts +9 -2
  9. package/lib/FeedItem/Marketplace/MarketplaceAggregatorCard/MarketplaceAggregatorCard.d.ts +1 -1
  10. package/lib/FeedItem/Marketplace/MarketplaceAggregatorCard/MarketplaceAggregatorCard.types.d.ts +2 -2
  11. package/lib/FeedItem/Marketplace/MarketplaceBody/MarketplaceBody.d.ts +1 -1
  12. package/lib/FeedItem/Marketplace/MarketplaceBody/MarketplaceBody.types.d.ts +3 -1
  13. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.d.ts +1 -1
  14. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/MarketplaceDetailPage.types.d.ts +6 -4
  15. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/components/CardAggregator/CardAggregator.d.ts +3 -6
  16. package/lib/FeedItem/Marketplace/MarketplaceItemCardless/MarketplaceItemCardless.d.ts +1 -1
  17. package/lib/FeedItem/Marketplace/MarketplaceItemCardless/MarketplaceItemCardless.types.d.ts +1 -1
  18. package/lib/FeedItem/Marketplace/MarketplaceRouterProvider/MarketplaceRouterProvider.d.ts +2 -2
  19. package/lib/FeedItem/Marketplace/MarketplaceRouterProvider/useNavigate.d.ts +1 -1
  20. package/lib/FeedItem/PostAuthor/PostAuthor.types.d.ts +1 -1
  21. package/lib/FeedItem/utils.d.ts +28 -9
  22. package/lib/NPEAggregator/NPEAggregator.d.ts +5 -9
  23. package/lib/NPEAggregator/NPEAggregator.types.d.ts +9 -29
  24. package/lib/NPEAggregator/NPEAggregatorCardAddress/NPEAggregatorCardAddress.d.ts +2 -0
  25. package/lib/NPEAggregator/NPEAggregatorCardAddress/types.d.ts +2 -0
  26. package/lib/NPEAggregator/NPEAggregatorCardRecommendation/NPEAggregatorCardRecommendation.d.ts +2 -0
  27. package/lib/NPEAggregator/NPEAggregatorCardRecommendation/types.d.ts +2 -0
  28. package/lib/PointOfInterest/PointOfInterest.d.ts +1 -1
  29. package/lib/PointOfInterest/PointOfInterest.types.d.ts +2 -1
  30. package/lib/Profile/Profile.types.d.ts +1 -1
  31. package/lib/Reactions/ReactionTabList/ReactionTabList.d.ts +1 -1
  32. package/lib/Reactions/ReactionTabList/ReactionTabList.types.d.ts +1 -0
  33. package/package.json +1 -1
  34. package/style.css +1 -1
  35. package/lib/FeedItem/Marketplace/MarketplaceDetailPage/components/CardAggregator/utils.d.ts +0 -5
  36. package/lib/NPEAggregator/NPEAggregatorCardV1/NPEAggregatorCardV1.d.ts +0 -2
  37. package/lib/NPEAggregator/NPEAggregatorCardV1/types.d.ts +0 -2
  38. package/lib/NPEAggregator/NPEAggregatorCardV2/NPEAggregatorCardV2.d.ts +0 -2
  39. package/lib/NPEAggregator/NPEAggregatorCardV2/types.d.ts +0 -2
  40. package/lib/NPEAggregator/NPEAggregatorCardV3/NPEAggregatorCardV3.d.ts +0 -2
  41. package/lib/NPEAggregator/NPEAggregatorCardV3/types.d.ts +0 -2
  42. package/lib/NPEAggregator/NPEAggregatorCardV4/NPEAggregatorCardV4.d.ts +0 -2
  43. package/lib/NPEAggregator/NPEAggregatorCardV4/types.d.ts +0 -2
  44. package/lib/PointOfInterest/assets/index.d.ts +0 -4
  45. package/lib/PointOfInterest/components/POIPlaceholder.d.ts +0 -3
  46. package/lib/PointOfInterest/components/POIPlaceholder.types.d.ts +0 -4
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';
@@ -31,4 +32,4 @@ import { Reaction, ReactionPill, ReactionStack } from './lib/Reactions/ReactionS
31
32
  import { default as ReactionTabList } from './lib/Reactions/ReactionTabList/ReactionTabList';
32
33
  import { default as ResponsiveModal } from './lib/ResponsiveModal/ResponsiveModal';
33
34
  import { default as ThankYouCard } from './lib/ThankYouCard/ThankYouCard';
34
- 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, PostInfo, 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, };