@sonic-equipment/ui 0.0.88 → 0.0.90

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 (52) hide show
  1. package/dist/.storybook/RenderHook.d.ts +1 -1
  2. package/dist/index.d.ts +117 -38
  3. package/dist/index.js +622 -367
  4. package/dist/src/algolia/{algolia-product-hit-type.d.ts → algolia-hit-type.d.ts} +17 -2
  5. package/dist/src/algolia/algolia-hits-provider.d.ts +6 -0
  6. package/dist/src/algolia/use-algolia-hits.d.ts +10 -0
  7. package/dist/src/algolia/use-algolia-search.d.ts +3 -3
  8. package/dist/src/carousel/card-carousel/card-carousel.d.ts +10 -0
  9. package/dist/src/carousel/{product-carousel/product-carousel.stories.d.ts → card-carousel/product-card-carousel.stories.d.ts} +3 -3
  10. package/dist/src/carousel/card-carousel/promo-card-carousel.stories.d.ts +20 -0
  11. package/dist/src/carousel/promo-card-carousel/promo-card-carousel.d.ts +10 -0
  12. package/dist/src/country-selector/country-selector-dialog/country-selector-dialog.d.ts +13 -0
  13. package/dist/src/country-selector/country-selector-dialog/country-selector-dialog.stories.d.ts +20 -0
  14. package/dist/src/country-selector/country-selector-trigger/country-selector-trigger.d.ts +8 -0
  15. package/dist/src/country-selector/country-selector-trigger/country-selector-trigger.stories.d.ts +16 -0
  16. package/dist/src/country-selector/country-selector.d.ts +12 -0
  17. package/dist/src/country-selector/country-selector.stories.d.ts +19 -0
  18. package/dist/src/country-selector/use-countries-languages.d.ts +43 -0
  19. package/dist/src/country-selector/use-countries-languages.stories.d.ts +9 -0
  20. package/dist/src/forms/select/select.d.ts +2 -1
  21. package/dist/src/global-search/types.d.ts +1 -1
  22. package/dist/src/index.d.ts +2 -1
  23. package/dist/src/intl/translation-id.d.ts +1 -1
  24. package/dist/src/modals/dialog/dialog.d.ts +1 -1
  25. package/dist/src/modals/dialog/dialog.stories.d.ts +1 -0
  26. package/dist/src/modals/modal/modal.d.ts +1 -1
  27. package/dist/src/modals/modal/modal.stories.d.ts +0 -1
  28. package/dist/src/pages/product-listing-page/product-listing-page-data-types.d.ts +3 -3
  29. package/dist/src/promos/promo-banner/promo-banner.d.ts +7 -0
  30. package/dist/src/promos/promo-banner/promo-banner.stories.d.ts +19 -0
  31. package/dist/src/promos/promo-banners/promo-banners.d.ts +8 -0
  32. package/dist/src/promos/{promo-cards/promo-cards.stories.d.ts → promo-banners/promo-banners.stories.d.ts} +3 -3
  33. package/dist/src/promos/promo-card/promo-card.d.ts +5 -5
  34. package/dist/src/promos/promo-card/promo-card.stories.d.ts +1 -8
  35. package/dist/src/shared/api/bff/model/bff.model.d.ts +4 -4
  36. package/dist/src/shared/api/storefront/hooks/website/use-fetch-countries-languages.d.ts +4 -0
  37. package/dist/src/shared/api/storefront/hooks/website/use-fetch-countries.d.ts +1 -0
  38. package/dist/src/shared/api/storefront/hooks/website/use-update-language-by-id.d.ts +2 -0
  39. package/dist/src/shared/api/storefront/hooks/website/website.stories.d.ts +10 -0
  40. package/dist/src/shared/api/storefront/services/website-service.d.ts +9 -0
  41. package/dist/src/shared/hooks/use-cookie.d.ts +8 -0
  42. package/dist/src/shared/hooks/use-disclosure.d.ts +1 -0
  43. package/dist/src/shared/hooks/use-session-storage.d.ts +6 -0
  44. package/dist/src/shared/model/countries-languages.d.ts +13 -0
  45. package/dist/src/shared/model/{product-hit.d.ts → hit.d.ts} +12 -1
  46. package/dist/styles.css +520 -373
  47. package/package.json +3 -1
  48. package/dist/src/algolia/algolia-products-hits-provider.d.ts +0 -6
  49. package/dist/src/algolia/use-algolia-product-hits.d.ts +0 -10
  50. package/dist/src/carousel/product-carousel/product-carousel.d.ts +0 -10
  51. package/dist/src/promos/promo-cards/promo-cards.d.ts +0 -8
  52. package/dist/src/shared/utils/cookies.d.ts +0 -3
@@ -1 +1 @@
1
- export declare function RenderHook(hook: () => any): () => import("react/jsx-runtime").JSX.Element;
1
+ export declare function RenderHook<T extends (...args: any) => any>(hook: T, ...args: Parameters<T>): () => import("react/jsx-runtime").JSX.Element;
package/dist/index.d.ts CHANGED
@@ -3832,6 +3832,7 @@ type TranslationId$1 =
3832
3832
  | 'Clear filters'
3833
3833
  | 'Clear'
3834
3834
  | 'Continue shopping'
3835
+ | 'Country'
3835
3836
  | 'Create new list'
3836
3837
  | 'create account'
3837
3838
  | 'Double check your spelling'
@@ -3843,6 +3844,7 @@ type TranslationId$1 =
3843
3844
  | 'Hide filters'
3844
3845
  | 'Incl. VAT'
3845
3846
  | 'Includes'
3847
+ | 'Language'
3846
3848
  | 'List name already exists'
3847
3849
  | 'New list name'
3848
3850
  | 'Please Sign In'
@@ -3858,6 +3860,7 @@ type TranslationId$1 =
3858
3860
  | 'Shop more efficiently and quicker with a favorites list'
3859
3861
  | 'Easily add your favorite products'
3860
3862
  | 'Your favorites are available on multiple devices'
3863
+ | 'Save'
3861
3864
  | 'Share your favorite list with others'
3862
3865
  | 'Show all'
3863
3866
  | 'Show filters'
@@ -3871,6 +3874,7 @@ type TranslationId$1 =
3871
3874
  | 'Suggestions'
3872
3875
  | 'Try another search'
3873
3876
  | 'Use fewer keywords'
3877
+ | 'Welcome to Sonic Equipment. Please choose your country and language below.'
3874
3878
  | 'What are you searching for?'
3875
3879
  | 'You could try checking the spelling of your search query'
3876
3880
  | 'You could try exploring our products by category'
@@ -3959,7 +3963,7 @@ interface UpdateCartLineParams {
3959
3963
  }
3960
3964
  declare function useUpdateCartLineById(): _tanstack_react_query.UseMutationResult<void, Error, UpdateCartLineParams, unknown>;
3961
3965
 
3962
- type TranslationId = "'{0}' in all products" | "Try 'Search' and try to find the product you're looking for" | "Unfortnately, We found no articles for your search '{0}'" | ' to your account to manage your lists.' | 'Add to list' | 'An unexpected error occured' | 'Are you looking for information about our service? Please visit our customer support page' | 'Cancel' | 'Chosen filters' | 'Clear filters' | 'Clear' | 'Continue shopping' | 'Create new list' | 'create account' | 'Double check your spelling' | 'Downloads' | 'Excl. VAT' | 'Explore by categories' | 'Exploring our products by category' | 'Features' | 'Hide filters' | 'Incl. VAT' | 'Includes' | 'List name already exists' | 'New list name' | 'Please Sign In' | 'Popular searches' | 'Product Features' | 'Products' | 'Quick access' | 'Recent searches' | 'Recently viewed' | 'Searching again using more general terms' | 'See all results' | 'Select a list' | 'Shop more efficiently and quicker with a favorites list' | 'Easily add your favorite products' | 'Your favorites are available on multiple devices' | 'Share your favorite list with others' | 'Show all' | 'Show filters' | 'Show less' | 'Show' | 'Sorry, there are no products found' | 'Sorry, we could not find matches for' | 'Sort by' | 'Specifications' | 'Submit' | 'Suggestions' | 'Try another search' | 'Use fewer keywords' | 'What are you searching for?' | 'You could try checking the spelling of your search query' | 'You could try exploring our products by category' | 'You could try' | 'You must ' | 'article' | 'articles' | 'facet.categories' | 'facet.height' | 'facet.weight' | 'of' | 'sign in' | 'sort.newest' | 'sort.price_asc' | 'sort.price_desc' | 'sort.relevance' | 'tag.limited' | 'tag.new';
3966
+ type TranslationId = "'{0}' in all products" | "Try 'Search' and try to find the product you're looking for" | "Unfortnately, We found no articles for your search '{0}'" | ' to your account to manage your lists.' | 'Add to list' | 'An unexpected error occured' | 'Are you looking for information about our service? Please visit our customer support page' | 'Cancel' | 'Chosen filters' | 'Clear filters' | 'Clear' | 'Continue shopping' | 'Country' | 'Create new list' | 'create account' | 'Double check your spelling' | 'Downloads' | 'Excl. VAT' | 'Explore by categories' | 'Exploring our products by category' | 'Features' | 'Hide filters' | 'Incl. VAT' | 'Includes' | 'Language' | 'List name already exists' | 'New list name' | 'Please Sign In' | 'Popular searches' | 'Product Features' | 'Products' | 'Quick access' | 'Recent searches' | 'Recently viewed' | 'Searching again using more general terms' | 'See all results' | 'Select a list' | 'Shop more efficiently and quicker with a favorites list' | 'Easily add your favorite products' | 'Your favorites are available on multiple devices' | 'Save' | 'Share your favorite list with others' | 'Show all' | 'Show filters' | 'Show less' | 'Show' | 'Sorry, there are no products found' | 'Sorry, we could not find matches for' | 'Sort by' | 'Specifications' | 'Submit' | 'Suggestions' | 'Try another search' | 'Use fewer keywords' | 'Welcome to Sonic Equipment. Please choose your country and language below.' | 'What are you searching for?' | 'You could try checking the spelling of your search query' | 'You could try exploring our products by category' | 'You could try' | 'You must ' | 'article' | 'articles' | 'facet.categories' | 'facet.height' | 'facet.weight' | 'of' | 'sign in' | 'sort.newest' | 'sort.price_asc' | 'sort.price_desc' | 'sort.relevance' | 'tag.limited' | 'tag.new';
3963
3967
 
3964
3968
  type Translations = Record<TranslationId, string>;
3965
3969
  type FormatMessageFunction = (id: string, ...replacementValues: readonly string[]) => string | undefined;
@@ -4021,6 +4025,7 @@ interface UseDisclosureReturnType {
4021
4025
  isClosed: boolean;
4022
4026
  isOpen: boolean;
4023
4027
  open: () => void;
4028
+ setIsOpen: (isOpen: boolean) => void;
4024
4029
  toggle: () => void;
4025
4030
  }
4026
4031
  declare const useDisclosure: (initialState?: boolean) => UseDisclosureReturnType;
@@ -4163,9 +4168,51 @@ interface RouteButtonProps extends ButtonProps$1 {
4163
4168
  }
4164
4169
  declare function RouteButton({ children, onClick, ...props }: RouteButtonProps): react_jsx_runtime.JSX.Element;
4165
4170
 
4166
- interface AlgoliaProduct$1 {
4171
+ interface DPRSrcSet {
4172
+ 1: string
4173
+ 2: string
4174
+ 3: string
4175
+ }
4176
+
4177
+ interface Image$1 extends DPRSrcSet {
4178
+ altText: string
4179
+ }
4180
+
4181
+ interface ImageSource {
4182
+ className?: string
4183
+ fallbackSrc?: string
4184
+ fit?: 'contain' | 'cover'
4185
+ height?: number
4186
+ image: Image$1 | ResponsiveImage | undefined
4187
+ loading?: 'lazy' | 'eager'
4188
+ onError?: () => void
4189
+ title: string
4190
+ width?: number
4191
+ }
4192
+
4193
+ interface ResponsiveImage {
4194
+ altText: string
4195
+ lg: DPRSrcSet
4196
+ md: DPRSrcSet
4197
+ sm: DPRSrcSet
4198
+ }
4199
+
4200
+ interface AlgoliaHitBase$1 {
4167
4201
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
4168
4202
  [key: string]: any
4203
+ type: 'promo' | 'product'
4204
+ }
4205
+
4206
+ interface AlgoliaPromo$1 extends AlgoliaHitBase$1 {
4207
+ [key: string]: unknown
4208
+ image: Image$1
4209
+ isExternal: boolean
4210
+ type: 'promo'
4211
+ url: string
4212
+ }
4213
+
4214
+ interface AlgoliaProduct$1 extends AlgoliaHitBase$1 {
4215
+ [key: string]: unknown
4169
4216
  alternativeNumber: string
4170
4217
  categories: string[]
4171
4218
  categoryPageId: string[]
@@ -4199,43 +4246,24 @@ interface AlgoliaProduct$1 {
4199
4246
  slug: string
4200
4247
  storefrontId: string
4201
4248
  storefrontSlug: string
4202
- type: 'promo' | 'product'
4249
+ type: 'product'
4203
4250
  weight: number
4204
4251
  width: number
4205
4252
  }
4206
4253
 
4254
+ type AlgoliaPromoHit$1 = Hit<AlgoliaPromo$1>
4207
4255
  type AlgoliaProductHit$1 = Hit<AlgoliaProduct$1>
4208
4256
 
4209
- interface DPRSrcSet {
4210
- 1: string
4211
- 2: string
4212
- 3: string
4213
- }
4214
-
4215
- interface Image$1 extends DPRSrcSet {
4216
- altText: string
4217
- }
4218
-
4219
- interface ImageSource {
4220
- className?: string
4221
- fallbackSrc?: string
4222
- fit?: 'contain' | 'cover'
4223
- height?: number
4224
- image: Image$1 | ResponsiveImage | undefined
4225
- loading?: 'lazy' | 'eager'
4226
- onError?: () => void
4227
- title: string
4228
- width?: number
4229
- }
4230
-
4231
- interface ResponsiveImage {
4232
- altText: string
4233
- lg: DPRSrcSet
4234
- md: DPRSrcSet
4235
- sm: DPRSrcSet
4236
- }
4237
-
4257
+ declare function transformAlgoliaPromoHitToPromoHit(algoliaPromoHit: AlgoliaPromoHit$1): PromoHit$1;
4238
4258
  declare function transformAlgoliaProductHitToProductHit(algoliaProductHit: AlgoliaProductHit$1): ProductHit$1;
4259
+ interface PromoHit$1 {
4260
+ hit: AlgoliaPromoHit$1;
4261
+ href: string;
4262
+ id: string;
4263
+ image: Image$1;
4264
+ isExternal: boolean;
4265
+ type: 'promo';
4266
+ }
4239
4267
  interface ProductHit$1 {
4240
4268
  hit: AlgoliaProductHit$1;
4241
4269
  id: string;
@@ -4250,7 +4278,9 @@ interface ProductHit$1 {
4250
4278
  queryId: string | undefined;
4251
4279
  storefrontId: string;
4252
4280
  storefrontSlug: string;
4281
+ type: 'product';
4253
4282
  }
4283
+ declare function isProductHit(hit: ProductHit$1 | PromoHit$1): hit is ProductHit$1;
4254
4284
 
4255
4285
  interface BreadcrumbLink$1 {
4256
4286
  href: string;
@@ -4383,6 +4413,31 @@ interface ShowAllPropsUncontrolled extends ShowAllProps {
4383
4413
  declare function ShowAll({ children, hasTransparency, initialHeight, isOpen, onToggle, }: ShowAllPropsControlled): ReactNode;
4384
4414
  declare function ShowAll({ children, hasTransparency, initialHeight, initialIsOpen, }: ShowAllPropsUncontrolled): ReactNode;
4385
4415
 
4416
+ interface Language {
4417
+ cultureCode: string
4418
+ description: string
4419
+ id: string
4420
+ languageCode: string
4421
+ }
4422
+
4423
+ interface Country {
4424
+ abbreviation: string
4425
+ id: string
4426
+ languages: Language[]
4427
+ name: string
4428
+ }
4429
+
4430
+ interface CountrySelectorProps {
4431
+ defaultCountryCode: string;
4432
+ defaultLanguageCode: string;
4433
+ onChange?: (args: {
4434
+ country: Country;
4435
+ language: Language;
4436
+ }) => void;
4437
+ showCountry?: boolean;
4438
+ }
4439
+ declare function CountrySelector({ defaultCountryCode, defaultLanguageCode, onChange, showCountry, }: CountrySelectorProps): react_jsx_runtime.JSX.Element | null;
4440
+
4386
4441
  interface ProductPriceProps {
4387
4442
  className?: string;
4388
4443
  isVatIncluded: boolean;
@@ -4477,10 +4532,11 @@ interface SelectProps<T> {
4477
4532
  placeholder?: string;
4478
4533
  selectedOption?: keyof T;
4479
4534
  showLabel?: boolean;
4535
+ showPlaceholder?: boolean;
4480
4536
  size?: 'sm' | 'md';
4481
4537
  variant?: 'outline' | 'solid';
4482
4538
  }
4483
- declare function Select<T extends object>({ isDisabled, label, onChange, options, placeholder, selectedOption, showLabel, size, variant, }: SelectProps<T>): react_jsx_runtime.JSX.Element;
4539
+ declare function Select<T extends object>({ isDisabled, label, onChange, options, placeholder, selectedOption, showLabel, showPlaceholder, size, variant, }: SelectProps<T>): react_jsx_runtime.JSX.Element;
4484
4540
 
4485
4541
  interface TextFieldProps {
4486
4542
  autoFocus?: boolean;
@@ -4819,6 +4875,15 @@ type AutocompleteItem = AlgoliaProductHit$1 | QuerySuggestionHit$1 | PopularCate
4819
4875
  type Autocomplete = AutocompleteApi<AutocompleteItem, React.BaseSyntheticEvent, React.MouseEvent, React.KeyboardEvent>;
4820
4876
  type AutocompleteState = AutocompleteState$1<AutocompleteItem>;
4821
4877
 
4878
+ interface PromoHit {
4879
+ hit: AlgoliaPromoHit$1
4880
+ href: string
4881
+ id: string
4882
+ image: Image$1
4883
+ isExternal: boolean
4884
+ type: 'promo'
4885
+ }
4886
+
4822
4887
  interface ProductHit {
4823
4888
  hit: AlgoliaProductHit$1
4824
4889
  id: string
@@ -4833,6 +4898,7 @@ interface ProductHit {
4833
4898
  queryId: string | undefined
4834
4899
  storefrontId: string
4835
4900
  storefrontSlug: string
4901
+ type: 'product'
4836
4902
  }
4837
4903
 
4838
4904
  type CategoryHit = Hit<{
@@ -4870,8 +4936,19 @@ type RecentSearchHit = Hit<{
4870
4936
  label: string
4871
4937
  }>
4872
4938
 
4873
- interface AlgoliaProduct {
4939
+ interface AlgoliaHitBase {
4874
4940
  [key: string]: any;
4941
+ type: 'promo' | 'product';
4942
+ }
4943
+ interface AlgoliaPromo extends AlgoliaHitBase {
4944
+ [key: string]: unknown;
4945
+ image: Image$1;
4946
+ isExternal: boolean;
4947
+ type: 'promo';
4948
+ url: string;
4949
+ }
4950
+ interface AlgoliaProduct extends AlgoliaHitBase {
4951
+ [key: string]: unknown;
4875
4952
  alternativeNumber: string;
4876
4953
  categories: string[];
4877
4954
  categoryPageId: string[];
@@ -4903,11 +4980,13 @@ interface AlgoliaProduct {
4903
4980
  slug: string;
4904
4981
  storefrontId: string;
4905
4982
  storefrontSlug: string;
4906
- type: 'promo' | 'product';
4983
+ type: 'product';
4907
4984
  weight: number;
4908
4985
  width: number;
4909
4986
  }
4987
+ type AlgoliaPromoHit = Hit<AlgoliaPromo>;
4910
4988
  type AlgoliaProductHit = Hit<AlgoliaProduct>;
4989
+ type AlgoliaHit = AlgoliaPromoHit | AlgoliaProductHit;
4911
4990
 
4912
4991
  interface ExtendedAutoCompleteCollection<T extends BaseItem> extends AutocompleteCollection<T> {
4913
4992
  source: ExtendedInternalAutocompleteSource<T>;
@@ -4921,8 +5000,8 @@ declare function useAlgoliaSearch(): {
4921
5000
  popularCategories: AutocompleteCollection<PopularCategoryHit> | undefined;
4922
5001
  popularSearches: AutocompleteCollection<PopularSearchHit> | undefined;
4923
5002
  products: {
4924
- items: ProductHit[];
4925
- source: InternalAutocompleteSource<AlgoliaProductHit>;
5003
+ items: (PromoHit | ProductHit)[];
5004
+ source: InternalAutocompleteSource<AlgoliaHit>;
4926
5005
  } | undefined;
4927
5006
  querySuggestions: AutocompleteCollection<QuerySuggestionHit> | undefined;
4928
5007
  quickAccess: AutocompleteCollection<QuickAccessHit> | undefined;
@@ -4949,4 +5028,4 @@ declare function ReactQueryContainer({ children }: {
4949
5028
  children: ReactNode;
4950
5029
  }): react_jsx_runtime.JSX.Element;
4951
5030
 
4952
- export { Accordion, type AccountCollectionModel, type AccountModel, type AccountPaymentProfileCollectionModel, type AccountPaymentProfileModel, type AccountSettingsModel, type AccountShipToCollectionModel, type AccountShipToModel, type AccountsReceivableDto$1 as AccountsReceivableDto, type AddProductToCurrentCartParams$1 as AddProductToCurrentCartParams, AddToCartButton, type AddressFieldCollectionModel, type AddressFieldDisplayCollectionModel, type AddressFieldDisplayModel, type AgingBucketDto$1 as AgingBucketDto, AlgoliaActiveCategories, AlgoliaCategoriesFilters, AlgoliaFilterPanel, type AlgoliaFilterPanelProps, AlgoliaInsightsProvider, AlgoliaInsightsProviderContext, type AlgoliaInsightsProviderState, AlgoliaMultiSelectFilterSection, AlgoliaPagination, AlgoliaProvider, AlgoliaResultsCount, AlgoliaSortBy, AnnouncementProvider, type AttributeTypeDto, type AttributeTypeFacetModel, type AttributeTypeModel, type AttributeValueDto, type AttributeValueFacetModel, type AttributeValueModel, type AuthenticationResponse$1 as AuthenticationResponse, type AutocompleteItemModel, type AutocompleteModel, type AutocompleteProductCollectionModel, type AutocompleteProductModel, type AvailabilityDto$2 as AvailabilityDto, AvailabilityMessageType$2 as AvailabilityMessageType, BadRequestError, BadgeImagePlacementValues, type BadgeModel, BadgeStyleValues, BadgeTypeValues, type BaseAddressModel, type BaseModel$1 as BaseModel, type BillToCollectionModel, type BillToModel$1 as 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 BreadCrumbModel, Breadcrumb, type BreadcrumbLink$1 as BreadcrumbLink, 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, 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$1 as CostCodeModel, type CountryCollectionModel, type CountryModel$1 as CountryModel, type CreateSessionRequestBody, type CreditCardBillingAddressDto, type CreditCardDto, type CrossSellCollectionModel, type CurrencyCollectionModel, type CurrencyModel$1 as CurrencyModel, CurrencyPositioningType$1 as CurrencyPositioningType, type CustomerCostCodeDto, type CustomerOrderTaxDto, type CustomerSettingsModel, type CustomerValidationDto$1 as CustomerValidationDto, type DashboardPanelCollectionModel, type DashboardPanelModel, type DealerCollectionModel, type DealerModel, type DetailModel, type DocumentDto, type DocumentModel, type ECheckDto, type Environment, type FacetModel, FavoriteButton, type FavoriteButtonProps, FavoriteProvider, type FieldScoreDetailedDto, type FieldScoreDetailedModel, type FieldScoreDto, type FieldScoreModel, type FieldValidationDto$1 as FieldValidationDto, type FilterOption, FilterSection, type Filters, ForbiddenRequestError, FormattedMessage, type FormattedMessageFunction, type FormattedMessageProps, GlobalSearch, GlobalSearchDisclosureContext, GlobalSearchProvider, GlobalStateProvider, GlobalStateProviderContext, IconButton, type IconButtonProps, Image, type ImageModel, InternalServerErrorRequest, 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$1 as LanguageModel, type LegacyConfigurationDto, Link, type LinkProps, LoadingOverlay, type MessageCollectionModel, type MessageModel, type MobileAppSettingsModel, type MobileContentModel, type MobilePageDto, type MobileWidgetDto, MultiSelect, type MultiSelectProps, type NavigateFn, type NavigateOptions, NotFoundRequestError, 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$1 as PaginationModel, type PaymentMethodDto, type PaymentOptionsDto, type PersonaModel$1 as PersonaModel, type PoRequisitionModel, type PriceFacetModel, type PriceRangeModel, type PricingRfqModel, type ProductAutocompleteItemModel, type ProductAvailabilityModel, ProductCard, type ProductCardProps, type ProductCollectionModel, ProductDetailsPage, type ProductDetailsPageProps, type ProductDto, type ProductHit$1 as ProductHit, type ProductImageDto, type ProductInventoryDto, type ProductLineDto, type ProductLineModel, ProductListingPage, 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$1 as ProductUnitOfMeasureDto, type ProfileTransactionRequestModel, ProgressCircle, type ProgressCircleProps, type PromotionCollectionModel, type PromotionModel, type QuoteCollectionModel, type QuoteLineModel, type QuoteModel, type QuoteSettingsModel, ReactQueryContainer, type RealTimeCartInventoryModel, type RealTimeInventoryModel, type RealTimePricingModel, type RefinementListItem, type RelatedProductDto, RequestError, type RequestHeaders, type RequisitionCollectionModel, type RequisitionLineCollectionModel, type RequisitionLineModel, type RequisitionModel, type RmaLineDto, type RmaModel, RouteButton, RouteLink, RouteProvider, type RouteProviderProps, type SalespersonModel, type ScoreExplanationDto, type ScoreExplanationModel, SearchResultsPage, SearchRoot, type SectionOptionDto$2 as SectionOptionDto, type SectionOptionModel, Select, type SelectProps, type SessionModel$1 as SessionModel, type SessionRequestModel, type SettingsCollectionModel, type SetupRequestModel, type ShareEntityModel, type ShareOrderModel, type ShipToCollectionModel, type ShipToModel$1 as ShipToModel, type ShipViaDto, type ShipmentPackageDto, type ShipmentPackageLineDto, ShowAll, type ShowAllPropsControlled, type ShowAllPropsUncontrolled, Sidebar, SidebarDetectBreakpoint, type SidebarProps, SidebarProvider, type SiteMessageCollectionModel, type SiteMessageModel, type SortOptionModel$1 as SortOptionModel, type SpecificationDto, type SpecificationModel, type StateCollectionModel, type StateModel$1 as StateModel, type StyleTraitDto, type StyleValueDto, type StyledProductDto, type SuggestionModel, type TellAFriendModel, TextField, TimeoutRequestError, type TraitValueModel, type TranslationDictionaryCollectionModel, type TranslationDictionaryModel, type TranslationId, UnauthorizedRequestError, type UnitOfMeasureModel, UnprocessableContentRequestError, type UpdateCartLineParams, type UpdateGlobalState$1 as UpdateGlobalState, type UpdateWishListLineCollectionModel, type UseAlgoliaEventResult, 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$1 as WarehouseModel, type WebsiteModel, type WebsiteSettingsModel, type WishListCollectionModel$1 as WishListCollectionModel, type WishListEmailScheduleModel$1 as WishListEmailScheduleModel, type WishListLine$1 as WishListLine, type WishListLineCollectionModel$1 as WishListLineCollectionModel, type WishListLineModel$1 as WishListLineModel, type WishListLines$1 as WishListLines, type WishListModel$1 as WishListModel, WishListNameAlreadyExistsError, type WishListSettingsModel, type WishListShareModel$1 as WishListShareModel, addProductToCurrentCart, addWishListItemToWishList, config, configPerEnvironment, createSession, createSonicSearchClient, createWishList, deleteCartLineById, deleteWishList, deleteWishListItemFromWishList, environment, environments, fetchCurrentCartLines, fetchTranslations, getSession, getWishList, getWishListItemsByWishListId, getWishLists, isRequestError, request, signIn, signOut, transformAlgoliaProductHitToProductHit, updateCartLineById, useAddProductToCurrentCart, useAddWishListItemToCurrentWishList, useAddWishListItemToWishList, useAlgolia, useAlgoliaInsights, useAlgoliaSearch, useBreakpoint, useCartEvents, useCreateWishList, useDebouncedCallback, useDeleteCartLineById, useDeleteWishListItemFromWishList, useDisclosure, useFavorite, useFavoriteProduct, useFeatureFlags, useFetchAllWishListsItems, useFetchCurrentCartLines, useFetchTranslations, useFetchWishLists, useFormattedMessage, useGlobalSearchDisclosure, useGlobalState, useIsAuthenticated, useIsBreakpoint, useNavigate, useOnNavigate, useScrollLock, useSession, useSignIn, useSignOut, useUpdateCartLineById, userToken };
5031
+ export { Accordion, type AccountCollectionModel, type AccountModel, type AccountPaymentProfileCollectionModel, type AccountPaymentProfileModel, type AccountSettingsModel, type AccountShipToCollectionModel, type AccountShipToModel, type AccountsReceivableDto$1 as AccountsReceivableDto, type AddProductToCurrentCartParams$1 as AddProductToCurrentCartParams, AddToCartButton, type AddressFieldCollectionModel, type AddressFieldDisplayCollectionModel, type AddressFieldDisplayModel, type AgingBucketDto$1 as AgingBucketDto, AlgoliaActiveCategories, AlgoliaCategoriesFilters, AlgoliaFilterPanel, type AlgoliaFilterPanelProps, AlgoliaInsightsProvider, AlgoliaInsightsProviderContext, type AlgoliaInsightsProviderState, AlgoliaMultiSelectFilterSection, AlgoliaPagination, AlgoliaProvider, AlgoliaResultsCount, AlgoliaSortBy, AnnouncementProvider, type AttributeTypeDto, type AttributeTypeFacetModel, type AttributeTypeModel, type AttributeValueDto, type AttributeValueFacetModel, type AttributeValueModel, type AuthenticationResponse$1 as AuthenticationResponse, type AutocompleteItemModel, type AutocompleteModel, type AutocompleteProductCollectionModel, type AutocompleteProductModel, type AvailabilityDto$2 as AvailabilityDto, AvailabilityMessageType$2 as AvailabilityMessageType, BadRequestError, BadgeImagePlacementValues, type BadgeModel, BadgeStyleValues, BadgeTypeValues, type BaseAddressModel, type BaseModel$1 as BaseModel, type BillToCollectionModel, type BillToModel$1 as 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 BreadCrumbModel, Breadcrumb, type BreadcrumbLink$1 as BreadcrumbLink, 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, 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$1 as CostCodeModel, type CountryCollectionModel, type CountryModel$1 as CountryModel, CountrySelector, type CreateSessionRequestBody, type CreditCardBillingAddressDto, type CreditCardDto, type CrossSellCollectionModel, type CurrencyCollectionModel, type CurrencyModel$1 as CurrencyModel, CurrencyPositioningType$1 as CurrencyPositioningType, type CustomerCostCodeDto, type CustomerOrderTaxDto, type CustomerSettingsModel, type CustomerValidationDto$1 as CustomerValidationDto, type DashboardPanelCollectionModel, type DashboardPanelModel, type DealerCollectionModel, type DealerModel, type DetailModel, type DocumentDto, type DocumentModel, type ECheckDto, type Environment, type FacetModel, FavoriteButton, type FavoriteButtonProps, FavoriteProvider, type FieldScoreDetailedDto, type FieldScoreDetailedModel, type FieldScoreDto, type FieldScoreModel, type FieldValidationDto$1 as FieldValidationDto, type FilterOption, FilterSection, type Filters, ForbiddenRequestError, FormattedMessage, type FormattedMessageFunction, type FormattedMessageProps, GlobalSearch, GlobalSearchDisclosureContext, GlobalSearchProvider, GlobalStateProvider, GlobalStateProviderContext, IconButton, type IconButtonProps, Image, type ImageModel, InternalServerErrorRequest, 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$1 as LanguageModel, type LegacyConfigurationDto, Link, type LinkProps, LoadingOverlay, type MessageCollectionModel, type MessageModel, type MobileAppSettingsModel, type MobileContentModel, type MobilePageDto, type MobileWidgetDto, MultiSelect, type MultiSelectProps, type NavigateFn, type NavigateOptions, NotFoundRequestError, 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$1 as PaginationModel, type PaymentMethodDto, type PaymentOptionsDto, type PersonaModel$1 as PersonaModel, type PoRequisitionModel, type PriceFacetModel, type PriceRangeModel, type PricingRfqModel, type ProductAutocompleteItemModel, type ProductAvailabilityModel, ProductCard, type ProductCardProps, type ProductCollectionModel, ProductDetailsPage, type ProductDetailsPageProps, type ProductDto, type ProductHit$1 as ProductHit, type ProductImageDto, type ProductInventoryDto, type ProductLineDto, type ProductLineModel, ProductListingPage, 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$1 as ProductUnitOfMeasureDto, type ProfileTransactionRequestModel, ProgressCircle, type ProgressCircleProps, type PromoHit$1 as PromoHit, type PromotionCollectionModel, type PromotionModel, type QuoteCollectionModel, type QuoteLineModel, type QuoteModel, type QuoteSettingsModel, ReactQueryContainer, type RealTimeCartInventoryModel, type RealTimeInventoryModel, type RealTimePricingModel, type RefinementListItem, type RelatedProductDto, RequestError, type RequestHeaders, type RequisitionCollectionModel, type RequisitionLineCollectionModel, type RequisitionLineModel, type RequisitionModel, type RmaLineDto, type RmaModel, RouteButton, RouteLink, RouteProvider, type RouteProviderProps, type SalespersonModel, type ScoreExplanationDto, type ScoreExplanationModel, SearchResultsPage, SearchRoot, type SectionOptionDto$2 as SectionOptionDto, type SectionOptionModel, Select, type SelectProps, type SessionModel$1 as SessionModel, type SessionRequestModel, type SettingsCollectionModel, type SetupRequestModel, type ShareEntityModel, type ShareOrderModel, type ShipToCollectionModel, type ShipToModel$1 as ShipToModel, type ShipViaDto, type ShipmentPackageDto, type ShipmentPackageLineDto, ShowAll, type ShowAllPropsControlled, type ShowAllPropsUncontrolled, Sidebar, SidebarDetectBreakpoint, type SidebarProps, SidebarProvider, type SiteMessageCollectionModel, type SiteMessageModel, type SortOptionModel$1 as SortOptionModel, type SpecificationDto, type SpecificationModel, type StateCollectionModel, type StateModel$1 as StateModel, type StyleTraitDto, type StyleValueDto, type StyledProductDto, type SuggestionModel, type TellAFriendModel, TextField, TimeoutRequestError, type TraitValueModel, type TranslationDictionaryCollectionModel, type TranslationDictionaryModel, type TranslationId, UnauthorizedRequestError, type UnitOfMeasureModel, UnprocessableContentRequestError, type UpdateCartLineParams, type UpdateGlobalState$1 as UpdateGlobalState, type UpdateWishListLineCollectionModel, type UseAlgoliaEventResult, 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$1 as WarehouseModel, type WebsiteModel, type WebsiteSettingsModel, type WishListCollectionModel$1 as WishListCollectionModel, type WishListEmailScheduleModel$1 as WishListEmailScheduleModel, type WishListLine$1 as WishListLine, type WishListLineCollectionModel$1 as WishListLineCollectionModel, type WishListLineModel$1 as WishListLineModel, type WishListLines$1 as WishListLines, type WishListModel$1 as WishListModel, WishListNameAlreadyExistsError, type WishListSettingsModel, type WishListShareModel$1 as WishListShareModel, addProductToCurrentCart, addWishListItemToWishList, config, configPerEnvironment, createSession, createSonicSearchClient, createWishList, deleteCartLineById, deleteWishList, deleteWishListItemFromWishList, environment, environments, fetchCurrentCartLines, fetchTranslations, getSession, getWishList, getWishListItemsByWishListId, getWishLists, isProductHit, isRequestError, request, signIn, signOut, transformAlgoliaProductHitToProductHit, transformAlgoliaPromoHitToPromoHit, updateCartLineById, useAddProductToCurrentCart, useAddWishListItemToCurrentWishList, useAddWishListItemToWishList, useAlgolia, useAlgoliaInsights, useAlgoliaSearch, useBreakpoint, useCartEvents, useCreateWishList, useDebouncedCallback, useDeleteCartLineById, useDeleteWishListItemFromWishList, useDisclosure, useFavorite, useFavoriteProduct, useFeatureFlags, useFetchAllWishListsItems, useFetchCurrentCartLines, useFetchTranslations, useFetchWishLists, useFormattedMessage, useGlobalSearchDisclosure, useGlobalState, useIsAuthenticated, useIsBreakpoint, useNavigate, useOnNavigate, useScrollLock, useSession, useSignIn, useSignOut, useUpdateCartLineById, userToken };