@soma-vertical-web/multi-lib 0.0.65 → 0.0.67

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 (77) hide show
  1. package/cms/ContentTypes/HelpButton/HelpButtonContent.d.ts +1 -1
  2. package/cms/Sections/BannerCarousel/BannerCarousel.d.ts +1 -1
  3. package/cms/Sections/BannerCarousel/index.d.ts +1 -1
  4. package/cms/Sections/BennefitsBar/Component.d.ts +2 -2
  5. package/cms/Sections/BennefitsBar/index.d.ts +1 -1
  6. package/cms/Sections/Newsletter/Component.d.ts +1 -3
  7. package/cms/Sections/SectionZone.d.ts +5 -0
  8. package/cms/index.d.ts +4 -5
  9. package/cms/server.d.ts +1 -1
  10. package/contexts/contexts/plp/PLPConstants.d.ts +6 -0
  11. package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +1 -1
  12. package/contexts/contexts/search/Constants.d.ts +6 -0
  13. package/contexts/contexts/search/Facets.d.ts +1 -1
  14. package/contexts/contexts/search/Products.d.ts +1 -1
  15. package/contexts/contexts/search/Search.d.ts +1 -1
  16. package/contexts/hooks/useScrollRestoration.d.ts +1 -1
  17. package/contexts/index.d.ts +4 -4
  18. package/data/helpers/search/search.d.ts +2 -0
  19. package/index-BBxYNFkz.mjs +416 -0
  20. package/index-CiMxj6Pg.mjs +412 -0
  21. package/index-CwBIv223.js +1 -0
  22. package/index-DKnolQoT.mjs +412 -0
  23. package/index.js +22 -22
  24. package/index.mjs +8184 -7096
  25. package/index2.js +1 -1
  26. package/index2.mjs +97 -95
  27. package/layout/index.d.ts +54 -8
  28. package/layout/team-component/PLPNavigation/Composite/BreadCrumb.d.ts +1 -3
  29. package/layout/team-component/PLPNavigation/Composite/Content.d.ts +1 -1
  30. package/layout/team-component/PLPNavigation/Composite/Filters.d.ts +1 -3
  31. package/layout/team-component/PLPNavigation/Composite/Root.d.ts +2 -2
  32. package/layout/team-component/PLPNavigation/Composite/Selected/Item.d.ts +1 -1
  33. package/layout/team-component/PLPNavigation/Composite/Selected/Selected.d.ts +1 -1
  34. package/layout/team-component/PLPNavigation/Composite/Selected/interfaces.d.ts +1 -7
  35. package/layout/team-component/PLPNavigation/PLPNavigation.d.ts +6 -6
  36. package/layout/team-component/Sort/Sort.d.ts +1 -1
  37. package/layout/template/PDC/Composite/Empty/Empty.d.ts +1 -1
  38. package/layout/template/PDC/Composite/Filters/Filters.d.ts +3 -5
  39. package/layout/template/PDC/Composite/Grid/Banners.d.ts +1 -1
  40. package/layout/template/PDC/Composite/Grid/Grid.d.ts +1 -1
  41. package/layout/template/PDC/Composite/Grid/NavigationTotal.d.ts +2 -3
  42. package/layout/template/PDC/Composite/InfiniteScroller/Banners/Banners.d.ts +1 -1
  43. package/layout/template/PDC/Composite/InfiniteScroller/InfiniteScroller.d.ts +1 -3
  44. package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Card.d.ts +1 -1
  45. package/layout/template/PDC/Composite/InfiniteScroller/Page/Page.d.ts +1 -1
  46. package/layout/template/PDC/Composite/InfiniteScroller/Page/index.d.ts +1 -1
  47. package/layout/template/PDC/Composite/Navigation/Navigation.d.ts +1 -3
  48. package/layout/template/PDC/Composite/Notification/Notification.d.ts +1 -1
  49. package/layout/template/PDC/Composite/Pagination/Pagination.d.ts +1 -1
  50. package/layout/template/PDC/Composite/Pagination/helpers.d.ts +1 -2
  51. package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
  52. package/layout/template/PDC/PDC.d.ts +1 -1
  53. package/layout/template/PDC/index.d.ts +8 -8
  54. package/layout/template/SearchResult/Composite/Empty.d.ts +7 -0
  55. package/layout/template/SearchResult/Composite/Grid.d.ts +7 -0
  56. package/layout/template/SearchResult/Composite/GridHeader.d.ts +3 -0
  57. package/layout/template/SearchResult/Composite/Loading.d.ts +7 -0
  58. package/layout/template/SearchResult/Composite/Sort.d.ts +4 -0
  59. package/layout/template/SearchResult/SearchContent.d.ts +4 -0
  60. package/layout/template/SearchResult/SearchResult.d.ts +7 -0
  61. package/layout/template/SearchResult/index.d.ts +1 -0
  62. package/package.json +1 -1
  63. package/style.css +1 -1
  64. package/types/cms/ContentTypes/Search/index.d.ts +2 -2
  65. package/types/cms/Sections/BannerCarousel/index.d.ts +2 -3
  66. package/types/cms/Sections/BennefitsBar/index.d.ts +2 -0
  67. package/types/cms/Sections/Newsletter/index.d.ts +6 -0
  68. package/types/cms/Sections/ProductCarousel/index.d.ts +2 -4
  69. package/types/cms/Sections/SectionZone/intex.d.ts +64 -0
  70. package/types/constants.d.ts +41 -1
  71. package/types/contexts/contexts/plp.d.ts +38 -7
  72. package/types/contexts/contexts/search.d.ts +18 -16
  73. package/types/contexts/hooks/index.d.ts +12 -0
  74. package/types/layout/team-components/PLPNavigation/index.d.ts +3 -14
  75. package/types/layout/team-components/Sort/index.d.ts +2 -5
  76. package/types/layout/templates/PLP/index.d.ts +122 -3
  77. package/types/layout/templates/SearchResult/index.d.ts +44 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.