@searchspring/snap-preact-components 0.37.1 → 0.38.0

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.
@@ -1,1574 +0,0 @@
1
- export declare const gridFacetMock: {
2
- field: string;
3
- label: string;
4
- multiple: string;
5
- display: string;
6
- type: string;
7
- filtered: boolean;
8
- collapsed: boolean;
9
- values: {
10
- filtered: boolean;
11
- count: number;
12
- label: string;
13
- type: string;
14
- value: string;
15
- custom: string;
16
- }[];
17
- };
18
- export declare const listFacetMock: {
19
- field: string;
20
- label: string;
21
- type: string;
22
- display: string;
23
- multiple: string;
24
- filtered: boolean;
25
- collapsed: boolean;
26
- values: {
27
- filtered: boolean;
28
- value: string;
29
- label: string;
30
- count: number;
31
- }[];
32
- };
33
- export declare const paletteFacetMock: {
34
- field: string;
35
- label: string;
36
- multiple: string;
37
- type: string;
38
- display: string;
39
- filtered: boolean;
40
- collapsed: boolean;
41
- values: {
42
- filtered: boolean;
43
- value: string;
44
- label: string;
45
- count: number;
46
- }[];
47
- };
48
- export declare const hierarchyFacetMock: {
49
- type: string;
50
- field: string;
51
- filtered: boolean;
52
- display: string;
53
- label: string;
54
- collapsed: boolean;
55
- multiple: string;
56
- hierarchyDelimiter: string;
57
- values: {
58
- history: boolean;
59
- filtered: boolean;
60
- value: string;
61
- label: string;
62
- count: number;
63
- level: number;
64
- }[];
65
- };
66
- export declare const hierarchyFacetFilteredMock: {
67
- field: string;
68
- type: string;
69
- filtered: boolean;
70
- display: string;
71
- label: string;
72
- collapsed: boolean;
73
- multiple: string;
74
- hierarchyDelimiter: string;
75
- values: ({
76
- history: boolean;
77
- value: null;
78
- filtered: boolean;
79
- label: string;
80
- level: number;
81
- count?: undefined;
82
- } | {
83
- history: boolean;
84
- value: string;
85
- filtered: boolean;
86
- label: string;
87
- level: number;
88
- count?: undefined;
89
- } | {
90
- history: boolean;
91
- filtered: boolean;
92
- value: string;
93
- label: string;
94
- count: number;
95
- level: number;
96
- })[];
97
- };
98
- export declare const sliderFacetMock: {
99
- field: string;
100
- label: string;
101
- type: string;
102
- display: string;
103
- filtered: boolean;
104
- collapsed: boolean;
105
- range: {
106
- low: number;
107
- high: number;
108
- };
109
- active: {
110
- low: number;
111
- high: number;
112
- };
113
- step: number;
114
- formatValue: string;
115
- };
116
- export declare const searchResponse: {
117
- pagination: {
118
- totalResults: number;
119
- page: number;
120
- pageSize: number;
121
- };
122
- results: ({
123
- id: string;
124
- mappings: {
125
- core: {
126
- uid: string;
127
- price: number;
128
- msrp: number;
129
- url: string;
130
- thumbnailImageUrl: string;
131
- imageUrl: string;
132
- name: string;
133
- sku: string;
134
- brand: string;
135
- };
136
- };
137
- attributes: {
138
- intellisuggestData: string;
139
- intellisuggestSignature: string;
140
- ss_insights_quadrant: string;
141
- gross_margin: string;
142
- ss_product_type: string;
143
- keywords: string[];
144
- color: string[];
145
- multi_colors: string;
146
- description: string;
147
- title: string;
148
- ss_clicks: string;
149
- color_family: string[];
150
- sales_rank: string;
151
- ss_sale_price: string;
152
- ss_category_hierarchy: string[];
153
- on_sale: string;
154
- sale_price: string;
155
- condition: string;
156
- product_type: string[];
157
- size: string[];
158
- material: string;
159
- days_since_published: string;
160
- size_dress: string[];
161
- quantity_available: string;
162
- popularity: string;
163
- product_type_unigram: string;
164
- id: string;
165
- dress_length_name?: undefined;
166
- saturation?: undefined;
167
- brightness?: undefined;
168
- dress_length?: undefined;
169
- season?: undefined;
170
- collection?: undefined;
171
- pattern?: undefined;
172
- black_friday?: undefined;
173
- holiday_styles?: undefined;
174
- ss_regular_price?: undefined;
175
- };
176
- type: string;
177
- custom: string;
178
- } | {
179
- id: string;
180
- mappings: {
181
- core: {
182
- uid: string;
183
- price: number;
184
- msrp: number;
185
- url: string;
186
- thumbnailImageUrl: string;
187
- imageUrl: string;
188
- name: string;
189
- sku: string;
190
- brand: string;
191
- };
192
- };
193
- attributes: {
194
- intellisuggestData: string;
195
- intellisuggestSignature: string;
196
- ss_insights_quadrant: string;
197
- gross_margin: string;
198
- ss_product_type: string;
199
- keywords: string[];
200
- color: string[];
201
- dress_length_name: string;
202
- multi_colors: string;
203
- description: string;
204
- title: string;
205
- ss_clicks: string;
206
- saturation: string;
207
- color_family: string[];
208
- sales_rank: string;
209
- ss_sale_price: string;
210
- ss_category_hierarchy: string[];
211
- on_sale: string;
212
- sale_price: string;
213
- condition: string;
214
- product_type: string[];
215
- brightness: string;
216
- size: string[];
217
- material: string;
218
- days_since_published: string;
219
- dress_length: string;
220
- size_dress: string[];
221
- quantity_available: string;
222
- popularity: string;
223
- product_type_unigram: string;
224
- id: string;
225
- season?: undefined;
226
- collection?: undefined;
227
- pattern?: undefined;
228
- black_friday?: undefined;
229
- holiday_styles?: undefined;
230
- ss_regular_price?: undefined;
231
- };
232
- type?: undefined;
233
- custom?: undefined;
234
- } | {
235
- id: string;
236
- mappings: {
237
- core: {
238
- uid: string;
239
- price: number;
240
- msrp: number;
241
- url: string;
242
- thumbnailImageUrl: string;
243
- imageUrl: string;
244
- name: string;
245
- sku: string;
246
- brand: string;
247
- };
248
- };
249
- attributes: {
250
- intellisuggestData: string;
251
- intellisuggestSignature: string;
252
- ss_insights_quadrant: string;
253
- gross_margin: string;
254
- ss_product_type: string;
255
- keywords: string[];
256
- color: string[];
257
- multi_colors: string;
258
- description: string;
259
- title: string;
260
- ss_clicks: string;
261
- color_family: string[];
262
- sales_rank: string;
263
- ss_sale_price: string;
264
- season: string;
265
- ss_category_hierarchy: string[];
266
- on_sale: string;
267
- sale_price: string;
268
- condition: string;
269
- product_type: string[];
270
- size: string[];
271
- material: string;
272
- days_since_published: string;
273
- size_dress: string[];
274
- quantity_available: string;
275
- popularity: string;
276
- product_type_unigram: string;
277
- id: string;
278
- dress_length_name?: undefined;
279
- saturation?: undefined;
280
- brightness?: undefined;
281
- dress_length?: undefined;
282
- collection?: undefined;
283
- pattern?: undefined;
284
- black_friday?: undefined;
285
- holiday_styles?: undefined;
286
- ss_regular_price?: undefined;
287
- };
288
- type?: undefined;
289
- custom?: undefined;
290
- } | {
291
- id: string;
292
- mappings: {
293
- core: {
294
- uid: string;
295
- price: number;
296
- msrp: number;
297
- url: string;
298
- thumbnailImageUrl: string;
299
- imageUrl: string;
300
- name: string;
301
- sku: string;
302
- brand: string;
303
- };
304
- };
305
- attributes: {
306
- intellisuggestData: string;
307
- intellisuggestSignature: string;
308
- ss_insights_quadrant: string;
309
- gross_margin: string;
310
- ss_product_type: string;
311
- keywords: string[];
312
- color: string[];
313
- multi_colors: string;
314
- description: string;
315
- title: string;
316
- ss_clicks: string;
317
- color_family: string[];
318
- sales_rank: string;
319
- ss_sale_price: string;
320
- ss_category_hierarchy: string[];
321
- on_sale: string;
322
- sale_price: string;
323
- condition: string;
324
- product_type: string[];
325
- size: string[];
326
- material: string;
327
- days_since_published: string;
328
- size_dress: string[];
329
- quantity_available: string;
330
- popularity: string;
331
- product_type_unigram: string;
332
- id: string;
333
- dress_length_name?: undefined;
334
- saturation?: undefined;
335
- brightness?: undefined;
336
- dress_length?: undefined;
337
- season?: undefined;
338
- collection?: undefined;
339
- pattern?: undefined;
340
- black_friday?: undefined;
341
- holiday_styles?: undefined;
342
- ss_regular_price?: undefined;
343
- };
344
- type?: undefined;
345
- custom?: undefined;
346
- } | {
347
- id: string;
348
- mappings: {
349
- core: {
350
- uid: string;
351
- price: number;
352
- msrp: number;
353
- url: string;
354
- thumbnailImageUrl: string;
355
- imageUrl: string;
356
- name: string;
357
- sku: string;
358
- brand: string;
359
- };
360
- };
361
- attributes: {
362
- intellisuggestData: string;
363
- intellisuggestSignature: string;
364
- ss_insights_quadrant: string;
365
- gross_margin: string;
366
- ss_product_type: string;
367
- keywords: string[];
368
- color: string[];
369
- multi_colors: string;
370
- description: string;
371
- title: string;
372
- ss_clicks: string;
373
- color_family: string[];
374
- sales_rank: string;
375
- ss_sale_price: string;
376
- ss_category_hierarchy: string[];
377
- on_sale: string;
378
- collection: string;
379
- sale_price: string;
380
- condition: string;
381
- product_type: string[];
382
- size: string[];
383
- material: string;
384
- days_since_published: string;
385
- size_dress: string[];
386
- quantity_available: string;
387
- popularity: string;
388
- product_type_unigram: string;
389
- id: string;
390
- dress_length_name?: undefined;
391
- saturation?: undefined;
392
- brightness?: undefined;
393
- dress_length?: undefined;
394
- season?: undefined;
395
- pattern?: undefined;
396
- black_friday?: undefined;
397
- holiday_styles?: undefined;
398
- ss_regular_price?: undefined;
399
- };
400
- type?: undefined;
401
- custom?: undefined;
402
- } | {
403
- id: string;
404
- mappings: {
405
- core: {
406
- uid: string;
407
- price: number;
408
- msrp: number;
409
- url: string;
410
- thumbnailImageUrl: string;
411
- imageUrl: string;
412
- name: string;
413
- sku: string;
414
- brand: string;
415
- };
416
- };
417
- attributes: {
418
- intellisuggestData: string;
419
- intellisuggestSignature: string;
420
- ss_insights_quadrant: string;
421
- gross_margin: string;
422
- ss_product_type: string;
423
- keywords: string[];
424
- color: string[];
425
- dress_length_name: string;
426
- multi_colors: string;
427
- description: string;
428
- title: string;
429
- ss_clicks: string;
430
- saturation: string;
431
- color_family: string[];
432
- sales_rank: string;
433
- ss_sale_price: string;
434
- season: string;
435
- ss_category_hierarchy: string[];
436
- on_sale: string;
437
- sale_price: string;
438
- condition: string;
439
- product_type: string[];
440
- brightness: string;
441
- size: string[];
442
- days_since_published: string;
443
- dress_length: string;
444
- size_dress: string[];
445
- quantity_available: string;
446
- popularity: string;
447
- product_type_unigram: string;
448
- id: string;
449
- material?: undefined;
450
- collection?: undefined;
451
- pattern?: undefined;
452
- black_friday?: undefined;
453
- holiday_styles?: undefined;
454
- ss_regular_price?: undefined;
455
- };
456
- type?: undefined;
457
- custom?: undefined;
458
- } | {
459
- id: string;
460
- mappings: {
461
- core: {
462
- uid: string;
463
- price: number;
464
- msrp: number;
465
- url: string;
466
- thumbnailImageUrl: string;
467
- imageUrl: string;
468
- name: string;
469
- sku: string;
470
- brand: string;
471
- };
472
- };
473
- attributes: {
474
- intellisuggestData: string;
475
- intellisuggestSignature: string;
476
- ss_insights_quadrant: string;
477
- gross_margin: string;
478
- ss_product_type: string;
479
- keywords: string[];
480
- color: string[];
481
- dress_length_name: string;
482
- multi_colors: string;
483
- pattern: string;
484
- description: string;
485
- title: string;
486
- ss_clicks: string;
487
- saturation: string;
488
- color_family: string[];
489
- sales_rank: string;
490
- ss_sale_price: string;
491
- season: string;
492
- ss_category_hierarchy: string[];
493
- on_sale: string;
494
- condition: string;
495
- product_type: string[];
496
- brightness: string;
497
- size: string[];
498
- material: string;
499
- days_since_published: string;
500
- dress_length: string;
501
- size_dress: string[];
502
- quantity_available: string;
503
- popularity: string;
504
- product_type_unigram: string;
505
- id: string;
506
- sale_price?: undefined;
507
- collection?: undefined;
508
- black_friday?: undefined;
509
- holiday_styles?: undefined;
510
- ss_regular_price?: undefined;
511
- };
512
- type?: undefined;
513
- custom?: undefined;
514
- } | {
515
- id: string;
516
- mappings: {
517
- core: {
518
- uid: string;
519
- price: number;
520
- msrp: number;
521
- url: string;
522
- thumbnailImageUrl: string;
523
- imageUrl: string;
524
- name: string;
525
- sku: string;
526
- brand: string;
527
- };
528
- };
529
- attributes: {
530
- intellisuggestData: string;
531
- intellisuggestSignature: string;
532
- ss_insights_quadrant: string;
533
- gross_margin: string;
534
- ss_product_type: string;
535
- keywords: string[];
536
- color: string[];
537
- dress_length_name: string;
538
- multi_colors: string;
539
- description: string;
540
- title: string;
541
- ss_clicks: string;
542
- color_family: string[];
543
- sales_rank: string;
544
- ss_sale_price: string;
545
- ss_category_hierarchy: string[];
546
- on_sale: string;
547
- condition: string;
548
- product_type: string[];
549
- size: string[];
550
- material: string;
551
- days_since_published: string;
552
- size_dress: string[];
553
- quantity_available: string;
554
- popularity: string;
555
- product_type_unigram: string;
556
- id: string;
557
- sale_price?: undefined;
558
- saturation?: undefined;
559
- brightness?: undefined;
560
- dress_length?: undefined;
561
- season?: undefined;
562
- collection?: undefined;
563
- pattern?: undefined;
564
- black_friday?: undefined;
565
- holiday_styles?: undefined;
566
- ss_regular_price?: undefined;
567
- };
568
- type?: undefined;
569
- custom?: undefined;
570
- } | {
571
- id: string;
572
- mappings: {
573
- core: {
574
- uid: string;
575
- price: number;
576
- msrp: number;
577
- url: string;
578
- thumbnailImageUrl: string;
579
- imageUrl: string;
580
- name: string;
581
- sku: string;
582
- brand: string;
583
- };
584
- };
585
- attributes: {
586
- intellisuggestData: string;
587
- intellisuggestSignature: string;
588
- ss_insights_quadrant: string;
589
- gross_margin: string;
590
- ss_product_type: string;
591
- keywords: string[];
592
- dress_length_name: string;
593
- multi_colors: string;
594
- pattern: string;
595
- description: string;
596
- title: string;
597
- ss_clicks: string;
598
- saturation: string;
599
- sales_rank: string;
600
- ss_sale_price: string;
601
- ss_category_hierarchy: string[];
602
- on_sale: string;
603
- condition: string;
604
- product_type: string[];
605
- brightness: string;
606
- size: string[];
607
- material: string;
608
- days_since_published: string;
609
- dress_length: string;
610
- size_dress: string[];
611
- quantity_available: string;
612
- popularity: string;
613
- product_type_unigram: string;
614
- id: string;
615
- color?: undefined;
616
- color_family?: undefined;
617
- sale_price?: undefined;
618
- season?: undefined;
619
- collection?: undefined;
620
- black_friday?: undefined;
621
- holiday_styles?: undefined;
622
- ss_regular_price?: undefined;
623
- };
624
- type?: undefined;
625
- custom?: undefined;
626
- } | {
627
- id: string;
628
- mappings: {
629
- core: {
630
- uid: string;
631
- price: number;
632
- msrp: number;
633
- url: string;
634
- thumbnailImageUrl: string;
635
- imageUrl: string;
636
- name: string;
637
- sku: string;
638
- brand: string;
639
- };
640
- };
641
- attributes: {
642
- intellisuggestData: string;
643
- intellisuggestSignature: string;
644
- ss_insights_quadrant: string;
645
- gross_margin: string;
646
- ss_product_type: string;
647
- keywords: string[];
648
- color: string[];
649
- multi_colors: string;
650
- description: string;
651
- title: string;
652
- ss_clicks: string;
653
- color_family: string[];
654
- condition: string;
655
- sales_rank: string;
656
- ss_sale_price: string;
657
- product_type: string[];
658
- size: string[];
659
- days_since_published: string;
660
- season: string;
661
- ss_category_hierarchy: string[];
662
- on_sale: string;
663
- size_dress: string[];
664
- quantity_available: string;
665
- popularity: string;
666
- product_type_unigram: string;
667
- id: string;
668
- sale_price?: undefined;
669
- material?: undefined;
670
- dress_length_name?: undefined;
671
- saturation?: undefined;
672
- brightness?: undefined;
673
- dress_length?: undefined;
674
- collection?: undefined;
675
- pattern?: undefined;
676
- black_friday?: undefined;
677
- holiday_styles?: undefined;
678
- ss_regular_price?: undefined;
679
- };
680
- type?: undefined;
681
- custom?: undefined;
682
- } | {
683
- id: string;
684
- mappings: {
685
- core: {
686
- uid: string;
687
- price: number;
688
- msrp: number;
689
- url: string;
690
- thumbnailImageUrl: string;
691
- imageUrl: string;
692
- name: string;
693
- sku: string;
694
- brand: string;
695
- };
696
- };
697
- attributes: {
698
- intellisuggestData: string;
699
- intellisuggestSignature: string;
700
- ss_insights_quadrant: string;
701
- gross_margin: string;
702
- ss_product_type: string;
703
- keywords: string[];
704
- color: string[];
705
- black_friday: string;
706
- multi_colors: string;
707
- description: string;
708
- title: string;
709
- ss_clicks: string;
710
- color_family: string[];
711
- sales_rank: string;
712
- ss_sale_price: string;
713
- holiday_styles: string;
714
- ss_category_hierarchy: string[];
715
- on_sale: string;
716
- condition: string;
717
- product_type: string[];
718
- size: string[];
719
- material: string;
720
- days_since_published: string;
721
- size_dress: string[];
722
- quantity_available: string;
723
- popularity: string;
724
- product_type_unigram: string;
725
- id: string;
726
- sale_price?: undefined;
727
- dress_length_name?: undefined;
728
- saturation?: undefined;
729
- brightness?: undefined;
730
- dress_length?: undefined;
731
- season?: undefined;
732
- collection?: undefined;
733
- pattern?: undefined;
734
- ss_regular_price?: undefined;
735
- };
736
- type?: undefined;
737
- custom?: undefined;
738
- } | {
739
- id: string;
740
- mappings: {
741
- core: {
742
- uid: string;
743
- price: number;
744
- msrp: number;
745
- url: string;
746
- thumbnailImageUrl: string;
747
- imageUrl: string;
748
- name: string;
749
- sku: string;
750
- brand: string;
751
- };
752
- };
753
- attributes: {
754
- intellisuggestData: string;
755
- intellisuggestSignature: string;
756
- ss_insights_quadrant: string;
757
- gross_margin: string;
758
- ss_product_type: string;
759
- keywords: string[];
760
- color: string[];
761
- dress_length_name: string;
762
- multi_colors: string;
763
- description: string;
764
- title: string;
765
- ss_clicks: string;
766
- color_family: string[];
767
- sales_rank: string;
768
- ss_sale_price: string;
769
- season: string;
770
- ss_category_hierarchy: string[];
771
- on_sale: string;
772
- condition: string;
773
- product_type: string[];
774
- size: string[];
775
- material: string;
776
- days_since_published: string;
777
- size_dress: string[];
778
- quantity_available: string;
779
- popularity: string;
780
- product_type_unigram: string;
781
- id: string;
782
- sale_price?: undefined;
783
- saturation?: undefined;
784
- brightness?: undefined;
785
- dress_length?: undefined;
786
- collection?: undefined;
787
- pattern?: undefined;
788
- black_friday?: undefined;
789
- holiday_styles?: undefined;
790
- ss_regular_price?: undefined;
791
- };
792
- type?: undefined;
793
- custom?: undefined;
794
- } | {
795
- id: string;
796
- mappings: {
797
- core: {
798
- uid: string;
799
- price: number;
800
- msrp: number;
801
- url: string;
802
- thumbnailImageUrl: string;
803
- imageUrl: string;
804
- name: string;
805
- sku: string;
806
- brand: string;
807
- };
808
- };
809
- attributes: {
810
- intellisuggestData: string;
811
- intellisuggestSignature: string;
812
- ss_insights_quadrant: string;
813
- gross_margin: string;
814
- ss_product_type: string;
815
- keywords: string[];
816
- color: string[];
817
- multi_colors: string;
818
- pattern: string;
819
- description: string;
820
- title: string;
821
- ss_clicks: string;
822
- color_family: string[];
823
- sales_rank: string;
824
- ss_sale_price: string;
825
- ss_category_hierarchy: string[];
826
- on_sale: string;
827
- condition: string;
828
- product_type: string[];
829
- size: string[];
830
- material: string;
831
- days_since_published: string;
832
- size_dress: string[];
833
- quantity_available: string;
834
- popularity: string;
835
- product_type_unigram: string;
836
- id: string;
837
- sale_price?: undefined;
838
- dress_length_name?: undefined;
839
- saturation?: undefined;
840
- brightness?: undefined;
841
- dress_length?: undefined;
842
- season?: undefined;
843
- collection?: undefined;
844
- black_friday?: undefined;
845
- holiday_styles?: undefined;
846
- ss_regular_price?: undefined;
847
- };
848
- type?: undefined;
849
- custom?: undefined;
850
- } | {
851
- id: string;
852
- mappings: {
853
- core: {
854
- uid: string;
855
- price: number;
856
- msrp: number;
857
- url: string;
858
- thumbnailImageUrl: string;
859
- imageUrl: string;
860
- name: string;
861
- sku: string;
862
- brand: string;
863
- };
864
- };
865
- attributes: {
866
- intellisuggestData: string;
867
- intellisuggestSignature: string;
868
- ss_insights_quadrant: string;
869
- gross_margin: string;
870
- ss_product_type: string;
871
- keywords: string[];
872
- color: string[];
873
- dress_length_name: string;
874
- multi_colors: string;
875
- description: string;
876
- title: string;
877
- ss_clicks: string;
878
- saturation: string;
879
- color_family: string[];
880
- sales_rank: string;
881
- ss_sale_price: string;
882
- season: string;
883
- ss_category_hierarchy: string[];
884
- on_sale: string;
885
- condition: string;
886
- product_type: string[];
887
- brightness: string;
888
- size: string[];
889
- material: string;
890
- days_since_published: string;
891
- dress_length: string;
892
- size_dress: string[];
893
- quantity_available: string;
894
- popularity: string;
895
- product_type_unigram: string;
896
- id: string;
897
- sale_price?: undefined;
898
- collection?: undefined;
899
- pattern?: undefined;
900
- black_friday?: undefined;
901
- holiday_styles?: undefined;
902
- ss_regular_price?: undefined;
903
- };
904
- type?: undefined;
905
- custom?: undefined;
906
- } | {
907
- id: string;
908
- mappings: {
909
- core: {
910
- uid: string;
911
- price: number;
912
- msrp: number;
913
- url: string;
914
- thumbnailImageUrl: string;
915
- imageUrl: string;
916
- name: string;
917
- sku: string;
918
- brand: string;
919
- };
920
- };
921
- attributes: {
922
- intellisuggestData: string;
923
- intellisuggestSignature: string;
924
- ss_insights_quadrant: string;
925
- gross_margin: string;
926
- ss_product_type: string;
927
- keywords: string[];
928
- dress_length_name: string;
929
- multi_colors: string;
930
- pattern: string;
931
- description: string;
932
- title: string;
933
- ss_clicks: string;
934
- saturation: string;
935
- sales_rank: string;
936
- ss_sale_price: string;
937
- season: string;
938
- ss_category_hierarchy: string[];
939
- on_sale: string;
940
- condition: string;
941
- product_type: string[];
942
- brightness: string;
943
- size: string[];
944
- material: string;
945
- days_since_published: string;
946
- dress_length: string;
947
- size_dress: string[];
948
- quantity_available: string;
949
- popularity: string;
950
- product_type_unigram: string;
951
- id: string;
952
- color?: undefined;
953
- color_family?: undefined;
954
- sale_price?: undefined;
955
- collection?: undefined;
956
- black_friday?: undefined;
957
- holiday_styles?: undefined;
958
- ss_regular_price?: undefined;
959
- };
960
- type?: undefined;
961
- custom?: undefined;
962
- } | {
963
- id: string;
964
- mappings: {
965
- core: {
966
- uid: string;
967
- price: number;
968
- msrp: number;
969
- url: string;
970
- thumbnailImageUrl: string;
971
- imageUrl: string;
972
- name: string;
973
- sku: string;
974
- brand: string;
975
- };
976
- };
977
- attributes: {
978
- intellisuggestData: string;
979
- intellisuggestSignature: string;
980
- ss_insights_quadrant: string;
981
- gross_margin: string;
982
- ss_product_type: string;
983
- keywords: string[];
984
- color: string[];
985
- multi_colors: string;
986
- description: string;
987
- title: string;
988
- ss_clicks: string;
989
- color_family: string[];
990
- condition: string;
991
- sales_rank: string;
992
- ss_sale_price: string;
993
- product_type: string[];
994
- size: string[];
995
- material: string;
996
- days_since_published: string;
997
- ss_category_hierarchy: string[];
998
- on_sale: string;
999
- size_dress: string[];
1000
- quantity_available: string;
1001
- popularity: string;
1002
- product_type_unigram: string;
1003
- id: string;
1004
- sale_price?: undefined;
1005
- dress_length_name?: undefined;
1006
- saturation?: undefined;
1007
- brightness?: undefined;
1008
- dress_length?: undefined;
1009
- season?: undefined;
1010
- collection?: undefined;
1011
- pattern?: undefined;
1012
- black_friday?: undefined;
1013
- holiday_styles?: undefined;
1014
- ss_regular_price?: undefined;
1015
- };
1016
- type?: undefined;
1017
- custom?: undefined;
1018
- } | {
1019
- id: string;
1020
- mappings: {
1021
- core: {
1022
- uid: string;
1023
- price: number;
1024
- msrp: number;
1025
- url: string;
1026
- thumbnailImageUrl: string;
1027
- imageUrl: string;
1028
- name: string;
1029
- sku: string;
1030
- brand: string;
1031
- };
1032
- };
1033
- attributes: {
1034
- intellisuggestData: string;
1035
- intellisuggestSignature: string;
1036
- ss_insights_quadrant: string;
1037
- gross_margin: string;
1038
- ss_product_type: string;
1039
- keywords: string[];
1040
- color: string[];
1041
- black_friday: string;
1042
- dress_length_name: string;
1043
- multi_colors: string;
1044
- description: string;
1045
- title: string;
1046
- ss_clicks: string;
1047
- color_family: string[];
1048
- sales_rank: string;
1049
- ss_sale_price: string;
1050
- holiday_styles: string;
1051
- ss_category_hierarchy: string[];
1052
- on_sale: string;
1053
- collection: string;
1054
- condition: string;
1055
- product_type: string[];
1056
- size: string[];
1057
- material: string;
1058
- days_since_published: string;
1059
- size_dress: string[];
1060
- quantity_available: string;
1061
- popularity: string;
1062
- product_type_unigram: string;
1063
- id: string;
1064
- sale_price?: undefined;
1065
- saturation?: undefined;
1066
- brightness?: undefined;
1067
- dress_length?: undefined;
1068
- season?: undefined;
1069
- pattern?: undefined;
1070
- ss_regular_price?: undefined;
1071
- };
1072
- type?: undefined;
1073
- custom?: undefined;
1074
- } | {
1075
- id: string;
1076
- mappings: {
1077
- core: {
1078
- uid: string;
1079
- price: number;
1080
- msrp: number;
1081
- url: string;
1082
- thumbnailImageUrl: string;
1083
- imageUrl: string;
1084
- name: string;
1085
- sku: string;
1086
- brand: string;
1087
- };
1088
- };
1089
- attributes: {
1090
- intellisuggestData: string;
1091
- intellisuggestSignature: string;
1092
- ss_insights_quadrant: string;
1093
- gross_margin: string;
1094
- ss_product_type: string;
1095
- keywords: string[];
1096
- color: string[];
1097
- dress_length_name: string;
1098
- multi_colors: string;
1099
- description: string;
1100
- title: string;
1101
- ss_clicks: string;
1102
- saturation: string;
1103
- color_family: string[];
1104
- sales_rank: string;
1105
- ss_sale_price: string;
1106
- season: string;
1107
- ss_category_hierarchy: string[];
1108
- on_sale: string;
1109
- condition: string;
1110
- product_type: string[];
1111
- brightness: string;
1112
- size: string[];
1113
- days_since_published: string;
1114
- dress_length: string;
1115
- size_dress: string[];
1116
- quantity_available: string;
1117
- popularity: string;
1118
- product_type_unigram: string;
1119
- id: string;
1120
- sale_price?: undefined;
1121
- material?: undefined;
1122
- collection?: undefined;
1123
- pattern?: undefined;
1124
- black_friday?: undefined;
1125
- holiday_styles?: undefined;
1126
- ss_regular_price?: undefined;
1127
- };
1128
- type?: undefined;
1129
- custom?: undefined;
1130
- } | {
1131
- id: string;
1132
- mappings: {
1133
- core: {
1134
- uid: string;
1135
- price: number;
1136
- msrp: number;
1137
- url: string;
1138
- thumbnailImageUrl: string;
1139
- imageUrl: string;
1140
- name: string;
1141
- sku: string;
1142
- brand: string;
1143
- };
1144
- };
1145
- attributes: {
1146
- intellisuggestData: string;
1147
- intellisuggestSignature: string;
1148
- ss_insights_quadrant: string;
1149
- gross_margin: string;
1150
- ss_product_type: string;
1151
- keywords: string[];
1152
- color: string[];
1153
- multi_colors: string;
1154
- pattern: string;
1155
- description: string;
1156
- title: string;
1157
- ss_clicks: string;
1158
- color_family: string[];
1159
- condition: string;
1160
- sales_rank: string;
1161
- ss_sale_price: string;
1162
- product_type: string[];
1163
- size: string[];
1164
- days_since_published: string;
1165
- ss_category_hierarchy: string[];
1166
- on_sale: string;
1167
- size_dress: string[];
1168
- quantity_available: string;
1169
- popularity: string;
1170
- product_type_unigram: string;
1171
- id: string;
1172
- sale_price?: undefined;
1173
- material?: undefined;
1174
- dress_length_name?: undefined;
1175
- saturation?: undefined;
1176
- brightness?: undefined;
1177
- dress_length?: undefined;
1178
- season?: undefined;
1179
- collection?: undefined;
1180
- black_friday?: undefined;
1181
- holiday_styles?: undefined;
1182
- ss_regular_price?: undefined;
1183
- };
1184
- type?: undefined;
1185
- custom?: undefined;
1186
- } | {
1187
- id: string;
1188
- mappings: {
1189
- core: {
1190
- uid: string;
1191
- price: number;
1192
- msrp: number;
1193
- url: string;
1194
- thumbnailImageUrl: string;
1195
- imageUrl: string;
1196
- name: string;
1197
- sku: string;
1198
- brand: string;
1199
- };
1200
- };
1201
- attributes: {
1202
- intellisuggestData: string;
1203
- intellisuggestSignature: string;
1204
- ss_insights_quadrant: string;
1205
- gross_margin: string;
1206
- ss_product_type: string;
1207
- keywords: string[];
1208
- color: string[];
1209
- dress_length_name: string;
1210
- multi_colors: string;
1211
- pattern: string;
1212
- description: string;
1213
- title: string;
1214
- ss_clicks: string;
1215
- saturation: string;
1216
- color_family: string[];
1217
- sales_rank: string;
1218
- ss_sale_price: string;
1219
- ss_category_hierarchy: string[];
1220
- on_sale: string;
1221
- collection: string;
1222
- condition: string;
1223
- product_type: string[];
1224
- brightness: string;
1225
- size: string[];
1226
- material: string;
1227
- days_since_published: string;
1228
- dress_length: string;
1229
- size_dress: string[];
1230
- quantity_available: string;
1231
- popularity: string;
1232
- product_type_unigram: string;
1233
- id: string;
1234
- sale_price?: undefined;
1235
- season?: undefined;
1236
- black_friday?: undefined;
1237
- holiday_styles?: undefined;
1238
- ss_regular_price?: undefined;
1239
- };
1240
- type?: undefined;
1241
- custom?: undefined;
1242
- } | {
1243
- id: string;
1244
- mappings: {
1245
- core: {
1246
- uid: string;
1247
- price: number;
1248
- msrp: number;
1249
- url: string;
1250
- thumbnailImageUrl: string;
1251
- imageUrl: string;
1252
- name: string;
1253
- sku: string;
1254
- brand: string;
1255
- };
1256
- };
1257
- attributes: {
1258
- intellisuggestData: string;
1259
- intellisuggestSignature: string;
1260
- ss_insights_quadrant: string;
1261
- gross_margin: string;
1262
- ss_product_type: string;
1263
- keywords: string[];
1264
- color: string[];
1265
- black_friday: string;
1266
- dress_length_name: string;
1267
- multi_colors: string;
1268
- description: string;
1269
- title: string;
1270
- ss_clicks: string;
1271
- saturation: string;
1272
- color_family: string[];
1273
- sales_rank: string;
1274
- ss_sale_price: string;
1275
- holiday_styles: string;
1276
- season: string;
1277
- ss_category_hierarchy: string[];
1278
- on_sale: string;
1279
- condition: string;
1280
- product_type: string[];
1281
- brightness: string;
1282
- size: string[];
1283
- days_since_published: string;
1284
- dress_length: string;
1285
- size_dress: string[];
1286
- quantity_available: string;
1287
- popularity: string;
1288
- product_type_unigram: string;
1289
- id: string;
1290
- sale_price?: undefined;
1291
- material?: undefined;
1292
- collection?: undefined;
1293
- pattern?: undefined;
1294
- ss_regular_price?: undefined;
1295
- };
1296
- type?: undefined;
1297
- custom?: undefined;
1298
- } | {
1299
- id: string;
1300
- mappings: {
1301
- core: {
1302
- uid: string;
1303
- price: number;
1304
- msrp: number;
1305
- url: string;
1306
- thumbnailImageUrl: string;
1307
- imageUrl: string;
1308
- name: string;
1309
- sku: string;
1310
- brand: string;
1311
- };
1312
- };
1313
- attributes: {
1314
- intellisuggestData: string;
1315
- intellisuggestSignature: string;
1316
- ss_insights_quadrant: string;
1317
- gross_margin: string;
1318
- ss_product_type: string;
1319
- keywords: string[];
1320
- color: string[];
1321
- dress_length_name: string;
1322
- multi_colors: string;
1323
- description: string;
1324
- title: string;
1325
- ss_clicks: string;
1326
- saturation: string;
1327
- color_family: string[];
1328
- sales_rank: string;
1329
- ss_sale_price: string;
1330
- ss_category_hierarchy: string[];
1331
- on_sale: string;
1332
- condition: string;
1333
- product_type: string[];
1334
- brightness: string;
1335
- size: string[];
1336
- material: string;
1337
- days_since_published: string;
1338
- dress_length: string;
1339
- size_dress: string[];
1340
- quantity_available: string;
1341
- popularity: string;
1342
- product_type_unigram: string;
1343
- id: string;
1344
- sale_price?: undefined;
1345
- season?: undefined;
1346
- collection?: undefined;
1347
- pattern?: undefined;
1348
- black_friday?: undefined;
1349
- holiday_styles?: undefined;
1350
- ss_regular_price?: undefined;
1351
- };
1352
- type?: undefined;
1353
- custom?: undefined;
1354
- } | {
1355
- id: string;
1356
- mappings: {
1357
- core: {
1358
- uid: string;
1359
- price: number;
1360
- msrp: number;
1361
- url: string;
1362
- thumbnailImageUrl: string;
1363
- imageUrl: string;
1364
- name: string;
1365
- sku: string;
1366
- brand: string;
1367
- };
1368
- };
1369
- attributes: {
1370
- intellisuggestData: string;
1371
- intellisuggestSignature: string;
1372
- ss_insights_quadrant: string;
1373
- gross_margin: string;
1374
- ss_product_type: string;
1375
- keywords: string[];
1376
- color: string[];
1377
- multi_colors: string;
1378
- description: string;
1379
- title: string;
1380
- ss_clicks: string;
1381
- color_family: string[];
1382
- sales_rank: string;
1383
- season: string;
1384
- ss_regular_price: string;
1385
- ss_category_hierarchy: string[];
1386
- on_sale: string;
1387
- condition: string;
1388
- product_type: string[];
1389
- size: string[];
1390
- material: string;
1391
- days_since_published: string;
1392
- size_dress: string[];
1393
- quantity_available: string;
1394
- popularity: string;
1395
- product_type_unigram: string;
1396
- id: string;
1397
- ss_sale_price?: undefined;
1398
- sale_price?: undefined;
1399
- dress_length_name?: undefined;
1400
- saturation?: undefined;
1401
- brightness?: undefined;
1402
- dress_length?: undefined;
1403
- collection?: undefined;
1404
- pattern?: undefined;
1405
- black_friday?: undefined;
1406
- holiday_styles?: undefined;
1407
- };
1408
- type?: undefined;
1409
- custom?: undefined;
1410
- })[];
1411
- facets: ({
1412
- field: string;
1413
- label: string;
1414
- type: string;
1415
- display: string;
1416
- multiple: string;
1417
- filtered: boolean;
1418
- collapsed: boolean;
1419
- values: {
1420
- filtered: boolean;
1421
- value: string;
1422
- label: string;
1423
- count: number;
1424
- }[];
1425
- } | {
1426
- field: string;
1427
- label: string;
1428
- type: string;
1429
- display: string;
1430
- filtered: boolean;
1431
- collapsed: boolean;
1432
- range: {
1433
- low: number;
1434
- high: number;
1435
- };
1436
- active: {
1437
- low: number;
1438
- high: number;
1439
- };
1440
- step: number;
1441
- formatValue: string;
1442
- })[];
1443
- merchandising: {
1444
- redirect: string;
1445
- content: {
1446
- banner: string[];
1447
- footer: string[];
1448
- header: string[];
1449
- inline: {
1450
- value: string;
1451
- config: {
1452
- position: {
1453
- index: number;
1454
- };
1455
- };
1456
- }[];
1457
- left: string[];
1458
- };
1459
- };
1460
- };
1461
- export declare const badSearchResponse: {
1462
- pagination: {
1463
- totalResults: number;
1464
- page: number;
1465
- pageSize: number;
1466
- };
1467
- results: {
1468
- id: string;
1469
- mappings: {
1470
- core: {
1471
- uid: string;
1472
- price: number;
1473
- msrp: number;
1474
- url: string;
1475
- thumbnailImageUrl: string;
1476
- imageUrl: string;
1477
- name: string;
1478
- sku: string;
1479
- brand: string;
1480
- };
1481
- };
1482
- attributes: {
1483
- intellisuggestData: string;
1484
- intellisuggestSignature: string;
1485
- ss_insights_quadrant: string;
1486
- gross_margin: string;
1487
- ss_product_type: string;
1488
- keywords: string[];
1489
- color: string[];
1490
- multi_colors: string;
1491
- description: string;
1492
- title: string;
1493
- ss_clicks: string;
1494
- color_family: string[];
1495
- sales_rank: string;
1496
- ss_sale_price: string;
1497
- ss_category_hierarchy: string[];
1498
- on_sale: string;
1499
- sale_price: string;
1500
- condition: string;
1501
- product_type: string[];
1502
- size: string[];
1503
- material: string;
1504
- days_since_published: string;
1505
- size_dress: string[];
1506
- quantity_available: string;
1507
- popularity: string;
1508
- product_type_unigram: string;
1509
- id: string;
1510
- };
1511
- }[];
1512
- facets: ({
1513
- field: string;
1514
- label: string;
1515
- type: string;
1516
- display: string;
1517
- multiple: string;
1518
- filtered: boolean;
1519
- collapsed: boolean;
1520
- values: {
1521
- filtered: boolean;
1522
- value: string;
1523
- label: string;
1524
- count: number;
1525
- }[];
1526
- } | {
1527
- field: string;
1528
- label: string;
1529
- type: string;
1530
- display: string;
1531
- filtered: boolean;
1532
- collapsed: boolean;
1533
- range: {
1534
- low: number;
1535
- high: number;
1536
- };
1537
- active: {
1538
- low: number;
1539
- high: number;
1540
- };
1541
- step: number;
1542
- formatValue: string;
1543
- })[];
1544
- merchandising: {
1545
- redirect: string;
1546
- content: {};
1547
- };
1548
- };
1549
- export declare const facetOverflowMock: {
1550
- type: string;
1551
- field: string;
1552
- filtered: boolean;
1553
- custom: {};
1554
- collapsed: boolean;
1555
- display: string;
1556
- label: string;
1557
- values: {
1558
- filtered: boolean;
1559
- value: string;
1560
- label: string;
1561
- count: number;
1562
- }[];
1563
- multiple: string;
1564
- overflow: {
1565
- enabled: boolean;
1566
- limited: boolean;
1567
- limit: number;
1568
- remaining: number;
1569
- setLimit: () => void;
1570
- toggle: () => void;
1571
- calculate: () => void;
1572
- };
1573
- };
1574
- //# sourceMappingURL=searchResponse.d.ts.map