@coveo/atomic 3.53.2 → 3.53.3

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 (23) hide show
  1. package/custom-elements.json +956 -971
  2. package/dist/atomic/components/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +3 -3
  3. package/dist/atomic/components/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.js +2 -0
  4. package/dist/atomic/components/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.js +10 -5
  5. package/dist/atomic/components/components/insight/atomic-insight-facet/atomic-insight-facet.js +3 -1
  6. package/dist/atomic/components/components/insight/atomic-insight-numeric-facet/atomic-insight-numeric-facet.js +10 -11
  7. package/dist/atomic/components/components/insight/atomic-insight-result-children/atomic-insight-result-children.js +3 -3
  8. package/dist/atomic/components/components/search/atomic-category-facet/atomic-category-facet.js +4 -5
  9. package/dist/atomic/components/components/search/atomic-color-facet/atomic-color-facet.js +3 -1
  10. package/dist/atomic/components/components/search/atomic-facet/atomic-facet.js +4 -3
  11. package/dist/atomic/components/components/search/atomic-numeric-facet/atomic-numeric-facet.js +9 -10
  12. package/dist/atomic/components/components/search/atomic-rating-facet/atomic-rating-facet.js +3 -1
  13. package/dist/atomic/components/components/search/atomic-rating-range-facet/atomic-rating-range-facet.js +3 -1
  14. package/dist/atomic/components/components/search/atomic-search-box/atomic-search-box.js +4 -4
  15. package/dist/atomic/components/components/search/atomic-segmented-facet/atomic-segmented-facet.js +3 -1
  16. package/dist/atomic/components/global/environment.js +1 -1
  17. package/dist/atomic/components/utils/tailwind.global.tw.css.js +3 -3
  18. package/dist/cjs/version.cjs.js +2 -2
  19. package/dist/esm/version.js +2 -2
  20. package/dist/types/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.d.ts +8 -0
  21. package/dist/types/components/search/atomic-facet/atomic-facet.d.ts +1 -3
  22. package/dist/types/components/search/atomic-segmented-facet/atomic-segmented-facet.d.ts +1 -1
  23. package/package.json +5 -5
@@ -1594,6 +1594,137 @@
1594
1594
  }
1595
1595
  ]
1596
1596
  },
1597
+ {
1598
+ "kind": "javascript-module",
1599
+ "path": "src/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.ts",
1600
+ "declarations": [
1601
+ {
1602
+ "kind": "class",
1603
+ "description": "The `atomic-commerce-did-you-mean` component is responsible for handling query corrections. When a query returns no products but finds a possible query correction, the component either suggests the correction or automatically triggers a new query with the suggested term.",
1604
+ "name": "AtomicCommerceDidYouMean",
1605
+ "cssParts": [
1606
+ {
1607
+ "description": "The text displayed when there are no products.",
1608
+ "name": "no-results"
1609
+ },
1610
+ {
1611
+ "description": "The text displayed for the automatically corrected query.",
1612
+ "name": "auto-corrected"
1613
+ },
1614
+ {
1615
+ "description": "The first paragraph of the text displayed when a query trigger changes a query.",
1616
+ "name": "showing-results-for"
1617
+ },
1618
+ {
1619
+ "description": "The second paragraph of the text displayed when a query trigger changes a query.",
1620
+ "name": "search-instead-for"
1621
+ },
1622
+ {
1623
+ "description": "The text displayed around the button to manually correct a query.",
1624
+ "name": "did-you-mean"
1625
+ },
1626
+ {
1627
+ "description": "The button used to manually correct a query.",
1628
+ "name": "correction-btn"
1629
+ },
1630
+ {
1631
+ "description": "The button used to undo a query changed by a query trigger.",
1632
+ "name": "undo-btn"
1633
+ },
1634
+ {
1635
+ "description": "The query highlights.",
1636
+ "name": "highlight"
1637
+ }
1638
+ ],
1639
+ "members": [
1640
+ {
1641
+ "kind": "field",
1642
+ "name": "bindings",
1643
+ "type": {
1644
+ "text": "CommerceBindings"
1645
+ },
1646
+ "privacy": "private"
1647
+ },
1648
+ {
1649
+ "kind": "field",
1650
+ "name": "didYouMean",
1651
+ "type": {
1652
+ "text": "DidYouMean"
1653
+ },
1654
+ "privacy": "private"
1655
+ },
1656
+ {
1657
+ "kind": "field",
1658
+ "name": "queryTrigger",
1659
+ "type": {
1660
+ "text": "QueryTrigger"
1661
+ },
1662
+ "privacy": "private"
1663
+ },
1664
+ {
1665
+ "kind": "field",
1666
+ "name": "didYouMeanState",
1667
+ "type": {
1668
+ "text": "DidYouMeanState"
1669
+ },
1670
+ "privacy": "private"
1671
+ },
1672
+ {
1673
+ "kind": "field",
1674
+ "name": "queryTriggerState",
1675
+ "type": {
1676
+ "text": "QueryTriggerState"
1677
+ },
1678
+ "privacy": "private"
1679
+ },
1680
+ {
1681
+ "kind": "field",
1682
+ "name": "error",
1683
+ "type": {
1684
+ "text": "Error"
1685
+ },
1686
+ "privacy": "private"
1687
+ },
1688
+ {
1689
+ "kind": "method",
1690
+ "name": "initialize",
1691
+ "privacy": "public"
1692
+ },
1693
+ {
1694
+ "kind": "field",
1695
+ "name": "content",
1696
+ "privacy": "private",
1697
+ "readonly": true
1698
+ }
1699
+ ],
1700
+ "superclass": {
1701
+ "name": "LitElement",
1702
+ "package": "lit"
1703
+ },
1704
+ "events": [],
1705
+ "tagName": "atomic-commerce-did-you-mean",
1706
+ "customElement": true
1707
+ }
1708
+ ],
1709
+ "exports": [
1710
+ {
1711
+ "kind": "js",
1712
+ "name": "AtomicCommerceDidYouMean",
1713
+ "declaration": {
1714
+ "name": "AtomicCommerceDidYouMean",
1715
+ "module": "src/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.ts"
1716
+ }
1717
+ },
1718
+ {
1719
+ "kind": "custom-element-definition",
1720
+ "name": "atomic-commerce-did-you-mean",
1721
+ "declaration": {
1722
+ "name": "AtomicCommerceDidYouMean",
1723
+ "module": "src/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.ts"
1724
+ }
1725
+ }
1726
+ ]
1727
+ },
1597
1728
  {
1598
1729
  "kind": "javascript-module",
1599
1730
  "path": "src/components/commerce/atomic-commerce-category-facet/atomic-commerce-category-facet.ts",
@@ -3190,137 +3321,6 @@
3190
3321
  "declarations": [],
3191
3322
  "exports": []
3192
3323
  },
3193
- {
3194
- "kind": "javascript-module",
3195
- "path": "src/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.ts",
3196
- "declarations": [
3197
- {
3198
- "kind": "class",
3199
- "description": "The `atomic-commerce-did-you-mean` component is responsible for handling query corrections. When a query returns no products but finds a possible query correction, the component either suggests the correction or automatically triggers a new query with the suggested term.",
3200
- "name": "AtomicCommerceDidYouMean",
3201
- "cssParts": [
3202
- {
3203
- "description": "The text displayed when there are no products.",
3204
- "name": "no-results"
3205
- },
3206
- {
3207
- "description": "The text displayed for the automatically corrected query.",
3208
- "name": "auto-corrected"
3209
- },
3210
- {
3211
- "description": "The first paragraph of the text displayed when a query trigger changes a query.",
3212
- "name": "showing-results-for"
3213
- },
3214
- {
3215
- "description": "The second paragraph of the text displayed when a query trigger changes a query.",
3216
- "name": "search-instead-for"
3217
- },
3218
- {
3219
- "description": "The text displayed around the button to manually correct a query.",
3220
- "name": "did-you-mean"
3221
- },
3222
- {
3223
- "description": "The button used to manually correct a query.",
3224
- "name": "correction-btn"
3225
- },
3226
- {
3227
- "description": "The button used to undo a query changed by a query trigger.",
3228
- "name": "undo-btn"
3229
- },
3230
- {
3231
- "description": "The query highlights.",
3232
- "name": "highlight"
3233
- }
3234
- ],
3235
- "members": [
3236
- {
3237
- "kind": "field",
3238
- "name": "bindings",
3239
- "type": {
3240
- "text": "CommerceBindings"
3241
- },
3242
- "privacy": "private"
3243
- },
3244
- {
3245
- "kind": "field",
3246
- "name": "didYouMean",
3247
- "type": {
3248
- "text": "DidYouMean"
3249
- },
3250
- "privacy": "private"
3251
- },
3252
- {
3253
- "kind": "field",
3254
- "name": "queryTrigger",
3255
- "type": {
3256
- "text": "QueryTrigger"
3257
- },
3258
- "privacy": "private"
3259
- },
3260
- {
3261
- "kind": "field",
3262
- "name": "didYouMeanState",
3263
- "type": {
3264
- "text": "DidYouMeanState"
3265
- },
3266
- "privacy": "private"
3267
- },
3268
- {
3269
- "kind": "field",
3270
- "name": "queryTriggerState",
3271
- "type": {
3272
- "text": "QueryTriggerState"
3273
- },
3274
- "privacy": "private"
3275
- },
3276
- {
3277
- "kind": "field",
3278
- "name": "error",
3279
- "type": {
3280
- "text": "Error"
3281
- },
3282
- "privacy": "private"
3283
- },
3284
- {
3285
- "kind": "method",
3286
- "name": "initialize",
3287
- "privacy": "public"
3288
- },
3289
- {
3290
- "kind": "field",
3291
- "name": "content",
3292
- "privacy": "private",
3293
- "readonly": true
3294
- }
3295
- ],
3296
- "superclass": {
3297
- "name": "LitElement",
3298
- "package": "lit"
3299
- },
3300
- "events": [],
3301
- "tagName": "atomic-commerce-did-you-mean",
3302
- "customElement": true
3303
- }
3304
- ],
3305
- "exports": [
3306
- {
3307
- "kind": "js",
3308
- "name": "AtomicCommerceDidYouMean",
3309
- "declaration": {
3310
- "name": "AtomicCommerceDidYouMean",
3311
- "module": "src/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.ts"
3312
- }
3313
- },
3314
- {
3315
- "kind": "custom-element-definition",
3316
- "name": "atomic-commerce-did-you-mean",
3317
- "declaration": {
3318
- "name": "AtomicCommerceDidYouMean",
3319
- "module": "src/components/commerce/atomic-commerce-did-you-mean/atomic-commerce-did-you-mean.ts"
3320
- }
3321
- }
3322
- ]
3323
- },
3324
3324
  {
3325
3325
  "kind": "javascript-module",
3326
3326
  "path": "src/components/commerce/atomic-commerce-layout/atomic-commerce-layout.ts",
@@ -12839,12 +12839,6 @@
12839
12839
  "declarations": [],
12840
12840
  "exports": []
12841
12841
  },
12842
- {
12843
- "kind": "javascript-module",
12844
- "path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
12845
- "declarations": [],
12846
- "exports": []
12847
- },
12848
12842
  {
12849
12843
  "kind": "javascript-module",
12850
12844
  "path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
@@ -13234,6 +13228,12 @@
13234
13228
  }
13235
13229
  ]
13236
13230
  },
13231
+ {
13232
+ "kind": "javascript-module",
13233
+ "path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
13234
+ "declarations": [],
13235
+ "exports": []
13236
+ },
13237
13237
  {
13238
13238
  "kind": "javascript-module",
13239
13239
  "path": "src/components/common/atomic-generated-answer-thread-item/atomic-generated-answer-thread-item.ts",
@@ -14521,73 +14521,73 @@
14521
14521
  },
14522
14522
  {
14523
14523
  "kind": "javascript-module",
14524
- "path": "src/components/common/query-error/container.ts",
14524
+ "path": "src/components/common/query-correction/auto-correction.ts",
14525
14525
  "declarations": [],
14526
14526
  "exports": []
14527
14527
  },
14528
14528
  {
14529
14529
  "kind": "javascript-module",
14530
- "path": "src/components/common/query-error/description.ts",
14530
+ "path": "src/components/common/query-correction/correction.ts",
14531
14531
  "declarations": [],
14532
14532
  "exports": []
14533
14533
  },
14534
14534
  {
14535
14535
  "kind": "javascript-module",
14536
- "path": "src/components/common/query-error/details.ts",
14536
+ "path": "src/components/common/query-correction/trigger-correction.ts",
14537
14537
  "declarations": [],
14538
14538
  "exports": []
14539
14539
  },
14540
14540
  {
14541
14541
  "kind": "javascript-module",
14542
- "path": "src/components/common/query-error/icon.ts",
14542
+ "path": "src/components/common/query-error/container.ts",
14543
14543
  "declarations": [],
14544
14544
  "exports": []
14545
14545
  },
14546
14546
  {
14547
14547
  "kind": "javascript-module",
14548
- "path": "src/components/common/query-error/known-error-types.ts",
14548
+ "path": "src/components/common/query-error/description.ts",
14549
14549
  "declarations": [],
14550
14550
  "exports": []
14551
14551
  },
14552
14552
  {
14553
14553
  "kind": "javascript-module",
14554
- "path": "src/components/common/query-error/link.ts",
14554
+ "path": "src/components/common/query-error/details.ts",
14555
14555
  "declarations": [],
14556
14556
  "exports": []
14557
14557
  },
14558
14558
  {
14559
14559
  "kind": "javascript-module",
14560
- "path": "src/components/common/query-error/show-more.ts",
14560
+ "path": "src/components/common/query-error/icon.ts",
14561
14561
  "declarations": [],
14562
14562
  "exports": []
14563
14563
  },
14564
14564
  {
14565
14565
  "kind": "javascript-module",
14566
- "path": "src/components/common/query-error/title.ts",
14566
+ "path": "src/components/common/query-error/known-error-types.ts",
14567
14567
  "declarations": [],
14568
14568
  "exports": []
14569
14569
  },
14570
14570
  {
14571
14571
  "kind": "javascript-module",
14572
- "path": "src/components/common/query-error/utils.ts",
14572
+ "path": "src/components/common/query-error/link.ts",
14573
14573
  "declarations": [],
14574
14574
  "exports": []
14575
14575
  },
14576
14576
  {
14577
14577
  "kind": "javascript-module",
14578
- "path": "src/components/common/query-correction/auto-correction.ts",
14578
+ "path": "src/components/common/query-error/show-more.ts",
14579
14579
  "declarations": [],
14580
14580
  "exports": []
14581
14581
  },
14582
14582
  {
14583
14583
  "kind": "javascript-module",
14584
- "path": "src/components/common/query-correction/correction.ts",
14584
+ "path": "src/components/common/query-error/title.ts",
14585
14585
  "declarations": [],
14586
14586
  "exports": []
14587
14587
  },
14588
14588
  {
14589
14589
  "kind": "javascript-module",
14590
- "path": "src/components/common/query-correction/trigger-correction.ts",
14590
+ "path": "src/components/common/query-error/utils.ts",
14591
14591
  "declarations": [],
14592
14592
  "exports": []
14593
14593
  },
@@ -18798,6 +18798,154 @@
18798
18798
  }
18799
18799
  ]
18800
18800
  },
18801
+ {
18802
+ "kind": "javascript-module",
18803
+ "path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
18804
+ "declarations": [
18805
+ {
18806
+ "kind": "class",
18807
+ "description": "The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.\n\nWhen this component is added to the `atomic-insight-interface`, an `atomic-insight-refine-modal` component is automatically created.",
18808
+ "name": "AtomicInsightRefineToggle",
18809
+ "cssParts": [
18810
+ {
18811
+ "description": "The container for the refine toggle button.",
18812
+ "name": "insight-refine-toggle-container"
18813
+ },
18814
+ {
18815
+ "description": "The refine toggle button.",
18816
+ "name": "insight-refine-toggle-button"
18817
+ },
18818
+ {
18819
+ "description": "The filter icon.",
18820
+ "name": "insight-refine-toggle-icon"
18821
+ },
18822
+ {
18823
+ "description": "The badge showing the number of active filters.",
18824
+ "name": "insight-refine-toggle-badge"
18825
+ },
18826
+ {
18827
+ "description": "The placeholder shown while the first request is being executed.",
18828
+ "name": "placeholder"
18829
+ }
18830
+ ],
18831
+ "members": [
18832
+ {
18833
+ "kind": "field",
18834
+ "name": "bindings",
18835
+ "type": {
18836
+ "text": "InsightBindings"
18837
+ },
18838
+ "privacy": "private"
18839
+ },
18840
+ {
18841
+ "kind": "field",
18842
+ "name": "error",
18843
+ "type": {
18844
+ "text": "Error"
18845
+ },
18846
+ "privacy": "private"
18847
+ },
18848
+ {
18849
+ "kind": "field",
18850
+ "name": "searchStatus",
18851
+ "type": {
18852
+ "text": "SearchStatus"
18853
+ },
18854
+ "privacy": "private"
18855
+ },
18856
+ {
18857
+ "kind": "field",
18858
+ "name": "breadcrumbManager",
18859
+ "type": {
18860
+ "text": "BreadcrumbManager"
18861
+ },
18862
+ "privacy": "private"
18863
+ },
18864
+ {
18865
+ "kind": "field",
18866
+ "name": "searchStatusState",
18867
+ "type": {
18868
+ "text": "SearchStatusState"
18869
+ },
18870
+ "privacy": "private"
18871
+ },
18872
+ {
18873
+ "kind": "field",
18874
+ "name": "breadcrumbManagerState",
18875
+ "type": {
18876
+ "text": "BreadcrumbManagerState"
18877
+ },
18878
+ "privacy": "private"
18879
+ },
18880
+ {
18881
+ "kind": "field",
18882
+ "name": "modalRef",
18883
+ "type": {
18884
+ "text": "AtomicInsightRefineModal | undefined"
18885
+ },
18886
+ "privacy": "private"
18887
+ },
18888
+ {
18889
+ "kind": "field",
18890
+ "name": "buttonRef",
18891
+ "type": {
18892
+ "text": "HTMLButtonElement | undefined"
18893
+ },
18894
+ "privacy": "private"
18895
+ },
18896
+ {
18897
+ "kind": "field",
18898
+ "name": "numberOfBreadcrumbs",
18899
+ "type": {
18900
+ "text": "number"
18901
+ },
18902
+ "privacy": "private",
18903
+ "readonly": true
18904
+ },
18905
+ {
18906
+ "kind": "method",
18907
+ "name": "initialize",
18908
+ "privacy": "public"
18909
+ },
18910
+ {
18911
+ "kind": "method",
18912
+ "name": "loadModal",
18913
+ "privacy": "private"
18914
+ },
18915
+ {
18916
+ "kind": "method",
18917
+ "name": "enableModal",
18918
+ "privacy": "private"
18919
+ }
18920
+ ],
18921
+ "superclass": {
18922
+ "name": "LitElement",
18923
+ "package": "lit"
18924
+ },
18925
+ "events": [],
18926
+ "tagName": "atomic-insight-refine-toggle",
18927
+ "customElement": true
18928
+ }
18929
+ ],
18930
+ "exports": [
18931
+ {
18932
+ "kind": "js",
18933
+ "name": "AtomicInsightRefineToggle",
18934
+ "declaration": {
18935
+ "name": "AtomicInsightRefineToggle",
18936
+ "module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
18937
+ }
18938
+ },
18939
+ {
18940
+ "kind": "custom-element-definition",
18941
+ "name": "atomic-insight-refine-toggle",
18942
+ "declaration": {
18943
+ "name": "AtomicInsightRefineToggle",
18944
+ "module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
18945
+ }
18946
+ }
18947
+ ]
18948
+ },
18801
18949
  {
18802
18950
  "kind": "javascript-module",
18803
18951
  "path": "src/components/insight/atomic-insight-result/atomic-insight-result.ts",
@@ -19017,154 +19165,6 @@
19017
19165
  }
19018
19166
  ]
19019
19167
  },
19020
- {
19021
- "kind": "javascript-module",
19022
- "path": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts",
19023
- "declarations": [
19024
- {
19025
- "kind": "class",
19026
- "description": "The `atomic-insight-refine-toggle` component displays a button that opens a modal containing the facets and the sort components.\n\nWhen this component is added to the `atomic-insight-interface`, an `atomic-insight-refine-modal` component is automatically created.",
19027
- "name": "AtomicInsightRefineToggle",
19028
- "cssParts": [
19029
- {
19030
- "description": "The container for the refine toggle button.",
19031
- "name": "insight-refine-toggle-container"
19032
- },
19033
- {
19034
- "description": "The refine toggle button.",
19035
- "name": "insight-refine-toggle-button"
19036
- },
19037
- {
19038
- "description": "The filter icon.",
19039
- "name": "insight-refine-toggle-icon"
19040
- },
19041
- {
19042
- "description": "The badge showing the number of active filters.",
19043
- "name": "insight-refine-toggle-badge"
19044
- },
19045
- {
19046
- "description": "The placeholder shown while the first request is being executed.",
19047
- "name": "placeholder"
19048
- }
19049
- ],
19050
- "members": [
19051
- {
19052
- "kind": "field",
19053
- "name": "bindings",
19054
- "type": {
19055
- "text": "InsightBindings"
19056
- },
19057
- "privacy": "private"
19058
- },
19059
- {
19060
- "kind": "field",
19061
- "name": "error",
19062
- "type": {
19063
- "text": "Error"
19064
- },
19065
- "privacy": "private"
19066
- },
19067
- {
19068
- "kind": "field",
19069
- "name": "searchStatus",
19070
- "type": {
19071
- "text": "SearchStatus"
19072
- },
19073
- "privacy": "private"
19074
- },
19075
- {
19076
- "kind": "field",
19077
- "name": "breadcrumbManager",
19078
- "type": {
19079
- "text": "BreadcrumbManager"
19080
- },
19081
- "privacy": "private"
19082
- },
19083
- {
19084
- "kind": "field",
19085
- "name": "searchStatusState",
19086
- "type": {
19087
- "text": "SearchStatusState"
19088
- },
19089
- "privacy": "private"
19090
- },
19091
- {
19092
- "kind": "field",
19093
- "name": "breadcrumbManagerState",
19094
- "type": {
19095
- "text": "BreadcrumbManagerState"
19096
- },
19097
- "privacy": "private"
19098
- },
19099
- {
19100
- "kind": "field",
19101
- "name": "modalRef",
19102
- "type": {
19103
- "text": "AtomicInsightRefineModal | undefined"
19104
- },
19105
- "privacy": "private"
19106
- },
19107
- {
19108
- "kind": "field",
19109
- "name": "buttonRef",
19110
- "type": {
19111
- "text": "HTMLButtonElement | undefined"
19112
- },
19113
- "privacy": "private"
19114
- },
19115
- {
19116
- "kind": "field",
19117
- "name": "numberOfBreadcrumbs",
19118
- "type": {
19119
- "text": "number"
19120
- },
19121
- "privacy": "private",
19122
- "readonly": true
19123
- },
19124
- {
19125
- "kind": "method",
19126
- "name": "initialize",
19127
- "privacy": "public"
19128
- },
19129
- {
19130
- "kind": "method",
19131
- "name": "loadModal",
19132
- "privacy": "private"
19133
- },
19134
- {
19135
- "kind": "method",
19136
- "name": "enableModal",
19137
- "privacy": "private"
19138
- }
19139
- ],
19140
- "superclass": {
19141
- "name": "LitElement",
19142
- "package": "lit"
19143
- },
19144
- "events": [],
19145
- "tagName": "atomic-insight-refine-toggle",
19146
- "customElement": true
19147
- }
19148
- ],
19149
- "exports": [
19150
- {
19151
- "kind": "js",
19152
- "name": "AtomicInsightRefineToggle",
19153
- "declaration": {
19154
- "name": "AtomicInsightRefineToggle",
19155
- "module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
19156
- }
19157
- },
19158
- {
19159
- "kind": "custom-element-definition",
19160
- "name": "atomic-insight-refine-toggle",
19161
- "declaration": {
19162
- "name": "AtomicInsightRefineToggle",
19163
- "module": "src/components/insight/atomic-insight-refine-toggle/atomic-insight-refine-toggle.ts"
19164
- }
19165
- }
19166
- ]
19167
- },
19168
19168
  {
19169
19169
  "kind": "javascript-module",
19170
19170
  "path": "src/components/insight/atomic-insight-result-action/atomic-insight-result-action.ts",
@@ -29651,15 +29651,6 @@
29651
29651
  },
29652
29652
  "privacy": "private",
29653
29653
  "readonly": true
29654
- },
29655
- {
29656
- "kind": "method",
29657
- "name": "initBindings",
29658
- "privacy": "private",
29659
- "inheritedFrom": {
29660
- "name": "InitializeBindingsMixin",
29661
- "module": "src/mixins/bindings-mixin.ts"
29662
- }
29663
29654
  }
29664
29655
  ],
29665
29656
  "attributes": [
@@ -29819,12 +29810,6 @@
29819
29810
  "fieldName": "dependsOn"
29820
29811
  }
29821
29812
  ],
29822
- "mixins": [
29823
- {
29824
- "name": "InitializeBindingsMixin",
29825
- "package": "@/src/mixins/bindings-mixin"
29826
- }
29827
- ],
29828
29813
  "superclass": {
29829
29814
  "name": "LitElement",
29830
29815
  "package": "lit"
@@ -41717,6 +41702,209 @@
41717
41702
  }
41718
41703
  ]
41719
41704
  },
41705
+ {
41706
+ "kind": "javascript-module",
41707
+ "path": "src/components/search/atomic-results-per-page/atomic-results-per-page.ts",
41708
+ "declarations": [
41709
+ {
41710
+ "kind": "class",
41711
+ "description": "The `atomic-results-per-page` component determines how many results to display per page.",
41712
+ "name": "AtomicResultsPerPage",
41713
+ "cssParts": [
41714
+ {
41715
+ "description": "The \"Results per page\" label.",
41716
+ "name": "label"
41717
+ },
41718
+ {
41719
+ "description": "The list of buttons.",
41720
+ "name": "buttons"
41721
+ },
41722
+ {
41723
+ "description": "The result per page button.",
41724
+ "name": "button"
41725
+ },
41726
+ {
41727
+ "description": "The active result per page button.",
41728
+ "name": "active-button"
41729
+ }
41730
+ ],
41731
+ "members": [
41732
+ {
41733
+ "kind": "field",
41734
+ "name": "bindings",
41735
+ "type": {
41736
+ "text": "Bindings"
41737
+ },
41738
+ "privacy": "private"
41739
+ },
41740
+ {
41741
+ "kind": "field",
41742
+ "name": "error",
41743
+ "type": {
41744
+ "text": "Error"
41745
+ },
41746
+ "privacy": "private"
41747
+ },
41748
+ {
41749
+ "kind": "field",
41750
+ "name": "resultPerPage",
41751
+ "type": {
41752
+ "text": "ResultsPerPage"
41753
+ },
41754
+ "privacy": "private"
41755
+ },
41756
+ {
41757
+ "kind": "field",
41758
+ "name": "searchStatus",
41759
+ "type": {
41760
+ "text": "SearchStatus"
41761
+ },
41762
+ "privacy": "private"
41763
+ },
41764
+ {
41765
+ "kind": "field",
41766
+ "name": "choices",
41767
+ "type": {
41768
+ "text": "number[]"
41769
+ },
41770
+ "privacy": "private"
41771
+ },
41772
+ {
41773
+ "kind": "field",
41774
+ "name": "radioGroupName",
41775
+ "privacy": "private",
41776
+ "readonly": true
41777
+ },
41778
+ {
41779
+ "kind": "field",
41780
+ "name": "resultPerPageState",
41781
+ "type": {
41782
+ "text": "ResultsPerPageState"
41783
+ },
41784
+ "privacy": "private"
41785
+ },
41786
+ {
41787
+ "kind": "field",
41788
+ "name": "searchStatusState",
41789
+ "type": {
41790
+ "text": "SearchStatusState"
41791
+ },
41792
+ "privacy": "private"
41793
+ },
41794
+ {
41795
+ "kind": "field",
41796
+ "name": "isAppLoaded",
41797
+ "type": {
41798
+ "text": "boolean"
41799
+ },
41800
+ "privacy": "public",
41801
+ "default": "false"
41802
+ },
41803
+ {
41804
+ "kind": "field",
41805
+ "name": "choicesDisplayed",
41806
+ "type": {
41807
+ "text": "string"
41808
+ },
41809
+ "default": "'10,25,50,100'",
41810
+ "description": "A list of choices for the number of results to display per page, separated by commas.",
41811
+ "attribute": "choices-displayed",
41812
+ "reflects": true
41813
+ },
41814
+ {
41815
+ "kind": "field",
41816
+ "name": "initialChoice",
41817
+ "type": {
41818
+ "text": "number"
41819
+ },
41820
+ "description": "The initial selection for the number of result per page. This should be part of the `choicesDisplayed` option. By default, this is set to the first value in `choicesDisplayed`.",
41821
+ "attribute": "initial-choice",
41822
+ "reflects": true
41823
+ },
41824
+ {
41825
+ "kind": "method",
41826
+ "name": "initialize",
41827
+ "privacy": "public"
41828
+ },
41829
+ {
41830
+ "kind": "method",
41831
+ "name": "scrollToTopEvent",
41832
+ "privacy": "private"
41833
+ },
41834
+ {
41835
+ "kind": "field",
41836
+ "name": "label",
41837
+ "privacy": "private",
41838
+ "readonly": true
41839
+ },
41840
+ {
41841
+ "kind": "method",
41842
+ "name": "initBindings",
41843
+ "privacy": "private",
41844
+ "inheritedFrom": {
41845
+ "name": "InitializeBindingsMixin",
41846
+ "module": "src/mixins/bindings-mixin.ts"
41847
+ }
41848
+ }
41849
+ ],
41850
+ "events": [
41851
+ {
41852
+ "description": "Emitted when the page should scroll to top after changing results per page.",
41853
+ "name": "atomic/scrollToTop"
41854
+ }
41855
+ ],
41856
+ "attributes": [
41857
+ {
41858
+ "name": "choices-displayed",
41859
+ "type": {
41860
+ "text": "string"
41861
+ },
41862
+ "default": "'10,25,50,100'",
41863
+ "description": "A list of choices for the number of results to display per page, separated by commas.",
41864
+ "fieldName": "choicesDisplayed"
41865
+ },
41866
+ {
41867
+ "name": "initial-choice",
41868
+ "type": {
41869
+ "text": "number"
41870
+ },
41871
+ "description": "The initial selection for the number of result per page. This should be part of the `choicesDisplayed` option. By default, this is set to the first value in `choicesDisplayed`.",
41872
+ "fieldName": "initialChoice"
41873
+ }
41874
+ ],
41875
+ "mixins": [
41876
+ {
41877
+ "name": "InitializeBindingsMixin",
41878
+ "package": "@/src/mixins/bindings-mixin.js"
41879
+ }
41880
+ ],
41881
+ "superclass": {
41882
+ "name": "LitElement",
41883
+ "package": "lit"
41884
+ },
41885
+ "tagName": "atomic-results-per-page",
41886
+ "customElement": true
41887
+ }
41888
+ ],
41889
+ "exports": [
41890
+ {
41891
+ "kind": "js",
41892
+ "name": "AtomicResultsPerPage",
41893
+ "declaration": {
41894
+ "name": "AtomicResultsPerPage",
41895
+ "module": "src/components/search/atomic-results-per-page/atomic-results-per-page.ts"
41896
+ }
41897
+ },
41898
+ {
41899
+ "kind": "custom-element-definition",
41900
+ "name": "atomic-results-per-page",
41901
+ "declaration": {
41902
+ "name": "AtomicResultsPerPage",
41903
+ "module": "src/components/search/atomic-results-per-page/atomic-results-per-page.ts"
41904
+ }
41905
+ }
41906
+ ]
41907
+ },
41720
41908
  {
41721
41909
  "kind": "javascript-module",
41722
41910
  "path": "src/components/search/atomic-search-box/atomic-search-box.ts",
@@ -42383,209 +42571,6 @@
42383
42571
  }
42384
42572
  ]
42385
42573
  },
42386
- {
42387
- "kind": "javascript-module",
42388
- "path": "src/components/search/atomic-results-per-page/atomic-results-per-page.ts",
42389
- "declarations": [
42390
- {
42391
- "kind": "class",
42392
- "description": "The `atomic-results-per-page` component determines how many results to display per page.",
42393
- "name": "AtomicResultsPerPage",
42394
- "cssParts": [
42395
- {
42396
- "description": "The \"Results per page\" label.",
42397
- "name": "label"
42398
- },
42399
- {
42400
- "description": "The list of buttons.",
42401
- "name": "buttons"
42402
- },
42403
- {
42404
- "description": "The result per page button.",
42405
- "name": "button"
42406
- },
42407
- {
42408
- "description": "The active result per page button.",
42409
- "name": "active-button"
42410
- }
42411
- ],
42412
- "members": [
42413
- {
42414
- "kind": "field",
42415
- "name": "bindings",
42416
- "type": {
42417
- "text": "Bindings"
42418
- },
42419
- "privacy": "private"
42420
- },
42421
- {
42422
- "kind": "field",
42423
- "name": "error",
42424
- "type": {
42425
- "text": "Error"
42426
- },
42427
- "privacy": "private"
42428
- },
42429
- {
42430
- "kind": "field",
42431
- "name": "resultPerPage",
42432
- "type": {
42433
- "text": "ResultsPerPage"
42434
- },
42435
- "privacy": "private"
42436
- },
42437
- {
42438
- "kind": "field",
42439
- "name": "searchStatus",
42440
- "type": {
42441
- "text": "SearchStatus"
42442
- },
42443
- "privacy": "private"
42444
- },
42445
- {
42446
- "kind": "field",
42447
- "name": "choices",
42448
- "type": {
42449
- "text": "number[]"
42450
- },
42451
- "privacy": "private"
42452
- },
42453
- {
42454
- "kind": "field",
42455
- "name": "radioGroupName",
42456
- "privacy": "private",
42457
- "readonly": true
42458
- },
42459
- {
42460
- "kind": "field",
42461
- "name": "resultPerPageState",
42462
- "type": {
42463
- "text": "ResultsPerPageState"
42464
- },
42465
- "privacy": "private"
42466
- },
42467
- {
42468
- "kind": "field",
42469
- "name": "searchStatusState",
42470
- "type": {
42471
- "text": "SearchStatusState"
42472
- },
42473
- "privacy": "private"
42474
- },
42475
- {
42476
- "kind": "field",
42477
- "name": "isAppLoaded",
42478
- "type": {
42479
- "text": "boolean"
42480
- },
42481
- "privacy": "public",
42482
- "default": "false"
42483
- },
42484
- {
42485
- "kind": "field",
42486
- "name": "choicesDisplayed",
42487
- "type": {
42488
- "text": "string"
42489
- },
42490
- "default": "'10,25,50,100'",
42491
- "description": "A list of choices for the number of results to display per page, separated by commas.",
42492
- "attribute": "choices-displayed",
42493
- "reflects": true
42494
- },
42495
- {
42496
- "kind": "field",
42497
- "name": "initialChoice",
42498
- "type": {
42499
- "text": "number"
42500
- },
42501
- "description": "The initial selection for the number of result per page. This should be part of the `choicesDisplayed` option. By default, this is set to the first value in `choicesDisplayed`.",
42502
- "attribute": "initial-choice",
42503
- "reflects": true
42504
- },
42505
- {
42506
- "kind": "method",
42507
- "name": "initialize",
42508
- "privacy": "public"
42509
- },
42510
- {
42511
- "kind": "method",
42512
- "name": "scrollToTopEvent",
42513
- "privacy": "private"
42514
- },
42515
- {
42516
- "kind": "field",
42517
- "name": "label",
42518
- "privacy": "private",
42519
- "readonly": true
42520
- },
42521
- {
42522
- "kind": "method",
42523
- "name": "initBindings",
42524
- "privacy": "private",
42525
- "inheritedFrom": {
42526
- "name": "InitializeBindingsMixin",
42527
- "module": "src/mixins/bindings-mixin.ts"
42528
- }
42529
- }
42530
- ],
42531
- "events": [
42532
- {
42533
- "description": "Emitted when the page should scroll to top after changing results per page.",
42534
- "name": "atomic/scrollToTop"
42535
- }
42536
- ],
42537
- "attributes": [
42538
- {
42539
- "name": "choices-displayed",
42540
- "type": {
42541
- "text": "string"
42542
- },
42543
- "default": "'10,25,50,100'",
42544
- "description": "A list of choices for the number of results to display per page, separated by commas.",
42545
- "fieldName": "choicesDisplayed"
42546
- },
42547
- {
42548
- "name": "initial-choice",
42549
- "type": {
42550
- "text": "number"
42551
- },
42552
- "description": "The initial selection for the number of result per page. This should be part of the `choicesDisplayed` option. By default, this is set to the first value in `choicesDisplayed`.",
42553
- "fieldName": "initialChoice"
42554
- }
42555
- ],
42556
- "mixins": [
42557
- {
42558
- "name": "InitializeBindingsMixin",
42559
- "package": "@/src/mixins/bindings-mixin.js"
42560
- }
42561
- ],
42562
- "superclass": {
42563
- "name": "LitElement",
42564
- "package": "lit"
42565
- },
42566
- "tagName": "atomic-results-per-page",
42567
- "customElement": true
42568
- }
42569
- ],
42570
- "exports": [
42571
- {
42572
- "kind": "js",
42573
- "name": "AtomicResultsPerPage",
42574
- "declaration": {
42575
- "name": "AtomicResultsPerPage",
42576
- "module": "src/components/search/atomic-results-per-page/atomic-results-per-page.ts"
42577
- }
42578
- },
42579
- {
42580
- "kind": "custom-element-definition",
42581
- "name": "atomic-results-per-page",
42582
- "declaration": {
42583
- "name": "AtomicResultsPerPage",
42584
- "module": "src/components/search/atomic-results-per-page/atomic-results-per-page.ts"
42585
- }
42586
- }
42587
- ]
42588
- },
42589
42574
  {
42590
42575
  "kind": "javascript-module",
42591
42576
  "path": "src/components/search/atomic-search-box-instant-results/atomic-search-box-instant-results.ts",
@@ -43208,185 +43193,6 @@
43208
43193
  }
43209
43194
  ]
43210
43195
  },
43211
- {
43212
- "kind": "javascript-module",
43213
- "path": "src/components/search/atomic-search-layout/atomic-search-layout.ts",
43214
- "declarations": [
43215
- {
43216
- "kind": "class",
43217
- "description": "The `atomic-search-layout` helps organize elements in the page.",
43218
- "name": "AtomicSearchLayout",
43219
- "cssProperties": [
43220
- {
43221
- "description": "The maximum width that the search box input will take.",
43222
- "name": "--atomic-layout-max-search-box-input-width:"
43223
- },
43224
- {
43225
- "description": "The maximum width that the search box suggestions will take when displaying a double list.",
43226
- "name": "--atomic-layout-max-search-box-double-suggestions-width:"
43227
- },
43228
- {
43229
- "description": "The width of the left list when displaying a double list.",
43230
- "name": "--atomic-layout-search-box-left-suggestions-width:"
43231
- }
43232
- ],
43233
- "members": [
43234
- {
43235
- "kind": "field",
43236
- "name": "error",
43237
- "type": {
43238
- "text": "Error"
43239
- },
43240
- "privacy": "private"
43241
- },
43242
- {
43243
- "kind": "field",
43244
- "name": "mobileBreakpoint",
43245
- "type": {
43246
- "text": "string"
43247
- },
43248
- "default": "DEFAULT_MOBILE_BREAKPOINT",
43249
- "description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
43250
- "attribute": "mobile-breakpoint",
43251
- "reflects": true
43252
- },
43253
- {
43254
- "kind": "field",
43255
- "name": "layoutStylesController",
43256
- "privacy": "private",
43257
- "default": "new LayoutStylesController( this, buildSearchLayout, 'atomic-search-layout-' )"
43258
- },
43259
- {
43260
- "kind": "method",
43261
- "name": "emitBreakpointChangeEvent",
43262
- "privacy": "private"
43263
- },
43264
- {
43265
- "kind": "method",
43266
- "name": "onMobileBreakpointChange",
43267
- "privacy": "public"
43268
- },
43269
- {
43270
- "kind": "method",
43271
- "name": "injectStyles",
43272
- "parameters": [
43273
- {
43274
- "name": "dynamicStyles",
43275
- "optional": true,
43276
- "type": {
43277
- "text": "CSSResultGroup"
43278
- },
43279
- "description": "Optional dynamic styles to inject along with static styles"
43280
- }
43281
- ],
43282
- "description": "Injects styles into the document or shadow root.\n\nWhen called without arguments, injects the component's static styles.\nWhen called with dynamic styles, injects both static and dynamic styles.",
43283
- "inheritedFrom": {
43284
- "name": "LightDomMixin",
43285
- "module": "src/mixins/light-dom.ts"
43286
- }
43287
- },
43288
- {
43289
- "kind": "method",
43290
- "name": "getStyleSheet",
43291
- "privacy": "private",
43292
- "return": {
43293
- "type": {
43294
- "text": "CSSStyleSheet | null"
43295
- }
43296
- },
43297
- "parameters": [
43298
- {
43299
- "name": "style",
43300
- "type": {
43301
- "text": "CSSResultOrNative | CSSResultArray | null | undefined"
43302
- }
43303
- }
43304
- ],
43305
- "inheritedFrom": {
43306
- "name": "LightDomMixin",
43307
- "module": "src/mixins/light-dom.ts"
43308
- }
43309
- },
43310
- {
43311
- "kind": "method",
43312
- "name": "getUpdateComplete",
43313
- "return": {
43314
- "type": {
43315
- "text": "Promise<boolean>"
43316
- }
43317
- },
43318
- "inheritedFrom": {
43319
- "name": "ChildrenUpdateCompleteMixin",
43320
- "module": "src/mixins/children-update-complete-mixin.ts"
43321
- }
43322
- }
43323
- ],
43324
- "events": [
43325
- {
43326
- "description": "Emitted when the mobile breakpoint changes. The event detail contains `{ breakpoint: string }`.",
43327
- "name": "atomic-layout-breakpoint-change"
43328
- }
43329
- ],
43330
- "attributes": [
43331
- {
43332
- "name": "mobile-breakpoint",
43333
- "type": {
43334
- "text": "string"
43335
- },
43336
- "default": "DEFAULT_MOBILE_BREAKPOINT",
43337
- "description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
43338
- "fieldName": "mobileBreakpoint"
43339
- }
43340
- ],
43341
- "mixins": [
43342
- {
43343
- "name": "LightDomMixin",
43344
- "package": "@/src/mixins/light-dom"
43345
- },
43346
- {
43347
- "name": "ChildrenUpdateCompleteMixin",
43348
- "package": "@/src/mixins/children-update-complete-mixin"
43349
- }
43350
- ],
43351
- "superclass": {
43352
- "name": "LitElement",
43353
- "package": "lit"
43354
- },
43355
- "tagName": "atomic-search-layout",
43356
- "customElement": true
43357
- }
43358
- ],
43359
- "exports": [
43360
- {
43361
- "kind": "js",
43362
- "name": "AtomicSearchLayout",
43363
- "declaration": {
43364
- "name": "AtomicSearchLayout",
43365
- "module": "src/components/search/atomic-search-layout/atomic-search-layout.ts"
43366
- }
43367
- },
43368
- {
43369
- "kind": "custom-element-definition",
43370
- "name": "atomic-search-layout",
43371
- "declaration": {
43372
- "name": "AtomicSearchLayout",
43373
- "module": "src/components/search/atomic-search-layout/atomic-search-layout.ts"
43374
- }
43375
- }
43376
- ]
43377
- },
43378
- {
43379
- "kind": "javascript-module",
43380
- "path": "src/components/search/atomic-search-layout/atomic-search-layout.tw.css.ts",
43381
- "declarations": [],
43382
- "exports": []
43383
- },
43384
- {
43385
- "kind": "javascript-module",
43386
- "path": "src/components/search/atomic-search-layout/search-layout.ts",
43387
- "declarations": [],
43388
- "exports": []
43389
- },
43390
43196
  {
43391
43197
  "kind": "javascript-module",
43392
43198
  "path": "src/components/search/atomic-search-interface/analytics-config.ts",
@@ -44072,6 +43878,185 @@
44072
43878
  "declarations": [],
44073
43879
  "exports": []
44074
43880
  },
43881
+ {
43882
+ "kind": "javascript-module",
43883
+ "path": "src/components/search/atomic-search-layout/atomic-search-layout.ts",
43884
+ "declarations": [
43885
+ {
43886
+ "kind": "class",
43887
+ "description": "The `atomic-search-layout` helps organize elements in the page.",
43888
+ "name": "AtomicSearchLayout",
43889
+ "cssProperties": [
43890
+ {
43891
+ "description": "The maximum width that the search box input will take.",
43892
+ "name": "--atomic-layout-max-search-box-input-width:"
43893
+ },
43894
+ {
43895
+ "description": "The maximum width that the search box suggestions will take when displaying a double list.",
43896
+ "name": "--atomic-layout-max-search-box-double-suggestions-width:"
43897
+ },
43898
+ {
43899
+ "description": "The width of the left list when displaying a double list.",
43900
+ "name": "--atomic-layout-search-box-left-suggestions-width:"
43901
+ }
43902
+ ],
43903
+ "members": [
43904
+ {
43905
+ "kind": "field",
43906
+ "name": "error",
43907
+ "type": {
43908
+ "text": "Error"
43909
+ },
43910
+ "privacy": "private"
43911
+ },
43912
+ {
43913
+ "kind": "field",
43914
+ "name": "mobileBreakpoint",
43915
+ "type": {
43916
+ "text": "string"
43917
+ },
43918
+ "default": "DEFAULT_MOBILE_BREAKPOINT",
43919
+ "description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
43920
+ "attribute": "mobile-breakpoint",
43921
+ "reflects": true
43922
+ },
43923
+ {
43924
+ "kind": "field",
43925
+ "name": "layoutStylesController",
43926
+ "privacy": "private",
43927
+ "default": "new LayoutStylesController( this, buildSearchLayout, 'atomic-search-layout-' )"
43928
+ },
43929
+ {
43930
+ "kind": "method",
43931
+ "name": "emitBreakpointChangeEvent",
43932
+ "privacy": "private"
43933
+ },
43934
+ {
43935
+ "kind": "method",
43936
+ "name": "onMobileBreakpointChange",
43937
+ "privacy": "public"
43938
+ },
43939
+ {
43940
+ "kind": "method",
43941
+ "name": "injectStyles",
43942
+ "parameters": [
43943
+ {
43944
+ "name": "dynamicStyles",
43945
+ "optional": true,
43946
+ "type": {
43947
+ "text": "CSSResultGroup"
43948
+ },
43949
+ "description": "Optional dynamic styles to inject along with static styles"
43950
+ }
43951
+ ],
43952
+ "description": "Injects styles into the document or shadow root.\n\nWhen called without arguments, injects the component's static styles.\nWhen called with dynamic styles, injects both static and dynamic styles.",
43953
+ "inheritedFrom": {
43954
+ "name": "LightDomMixin",
43955
+ "module": "src/mixins/light-dom.ts"
43956
+ }
43957
+ },
43958
+ {
43959
+ "kind": "method",
43960
+ "name": "getStyleSheet",
43961
+ "privacy": "private",
43962
+ "return": {
43963
+ "type": {
43964
+ "text": "CSSStyleSheet | null"
43965
+ }
43966
+ },
43967
+ "parameters": [
43968
+ {
43969
+ "name": "style",
43970
+ "type": {
43971
+ "text": "CSSResultOrNative | CSSResultArray | null | undefined"
43972
+ }
43973
+ }
43974
+ ],
43975
+ "inheritedFrom": {
43976
+ "name": "LightDomMixin",
43977
+ "module": "src/mixins/light-dom.ts"
43978
+ }
43979
+ },
43980
+ {
43981
+ "kind": "method",
43982
+ "name": "getUpdateComplete",
43983
+ "return": {
43984
+ "type": {
43985
+ "text": "Promise<boolean>"
43986
+ }
43987
+ },
43988
+ "inheritedFrom": {
43989
+ "name": "ChildrenUpdateCompleteMixin",
43990
+ "module": "src/mixins/children-update-complete-mixin.ts"
43991
+ }
43992
+ }
43993
+ ],
43994
+ "events": [
43995
+ {
43996
+ "description": "Emitted when the mobile breakpoint changes. The event detail contains `{ breakpoint: string }`.",
43997
+ "name": "atomic-layout-breakpoint-change"
43998
+ }
43999
+ ],
44000
+ "attributes": [
44001
+ {
44002
+ "name": "mobile-breakpoint",
44003
+ "type": {
44004
+ "text": "string"
44005
+ },
44006
+ "default": "DEFAULT_MOBILE_BREAKPOINT",
44007
+ "description": "The viewport width at which the layout goes from desktop to mobile.\nFor example: 800px, 65rem.",
44008
+ "fieldName": "mobileBreakpoint"
44009
+ }
44010
+ ],
44011
+ "mixins": [
44012
+ {
44013
+ "name": "LightDomMixin",
44014
+ "package": "@/src/mixins/light-dom"
44015
+ },
44016
+ {
44017
+ "name": "ChildrenUpdateCompleteMixin",
44018
+ "package": "@/src/mixins/children-update-complete-mixin"
44019
+ }
44020
+ ],
44021
+ "superclass": {
44022
+ "name": "LitElement",
44023
+ "package": "lit"
44024
+ },
44025
+ "tagName": "atomic-search-layout",
44026
+ "customElement": true
44027
+ }
44028
+ ],
44029
+ "exports": [
44030
+ {
44031
+ "kind": "js",
44032
+ "name": "AtomicSearchLayout",
44033
+ "declaration": {
44034
+ "name": "AtomicSearchLayout",
44035
+ "module": "src/components/search/atomic-search-layout/atomic-search-layout.ts"
44036
+ }
44037
+ },
44038
+ {
44039
+ "kind": "custom-element-definition",
44040
+ "name": "atomic-search-layout",
44041
+ "declaration": {
44042
+ "name": "AtomicSearchLayout",
44043
+ "module": "src/components/search/atomic-search-layout/atomic-search-layout.ts"
44044
+ }
44045
+ }
44046
+ ]
44047
+ },
44048
+ {
44049
+ "kind": "javascript-module",
44050
+ "path": "src/components/search/atomic-search-layout/atomic-search-layout.tw.css.ts",
44051
+ "declarations": [],
44052
+ "exports": []
44053
+ },
44054
+ {
44055
+ "kind": "javascript-module",
44056
+ "path": "src/components/search/atomic-search-layout/search-layout.ts",
44057
+ "declarations": [],
44058
+ "exports": []
44059
+ },
44075
44060
  {
44076
44061
  "kind": "javascript-module",
44077
44062
  "path": "src/components/search/atomic-segmented-facet/atomic-segmented-facet.ts",
@@ -44306,7 +44291,7 @@
44306
44291
  "kind": "field",
44307
44292
  "name": "dependenciesManager",
44308
44293
  "type": {
44309
- "text": "FacetConditionsManager"
44294
+ "text": "FacetConditionsManager | undefined"
44310
44295
  },
44311
44296
  "privacy": "private"
44312
44297
  },
@@ -44692,235 +44677,6 @@
44692
44677
  }
44693
44678
  ]
44694
44679
  },
44695
- {
44696
- "kind": "javascript-module",
44697
- "path": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.ts",
44698
- "declarations": [
44699
- {
44700
- "kind": "class",
44701
- "description": "The `atomic-smart-snippet-feedback-modal` is automatically created as a child of the `atomic-search-interface` when the `atomic-smart-snippet` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the body, allowing further customization.",
44702
- "name": "AtomicSmartSnippetFeedbackModal",
44703
- "cssParts": [
44704
- {
44705
- "description": "The transparent backdrop hiding the content behind the modal.",
44706
- "name": "backdrop"
44707
- },
44708
- {
44709
- "description": "The modal's outermost container with the outline and background.",
44710
- "name": "container"
44711
- },
44712
- {
44713
- "description": "The wrapper around the header.",
44714
- "name": "header-wrapper"
44715
- },
44716
- {
44717
- "description": "The header of the modal, containing the title.",
44718
- "name": "header"
44719
- },
44720
- {
44721
- "description": "The horizontal ruler underneath the header.",
44722
- "name": "header-ruler"
44723
- },
44724
- {
44725
- "description": "The wrapper around the body.",
44726
- "name": "body-wrapper"
44727
- },
44728
- {
44729
- "description": "The body of the modal, between the header and the footer.",
44730
- "name": "body"
44731
- },
44732
- {
44733
- "description": "The wrapper around the reason and details.",
44734
- "name": "form"
44735
- },
44736
- {
44737
- "description": "The title above the reason radio buttons.",
44738
- "name": "reason-title"
44739
- },
44740
- {
44741
- "description": "A wrapper around the radio button and the label of a reason.",
44742
- "name": "reason"
44743
- },
44744
- {
44745
- "description": "A radio button representing a reason.",
44746
- "name": "reason-radio"
44747
- },
44748
- {
44749
- "description": "A label linked to a radio button representing a reason.",
44750
- "name": "reason-label"
44751
- },
44752
- {
44753
- "description": "The title above the details input.",
44754
- "name": "details-title"
44755
- },
44756
- {
44757
- "description": "The input to specify additional details.",
44758
- "name": "details-input"
44759
- },
44760
- {
44761
- "description": "The wrapper with a shadow around the footer.",
44762
- "name": "footer-wrapper"
44763
- },
44764
- {
44765
- "description": "The footer at the bottom of the modal.",
44766
- "name": "footer"
44767
- },
44768
- {
44769
- "description": "The wrapper around the cancel and submit buttons.",
44770
- "name": "buttons"
44771
- },
44772
- {
44773
- "description": "The cancel button.",
44774
- "name": "cancel-button"
44775
- },
44776
- {
44777
- "description": "The submit button.",
44778
- "name": "submit-button"
44779
- }
44780
- ],
44781
- "members": [
44782
- {
44783
- "kind": "field",
44784
- "name": "bindings",
44785
- "type": {
44786
- "text": "Bindings"
44787
- },
44788
- "privacy": "private"
44789
- },
44790
- {
44791
- "kind": "field",
44792
- "name": "error",
44793
- "type": {
44794
- "text": "Error"
44795
- },
44796
- "privacy": "private"
44797
- },
44798
- {
44799
- "kind": "field",
44800
- "name": "source",
44801
- "type": {
44802
- "text": "HTMLElement | undefined"
44803
- },
44804
- "description": "The element that triggers the feedback modal."
44805
- },
44806
- {
44807
- "kind": "field",
44808
- "name": "isOpen",
44809
- "type": {
44810
- "text": "boolean"
44811
- },
44812
- "privacy": "public",
44813
- "default": "false",
44814
- "description": "Whether the modal is open.",
44815
- "attribute": "is-open",
44816
- "reflects": true
44817
- },
44818
- {
44819
- "kind": "field",
44820
- "name": "currentAnswer",
44821
- "type": {
44822
- "text": "SmartSnippetFeedback | 'other' | undefined"
44823
- },
44824
- "privacy": "private"
44825
- },
44826
- {
44827
- "kind": "field",
44828
- "name": "detailsInputRef",
44829
- "type": {
44830
- "text": "Ref<HTMLTextAreaElement>"
44831
- },
44832
- "privacy": "private"
44833
- },
44834
- {
44835
- "kind": "field",
44836
- "name": "formId",
44837
- "privacy": "private",
44838
- "readonly": true
44839
- },
44840
- {
44841
- "kind": "field",
44842
- "name": "smartSnippet",
44843
- "type": {
44844
- "text": "SmartSnippet"
44845
- },
44846
- "privacy": "private"
44847
- },
44848
- {
44849
- "kind": "method",
44850
- "name": "initialize",
44851
- "privacy": "public"
44852
- },
44853
- {
44854
- "kind": "method",
44855
- "name": "close",
44856
- "privacy": "private"
44857
- },
44858
- {
44859
- "kind": "method",
44860
- "name": "sendFeedback",
44861
- "privacy": "private",
44862
- "parameters": [
44863
- {
44864
- "name": "e",
44865
- "type": {
44866
- "text": "Event"
44867
- }
44868
- }
44869
- ]
44870
- }
44871
- ],
44872
- "events": [
44873
- {
44874
- "name": "feedbackSent",
44875
- "type": {
44876
- "text": "Event"
44877
- }
44878
- }
44879
- ],
44880
- "attributes": [
44881
- {
44882
- "name": "is-open",
44883
- "type": {
44884
- "text": "boolean"
44885
- },
44886
- "default": "false",
44887
- "description": "Whether the modal is open.",
44888
- "fieldName": "isOpen"
44889
- }
44890
- ],
44891
- "superclass": {
44892
- "name": "LitElement",
44893
- "package": "lit"
44894
- },
44895
- "tagName": "atomic-smart-snippet-feedback-modal",
44896
- "customElement": true
44897
- }
44898
- ],
44899
- "exports": [
44900
- {
44901
- "kind": "js",
44902
- "name": "AtomicSmartSnippetFeedbackModal",
44903
- "declaration": {
44904
- "name": "AtomicSmartSnippetFeedbackModal",
44905
- "module": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.ts"
44906
- }
44907
- },
44908
- {
44909
- "kind": "custom-element-definition",
44910
- "name": "atomic-smart-snippet-feedback-modal",
44911
- "declaration": {
44912
- "name": "AtomicSmartSnippetFeedbackModal",
44913
- "module": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.ts"
44914
- }
44915
- }
44916
- ]
44917
- },
44918
- {
44919
- "kind": "javascript-module",
44920
- "path": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.tw.css.ts",
44921
- "declarations": [],
44922
- "exports": []
44923
- },
44924
44680
  {
44925
44681
  "kind": "javascript-module",
44926
44682
  "path": "src/components/search/atomic-smart-snippet/atomic-smart-snippet.ts",
@@ -45362,6 +45118,235 @@
45362
45118
  "declarations": [],
45363
45119
  "exports": []
45364
45120
  },
45121
+ {
45122
+ "kind": "javascript-module",
45123
+ "path": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.ts",
45124
+ "declarations": [
45125
+ {
45126
+ "kind": "class",
45127
+ "description": "The `atomic-smart-snippet-feedback-modal` is automatically created as a child of the `atomic-search-interface` when the `atomic-smart-snippet` is initialized.\n\nWhen the modal is opened, the class `atomic-modal-opened` is added to the body, allowing further customization.",
45128
+ "name": "AtomicSmartSnippetFeedbackModal",
45129
+ "cssParts": [
45130
+ {
45131
+ "description": "The transparent backdrop hiding the content behind the modal.",
45132
+ "name": "backdrop"
45133
+ },
45134
+ {
45135
+ "description": "The modal's outermost container with the outline and background.",
45136
+ "name": "container"
45137
+ },
45138
+ {
45139
+ "description": "The wrapper around the header.",
45140
+ "name": "header-wrapper"
45141
+ },
45142
+ {
45143
+ "description": "The header of the modal, containing the title.",
45144
+ "name": "header"
45145
+ },
45146
+ {
45147
+ "description": "The horizontal ruler underneath the header.",
45148
+ "name": "header-ruler"
45149
+ },
45150
+ {
45151
+ "description": "The wrapper around the body.",
45152
+ "name": "body-wrapper"
45153
+ },
45154
+ {
45155
+ "description": "The body of the modal, between the header and the footer.",
45156
+ "name": "body"
45157
+ },
45158
+ {
45159
+ "description": "The wrapper around the reason and details.",
45160
+ "name": "form"
45161
+ },
45162
+ {
45163
+ "description": "The title above the reason radio buttons.",
45164
+ "name": "reason-title"
45165
+ },
45166
+ {
45167
+ "description": "A wrapper around the radio button and the label of a reason.",
45168
+ "name": "reason"
45169
+ },
45170
+ {
45171
+ "description": "A radio button representing a reason.",
45172
+ "name": "reason-radio"
45173
+ },
45174
+ {
45175
+ "description": "A label linked to a radio button representing a reason.",
45176
+ "name": "reason-label"
45177
+ },
45178
+ {
45179
+ "description": "The title above the details input.",
45180
+ "name": "details-title"
45181
+ },
45182
+ {
45183
+ "description": "The input to specify additional details.",
45184
+ "name": "details-input"
45185
+ },
45186
+ {
45187
+ "description": "The wrapper with a shadow around the footer.",
45188
+ "name": "footer-wrapper"
45189
+ },
45190
+ {
45191
+ "description": "The footer at the bottom of the modal.",
45192
+ "name": "footer"
45193
+ },
45194
+ {
45195
+ "description": "The wrapper around the cancel and submit buttons.",
45196
+ "name": "buttons"
45197
+ },
45198
+ {
45199
+ "description": "The cancel button.",
45200
+ "name": "cancel-button"
45201
+ },
45202
+ {
45203
+ "description": "The submit button.",
45204
+ "name": "submit-button"
45205
+ }
45206
+ ],
45207
+ "members": [
45208
+ {
45209
+ "kind": "field",
45210
+ "name": "bindings",
45211
+ "type": {
45212
+ "text": "Bindings"
45213
+ },
45214
+ "privacy": "private"
45215
+ },
45216
+ {
45217
+ "kind": "field",
45218
+ "name": "error",
45219
+ "type": {
45220
+ "text": "Error"
45221
+ },
45222
+ "privacy": "private"
45223
+ },
45224
+ {
45225
+ "kind": "field",
45226
+ "name": "source",
45227
+ "type": {
45228
+ "text": "HTMLElement | undefined"
45229
+ },
45230
+ "description": "The element that triggers the feedback modal."
45231
+ },
45232
+ {
45233
+ "kind": "field",
45234
+ "name": "isOpen",
45235
+ "type": {
45236
+ "text": "boolean"
45237
+ },
45238
+ "privacy": "public",
45239
+ "default": "false",
45240
+ "description": "Whether the modal is open.",
45241
+ "attribute": "is-open",
45242
+ "reflects": true
45243
+ },
45244
+ {
45245
+ "kind": "field",
45246
+ "name": "currentAnswer",
45247
+ "type": {
45248
+ "text": "SmartSnippetFeedback | 'other' | undefined"
45249
+ },
45250
+ "privacy": "private"
45251
+ },
45252
+ {
45253
+ "kind": "field",
45254
+ "name": "detailsInputRef",
45255
+ "type": {
45256
+ "text": "Ref<HTMLTextAreaElement>"
45257
+ },
45258
+ "privacy": "private"
45259
+ },
45260
+ {
45261
+ "kind": "field",
45262
+ "name": "formId",
45263
+ "privacy": "private",
45264
+ "readonly": true
45265
+ },
45266
+ {
45267
+ "kind": "field",
45268
+ "name": "smartSnippet",
45269
+ "type": {
45270
+ "text": "SmartSnippet"
45271
+ },
45272
+ "privacy": "private"
45273
+ },
45274
+ {
45275
+ "kind": "method",
45276
+ "name": "initialize",
45277
+ "privacy": "public"
45278
+ },
45279
+ {
45280
+ "kind": "method",
45281
+ "name": "close",
45282
+ "privacy": "private"
45283
+ },
45284
+ {
45285
+ "kind": "method",
45286
+ "name": "sendFeedback",
45287
+ "privacy": "private",
45288
+ "parameters": [
45289
+ {
45290
+ "name": "e",
45291
+ "type": {
45292
+ "text": "Event"
45293
+ }
45294
+ }
45295
+ ]
45296
+ }
45297
+ ],
45298
+ "events": [
45299
+ {
45300
+ "name": "feedbackSent",
45301
+ "type": {
45302
+ "text": "Event"
45303
+ }
45304
+ }
45305
+ ],
45306
+ "attributes": [
45307
+ {
45308
+ "name": "is-open",
45309
+ "type": {
45310
+ "text": "boolean"
45311
+ },
45312
+ "default": "false",
45313
+ "description": "Whether the modal is open.",
45314
+ "fieldName": "isOpen"
45315
+ }
45316
+ ],
45317
+ "superclass": {
45318
+ "name": "LitElement",
45319
+ "package": "lit"
45320
+ },
45321
+ "tagName": "atomic-smart-snippet-feedback-modal",
45322
+ "customElement": true
45323
+ }
45324
+ ],
45325
+ "exports": [
45326
+ {
45327
+ "kind": "js",
45328
+ "name": "AtomicSmartSnippetFeedbackModal",
45329
+ "declaration": {
45330
+ "name": "AtomicSmartSnippetFeedbackModal",
45331
+ "module": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.ts"
45332
+ }
45333
+ },
45334
+ {
45335
+ "kind": "custom-element-definition",
45336
+ "name": "atomic-smart-snippet-feedback-modal",
45337
+ "declaration": {
45338
+ "name": "AtomicSmartSnippetFeedbackModal",
45339
+ "module": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.ts"
45340
+ }
45341
+ }
45342
+ ]
45343
+ },
45344
+ {
45345
+ "kind": "javascript-module",
45346
+ "path": "src/components/search/atomic-smart-snippet-feedback-modal/atomic-smart-snippet-feedback-modal.tw.css.ts",
45347
+ "declarations": [],
45348
+ "exports": []
45349
+ },
45365
45350
  {
45366
45351
  "kind": "javascript-module",
45367
45352
  "path": "src/components/search/atomic-smart-snippet-suggestions/atomic-smart-snippet-suggestions.ts",
@@ -47119,91 +47104,91 @@
47119
47104
  },
47120
47105
  {
47121
47106
  "kind": "javascript-module",
47122
- "path": "src/components/commerce/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts",
47107
+ "path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/atomic-commerce-did-you-mean.e2e.ts",
47123
47108
  "declarations": [],
47124
47109
  "exports": []
47125
47110
  },
47126
47111
  {
47127
47112
  "kind": "javascript-module",
47128
- "path": "src/components/commerce/atomic-commerce-category-facet/e2e/fixture.ts",
47113
+ "path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/fixture.ts",
47129
47114
  "declarations": [],
47130
47115
  "exports": []
47131
47116
  },
47132
47117
  {
47133
47118
  "kind": "javascript-module",
47134
- "path": "src/components/commerce/atomic-commerce-category-facet/e2e/page-object.ts",
47119
+ "path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/page-object.ts",
47135
47120
  "declarations": [],
47136
47121
  "exports": []
47137
47122
  },
47138
47123
  {
47139
47124
  "kind": "javascript-module",
47140
- "path": "src/components/commerce/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts",
47125
+ "path": "src/components/commerce/atomic-commerce-category-facet/e2e/atomic-commerce-category-facet.e2e.ts",
47141
47126
  "declarations": [],
47142
47127
  "exports": []
47143
47128
  },
47144
47129
  {
47145
47130
  "kind": "javascript-module",
47146
- "path": "src/components/commerce/atomic-commerce-facet/e2e/fixture.ts",
47131
+ "path": "src/components/commerce/atomic-commerce-category-facet/e2e/fixture.ts",
47147
47132
  "declarations": [],
47148
47133
  "exports": []
47149
47134
  },
47150
47135
  {
47151
47136
  "kind": "javascript-module",
47152
- "path": "src/components/commerce/atomic-commerce-facet/e2e/page-object.ts",
47137
+ "path": "src/components/commerce/atomic-commerce-category-facet/e2e/page-object.ts",
47153
47138
  "declarations": [],
47154
47139
  "exports": []
47155
47140
  },
47156
47141
  {
47157
47142
  "kind": "javascript-module",
47158
- "path": "src/components/commerce/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts",
47143
+ "path": "src/components/commerce/atomic-commerce-facet/e2e/atomic-commerce-facet.e2e.ts",
47159
47144
  "declarations": [],
47160
47145
  "exports": []
47161
47146
  },
47162
47147
  {
47163
47148
  "kind": "javascript-module",
47164
- "path": "src/components/commerce/atomic-commerce-facets/e2e/fixture.ts",
47149
+ "path": "src/components/commerce/atomic-commerce-facet/e2e/fixture.ts",
47165
47150
  "declarations": [],
47166
47151
  "exports": []
47167
47152
  },
47168
47153
  {
47169
47154
  "kind": "javascript-module",
47170
- "path": "src/components/commerce/atomic-commerce-facets/e2e/page-object.ts",
47155
+ "path": "src/components/commerce/atomic-commerce-facet/e2e/page-object.ts",
47171
47156
  "declarations": [],
47172
47157
  "exports": []
47173
47158
  },
47174
47159
  {
47175
47160
  "kind": "javascript-module",
47176
- "path": "src/components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts",
47161
+ "path": "src/components/commerce/atomic-commerce-facets/e2e/atomic-commerce-facets.e2e.ts",
47177
47162
  "declarations": [],
47178
47163
  "exports": []
47179
47164
  },
47180
47165
  {
47181
47166
  "kind": "javascript-module",
47182
- "path": "src/components/commerce/atomic-commerce-interface/e2e/fixture.ts",
47167
+ "path": "src/components/commerce/atomic-commerce-facets/e2e/fixture.ts",
47183
47168
  "declarations": [],
47184
47169
  "exports": []
47185
47170
  },
47186
47171
  {
47187
47172
  "kind": "javascript-module",
47188
- "path": "src/components/commerce/atomic-commerce-interface/e2e/page-object.ts",
47173
+ "path": "src/components/commerce/atomic-commerce-facets/e2e/page-object.ts",
47189
47174
  "declarations": [],
47190
47175
  "exports": []
47191
47176
  },
47192
47177
  {
47193
47178
  "kind": "javascript-module",
47194
- "path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/atomic-commerce-did-you-mean.e2e.ts",
47179
+ "path": "src/components/commerce/atomic-commerce-interface/e2e/atomic-commerce-interface.e2e.ts",
47195
47180
  "declarations": [],
47196
47181
  "exports": []
47197
47182
  },
47198
47183
  {
47199
47184
  "kind": "javascript-module",
47200
- "path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/fixture.ts",
47185
+ "path": "src/components/commerce/atomic-commerce-interface/e2e/fixture.ts",
47201
47186
  "declarations": [],
47202
47187
  "exports": []
47203
47188
  },
47204
47189
  {
47205
47190
  "kind": "javascript-module",
47206
- "path": "src/components/commerce/atomic-commerce-did-you-mean/e2e/page-object.ts",
47191
+ "path": "src/components/commerce/atomic-commerce-interface/e2e/page-object.ts",
47207
47192
  "declarations": [],
47208
47193
  "exports": []
47209
47194
  },
@@ -47893,7 +47878,7 @@
47893
47878
  },
47894
47879
  {
47895
47880
  "kind": "javascript-module",
47896
- "path": "src/components/common/facets/facet-show-more-less/facet-show-more-less.ts",
47881
+ "path": "src/components/common/facets/facet-placeholder/facet-placeholder.ts",
47897
47882
  "declarations": [],
47898
47883
  "exports": []
47899
47884
  },
@@ -47935,7 +47920,7 @@
47935
47920
  },
47936
47921
  {
47937
47922
  "kind": "javascript-module",
47938
- "path": "src/components/common/facets/facet-placeholder/facet-placeholder.ts",
47923
+ "path": "src/components/common/facets/facet-show-more-less/facet-show-more-less.ts",
47939
47924
  "declarations": [],
47940
47925
  "exports": []
47941
47926
  },
@@ -49446,73 +49431,73 @@
49446
49431
  },
49447
49432
  {
49448
49433
  "kind": "javascript-module",
49449
- "path": "src/components/search/atomic-result-children-template/e2e/atomic-result-children-template.e2e.ts",
49434
+ "path": "src/components/search/atomic-result-children/e2e/atomic-result-children.e2e.ts",
49450
49435
  "declarations": [],
49451
49436
  "exports": []
49452
49437
  },
49453
49438
  {
49454
49439
  "kind": "javascript-module",
49455
- "path": "src/components/search/atomic-result-children-template/e2e/fixture.ts",
49440
+ "path": "src/components/search/atomic-result-children/e2e/fixture.ts",
49456
49441
  "declarations": [],
49457
49442
  "exports": []
49458
49443
  },
49459
49444
  {
49460
49445
  "kind": "javascript-module",
49461
- "path": "src/components/search/atomic-result-children-template/e2e/page-object.ts",
49446
+ "path": "src/components/search/atomic-result-children/e2e/page-object.ts",
49462
49447
  "declarations": [],
49463
49448
  "exports": []
49464
49449
  },
49465
49450
  {
49466
49451
  "kind": "javascript-module",
49467
- "path": "src/components/search/atomic-result-date/e2e/atomic-result-date.e2e.ts",
49452
+ "path": "src/components/search/atomic-result-children-template/e2e/atomic-result-children-template.e2e.ts",
49468
49453
  "declarations": [],
49469
49454
  "exports": []
49470
49455
  },
49471
49456
  {
49472
49457
  "kind": "javascript-module",
49473
- "path": "src/components/search/atomic-result-date/e2e/fixture.ts",
49458
+ "path": "src/components/search/atomic-result-children-template/e2e/fixture.ts",
49474
49459
  "declarations": [],
49475
49460
  "exports": []
49476
49461
  },
49477
49462
  {
49478
49463
  "kind": "javascript-module",
49479
- "path": "src/components/search/atomic-result-date/e2e/page-object.ts",
49464
+ "path": "src/components/search/atomic-result-children-template/e2e/page-object.ts",
49480
49465
  "declarations": [],
49481
49466
  "exports": []
49482
49467
  },
49483
49468
  {
49484
49469
  "kind": "javascript-module",
49485
- "path": "src/components/search/atomic-result-fields-list/e2e/atomic-result-fields-list.e2e.ts",
49470
+ "path": "src/components/search/atomic-result-date/e2e/atomic-result-date.e2e.ts",
49486
49471
  "declarations": [],
49487
49472
  "exports": []
49488
49473
  },
49489
49474
  {
49490
49475
  "kind": "javascript-module",
49491
- "path": "src/components/search/atomic-result-fields-list/e2e/fixture.ts",
49476
+ "path": "src/components/search/atomic-result-date/e2e/fixture.ts",
49492
49477
  "declarations": [],
49493
49478
  "exports": []
49494
49479
  },
49495
49480
  {
49496
49481
  "kind": "javascript-module",
49497
- "path": "src/components/search/atomic-result-fields-list/e2e/page-object.ts",
49482
+ "path": "src/components/search/atomic-result-date/e2e/page-object.ts",
49498
49483
  "declarations": [],
49499
49484
  "exports": []
49500
49485
  },
49501
49486
  {
49502
49487
  "kind": "javascript-module",
49503
- "path": "src/components/search/atomic-result-children/e2e/atomic-result-children.e2e.ts",
49488
+ "path": "src/components/search/atomic-result-fields-list/e2e/atomic-result-fields-list.e2e.ts",
49504
49489
  "declarations": [],
49505
49490
  "exports": []
49506
49491
  },
49507
49492
  {
49508
49493
  "kind": "javascript-module",
49509
- "path": "src/components/search/atomic-result-children/e2e/fixture.ts",
49494
+ "path": "src/components/search/atomic-result-fields-list/e2e/fixture.ts",
49510
49495
  "declarations": [],
49511
49496
  "exports": []
49512
49497
  },
49513
49498
  {
49514
49499
  "kind": "javascript-module",
49515
- "path": "src/components/search/atomic-result-children/e2e/page-object.ts",
49500
+ "path": "src/components/search/atomic-result-fields-list/e2e/page-object.ts",
49516
49501
  "declarations": [],
49517
49502
  "exports": []
49518
49503
  },
@@ -49734,37 +49719,37 @@
49734
49719
  },
49735
49720
  {
49736
49721
  "kind": "javascript-module",
49737
- "path": "src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts",
49722
+ "path": "src/components/search/atomic-results-per-page/e2e/atomic-results-per-page.e2e.ts",
49738
49723
  "declarations": [],
49739
49724
  "exports": []
49740
49725
  },
49741
49726
  {
49742
49727
  "kind": "javascript-module",
49743
- "path": "src/components/search/atomic-search-box/e2e/fixture.ts",
49728
+ "path": "src/components/search/atomic-results-per-page/e2e/fixture.ts",
49744
49729
  "declarations": [],
49745
49730
  "exports": []
49746
49731
  },
49747
49732
  {
49748
49733
  "kind": "javascript-module",
49749
- "path": "src/components/search/atomic-search-box/e2e/page-object.ts",
49734
+ "path": "src/components/search/atomic-results-per-page/e2e/page-object.ts",
49750
49735
  "declarations": [],
49751
49736
  "exports": []
49752
49737
  },
49753
49738
  {
49754
49739
  "kind": "javascript-module",
49755
- "path": "src/components/search/atomic-results-per-page/e2e/atomic-results-per-page.e2e.ts",
49740
+ "path": "src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts",
49756
49741
  "declarations": [],
49757
49742
  "exports": []
49758
49743
  },
49759
49744
  {
49760
49745
  "kind": "javascript-module",
49761
- "path": "src/components/search/atomic-results-per-page/e2e/fixture.ts",
49746
+ "path": "src/components/search/atomic-search-box/e2e/fixture.ts",
49762
49747
  "declarations": [],
49763
49748
  "exports": []
49764
49749
  },
49765
49750
  {
49766
49751
  "kind": "javascript-module",
49767
- "path": "src/components/search/atomic-results-per-page/e2e/page-object.ts",
49752
+ "path": "src/components/search/atomic-search-box/e2e/page-object.ts",
49768
49753
  "declarations": [],
49769
49754
  "exports": []
49770
49755
  },
@@ -49878,37 +49863,37 @@
49878
49863
  },
49879
49864
  {
49880
49865
  "kind": "javascript-module",
49881
- "path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/atomic-smart-snippet-feedback-modal.e2e.ts",
49866
+ "path": "src/components/search/atomic-smart-snippet/e2e/atomic-smart-snippet.e2e.ts",
49882
49867
  "declarations": [],
49883
49868
  "exports": []
49884
49869
  },
49885
49870
  {
49886
49871
  "kind": "javascript-module",
49887
- "path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/fixture.ts",
49872
+ "path": "src/components/search/atomic-smart-snippet/e2e/fixture.ts",
49888
49873
  "declarations": [],
49889
49874
  "exports": []
49890
49875
  },
49891
49876
  {
49892
49877
  "kind": "javascript-module",
49893
- "path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/page-object.ts",
49878
+ "path": "src/components/search/atomic-smart-snippet/e2e/page-object.ts",
49894
49879
  "declarations": [],
49895
49880
  "exports": []
49896
49881
  },
49897
49882
  {
49898
49883
  "kind": "javascript-module",
49899
- "path": "src/components/search/atomic-smart-snippet/e2e/atomic-smart-snippet.e2e.ts",
49884
+ "path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/atomic-smart-snippet-feedback-modal.e2e.ts",
49900
49885
  "declarations": [],
49901
49886
  "exports": []
49902
49887
  },
49903
49888
  {
49904
49889
  "kind": "javascript-module",
49905
- "path": "src/components/search/atomic-smart-snippet/e2e/fixture.ts",
49890
+ "path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/fixture.ts",
49906
49891
  "declarations": [],
49907
49892
  "exports": []
49908
49893
  },
49909
49894
  {
49910
49895
  "kind": "javascript-module",
49911
- "path": "src/components/search/atomic-smart-snippet/e2e/page-object.ts",
49896
+ "path": "src/components/search/atomic-smart-snippet-feedback-modal/e2e/page-object.ts",
49912
49897
  "declarations": [],
49913
49898
  "exports": []
49914
49899
  },
@@ -50022,37 +50007,37 @@
50022
50007
  },
50023
50008
  {
50024
50009
  "kind": "javascript-module",
50025
- "path": "src/components/search/result-template-components/quickview-iframe/quickview-iframe.ts",
50010
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.ts",
50026
50011
  "declarations": [],
50027
50012
  "exports": []
50028
50013
  },
50029
50014
  {
50030
50015
  "kind": "javascript-module",
50031
- "path": "src/components/search/result-template-components/quickview-preview-bar/quickview-preview-bar.ts",
50016
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.ts",
50032
50017
  "declarations": [],
50033
50018
  "exports": []
50034
50019
  },
50035
50020
  {
50036
50021
  "kind": "javascript-module",
50037
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.ts",
50022
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/keywords.ts",
50038
50023
  "declarations": [],
50039
50024
  "exports": []
50040
50025
  },
50041
50026
  {
50042
50027
  "kind": "javascript-module",
50043
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.ts",
50028
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/minimize-button.ts",
50044
50029
  "declarations": [],
50045
50030
  "exports": []
50046
50031
  },
50047
50032
  {
50048
50033
  "kind": "javascript-module",
50049
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/keywords.ts",
50034
+ "path": "src/components/search/result-template-components/quickview-iframe/quickview-iframe.ts",
50050
50035
  "declarations": [],
50051
50036
  "exports": []
50052
50037
  },
50053
50038
  {
50054
50039
  "kind": "javascript-module",
50055
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/minimize-button.ts",
50040
+ "path": "src/components/search/result-template-components/quickview-preview-bar/quickview-preview-bar.ts",
50056
50041
  "declarations": [],
50057
50042
  "exports": []
50058
50043
  },