@sonic-equipment/ui 0.0.51 → 0.0.52

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 (312) hide show
  1. package/dist/.storybook/RenderHook.d.ts +1 -0
  2. package/dist/index.d.ts +22 -46
  3. package/dist/index.js +729 -380
  4. package/dist/src/algolia/algolia-product-overview.d.ts +1 -0
  5. package/dist/{algolia → src/algolia}/algolia-provider.d.ts +3 -2
  6. package/dist/{algolia → src/algolia}/algolia-query-string-routing.d.ts +1 -1
  7. package/dist/{buttons → src/buttons}/button/button.d.ts +1 -1
  8. package/dist/{buttons → src/buttons}/button/button.stories.d.ts +1 -1
  9. package/dist/src/buttons/favorite/favorite-button.d.ts +6 -0
  10. package/dist/{forms → src/forms}/select/select.d.ts +3 -1
  11. package/dist/{forms → src/forms}/text-field/text-field.d.ts +2 -1
  12. package/dist/src/index.d.ts +68 -0
  13. package/dist/src/intl/translation-id.d.ts +1 -0
  14. package/dist/src/intl/use-formatted-message.stories.d.ts +15 -0
  15. package/dist/src/modals/dialog/dialog.d.ts +18 -0
  16. package/dist/src/modals/dialog/dialog.stories.d.ts +44 -0
  17. package/dist/src/modals/favorite/add-to-favorite-dialog.d.ts +7 -0
  18. package/dist/src/modals/favorite/add-to-favorite-dialog.stories.d.ts +12 -0
  19. package/dist/src/modals/modal/modal.d.ts +10 -0
  20. package/dist/src/modals/modal/modal.stories.d.ts +34 -0
  21. package/dist/src/modals/signin/sign-in-dialog.d.ts +6 -0
  22. package/dist/src/modals/signin/sign-in-dialog.stories.d.ts +19 -0
  23. package/dist/{overlay-background → src/overlay-background}/overlay-background.d.ts +1 -1
  24. package/dist/src/pages/search-result-page/search-results-page.d.ts +13 -0
  25. package/dist/src/pages/search-result-page/search-results-page.stories.d.ts +22 -0
  26. package/dist/{shared → src/shared}/api/bff/hooks/use-fetch-product-listing-page-data.d.ts +0 -4
  27. package/dist/src/shared/api/shop/hooks/authentication/authentication.stories.d.ts +13 -0
  28. package/dist/src/shared/api/shop/hooks/authentication/use-is-authenticated.d.ts +1 -0
  29. package/dist/src/shared/api/shop/hooks/authentication/use-session.d.ts +2 -0
  30. package/dist/src/shared/api/shop/hooks/authentication/use-sign-in.d.ts +11 -0
  31. package/dist/src/shared/api/shop/hooks/authentication/use-sign-out.d.ts +1 -0
  32. package/dist/{shared → src/shared}/api/shop/hooks/cart/cart.stories.d.ts +1 -3
  33. package/dist/{shared → src/shared}/api/shop/hooks/cart/use-add-product-to-current-cart.d.ts +0 -4
  34. package/dist/src/shared/api/shop/hooks/cart/use-delete-cart-line-by-id.d.ts +1 -0
  35. package/dist/src/shared/api/shop/hooks/cart/use-fetch-current-cart-lines.d.ts +2 -0
  36. package/dist/{shared → src/shared}/api/shop/hooks/cart/use-update-cart-line-by-id.d.ts +0 -4
  37. package/dist/src/shared/api/shop/hooks/wishlist/use-add-wishlist-item-to-wishlist.d.ts +6 -0
  38. package/dist/src/shared/api/shop/hooks/wishlist/use-add-wishlist.d.ts +8 -0
  39. package/dist/src/shared/api/shop/hooks/wishlist/use-delete-wishlist-item.d.ts +6 -0
  40. package/dist/src/shared/api/shop/hooks/wishlist/use-fetch-all-wishlists-items.d.ts +2 -0
  41. package/dist/src/shared/api/shop/hooks/wishlist/use-fetch-wishlists.d.ts +2 -0
  42. package/dist/src/shared/api/shop/hooks/wishlist/wishlist.stories.d.ts +10 -0
  43. package/dist/src/shared/fetch/request.d.ts +91 -0
  44. package/dist/src/shared/providers/favorite-provider.d.ts +15 -0
  45. package/dist/styles.css +136 -7
  46. package/package.json +3 -2
  47. package/dist/buttons/favorite/favorite-button.d.ts +0 -5
  48. package/dist/intl/translation-id.d.ts +0 -1
  49. package/dist/shared/api/shop/hooks/cart/use-delete-cart-line-by-id.d.ts +0 -5
  50. package/dist/shared/api/shop/hooks/cart/use-fetch-current-cart-lines.d.ts +0 -6
  51. package/dist/shared/fetch/ResponseError.d.ts +0 -9
  52. package/dist/shared/providers/favorite-provider.d.ts +0 -10
  53. /package/dist/{algolia → src/algolia}/algolia-active-categories.d.ts +0 -0
  54. /package/dist/{algolia → src/algolia}/algolia-active-filters.d.ts +0 -0
  55. /package/dist/{algolia → src/algolia}/algolia-categories-filters.d.ts +0 -0
  56. /package/dist/{algolia → src/algolia}/algolia-filter-panel.d.ts +0 -0
  57. /package/dist/{algolia → src/algolia}/algolia-filter-section.d.ts +0 -0
  58. /package/dist/{algolia → src/algolia}/algolia-index-config.d.ts +0 -0
  59. /package/dist/{algolia → src/algolia}/algolia-insights-provider.d.ts +0 -0
  60. /package/dist/{algolia → src/algolia}/algolia-intialization.d.ts +0 -0
  61. /package/dist/{algolia → src/algolia}/algolia-multi-select-filter-section.d.ts +0 -0
  62. /package/dist/{algolia → src/algolia}/algolia-pagination.d.ts +0 -0
  63. /package/dist/{algolia → src/algolia}/algolia-product-hit-type.d.ts +0 -0
  64. /package/dist/{algolia → src/algolia}/algolia-results-count.d.ts +0 -0
  65. /package/dist/{algolia → src/algolia}/algolia-search-provider.d.ts +0 -0
  66. /package/dist/{algolia → src/algolia}/algolia-searchclient-offline.d.ts +0 -0
  67. /package/dist/{algolia → src/algolia}/algolia-sonic-searchclient.d.ts +0 -0
  68. /package/dist/{algolia → src/algolia}/algolia-sort-by.d.ts +0 -0
  69. /package/dist/{algolia → src/algolia}/filter-section.d.ts +0 -0
  70. /package/dist/{algolia → src/algolia}/use-algolia-insights-provider-global-state.d.ts +0 -0
  71. /package/dist/{algolia → src/algolia}/use-algolia-insights.d.ts +0 -0
  72. /package/dist/{algolia → src/algolia}/use-algolia-product-hits.d.ts +0 -0
  73. /package/dist/{algolia → src/algolia}/use-algolia-search.d.ts +0 -0
  74. /package/dist/{badges → src/badges}/tag/tag.d.ts +0 -0
  75. /package/dist/{badges → src/badges}/tag/tag.stories.d.ts +0 -0
  76. /package/dist/{breadcrumbs → src/breadcrumbs}/breadcrumb.d.ts +0 -0
  77. /package/dist/{breadcrumbs → src/breadcrumbs}/breadcrumb.stories.d.ts +0 -0
  78. /package/dist/{buttons → src/buttons}/add-to-cart-button/add-to-cart-button.d.ts +0 -0
  79. /package/dist/{buttons → src/buttons}/add-to-cart-button/add-to-cart-button.stories.d.ts +0 -0
  80. /package/dist/{buttons → src/buttons}/add-to-cart-button/connected-add-to-cart-button.d.ts +0 -0
  81. /package/dist/{buttons → src/buttons}/favorite/connected-favorite-button.d.ts +0 -0
  82. /package/dist/{buttons → src/buttons}/favorite/favorite-button.stories.d.ts +0 -0
  83. /package/dist/{buttons → src/buttons}/icon-button/icon-button.d.ts +0 -0
  84. /package/dist/{buttons → src/buttons}/icon-button/icon-button.stories.d.ts +0 -0
  85. /package/dist/{buttons → src/buttons}/link-button/link-button.d.ts +0 -0
  86. /package/dist/{buttons → src/buttons}/link-button/link-button.stories.d.ts +0 -0
  87. /package/dist/{cards → src/cards}/category-card/category-card.d.ts +0 -0
  88. /package/dist/{cards → src/cards}/category-card/category-card.stories.d.ts +0 -0
  89. /package/dist/{cards → src/cards}/product-card/connected-product-cart.d.ts +0 -0
  90. /package/dist/{cards → src/cards}/product-card/product-card.d.ts +0 -0
  91. /package/dist/{cards → src/cards}/product-card/product-card.stories.d.ts +0 -0
  92. /package/dist/{carousel → src/carousel}/carousel-navigation-button.d.ts +0 -0
  93. /package/dist/{carousel → src/carousel}/carousel.d.ts +0 -0
  94. /package/dist/{carousel → src/carousel}/category-carousel/category-carousel.d.ts +0 -0
  95. /package/dist/{carousel → src/carousel}/category-carousel/category-carousel.stories.d.ts +0 -0
  96. /package/dist/{carousel → src/carousel}/category-carousel/connected-category-carousel.d.ts +0 -0
  97. /package/dist/{carousel → src/carousel}/product-carousel/product-carousel.d.ts +0 -0
  98. /package/dist/{collapsables → src/collapsables}/accordion/accordion-item.d.ts +0 -0
  99. /package/dist/{collapsables → src/collapsables}/accordion/accordion.d.ts +0 -0
  100. /package/dist/{collapsables → src/collapsables}/accordion/accordion.stories.d.ts +0 -0
  101. /package/dist/{collapsables → src/collapsables}/show-all/show-all.d.ts +0 -0
  102. /package/dist/{collapsables → src/collapsables}/show-all/show-all.stories.d.ts +0 -0
  103. /package/dist/{config.d.ts → src/config.d.ts} +0 -0
  104. /package/dist/{display → src/display}/product-price/product-price.d.ts +0 -0
  105. /package/dist/{display → src/display}/product-price/product-price.stories.d.ts +0 -0
  106. /package/dist/{display → src/display}/product-sku/product-sku.d.ts +0 -0
  107. /package/dist/{display → src/display}/product-sku/product-sku.stories.d.ts +0 -0
  108. /package/dist/{filters → src/filters}/active-filters/active-filters.d.ts +0 -0
  109. /package/dist/{filters → src/filters}/active-filters/active-filters.stories.d.ts +0 -0
  110. /package/dist/{filters → src/filters}/multi-select/multi-select.d.ts +0 -0
  111. /package/dist/{filters → src/filters}/multi-select/multi-select.stories.d.ts +0 -0
  112. /package/dist/{filters → src/filters}/pagination/pagination.d.ts +0 -0
  113. /package/dist/{filters → src/filters}/pagination/pagination.stories.d.ts +0 -0
  114. /package/dist/{forms → src/forms}/checkbox/checkbox.d.ts +0 -0
  115. /package/dist/{forms → src/forms}/checkbox/checkbox.stories.d.ts +0 -0
  116. /package/dist/{forms → src/forms}/color-checkbox/color-checkbox.d.ts +0 -0
  117. /package/dist/{forms → src/forms}/color-checkbox/color-checkbox.stories.d.ts +0 -0
  118. /package/dist/{forms → src/forms}/field-error/field-error.d.ts +0 -0
  119. /package/dist/{forms → src/forms}/field-error/field-error.stories.d.ts +0 -0
  120. /package/dist/{forms → src/forms}/input/input.d.ts +0 -0
  121. /package/dist/{forms → src/forms}/input/input.stories.d.ts +0 -0
  122. /package/dist/{forms → src/forms}/label/label.d.ts +0 -0
  123. /package/dist/{forms → src/forms}/label/label.stories.d.ts +0 -0
  124. /package/dist/{forms → src/forms}/number-field/number-field.d.ts +0 -0
  125. /package/dist/{forms → src/forms}/number-field/number-field.stories.d.ts +0 -0
  126. /package/dist/{forms → src/forms}/select/select.stories.d.ts +0 -0
  127. /package/dist/{forms → src/forms}/text-field/text-field.stories.d.ts +0 -0
  128. /package/dist/{forms → src/forms}/textarea/textarea.d.ts +0 -0
  129. /package/dist/{forms → src/forms}/textarea/textarea.stories.d.ts +0 -0
  130. /package/dist/{global-search → src/global-search}/categories-grid/categories-grid.d.ts +0 -0
  131. /package/dist/{global-search → src/global-search}/global-search-provider/global-search-container.d.ts +0 -0
  132. /package/dist/{global-search → src/global-search}/global-search-provider/use-search-disclosure.d.ts +0 -0
  133. /package/dist/{global-search → src/global-search}/global-search.d.ts +0 -0
  134. /package/dist/{global-search → src/global-search}/global-search.stories.d.ts +0 -0
  135. /package/dist/{global-search → src/global-search}/plugins/categories-plugin.d.ts +0 -0
  136. /package/dist/{global-search → src/global-search}/plugins/popular-categories-plugin.d.ts +0 -0
  137. /package/dist/{global-search → src/global-search}/plugins/popular-searches-plugin.d.ts +0 -0
  138. /package/dist/{global-search → src/global-search}/plugins/products-plugin.d.ts +0 -0
  139. /package/dist/{global-search → src/global-search}/plugins/query-suggestions-plugin.d.ts +0 -0
  140. /package/dist/{global-search → src/global-search}/plugins/quick-access-plugin.d.ts +0 -0
  141. /package/dist/{global-search → src/global-search}/plugins/recent-searches-plugin.d.ts +0 -0
  142. /package/dist/{global-search → src/global-search}/search-highlight/highlight.d.ts +0 -0
  143. /package/dist/{global-search → src/global-search}/search-input/connected-search-input.d.ts +0 -0
  144. /package/dist/{global-search → src/global-search}/search-input/search-input.d.ts +0 -0
  145. /package/dist/{global-search → src/global-search}/search-input/search-input.stories.d.ts +0 -0
  146. /package/dist/{global-search → src/global-search}/search-result-panel/panel-content.d.ts +0 -0
  147. /package/dist/{global-search → src/global-search}/search-result-panel/search-result-panel.d.ts +0 -0
  148. /package/dist/{global-search → src/global-search}/search-result-panel/sections/no-results.d.ts +0 -0
  149. /package/dist/{global-search → src/global-search}/search-result-panel/sections/no-search.d.ts +0 -0
  150. /package/dist/{global-search → src/global-search}/search-result-panel/sections/section-container.d.ts +0 -0
  151. /package/dist/{global-search → src/global-search}/search-result-panel/sections/with-results.d.ts +0 -0
  152. /package/dist/{global-search → src/global-search}/search-root/search-root.d.ts +0 -0
  153. /package/dist/{global-search → src/global-search}/search-section/search-list-item.d.ts +0 -0
  154. /package/dist/{global-search → src/global-search}/search-section/search-list.d.ts +0 -0
  155. /package/dist/{global-search → src/global-search}/search-section/search-section.d.ts +0 -0
  156. /package/dist/{global-search → src/global-search}/types.d.ts +0 -0
  157. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-black-left-icon.d.ts +0 -0
  158. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-black-right-icon.d.ts +0 -0
  159. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-blackcaps-left-icon.d.ts +0 -0
  160. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-blackcaps-right-icon.d.ts +0 -0
  161. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-bold-left-icon.d.ts +0 -0
  162. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-bold-right-icon.d.ts +0 -0
  163. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-boldcaps-left-icon.d.ts +0 -0
  164. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-boldcaps-right-icon.d.ts +0 -0
  165. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-regular-left-icon.d.ts +0 -0
  166. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-regular-right-icon.d.ts +0 -0
  167. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-regularcaps-left-icon.d.ts +0 -0
  168. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-regularcaps-right-icon.d.ts +0 -0
  169. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-semibold-left-icon.d.ts +0 -0
  170. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-semibold-right-icon.d.ts +0 -0
  171. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-semiboldcaps-left-icon.d.ts +0 -0
  172. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-semiboldcaps-right-icon.d.ts +0 -0
  173. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-thin-left-icon.d.ts +0 -0
  174. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-thin-right-icon.d.ts +0 -0
  175. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-thincaps-left-icon.d.ts +0 -0
  176. /package/dist/{icons → src/icons}/glyph/glyphs-arrow-thincaps-right-icon.d.ts +0 -0
  177. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-bold-down-icon.d.ts +0 -0
  178. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-bold-left-icon.d.ts +0 -0
  179. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-bold-right-icon.d.ts +0 -0
  180. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-bold-up-icon.d.ts +0 -0
  181. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-slim-down-icon.d.ts +0 -0
  182. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-slim-left-icon.d.ts +0 -0
  183. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-slim-right-icon.d.ts +0 -0
  184. /package/dist/{icons → src/icons}/glyph/glyphs-chevrons-slim-up-icon.d.ts +0 -0
  185. /package/dist/{icons → src/icons}/other/career-innovate-icon.d.ts +0 -0
  186. /package/dist/{icons → src/icons}/other/career-proactive-icon.d.ts +0 -0
  187. /package/dist/{icons → src/icons}/other/career-teamplayer-icon.d.ts +0 -0
  188. /package/dist/{icons → src/icons}/other/fallback-icon.d.ts +0 -0
  189. /package/dist/{icons → src/icons}/other/some-facebook-icon.d.ts +0 -0
  190. /package/dist/{icons → src/icons}/other/some-instagram-icon.d.ts +0 -0
  191. /package/dist/{icons → src/icons}/other/some-linkedin-icon.d.ts +0 -0
  192. /package/dist/{icons → src/icons}/other/some-mail-icon.d.ts +0 -0
  193. /package/dist/{icons → src/icons}/other/some-youtube-icon.d.ts +0 -0
  194. /package/dist/{icons → src/icons}/other/usp-efficiency-icon.d.ts +0 -0
  195. /package/dist/{icons → src/icons}/other/usp-style-icon.d.ts +0 -0
  196. /package/dist/{icons → src/icons}/other/usp-support-icon.d.ts +0 -0
  197. /package/dist/{icons → src/icons}/other/warranty-10y-icon.d.ts +0 -0
  198. /package/dist/{icons → src/icons}/other/warranty-1y-icon.d.ts +0 -0
  199. /package/dist/{icons → src/icons}/other/warranty-3y-icon.d.ts +0 -0
  200. /package/dist/{icons → src/icons}/other/warranty-5y-icon.d.ts +0 -0
  201. /package/dist/{icons → src/icons}/other/warranty-consumable-icon.d.ts +0 -0
  202. /package/dist/{icons → src/icons}/other/warranty-lifetime-icon.d.ts +0 -0
  203. /package/dist/{icons → src/icons}/solid/solid-attention-icon.d.ts +0 -0
  204. /package/dist/{icons → src/icons}/solid/solid-business-icon.d.ts +0 -0
  205. /package/dist/{icons → src/icons}/solid/solid-cart-icon.d.ts +0 -0
  206. /package/dist/{icons → src/icons}/solid/solid-clock-icon.d.ts +0 -0
  207. /package/dist/{icons → src/icons}/solid/solid-close-icon.d.ts +0 -0
  208. /package/dist/{icons → src/icons}/solid/solid-download-icon.d.ts +0 -0
  209. /package/dist/{icons → src/icons}/solid/solid-favorite-icon.d.ts +0 -0
  210. /package/dist/{icons → src/icons}/solid/solid-home-icon.d.ts +0 -0
  211. /package/dist/{icons → src/icons}/solid/solid-information-icon.d.ts +0 -0
  212. /package/dist/{icons → src/icons}/solid/solid-login-icon.d.ts +0 -0
  213. /package/dist/{icons → src/icons}/solid/solid-notice-icon.d.ts +0 -0
  214. /package/dist/{icons → src/icons}/solid/solid-okay-icon.d.ts +0 -0
  215. /package/dist/{icons → src/icons}/solid/solid-rating-icon.d.ts +0 -0
  216. /package/dist/{icons → src/icons}/solid/solid-tag-icon.d.ts +0 -0
  217. /package/dist/{icons → src/icons}/solid/solid-trash-icon.d.ts +0 -0
  218. /package/dist/{icons → src/icons}/solid/solid-updateuser-icon.d.ts +0 -0
  219. /package/dist/{icons → src/icons}/solid/solid-vote-thumbsdown-icon.d.ts +0 -0
  220. /package/dist/{icons → src/icons}/solid/solid-vote-thumbsup-icon.d.ts +0 -0
  221. /package/dist/{icons → src/icons}/stroke/stroke-attention-icon.d.ts +0 -0
  222. /package/dist/{icons → src/icons}/stroke/stroke-business-icon.d.ts +0 -0
  223. /package/dist/{icons → src/icons}/stroke/stroke-cart-icon.d.ts +0 -0
  224. /package/dist/{icons → src/icons}/stroke/stroke-categories-icon.d.ts +0 -0
  225. /package/dist/{icons → src/icons}/stroke/stroke-checkmark-icon.d.ts +0 -0
  226. /package/dist/{icons → src/icons}/stroke/stroke-clock-icon.d.ts +0 -0
  227. /package/dist/{icons → src/icons}/stroke/stroke-close-icon.d.ts +0 -0
  228. /package/dist/{icons → src/icons}/stroke/stroke-closebox-icon.d.ts +0 -0
  229. /package/dist/{icons → src/icons}/stroke/stroke-closemenu-icon.d.ts +0 -0
  230. /package/dist/{icons → src/icons}/stroke/stroke-collapse-icon.d.ts +0 -0
  231. /package/dist/{icons → src/icons}/stroke/stroke-dehashed-icon.d.ts +0 -0
  232. /package/dist/{icons → src/icons}/stroke/stroke-download-icon.d.ts +0 -0
  233. /package/dist/{icons → src/icons}/stroke/stroke-expand-icon.d.ts +0 -0
  234. /package/dist/{icons → src/icons}/stroke/stroke-favorite-icon.d.ts +0 -0
  235. /package/dist/{icons → src/icons}/stroke/stroke-filter-icon.d.ts +0 -0
  236. /package/dist/{icons → src/icons}/stroke/stroke-hashed-icon.d.ts +0 -0
  237. /package/dist/{icons → src/icons}/stroke/stroke-home-icon.d.ts +0 -0
  238. /package/dist/{icons → src/icons}/stroke/stroke-information-icon.d.ts +0 -0
  239. /package/dist/{icons → src/icons}/stroke/stroke-login-icon.d.ts +0 -0
  240. /package/dist/{icons → src/icons}/stroke/stroke-menu-icon.d.ts +0 -0
  241. /package/dist/{icons → src/icons}/stroke/stroke-notice-icon.d.ts +0 -0
  242. /package/dist/{icons → src/icons}/stroke/stroke-okay-icon.d.ts +0 -0
  243. /package/dist/{icons → src/icons}/stroke/stroke-rating-icon.d.ts +0 -0
  244. /package/dist/{icons → src/icons}/stroke/stroke-recent-icon.d.ts +0 -0
  245. /package/dist/{icons → src/icons}/stroke/stroke-search-icon.d.ts +0 -0
  246. /package/dist/{icons → src/icons}/stroke/stroke-tag-icon.d.ts +0 -0
  247. /package/dist/{icons → src/icons}/stroke/stroke-trash-icon.d.ts +0 -0
  248. /package/dist/{icons → src/icons}/stroke/stroke-updateuser-icon.d.ts +0 -0
  249. /package/dist/{icons → src/icons}/stroke/stroke-vote-thumbsdown-icon.d.ts +0 -0
  250. /package/dist/{icons → src/icons}/stroke/stroke-vote-thumbsup-icon.d.ts +0 -0
  251. /package/dist/{intl → src/intl}/formatted-message.d.ts +0 -0
  252. /package/dist/{intl → src/intl}/formatted-message.stories.d.ts +0 -0
  253. /package/dist/{intl → src/intl}/intl-context.d.ts +0 -0
  254. /package/dist/{intl → src/intl}/intl-provider.d.ts +0 -0
  255. /package/dist/{intl → src/intl}/types.d.ts +0 -0
  256. /package/dist/{intl → src/intl}/use-format-message.d.ts +0 -0
  257. /package/dist/{intl → src/intl}/use-language-code.d.ts +0 -0
  258. /package/dist/{lists → src/lists}/product-overview-grid/product-overview-grid.d.ts +0 -0
  259. /package/dist/{lists → src/lists}/product-overview-grid/product-overview-grid.stories.d.ts +0 -0
  260. /package/dist/{loading → src/loading}/loading-overlay.d.ts +0 -0
  261. /package/dist/{loading → src/loading}/progress-circle.d.ts +0 -0
  262. /package/dist/{loading → src/loading}/progress-circle.stories.d.ts +0 -0
  263. /package/dist/{media → src/media}/image/image.d.ts +0 -0
  264. /package/dist/{media → src/media}/image/image.stories.d.ts +0 -0
  265. /package/dist/{pages → src/pages}/page/page.d.ts +0 -0
  266. /package/dist/{pages → src/pages}/page/page.stories.d.ts +0 -0
  267. /package/dist/{pages → src/pages}/page-container/page-container.d.ts +0 -0
  268. /package/dist/{pages → src/pages}/page-container/page-container.stories.d.ts +0 -0
  269. /package/dist/{pages → src/pages}/product-listing-page/product-listing-page-data-types.d.ts +0 -0
  270. /package/dist/{pages → src/pages}/product-listing-page/product-listing-page-provider/product-listing-page-context.d.ts +0 -0
  271. /package/dist/{pages → src/pages}/product-listing-page/product-listing-page-provider/product-listing-page-provider.d.ts +0 -0
  272. /package/dist/{pages → src/pages}/product-listing-page/product-listing-page-provider/use-subcategories.d.ts +0 -0
  273. /package/dist/{pages → src/pages}/product-listing-page/product-listing-page.d.ts +0 -0
  274. /package/dist/{pages → src/pages}/product-listing-page/product-listing-page.stories.d.ts +0 -0
  275. /package/dist/{promos → src/promos}/promo-card/promo-card.d.ts +0 -0
  276. /package/dist/{promos → src/promos}/promo-card/promo-card.stories.d.ts +0 -0
  277. /package/dist/{promos → src/promos}/promo-cards/promo-cards.d.ts +0 -0
  278. /package/dist/{promos → src/promos}/promo-cards/promo-cards.stories.d.ts +0 -0
  279. /package/dist/{shared → src/shared}/api/bff/hooks/use-fetch-product-listing-page-data.stories.d.ts +0 -0
  280. /package/dist/{shared → src/shared}/api/bff/model/bff.model.d.ts +0 -0
  281. /package/dist/{shared → src/shared}/api/shop/model/shop.model.d.ts +0 -0
  282. /package/dist/{shared → src/shared}/hooks/use-breakpoint.d.ts +0 -0
  283. /package/dist/{shared → src/shared}/hooks/use-debounced-callback.d.ts +0 -0
  284. /package/dist/{shared → src/shared}/hooks/use-disclosure.d.ts +0 -0
  285. /package/dist/{shared → src/shared}/hooks/use-is-breakpoint.d.ts +0 -0
  286. /package/dist/{shared → src/shared}/hooks/use-scroll-lock.d.ts +0 -0
  287. /package/dist/{shared → src/shared}/hooks/use-scroll-to.d.ts +0 -0
  288. /package/dist/{shared → src/shared}/model/cart.d.ts +0 -0
  289. /package/dist/{shared → src/shared}/model/category.d.ts +0 -0
  290. /package/dist/{shared → src/shared}/model/image.d.ts +0 -0
  291. /package/dist/{shared → src/shared}/model/price.d.ts +0 -0
  292. /package/dist/{shared → src/shared}/model/product-hit.d.ts +0 -0
  293. /package/dist/{shared → src/shared}/providers/cart-provider.d.ts +0 -0
  294. /package/dist/{shared → src/shared}/providers/global-state-provider.d.ts +0 -0
  295. /package/dist/{shared → src/shared}/routing/route-button.d.ts +0 -0
  296. /package/dist/{shared → src/shared}/routing/route-link.d.ts +0 -0
  297. /package/dist/{shared → src/shared}/routing/route-provider.d.ts +0 -0
  298. /package/dist/{shared → src/shared}/routing/route-provider.stories.d.ts +0 -0
  299. /package/dist/{shared → src/shared}/utils/breakpoints.d.ts +0 -0
  300. /package/dist/{shared → src/shared}/utils/cookies.d.ts +0 -0
  301. /package/dist/{shared → src/shared}/utils/environment.d.ts +0 -0
  302. /package/dist/{shared → src/shared}/utils/event-emitter.d.ts +0 -0
  303. /package/dist/{shared → src/shared}/utils/wait.d.ts +0 -0
  304. /package/dist/{sidebar → src/sidebar}/sidebar-provider.d.ts +0 -0
  305. /package/dist/{sidebar → src/sidebar}/sidebar.d.ts +0 -0
  306. /package/dist/{sidebar → src/sidebar}/sidebar.stories.d.ts +0 -0
  307. /package/dist/{sidebar → src/sidebar}/toggle-sidebar-button.d.ts +0 -0
  308. /package/dist/{sidebar → src/sidebar}/types.d.ts +0 -0
  309. /package/dist/{sidebar → src/sidebar}/use-sidebar.d.ts +0 -0
  310. /package/dist/{tokens → src/tokens}/tokens.d.ts +0 -0
  311. /package/dist/{typography → src/typography}/heading/heading.d.ts +0 -0
  312. /package/dist/{typography → src/typography}/heading/heading.stories.d.ts +0 -0
@@ -0,0 +1 @@
1
+ export declare function RenderHook(hook: () => any): () => import("react/jsx-runtime").JSX.Element;
package/dist/index.d.ts CHANGED
@@ -125,32 +125,10 @@ interface ProductListingPageData {
125
125
  subcategories: Category[] | undefined
126
126
  }
127
127
 
128
- declare class ResponseError extends Error {
129
- response: Response
130
- status: number
131
- statusText: string
132
- type: ResponseType
133
- url: string
134
-
135
- constructor(response: Response, message?: string) {
136
- super(response.statusText)
137
- this.message = message || response.statusText
138
- this.name = 'ResponseError'
139
- this.response = response
140
- this.status = response.status
141
- this.statusText = response.statusText
142
- this.type = response.type
143
- this.url = response.url
144
- }
145
- }
146
-
147
128
  interface FetchProductListingPageDataArgs {
148
129
  languageCode: string;
149
130
  pageUrl: string;
150
131
  }
151
- declare class FetchProductListingPageDataError extends ResponseError {
152
- constructor(response: Response, message?: string);
153
- }
154
132
  declare function useFetchProductListingPageData({ languageCode, pageUrl, }: FetchProductListingPageDataArgs): _tanstack_react_query.UseQueryResult<ProductListingPageData, Error>;
155
133
 
156
134
  interface BaseModel$1 {
@@ -3256,9 +3234,6 @@ interface CartLineModel$1 {
3256
3234
  vmiBinId?: string | null
3257
3235
  }
3258
3236
 
3259
- declare class AddProductToCurrentCartError extends ResponseError {
3260
- constructor(response: Response, message: string);
3261
- }
3262
3237
  interface AddProductToCurrentCartParams {
3263
3238
  productId: string;
3264
3239
  qtyOrdered: number;
@@ -3266,19 +3241,10 @@ interface AddProductToCurrentCartParams {
3266
3241
  }
3267
3242
  declare function useAddProductToCurrentCart(): _tanstack_react_query.UseMutationResult<CartLineModel$1, Error, AddProductToCurrentCartParams, unknown>;
3268
3243
 
3269
- declare class DeleteCartLineByIdError extends ResponseError {
3270
- constructor(response: Response, message: string);
3271
- }
3272
3244
  declare function useDeleteCartLineById(): _tanstack_react_query.UseMutationResult<void, Error, string, unknown>;
3273
3245
 
3274
- declare class FetchCurrentCartLinesError extends ResponseError {
3275
- constructor(response: Response, message?: string);
3276
- }
3277
3246
  declare function useFetchCurrentCartLines(): _tanstack_react_query.UseQueryResult<CartLineModel$1[] | null, Error>;
3278
3247
 
3279
- declare class UpdateCartLineByIdError extends ResponseError {
3280
- constructor(response: Response, message: string);
3281
- }
3282
3248
  interface UpdateCartLineParams {
3283
3249
  cartLine: CartLineModel$1;
3284
3250
  cartLineId: string;
@@ -3498,13 +3464,18 @@ declare function CartProvider(props: Props$2): null;
3498
3464
  declare function useCartEvents(): Props$2;
3499
3465
 
3500
3466
  interface Props$1 {
3501
- isFavorite: (productId: string) => boolean;
3502
- toggleFavorite: (productId: string) => void;
3467
+ onFavoriteAdded: () => void;
3468
+ onFavoriteListAdded: () => void;
3469
+ onFavoriteRemoved: () => void;
3470
+ signInUrl: string;
3503
3471
  }
3504
3472
  declare function FavoriteProvider(props: Props$1): null;
3505
- declare function useFavorite(productId: string): {
3473
+ declare function useFavorite(): {
3474
+ signInUrl: string;
3475
+ };
3476
+ declare function useFavoriteProduct(productId: string): {
3506
3477
  isFavorite: boolean;
3507
- toggle: () => void;
3478
+ isFetching: boolean;
3508
3479
  };
3509
3480
 
3510
3481
  type EventCallback<T> = (data: T) => void
@@ -3676,7 +3647,7 @@ interface ButtonProps {
3676
3647
  icon?: React.ReactNode;
3677
3648
  iconPosition?: 'left' | 'right';
3678
3649
  isDisabled?: boolean;
3679
- onPress?: VoidFunction;
3650
+ onPress?: VoidFunction | ((...args: unknown[]) => void);
3680
3651
  size?: 'sm' | 'md' | 'lg';
3681
3652
  type?: 'button' | 'submit' | 'reset';
3682
3653
  variant?: 'solid' | 'outline' | 'ghost';
@@ -3685,10 +3656,11 @@ interface ButtonProps {
3685
3656
  declare function Button({ _pseudo, children, className, color, condensed, icon, iconPosition, isDisabled, onPress, size, type, variant, withArrow, }: ButtonProps): react_jsx_runtime.JSX.Element;
3686
3657
 
3687
3658
  interface FavoriteButtonProps {
3659
+ isDisabled?: boolean;
3688
3660
  isFavorite: boolean;
3689
3661
  onPress: () => void;
3690
3662
  }
3691
- declare function FavoriteButton({ isFavorite, onPress }: FavoriteButtonProps): react_jsx_runtime.JSX.Element;
3663
+ declare function FavoriteButton({ isDisabled, isFavorite, onPress, }: FavoriteButtonProps): react_jsx_runtime.JSX.Element;
3692
3664
 
3693
3665
  interface IconButtonProps {
3694
3666
  children: React.ReactNode;
@@ -3891,11 +3863,13 @@ interface SelectProps<T> {
3891
3863
  label: string;
3892
3864
  onChange: (value: keyof T) => void;
3893
3865
  options: T;
3866
+ placeholder?: string;
3894
3867
  selectedOption?: keyof T;
3895
3868
  showLabel?: boolean;
3896
3869
  size?: 'sm' | 'md';
3870
+ variant?: 'outline' | 'solid';
3897
3871
  }
3898
- declare function Select<T extends object>({ isDisabled, label, onChange, options, selectedOption, showLabel, size, }: SelectProps<T>): react_jsx_runtime.JSX.Element;
3872
+ declare function Select<T extends object>({ isDisabled, label, onChange, options, placeholder, selectedOption, showLabel, size, variant, }: SelectProps<T>): react_jsx_runtime.JSX.Element;
3899
3873
 
3900
3874
  interface TextFieldProps {
3901
3875
  autoFocus?: boolean;
@@ -3908,6 +3882,7 @@ interface TextFieldProps {
3908
3882
  isRequired?: boolean;
3909
3883
  label: string;
3910
3884
  maxLength?: number;
3885
+ name?: string;
3911
3886
  onChange?: (value: string) => void;
3912
3887
  onInput?: FormEventHandler<HTMLInputElement>;
3913
3888
  onKeyUp?: (e: KeyboardEvent) => void;
@@ -3922,9 +3897,9 @@ interface TextFieldProps {
3922
3897
  * It can be used as a single line input or as a textarea.
3923
3898
  * This field can also grow when a user types in text.
3924
3899
  */
3925
- declare function TextField({ autoFocus, autoGrow, defaultValue, isDisabled, isInvalid, isMultiline, isReadOnly, isRequired, label, maxLength, onChange, onInput, onKeyUp, placeholder, rows, showLabel, size, value, }: TextFieldProps): react_jsx_runtime.JSX.Element;
3900
+ declare function TextField({ autoFocus, autoGrow, defaultValue, isDisabled, isInvalid, isMultiline, isReadOnly, isRequired, label, maxLength, name, onChange, onInput, onKeyUp, placeholder, rows, showLabel, size, value, }: TextFieldProps): react_jsx_runtime.JSX.Element;
3926
3901
 
3927
- type TranslationId = 'Chosen filters' | 'Clear' | 'Clear filters' | 'Excl. VAT' | 'Explore by categories' | 'Hide filters' | 'Incl. VAT' | 'Popular searches' | 'Products' | 'Recent searches' | 'Show' | 'Show all' | 'Show filters' | 'Show less' | 'Sort by' | 'Sorry, we could not find matches for' | 'Submit' | 'Suggestions' | 'articles' | 'article' | 'of' | 'sort.relevance' | 'sort.newest' | 'sort.price_asc' | 'sort.price_desc' | 'tag.new' | 'facet.categories' | 'facet.weight' | 'facet.height' | 'You could try' | 'Searching again using more general terms' | 'Double check your spelling' | 'Use fewer keywords' | 'Exploring our products by category';
3902
+ type TranslationId = "'{0}' in all products" | 'List name already exists' | 'An unexpected error occured' | 'Select a list' | 'New list name' | 'Add to list' | 'Chosen filters' | 'Clear' | 'Clear filters' | 'Excl. VAT' | 'Explore by categories' | 'Hide filters' | 'Incl. VAT' | 'Popular searches' | 'Products' | 'Recent searches' | 'Show' | 'Show all' | 'Show filters' | 'Show less' | 'Sort by' | 'Sorry, we could not find matches for' | 'Submit' | 'Suggestions' | 'Cancel' | 'Please Sign In' | 'articles' | 'article' | 'of' | 'sort.relevance' | 'sort.newest' | 'sort.price_asc' | 'sort.price_desc' | 'tag.new' | 'facet.categories' | 'facet.weight' | 'facet.height' | 'You could try' | 'Searching again using more general terms' | 'Double check your spelling' | 'Use fewer keywords' | 'Exploring our products by category';
3928
3903
 
3929
3904
  interface FormattedMessageProps {
3930
3905
  fallbackValue?: string;
@@ -4082,18 +4057,19 @@ declare function AlgoliaInsightsProvider({ children, value, }: {
4082
4057
  }): react_jsx_runtime.JSX.Element;
4083
4058
 
4084
4059
  interface AlgoliaProviderProps {
4085
- categoryPages: string;
4060
+ categoryPages?: string;
4086
4061
  children: ReactNode;
4087
4062
  languageCode: string;
4088
4063
  offlineSearchClient?: SearchClient;
4089
4064
  online?: boolean;
4065
+ query?: string;
4090
4066
  routing?: boolean | RouterProps<UiState, UiState> | undefined;
4091
4067
  searchClient: SearchClient;
4092
4068
  }
4093
4069
  declare function AlgoliaInsightInstantSearchProvider({ children, }: {
4094
4070
  children?: ReactNode;
4095
4071
  }): react_jsx_runtime.JSX.Element;
4096
- declare function AlgoliaProvider({ categoryPages, children, languageCode, offlineSearchClient, online: _online, routing, searchClient, }: AlgoliaProviderProps): react_jsx_runtime.JSX.Element;
4072
+ declare function AlgoliaProvider({ categoryPages, children, languageCode, offlineSearchClient, online: _online, query, routing, searchClient, }: AlgoliaProviderProps): react_jsx_runtime.JSX.Element;
4097
4073
  declare function useAlgolia(): {
4098
4074
  online: boolean;
4099
4075
  setOnline: UpdateGlobalState<boolean>;
@@ -4288,4 +4264,4 @@ declare const useGlobalSearchDisclosure: () => {
4288
4264
  toggle: VoidFunction;
4289
4265
  };
4290
4266
 
4291
- export { Accordion, type AccountCollectionModel, type AccountModel, type AccountPaymentProfileCollectionModel, type AccountPaymentProfileModel, type AccountSettingsModel, type AccountShipToCollectionModel, type AccountShipToModel, type AccountsReceivableDto, AddProductToCurrentCartError, type AddProductToCurrentCartParams, AddToCartButton, type AddressFieldCollectionModel, type AddressFieldDisplayCollectionModel, type AddressFieldDisplayModel, type AgingBucketDto, AlgoliaActiveCategories, AlgoliaCategoriesFilters, AlgoliaFilterPanel, type AlgoliaFilterPanelProps, AlgoliaInsightInstantSearchProvider, AlgoliaInsightsProvider, AlgoliaInsightsProviderContext, type AlgoliaInsightsProviderState, AlgoliaMultiSelectFilterSection, AlgoliaPagination, AlgoliaProvider, AlgoliaResultsCount, AlgoliaSortBy, type AttributeTypeDto, type AttributeTypeFacetModel, type AttributeTypeModel, type AttributeValueDto, type AttributeValueFacetModel, type AttributeValueModel, type AutocompleteItemModel, type AutocompleteModel, type AutocompleteProductCollectionModel, type AutocompleteProductModel, type AutocompleteProps$1 as AutocompleteProps, type AvailabilityDto$2 as AvailabilityDto, AvailabilityMessageType$2 as AvailabilityMessageType, BadgeImagePlacementValues, type BadgeModel, BadgeStyleValues, BadgeTypeValues, type BaseAddressModel, type BaseModel$1 as BaseModel, type BillToCollectionModel, type BillToModel, type BrandAlphabetLetterModel, type BrandAlphabetModel, type BrandAutocompleteModel, type BrandCategoryCollectionModel, type BrandCategoryModel, type BrandCollectionModel, type BrandDto$2 as BrandDto, type BrandModel, type BrandProductLineCollectionModel, type BrandProductLineModel, type BreadCrumb, type BreadCrumbModel, Breadcrumb, type BreadcrumbProps, type BreakPriceDto$2 as BreakPriceDto, type BreakPriceRfqModel, type BudgetCalendarCollectionModel, type BudgetCalendarModel, type BudgetCollectionModel, type BudgetLineModel, type BudgetModel, Button, type ButtonProps, type CalculationMethod, type CarrierDto, type CartCollectionModel, type CartLineCollectionModel, type CartLineModel$2 as CartLineModel, type CartModel, CartProvider, type CartSettingsModel, type CatalogPageModel, type Category$1 as Category, CategoryCarousel, type CategoryCarouselProps, type CategoryCollectionModel, type CategoryFacetModel, type CategoryModel, Checkbox, type CheckboxProps$1 as CheckboxProps, type ChildTraitValueModel, ColorCheckbox, type ColorCheckboxProps, type ConfigSectionDto, type ConfigSectionModel, type ConfigSectionOptionDto, type ConfigurationModel, ConnectedAddToCartButton, type ContactUsModel, type ContentModel, type CostCodeDto, type CostCodeModel, type CountryCollectionModel, type CountryModel, type CreditCardBillingAddressDto, type CreditCardDto, type CrossSellCollectionModel, type CurrencyCollectionModel, type CurrencyModel, CurrencyPositioningType, type CustomerCostCodeDto, type CustomerOrderTaxDto, type CustomerSettingsModel, type CustomerValidationDto, type DashboardPanelCollectionModel, type DashboardPanelModel, type DealerCollectionModel, type DealerModel, DeleteCartLineByIdError, type DetailModel, type DocumentDto, type DocumentModel, type ECheckDto, type FacetModel, FavoriteButton, type FavoriteButtonProps, FavoriteProvider, FetchCurrentCartLinesError, type FetchProductListingPageDataArgs, FetchProductListingPageDataError, type FieldScoreDetailedDto, type FieldScoreDetailedModel, type FieldScoreDto, type FieldScoreModel, type FieldValidationDto, type FilterOption, FilterSection, type Filters, FormattedMessage, type FormattedMessageFunction, type FormattedMessageProps, GlobalSearch, GlobalSearchContainer, GlobalSearchDisclosureContext, GlobalStateProvider, GlobalStateProviderContext, IconButton, type IconButtonProps, Image, type ImageModel, IntlProvider, type InventoryAvailabilityDto, type InventoryWarehousesDto, type InvoiceCollectionModel, type InvoiceHistoryTaxDto, type InvoiceLineModel, type InvoiceModel, type InvoiceSettingsModel, type JobQuoteCollectionModel, type JobQuoteLineModel, type JobQuoteModel, type LanguageCollectionModel, type LanguageModel, type LegacyConfigurationDto, type Link$1 as Link, LinkButton, type LinkButtonProps, LoadingOverlay, type MessageCollectionModel, type MessageModel, type MobileAppSettingsModel, type MobileContentModel, type MobilePageDto, type MobileWidgetDto, MultiSelect, type MultiSelectProps, type NavigateFn, type NavigateOptions$1 as NavigateOptions, NumberField, type NumberFieldSize, type OrderApprovalCollectionModel, type OrderCollectionModel, type OrderHistoryTaxDto, type OrderLineModel, type OrderModel, type OrderPromotionModel, type OrderRequestModel, type OrderSettingsModel, type OrderStatusMappingCollectionModel, type OrderStatusMappingModel, Page, PageContainer, type PageProps, type PaginationModel, type PaymentMethodDto, type PaymentOptionsDto, type PersonaModel, type PoRequisitionModel, type PriceFacetModel, type PriceRangeModel, type PricingRfqModel, type ProductAutocompleteItemModel, type ProductAvailabilityModel, ProductCard, type ProductCardProps, type ProductCollectionModel, type ProductDto, type ProductHit$1 as ProductHit, type ProductImageDto, type ProductInventoryDto, type ProductLineDto, type ProductLineModel, ProductListingPage, type ProductListingPageDataResponse, type ProductListingPageProps, type ProductModel, ProductOverviewGrid, type ProductOverviewGridProps, ProductPrice, type ProductPriceDto$2 as ProductPriceDto, type ProductPriceModel, type ProductPriceProps, type ProductSettingsModel, ProductSku, type ProductSkuProps, type ProductSubscriptionDto$2 as ProductSubscriptionDto, type ProductSubscriptionModel, type ProductUnitOfMeasureDto, type ProfileTransactionRequestModel, ProgressCircle, type ProgressCircleProps, type PromoCard$1 as PromoCard, type PromoCards, type PromotionCollectionModel, type PromotionModel, type QuoteCollectionModel, type QuoteLineModel, type QuoteModel, type QuoteSettingsModel, type RealTimeCartInventoryModel, type RealTimeInventoryModel, type RealTimePricingModel, type RefinementListItem, type RelatedProductDto, type RequisitionCollectionModel, type RequisitionLineCollectionModel, type RequisitionLineModel, type RequisitionModel, type RmaLineDto, type RmaModel, RouteButton, RouteLink, RouteProvider, type RouteProviderProps, type SalespersonModel, type ScoreExplanationDto, type ScoreExplanationModel, type SectionOptionDto$2 as SectionOptionDto, type SectionOptionModel, Select, type SelectProps, type SessionModel, type SessionRequestModel, type SettingsCollectionModel, type SetupRequestModel, type ShareEntityModel, type ShareOrderModel, type ShipToCollectionModel, type ShipToModel, type ShipViaDto, type ShipmentPackageDto, type ShipmentPackageLineDto, ShowAll, type ShowAllProps, Sidebar, SidebarDetectBreakpoint, type SidebarProps, SidebarProvider, type SiteMessageCollectionModel, type SiteMessageModel, type SortOptionModel, type SpecificationDto, type SpecificationModel, type StateCollectionModel, type StateModel, type StyleTraitDto, type StyleValueDto, type StyledProductDto, type SuggestionModel, type TellAFriendModel, TextField, type TraitValueModel, type TranslationDictionaryCollectionModel, type TranslationDictionaryModel, type TranslationId, type UnitOfMeasureModel, UpdateCartLineByIdError, type UpdateCartLineParams, type UpdateGlobalState$1 as UpdateGlobalState, type UpdateWishListLineCollectionModel, VariantDisplayTypeValues, type VariantTraitModel, type VmiBinCollectionModel, type VmiBinCountModel, type VmiBinModel, type VmiCountCollectionModel, type VmiCountModel, type VmiLocationCollectionModel, type VmiLocationModel, type VmiNoteCollectionModel, type VmiNoteModel, type VmiUserImportCollectionModel, type VmiUserImportModel, type VmiUserModel, type WarehouseCollectionModel, type WarehouseDto, type WarehouseModel, type WebsiteModel, type WebsiteSettingsModel, type WishListCollectionModel, type WishListEmailScheduleModel, type WishListLineCollectionModel, type WishListLineModel, type WishListModel, type WishListSettingsModel, type WishListShareModel, config, configPerEnvironment, createSonicSearchClient, transformAlgoliaProductHitToProductHit, useAddProductToCurrentCart, useAlgolia, useAlgoliaSearch, useBreakpoint, useCartEvents, useDebouncedCallback, useDeleteCartLineById, useDisclosure, useFavorite, useFetchCurrentCartLines, useFetchProductListingPageData, useFormattedMessage, useGlobalSearchDisclosure, useGlobalState, useNavigate, useScrollLock, useUpdateCartLineById, userToken, userTokenEventEmitter };
4267
+ export { Accordion, type AccountCollectionModel, type AccountModel, type AccountPaymentProfileCollectionModel, type AccountPaymentProfileModel, type AccountSettingsModel, type AccountShipToCollectionModel, type AccountShipToModel, type AccountsReceivableDto, type AddProductToCurrentCartParams, AddToCartButton, type AddressFieldCollectionModel, type AddressFieldDisplayCollectionModel, type AddressFieldDisplayModel, type AgingBucketDto, AlgoliaActiveCategories, AlgoliaCategoriesFilters, AlgoliaFilterPanel, type AlgoliaFilterPanelProps, AlgoliaInsightInstantSearchProvider, AlgoliaInsightsProvider, AlgoliaInsightsProviderContext, type AlgoliaInsightsProviderState, AlgoliaMultiSelectFilterSection, AlgoliaPagination, AlgoliaProvider, AlgoliaResultsCount, AlgoliaSortBy, type AttributeTypeDto, type AttributeTypeFacetModel, type AttributeTypeModel, type AttributeValueDto, type AttributeValueFacetModel, type AttributeValueModel, type AutocompleteItemModel, type AutocompleteModel, type AutocompleteProductCollectionModel, type AutocompleteProductModel, type AutocompleteProps$1 as AutocompleteProps, type AvailabilityDto$2 as AvailabilityDto, AvailabilityMessageType$2 as AvailabilityMessageType, BadgeImagePlacementValues, type BadgeModel, BadgeStyleValues, BadgeTypeValues, type BaseAddressModel, type BaseModel$1 as BaseModel, type BillToCollectionModel, type BillToModel, type BrandAlphabetLetterModel, type BrandAlphabetModel, type BrandAutocompleteModel, type BrandCategoryCollectionModel, type BrandCategoryModel, type BrandCollectionModel, type BrandDto$2 as BrandDto, type BrandModel, type BrandProductLineCollectionModel, type BrandProductLineModel, type BreadCrumb, type BreadCrumbModel, Breadcrumb, type BreadcrumbProps, type BreakPriceDto$2 as BreakPriceDto, type BreakPriceRfqModel, type BudgetCalendarCollectionModel, type BudgetCalendarModel, type BudgetCollectionModel, type BudgetLineModel, type BudgetModel, Button, type ButtonProps, type CalculationMethod, type CarrierDto, type CartCollectionModel, type CartLineCollectionModel, type CartLineModel$2 as CartLineModel, type CartModel, CartProvider, type CartSettingsModel, type CatalogPageModel, type Category$1 as Category, CategoryCarousel, type CategoryCarouselProps, type CategoryCollectionModel, type CategoryFacetModel, type CategoryModel, Checkbox, type CheckboxProps$1 as CheckboxProps, type ChildTraitValueModel, ColorCheckbox, type ColorCheckboxProps, type ConfigSectionDto, type ConfigSectionModel, type ConfigSectionOptionDto, type ConfigurationModel, ConnectedAddToCartButton, type ContactUsModel, type ContentModel, type CostCodeDto, type CostCodeModel, type CountryCollectionModel, type CountryModel, type CreditCardBillingAddressDto, type CreditCardDto, type CrossSellCollectionModel, type CurrencyCollectionModel, type CurrencyModel, CurrencyPositioningType, type CustomerCostCodeDto, type CustomerOrderTaxDto, type CustomerSettingsModel, type CustomerValidationDto, type DashboardPanelCollectionModel, type DashboardPanelModel, type DealerCollectionModel, type DealerModel, type DetailModel, type DocumentDto, type DocumentModel, type ECheckDto, type FacetModel, FavoriteButton, type FavoriteButtonProps, FavoriteProvider, type FetchProductListingPageDataArgs, type FieldScoreDetailedDto, type FieldScoreDetailedModel, type FieldScoreDto, type FieldScoreModel, type FieldValidationDto, type FilterOption, FilterSection, type Filters, FormattedMessage, type FormattedMessageFunction, type FormattedMessageProps, GlobalSearch, GlobalSearchContainer, GlobalSearchDisclosureContext, GlobalStateProvider, GlobalStateProviderContext, IconButton, type IconButtonProps, Image, type ImageModel, IntlProvider, type InventoryAvailabilityDto, type InventoryWarehousesDto, type InvoiceCollectionModel, type InvoiceHistoryTaxDto, type InvoiceLineModel, type InvoiceModel, type InvoiceSettingsModel, type JobQuoteCollectionModel, type JobQuoteLineModel, type JobQuoteModel, type LanguageCollectionModel, type LanguageModel, type LegacyConfigurationDto, type Link$1 as Link, LinkButton, type LinkButtonProps, LoadingOverlay, type MessageCollectionModel, type MessageModel, type MobileAppSettingsModel, type MobileContentModel, type MobilePageDto, type MobileWidgetDto, MultiSelect, type MultiSelectProps, type NavigateFn, type NavigateOptions$1 as NavigateOptions, NumberField, type NumberFieldSize, type OrderApprovalCollectionModel, type OrderCollectionModel, type OrderHistoryTaxDto, type OrderLineModel, type OrderModel, type OrderPromotionModel, type OrderRequestModel, type OrderSettingsModel, type OrderStatusMappingCollectionModel, type OrderStatusMappingModel, Page, PageContainer, type PageProps, type PaginationModel, type PaymentMethodDto, type PaymentOptionsDto, type PersonaModel, type PoRequisitionModel, type PriceFacetModel, type PriceRangeModel, type PricingRfqModel, type ProductAutocompleteItemModel, type ProductAvailabilityModel, ProductCard, type ProductCardProps, type ProductCollectionModel, type ProductDto, type ProductHit$1 as ProductHit, type ProductImageDto, type ProductInventoryDto, type ProductLineDto, type ProductLineModel, ProductListingPage, type ProductListingPageDataResponse, type ProductListingPageProps, type ProductModel, ProductOverviewGrid, type ProductOverviewGridProps, ProductPrice, type ProductPriceDto$2 as ProductPriceDto, type ProductPriceModel, type ProductPriceProps, type ProductSettingsModel, ProductSku, type ProductSkuProps, type ProductSubscriptionDto$2 as ProductSubscriptionDto, type ProductSubscriptionModel, type ProductUnitOfMeasureDto, type ProfileTransactionRequestModel, ProgressCircle, type ProgressCircleProps, type PromoCard$1 as PromoCard, type PromoCards, type PromotionCollectionModel, type PromotionModel, type QuoteCollectionModel, type QuoteLineModel, type QuoteModel, type QuoteSettingsModel, type RealTimeCartInventoryModel, type RealTimeInventoryModel, type RealTimePricingModel, type RefinementListItem, type RelatedProductDto, type RequisitionCollectionModel, type RequisitionLineCollectionModel, type RequisitionLineModel, type RequisitionModel, type RmaLineDto, type RmaModel, RouteButton, RouteLink, RouteProvider, type RouteProviderProps, type SalespersonModel, type ScoreExplanationDto, type ScoreExplanationModel, type SectionOptionDto$2 as SectionOptionDto, type SectionOptionModel, Select, type SelectProps, type SessionModel, type SessionRequestModel, type SettingsCollectionModel, type SetupRequestModel, type ShareEntityModel, type ShareOrderModel, type ShipToCollectionModel, type ShipToModel, type ShipViaDto, type ShipmentPackageDto, type ShipmentPackageLineDto, ShowAll, type ShowAllProps, Sidebar, SidebarDetectBreakpoint, type SidebarProps, SidebarProvider, type SiteMessageCollectionModel, type SiteMessageModel, type SortOptionModel, type SpecificationDto, type SpecificationModel, type StateCollectionModel, type StateModel, type StyleTraitDto, type StyleValueDto, type StyledProductDto, type SuggestionModel, type TellAFriendModel, TextField, type TraitValueModel, type TranslationDictionaryCollectionModel, type TranslationDictionaryModel, type TranslationId, type UnitOfMeasureModel, type UpdateCartLineParams, type UpdateGlobalState$1 as UpdateGlobalState, type UpdateWishListLineCollectionModel, VariantDisplayTypeValues, type VariantTraitModel, type VmiBinCollectionModel, type VmiBinCountModel, type VmiBinModel, type VmiCountCollectionModel, type VmiCountModel, type VmiLocationCollectionModel, type VmiLocationModel, type VmiNoteCollectionModel, type VmiNoteModel, type VmiUserImportCollectionModel, type VmiUserImportModel, type VmiUserModel, type WarehouseCollectionModel, type WarehouseDto, type WarehouseModel, type WebsiteModel, type WebsiteSettingsModel, type WishListCollectionModel, type WishListEmailScheduleModel, type WishListLineCollectionModel, type WishListLineModel, type WishListModel, type WishListSettingsModel, type WishListShareModel, config, configPerEnvironment, createSonicSearchClient, transformAlgoliaProductHitToProductHit, useAddProductToCurrentCart, useAlgolia, useAlgoliaSearch, useBreakpoint, useCartEvents, useDebouncedCallback, useDeleteCartLineById, useDisclosure, useFavorite, useFavoriteProduct, useFetchCurrentCartLines, useFetchProductListingPageData, useFormattedMessage, useGlobalSearchDisclosure, useGlobalState, useNavigate, useScrollLock, useUpdateCartLineById, userToken, userTokenEventEmitter };