@sonic-equipment/ui 0.0.113 → 0.0.114

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 (460) hide show
  1. package/dist/{src/algolia → algolia}/algolia-active-filters.d.ts +1 -1
  2. package/dist/{src/algolia → algolia}/algolia-hit-type.d.ts +2 -2
  3. package/dist/{src/algolia → algolia}/algolia-index-config.d.ts +2 -3
  4. package/dist/{src/algolia → algolia}/algolia-provider.d.ts +3 -2
  5. package/dist/{src/algolia → algolia}/algolia-search-provider.d.ts +1 -1
  6. package/dist/{src/algolia → algolia}/use-algolia-hits.d.ts +3 -3
  7. package/dist/{src/algolia → algolia}/use-algolia-insights-provider-global-state.d.ts +1 -1
  8. package/dist/algolia/use-algolia-instant-search-state.d.ts +21 -0
  9. package/dist/{src/algolia → algolia}/use-algolia-search.d.ts +10 -10
  10. package/dist/{src/cards → cards}/category-card/category-card.d.ts +2 -2
  11. package/dist/{src/cards → cards}/orderline-card/orderline-card.d.ts +2 -2
  12. package/dist/{src/cards → cards}/product-card/product-card.d.ts +3 -3
  13. package/dist/{src/carousel → carousel}/card-carousel/card-carousel.d.ts +1 -1
  14. package/dist/{src/carousel → carousel}/carousel.d.ts +1 -1
  15. package/dist/{src/carousel → carousel}/pagination/pagination.d.ts +1 -1
  16. package/dist/{src/carousel → carousel}/usp-carousel/product-usp-carousel-slide.d.ts +1 -1
  17. package/dist/{src/carousel → carousel}/usp-carousel/product-usp-carousel.d.ts +3 -3
  18. package/dist/country-selector/connected-country-selector.d.ts +13 -0
  19. package/dist/{src/country-selector → country-selector}/country-selector-dialog/country-selector-dialog.d.ts +1 -1
  20. package/dist/{src/country-selector → country-selector}/country-selector-trigger/country-selector-trigger.d.ts +1 -1
  21. package/dist/{src/country-selector → country-selector}/use-countries-languages.d.ts +4 -3
  22. package/dist/{src/forms → forms}/color-checkbox/color-checkbox.d.ts +1 -1
  23. package/dist/{src/global-search → global-search}/categories-grid/categories-grid.d.ts +1 -1
  24. package/dist/{src/global-search → global-search}/plugins/popular-categories-plugin.d.ts +2 -2
  25. package/dist/{src/global-search → global-search}/plugins/quick-access-plugin.d.ts +2 -2
  26. package/dist/{src/global-search → global-search}/search-input/search-input.d.ts +1 -1
  27. package/dist/global-search/search-result-panel/sections/no-search-results.d.ts +1 -0
  28. package/dist/{src/global-search → global-search}/types.d.ts +1 -1
  29. package/dist/index.d.ts +244 -5107
  30. package/dist/index.js +10769 -8898
  31. package/dist/intl/formatted-message.d.ts +3 -0
  32. package/dist/intl/intl-context.d.ts +8 -0
  33. package/dist/intl/intl-provider.d.ts +8 -0
  34. package/dist/intl/types.d.ts +19 -0
  35. package/dist/intl/use-culture-code.d.ts +3 -0
  36. package/dist/intl/use-language-code.d.ts +2 -0
  37. package/dist/intl/utils.d.ts +3 -0
  38. package/dist/{src/media → media}/image/image.d.ts +2 -2
  39. package/dist/{src/media → media}/image-grid/images-grid.d.ts +1 -1
  40. package/dist/{src/media → media}/image-lightbox/image-lightbox.d.ts +1 -1
  41. package/dist/{src/modals → modals}/dialog/dialog.d.ts +1 -1
  42. package/dist/{src/notifications → notifications}/announcements/announcement.d.ts +2 -2
  43. package/dist/{src/pages → pages}/page/page.d.ts +1 -1
  44. package/dist/{src/pages → pages}/product-details-page/components/product-details-images/product-detail-images.d.ts +1 -1
  45. package/dist/{src/pages → pages}/product-details-page/components/product-details-panel/product-details-panel.d.ts +1 -1
  46. package/dist/pages/product-listing-page/product-listing-page-data-types.d.ts +24 -0
  47. package/dist/{src/pages → pages}/product-listing-page/product-listing-page-provider/product-listing-page-context.d.ts +1 -1
  48. package/dist/{src/pages → pages}/product-listing-page/product-listing-page-provider/use-subcategories.d.ts +1 -1
  49. package/dist/{src/promos → promos}/promo-banner/promo-banner.d.ts +2 -2
  50. package/dist/{src/promos → promos}/promo-banners/promo-banners.d.ts +2 -2
  51. package/dist/{src/promos → promos}/promo-card/promo-card.d.ts +1 -1
  52. package/dist/shared/api/bff/hooks/use-fetch-announcements.d.ts +2 -0
  53. package/dist/shared/api/bff/hooks/use-fetch-product-details-page-data.d.ts +2 -0
  54. package/dist/shared/api/bff/hooks/use-fetch-product-listing-page-data.d.ts +7 -0
  55. package/dist/shared/api/bff/services/bff-service.d.ts +14 -0
  56. package/dist/shared/api/storefront/hooks/authentication/use-fetch-session.d.ts +4 -0
  57. package/dist/shared/api/storefront/hooks/authentication/use-invalidate-session.d.ts +1 -0
  58. package/dist/{src/shared → shared}/api/storefront/hooks/authentication/use-sign-in.d.ts +1 -1
  59. package/dist/{src/shared → shared}/api/storefront/hooks/cart/use-add-product-to-current-cart.d.ts +2 -2
  60. package/dist/shared/api/storefront/hooks/cart/use-delete-current-cart.d.ts +2 -0
  61. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-checkout-atp.d.ts +2 -0
  62. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines.d.ts +1 -0
  63. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-product-atp.d.ts +2 -0
  64. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-promotions.d.ts +1 -0
  65. package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart.d.ts +4 -0
  66. package/dist/shared/api/storefront/hooks/cart/use-invalidate-current-cart.d.ts +1 -0
  67. package/dist/shared/api/storefront/hooks/cart/use-patch-cart.d.ts +4 -0
  68. package/dist/shared/api/storefront/hooks/cart/use-place-order.d.ts +4 -0
  69. package/dist/shared/api/storefront/hooks/cart/use-save-cart-for-later.d.ts +4 -0
  70. package/dist/{src/shared → shared}/api/storefront/hooks/cart/use-update-cart-line-by-id.d.ts +1 -1
  71. package/dist/shared/api/storefront/hooks/translation/use-fetch-translations.d.ts +4 -0
  72. package/dist/shared/api/storefront/hooks/website/use-fetch-countries-languages.d.ts +6 -0
  73. package/dist/shared/api/storefront/hooks/website/use-fetch-countries-with-languages.d.ts +3 -0
  74. package/dist/shared/api/storefront/hooks/website/use-fetch-settings.d.ts +4 -0
  75. package/dist/{src/shared → shared}/api/storefront/hooks/website/use-update-locale.d.ts +1 -1
  76. package/dist/{src/shared → shared}/api/storefront/hooks/wishlist/use-fetch-all-wishlists-items.d.ts +1 -1
  77. package/dist/{src/shared → shared}/api/storefront/hooks/wishlist/use-fetch-wishlists.d.ts +1 -1
  78. package/dist/{src/shared → shared}/api/storefront/model/shop.model.d.ts +64 -0
  79. package/dist/{src/shared → shared}/api/storefront/services/authentication-service.d.ts +9 -3
  80. package/dist/shared/api/storefront/services/cart-service.d.ts +30 -0
  81. package/dist/shared/api/storefront/services/translation-service.d.ts +2 -0
  82. package/dist/{src/shared → shared}/api/storefront/services/website-service.d.ts +4 -1
  83. package/dist/{src/shared → shared}/api/storefront/services/wishlist-service.d.ts +1 -1
  84. package/dist/shared/hooks/use-breakpoint.d.ts +2 -0
  85. package/dist/{src/shared → shared}/hooks/use-is-breakpoint.d.ts +1 -1
  86. package/dist/{src/shared → shared}/model/announcement.d.ts +1 -1
  87. package/dist/{src/shared → shared}/model/category.d.ts +3 -3
  88. package/dist/{src/shared → shared}/model/countries-languages.d.ts +4 -3
  89. package/dist/{src/shared → shared}/model/hit.d.ts +4 -4
  90. package/dist/{src/shared → shared}/model/image.d.ts +5 -5
  91. package/dist/{src/shared → shared}/model/price.d.ts +1 -1
  92. package/dist/{src/shared → shared}/providers/cart-provider.d.ts +1 -1
  93. package/dist/{src/shared → shared}/providers/favorite-provider.d.ts +4 -4
  94. package/dist/{src/shared → shared}/providers/global-state-provider.d.ts +1 -1
  95. package/dist/shared/routing/route-button.d.ts +1 -0
  96. package/dist/shared/routing/route-icon-button.d.ts +1 -0
  97. package/dist/shared/routing/route-link.d.ts +1 -0
  98. package/dist/shared/utils/environment.d.ts +3 -0
  99. package/dist/styles.css +4013 -3784
  100. package/package.json +6 -11
  101. package/dist/.storybook/RenderHook.d.ts +0 -1
  102. package/dist/node_modules/fast-equals/src/internalTypes.d.ts +0 -134
  103. package/dist/src/algolia/use-algolia-instant-search-state.d.ts +0 -21
  104. package/dist/src/badges/badge/badge.stories.d.ts +0 -17
  105. package/dist/src/badges/badge/icon-with-badge/icon-with-badge.stories.d.ts +0 -14
  106. package/dist/src/badges/tag/tag.stories.d.ts +0 -18
  107. package/dist/src/breadcrumbs/breadcrumb.stories.d.ts +0 -16
  108. package/dist/src/buttons/add-to-cart-button/add-to-cart-button.stories.d.ts +0 -11
  109. package/dist/src/buttons/button/button.stories.d.ts +0 -16
  110. package/dist/src/buttons/favorite/favorite-button.stories.d.ts +0 -7
  111. package/dist/src/buttons/icon-button/icon-button.stories.d.ts +0 -7
  112. package/dist/src/buttons/link/link.stories.d.ts +0 -13
  113. package/dist/src/buttons/print-button/print-button.stories.d.ts +0 -13
  114. package/dist/src/cards/category-card/category-card.stories.d.ts +0 -16
  115. package/dist/src/cards/orderline-card/orderline-card.stories.d.ts +0 -46
  116. package/dist/src/cards/product-card/product-card.stories.d.ts +0 -43
  117. package/dist/src/carousel/card-carousel/product-card-carousel.stories.d.ts +0 -20
  118. package/dist/src/carousel/card-carousel/promo-card-carousel.stories.d.ts +0 -20
  119. package/dist/src/carousel/category-carousel/category-carousel.stories.d.ts +0 -19
  120. package/dist/src/carousel/pagination/pagination.stories.d.ts +0 -14
  121. package/dist/src/carousel/usp-carousel/product-usp-carousel.stories.d.ts +0 -27
  122. package/dist/src/cart-totals/cart-totals.stories.d.ts +0 -16
  123. package/dist/src/collapsables/accordion/accordion.stories.d.ts +0 -20
  124. package/dist/src/collapsables/show-all/show-all.stories.d.ts +0 -9
  125. package/dist/src/country-selector/country-selector-dialog/country-selector-dialog.stories.d.ts +0 -20
  126. package/dist/src/country-selector/country-selector-trigger/country-selector-trigger.stories.d.ts +0 -16
  127. package/dist/src/country-selector/country-selector.d.ts +0 -12
  128. package/dist/src/country-selector/country-selector.stories.d.ts +0 -19
  129. package/dist/src/country-selector/use-countries-languages.stories.d.ts +0 -9
  130. package/dist/src/delivery-time/delivery-time.stories.d.ts +0 -13
  131. package/dist/src/display/product-price/product-price.stories.d.ts +0 -15
  132. package/dist/src/display/product-price/product-total-price.stories.d.ts +0 -14
  133. package/dist/src/display/product-sku/product-sku.stories.d.ts +0 -13
  134. package/dist/src/filters/active-filters/active-filters.stories.d.ts +0 -6
  135. package/dist/src/filters/multi-select/multi-select.stories.d.ts +0 -10
  136. package/dist/src/filters/pagination/pagination.stories.d.ts +0 -8
  137. package/dist/src/forms/checkbox/checkbox.stories.d.ts +0 -9
  138. package/dist/src/forms/color-checkbox/color-checkbox.stories.d.ts +0 -9
  139. package/dist/src/forms/field-error/field-error.stories.d.ts +0 -15
  140. package/dist/src/forms/input/input.stories.d.ts +0 -26
  141. package/dist/src/forms/label/label.stories.d.ts +0 -15
  142. package/dist/src/forms/number-field/number-field.stories.d.ts +0 -31
  143. package/dist/src/forms/select/select.stories.d.ts +0 -16
  144. package/dist/src/forms/text-field/text-field.stories.d.ts +0 -24
  145. package/dist/src/forms/textarea/textarea.stories.d.ts +0 -18
  146. package/dist/src/global-search/categories-grid/categories-grid.stories.d.ts +0 -14
  147. package/dist/src/global-search/global-search.stories.d.ts +0 -21
  148. package/dist/src/global-search/search-input/search-input.stories.d.ts +0 -6
  149. package/dist/src/global-search/search-result-panel/sections/no-results.d.ts +0 -1
  150. package/dist/src/header/cart-icon/connected-cart-icon.stories.d.ts +0 -12
  151. package/dist/src/index.d.ts +0 -98
  152. package/dist/src/intl/formatted-message.d.ts +0 -9
  153. package/dist/src/intl/formatted-message.stories.d.ts +0 -16
  154. package/dist/src/intl/intl-context.d.ts +0 -8
  155. package/dist/src/intl/intl-provider.d.ts +0 -8
  156. package/dist/src/intl/types.d.ts +0 -3
  157. package/dist/src/intl/use-formatted-message.stories.d.ts +0 -15
  158. package/dist/src/intl/use-language-code.d.ts +0 -2
  159. package/dist/src/lists/download-document-list/document-download-list.stories.d.ts +0 -13
  160. package/dist/src/lists/feature-list/feature-list.stories.d.ts +0 -16
  161. package/dist/src/lists/orderline-list/orderline-list.stories.d.ts +0 -15
  162. package/dist/src/lists/product-overview-grid/product-overview-grid.stories.d.ts +0 -15
  163. package/dist/src/lists/ul/list-item.stories.d.ts +0 -14
  164. package/dist/src/lists/ul/list.stories.d.ts +0 -13
  165. package/dist/src/loading/progress-circle.stories.d.ts +0 -12
  166. package/dist/src/media/image/image.stories.d.ts +0 -17
  167. package/dist/src/media/image-grid/images-grid.stories.d.ts +0 -11
  168. package/dist/src/media/image-lightbox/image-lightbox.stories.d.ts +0 -13
  169. package/dist/src/modals/confirmation/confirmation-dialog.stories.d.ts +0 -19
  170. package/dist/src/modals/dialog/dialog.stories.d.ts +0 -45
  171. package/dist/src/modals/favorite/add-to-favorite-dialog.stories.d.ts +0 -12
  172. package/dist/src/modals/modal/modal.stories.d.ts +0 -44
  173. package/dist/src/modals/signin/sign-in-dialog.stories.d.ts +0 -19
  174. package/dist/src/notifications/announcements/announcement.stories.d.ts +0 -22
  175. package/dist/src/pages/page/page.stories.d.ts +0 -24
  176. package/dist/src/pages/page-container/page-container.stories.d.ts +0 -22
  177. package/dist/src/pages/product-details-page/product-details-page.stories.d.ts +0 -20
  178. package/dist/src/pages/product-listing-page/product-listing-page-data-types.d.ts +0 -24
  179. package/dist/src/pages/product-listing-page/product-listing-page.stories.d.ts +0 -23
  180. package/dist/src/pages/search-result-page/search-results-page.stories.d.ts +0 -22
  181. package/dist/src/promos/promo-banner/promo-banner.stories.d.ts +0 -19
  182. package/dist/src/promos/promo-banners/promo-banners.stories.d.ts +0 -16
  183. package/dist/src/promos/promo-card/promo-card.stories.d.ts +0 -12
  184. package/dist/src/shared/api/bff/hooks/use-fetch-announcements.d.ts +0 -6
  185. package/dist/src/shared/api/bff/hooks/use-fetch-product-details-page-data.d.ts +0 -7
  186. package/dist/src/shared/api/bff/hooks/use-fetch-product-details-page-data.stories.d.ts +0 -20
  187. package/dist/src/shared/api/bff/hooks/use-fetch-product-listing-page-data.d.ts +0 -6
  188. package/dist/src/shared/api/bff/hooks/use-fetch-product-listing-page-data.stories.d.ts +0 -20
  189. package/dist/src/shared/api/bff/services/bff-service.d.ts +0 -10
  190. package/dist/src/shared/api/storefront/hooks/authentication/authentication.stories.d.ts +0 -13
  191. package/dist/src/shared/api/storefront/hooks/authentication/use-session.d.ts +0 -4
  192. package/dist/src/shared/api/storefront/hooks/cart/cart.stories.d.ts +0 -12
  193. package/dist/src/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines.d.ts +0 -2
  194. package/dist/src/shared/api/storefront/hooks/translation/translations.stories.d.ts +0 -9
  195. package/dist/src/shared/api/storefront/hooks/translation/use-fetch-translations.d.ts +0 -1
  196. package/dist/src/shared/api/storefront/hooks/website/use-fetch-countries-languages.d.ts +0 -4
  197. package/dist/src/shared/api/storefront/hooks/website/website.stories.d.ts +0 -10
  198. package/dist/src/shared/api/storefront/hooks/wishlist/wishlist.stories.d.ts +0 -10
  199. package/dist/src/shared/api/storefront/services/cart-service.d.ts +0 -16
  200. package/dist/src/shared/api/storefront/services/translation-service.d.ts +0 -2
  201. package/dist/src/shared/feature-flags/feature-flags.stories.d.ts +0 -9
  202. package/dist/src/shared/hooks/use-breakpoint.d.ts +0 -2
  203. package/dist/src/shared/model/cart.d.ts +0 -156
  204. package/dist/src/shared/routing/route-button.d.ts +0 -1
  205. package/dist/src/shared/routing/route-button.stories.d.ts +0 -15
  206. package/dist/src/shared/routing/route-icon-button.d.ts +0 -1
  207. package/dist/src/shared/routing/route-link.d.ts +0 -1
  208. package/dist/src/shared/routing/route-link.stories.d.ts +0 -15
  209. package/dist/src/shared/utils/environment.d.ts +0 -3
  210. package/dist/src/sidebar/sidebar.stories.d.ts +0 -8
  211. package/dist/src/toast/toast-provider.stories.d.ts +0 -10
  212. package/dist/src/toast/toast.stories.d.ts +0 -16
  213. package/dist/src/typography/heading/heading.stories.d.ts +0 -37
  214. /package/dist/{src/algolia → algolia}/algolia-active-categories.d.ts +0 -0
  215. /package/dist/{src/algolia → algolia}/algolia-categories-filters.d.ts +0 -0
  216. /package/dist/{src/algolia → algolia}/algolia-dummy-refinement-list-consumer.d.ts +0 -0
  217. /package/dist/{src/algolia → algolia}/algolia-filter-panel.d.ts +0 -0
  218. /package/dist/{src/algolia → algolia}/algolia-hits-provider.d.ts +0 -0
  219. /package/dist/{src/algolia → algolia}/algolia-insight-instant-search-provider.d.ts +0 -0
  220. /package/dist/{src/algolia → algolia}/algolia-insights-provider.d.ts +0 -0
  221. /package/dist/{src/algolia → algolia}/algolia-instant-search-state-provider.d.ts +0 -0
  222. /package/dist/{src/algolia → algolia}/algolia-intialization.d.ts +0 -0
  223. /package/dist/{src/algolia → algolia}/algolia-multi-select-filter-section.d.ts +0 -0
  224. /package/dist/{src/algolia → algolia}/algolia-pagination.d.ts +0 -0
  225. /package/dist/{src/algolia → algolia}/algolia-query-string-routing.d.ts +0 -0
  226. /package/dist/{src/algolia → algolia}/algolia-results-count.d.ts +0 -0
  227. /package/dist/{src/algolia → algolia}/algolia-searchclient-offline.d.ts +0 -0
  228. /package/dist/{src/algolia → algolia}/algolia-sonic-searchclient.d.ts +0 -0
  229. /package/dist/{src/algolia → algolia}/algolia-sort-by.d.ts +0 -0
  230. /package/dist/{src/algolia → algolia}/filter-section.d.ts +0 -0
  231. /package/dist/{src/algolia → algolia}/use-algolia-insights.d.ts +0 -0
  232. /package/dist/{src/background-overlay → background-overlay}/background-overlay.d.ts +0 -0
  233. /package/dist/{src/badges → badges}/badge/badge.d.ts +0 -0
  234. /package/dist/{src/badges → badges}/badge/icon-with-badge/icon-with-badge.d.ts +0 -0
  235. /package/dist/{src/badges → badges}/tag/tag.d.ts +0 -0
  236. /package/dist/{src/breadcrumbs → breadcrumbs}/breadcrumb.d.ts +0 -0
  237. /package/dist/{src/buttons → buttons}/add-to-cart-button/add-to-cart-button.d.ts +0 -0
  238. /package/dist/{src/buttons → buttons}/add-to-cart-button/connected-add-to-cart-button.d.ts +0 -0
  239. /package/dist/{src/buttons → buttons}/button/button.d.ts +0 -0
  240. /package/dist/{src/buttons → buttons}/favorite/connected-favorite-button.d.ts +0 -0
  241. /package/dist/{src/buttons → buttons}/favorite/favorite-button.d.ts +0 -0
  242. /package/dist/{src/buttons → buttons}/icon-button/icon-button.d.ts +0 -0
  243. /package/dist/{src/buttons → buttons}/link/link.d.ts +0 -0
  244. /package/dist/{src/buttons → buttons}/print-button/print-button.d.ts +0 -0
  245. /package/dist/{src/cards → cards}/orderline-card/connected-orderline-card.d.ts +0 -0
  246. /package/dist/{src/cards → cards}/orderline-card/connected-remove-button.d.ts +0 -0
  247. /package/dist/{src/cards → cards}/product-card/connected-product-card.d.ts +0 -0
  248. /package/dist/{src/carousel → carousel}/carousel-navigation-button.d.ts +0 -0
  249. /package/dist/{src/carousel → carousel}/category-carousel/category-carousel.d.ts +0 -0
  250. /package/dist/{src/carousel → carousel}/pagination/transitions.d.ts +0 -0
  251. /package/dist/{src/carousel → carousel}/usp-carousel/usp-carousel.d.ts +0 -0
  252. /package/dist/{src/cart-totals → cart-totals}/cart-totals.d.ts +0 -0
  253. /package/dist/{src/collapsables → collapsables}/accordion/accordion-item.d.ts +0 -0
  254. /package/dist/{src/collapsables → collapsables}/accordion/accordion.d.ts +0 -0
  255. /package/dist/{src/collapsables → collapsables}/show-all/show-all.d.ts +0 -0
  256. /package/dist/{src/config.d.ts → config.d.ts} +0 -0
  257. /package/dist/{src/delivery-time → delivery-time}/delivery-time.d.ts +0 -0
  258. /package/dist/{src/display → display}/product-price/product-price.d.ts +0 -0
  259. /package/dist/{src/display → display}/product-price/product-total-price.d.ts +0 -0
  260. /package/dist/{src/display → display}/product-sku/product-sku.d.ts +0 -0
  261. /package/dist/{src/filters → filters}/active-filters/active-filters.d.ts +0 -0
  262. /package/dist/{src/filters → filters}/multi-select/multi-select.d.ts +0 -0
  263. /package/dist/{src/filters → filters}/pagination/pagination.d.ts +0 -0
  264. /package/dist/{src/forms → forms}/checkbox/checkbox.d.ts +0 -0
  265. /package/dist/{src/forms → forms}/field-error/field-error.d.ts +0 -0
  266. /package/dist/{src/forms → forms}/input/input.d.ts +0 -0
  267. /package/dist/{src/forms → forms}/label/label.d.ts +0 -0
  268. /package/dist/{src/forms → forms}/number-field/number-field.d.ts +0 -0
  269. /package/dist/{src/forms → forms}/select/select.d.ts +0 -0
  270. /package/dist/{src/forms → forms}/text-field/text-field.d.ts +0 -0
  271. /package/dist/{src/forms → forms}/textarea/textarea.d.ts +0 -0
  272. /package/dist/{src/global-search → global-search}/global-search-provider/global-search-provider.d.ts +0 -0
  273. /package/dist/{src/global-search → global-search}/global-search-provider/use-search-disclosure.d.ts +0 -0
  274. /package/dist/{src/global-search → global-search}/global-search.d.ts +0 -0
  275. /package/dist/{src/global-search → global-search}/plugins/categories-plugin.d.ts +0 -0
  276. /package/dist/{src/global-search → global-search}/plugins/popular-searches-plugin.d.ts +0 -0
  277. /package/dist/{src/global-search → global-search}/plugins/query-suggestions-plugin.d.ts +0 -0
  278. /package/dist/{src/global-search → global-search}/plugins/recent-searches-plugin.d.ts +0 -0
  279. /package/dist/{src/global-search → global-search}/search-highlight/highlight.d.ts +0 -0
  280. /package/dist/{src/global-search → global-search}/search-input/connected-search-input.d.ts +0 -0
  281. /package/dist/{src/global-search → global-search}/search-result-panel/panel-content.d.ts +0 -0
  282. /package/dist/{src/global-search → global-search}/search-result-panel/search-result-panel.d.ts +0 -0
  283. /package/dist/{src/global-search → global-search}/search-result-panel/sections/no-search.d.ts +0 -0
  284. /package/dist/{src/global-search → global-search}/search-result-panel/sections/section-container.d.ts +0 -0
  285. /package/dist/{src/global-search → global-search}/search-result-panel/sections/with-results.d.ts +0 -0
  286. /package/dist/{src/global-search → global-search}/search-section/search-list-item.d.ts +0 -0
  287. /package/dist/{src/global-search → global-search}/search-section/search-list.d.ts +0 -0
  288. /package/dist/{src/global-search → global-search}/search-section/search-section.d.ts +0 -0
  289. /package/dist/{src/header → header}/cart-icon/connected-cart-icon.d.ts +0 -0
  290. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-black-left-icon.d.ts +0 -0
  291. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-black-right-icon.d.ts +0 -0
  292. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-blackcaps-left-icon.d.ts +0 -0
  293. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-blackcaps-right-icon.d.ts +0 -0
  294. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-bold-left-icon.d.ts +0 -0
  295. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-bold-right-icon.d.ts +0 -0
  296. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-boldcaps-left-icon.d.ts +0 -0
  297. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-boldcaps-right-icon.d.ts +0 -0
  298. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-regular-left-icon.d.ts +0 -0
  299. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-regular-right-icon.d.ts +0 -0
  300. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-regularcaps-left-icon.d.ts +0 -0
  301. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-regularcaps-right-icon.d.ts +0 -0
  302. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-semibold-left-icon.d.ts +0 -0
  303. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-semibold-right-icon.d.ts +0 -0
  304. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-semiboldcaps-left-icon.d.ts +0 -0
  305. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-semiboldcaps-right-icon.d.ts +0 -0
  306. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-thin-left-icon.d.ts +0 -0
  307. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-thin-right-icon.d.ts +0 -0
  308. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-thincaps-left-icon.d.ts +0 -0
  309. /package/dist/{src/icons → icons}/glyph/glyphs-arrow-thincaps-right-icon.d.ts +0 -0
  310. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-bold-down-icon.d.ts +0 -0
  311. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-bold-left-icon.d.ts +0 -0
  312. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-bold-right-icon.d.ts +0 -0
  313. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-bold-up-icon.d.ts +0 -0
  314. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-slim-down-icon.d.ts +0 -0
  315. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-slim-left-icon.d.ts +0 -0
  316. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-slim-right-icon.d.ts +0 -0
  317. /package/dist/{src/icons → icons}/glyph/glyphs-chevrons-slim-up-icon.d.ts +0 -0
  318. /package/dist/{src/icons → icons}/other/career-innovate-icon.d.ts +0 -0
  319. /package/dist/{src/icons → icons}/other/career-proactive-icon.d.ts +0 -0
  320. /package/dist/{src/icons → icons}/other/career-teamplayer-icon.d.ts +0 -0
  321. /package/dist/{src/icons → icons}/other/fallback-icon.d.ts +0 -0
  322. /package/dist/{src/icons → icons}/other/some-facebook-icon.d.ts +0 -0
  323. /package/dist/{src/icons → icons}/other/some-instagram-icon.d.ts +0 -0
  324. /package/dist/{src/icons → icons}/other/some-linkedin-icon.d.ts +0 -0
  325. /package/dist/{src/icons → icons}/other/some-mail-icon.d.ts +0 -0
  326. /package/dist/{src/icons → icons}/other/some-youtube-icon.d.ts +0 -0
  327. /package/dist/{src/icons → icons}/other/usp-efficiency-icon.d.ts +0 -0
  328. /package/dist/{src/icons → icons}/other/usp-style-icon.d.ts +0 -0
  329. /package/dist/{src/icons → icons}/other/usp-support-icon.d.ts +0 -0
  330. /package/dist/{src/icons → icons}/other/warranty-10y-icon.d.ts +0 -0
  331. /package/dist/{src/icons → icons}/other/warranty-1y-icon.d.ts +0 -0
  332. /package/dist/{src/icons → icons}/other/warranty-3y-icon.d.ts +0 -0
  333. /package/dist/{src/icons → icons}/other/warranty-5y-icon.d.ts +0 -0
  334. /package/dist/{src/icons → icons}/other/warranty-consumable-icon.d.ts +0 -0
  335. /package/dist/{src/icons → icons}/other/warranty-lifetime-icon.d.ts +0 -0
  336. /package/dist/{src/icons → icons}/solid/solid-attention-icon.d.ts +0 -0
  337. /package/dist/{src/icons → icons}/solid/solid-business-icon.d.ts +0 -0
  338. /package/dist/{src/icons → icons}/solid/solid-cart-icon.d.ts +0 -0
  339. /package/dist/{src/icons → icons}/solid/solid-clock-icon.d.ts +0 -0
  340. /package/dist/{src/icons → icons}/solid/solid-close-icon.d.ts +0 -0
  341. /package/dist/{src/icons → icons}/solid/solid-download-icon.d.ts +0 -0
  342. /package/dist/{src/icons → icons}/solid/solid-event-icon.d.ts +0 -0
  343. /package/dist/{src/icons → icons}/solid/solid-favorite-icon.d.ts +0 -0
  344. /package/dist/{src/icons → icons}/solid/solid-home-icon.d.ts +0 -0
  345. /package/dist/{src/icons → icons}/solid/solid-information-icon.d.ts +0 -0
  346. /package/dist/{src/icons → icons}/solid/solid-login-icon.d.ts +0 -0
  347. /package/dist/{src/icons → icons}/solid/solid-news-icon.d.ts +0 -0
  348. /package/dist/{src/icons → icons}/solid/solid-notice-icon.d.ts +0 -0
  349. /package/dist/{src/icons → icons}/solid/solid-okay-icon.d.ts +0 -0
  350. /package/dist/{src/icons → icons}/solid/solid-rating-icon.d.ts +0 -0
  351. /package/dist/{src/icons → icons}/solid/solid-sale-icon.d.ts +0 -0
  352. /package/dist/{src/icons → icons}/solid/solid-tag-icon.d.ts +0 -0
  353. /package/dist/{src/icons → icons}/solid/solid-trash-icon.d.ts +0 -0
  354. /package/dist/{src/icons → icons}/solid/solid-updateuser-icon.d.ts +0 -0
  355. /package/dist/{src/icons → icons}/solid/solid-vote-thumbsdown-icon.d.ts +0 -0
  356. /package/dist/{src/icons → icons}/solid/solid-vote-thumbsup-icon.d.ts +0 -0
  357. /package/dist/{src/icons → icons}/stroke/stroke-attention-icon.d.ts +0 -0
  358. /package/dist/{src/icons → icons}/stroke/stroke-business-icon.d.ts +0 -0
  359. /package/dist/{src/icons → icons}/stroke/stroke-cart-icon.d.ts +0 -0
  360. /package/dist/{src/icons → icons}/stroke/stroke-categories-icon.d.ts +0 -0
  361. /package/dist/{src/icons → icons}/stroke/stroke-checkmark-icon.d.ts +0 -0
  362. /package/dist/{src/icons → icons}/stroke/stroke-clock-icon.d.ts +0 -0
  363. /package/dist/{src/icons → icons}/stroke/stroke-close-icon.d.ts +0 -0
  364. /package/dist/{src/icons → icons}/stroke/stroke-closebox-icon.d.ts +0 -0
  365. /package/dist/{src/icons → icons}/stroke/stroke-closemenu-icon.d.ts +0 -0
  366. /package/dist/{src/icons → icons}/stroke/stroke-collapse-icon.d.ts +0 -0
  367. /package/dist/{src/icons → icons}/stroke/stroke-dehashed-icon.d.ts +0 -0
  368. /package/dist/{src/icons → icons}/stroke/stroke-download-icon.d.ts +0 -0
  369. /package/dist/{src/icons → icons}/stroke/stroke-expand-icon.d.ts +0 -0
  370. /package/dist/{src/icons → icons}/stroke/stroke-favorite-icon.d.ts +0 -0
  371. /package/dist/{src/icons → icons}/stroke/stroke-filter-icon.d.ts +0 -0
  372. /package/dist/{src/icons → icons}/stroke/stroke-hashed-icon.d.ts +0 -0
  373. /package/dist/{src/icons → icons}/stroke/stroke-home-icon.d.ts +0 -0
  374. /package/dist/{src/icons → icons}/stroke/stroke-information-icon.d.ts +0 -0
  375. /package/dist/{src/icons → icons}/stroke/stroke-login-icon.d.ts +0 -0
  376. /package/dist/{src/icons → icons}/stroke/stroke-menu-icon.d.ts +0 -0
  377. /package/dist/{src/icons → icons}/stroke/stroke-notice-icon.d.ts +0 -0
  378. /package/dist/{src/icons → icons}/stroke/stroke-okay-icon.d.ts +0 -0
  379. /package/dist/{src/icons → icons}/stroke/stroke-rating-icon.d.ts +0 -0
  380. /package/dist/{src/icons → icons}/stroke/stroke-recent-icon.d.ts +0 -0
  381. /package/dist/{src/icons → icons}/stroke/stroke-search-icon.d.ts +0 -0
  382. /package/dist/{src/icons → icons}/stroke/stroke-tag-icon.d.ts +0 -0
  383. /package/dist/{src/icons → icons}/stroke/stroke-trash-icon.d.ts +0 -0
  384. /package/dist/{src/icons → icons}/stroke/stroke-updateuser-icon.d.ts +0 -0
  385. /package/dist/{src/icons → icons}/stroke/stroke-vote-thumbsdown-icon.d.ts +0 -0
  386. /package/dist/{src/icons → icons}/stroke/stroke-vote-thumbsup-icon.d.ts +0 -0
  387. /package/dist/{src/intl → intl}/translation-id.d.ts +0 -0
  388. /package/dist/{src/intl → intl}/use-format-message.d.ts +0 -0
  389. /package/dist/{src/lists → lists}/download-document-list/download-document-list.d.ts +0 -0
  390. /package/dist/{src/lists → lists}/feature-list/feature-list.d.ts +0 -0
  391. /package/dist/{src/lists → lists}/orderline-list/orderline-list.d.ts +0 -0
  392. /package/dist/{src/lists → lists}/product-overview-grid/product-overview-grid.d.ts +0 -0
  393. /package/dist/{src/lists → lists}/ul/list.d.ts +0 -0
  394. /package/dist/{src/loading → loading}/blank-page-spacer.d.ts +0 -0
  395. /package/dist/{src/loading → loading}/loading-overlay.d.ts +0 -0
  396. /package/dist/{src/loading → loading}/progress-circle.d.ts +0 -0
  397. /package/dist/{src/modals → modals}/confirmation/confirmation-dialog.d.ts +0 -0
  398. /package/dist/{src/modals → modals}/favorite/add-to-favorite-dialog.d.ts +0 -0
  399. /package/dist/{src/modals → modals}/modal/modal.d.ts +0 -0
  400. /package/dist/{src/modals → modals}/signin/sign-in-dialog.d.ts +0 -0
  401. /package/dist/{src/notifications → notifications}/announcements/announcement-provider.d.ts +0 -0
  402. /package/dist/{src/notifications → notifications}/announcements/connected-announcement.d.ts +0 -0
  403. /package/dist/{src/pages → pages}/error-page/error-page.d.ts +0 -0
  404. /package/dist/{src/pages → pages}/layouts/product-details-page-layout.d.ts +0 -0
  405. /package/dist/{src/pages → pages}/loading-page/loading-page.d.ts +0 -0
  406. /package/dist/{src/pages → pages}/page-container/page-container.d.ts +0 -0
  407. /package/dist/{src/pages → pages}/product-details-page/product-details-page.d.ts +0 -0
  408. /package/dist/{src/pages → pages}/product-listing-page/no-results/no-results.d.ts +0 -0
  409. /package/dist/{src/pages → pages}/product-listing-page/product-listing-page-category-carousel/product-listing-page-category-carousel.d.ts +0 -0
  410. /package/dist/{src/pages → pages}/product-listing-page/product-listing-page-provider/product-listing-page-provider.d.ts +0 -0
  411. /package/dist/{src/pages → pages}/product-listing-page/product-listing-page.d.ts +0 -0
  412. /package/dist/{src/pages → pages}/product-listing-page/product-listing-product-overview/product-listing-product-overview.d.ts +0 -0
  413. /package/dist/{src/pages → pages}/search-result-page/search-result-product-overview/search-result-product-overview.d.ts +0 -0
  414. /package/dist/{src/pages → pages}/search-result-page/search-results-page-category-carousel/search-results-page-category-carousel.d.ts +0 -0
  415. /package/dist/{src/pages → pages}/search-result-page/search-results-page.d.ts +0 -0
  416. /package/dist/{src/shared → shared}/api/bff/model/announcement.model.d.ts +0 -0
  417. /package/dist/{src/shared → shared}/api/bff/model/bff.model.d.ts +0 -0
  418. /package/dist/{src/shared → shared}/api/storefront/hooks/authentication/use-is-authenticated.d.ts +0 -0
  419. /package/dist/{src/shared → shared}/api/storefront/hooks/authentication/use-sign-out.d.ts +0 -0
  420. /package/dist/{src/shared → shared}/api/storefront/hooks/cart/use-delete-cart-line-by-id.d.ts +0 -0
  421. /package/dist/{src/shared → shared}/api/storefront/hooks/cart/use-fetch-current-cart-count.d.ts +0 -0
  422. /package/dist/{src/shared → shared}/api/storefront/hooks/website/use-fetch-countries.d.ts +0 -0
  423. /package/dist/{src/shared → shared}/api/storefront/hooks/wishlist/use-add-wishlist-item-to-current-wishlist.d.ts +0 -0
  424. /package/dist/{src/shared → shared}/api/storefront/hooks/wishlist/use-add-wishlist-item-to-wishlist.d.ts +0 -0
  425. /package/dist/{src/shared → shared}/api/storefront/hooks/wishlist/use-create-wishlist.d.ts +0 -0
  426. /package/dist/{src/shared → shared}/api/storefront/hooks/wishlist/use-delete-wishlist-item-from-wishlist.d.ts +0 -0
  427. /package/dist/{src/shared → shared}/feature-flags/use-feature-flags.d.ts +0 -0
  428. /package/dist/{src/shared → shared}/fetch/request.d.ts +0 -0
  429. /package/dist/{src/shared → shared}/hooks/use-cookie.d.ts +0 -0
  430. /package/dist/{src/shared → shared}/hooks/use-debounced-callback.d.ts +0 -0
  431. /package/dist/{src/shared → shared}/hooks/use-disclosure.d.ts +0 -0
  432. /package/dist/{src/shared → shared}/hooks/use-local-storage.d.ts +0 -0
  433. /package/dist/{src/shared → shared}/hooks/use-resize-observer.d.ts +0 -0
  434. /package/dist/{src/shared → shared}/hooks/use-scroll-lock.d.ts +0 -0
  435. /package/dist/{src/shared → shared}/hooks/use-scroll-to.d.ts +0 -0
  436. /package/dist/{src/shared → shared}/hooks/use-session-storage.d.ts +0 -0
  437. /package/dist/{src/shared → shared}/providers/react-query-container.d.ts +0 -0
  438. /package/dist/{src/shared → shared}/routing/route-provider.d.ts +0 -0
  439. /package/dist/{src/shared → shared}/routing/with-routing.d.ts +0 -0
  440. /package/dist/{src/shared → shared}/utils/breakpoints.d.ts +0 -0
  441. /package/dist/{src/shared → shared}/utils/date.d.ts +0 -0
  442. /package/dist/{src/shared → shared}/utils/date.test.d.ts +0 -0
  443. /package/dist/{src/shared → shared}/utils/event-emitter.d.ts +0 -0
  444. /package/dist/{src/shared → shared}/utils/local-storage.d.ts +0 -0
  445. /package/dist/{src/shared → shared}/utils/merge.d.ts +0 -0
  446. /package/dist/{src/shared → shared}/utils/price.d.ts +0 -0
  447. /package/dist/{src/shared → shared}/utils/time.d.ts +0 -0
  448. /package/dist/{src/shared → shared}/utils/uuid.d.ts +0 -0
  449. /package/dist/{src/shared → shared}/utils/wait.d.ts +0 -0
  450. /package/dist/{src/sidebar → sidebar}/sidebar-provider.d.ts +0 -0
  451. /package/dist/{src/sidebar → sidebar}/sidebar.d.ts +0 -0
  452. /package/dist/{src/sidebar → sidebar}/toggle-sidebar-button.d.ts +0 -0
  453. /package/dist/{src/sidebar → sidebar}/types.d.ts +0 -0
  454. /package/dist/{src/sidebar → sidebar}/use-sidebar.d.ts +0 -0
  455. /package/dist/{src/toast → toast}/toast-provider.d.ts +0 -0
  456. /package/dist/{src/toast → toast}/toast.d.ts +0 -0
  457. /package/dist/{src/toast → toast}/types.d.ts +0 -0
  458. /package/dist/{src/toast → toast}/use-toast.d.ts +0 -0
  459. /package/dist/{src/tokens → tokens}/tokens.d.ts +0 -0
  460. /package/dist/{src/typography → typography}/heading/heading.d.ts +0 -0
@@ -1,12 +0,0 @@
1
- import { Country, Language } from 'shared/model/countries-languages';
2
- interface CountrySelectorProps {
3
- defaultCountryCode: string;
4
- defaultLanguageCode: string;
5
- onChange?: (args: {
6
- country: Country;
7
- language: Language;
8
- }) => void;
9
- showCountry?: boolean;
10
- }
11
- export declare function CountrySelector({ defaultCountryCode, defaultLanguageCode, onChange, showCountry, }: CountrySelectorProps): import("react/jsx-runtime").JSX.Element | null;
12
- export {};
@@ -1,19 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { CountrySelector } from './country-selector';
3
- declare const meta: {
4
- args: {
5
- defaultCountryCode: string;
6
- defaultLanguageCode: string;
7
- };
8
- component: typeof CountrySelector;
9
- parameters: {
10
- backgrounds: {
11
- default: string;
12
- };
13
- layout: string;
14
- };
15
- title: string;
16
- };
17
- export default meta;
18
- type Story = StoryObj<typeof meta>;
19
- export declare const Default: Story;
@@ -1,9 +0,0 @@
1
- import { StoryObj } from '@storybook/react';
2
- declare const meta: {
3
- parameters: {
4
- layout: string;
5
- };
6
- title: string;
7
- };
8
- export default meta;
9
- export declare const UseCountriesLanguagesStory: StoryObj;
@@ -1,13 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { DeliveryTime } from './delivery-time';
3
- declare const meta: {
4
- component: typeof DeliveryTime;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const Default: Story;
@@ -1,15 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { ProductPrice } from './product-price';
3
- declare const meta: {
4
- component: typeof ProductPrice;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const WithOriginalPrice: Story;
14
- export declare const WithOnlyOriginalPrice: Story;
15
- export declare const WithoutOriginalPrice: Story;
@@ -1,14 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { ProductTotalPrice } from './product-total-price';
3
- declare const meta: {
4
- component: typeof ProductTotalPrice;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const WithoutOriginalTotalPrice: Story;
14
- export declare const WithOriginalTotalPrice: Story;
@@ -1,13 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { ProductSku } from './product-sku';
3
- declare const meta: {
4
- component: typeof ProductSku;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { ActiveFilters } from './active-filters';
3
- declare const meta: Meta<typeof ActiveFilters>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1,10 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { FilterOption, MultiSelect, MultiSelectProps } from './multi-select';
3
- type ColorFilterOption = FilterOption & {
4
- color: string;
5
- };
6
- declare const meta: Meta<typeof MultiSelect>;
7
- export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const WithCheckboxes: Story;
10
- export declare const WithColorCheckboxes: StoryObj<MultiSelectProps<ColorFilterOption>>;
@@ -1,8 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { Pagination } from './pagination';
3
- declare const meta: Meta<typeof Pagination>;
4
- export default meta;
5
- type Story = StoryObj<typeof Pagination>;
6
- export declare const Default: Story;
7
- export declare const Page3of10: Story;
8
- export declare const Page10of10: Story;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { Checkbox } from './checkbox';
3
- declare const meta: Meta<typeof Checkbox>;
4
- export default meta;
5
- type Story = StoryObj<typeof Checkbox>;
6
- export declare const Unchecked: Story;
7
- export declare const Checked: Story;
8
- export declare const CheckedDisabled: Story;
9
- export declare const CheckedFocus: Story;
@@ -1,9 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { ColorCheckbox } from './color-checkbox';
3
- declare const meta: Meta<typeof ColorCheckbox>;
4
- export default meta;
5
- type Story = StoryObj<typeof ColorCheckbox>;
6
- export declare const Checked: Story;
7
- export declare const Unchecked: Story;
8
- export declare const CheckedFocus: Story;
9
- export declare const CheckedDisabled: Story;
@@ -1,15 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { FieldError } from './field-error';
3
- declare const meta: {
4
- args: {};
5
- component: typeof FieldError;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- title: string;
11
- };
12
- export default meta;
13
- type Story = StoryObj<typeof FieldError>;
14
- export declare const Default: Story;
15
- export declare const PredefinedErrorMessage: Story;
@@ -1,26 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { Input } from './input';
3
- declare const meta: {
4
- argTypes: {
5
- value: {
6
- control: {
7
- type: "text";
8
- };
9
- };
10
- };
11
- args: {
12
- size: "lg";
13
- };
14
- component: React.FC<import("./input").InputProps>;
15
- parameters: {
16
- layout: string;
17
- };
18
- tags: string[];
19
- title: string;
20
- };
21
- export default meta;
22
- type Story = StoryObj<typeof Input>;
23
- export declare const Default: Story;
24
- export declare const Focus: Story;
25
- export declare const Controlled: Story;
26
- export declare const Uncontrolled: Story;
@@ -1,15 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { Label } from './label';
3
- declare const meta: {
4
- args: {};
5
- component: typeof Label;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- title: string;
11
- };
12
- export default meta;
13
- type Story = StoryObj<typeof Label>;
14
- export declare const Default: Story;
15
- export declare const Required: Story;
@@ -1,31 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { NumberField } from './number-field';
3
- declare const meta: {
4
- args: {
5
- onChange: {
6
- (...data: any[]): void;
7
- (message?: any, ...optionalParams: any[]): void;
8
- };
9
- size: "lg";
10
- };
11
- component: typeof NumberField;
12
- parameters: {
13
- layout: string;
14
- };
15
- tags: string[];
16
- title: string;
17
- };
18
- export default meta;
19
- type Story = StoryObj<typeof NumberField>;
20
- export declare const Default: Story;
21
- export declare const DefaultMinMaxValue: Story;
22
- export declare const Formatting: Story;
23
- export declare const Placeholder: Story;
24
- export declare const Label: Story;
25
- export declare const AutoGrow: Story;
26
- export declare const AutoGrowWithButtons: Story;
27
- export declare const AutoGrowSizeMD: Story;
28
- export declare const Required: Story;
29
- export declare const Disabled: Story;
30
- export declare const Invalid: Story;
31
- export declare const Validation: Story;
@@ -1,16 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { Select } from './select';
3
- declare const options: {
4
- readonly new: "New";
5
- readonly popular: "Popular";
6
- readonly price_asc: "Price: Low - High";
7
- readonly price_desc: "Price: High - Low";
8
- readonly recommended: "Recommended";
9
- };
10
- declare const meta: Meta<typeof Select>;
11
- export default meta;
12
- type Story = StoryObj<typeof Select>;
13
- export declare const WithLabel: Story;
14
- export declare const WithoutLabel: Story;
15
- export declare const DefaultSelected: StoryObj<typeof Select<typeof options>>;
16
- export declare const Disabled: Story;
@@ -1,24 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { TextField } from './text-field';
3
- declare const meta: {
4
- component: typeof TextField;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof TextField>;
13
- export declare const Default: Story;
14
- export declare const Placeholder: Story;
15
- export declare const Label: Story;
16
- export declare const AutoGrow: Story;
17
- export declare const AutoGrowSizeMD: Story;
18
- export declare const Required: Story;
19
- export declare const Disabled: Story;
20
- export declare const Invalid: Story;
21
- export declare const Validation: Story;
22
- export declare const Multline: Story;
23
- export declare const MultlineAutoGrow: Story;
24
- export declare const MultlineSizeMD: Story;
@@ -1,18 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { TextArea } from './textarea';
3
- declare const meta: {
4
- component: React.FC<import("./textarea").TextAreaProps>;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof TextArea>;
13
- export declare const Default: Story;
14
- export declare const Placeholder: Story;
15
- export declare const MultlineAutoGrow: Story;
16
- export declare const MultlineSizeMD: Story;
17
- export declare const Controlled: Story;
18
- export declare const Uncontrolled: Story;
@@ -1,14 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { CategoriesGrid } from './categories-grid';
3
- declare const meta: {
4
- component: typeof CategoriesGrid;
5
- parameters: {
6
- layout: string;
7
- };
8
- title: string;
9
- };
10
- export default meta;
11
- type Story = StoryObj<typeof meta>;
12
- export declare const LVP: Story;
13
- export declare const MVP: Story;
14
- export declare const SVP: Story;
@@ -1,21 +0,0 @@
1
- import { ComponentProps } from 'react';
2
- import { StoryObj } from '@storybook/react';
3
- import { GlobalSearch } from './global-search';
4
- type StoryProps = Omit<ComponentProps<typeof GlobalSearch>, 'searchClient'> & {
5
- bff: boolean;
6
- languageCode: string;
7
- online: boolean;
8
- };
9
- declare const meta: {
10
- args: {
11
- bff: true;
12
- languageCode: string;
13
- };
14
- parameters: {
15
- layout: string;
16
- };
17
- title: string;
18
- };
19
- export default meta;
20
- type Story = StoryObj<StoryProps>;
21
- export declare const Default: Story;
@@ -1,6 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { SearchInput } from './search-input';
3
- declare const meta: Meta<typeof SearchInput>;
4
- export default meta;
5
- type Story = StoryObj<typeof meta>;
6
- export declare const Default: Story;
@@ -1 +0,0 @@
1
- export declare function NoResults(): import("react/jsx-runtime").JSX.Element;
@@ -1,12 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { ConnectedCartIcon } from './connected-cart-icon';
3
- declare const meta: {
4
- component: typeof ConnectedCartIcon;
5
- parameters: {
6
- layout: string;
7
- };
8
- title: string;
9
- };
10
- export default meta;
11
- type Story = StoryObj<typeof meta>;
12
- export declare const Default: Story;
@@ -1,98 +0,0 @@
1
- import 'shared/utils/local-storage';
2
- import './tokens/index.css';
3
- export * from 'shared/utils/environment';
4
- export * from './config';
5
- export * from './shared/fetch/request';
6
- export * from './shared/feature-flags/use-feature-flags';
7
- export * from './shared/api/storefront/model/shop.model';
8
- export * from './shared/api/storefront/services/authentication-service';
9
- export * from './shared/api/storefront/services/cart-service';
10
- export * from './shared/api/storefront/services/translation-service';
11
- export * from './shared/api/storefront/services/wishlist-service';
12
- export * from './shared/api/storefront/hooks/authentication/use-is-authenticated';
13
- export * from './shared/api/storefront/hooks/authentication/use-session';
14
- export * from './shared/api/storefront/hooks/authentication/use-sign-in';
15
- export * from './shared/api/storefront/hooks/authentication/use-sign-out';
16
- export * from './shared/api/storefront/hooks/cart/use-add-product-to-current-cart';
17
- export * from './shared/api/storefront/hooks/cart/use-delete-cart-line-by-id';
18
- export * from './shared/api/storefront/hooks/cart/use-fetch-current-cart-lines';
19
- export * from './shared/api/storefront/hooks/cart/use-update-cart-line-by-id';
20
- export * from './shared/api/storefront/hooks/translation/use-fetch-translations';
21
- export * from './shared/api/storefront/hooks/wishlist/use-add-wishlist-item-to-current-wishlist';
22
- export * from './shared/api/storefront/hooks/wishlist/use-add-wishlist-item-to-wishlist';
23
- export * from './shared/api/storefront/hooks/wishlist/use-create-wishlist';
24
- export * from './shared/api/storefront/hooks/wishlist/use-delete-wishlist-item-from-wishlist';
25
- export * from './shared/api/storefront/hooks/wishlist/use-fetch-all-wishlists-items';
26
- export * from './shared/api/storefront/hooks/wishlist/use-fetch-wishlists';
27
- export * from './shared/hooks/use-breakpoint';
28
- export * from './shared/hooks/use-is-breakpoint';
29
- export * from './shared/hooks/use-debounced-callback';
30
- export * from './shared/hooks/use-disclosure';
31
- export * from './shared/hooks/use-scroll-lock';
32
- export * from './shared/providers/cart-provider';
33
- export * from './shared/providers/favorite-provider';
34
- export * from './shared/providers/global-state-provider';
35
- export * from './shared/routing/route-provider';
36
- export * from './shared/routing/route-link';
37
- export * from './shared/routing/route-button';
38
- export * from './shared/routing/route-icon-button';
39
- export * from './shared/model/hit';
40
- export * from './badges/badge/badge';
41
- export * from './badges/badge/icon-with-badge/icon-with-badge';
42
- export * from './breadcrumbs/breadcrumb';
43
- export * from './buttons/button/button';
44
- export * from './buttons/favorite/favorite-button';
45
- export * from './buttons/icon-button/icon-button';
46
- export * from './buttons/link/link';
47
- export * from './buttons/add-to-cart-button/add-to-cart-button';
48
- export * from './buttons/add-to-cart-button/connected-add-to-cart-button';
49
- export * from './cards/product-card/product-card';
50
- export * from './carousel/category-carousel/category-carousel';
51
- export * from './collapsables/accordion/accordion';
52
- export * from './collapsables/show-all/show-all';
53
- export * from './country-selector/country-selector';
54
- export * from './display/product-price/product-price';
55
- export * from './display/product-sku/product-sku';
56
- export * from './filters/multi-select/multi-select';
57
- export * from './forms/checkbox/checkbox';
58
- export * from './forms/color-checkbox/color-checkbox';
59
- export * from './forms/number-field/number-field';
60
- export * from './forms/select/select';
61
- export * from './forms/text-field/text-field';
62
- export * from './header/cart-icon/connected-cart-icon';
63
- export * from './intl/translation-id';
64
- export * from './intl/formatted-message';
65
- export * from './intl/intl-provider';
66
- export * from './intl/use-format-message';
67
- export * from './lists/product-overview-grid/product-overview-grid';
68
- export * from './loading/loading-overlay';
69
- export * from './loading/progress-circle';
70
- export * from './media/image/image';
71
- export * from './notifications/announcements/announcement-provider';
72
- export * from './pages/page-container/page-container';
73
- export * from './pages/page/page';
74
- export * from './pages/product-details-page/product-details-page';
75
- export * from './pages/product-listing-page/product-listing-page';
76
- export * from './pages/search-result-page/search-results-page';
77
- export * from './sidebar/sidebar';
78
- export * from './sidebar/sidebar-provider';
79
- export * from './toast/toast-provider';
80
- export * from './toast/use-toast';
81
- export * from './algolia/algolia-intialization';
82
- export * from './algolia/algolia-active-categories';
83
- export * from './algolia/algolia-categories-filters';
84
- export * from './algolia/algolia-filter-panel';
85
- export * from './algolia/filter-section';
86
- export * from './algolia/algolia-multi-select-filter-section';
87
- export * from './algolia/algolia-pagination';
88
- export * from './algolia/algolia-sonic-searchclient';
89
- export * from './algolia/algolia-insights-provider';
90
- export * from './algolia/algolia-provider';
91
- export * from './algolia/algolia-results-count';
92
- export * from './algolia/algolia-sort-by';
93
- export * from './algolia/use-algolia-insights';
94
- export * from './global-search/global-search';
95
- export * from './global-search/global-search-provider/global-search-provider';
96
- export * from './algolia/use-algolia-search';
97
- export * from './global-search/global-search-provider/use-search-disclosure';
98
- export * from './shared/providers/react-query-container';
@@ -1,9 +0,0 @@
1
- import { ComponentType } from 'react';
2
- import { TranslationId } from './translation-id';
3
- export interface FormattedMessageProps {
4
- fallbackValue?: string;
5
- id: TranslationId;
6
- optional?: boolean;
7
- replacementValues?: Record<string, string>;
8
- }
9
- export declare const FormattedMessage: ComponentType<FormattedMessageProps>;
@@ -1,16 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import { FormattedMessageProps } from './formatted-message';
3
- declare const translations: {
4
- readonly 'Excl. VAT': "Excl. VAT";
5
- readonly 'Incl. VAT': "Incl. VAT";
6
- readonly 'Replacement Value Test': "Replacement Test: Value1=${1}, Value0=${0}, Value1=${1}, Value0=${0}";
7
- };
8
- type Translations = typeof translations;
9
- type Props = Omit<FormattedMessageProps, 'id'> & {
10
- id: keyof Translations;
11
- };
12
- declare const meta: Meta<Props>;
13
- export default meta;
14
- type Story = StoryObj<typeof meta>;
15
- export declare const SimpleFormattedMessage: Story;
16
- export declare const FormattedMessageWithReplacementValue: Story;
@@ -1,8 +0,0 @@
1
- import { FormatMessageFunction } from './types';
2
- interface IntlContextType {
3
- formatMessage: FormatMessageFunction;
4
- languageCode: string;
5
- updateLanguageCode: (languageCode: string) => void;
6
- }
7
- export declare const IntlContext: React.Context<IntlContextType>;
8
- export {};
@@ -1,8 +0,0 @@
1
- import { FormatMessageFunction } from './types';
2
- interface IntlProviderProps {
3
- children: React.ReactNode;
4
- formatMessage: FormatMessageFunction;
5
- languageCode: string;
6
- }
7
- export declare function IntlProvider({ children, formatMessage, languageCode: _languageCode, }: IntlProviderProps): import("react/jsx-runtime").JSX.Element;
8
- export {};
@@ -1,3 +0,0 @@
1
- import { TranslationId } from './translation-id';
2
- export type Translations = Record<TranslationId, string>;
3
- export type FormatMessageFunction = (id: string, ...replacementValues: readonly string[]) => string | undefined;
@@ -1,15 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import { FormattedMessageProps } from './formatted-message';
3
- declare const translations: {
4
- readonly 'Excl. VAT': "Excl. VAT";
5
- readonly 'Incl. VAT': "Incl. VAT";
6
- readonly 'Replacement Value Test': "Replacement Test: Value1=${1}, Value0=${0}, Value1=${1}, Value0=${0}";
7
- };
8
- type Translations = typeof translations;
9
- type Props = Omit<FormattedMessageProps, 'id'> & {
10
- id: keyof Translations;
11
- };
12
- declare const meta: Meta<Props>;
13
- export default meta;
14
- type Story = StoryObj<typeof meta>;
15
- export declare const FormattedMessageHookWithReplacementValue: Story;
@@ -1,2 +0,0 @@
1
- export declare function useLanguageCode(): string;
2
- export declare function useUpdateLanguageCode(): (languageCode: string) => void;
@@ -1,13 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { DownloadDocumentList } from './download-document-list';
3
- declare const meta: {
4
- args: {};
5
- component: typeof DownloadDocumentList;
6
- parameters: {
7
- layout: string;
8
- };
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const Default: Story;
@@ -1,16 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { FeatureList } from './feature-list';
3
- declare const meta: {
4
- args: {};
5
- component: typeof FeatureList;
6
- parameters: {
7
- layout: string;
8
- };
9
- tags: string[];
10
- title: string;
11
- };
12
- export default meta;
13
- type Story = StoryObj<typeof meta>;
14
- export declare const Default: Story;
15
- export declare const Alignment: Story;
16
- export declare const LongLabels: Story;
@@ -1,15 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { OrderLineList } from './orderline-list';
3
- declare const meta: {
4
- component: typeof OrderLineList;
5
- parameters: {
6
- layout: string;
7
- };
8
- title: string;
9
- };
10
- export default meta;
11
- type Story = StoryObj<typeof meta>;
12
- export declare const Small: Story;
13
- export declare const Medium: Story;
14
- export declare const Large: Story;
15
- export declare const Connected: Story;
@@ -1,15 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { ProductOverviewGrid } from './product-overview-grid';
3
- declare const meta: {
4
- component: typeof ProductOverviewGrid;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const Small: Story;
14
- export declare const Medium: Story;
15
- export declare const Large: Story;
@@ -1,14 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { ListItem } from './list';
3
- declare const meta: {
4
- component: typeof ListItem;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const WithIcon: Story;
14
- export declare const WithoutIcon: Story;
@@ -1,13 +0,0 @@
1
- import type { StoryObj } from '@storybook/react';
2
- import { List } from './list';
3
- declare const meta: {
4
- component: typeof List;
5
- parameters: {
6
- layout: string;
7
- };
8
- tags: string[];
9
- title: string;
10
- };
11
- export default meta;
12
- type Story = StoryObj<typeof meta>;
13
- export declare const Default: Story;