@seekora-ai/ui-sdk-react 0.2.14 → 0.2.16

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 (143) hide show
  1. package/dist/components/CurrentRefinements.d.ts.map +1 -1
  2. package/dist/components/CurrentRefinements.js +69 -9
  3. package/dist/components/FacetDropdown.d.ts +94 -0
  4. package/dist/components/FacetDropdown.d.ts.map +1 -0
  5. package/dist/components/FacetDropdown.js +396 -0
  6. package/dist/components/Facets.d.ts +30 -0
  7. package/dist/components/Facets.d.ts.map +1 -1
  8. package/dist/components/Facets.js +215 -7
  9. package/dist/components/FederatedDropdown.d.ts.map +1 -1
  10. package/dist/components/FederatedDropdown.js +45 -31
  11. package/dist/components/InfiniteHits.d.ts +0 -7
  12. package/dist/components/InfiniteHits.d.ts.map +1 -1
  13. package/dist/components/InfiniteHits.js +2 -13
  14. package/dist/components/Pagination.d.ts.map +1 -1
  15. package/dist/components/Pagination.js +27 -9
  16. package/dist/components/QuerySuggestions.d.ts +0 -4
  17. package/dist/components/QuerySuggestions.d.ts.map +1 -1
  18. package/dist/components/QuerySuggestions.js +1 -17
  19. package/dist/components/QuerySuggestionsDropdown.d.ts +0 -4
  20. package/dist/components/QuerySuggestionsDropdown.d.ts.map +1 -1
  21. package/dist/components/QuerySuggestionsDropdown.js +32 -33
  22. package/dist/components/RangeInput.d.ts.map +1 -1
  23. package/dist/components/RangeInput.js +6 -6
  24. package/dist/components/RangeSlider.d.ts.map +1 -1
  25. package/dist/components/RangeSlider.js +54 -32
  26. package/dist/components/Recommendations.d.ts +0 -7
  27. package/dist/components/Recommendations.d.ts.map +1 -1
  28. package/dist/components/Recommendations.js +3 -23
  29. package/dist/components/RichQuerySuggestions.d.ts +0 -4
  30. package/dist/components/RichQuerySuggestions.d.ts.map +1 -1
  31. package/dist/components/RichQuerySuggestions.js +40 -35
  32. package/dist/components/SearchBar.d.ts +0 -4
  33. package/dist/components/SearchBar.d.ts.map +1 -1
  34. package/dist/components/SearchBar.js +17 -11
  35. package/dist/components/SearchBarWithSuggestions.js +4 -4
  36. package/dist/components/SearchLayout.d.ts.map +1 -1
  37. package/dist/components/SearchLayout.js +22 -17
  38. package/dist/components/SearchProvider.d.ts.map +1 -1
  39. package/dist/components/SearchProvider.js +1 -3
  40. package/dist/components/SearchResults.d.ts +0 -6
  41. package/dist/components/SearchResults.d.ts.map +1 -1
  42. package/dist/components/SearchResults.js +38 -39
  43. package/dist/components/primitives/ActionButtons.d.ts.map +1 -1
  44. package/dist/components/primitives/ActionButtons.js +34 -10
  45. package/dist/components/primitives/BadgeList.d.ts.map +1 -1
  46. package/dist/components/primitives/BadgeList.js +33 -13
  47. package/dist/components/primitives/ImageDisplay.d.ts.map +1 -1
  48. package/dist/components/primitives/ImageDisplay.js +32 -19
  49. package/dist/components/primitives/ImageZoom.d.ts.map +1 -1
  50. package/dist/components/primitives/ImageZoom.js +85 -30
  51. package/dist/components/primitives/VariantSelector.js +10 -10
  52. package/dist/components/primitives/VariantSwatches.d.ts.map +1 -1
  53. package/dist/components/primitives/VariantSwatches.js +28 -13
  54. package/dist/components/product-page/ProductGallery.d.ts +8 -1
  55. package/dist/components/product-page/ProductGallery.d.ts.map +1 -1
  56. package/dist/components/product-page/ProductGallery.js +2 -2
  57. package/dist/components/section-primitives/SectionItemGrid.d.ts +1 -3
  58. package/dist/components/section-primitives/SectionItemGrid.d.ts.map +1 -1
  59. package/dist/components/section-primitives/SectionItemGrid.js +1 -4
  60. package/dist/components/section-primitives/SectionSearchProvider.d.ts +3 -1
  61. package/dist/components/section-primitives/SectionSearchProvider.d.ts.map +1 -1
  62. package/dist/components/section-primitives/SectionSearchProvider.js +3 -2
  63. package/dist/components/section-primitives/index.d.ts +0 -1
  64. package/dist/components/section-primitives/index.d.ts.map +1 -1
  65. package/dist/components/section-primitives/index.js +0 -1
  66. package/dist/components/suggestions/AmazonDropdown.d.ts.map +1 -1
  67. package/dist/components/suggestions/AmazonDropdown.js +3 -21
  68. package/dist/components/suggestions/GoogleDropdown.d.ts.map +1 -1
  69. package/dist/components/suggestions/GoogleDropdown.js +3 -20
  70. package/dist/components/suggestions/MinimalDropdown.d.ts.map +1 -1
  71. package/dist/components/suggestions/MinimalDropdown.js +2 -2
  72. package/dist/components/suggestions/MobileSheetDropdown.d.ts.map +1 -1
  73. package/dist/components/suggestions/MobileSheetDropdown.js +78 -78
  74. package/dist/components/suggestions/PinterestDropdown.d.ts.map +1 -1
  75. package/dist/components/suggestions/PinterestDropdown.js +41 -41
  76. package/dist/components/suggestions/ShopifyDropdown.d.ts.map +1 -1
  77. package/dist/components/suggestions/ShopifyDropdown.js +40 -41
  78. package/dist/components/suggestions/SpotlightDropdown.d.ts.map +1 -1
  79. package/dist/components/suggestions/SpotlightDropdown.js +2 -3
  80. package/dist/components/suggestions/SuggestionSearchBar.d.ts.map +1 -1
  81. package/dist/components/suggestions/SuggestionSearchBar.js +2 -15
  82. package/dist/components/suggestions/types.d.ts +0 -6
  83. package/dist/components/suggestions/types.d.ts.map +1 -1
  84. package/dist/components/suggestions-primitives/DropdownPanel.d.ts.map +1 -1
  85. package/dist/components/suggestions-primitives/DropdownPanel.js +15 -2
  86. package/dist/components/suggestions-primitives/ItemCard.d.ts.map +1 -1
  87. package/dist/components/suggestions-primitives/ItemCard.js +48 -11
  88. package/dist/components/suggestions-primitives/ItemGrid.d.ts.map +1 -1
  89. package/dist/components/suggestions-primitives/ItemGrid.js +18 -5
  90. package/dist/components/suggestions-primitives/ProductCard.d.ts.map +1 -1
  91. package/dist/components/suggestions-primitives/ProductCard.js +36 -12
  92. package/dist/components/suggestions-primitives/ProductCardLayouts.d.ts.map +1 -1
  93. package/dist/components/suggestions-primitives/ProductCardLayouts.js +52 -20
  94. package/dist/components/suggestions-primitives/ProductGrid.d.ts.map +1 -1
  95. package/dist/components/suggestions-primitives/ProductGrid.js +8 -3
  96. package/dist/components/suggestions-primitives/RecentSearchesList.d.ts.map +1 -1
  97. package/dist/components/suggestions-primitives/RecentSearchesList.js +12 -5
  98. package/dist/components/suggestions-primitives/SearchInput.d.ts.map +1 -1
  99. package/dist/components/suggestions-primitives/SearchInput.js +29 -10
  100. package/dist/components/suggestions-primitives/SuggestionItem.d.ts.map +1 -1
  101. package/dist/components/suggestions-primitives/SuggestionItem.js +8 -3
  102. package/dist/components/suggestions-primitives/SuggestionList.d.ts +1 -8
  103. package/dist/components/suggestions-primitives/SuggestionList.d.ts.map +1 -1
  104. package/dist/components/suggestions-primitives/SuggestionList.js +1 -7
  105. package/dist/components/suggestions-primitives/TrendingList.d.ts.map +1 -1
  106. package/dist/components/suggestions-primitives/TrendingList.js +14 -7
  107. package/dist/components/suggestions-primitives/index.d.ts +1 -3
  108. package/dist/components/suggestions-primitives/index.d.ts.map +1 -1
  109. package/dist/components/suggestions-primitives/index.js +1 -2
  110. package/dist/docsearch/components/DocSearch.d.ts.map +1 -1
  111. package/dist/docsearch/components/DocSearch.js +1 -1
  112. package/dist/docsearch/components/Results.d.ts +1 -3
  113. package/dist/docsearch/components/Results.d.ts.map +1 -1
  114. package/dist/docsearch/components/Results.js +1 -9
  115. package/dist/docsearch/components/SearchBox.d.ts +1 -2
  116. package/dist/docsearch/components/SearchBox.d.ts.map +1 -1
  117. package/dist/docsearch/components/SearchBox.js +4 -6
  118. package/dist/docsearch/hooks/useSeekoraSearch.d.ts.map +1 -1
  119. package/dist/docsearch/hooks/useSeekoraSearch.js +6 -0
  120. package/dist/docsearch/types.d.ts +0 -1
  121. package/dist/docsearch/types.d.ts.map +1 -1
  122. package/dist/docsearch.css +2 -5
  123. package/dist/hooks/useClickTracking.d.ts.map +1 -1
  124. package/dist/hooks/useClickTracking.js +4 -11
  125. package/dist/hooks/useExperiment.d.ts.map +1 -1
  126. package/dist/hooks/useExperiment.js +10 -33
  127. package/dist/hooks/useFilters.d.ts +27 -0
  128. package/dist/hooks/useFilters.d.ts.map +1 -0
  129. package/dist/hooks/useFilters.js +66 -0
  130. package/dist/index.d.ts +10 -5
  131. package/dist/index.d.ts.map +1 -1
  132. package/dist/index.js +4 -2
  133. package/dist/index.umd.js +1 -1
  134. package/dist/src/index.d.ts +166 -81
  135. package/dist/src/index.esm.js +2141 -1048
  136. package/dist/src/index.esm.js.map +1 -1
  137. package/dist/src/index.js +2142 -1049
  138. package/dist/src/index.js.map +1 -1
  139. package/dist/utils/responsive.d.ts +130 -0
  140. package/dist/utils/responsive.d.ts.map +1 -0
  141. package/dist/utils/responsive.js +231 -0
  142. package/package.json +7 -7
  143. package/src/docsearch/docsearch.css +2 -5
@@ -1,6 +1,7 @@
1
1
  import * as React$1 from 'react';
2
2
  import React__default, { ReactNode, CSSProperties } from 'react';
3
- import { SearchOptions, SearchResponse, SeekoraClient, SearchContext, DataTypesEventPayload, ExtendedEventPayload } from '@seekora-ai/search-sdk';
3
+ import { SearchOptions, SearchResponse, SeekoraClient, SearchContext, DataTypesEventPayload, ExtendedEventPayload, FilterOptions, FilterField, FiltersSchemaResponse, FacetValuesSearchResponse } from '@seekora-ai/search-sdk';
4
+ export { FacetSearchOptions, FacetValuesSearchResponse, FilterField, FilterOptions, FilterSchemaField, FilterStats, FilterValue, FiltersResponse, FiltersSchemaResponse } from '@seekora-ai/search-sdk';
4
5
  import * as _seekora_ai_ui_sdk_types from '@seekora-ai/ui-sdk-types';
5
6
  import { ResultItem, ViewMode, FieldMapping, ThemeConfig, Theme, QuerySuggestionsEventHandlers, HighlightConfig, KeyboardNavConfig, AnimationConfig, QuerySuggestionsClassNames, SuggestionItem as SuggestionItem$3, RecentSearch, DropdownSectionConfig, SuggestionCategory, TrendingSearch, ProductItem, PopularBrand, FilteredTab, QuerySuggestionsVariant, QuerySuggestionsResponse, DropdownRecommendations, TopSearch, RelatedSearch, PriceRange, ProductBadge, ProductOption, ProductVariant } from '@seekora-ai/ui-sdk-types';
6
7
  export { FieldMapping, PriceRange, ProductBadge, ProductOption, ProductVariant, ResultItem, Theme, ThemeConfig, ViewMode } from '@seekora-ai/ui-sdk-types';
@@ -22,7 +23,6 @@ interface SearchBarTheme {
22
23
  suggestionItem?: string;
23
24
  suggestionItemHover?: string;
24
25
  suggestionItemActive?: string;
25
- loadingIndicator?: string;
26
26
  searchIcon?: string;
27
27
  clearButton?: string;
28
28
  submitButton?: string;
@@ -45,10 +45,7 @@ interface SearchBarProps {
45
45
  className?: string;
46
46
  style?: React__default.CSSProperties;
47
47
  theme?: SearchBarTheme;
48
- /** Show loading state when fetching and no previous suggestions (default false: show previous results until new render) */
49
- showLoadingState?: boolean;
50
48
  renderSuggestion?: (suggestion: string, index: number) => React__default.ReactNode;
51
- renderLoading?: () => React__default.ReactNode;
52
49
  /** Custom render for the search icon. If not provided, a default magnifying glass SVG is rendered. */
53
50
  renderSearchIcon?: () => React__default.ReactNode;
54
51
  /** Whether to show a clear button when the query is non-empty (default: true) */
@@ -82,7 +79,6 @@ interface SearchResultsTheme {
82
79
  resultImage?: string;
83
80
  resultPrice?: string;
84
81
  emptyState?: string;
85
- loadingState?: string;
86
82
  errorState?: string;
87
83
  pagination?: string;
88
84
  /** Custom min-height class override */
@@ -97,9 +93,6 @@ interface SearchResultsProps {
97
93
  onResultClick?: (result: ResultItem, index: number) => void;
98
94
  renderResult?: (result: ResultItem, index: number, isActive?: boolean) => React__default.ReactNode;
99
95
  renderEmpty?: () => React__default.ReactNode;
100
- /** Show loading state when fetching and no previous results (default false: show previous results until new render) */
101
- showLoadingState?: boolean;
102
- renderLoading?: () => React__default.ReactNode;
103
96
  renderError?: (error: Error) => React__default.ReactNode;
104
97
  className?: string;
105
98
  style?: React__default.CSSProperties;
@@ -120,8 +113,6 @@ interface SearchResultsProps {
120
113
  minHeight?: string;
121
114
  /** Minimum width to prevent container shrinking (default: '100%') */
122
115
  minWidth?: string;
123
- /** Opacity applied to results while loading new results (default: 0.7, set to 1 to disable) */
124
- loadingOpacity?: number;
125
116
  }
126
117
  declare const SearchResults: React__default.FC<SearchResultsProps>;
127
118
 
@@ -391,10 +382,26 @@ interface FacetItem {
391
382
  count: number;
392
383
  selected?: boolean;
393
384
  }
385
+ interface FacetStats {
386
+ min: number;
387
+ max: number;
388
+ avg?: number;
389
+ sum?: number;
390
+ }
391
+ interface FacetRangeItem {
392
+ label: string;
393
+ from?: number;
394
+ to?: number;
395
+ }
396
+ interface FacetRangeConfig {
397
+ field: string;
398
+ ranges: FacetRangeItem[];
399
+ }
394
400
  interface Facet {
395
401
  field: string;
396
402
  label?: string;
397
403
  items: FacetItem[];
404
+ stats?: FacetStats;
398
405
  }
399
406
  interface FacetsTheme {
400
407
  container?: string;
@@ -421,6 +428,14 @@ interface FacetsTheme {
421
428
  collapsibleIcon?: string;
422
429
  /** Count badge pill */
423
430
  countBadge?: string;
431
+ /** Range button (pre-configured range option) */
432
+ rangeButton?: string;
433
+ /** Active range button */
434
+ rangeButtonActive?: string;
435
+ /** Count badge on range button */
436
+ rangeButtonCount?: string;
437
+ /** Clear button for range filters */
438
+ rangeClear?: string;
424
439
  }
425
440
  type FacetVariant = 'checkbox' | 'color-swatch' | 'collapsible';
426
441
  type FacetSize = 'small' | 'medium' | 'large';
@@ -457,9 +472,108 @@ interface FacetsProps {
457
472
  defaultCollapsed?: boolean;
458
473
  /** Size preset: small, medium (default), or large */
459
474
  size?: FacetSize;
475
+ /** Pre-configured range button definitions for numeric facets */
476
+ facetRanges?: FacetRangeConfig[];
477
+ /** Use dedicated Filters API instead of extracting facets from search results */
478
+ useFiltersApi?: boolean;
479
+ /** Fields that should use disjunctive (OR) faceting (only with useFiltersApi) */
480
+ disjunctiveFacets?: string[];
460
481
  }
461
482
  declare const Facets: React__default.FC<FacetsProps>;
462
483
 
484
+ /**
485
+ * FacetDropdown Component
486
+ *
487
+ * A dropdown component that displays facet values from a specific field
488
+ * and allows users to filter search results by selecting values.
489
+ *
490
+ * Can be used standalone (fetches its own data) or integrated with SearchProvider.
491
+ *
492
+ * @cssVariables
493
+ * Customize the dropdown appearance using CSS variables:
494
+ *
495
+ * Button:
496
+ * - `--facet-dropdown-button-bg`: Button background color
497
+ * - `--facet-dropdown-text`: Button text color
498
+ * - `--facet-dropdown-border`: Button and panel border color
499
+ * - `--facet-dropdown-font-size`: Button font size (default: 0.875rem)
500
+ * - `--facet-dropdown-font-weight`: Button font weight (default: 500)
501
+ *
502
+ * Dropdown Panel:
503
+ * - `--facet-dropdown-bg`: Panel background color
504
+ * - `--facet-dropdown-shadow`: Panel box shadow
505
+ *
506
+ * Options:
507
+ * - `--facet-dropdown-option-text`: Option text color
508
+ * - `--facet-dropdown-option-font-size`: Option font size (default: 0.875rem)
509
+ * - `--facet-dropdown-option-font-weight-active`: Active option font weight (default: 500)
510
+ * - `--facet-dropdown-option-active-bg`: Active option background color
511
+ *
512
+ * Count Badge:
513
+ * - `--facet-dropdown-count-text`: Count text color
514
+ * - `--facet-dropdown-count-font-size`: Count font size (default: 0.75rem)
515
+ *
516
+ * Scrollbar:
517
+ * - `--facet-dropdown-scrollbar-thumb`: Scrollbar thumb color
518
+ * - `--facet-dropdown-scrollbar-thumb-hover`: Scrollbar thumb hover color
519
+ *
520
+ * @example
521
+ * ```tsx
522
+ * <FacetDropdown
523
+ * field="category"
524
+ * placeholder="All Categories"
525
+ * applyFilter={true}
526
+ * showCounts={true}
527
+ * />
528
+ * ```
529
+ */
530
+
531
+ interface FacetDropdownOption {
532
+ value: string;
533
+ count: number;
534
+ label?: string;
535
+ }
536
+ interface FacetDropdownTheme {
537
+ button?: string;
538
+ buttonOpen?: string;
539
+ panel?: string;
540
+ option?: string;
541
+ optionActive?: string;
542
+ optionHover?: string;
543
+ caretIcon?: string;
544
+ }
545
+ interface FacetDropdownProps {
546
+ /** The facet field to display (e.g., "category", "brand", "product_type") */
547
+ field: string;
548
+ /** Placeholder text when no value is selected */
549
+ placeholder?: string;
550
+ /** Custom className for the button */
551
+ className?: string;
552
+ /** Custom theme overrides */
553
+ theme?: FacetDropdownTheme;
554
+ /** Called when a value is selected */
555
+ onChange?: (value: string) => void;
556
+ /** Current selected value (controlled mode) */
557
+ value?: string;
558
+ /** Maximum number of options to show before scrolling */
559
+ maxOptions?: number;
560
+ /** Whether to show facet counts */
561
+ showCounts?: boolean;
562
+ /** Custom options (if you want to provide static options instead of fetching) */
563
+ options?: FacetDropdownOption[];
564
+ /** Standalone mode: provide your own search client */
565
+ client?: SeekoraClient;
566
+ /** Apply filter immediately on selection (default: true) */
567
+ applyFilter?: boolean;
568
+ /** Navigate to search page on selection (default: false) */
569
+ navigateOnSelect?: boolean;
570
+ /** Base URL for navigation (e.g., "/search") */
571
+ searchPageUrl?: string;
572
+ /** Use dedicated Filters API instead of search API for fetching facet values */
573
+ useFiltersApi?: boolean;
574
+ }
575
+ declare const FacetDropdown: React__default.FC<FacetDropdownProps>;
576
+
463
577
  /**
464
578
  * CurrentRefinements Component
465
579
  *
@@ -710,7 +824,6 @@ interface InfiniteHitsTheme {
710
824
  item?: string;
711
825
  loadMore?: string;
712
826
  loadMoreDisabled?: string;
713
- loading?: string;
714
827
  empty?: string;
715
828
  sentinel?: string;
716
829
  }
@@ -719,10 +832,6 @@ interface InfiniteHitsProps {
719
832
  renderHit?: (hit: ResultItem, index: number) => React__default.ReactNode;
720
833
  /** Custom render for empty state */
721
834
  renderEmpty?: () => React__default.ReactNode;
722
- /** Show initial loading when fetching and no hits yet (default false: no loading screen) */
723
- showInitialLoading?: boolean;
724
- /** Custom render for loading state */
725
- renderLoading?: () => React__default.ReactNode;
726
835
  /** Custom render for "Show More" button */
727
836
  renderShowMore?: (props: {
728
837
  isLoading: boolean;
@@ -739,8 +848,6 @@ interface InfiniteHitsProps {
739
848
  fieldMapping?: FieldMapping;
740
849
  /** Text for "Show More" button */
741
850
  showMoreLabel?: string;
742
- /** Text for loading state */
743
- loadingLabel?: string;
744
851
  /** Callback when a hit is clicked */
745
852
  onHitClick?: (hit: ResultItem, index: number) => void;
746
853
  /** Custom className */
@@ -1046,7 +1153,6 @@ interface RecommendationTheme {
1046
1153
  content?: string;
1047
1154
  name?: string;
1048
1155
  price?: string;
1049
- loading?: string;
1050
1156
  empty?: string;
1051
1157
  }
1052
1158
  interface BaseRecommendationProps {
@@ -1076,8 +1182,6 @@ interface RelatedProductsProps extends BaseRecommendationProps {
1076
1182
  items?: RecommendationItem[];
1077
1183
  /** Loading state */
1078
1184
  loading?: boolean;
1079
- /** Show loading state when fetching and no previous items (default false: show previous results until new render) */
1080
- showLoadingState?: boolean;
1081
1185
  }
1082
1186
  declare const RelatedProducts: React__default.FC<RelatedProductsProps>;
1083
1187
  interface TrendingItemsProps extends BaseRecommendationProps {
@@ -1085,8 +1189,6 @@ interface TrendingItemsProps extends BaseRecommendationProps {
1085
1189
  items?: RecommendationItem[];
1086
1190
  /** Loading state */
1087
1191
  loading?: boolean;
1088
- /** Show loading state when fetching and no previous items (default false: show previous results until new render) */
1089
- showLoadingState?: boolean;
1090
1192
  /** Facet name for trending (if using facet data) */
1091
1193
  facetName?: string;
1092
1194
  }
@@ -1098,8 +1200,6 @@ interface FrequentlyBoughtTogetherProps extends BaseRecommendationProps {
1098
1200
  items?: RecommendationItem[];
1099
1201
  /** Loading state */
1100
1202
  loading?: boolean;
1101
- /** Show loading state when fetching and no previous items (default false: show previous results until new render) */
1102
- showLoadingState?: boolean;
1103
1203
  /** Show "Add all to cart" button */
1104
1204
  showAddAllButton?: boolean;
1105
1205
  /** Callback when "Add all" is clicked */
@@ -1136,7 +1236,6 @@ interface QuerySuggestionsTheme {
1136
1236
  suggestionItem?: string;
1137
1237
  suggestionItemHover?: string;
1138
1238
  suggestionItemActive?: string;
1139
- loadingState?: string;
1140
1239
  emptyState?: string;
1141
1240
  }
1142
1241
  interface QuerySuggestionsProps {
@@ -1146,9 +1245,6 @@ interface QuerySuggestionsProps {
1146
1245
  minQueryLength?: number;
1147
1246
  onSuggestionClick?: (suggestion: string) => void;
1148
1247
  renderSuggestion?: (suggestion: SuggestionItem$2, index: number) => React__default.ReactNode;
1149
- /** Show loading state when fetching and no previous suggestions (default false: show previous results until new render) */
1150
- showLoadingState?: boolean;
1151
- renderLoading?: () => React__default.ReactNode;
1152
1248
  renderEmpty?: () => React__default.ReactNode;
1153
1249
  showTitle?: boolean;
1154
1250
  title?: string;
@@ -1187,8 +1283,6 @@ interface QuerySuggestionsDropdownProps extends QuerySuggestionsEventHandlers {
1187
1283
  maxRecentSearches?: number;
1188
1284
  /** Show suggestion counts */
1189
1285
  showCounts?: boolean;
1190
- /** Show loading state (default false: show previous results until new results render) */
1191
- showLoading?: boolean;
1192
1286
  /** Show empty state when no results */
1193
1287
  showEmptyState?: boolean;
1194
1288
  /** Highlight configuration */
@@ -1205,8 +1299,6 @@ interface QuerySuggestionsDropdownProps extends QuerySuggestionsEventHandlers {
1205
1299
  renderSuggestion?: (suggestion: SuggestionItem$3, index: number, isActive: boolean, highlight: (text: string) => React__default.ReactNode) => React__default.ReactNode;
1206
1300
  /** Custom render for recent search item */
1207
1301
  renderRecentSearch?: (search: RecentSearch, index: number, isActive: boolean) => React__default.ReactNode;
1208
- /** Custom render for loading state */
1209
- renderLoading?: () => React__default.ReactNode;
1210
1302
  /** Custom render for empty state */
1211
1303
  renderEmpty?: () => React__default.ReactNode;
1212
1304
  /** Custom footer content */
@@ -1300,10 +1392,6 @@ interface RichQuerySuggestionsProps extends QuerySuggestionsEventHandlers {
1300
1392
  header?: React__default.ReactNode;
1301
1393
  /** Custom footer content */
1302
1394
  footer?: React__default.ReactNode;
1303
- /** Show loading overlay when fetching (default false: show previous results until new results render) */
1304
- showLoadingOverlay?: boolean;
1305
- /** Custom render for loading overlay (only when showLoadingOverlay is true) */
1306
- renderLoading?: () => React__default.ReactNode;
1307
1395
  /** Dropdown width */
1308
1396
  width?: string | number;
1309
1397
  /** Dropdown max height */
@@ -1805,13 +1893,6 @@ interface SuggestionListProps {
1805
1893
  className?: string;
1806
1894
  style?: React__default.CSSProperties;
1807
1895
  listClassName?: string;
1808
- /**
1809
- * When true, show a loading state when fetching and no previous suggestions exist.
1810
- * When false (default), show previous results until new results render; no loading screen.
1811
- */
1812
- showLoadingState?: boolean;
1813
- /** Custom render for loading state (only when showLoadingState is true and loading with no items). */
1814
- renderLoading?: () => React__default.ReactNode;
1815
1896
  /**
1816
1897
  * When true (default), suggestion text with <mark>...</mark> is rendered
1817
1898
  * with those segments highlighted. When false, plain text is shown.
@@ -1822,7 +1903,7 @@ interface SuggestionListProps {
1822
1903
  highlightMarkupOptions?: HighlightMarkupOptions;
1823
1904
  renderItem?: (suggestion: _seekora_ai_ui_sdk_types.SuggestionItem, index: number, isActive: boolean, onSelect: () => void) => React__default.ReactNode;
1824
1905
  }
1825
- declare function SuggestionList({ maxItems, className, style, listClassName, showLoadingState, renderLoading, enableHighlightMarkup, highlightMarkupOptions, renderItem, }: SuggestionListProps): React__default.JSX.Element | null;
1906
+ declare function SuggestionList({ maxItems, className, style, listClassName, enableHighlightMarkup, highlightMarkupOptions, renderItem, }: SuggestionListProps): React__default.JSX.Element | null;
1826
1907
 
1827
1908
  /**
1828
1909
  * SuggestionItem – single text suggestion row (primitive)
@@ -2339,10 +2420,6 @@ interface BaseDropdownProps<TSuggestion = any, TProduct = any, TCategory = any,
2339
2420
  header?: ReactNode;
2340
2421
  /** Custom footer */
2341
2422
  footer?: ReactNode;
2342
- /** Custom loading state */
2343
- /** Show loading state when fetching and no previous items (default false: show previous results until new render) */
2344
- showLoadingState?: boolean;
2345
- renderLoading?: () => ReactNode;
2346
2423
  /** Custom empty state */
2347
2424
  renderEmpty?: (query: string) => ReactNode;
2348
2425
  /** Custom error state */
@@ -2408,8 +2485,6 @@ interface DropdownClassNames {
2408
2485
  tabItem: string;
2409
2486
  tabItemActive: string;
2410
2487
  tabCount: string;
2411
- loading: string;
2412
- loadingSpinner: string;
2413
2488
  empty: string;
2414
2489
  emptyIcon: string;
2415
2490
  emptyText: string;
@@ -2563,17 +2638,6 @@ interface TrendingListProps {
2563
2638
  }
2564
2639
  declare function TrendingList({ title, maxItems, className, style, listClassName, renderItem, }: TrendingListProps): React__default.JSX.Element | null;
2565
2640
 
2566
- /**
2567
- * SuggestionsLoading – loading indicator (primitive)
2568
- */
2569
-
2570
- interface SuggestionsLoadingProps {
2571
- className?: string;
2572
- style?: React__default.CSSProperties;
2573
- text?: string;
2574
- }
2575
- declare function SuggestionsLoading({ className, style, text }: SuggestionsLoadingProps): React__default.JSX.Element | null;
2576
-
2577
2641
  /**
2578
2642
  * SuggestionsError – error message (primitive)
2579
2643
  */
@@ -2862,8 +2926,10 @@ interface SectionSearchProviderProps {
2862
2926
  sortBy?: string;
2863
2927
  enabled?: boolean;
2864
2928
  sectionId?: string;
2929
+ /** Additional search options merged into the request (e.g. { widget_mode: false }). */
2930
+ searchOptions?: Record<string, unknown>;
2865
2931
  }
2866
- declare function SectionSearchProvider({ children, query, refinements, maxItems, sortBy, enabled, sectionId, }: SectionSearchProviderProps): React__default.JSX.Element;
2932
+ declare function SectionSearchProvider({ children, query, refinements, maxItems, sortBy, enabled, sectionId, searchOptions, }: SectionSearchProviderProps): React__default.JSX.Element;
2867
2933
 
2868
2934
  /**
2869
2935
  * SectionSearchContext – preset query/filter section state
@@ -2890,8 +2956,6 @@ interface SectionItemGridProps {
2890
2956
  maxItems?: number;
2891
2957
  className?: string;
2892
2958
  style?: React__default.CSSProperties;
2893
- /** Show loading state when fetching and no previous items (default false: show previous results until new render) */
2894
- showLoadingState?: boolean;
2895
2959
  getItemId?: (item: unknown) => string;
2896
2960
  getItemTitle?: (item: unknown) => string;
2897
2961
  getItemImage?: (item: unknown) => string | undefined;
@@ -2899,18 +2963,7 @@ interface SectionItemGridProps {
2899
2963
  getItemUrl?: (item: unknown) => string | undefined;
2900
2964
  renderItem?: (item: unknown, index: number) => React__default.ReactNode;
2901
2965
  }
2902
- declare function SectionItemGrid({ columns, maxItems, className, style, showLoadingState, getItemId, getItemTitle, getItemImage, getItemDescription, getItemUrl, renderItem, }: SectionItemGridProps): React__default.JSX.Element;
2903
-
2904
- /**
2905
- * SectionLoading – loading state for section (primitive)
2906
- */
2907
-
2908
- interface SectionLoadingProps {
2909
- className?: string;
2910
- style?: React__default.CSSProperties;
2911
- text?: string;
2912
- }
2913
- declare function SectionLoading({ className, style, text }: SectionLoadingProps): React__default.JSX.Element | null;
2966
+ declare function SectionItemGrid({ columns, maxItems, className, style, getItemId, getItemTitle, getItemImage, getItemDescription, getItemUrl, renderItem, }: SectionItemGridProps): React__default.JSX.Element;
2914
2967
 
2915
2968
  /**
2916
2969
  * SectionError – error state for section (primitive)
@@ -2938,8 +2991,14 @@ interface ProductGalleryProps {
2938
2991
  style?: React__default.CSSProperties;
2939
2992
  carouselAutoplay?: boolean;
2940
2993
  carouselIntervalMs?: number;
2994
+ /** Enable zoom functionality on product images */
2995
+ enableZoom?: boolean;
2996
+ /** Zoom mode: 'hover' (Amazon-style), 'lens', 'click' (lightbox), 'both' */
2997
+ zoomMode?: ImageZoomMode;
2998
+ /** Zoom magnification level (2 = 200%, 3 = 300%) */
2999
+ zoomLevel?: number;
2941
3000
  }
2942
- declare function ProductGallery({ images, variant, alt, className, style, carouselAutoplay, carouselIntervalMs, }: ProductGalleryProps): React__default.JSX.Element;
3001
+ declare function ProductGallery({ images, variant, alt, className, style, carouselAutoplay, carouselIntervalMs, enableZoom, zoomMode, zoomLevel, }: ProductGalleryProps): React__default.JSX.Element;
2943
3002
 
2944
3003
  /**
2945
3004
  * ProductInfo – product detail block (primitive)
@@ -3683,7 +3742,6 @@ interface DocSearchTranslations {
3683
3742
  buttonAriaLabel?: string;
3684
3743
  searchPlaceholder?: string;
3685
3744
  noResultsText?: string;
3686
- loadingText?: string;
3687
3745
  errorText?: string;
3688
3746
  footerText?: string;
3689
3747
  closeText?: string;
@@ -4181,6 +4239,33 @@ interface UseProductAnalyticsReturn {
4181
4239
  }
4182
4240
  declare function useProductAnalytics({ client, product, position, section, tabId, query, context, enabled, }: UseProductAnalyticsOptions): UseProductAnalyticsReturn;
4183
4241
 
4242
+ /**
4243
+ * useFilters Hook
4244
+ *
4245
+ * React hook for fetching filter values, searching facet values,
4246
+ * and retrieving filter schema via the dedicated Filters API.
4247
+ */
4248
+
4249
+ interface UseFiltersOptions extends FilterOptions {
4250
+ /** Whether to automatically refetch filters when query or refinements change (default: true) */
4251
+ autoFetch?: boolean;
4252
+ }
4253
+ interface UseFiltersReturn {
4254
+ /** Filter fields with values and counts */
4255
+ filters: FilterField[];
4256
+ /** Filter schema metadata (fetched once on mount) */
4257
+ schema: FiltersSchemaResponse | null;
4258
+ /** Whether filters are currently loading */
4259
+ loading: boolean;
4260
+ /** Error from the last fetch, if any */
4261
+ error: Error | null;
4262
+ /** Search within a facet's values (for typeahead/autocomplete) */
4263
+ searchFacetValues: (facetName: string, query: string) => Promise<FacetValuesSearchResponse>;
4264
+ /** Manually refetch filters */
4265
+ refetch: () => Promise<void>;
4266
+ }
4267
+ declare const useFilters: (options?: UseFiltersOptions) => UseFiltersReturn;
4268
+
4184
4269
  /**
4185
4270
  * Default Theme
4186
4271
  */
@@ -4318,5 +4403,5 @@ declare function updateSuggestionsStyles(theme: SuggestionsThemeVariables): void
4318
4403
 
4319
4404
  declare const createTheme: (config: ThemeConfig) => _seekora_ai_ui_sdk_types.Theme;
4320
4405
 
4321
- export { ActionButtons, AmazonDropdown, AnalyticsProvider, BadgeList, Breadcrumb, CategoriesTabs, ClearRefinements, CurrentRefinements, DocSearch, DocSearchButton, DropdownPanel, Facets, FederatedDropdown, FrequentlyBoughtTogether, GoogleDropdown, HierarchicalMenu, Highlight, HitsPerPage, ImageDisplay, ImageZoom, InfiniteHits, ItemCard, ItemGrid, MinimalDropdown, MobileFilters, MobileFiltersButton, MobileSheetDropdown, Pagination, PinterestDropdown, PriceDisplay, ProductCard, ProductGallery, ProductGrid, ProductInfo, ProductRecommendations, QuerySuggestions, QuerySuggestionsDropdown, RangeInput, RangeSlider, RatingDisplay, RecentSearchesList, RecentlyViewed, RelatedProducts, RichQuerySuggestions, SearchBar, SearchBarWithSuggestions, SearchInput, SearchLayout, SearchProvider, SearchResults, SectionError, SectionItemGrid, SectionLoading, SectionSearchProvider, ShopifyDropdown, Snippet, SortBy, SpotlightDropdown, Stats, SuggestionDropdownVariants, SuggestionItem$1 as SuggestionItem, SuggestionList, SuggestionSearchBar, SuggestionsCache, SuggestionsDropdownComposition, SuggestionsError, SuggestionsLoading, SuggestionsProvider, TrendingItems, TrendingList, VariantSelector, VariantSwatches, addRecentSearch, addToRecentlyViewed, brandPresets, breakpoints, clearRecentSearches, clearSuggestionsCache, createSuggestionsCache, createSuggestionsTheme, createTheme, darkTheme, darkThemeVariables, defaultTheme, extractBadges, extractBrand, extractCategory, extractProduct, extractSuggestion, findVariantBySelections, formatParsedFilters, formatPriceRange, formatPrice as formatSuggestionPrice, generateSuggestionsStylesheet, getAvailableValuesForOption, getPriceRange, getRecentSearches, getShortcutText, getSuggestionsCache, highlightText, injectGlobalResponsiveStyles, injectSuggestionsStyles, lightThemeVariables, mediaQueries, minimalTheme, minimalThemeVariables, parseHighlightMarkup, removeRecentSearch, touchTargets, updateSuggestionsStyles, useAnalytics, useAnalyticsProvider, useDocSearch, useSeekoraSearch$1 as useDocSearchSeekoraSearch, useInjectResponsiveStyles, useKeyboard, useNaturalLanguageFilters, useProductAnalytics, useQuerySuggestions, useQuerySuggestionsEnhanced, useResponsive, useSearchContext, useSearchState, useSectionSearchContext, useSeekoraSearch, useSmartSuggestions, useSuggestionsAnalytics, useSuggestionsContext, useVariantSelection, withAnalytics };
4322
- export type { ActionButton, ActionButtonType, ActionButtonsProps, AnalyticsConfig, AnalyticsEventPayload, AnalyticsProviderProps, BadgeListProps, BaseDropdownProps, BrandFieldMapping, BreadcrumbItem, BreadcrumbProps, BreadcrumbTheme, CategoriesTabsProps, CategoryFieldMapping, ClearRefinementsProps, ClearRefinementsTheme, DocSearchAction, DocSearchButtonProps, DocSearchHit, DocSearchProps, DocSearchResponse, DocSearchState, DocSearchSuggestion, DocSearchSuggestionsResponse, DocSearchTranslations, DropdownClassNames, DropdownEventHandlers, DropdownPanelProps, DropdownRef, DropdownThemeConfig, Facet, FacetItem, FacetSize, FacetVariant, FacetsProps, FacetsTheme, FederatedDropdownProps, FederatedDropdownRef, FrequentlyBoughtTogetherProps, GenericItem, HierarchicalMenuItem, HierarchicalMenuProps, HierarchicalMenuTheme, HighlightMarkupOptions, HighlightProps, HighlightTheme, HitsPerPageItem, HitsPerPageProps, HitsPerPageTheme, ImageDisplayProps, ImageDisplayVariant, ImageZoomMode, ImageZoomProps, InfiniteHitsProps, InfiniteHitsTheme, ImageDisplayVariant$1 as ItemCardImageVariant, ItemCardProps, ItemGridProps, MobileFiltersButtonProps, MobileFiltersProps, MobileFiltersTheme, NaturalLanguageFiltersOptions, NaturalLanguageResult, NavigableItem, PaginationProps, PaginationTheme, ParsedFilter, PriceDisplayProps, ProductCardImageVariant, ProductCardProps, ProductClickEventData, ProductDisplayConfig, ProductFieldMapping, ProductGalleryProps, ProductGridProps, ProductInfoProps, ProductRecommendationsProps, QuerySuggestionsDropdownProps, QuerySuggestionsDropdownRef, QuerySuggestionsProps, QuerySuggestionsTheme, RangeSliderProps, RangeSliderTheme, RatingDisplayProps, RatingSize, RatingVariant, RecentSearchesListProps, RecentlyViewedProps, RecommendationItem, RecommendationTheme, RefinementInput, RelatedProductsProps, ResponsiveState, RichQuerySuggestionsProps, RichQuerySuggestionsRef, SearchBarProps, SearchBarSize, SearchBarTheme, SearchBarWithSuggestionsProps, SearchBarWithSuggestionsRef, SearchInputProps, SearchProviderProps, SearchResultsProps, SearchResultsTheme, SearchSource, SectionConfig, SectionErrorProps, SectionItemGridProps, SectionLoadingProps, SectionSearchContextValue, SectionSearchProviderProps, SmartSuggestion, SmartSuggestionsOptions, SnippetProps, SnippetTheme, SortByProps, SortBySize, SortByTheme, SortByVariant, SortOption, SuggestionClickEventData, SuggestionDisplayConfig, SuggestionDropdownVariant, SuggestionFieldMapping, SuggestionImpressionEventData, SuggestionItemProps, SuggestionListProps, SuggestionSearchBarProps, SuggestionSearchBarRef, SuggestionsContextValue, SuggestionsDropdownCompositionProps, SuggestionsErrorProps, SuggestionsLoadingProps, SuggestionsProviderProps, SuggestionsThemeVariables, TrendingItemsProps, TrendingListProps, UseAnalyticsOptions, UseAnalyticsReturn, UseSeekoraSearchOptions$1 as UseDocSearchSeekoraSearchOptions, UseSeekoraSearchResult as UseDocSearchSeekoraSearchResult, UseProductAnalyticsOptions, UseProductAnalyticsReturn, UseQuerySuggestionsEnhancedOptions, UseQuerySuggestionsEnhancedReturn, UseSmartSuggestionsReturn, UseSuggestionsAnalyticsOptions, UseSuggestionsAnalyticsReturn, UseVariantSelectionOptions, UseVariantSelectionReturn, VariantSelectorProps, VariantSwatchesProps, WithAnalyticsConfig, WithAnalyticsInjectedProps };
4406
+ export { ActionButtons, AmazonDropdown, AnalyticsProvider, BadgeList, Breadcrumb, CategoriesTabs, ClearRefinements, CurrentRefinements, DocSearch, DocSearchButton, DropdownPanel, FacetDropdown, Facets, FederatedDropdown, FrequentlyBoughtTogether, GoogleDropdown, HierarchicalMenu, Highlight, HitsPerPage, ImageDisplay, ImageZoom, InfiniteHits, ItemCard, ItemGrid, MinimalDropdown, MobileFilters, MobileFiltersButton, MobileSheetDropdown, Pagination, PinterestDropdown, PriceDisplay, ProductCard, ProductGallery, ProductGrid, ProductInfo, ProductRecommendations, QuerySuggestions, QuerySuggestionsDropdown, RangeInput, RangeSlider, RatingDisplay, RecentSearchesList, RecentlyViewed, RelatedProducts, RichQuerySuggestions, SearchBar, SearchBarWithSuggestions, SearchInput, SearchLayout, SearchProvider, SearchResults, SectionError, SectionItemGrid, SectionSearchProvider, ShopifyDropdown, Snippet, SortBy, SpotlightDropdown, Stats, SuggestionDropdownVariants, SuggestionItem$1 as SuggestionItem, SuggestionList, SuggestionSearchBar, SuggestionsCache, SuggestionsDropdownComposition, SuggestionsError, SuggestionsProvider, TrendingItems, TrendingList, VariantSelector, VariantSwatches, addRecentSearch, addToRecentlyViewed, brandPresets, breakpoints, clearRecentSearches, clearSuggestionsCache, createSuggestionsCache, createSuggestionsTheme, createTheme, darkTheme, darkThemeVariables, defaultTheme, extractBadges, extractBrand, extractCategory, extractProduct, extractSuggestion, findVariantBySelections, formatParsedFilters, formatPriceRange, formatPrice as formatSuggestionPrice, generateSuggestionsStylesheet, getAvailableValuesForOption, getPriceRange, getRecentSearches, getShortcutText, getSuggestionsCache, highlightText, injectGlobalResponsiveStyles, injectSuggestionsStyles, lightThemeVariables, mediaQueries, minimalTheme, minimalThemeVariables, parseHighlightMarkup, removeRecentSearch, touchTargets, updateSuggestionsStyles, useAnalytics, useAnalyticsProvider, useDocSearch, useSeekoraSearch$1 as useDocSearchSeekoraSearch, useFilters, useInjectResponsiveStyles, useKeyboard, useNaturalLanguageFilters, useProductAnalytics, useQuerySuggestions, useQuerySuggestionsEnhanced, useResponsive, useSearchContext, useSearchState, useSectionSearchContext, useSeekoraSearch, useSmartSuggestions, useSuggestionsAnalytics, useSuggestionsContext, useVariantSelection, withAnalytics };
4407
+ export type { ActionButton, ActionButtonType, ActionButtonsProps, AnalyticsConfig, AnalyticsEventPayload, AnalyticsProviderProps, BadgeListProps, BaseDropdownProps, BrandFieldMapping, BreadcrumbItem, BreadcrumbProps, BreadcrumbTheme, CategoriesTabsProps, CategoryFieldMapping, ClearRefinementsProps, ClearRefinementsTheme, DocSearchAction, DocSearchButtonProps, DocSearchHit, DocSearchProps, DocSearchResponse, DocSearchState, DocSearchSuggestion, DocSearchSuggestionsResponse, DocSearchTranslations, DropdownClassNames, DropdownEventHandlers, DropdownPanelProps, DropdownRef, DropdownThemeConfig, Facet, FacetDropdownOption, FacetDropdownProps, FacetDropdownTheme, FacetItem, FacetRangeConfig, FacetRangeItem, FacetSize, FacetStats, FacetVariant, FacetsProps, FacetsTheme, FederatedDropdownProps, FederatedDropdownRef, FrequentlyBoughtTogetherProps, GenericItem, HierarchicalMenuItem, HierarchicalMenuProps, HierarchicalMenuTheme, HighlightMarkupOptions, HighlightProps, HighlightTheme, HitsPerPageItem, HitsPerPageProps, HitsPerPageTheme, ImageDisplayProps, ImageDisplayVariant, ImageZoomMode, ImageZoomProps, InfiniteHitsProps, InfiniteHitsTheme, ImageDisplayVariant$1 as ItemCardImageVariant, ItemCardProps, ItemGridProps, MobileFiltersButtonProps, MobileFiltersProps, MobileFiltersTheme, NaturalLanguageFiltersOptions, NaturalLanguageResult, NavigableItem, PaginationProps, PaginationTheme, ParsedFilter, PriceDisplayProps, ProductCardImageVariant, ProductCardProps, ProductClickEventData, ProductDisplayConfig, ProductFieldMapping, ProductGalleryProps, ProductGridProps, ProductInfoProps, ProductRecommendationsProps, QuerySuggestionsDropdownProps, QuerySuggestionsDropdownRef, QuerySuggestionsProps, QuerySuggestionsTheme, RangeSliderProps, RangeSliderTheme, RatingDisplayProps, RatingSize, RatingVariant, RecentSearchesListProps, RecentlyViewedProps, RecommendationItem, RecommendationTheme, RefinementInput, RelatedProductsProps, ResponsiveState, RichQuerySuggestionsProps, RichQuerySuggestionsRef, SearchBarProps, SearchBarSize, SearchBarTheme, SearchBarWithSuggestionsProps, SearchBarWithSuggestionsRef, SearchInputProps, SearchProviderProps, SearchResultsProps, SearchResultsTheme, SearchSource, SectionConfig, SectionErrorProps, SectionItemGridProps, SectionSearchContextValue, SectionSearchProviderProps, SmartSuggestion, SmartSuggestionsOptions, SnippetProps, SnippetTheme, SortByProps, SortBySize, SortByTheme, SortByVariant, SortOption, SuggestionClickEventData, SuggestionDisplayConfig, SuggestionDropdownVariant, SuggestionFieldMapping, SuggestionImpressionEventData, SuggestionItemProps, SuggestionListProps, SuggestionSearchBarProps, SuggestionSearchBarRef, SuggestionsContextValue, SuggestionsDropdownCompositionProps, SuggestionsErrorProps, SuggestionsProviderProps, SuggestionsThemeVariables, TrendingItemsProps, TrendingListProps, UseAnalyticsOptions, UseAnalyticsReturn, UseSeekoraSearchOptions$1 as UseDocSearchSeekoraSearchOptions, UseSeekoraSearchResult as UseDocSearchSeekoraSearchResult, UseFiltersOptions, UseFiltersReturn, UseProductAnalyticsOptions, UseProductAnalyticsReturn, UseQuerySuggestionsEnhancedOptions, UseQuerySuggestionsEnhancedReturn, UseSmartSuggestionsReturn, UseSuggestionsAnalyticsOptions, UseSuggestionsAnalyticsReturn, UseVariantSelectionOptions, UseVariantSelectionReturn, VariantSelectorProps, VariantSwatchesProps, WithAnalyticsConfig, WithAnalyticsInjectedProps };