@sonic-equipment/ui 0.0.59 → 0.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -137,7 +137,7 @@ interface BaseModel$1 {
137
137
  };
138
138
  uri: string;
139
139
  }
140
- interface PaginationModel {
140
+ interface PaginationModel$1 {
141
141
  currentPage: number;
142
142
  defaultPageSize: number;
143
143
  nextPageUri: string;
@@ -146,17 +146,17 @@ interface PaginationModel {
146
146
  pageSize: number;
147
147
  pageSizeOptions: number[];
148
148
  prevPageUri: string;
149
- sortOptions: SortOptionModel[];
149
+ sortOptions: SortOptionModel$1[];
150
150
  sortType: string;
151
151
  totalItemCount: number;
152
152
  }
153
- interface SortOptionModel {
153
+ interface SortOptionModel$1 {
154
154
  displayName: string;
155
155
  sortType: string;
156
156
  }
157
157
  interface AccountCollectionModel extends BaseModel$1 {
158
158
  accounts: AccountModel[] | null;
159
- pagination: PaginationModel | null;
159
+ pagination: PaginationModel$1 | null;
160
160
  }
161
161
  interface AccountModel extends BaseModel$1 {
162
162
  accessToken: string;
@@ -194,11 +194,11 @@ interface AccountModel extends BaseModel$1 {
194
194
  }
195
195
  interface AccountPaymentProfileCollectionModel extends BaseModel$1 {
196
196
  accountPaymentProfiles: AccountPaymentProfileModel[] | null;
197
- pagination: PaginationModel | null;
197
+ pagination: PaginationModel$1 | null;
198
198
  }
199
199
  interface AccountShipToCollectionModel extends BaseModel$1 {
200
200
  costCodeCollection: CustomerCostCodeDto[] | null;
201
- pagination: PaginationModel | null;
201
+ pagination: PaginationModel$1 | null;
202
202
  userShipToCollection: AccountShipToModel[] | null;
203
203
  }
204
204
  interface AccountPaymentProfileModel extends BaseModel$1 {
@@ -444,7 +444,7 @@ interface BrandAlphabetModel extends BaseModel$1 {
444
444
  }
445
445
  interface BrandCategoryCollectionModel extends BaseModel$1 {
446
446
  brandCategories: BrandCategoryModel[] | null;
447
- pagination: PaginationModel | null;
447
+ pagination: PaginationModel$1 | null;
448
448
  }
449
449
  interface BrandCategoryModel extends BaseModel$1 {
450
450
  brandId: string;
@@ -460,10 +460,10 @@ interface BrandCategoryModel extends BaseModel$1 {
460
460
  }
461
461
  interface BrandCollectionModel extends BaseModel$1 {
462
462
  brands: BrandModel[] | null;
463
- pagination: PaginationModel | null;
463
+ pagination: PaginationModel$1 | null;
464
464
  }
465
465
  interface BrandProductLineCollectionModel extends BaseModel$1 {
466
- pagination: PaginationModel | null;
466
+ pagination: PaginationModel$1 | null;
467
467
  productLines: BrandProductLineModel[] | null;
468
468
  }
469
469
  interface BrandProductLineModel extends BaseModel$1 {
@@ -542,7 +542,7 @@ interface ProductDto {
542
542
  productImages: ProductImageDto[] | null;
543
543
  productLine: ProductLineDto | null;
544
544
  productSubscription: ProductSubscriptionDto$2 | null;
545
- productUnitOfMeasures: ProductUnitOfMeasureDto[] | null;
545
+ productUnitOfMeasures: ProductUnitOfMeasureDto$1[] | null;
546
546
  qtyOnHand: number;
547
547
  qtyOrdered: number;
548
548
  qtyPerShippingPackage: number;
@@ -622,7 +622,7 @@ interface StyledProductDto {
622
622
  productDetailUrl: string;
623
623
  productId: string;
624
624
  productImages: ProductImageDto[] | null;
625
- productUnitOfMeasures: ProductUnitOfMeasureDto[] | null;
625
+ productUnitOfMeasures: ProductUnitOfMeasureDto$1[] | null;
626
626
  qtyOnHand: number;
627
627
  quoteRequired: boolean;
628
628
  shortDescription: string;
@@ -668,7 +668,7 @@ interface RelatedProductDto {
668
668
  productDto: ProductDto | null;
669
669
  relatedProductType: string;
670
670
  }
671
- interface ProductUnitOfMeasureDto {
671
+ interface ProductUnitOfMeasureDto$1 {
672
672
  availability: AvailabilityDto$2 | null;
673
673
  description: string;
674
674
  isDefault: boolean;
@@ -873,12 +873,12 @@ interface BudgetLineModel extends BaseModel$1 {
873
873
  }
874
874
  interface CartCollectionModel extends BaseModel$1 {
875
875
  carts: CartModel[] | null;
876
- pagination: PaginationModel | null;
876
+ pagination: PaginationModel$1 | null;
877
877
  }
878
878
  interface CartLineCollectionModel extends BaseModel$1 {
879
879
  cartLines: CartLineModel$2[] | null;
880
880
  notAllAddedToCart: boolean;
881
- pagination: PaginationModel | null;
881
+ pagination: PaginationModel$1 | null;
882
882
  }
883
883
  interface CartSettingsModel extends BaseModel$1 {
884
884
  addToCartPopupTimeout: number;
@@ -1196,7 +1196,7 @@ interface ProductCollectionModel extends BaseModel$1 {
1196
1196
  notAllProductsAllowed: boolean;
1197
1197
  notAllProductsFound: boolean;
1198
1198
  originalQuery: string;
1199
- pagination: PaginationModel | null;
1199
+ pagination: PaginationModel$1 | null;
1200
1200
  priceRange: PriceRangeModel | null;
1201
1201
  productLineFacets: FacetModel[] | null;
1202
1202
  products: ProductModel[] | null;
@@ -1471,15 +1471,15 @@ interface ProductSubscriptionModel extends BaseModel$1 {
1471
1471
  productSubscription: ProductSubscriptionDto$2 | null;
1472
1472
  }
1473
1473
  interface VmiNoteCollectionModel extends BaseModel$1 {
1474
- pagination: PaginationModel | null;
1474
+ pagination: PaginationModel$1 | null;
1475
1475
  vmiNotes: VmiNoteModel[] | null;
1476
1476
  }
1477
1477
  interface VmiCountCollectionModel extends BaseModel$1 {
1478
1478
  binCounts: VmiCountModel[] | null;
1479
- pagination: PaginationModel | null;
1479
+ pagination: PaginationModel$1 | null;
1480
1480
  }
1481
1481
  interface VmiBinCollectionModel extends BaseModel$1 {
1482
- pagination: PaginationModel | null;
1482
+ pagination: PaginationModel$1 | null;
1483
1483
  vmiBins: VmiBinModel[] | null;
1484
1484
  }
1485
1485
  interface VmiBinCountModel extends BaseModel$1 {
@@ -1518,7 +1518,7 @@ interface VmiBinModel extends BaseModel$1 {
1518
1518
  vmiLocationId: string;
1519
1519
  }
1520
1520
  interface VmiLocationCollectionModel extends BaseModel$1 {
1521
- pagination: PaginationModel | null;
1521
+ pagination: PaginationModel$1 | null;
1522
1522
  vmiLocations: VmiLocationModel[] | null;
1523
1523
  }
1524
1524
  interface VmiLocationModel extends BaseModel$1 {
@@ -1536,7 +1536,7 @@ interface WarehouseCollectionModel extends BaseModel$1 {
1536
1536
  defaultLongitude: number;
1537
1537
  defaultRadius: number;
1538
1538
  distanceUnitOfMeasure: string;
1539
- pagination: PaginationModel | null;
1539
+ pagination: PaginationModel$1 | null;
1540
1540
  warehouses: WarehouseModel[] | null;
1541
1541
  }
1542
1542
  interface BreadCrumbModel {
@@ -1849,7 +1849,7 @@ interface BaseAddressModel extends BaseModel$1 {
1849
1849
  }
1850
1850
  interface BillToCollectionModel extends BaseModel$1 {
1851
1851
  billTos: BillToModel[] | null;
1852
- pagination: PaginationModel | null;
1852
+ pagination: PaginationModel$1 | null;
1853
1853
  }
1854
1854
  interface CustomerSettingsModel extends BaseModel$1 {
1855
1855
  allowBillToAddressEdit: boolean;
@@ -1868,7 +1868,7 @@ interface CustomerSettingsModel extends BaseModel$1 {
1868
1868
  shipToStateRequired: boolean;
1869
1869
  }
1870
1870
  interface ShipToCollectionModel extends BaseModel$1 {
1871
- pagination: PaginationModel | null;
1871
+ pagination: PaginationModel$1 | null;
1872
1872
  shipTos: ShipToModel[] | null;
1873
1873
  }
1874
1874
  interface DashboardPanelCollectionModel extends BaseModel$1 {
@@ -1893,7 +1893,7 @@ interface DealerCollectionModel extends BaseModel$1 {
1893
1893
  defaultRadius: number;
1894
1894
  distanceUnitOfMeasure: string;
1895
1895
  formattedAddress: string;
1896
- pagination: PaginationModel | null;
1896
+ pagination: PaginationModel$1 | null;
1897
1897
  startDealerNumber: number;
1898
1898
  }
1899
1899
  interface DealerModel extends BaseModel$1 {
@@ -1944,7 +1944,7 @@ interface TellAFriendModel extends BaseModel$1 {
1944
1944
  }
1945
1945
  interface InvoiceCollectionModel extends BaseModel$1 {
1946
1946
  invoices: InvoiceModel[] | null;
1947
- pagination: PaginationModel | null;
1947
+ pagination: PaginationModel$1 | null;
1948
1948
  showErpOrderNumber: boolean;
1949
1949
  }
1950
1950
  interface InvoiceModel extends BaseModel$1 {
@@ -2198,7 +2198,7 @@ interface JobQuoteModel extends BaseModel$1 {
2198
2198
  }
2199
2199
  interface JobQuoteCollectionModel extends BaseModel$1 {
2200
2200
  jobQuotes: JobQuoteModel[] | null;
2201
- pagination: PaginationModel | null;
2201
+ pagination: PaginationModel$1 | null;
2202
2202
  }
2203
2203
  interface PricingRfqModel extends BaseModel$1 {
2204
2204
  calculationMethods: CalculationMethod[] | null;
@@ -2266,7 +2266,7 @@ interface MobilePageDto {
2266
2266
  }
2267
2267
  interface OrderCollectionModel extends BaseModel$1 {
2268
2268
  orders: OrderModel[] | null;
2269
- pagination: PaginationModel | null;
2269
+ pagination: PaginationModel$1 | null;
2270
2270
  showErpOrderNumber: boolean;
2271
2271
  }
2272
2272
  interface OrderPromotionModel extends BaseModel$1 {
@@ -2519,7 +2519,7 @@ interface OrderHistoryTaxDto {
2519
2519
  }
2520
2520
  interface OrderApprovalCollectionModel extends BaseModel$1 {
2521
2521
  cartCollection: CartModel[] | null;
2522
- pagination: PaginationModel | null;
2522
+ pagination: PaginationModel$1 | null;
2523
2523
  }
2524
2524
  interface PromotionCollectionModel extends BaseModel$1 {
2525
2525
  promotions: PromotionModel[] | null;
@@ -2579,7 +2579,7 @@ interface RealTimePricingModel extends BaseModel$1 {
2579
2579
  realTimePricingResults: ProductPriceDto$2[] | null;
2580
2580
  }
2581
2581
  interface RequisitionLineCollectionModel extends BaseModel$1 {
2582
- pagination: PaginationModel | null;
2582
+ pagination: PaginationModel$1 | null;
2583
2583
  requisitionLines: RequisitionLineModel[] | null;
2584
2584
  }
2585
2585
  interface RequisitionLineModel extends BaseModel$1 {
@@ -2645,7 +2645,7 @@ interface RequisitionModel extends BaseModel$1 {
2645
2645
  unitOfMeasureDisplay: string;
2646
2646
  }
2647
2647
  interface RequisitionCollectionModel extends BaseModel$1 {
2648
- pagination: PaginationModel | null;
2648
+ pagination: PaginationModel$1 | null;
2649
2649
  requisitions: RequisitionModel[] | null;
2650
2650
  }
2651
2651
  interface MessageModel extends BaseModel$1 {
@@ -2664,7 +2664,7 @@ interface MessageModel extends BaseModel$1 {
2664
2664
  quoteId: string;
2665
2665
  }
2666
2666
  interface QuoteCollectionModel extends BaseModel$1 {
2667
- pagination: PaginationModel | null;
2667
+ pagination: PaginationModel$1 | null;
2668
2668
  quotes: QuoteModel[] | null;
2669
2669
  salespersonList: SalespersonModel[] | null;
2670
2670
  }
@@ -2855,7 +2855,7 @@ interface AddressFieldDisplayModel extends BaseModel$1 {
2855
2855
  isVisible: boolean;
2856
2856
  }
2857
2857
  interface SiteMessageCollectionModel extends BaseModel$1 {
2858
- pagination: PaginationModel | null;
2858
+ pagination: PaginationModel$1 | null;
2859
2859
  siteMessages: SiteMessageModel[] | null;
2860
2860
  }
2861
2861
  interface CountryCollectionModel extends BaseModel$1 {
@@ -2876,7 +2876,7 @@ interface StateCollectionModel extends BaseModel$1 {
2876
2876
  states: StateModel[] | null;
2877
2877
  }
2878
2878
  interface TranslationDictionaryCollectionModel extends BaseModel$1 {
2879
- pagination: PaginationModel | null;
2879
+ pagination: PaginationModel$1 | null;
2880
2880
  translationDictionaries: TranslationDictionaryModel[] | null;
2881
2881
  }
2882
2882
  interface WebsiteModel extends BaseModel$1 {
@@ -2947,10 +2947,10 @@ interface SiteMessageModel {
2947
2947
  name: string;
2948
2948
  }
2949
2949
  interface WishListCollectionModel extends BaseModel$1 {
2950
- pagination: PaginationModel | null;
2951
- wishListCollection: WishListModel[] | null;
2950
+ pagination: PaginationModel$1 | null;
2951
+ wishListCollection: WishListModel$1[] | null;
2952
2952
  }
2953
- interface WishListEmailScheduleModel extends BaseModel$1 {
2953
+ interface WishListEmailScheduleModel$1 extends BaseModel$1 {
2954
2954
  endDate: Date | null;
2955
2955
  lastDateSent: Date | null;
2956
2956
  message: string;
@@ -2971,8 +2971,8 @@ interface WishListLineCollectionModel extends BaseModel$1 {
2971
2971
  changedListLineQuantities: {
2972
2972
  [key: string]: number;
2973
2973
  } | null;
2974
- pagination: PaginationModel | null;
2975
- wishListLines: WishListLineModel[] | null;
2974
+ pagination: PaginationModel$1 | null;
2975
+ wishListLines: WishListLineModel$1[] | null;
2976
2976
  }
2977
2977
  interface WishListSettingsModel extends BaseModel$1 {
2978
2978
  allowEditingOfWishLists: boolean;
@@ -2982,11 +2982,11 @@ interface WishListSettingsModel extends BaseModel$1 {
2982
2982
  enableWishListReminders: boolean;
2983
2983
  productsPerPage: number;
2984
2984
  }
2985
- interface WishListShareModel extends BaseModel$1 {
2985
+ interface WishListShareModel$1 extends BaseModel$1 {
2986
2986
  displayName: string;
2987
2987
  id: string;
2988
2988
  }
2989
- interface WishListLineModel extends BaseModel$1 {
2989
+ interface WishListLineModel$1 extends BaseModel$1 {
2990
2990
  allowZeroPricing: boolean;
2991
2991
  altText: string;
2992
2992
  availability: AvailabilityDto$2 | null;
@@ -3015,7 +3015,7 @@ interface WishListLineModel extends BaseModel$1 {
3015
3015
  pricing: ProductPriceDto$2 | null;
3016
3016
  productId: string;
3017
3017
  productName: string;
3018
- productUnitOfMeasures: ProductUnitOfMeasureDto[] | null;
3018
+ productUnitOfMeasures: ProductUnitOfMeasureDto$1[] | null;
3019
3019
  productUri: string;
3020
3020
  qtyOnHand: number;
3021
3021
  qtyOrdered: number;
@@ -3030,7 +3030,7 @@ interface WishListLineModel extends BaseModel$1 {
3030
3030
  unitOfMeasureDescription: string;
3031
3031
  unitOfMeasureDisplay: string;
3032
3032
  }
3033
- interface WishListModel extends BaseModel$1 {
3033
+ interface WishListModel$1 extends BaseModel$1 {
3034
3034
  allowEdit: boolean;
3035
3035
  canAddAllToCart: boolean;
3036
3036
  canAddToCart: boolean;
@@ -3042,9 +3042,9 @@ interface WishListModel extends BaseModel$1 {
3042
3042
  isSharedList: boolean;
3043
3043
  message: string;
3044
3044
  name: string;
3045
- pagination: PaginationModel | null;
3045
+ pagination: PaginationModel$1 | null;
3046
3046
  recipientEmailAddress: string;
3047
- schedule: WishListEmailScheduleModel | null;
3047
+ schedule: WishListEmailScheduleModel$1 | null;
3048
3048
  sendDayOfMonthPossibleValues: {
3049
3049
  key: number;
3050
3050
  value: string;
@@ -3057,10 +3057,10 @@ interface WishListModel extends BaseModel$1 {
3057
3057
  senderName: string;
3058
3058
  shareOption: string;
3059
3059
  sharedByDisplayName: string;
3060
- sharedUsers: WishListShareModel[] | null;
3060
+ sharedUsers: WishListShareModel$1[] | null;
3061
3061
  updatedByDisplayName: string;
3062
3062
  updatedOn: Date;
3063
- wishListLineCollection: WishListLineModel[] | null;
3063
+ wishListLineCollection: WishListLineModel$1[] | null;
3064
3064
  wishListLinesCount: number;
3065
3065
  wishListLinesUri: string;
3066
3066
  wishListSharesCount: number;
@@ -3290,6 +3290,25 @@ interface BaseModel {
3290
3290
  uri: string
3291
3291
  }
3292
3292
 
3293
+ interface PaginationModel {
3294
+ currentPage: number
3295
+ defaultPageSize: number
3296
+ nextPageUri: string
3297
+ numberOfPages: number
3298
+ page: number
3299
+ pageSize: number
3300
+ pageSizeOptions: number[]
3301
+ prevPageUri: string
3302
+ sortOptions: SortOptionModel[]
3303
+ sortType: string
3304
+ totalItemCount: number
3305
+ }
3306
+
3307
+ interface SortOptionModel {
3308
+ displayName: string
3309
+ sortType: string
3310
+ }
3311
+
3293
3312
  declare enum AvailabilityMessageType {
3294
3313
  NoMessage = 0,
3295
3314
  Available = 1,
@@ -3297,6 +3316,17 @@ declare enum AvailabilityMessageType {
3297
3316
  LowStock = 3,
3298
3317
  }
3299
3318
 
3319
+ interface ProductUnitOfMeasureDto {
3320
+ availability: AvailabilityDto | null
3321
+ description: string
3322
+ isDefault: boolean
3323
+ productUnitOfMeasureId: string
3324
+ qtyPerBaseUnitOfMeasure: number
3325
+ roundingRule: string
3326
+ unitOfMeasure: string
3327
+ unitOfMeasureDisplay: string
3328
+ }
3329
+
3300
3330
  interface ProductSubscriptionDto {
3301
3331
  subscriptionAddToInitialOrder: boolean
3302
3332
  subscriptionAllMonths: boolean
@@ -3454,6 +3484,97 @@ interface SectionOptionDto {
3454
3484
  sectionOptionId: string
3455
3485
  }
3456
3486
 
3487
+ interface WishListEmailScheduleModel extends BaseModel {
3488
+ endDate: Date | null
3489
+ lastDateSent: Date | null
3490
+ message: string
3491
+ repeatInterval: number
3492
+ repeatPeriod: string
3493
+ sendDayOfMonth: number
3494
+ sendDayOfWeek: string
3495
+ startDate: Date
3496
+ }
3497
+
3498
+ interface WishListShareModel extends BaseModel {
3499
+ displayName: string
3500
+ id: string
3501
+ }
3502
+
3503
+ interface WishListLineModel extends BaseModel {
3504
+ allowZeroPricing: boolean
3505
+ altText: string
3506
+ availability: AvailabilityDto | null
3507
+ baseUnitOfMeasure: string
3508
+ baseUnitOfMeasureDisplay: string
3509
+ brand: BrandDto | null
3510
+ breakPrices: BreakPriceDto[] | null
3511
+ canAddToCart: boolean
3512
+ canBackOrder: boolean
3513
+ canEnterQuantity: boolean
3514
+ canShowPrice: boolean
3515
+ canShowUnitOfMeasure: boolean
3516
+ createdByDisplayName: string
3517
+ createdOn: Date
3518
+ customerName: string
3519
+ erpNumber: string
3520
+ id: string
3521
+ isActive: boolean
3522
+ isDiscontinued: boolean
3523
+ isQtyAdjusted: boolean
3524
+ isSharedLine: boolean
3525
+ isVisible: boolean
3526
+ manufacturerItem: string
3527
+ notes: string
3528
+ packDescription: string
3529
+ pricing: ProductPriceDto | null
3530
+ productId: string
3531
+ productName: string
3532
+ productUnitOfMeasures: ProductUnitOfMeasureDto[] | null
3533
+ productUri: string
3534
+ qtyOnHand: number
3535
+ qtyOrdered: number
3536
+ qtyPerBaseUnitOfMeasure: number
3537
+ quoteRequired: boolean
3538
+ selectedUnitOfMeasure: string
3539
+ shortDescription: string
3540
+ smallImagePath: string
3541
+ sortOrder: number
3542
+ trackInventory: boolean
3543
+ unitOfMeasure: string
3544
+ unitOfMeasureDescription: string
3545
+ unitOfMeasureDisplay: string
3546
+ }
3547
+
3548
+ interface WishListModel extends BaseModel {
3549
+ allowEdit: boolean
3550
+ canAddAllToCart: boolean
3551
+ canAddToCart: boolean
3552
+ description: string
3553
+ hasAnyLines: boolean
3554
+ id: string
3555
+ isAutogenerated: boolean
3556
+ isGlobal: boolean
3557
+ isSharedList: boolean
3558
+ message: string
3559
+ name: string
3560
+ pagination: PaginationModel | null
3561
+ recipientEmailAddress: string
3562
+ schedule: WishListEmailScheduleModel | null
3563
+ sendDayOfMonthPossibleValues: { key: number; value: string }[] | null
3564
+ sendDayOfWeekPossibleValues: { key: string; value: string }[] | null
3565
+ sendEmail: boolean
3566
+ senderName: string
3567
+ shareOption: string
3568
+ sharedByDisplayName: string
3569
+ sharedUsers: WishListShareModel[] | null
3570
+ updatedByDisplayName: string
3571
+ updatedOn: Date
3572
+ wishListLineCollection: WishListLineModel[] | null
3573
+ wishListLinesCount: number
3574
+ wishListLinesUri: string
3575
+ wishListSharesCount: number
3576
+ }
3577
+
3457
3578
  interface Props$2 {
3458
3579
  onCartLineAdded?: (cartLine: CartLineModel) => void;
3459
3580
  onCartLineError?: (error: Error, cartLine: CartLineModel | undefined) => void;
@@ -3476,6 +3597,8 @@ declare function useFavorite(): {
3476
3597
  declare function useFavoriteProduct(productId: string): {
3477
3598
  isFavorite: boolean;
3478
3599
  isFetching: boolean;
3600
+ wishList: WishListModel | undefined;
3601
+ wishListItem: WishListLineModel | undefined;
3479
3602
  };
3480
3603
 
3481
3604
  type EventCallback<T> = (data: T) => void
@@ -3686,6 +3809,8 @@ interface NavigateOptions {
3686
3809
  interface LinkButtonProps {
3687
3810
  children?: React.ReactNode | string;
3688
3811
  className?: string;
3812
+ color?: 'primary' | 'secondary';
3813
+ hasUnderline?: boolean;
3689
3814
  href?: string;
3690
3815
  isDisabled?: boolean;
3691
3816
  onPress?: VoidFunction;
@@ -3693,7 +3818,7 @@ interface LinkButtonProps {
3693
3818
  target?: HTMLAttributeAnchorTarget;
3694
3819
  type?: 'button' | 'link';
3695
3820
  }
3696
- declare function LinkButton({ children, className, href, isDisabled, onPress, route, target, type, }: LinkButtonProps): react_jsx_runtime.JSX.Element;
3821
+ declare function LinkButton({ children, className, href, isDisabled, onPress, route, hasUnderline, target, color, type, }: LinkButtonProps): react_jsx_runtime.JSX.Element;
3697
3822
 
3698
3823
  type AddToCartState = 'initial' | 'spinner' | 'manual-input';
3699
3824
  interface AddToCartButtonProps {
@@ -4143,8 +4268,9 @@ type CategoryHit$1 = Hit<{
4143
4268
  }>;
4144
4269
 
4145
4270
  type PopularCategoryHit$1 = Hit<{
4146
- count: number;
4147
- label: string;
4271
+ href: string;
4272
+ image: Image$1;
4273
+ title: string;
4148
4274
  }>;
4149
4275
 
4150
4276
  type PopularSearchHit$1 = Hit<{
@@ -4197,8 +4323,9 @@ type CategoryHit = Hit<{
4197
4323
  }>
4198
4324
 
4199
4325
  type PopularCategoryHit = Hit<{
4200
- count: number
4201
- label: string
4326
+ href: string
4327
+ image: Image$1
4328
+ title: string
4202
4329
  }>
4203
4330
 
4204
4331
  type PopularSearchHit = Hit<{
@@ -4304,4 +4431,4 @@ declare function ReactQueryContainer({ children }: {
4304
4431
  children: ReactNode;
4305
4432
  }): react_jsx_runtime.JSX.Element;
4306
4433
 
4307
- export { Accordion, type AccountCollectionModel, type AccountModel, type AccountPaymentProfileCollectionModel, type AccountPaymentProfileModel, type AccountSettingsModel, type AccountShipToCollectionModel, type AccountShipToModel, type AccountsReceivableDto, type AddProductToCurrentCartParams, AddToCartButton, type AddressFieldCollectionModel, type AddressFieldDisplayCollectionModel, type AddressFieldDisplayModel, type AgingBucketDto, AlgoliaActiveCategories, AlgoliaCategoriesFilters, AlgoliaFilterPanel, type AlgoliaFilterPanelProps, AlgoliaInsightInstantSearchProvider, AlgoliaInsightsProvider, AlgoliaInsightsProviderContext, type AlgoliaInsightsProviderState, AlgoliaMultiSelectFilterSection, AlgoliaPagination, AlgoliaProvider, AlgoliaResultsCount, AlgoliaSortBy, type AttributeTypeDto, type AttributeTypeFacetModel, type AttributeTypeModel, type AttributeValueDto, type AttributeValueFacetModel, type AttributeValueModel, type AutocompleteItemModel, type AutocompleteModel, type AutocompleteProductCollectionModel, type AutocompleteProductModel, type AutocompleteProps$1 as AutocompleteProps, type AvailabilityDto$2 as AvailabilityDto, AvailabilityMessageType$2 as AvailabilityMessageType, BadgeImagePlacementValues, type BadgeModel, BadgeStyleValues, BadgeTypeValues, type BaseAddressModel, type BaseModel$1 as BaseModel, type BillToCollectionModel, type BillToModel, type BrandAlphabetLetterModel, type BrandAlphabetModel, type BrandAutocompleteModel, type BrandCategoryCollectionModel, type BrandCategoryModel, type BrandCollectionModel, type BrandDto$2 as BrandDto, type BrandModel, type BrandProductLineCollectionModel, type BrandProductLineModel, type BreadCrumb, type BreadCrumbModel, Breadcrumb, type BreadcrumbProps, type BreakPriceDto$2 as BreakPriceDto, type BreakPriceRfqModel, type BudgetCalendarCollectionModel, type BudgetCalendarModel, type BudgetCollectionModel, type BudgetLineModel, type BudgetModel, Button, type ButtonProps, type CalculationMethod, type CarrierDto, type CartCollectionModel, type CartLineCollectionModel, type CartLineModel$2 as CartLineModel, type CartModel, CartProvider, type CartSettingsModel, type CatalogPageModel, type Category$1 as Category, CategoryCarousel, type CategoryCarouselProps, type CategoryCollectionModel, type CategoryFacetModel, type CategoryModel, Checkbox, type CheckboxProps$1 as CheckboxProps, type ChildTraitValueModel, ColorCheckbox, type ColorCheckboxProps, type ConfigSectionDto, type ConfigSectionModel, type ConfigSectionOptionDto, type ConfigurationModel, ConnectedAddToCartButton, type ContactUsModel, type ContentModel, type CostCodeDto, type CostCodeModel, type CountryCollectionModel, type CountryModel, type CreditCardBillingAddressDto, type CreditCardDto, type CrossSellCollectionModel, type CurrencyCollectionModel, type CurrencyModel, CurrencyPositioningType, type CustomerCostCodeDto, type CustomerOrderTaxDto, type CustomerSettingsModel, type CustomerValidationDto, type DashboardPanelCollectionModel, type DashboardPanelModel, type DealerCollectionModel, type DealerModel, type DetailModel, type DocumentDto, type DocumentModel, type ECheckDto, type FacetModel, FavoriteButton, type FavoriteButtonProps, FavoriteProvider, type FetchProductListingPageDataArgs, type FieldScoreDetailedDto, type FieldScoreDetailedModel, type FieldScoreDto, type FieldScoreModel, type FieldValidationDto, type FilterOption, FilterSection, type Filters, FormattedMessage, type FormattedMessageFunction, type FormattedMessageProps, GlobalSearch, GlobalSearchContainer, GlobalSearchDisclosureContext, GlobalStateProvider, GlobalStateProviderContext, IconButton, type IconButtonProps, Image, type ImageModel, IntlProvider, type InventoryAvailabilityDto, type InventoryWarehousesDto, type InvoiceCollectionModel, type InvoiceHistoryTaxDto, type InvoiceLineModel, type InvoiceModel, type InvoiceSettingsModel, type JobQuoteCollectionModel, type JobQuoteLineModel, type JobQuoteModel, type LanguageCollectionModel, type LanguageModel, type LegacyConfigurationDto, type Link$1 as Link, LinkButton, type LinkButtonProps, LoadingOverlay, type MessageCollectionModel, type MessageModel, type MobileAppSettingsModel, type MobileContentModel, type MobilePageDto, type MobileWidgetDto, MultiSelect, type MultiSelectProps, type NavigateFn, type NavigateOptions$1 as NavigateOptions, NumberField, type NumberFieldSize, type OrderApprovalCollectionModel, type OrderCollectionModel, type OrderHistoryTaxDto, type OrderLineModel, type OrderModel, type OrderPromotionModel, type OrderRequestModel, type OrderSettingsModel, type OrderStatusMappingCollectionModel, type OrderStatusMappingModel, Page, PageContainer, type PageProps, type PaginationModel, type PaymentMethodDto, type PaymentOptionsDto, type PersonaModel, type PoRequisitionModel, type PriceFacetModel, type PriceRangeModel, type PricingRfqModel, type ProductAutocompleteItemModel, type ProductAvailabilityModel, ProductCard, type ProductCardProps, type ProductCollectionModel, type ProductDto, type ProductHit$1 as ProductHit, type ProductImageDto, type ProductInventoryDto, type ProductLineDto, type ProductLineModel, ProductListingPage, type ProductListingPageDataResponse, type ProductListingPageProps, type ProductModel, ProductOverviewGrid, type ProductOverviewGridProps, ProductPrice, type ProductPriceDto$2 as ProductPriceDto, type ProductPriceModel, type ProductPriceProps, type ProductSettingsModel, ProductSku, type ProductSkuProps, type ProductSubscriptionDto$2 as ProductSubscriptionDto, type ProductSubscriptionModel, type ProductUnitOfMeasureDto, type ProfileTransactionRequestModel, ProgressCircle, type ProgressCircleProps, type PromoCard$1 as PromoCard, type PromoCards, type PromotionCollectionModel, type PromotionModel, type QuoteCollectionModel, type QuoteLineModel, type QuoteModel, type QuoteSettingsModel, ReactQueryContainer, type RealTimeCartInventoryModel, type RealTimeInventoryModel, type RealTimePricingModel, type RefinementListItem, type RelatedProductDto, type RequisitionCollectionModel, type RequisitionLineCollectionModel, type RequisitionLineModel, type RequisitionModel, type RmaLineDto, type RmaModel, RouteButton, RouteLink, RouteProvider, type RouteProviderProps, type SalespersonModel, type ScoreExplanationDto, type ScoreExplanationModel, SearchResultsPage, type SectionOptionDto$2 as SectionOptionDto, type SectionOptionModel, Select, type SelectProps, type SessionModel, type SessionRequestModel, type SettingsCollectionModel, type SetupRequestModel, type ShareEntityModel, type ShareOrderModel, type ShipToCollectionModel, type ShipToModel, type ShipViaDto, type ShipmentPackageDto, type ShipmentPackageLineDto, ShowAll, type ShowAllProps, Sidebar, SidebarDetectBreakpoint, type SidebarProps, SidebarProvider, type SiteMessageCollectionModel, type SiteMessageModel, type SortOptionModel, type SpecificationDto, type SpecificationModel, type StateCollectionModel, type StateModel, type StyleTraitDto, type StyleValueDto, type StyledProductDto, type SuggestionModel, type TellAFriendModel, TextField, type TraitValueModel, type TranslationDictionaryCollectionModel, type TranslationDictionaryModel, type TranslationId, type UnitOfMeasureModel, type UpdateCartLineParams, type UpdateGlobalState$1 as UpdateGlobalState, type UpdateWishListLineCollectionModel, 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, type WebsiteModel, type WebsiteSettingsModel, type WishListCollectionModel, type WishListEmailScheduleModel, type WishListLineCollectionModel, type WishListLineModel, type WishListModel, type WishListSettingsModel, type WishListShareModel, config, configPerEnvironment, createSonicSearchClient, transformAlgoliaProductHitToProductHit, useAddProductToCurrentCart, useAlgolia, useAlgoliaInsights, useAlgoliaSearch, useBreakpoint, useCartEvents, useDebouncedCallback, useDeleteCartLineById, useDisclosure, useFavorite, useFavoriteProduct, useFetchCurrentCartLines, useFetchProductListingPageData, useFormattedMessage, useGlobalSearchDisclosure, useGlobalState, useNavigate, useScrollLock, useUpdateCartLineById, userToken, userTokenEventEmitter };
4434
+ export { Accordion, type AccountCollectionModel, type AccountModel, type AccountPaymentProfileCollectionModel, type AccountPaymentProfileModel, type AccountSettingsModel, type AccountShipToCollectionModel, type AccountShipToModel, type AccountsReceivableDto, type AddProductToCurrentCartParams, AddToCartButton, type AddressFieldCollectionModel, type AddressFieldDisplayCollectionModel, type AddressFieldDisplayModel, type AgingBucketDto, AlgoliaActiveCategories, AlgoliaCategoriesFilters, AlgoliaFilterPanel, type AlgoliaFilterPanelProps, AlgoliaInsightInstantSearchProvider, AlgoliaInsightsProvider, AlgoliaInsightsProviderContext, type AlgoliaInsightsProviderState, AlgoliaMultiSelectFilterSection, AlgoliaPagination, AlgoliaProvider, AlgoliaResultsCount, AlgoliaSortBy, type AttributeTypeDto, type AttributeTypeFacetModel, type AttributeTypeModel, type AttributeValueDto, type AttributeValueFacetModel, type AttributeValueModel, type AutocompleteItemModel, type AutocompleteModel, type AutocompleteProductCollectionModel, type AutocompleteProductModel, type AutocompleteProps$1 as AutocompleteProps, type AvailabilityDto$2 as AvailabilityDto, AvailabilityMessageType$2 as AvailabilityMessageType, BadgeImagePlacementValues, type BadgeModel, BadgeStyleValues, BadgeTypeValues, type BaseAddressModel, type BaseModel$1 as BaseModel, type BillToCollectionModel, type BillToModel, type BrandAlphabetLetterModel, type BrandAlphabetModel, type BrandAutocompleteModel, type BrandCategoryCollectionModel, type BrandCategoryModel, type BrandCollectionModel, type BrandDto$2 as BrandDto, type BrandModel, type BrandProductLineCollectionModel, type BrandProductLineModel, type BreadCrumb, type BreadCrumbModel, Breadcrumb, type BreadcrumbProps, type BreakPriceDto$2 as BreakPriceDto, type BreakPriceRfqModel, type BudgetCalendarCollectionModel, type BudgetCalendarModel, type BudgetCollectionModel, type BudgetLineModel, type BudgetModel, Button, type ButtonProps, type CalculationMethod, type CarrierDto, type CartCollectionModel, type CartLineCollectionModel, type CartLineModel$2 as CartLineModel, type CartModel, CartProvider, type CartSettingsModel, type CatalogPageModel, type Category$1 as Category, CategoryCarousel, type CategoryCarouselProps, type CategoryCollectionModel, type CategoryFacetModel, type CategoryModel, Checkbox, type CheckboxProps$1 as CheckboxProps, type ChildTraitValueModel, ColorCheckbox, type ColorCheckboxProps, type ConfigSectionDto, type ConfigSectionModel, type ConfigSectionOptionDto, type ConfigurationModel, ConnectedAddToCartButton, type ContactUsModel, type ContentModel, type CostCodeDto, type CostCodeModel, type CountryCollectionModel, type CountryModel, type CreditCardBillingAddressDto, type CreditCardDto, type CrossSellCollectionModel, type CurrencyCollectionModel, type CurrencyModel, CurrencyPositioningType, type CustomerCostCodeDto, type CustomerOrderTaxDto, type CustomerSettingsModel, type CustomerValidationDto, type DashboardPanelCollectionModel, type DashboardPanelModel, type DealerCollectionModel, type DealerModel, type DetailModel, type DocumentDto, type DocumentModel, type ECheckDto, type FacetModel, FavoriteButton, type FavoriteButtonProps, FavoriteProvider, type FetchProductListingPageDataArgs, type FieldScoreDetailedDto, type FieldScoreDetailedModel, type FieldScoreDto, type FieldScoreModel, type FieldValidationDto, type FilterOption, FilterSection, type Filters, FormattedMessage, type FormattedMessageFunction, type FormattedMessageProps, GlobalSearch, GlobalSearchContainer, GlobalSearchDisclosureContext, GlobalStateProvider, GlobalStateProviderContext, IconButton, type IconButtonProps, Image, type ImageModel, IntlProvider, type InventoryAvailabilityDto, type InventoryWarehousesDto, type InvoiceCollectionModel, type InvoiceHistoryTaxDto, type InvoiceLineModel, type InvoiceModel, type InvoiceSettingsModel, type JobQuoteCollectionModel, type JobQuoteLineModel, type JobQuoteModel, type LanguageCollectionModel, type LanguageModel, type LegacyConfigurationDto, type Link$1 as Link, LinkButton, type LinkButtonProps, LoadingOverlay, type MessageCollectionModel, type MessageModel, type MobileAppSettingsModel, type MobileContentModel, type MobilePageDto, type MobileWidgetDto, MultiSelect, type MultiSelectProps, type NavigateFn, type NavigateOptions$1 as NavigateOptions, NumberField, type NumberFieldSize, type OrderApprovalCollectionModel, type OrderCollectionModel, type OrderHistoryTaxDto, type OrderLineModel, type OrderModel, type OrderPromotionModel, type OrderRequestModel, type OrderSettingsModel, type OrderStatusMappingCollectionModel, type OrderStatusMappingModel, Page, PageContainer, type PageProps, type PaginationModel$1 as PaginationModel, type PaymentMethodDto, type PaymentOptionsDto, type PersonaModel, type PoRequisitionModel, type PriceFacetModel, type PriceRangeModel, type PricingRfqModel, type ProductAutocompleteItemModel, type ProductAvailabilityModel, ProductCard, type ProductCardProps, type ProductCollectionModel, type ProductDto, type ProductHit$1 as ProductHit, type ProductImageDto, type ProductInventoryDto, type ProductLineDto, type ProductLineModel, ProductListingPage, type ProductListingPageDataResponse, type ProductListingPageProps, type ProductModel, ProductOverviewGrid, type ProductOverviewGridProps, ProductPrice, type ProductPriceDto$2 as ProductPriceDto, type ProductPriceModel, type ProductPriceProps, type ProductSettingsModel, ProductSku, type ProductSkuProps, type ProductSubscriptionDto$2 as ProductSubscriptionDto, type ProductSubscriptionModel, type ProductUnitOfMeasureDto$1 as ProductUnitOfMeasureDto, type ProfileTransactionRequestModel, ProgressCircle, type ProgressCircleProps, type PromoCard$1 as PromoCard, type PromoCards, type PromotionCollectionModel, type PromotionModel, type QuoteCollectionModel, type QuoteLineModel, type QuoteModel, type QuoteSettingsModel, ReactQueryContainer, type RealTimeCartInventoryModel, type RealTimeInventoryModel, type RealTimePricingModel, type RefinementListItem, type RelatedProductDto, type RequisitionCollectionModel, type RequisitionLineCollectionModel, type RequisitionLineModel, type RequisitionModel, type RmaLineDto, type RmaModel, RouteButton, RouteLink, RouteProvider, type RouteProviderProps, type SalespersonModel, type ScoreExplanationDto, type ScoreExplanationModel, SearchResultsPage, type SectionOptionDto$2 as SectionOptionDto, type SectionOptionModel, Select, type SelectProps, type SessionModel, type SessionRequestModel, type SettingsCollectionModel, type SetupRequestModel, type ShareEntityModel, type ShareOrderModel, type ShipToCollectionModel, type ShipToModel, type ShipViaDto, type ShipmentPackageDto, type ShipmentPackageLineDto, ShowAll, type ShowAllProps, Sidebar, SidebarDetectBreakpoint, type SidebarProps, SidebarProvider, type SiteMessageCollectionModel, type SiteMessageModel, type SortOptionModel$1 as SortOptionModel, type SpecificationDto, type SpecificationModel, type StateCollectionModel, type StateModel, type StyleTraitDto, type StyleValueDto, type StyledProductDto, type SuggestionModel, type TellAFriendModel, TextField, type TraitValueModel, type TranslationDictionaryCollectionModel, type TranslationDictionaryModel, type TranslationId, type UnitOfMeasureModel, type UpdateCartLineParams, type UpdateGlobalState$1 as UpdateGlobalState, type UpdateWishListLineCollectionModel, 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, type WebsiteModel, type WebsiteSettingsModel, type WishListCollectionModel, type WishListEmailScheduleModel$1 as WishListEmailScheduleModel, type WishListLineCollectionModel, type WishListLineModel$1 as WishListLineModel, type WishListModel$1 as WishListModel, type WishListSettingsModel, type WishListShareModel$1 as WishListShareModel, config, configPerEnvironment, createSonicSearchClient, transformAlgoliaProductHitToProductHit, useAddProductToCurrentCart, useAlgolia, useAlgoliaInsights, useAlgoliaSearch, useBreakpoint, useCartEvents, useDebouncedCallback, useDeleteCartLineById, useDisclosure, useFavorite, useFavoriteProduct, useFetchCurrentCartLines, useFetchProductListingPageData, useFormattedMessage, useGlobalSearchDisclosure, useGlobalState, useNavigate, useScrollLock, useUpdateCartLineById, userToken, userTokenEventEmitter };