@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.
- package/cms/ContentTypes/HelpButton/HelpButtonContent.d.ts +1 -1
- package/cms/Sections/BannerCarousel/BannerCarousel.d.ts +1 -1
- package/cms/Sections/BannerCarousel/index.d.ts +1 -1
- package/cms/Sections/BennefitsBar/Component.d.ts +2 -2
- package/cms/Sections/BennefitsBar/index.d.ts +1 -1
- package/cms/Sections/Newsletter/Component.d.ts +1 -3
- package/cms/Sections/SectionZone.d.ts +5 -0
- package/cms/index.d.ts +4 -5
- package/cms/server.d.ts +1 -1
- package/contexts/contexts/plp/PLPConstants.d.ts +6 -0
- package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +1 -1
- package/contexts/contexts/search/Constants.d.ts +6 -0
- package/contexts/contexts/search/Facets.d.ts +1 -1
- package/contexts/contexts/search/Products.d.ts +1 -1
- package/contexts/contexts/search/Search.d.ts +1 -1
- package/contexts/hooks/useScrollRestoration.d.ts +1 -1
- package/contexts/index.d.ts +4 -4
- package/data/helpers/search/search.d.ts +2 -0
- package/index-BBxYNFkz.mjs +416 -0
- package/index-CiMxj6Pg.mjs +412 -0
- package/index-CwBIv223.js +1 -0
- package/index-DKnolQoT.mjs +412 -0
- package/index.js +22 -22
- package/index.mjs +8184 -7096
- package/index2.js +1 -1
- package/index2.mjs +97 -95
- package/layout/index.d.ts +54 -8
- package/layout/team-component/PLPNavigation/Composite/BreadCrumb.d.ts +1 -3
- package/layout/team-component/PLPNavigation/Composite/Content.d.ts +1 -1
- package/layout/team-component/PLPNavigation/Composite/Filters.d.ts +1 -3
- package/layout/team-component/PLPNavigation/Composite/Root.d.ts +2 -2
- package/layout/team-component/PLPNavigation/Composite/Selected/Item.d.ts +1 -1
- package/layout/team-component/PLPNavigation/Composite/Selected/Selected.d.ts +1 -1
- package/layout/team-component/PLPNavigation/Composite/Selected/interfaces.d.ts +1 -7
- package/layout/team-component/PLPNavigation/PLPNavigation.d.ts +6 -6
- package/layout/team-component/Sort/Sort.d.ts +1 -1
- package/layout/template/PDC/Composite/Empty/Empty.d.ts +1 -1
- package/layout/template/PDC/Composite/Filters/Filters.d.ts +3 -5
- package/layout/template/PDC/Composite/Grid/Banners.d.ts +1 -1
- package/layout/template/PDC/Composite/Grid/Grid.d.ts +1 -1
- package/layout/template/PDC/Composite/Grid/NavigationTotal.d.ts +2 -3
- package/layout/template/PDC/Composite/InfiniteScroller/Banners/Banners.d.ts +1 -1
- package/layout/template/PDC/Composite/InfiniteScroller/InfiniteScroller.d.ts +1 -3
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/Card.d.ts +1 -1
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Page.d.ts +1 -1
- package/layout/template/PDC/Composite/InfiniteScroller/Page/index.d.ts +1 -1
- package/layout/template/PDC/Composite/Navigation/Navigation.d.ts +1 -3
- package/layout/template/PDC/Composite/Notification/Notification.d.ts +1 -1
- package/layout/template/PDC/Composite/Pagination/Pagination.d.ts +1 -1
- package/layout/template/PDC/Composite/Pagination/helpers.d.ts +1 -2
- package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
- package/layout/template/PDC/PDC.d.ts +1 -1
- package/layout/template/PDC/index.d.ts +8 -8
- package/layout/template/SearchResult/Composite/Empty.d.ts +7 -0
- package/layout/template/SearchResult/Composite/Grid.d.ts +7 -0
- package/layout/template/SearchResult/Composite/GridHeader.d.ts +3 -0
- package/layout/template/SearchResult/Composite/Loading.d.ts +7 -0
- package/layout/template/SearchResult/Composite/Sort.d.ts +4 -0
- package/layout/template/SearchResult/SearchContent.d.ts +4 -0
- package/layout/template/SearchResult/SearchResult.d.ts +7 -0
- package/layout/template/SearchResult/index.d.ts +1 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/types/cms/ContentTypes/Search/index.d.ts +2 -2
- package/types/cms/Sections/BannerCarousel/index.d.ts +2 -3
- package/types/cms/Sections/BennefitsBar/index.d.ts +2 -0
- package/types/cms/Sections/Newsletter/index.d.ts +6 -0
- package/types/cms/Sections/ProductCarousel/index.d.ts +2 -4
- package/types/cms/Sections/SectionZone/intex.d.ts +64 -0
- package/types/constants.d.ts +41 -1
- package/types/contexts/contexts/plp.d.ts +38 -7
- package/types/contexts/contexts/search.d.ts +18 -16
- package/types/contexts/hooks/index.d.ts +12 -0
- package/types/layout/team-components/PLPNavigation/index.d.ts +3 -14
- package/types/layout/team-components/Sort/index.d.ts +2 -5
- package/types/layout/templates/PLP/index.d.ts +122 -3
- 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.