@coveo/atomic 3.59.2 → 3.59.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.
@@ -8048,6 +8048,319 @@
8048
8048
  }
8049
8049
  ]
8050
8050
  },
8051
+ {
8052
+ "kind": "javascript-module",
8053
+ "path": "src/components/commerce/atomic-product/atomic-product.ts",
8054
+ "declarations": [
8055
+ {
8056
+ "kind": "class",
8057
+ "description": "The `atomic-product` component is used internally by the `atomic-commerce-product-list` and `atomic-commerce-recommendation-list` components.",
8058
+ "name": "AtomicProduct",
8059
+ "members": [
8060
+ {
8061
+ "kind": "field",
8062
+ "name": "productRootRef",
8063
+ "type": {
8064
+ "text": "HTMLElement | undefined"
8065
+ },
8066
+ "privacy": "private"
8067
+ },
8068
+ {
8069
+ "kind": "field",
8070
+ "name": "linkContainerRef",
8071
+ "type": {
8072
+ "text": "HTMLElement | undefined"
8073
+ },
8074
+ "privacy": "private"
8075
+ },
8076
+ {
8077
+ "kind": "field",
8078
+ "name": "itemLayoutController",
8079
+ "type": {
8080
+ "text": "ItemLayoutController"
8081
+ },
8082
+ "privacy": "private"
8083
+ },
8084
+ {
8085
+ "kind": "field",
8086
+ "name": "stopPropagation",
8087
+ "type": {
8088
+ "text": "boolean"
8089
+ },
8090
+ "description": "Whether `atomic-product-link` components nested in the `atomic-product` should stop click event propagation.",
8091
+ "attribute": "stop-propagation",
8092
+ "reflects": true
8093
+ },
8094
+ {
8095
+ "kind": "field",
8096
+ "name": "product",
8097
+ "type": {
8098
+ "text": "Product"
8099
+ },
8100
+ "description": "The product item.",
8101
+ "attribute": "product"
8102
+ },
8103
+ {
8104
+ "kind": "field",
8105
+ "name": "interactiveProduct",
8106
+ "type": {
8107
+ "text": "InteractiveProduct"
8108
+ },
8109
+ "description": "The InteractiveProduct item.",
8110
+ "attribute": "interactive-product"
8111
+ },
8112
+ {
8113
+ "kind": "field",
8114
+ "name": "store",
8115
+ "type": {
8116
+ "text": "CommerceStore | CommerceRecommendationStore"
8117
+ },
8118
+ "description": "Global Atomic state.",
8119
+ "attribute": "store"
8120
+ },
8121
+ {
8122
+ "kind": "field",
8123
+ "name": "content",
8124
+ "type": {
8125
+ "text": "ParentNode"
8126
+ },
8127
+ "description": "The product content to display.",
8128
+ "attribute": "content"
8129
+ },
8130
+ {
8131
+ "kind": "field",
8132
+ "name": "linkContent",
8133
+ "type": {
8134
+ "text": "ParentNode"
8135
+ },
8136
+ "default": "new DocumentFragment()",
8137
+ "description": "The product link to use when the product is clicked in a grid layout.",
8138
+ "attribute": "link-content"
8139
+ },
8140
+ {
8141
+ "kind": "field",
8142
+ "name": "display",
8143
+ "type": {
8144
+ "text": "ItemDisplayLayout"
8145
+ },
8146
+ "default": "'list'",
8147
+ "description": "How products should be displayed.",
8148
+ "attribute": "display",
8149
+ "reflects": true
8150
+ },
8151
+ {
8152
+ "kind": "field",
8153
+ "name": "density",
8154
+ "type": {
8155
+ "text": "ItemDisplayDensity"
8156
+ },
8157
+ "default": "'normal'",
8158
+ "description": "How large or small products should be.",
8159
+ "attribute": "density",
8160
+ "reflects": true
8161
+ },
8162
+ {
8163
+ "kind": "field",
8164
+ "name": "imageSize",
8165
+ "type": {
8166
+ "text": "ItemDisplayImageSize"
8167
+ },
8168
+ "default": "'icon'",
8169
+ "description": "The size of the visual section in product list items.\n\nThis is overwritten by the image size defined in the product content, if it exists.",
8170
+ "attribute": "image-size",
8171
+ "reflects": true
8172
+ },
8173
+ {
8174
+ "kind": "field",
8175
+ "name": "classes",
8176
+ "type": {
8177
+ "text": "string"
8178
+ },
8179
+ "default": "''",
8180
+ "description": "The classes to add to the product element.",
8181
+ "attribute": "classes"
8182
+ },
8183
+ {
8184
+ "kind": "field",
8185
+ "name": "resolveProduct",
8186
+ "privacy": "public"
8187
+ },
8188
+ {
8189
+ "kind": "field",
8190
+ "name": "resolveInteractiveProduct",
8191
+ "privacy": "public"
8192
+ },
8193
+ {
8194
+ "kind": "field",
8195
+ "name": "resolveStopPropagation",
8196
+ "privacy": "public"
8197
+ },
8198
+ {
8199
+ "kind": "field",
8200
+ "name": "resolveProductDisplayConfig",
8201
+ "privacy": "public"
8202
+ },
8203
+ {
8204
+ "kind": "field",
8205
+ "name": "handleClick",
8206
+ "privacy": "public"
8207
+ },
8208
+ {
8209
+ "kind": "field",
8210
+ "name": "clickLinkContainer",
8211
+ "privacy": "public"
8212
+ },
8213
+ {
8214
+ "kind": "method",
8215
+ "name": "getContentHTML",
8216
+ "privacy": "private"
8217
+ },
8218
+ {
8219
+ "kind": "method",
8220
+ "name": "getLinkHTML",
8221
+ "privacy": "private"
8222
+ },
8223
+ {
8224
+ "kind": "method",
8225
+ "name": "getUpdateComplete",
8226
+ "return": {
8227
+ "type": {
8228
+ "text": "Promise<boolean>"
8229
+ }
8230
+ },
8231
+ "inheritedFrom": {
8232
+ "name": "ChildrenUpdateCompleteMixin",
8233
+ "module": "src/mixins/children-update-complete-mixin.ts"
8234
+ }
8235
+ }
8236
+ ],
8237
+ "attributes": [
8238
+ {
8239
+ "name": "stop-propagation",
8240
+ "type": {
8241
+ "text": "boolean"
8242
+ },
8243
+ "description": "Whether `atomic-product-link` components nested in the `atomic-product` should stop click event propagation.",
8244
+ "fieldName": "stopPropagation"
8245
+ },
8246
+ {
8247
+ "name": "product",
8248
+ "type": {
8249
+ "text": "Product"
8250
+ },
8251
+ "description": "The product item.",
8252
+ "fieldName": "product"
8253
+ },
8254
+ {
8255
+ "name": "interactive-product",
8256
+ "type": {
8257
+ "text": "InteractiveProduct"
8258
+ },
8259
+ "description": "The InteractiveProduct item.",
8260
+ "fieldName": "interactiveProduct"
8261
+ },
8262
+ {
8263
+ "name": "store",
8264
+ "type": {
8265
+ "text": "CommerceStore | CommerceRecommendationStore"
8266
+ },
8267
+ "description": "Global Atomic state.",
8268
+ "fieldName": "store"
8269
+ },
8270
+ {
8271
+ "name": "content",
8272
+ "type": {
8273
+ "text": "ParentNode"
8274
+ },
8275
+ "description": "The product content to display.",
8276
+ "fieldName": "content"
8277
+ },
8278
+ {
8279
+ "name": "link-content",
8280
+ "type": {
8281
+ "text": "ParentNode"
8282
+ },
8283
+ "default": "new DocumentFragment()",
8284
+ "description": "The product link to use when the product is clicked in a grid layout.",
8285
+ "fieldName": "linkContent"
8286
+ },
8287
+ {
8288
+ "name": "display",
8289
+ "type": {
8290
+ "text": "ItemDisplayLayout"
8291
+ },
8292
+ "default": "'list'",
8293
+ "description": "How products should be displayed.",
8294
+ "fieldName": "display"
8295
+ },
8296
+ {
8297
+ "name": "density",
8298
+ "type": {
8299
+ "text": "ItemDisplayDensity"
8300
+ },
8301
+ "default": "'normal'",
8302
+ "description": "How large or small products should be.",
8303
+ "fieldName": "density"
8304
+ },
8305
+ {
8306
+ "name": "image-size",
8307
+ "type": {
8308
+ "text": "ItemDisplayImageSize"
8309
+ },
8310
+ "default": "'icon'",
8311
+ "description": "The size of the visual section in product list items.\n\nThis is overwritten by the image size defined in the product content, if it exists.",
8312
+ "fieldName": "imageSize"
8313
+ },
8314
+ {
8315
+ "name": "classes",
8316
+ "type": {
8317
+ "text": "string"
8318
+ },
8319
+ "default": "''",
8320
+ "description": "The classes to add to the product element.",
8321
+ "fieldName": "classes"
8322
+ }
8323
+ ],
8324
+ "mixins": [
8325
+ {
8326
+ "name": "ChildrenUpdateCompleteMixin",
8327
+ "package": "@/src/mixins/children-update-complete-mixin"
8328
+ }
8329
+ ],
8330
+ "superclass": {
8331
+ "name": "LitElement",
8332
+ "package": "lit"
8333
+ },
8334
+ "events": [],
8335
+ "tagName": "atomic-product",
8336
+ "customElement": true
8337
+ }
8338
+ ],
8339
+ "exports": [
8340
+ {
8341
+ "kind": "js",
8342
+ "name": "AtomicProduct",
8343
+ "declaration": {
8344
+ "name": "AtomicProduct",
8345
+ "module": "src/components/commerce/atomic-product/atomic-product.ts"
8346
+ }
8347
+ },
8348
+ {
8349
+ "kind": "custom-element-definition",
8350
+ "name": "atomic-product",
8351
+ "declaration": {
8352
+ "name": "AtomicProduct",
8353
+ "module": "src/components/commerce/atomic-product/atomic-product.ts"
8354
+ }
8355
+ }
8356
+ ]
8357
+ },
8358
+ {
8359
+ "kind": "javascript-module",
8360
+ "path": "src/components/commerce/atomic-product/atomic-product.tw.css.ts",
8361
+ "declarations": [],
8362
+ "exports": []
8363
+ },
8051
8364
  {
8052
8365
  "kind": "javascript-module",
8053
8366
  "path": "src/components/commerce/atomic-commerce-timeframe-facet/atomic-commerce-timeframe-facet.ts",
@@ -8385,319 +8698,6 @@
8385
8698
  }
8386
8699
  ]
8387
8700
  },
8388
- {
8389
- "kind": "javascript-module",
8390
- "path": "src/components/commerce/atomic-product/atomic-product.ts",
8391
- "declarations": [
8392
- {
8393
- "kind": "class",
8394
- "description": "The `atomic-product` component is used internally by the `atomic-commerce-product-list` and `atomic-commerce-recommendation-list` components.",
8395
- "name": "AtomicProduct",
8396
- "members": [
8397
- {
8398
- "kind": "field",
8399
- "name": "productRootRef",
8400
- "type": {
8401
- "text": "HTMLElement | undefined"
8402
- },
8403
- "privacy": "private"
8404
- },
8405
- {
8406
- "kind": "field",
8407
- "name": "linkContainerRef",
8408
- "type": {
8409
- "text": "HTMLElement | undefined"
8410
- },
8411
- "privacy": "private"
8412
- },
8413
- {
8414
- "kind": "field",
8415
- "name": "itemLayoutController",
8416
- "type": {
8417
- "text": "ItemLayoutController"
8418
- },
8419
- "privacy": "private"
8420
- },
8421
- {
8422
- "kind": "field",
8423
- "name": "stopPropagation",
8424
- "type": {
8425
- "text": "boolean"
8426
- },
8427
- "description": "Whether `atomic-product-link` components nested in the `atomic-product` should stop click event propagation.",
8428
- "attribute": "stop-propagation",
8429
- "reflects": true
8430
- },
8431
- {
8432
- "kind": "field",
8433
- "name": "product",
8434
- "type": {
8435
- "text": "Product"
8436
- },
8437
- "description": "The product item.",
8438
- "attribute": "product"
8439
- },
8440
- {
8441
- "kind": "field",
8442
- "name": "interactiveProduct",
8443
- "type": {
8444
- "text": "InteractiveProduct"
8445
- },
8446
- "description": "The InteractiveProduct item.",
8447
- "attribute": "interactive-product"
8448
- },
8449
- {
8450
- "kind": "field",
8451
- "name": "store",
8452
- "type": {
8453
- "text": "CommerceStore | CommerceRecommendationStore"
8454
- },
8455
- "description": "Global Atomic state.",
8456
- "attribute": "store"
8457
- },
8458
- {
8459
- "kind": "field",
8460
- "name": "content",
8461
- "type": {
8462
- "text": "ParentNode"
8463
- },
8464
- "description": "The product content to display.",
8465
- "attribute": "content"
8466
- },
8467
- {
8468
- "kind": "field",
8469
- "name": "linkContent",
8470
- "type": {
8471
- "text": "ParentNode"
8472
- },
8473
- "default": "new DocumentFragment()",
8474
- "description": "The product link to use when the product is clicked in a grid layout.",
8475
- "attribute": "link-content"
8476
- },
8477
- {
8478
- "kind": "field",
8479
- "name": "display",
8480
- "type": {
8481
- "text": "ItemDisplayLayout"
8482
- },
8483
- "default": "'list'",
8484
- "description": "How products should be displayed.",
8485
- "attribute": "display",
8486
- "reflects": true
8487
- },
8488
- {
8489
- "kind": "field",
8490
- "name": "density",
8491
- "type": {
8492
- "text": "ItemDisplayDensity"
8493
- },
8494
- "default": "'normal'",
8495
- "description": "How large or small products should be.",
8496
- "attribute": "density",
8497
- "reflects": true
8498
- },
8499
- {
8500
- "kind": "field",
8501
- "name": "imageSize",
8502
- "type": {
8503
- "text": "ItemDisplayImageSize"
8504
- },
8505
- "default": "'icon'",
8506
- "description": "The size of the visual section in product list items.\n\nThis is overwritten by the image size defined in the product content, if it exists.",
8507
- "attribute": "image-size",
8508
- "reflects": true
8509
- },
8510
- {
8511
- "kind": "field",
8512
- "name": "classes",
8513
- "type": {
8514
- "text": "string"
8515
- },
8516
- "default": "''",
8517
- "description": "The classes to add to the product element.",
8518
- "attribute": "classes"
8519
- },
8520
- {
8521
- "kind": "field",
8522
- "name": "resolveProduct",
8523
- "privacy": "public"
8524
- },
8525
- {
8526
- "kind": "field",
8527
- "name": "resolveInteractiveProduct",
8528
- "privacy": "public"
8529
- },
8530
- {
8531
- "kind": "field",
8532
- "name": "resolveStopPropagation",
8533
- "privacy": "public"
8534
- },
8535
- {
8536
- "kind": "field",
8537
- "name": "resolveProductDisplayConfig",
8538
- "privacy": "public"
8539
- },
8540
- {
8541
- "kind": "field",
8542
- "name": "handleClick",
8543
- "privacy": "public"
8544
- },
8545
- {
8546
- "kind": "field",
8547
- "name": "clickLinkContainer",
8548
- "privacy": "public"
8549
- },
8550
- {
8551
- "kind": "method",
8552
- "name": "getContentHTML",
8553
- "privacy": "private"
8554
- },
8555
- {
8556
- "kind": "method",
8557
- "name": "getLinkHTML",
8558
- "privacy": "private"
8559
- },
8560
- {
8561
- "kind": "method",
8562
- "name": "getUpdateComplete",
8563
- "return": {
8564
- "type": {
8565
- "text": "Promise<boolean>"
8566
- }
8567
- },
8568
- "inheritedFrom": {
8569
- "name": "ChildrenUpdateCompleteMixin",
8570
- "module": "src/mixins/children-update-complete-mixin.ts"
8571
- }
8572
- }
8573
- ],
8574
- "attributes": [
8575
- {
8576
- "name": "stop-propagation",
8577
- "type": {
8578
- "text": "boolean"
8579
- },
8580
- "description": "Whether `atomic-product-link` components nested in the `atomic-product` should stop click event propagation.",
8581
- "fieldName": "stopPropagation"
8582
- },
8583
- {
8584
- "name": "product",
8585
- "type": {
8586
- "text": "Product"
8587
- },
8588
- "description": "The product item.",
8589
- "fieldName": "product"
8590
- },
8591
- {
8592
- "name": "interactive-product",
8593
- "type": {
8594
- "text": "InteractiveProduct"
8595
- },
8596
- "description": "The InteractiveProduct item.",
8597
- "fieldName": "interactiveProduct"
8598
- },
8599
- {
8600
- "name": "store",
8601
- "type": {
8602
- "text": "CommerceStore | CommerceRecommendationStore"
8603
- },
8604
- "description": "Global Atomic state.",
8605
- "fieldName": "store"
8606
- },
8607
- {
8608
- "name": "content",
8609
- "type": {
8610
- "text": "ParentNode"
8611
- },
8612
- "description": "The product content to display.",
8613
- "fieldName": "content"
8614
- },
8615
- {
8616
- "name": "link-content",
8617
- "type": {
8618
- "text": "ParentNode"
8619
- },
8620
- "default": "new DocumentFragment()",
8621
- "description": "The product link to use when the product is clicked in a grid layout.",
8622
- "fieldName": "linkContent"
8623
- },
8624
- {
8625
- "name": "display",
8626
- "type": {
8627
- "text": "ItemDisplayLayout"
8628
- },
8629
- "default": "'list'",
8630
- "description": "How products should be displayed.",
8631
- "fieldName": "display"
8632
- },
8633
- {
8634
- "name": "density",
8635
- "type": {
8636
- "text": "ItemDisplayDensity"
8637
- },
8638
- "default": "'normal'",
8639
- "description": "How large or small products should be.",
8640
- "fieldName": "density"
8641
- },
8642
- {
8643
- "name": "image-size",
8644
- "type": {
8645
- "text": "ItemDisplayImageSize"
8646
- },
8647
- "default": "'icon'",
8648
- "description": "The size of the visual section in product list items.\n\nThis is overwritten by the image size defined in the product content, if it exists.",
8649
- "fieldName": "imageSize"
8650
- },
8651
- {
8652
- "name": "classes",
8653
- "type": {
8654
- "text": "string"
8655
- },
8656
- "default": "''",
8657
- "description": "The classes to add to the product element.",
8658
- "fieldName": "classes"
8659
- }
8660
- ],
8661
- "mixins": [
8662
- {
8663
- "name": "ChildrenUpdateCompleteMixin",
8664
- "package": "@/src/mixins/children-update-complete-mixin"
8665
- }
8666
- ],
8667
- "superclass": {
8668
- "name": "LitElement",
8669
- "package": "lit"
8670
- },
8671
- "events": [],
8672
- "tagName": "atomic-product",
8673
- "customElement": true
8674
- }
8675
- ],
8676
- "exports": [
8677
- {
8678
- "kind": "js",
8679
- "name": "AtomicProduct",
8680
- "declaration": {
8681
- "name": "AtomicProduct",
8682
- "module": "src/components/commerce/atomic-product/atomic-product.ts"
8683
- }
8684
- },
8685
- {
8686
- "kind": "custom-element-definition",
8687
- "name": "atomic-product",
8688
- "declaration": {
8689
- "name": "AtomicProduct",
8690
- "module": "src/components/commerce/atomic-product/atomic-product.ts"
8691
- }
8692
- }
8693
- ]
8694
- },
8695
- {
8696
- "kind": "javascript-module",
8697
- "path": "src/components/commerce/atomic-product/atomic-product.tw.css.ts",
8698
- "declarations": [],
8699
- "exports": []
8700
- },
8701
8701
  {
8702
8702
  "kind": "javascript-module",
8703
8703
  "path": "src/components/commerce/atomic-product-children/atomic-product-children.ts",
@@ -12322,19 +12322,19 @@
12322
12322
  },
12323
12323
  {
12324
12324
  "kind": "javascript-module",
12325
- "path": "src/components/commerce/product-template-component-utils/error.ts",
12325
+ "path": "src/components/commerce/sort/option.ts",
12326
12326
  "declarations": [],
12327
12327
  "exports": []
12328
12328
  },
12329
12329
  {
12330
12330
  "kind": "javascript-module",
12331
- "path": "src/components/commerce/product-template-component-utils/product-utils.ts",
12331
+ "path": "src/components/commerce/product-template-component-utils/error.ts",
12332
12332
  "declarations": [],
12333
12333
  "exports": []
12334
12334
  },
12335
12335
  {
12336
12336
  "kind": "javascript-module",
12337
- "path": "src/components/commerce/sort/option.ts",
12337
+ "path": "src/components/commerce/product-template-component-utils/product-utils.ts",
12338
12338
  "declarations": [],
12339
12339
  "exports": []
12340
12340
  },
@@ -12630,18 +12630,6 @@
12630
12630
  "declarations": [],
12631
12631
  "exports": []
12632
12632
  },
12633
- {
12634
- "kind": "javascript-module",
12635
- "path": "src/components/common/atomic-generated-answer-content/answer-context.ts",
12636
- "declarations": [],
12637
- "exports": []
12638
- },
12639
- {
12640
- "kind": "javascript-module",
12641
- "path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
12642
- "declarations": [],
12643
- "exports": []
12644
- },
12645
12633
  {
12646
12634
  "kind": "javascript-module",
12647
12635
  "path": "src/components/common/atomic-focus-trap/atomic-focus-trap.ts",
@@ -12927,6 +12915,18 @@
12927
12915
  }
12928
12916
  ]
12929
12917
  },
12918
+ {
12919
+ "kind": "javascript-module",
12920
+ "path": "src/components/common/atomic-generated-answer-content/answer-context.ts",
12921
+ "declarations": [],
12922
+ "exports": []
12923
+ },
12924
+ {
12925
+ "kind": "javascript-module",
12926
+ "path": "src/components/common/atomic-generated-answer-content/atomic-generated-answer-content.ts",
12927
+ "declarations": [],
12928
+ "exports": []
12929
+ },
12930
12930
  {
12931
12931
  "kind": "javascript-module",
12932
12932
  "path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
@@ -13706,6 +13706,24 @@
13706
13706
  "declarations": [],
13707
13707
  "exports": []
13708
13708
  },
13709
+ {
13710
+ "kind": "javascript-module",
13711
+ "path": "src/components/common/atomic-rating/atomic-rating.tw.css.ts",
13712
+ "declarations": [],
13713
+ "exports": []
13714
+ },
13715
+ {
13716
+ "kind": "javascript-module",
13717
+ "path": "src/components/common/atomic-rating/rating-utils.ts",
13718
+ "declarations": [],
13719
+ "exports": []
13720
+ },
13721
+ {
13722
+ "kind": "javascript-module",
13723
+ "path": "src/components/common/atomic-rating/rating.ts",
13724
+ "declarations": [],
13725
+ "exports": []
13726
+ },
13709
13727
  {
13710
13728
  "kind": "javascript-module",
13711
13729
  "path": "src/components/common/atomic-numeric-range/atomic-numeric-range.ts",
@@ -13871,24 +13889,6 @@
13871
13889
  }
13872
13890
  ]
13873
13891
  },
13874
- {
13875
- "kind": "javascript-module",
13876
- "path": "src/components/common/atomic-rating/atomic-rating.tw.css.ts",
13877
- "declarations": [],
13878
- "exports": []
13879
- },
13880
- {
13881
- "kind": "javascript-module",
13882
- "path": "src/components/common/atomic-rating/rating-utils.ts",
13883
- "declarations": [],
13884
- "exports": []
13885
- },
13886
- {
13887
- "kind": "javascript-module",
13888
- "path": "src/components/common/atomic-rating/rating.ts",
13889
- "declarations": [],
13890
- "exports": []
13891
- },
13892
13892
  {
13893
13893
  "kind": "javascript-module",
13894
13894
  "path": "src/components/common/atomic-result-placeholder/atomic-result-placeholder.ts",
@@ -14240,18 +14240,6 @@
14240
14240
  "declarations": [],
14241
14241
  "exports": []
14242
14242
  },
14243
- {
14244
- "kind": "javascript-module",
14245
- "path": "src/components/common/image-carousel/image-carousel-indicators.ts",
14246
- "declarations": [],
14247
- "exports": []
14248
- },
14249
- {
14250
- "kind": "javascript-module",
14251
- "path": "src/components/common/image-carousel/image-carousel.ts",
14252
- "declarations": [],
14253
- "exports": []
14254
- },
14255
14243
  {
14256
14244
  "kind": "javascript-module",
14257
14245
  "path": "src/components/common/generated-answer/copy-button.ts",
@@ -14342,6 +14330,18 @@
14342
14330
  "declarations": [],
14343
14331
  "exports": []
14344
14332
  },
14333
+ {
14334
+ "kind": "javascript-module",
14335
+ "path": "src/components/common/image-carousel/image-carousel-indicators.ts",
14336
+ "declarations": [],
14337
+ "exports": []
14338
+ },
14339
+ {
14340
+ "kind": "javascript-module",
14341
+ "path": "src/components/common/image-carousel/image-carousel.ts",
14342
+ "declarations": [],
14343
+ "exports": []
14344
+ },
14345
14345
  {
14346
14346
  "kind": "javascript-module",
14347
14347
  "path": "src/components/common/interface/analytics-config.ts",
@@ -14860,37 +14860,37 @@
14860
14860
  },
14861
14861
  {
14862
14862
  "kind": "javascript-module",
14863
- "path": "src/components/common/tabs/tab-common.ts",
14863
+ "path": "src/components/common/sort/label.ts",
14864
14864
  "declarations": [],
14865
14865
  "exports": []
14866
14866
  },
14867
14867
  {
14868
14868
  "kind": "javascript-module",
14869
- "path": "src/components/common/tabs/tab-wrapper.ts",
14869
+ "path": "src/components/common/sort/option.ts",
14870
14870
  "declarations": [],
14871
14871
  "exports": []
14872
14872
  },
14873
14873
  {
14874
14874
  "kind": "javascript-module",
14875
- "path": "src/components/common/sort/label.ts",
14875
+ "path": "src/components/common/sort/select.ts",
14876
14876
  "declarations": [],
14877
14877
  "exports": []
14878
14878
  },
14879
14879
  {
14880
14880
  "kind": "javascript-module",
14881
- "path": "src/components/common/sort/option.ts",
14881
+ "path": "src/components/common/sort/sort-guard.ts",
14882
14882
  "declarations": [],
14883
14883
  "exports": []
14884
14884
  },
14885
14885
  {
14886
14886
  "kind": "javascript-module",
14887
- "path": "src/components/common/sort/select.ts",
14887
+ "path": "src/components/common/tabs/tab-common.ts",
14888
14888
  "declarations": [],
14889
14889
  "exports": []
14890
14890
  },
14891
14891
  {
14892
14892
  "kind": "javascript-module",
14893
- "path": "src/components/common/sort/sort-guard.ts",
14893
+ "path": "src/components/common/tabs/tab-wrapper.ts",
14894
14894
  "declarations": [],
14895
14895
  "exports": []
14896
14896
  },
@@ -40600,12 +40600,12 @@
40600
40600
  },
40601
40601
  {
40602
40602
  "kind": "javascript-module",
40603
- "path": "src/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.ts",
40603
+ "path": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts",
40604
40604
  "declarations": [
40605
40605
  {
40606
40606
  "kind": "class",
40607
- "description": "This section is meant to render additional descriptive information about the result.\n\nBehavior:\n* Has a maximum height of two lines.\n** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don't overflow.\n* Exposes the `--line-height` variable so child elements can adjust to the current line height.\n* Has a defined CSS `color` property for text.\n* Has a font weight.",
40608
- "name": "AtomicResultSectionBottomMetadata",
40607
+ "description": "This section displays the folded results, available when using the <atomic-result-children> component.\n\nBehavior:\n* Shows children at the bottom of the result, indented and wrapped in a border.",
40608
+ "name": "AtomicResultSectionChildren",
40609
40609
  "mixins": [
40610
40610
  {
40611
40611
  "name": "ItemSectionMixin",
@@ -40616,7 +40616,7 @@
40616
40616
  "name": "LitElement",
40617
40617
  "package": "lit"
40618
40618
  },
40619
- "tagName": "atomic-result-section-bottom-metadata",
40619
+ "tagName": "atomic-result-section-children",
40620
40620
  "customElement": true,
40621
40621
  "members": [
40622
40622
  {
@@ -40676,30 +40676,30 @@
40676
40676
  "exports": [
40677
40677
  {
40678
40678
  "kind": "js",
40679
- "name": "AtomicResultSectionBottomMetadata",
40679
+ "name": "AtomicResultSectionChildren",
40680
40680
  "declaration": {
40681
- "name": "AtomicResultSectionBottomMetadata",
40682
- "module": "src/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.ts"
40681
+ "name": "AtomicResultSectionChildren",
40682
+ "module": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts"
40683
40683
  }
40684
40684
  },
40685
40685
  {
40686
40686
  "kind": "custom-element-definition",
40687
- "name": "atomic-result-section-bottom-metadata",
40687
+ "name": "atomic-result-section-children",
40688
40688
  "declaration": {
40689
- "name": "AtomicResultSectionBottomMetadata",
40690
- "module": "src/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.ts"
40689
+ "name": "AtomicResultSectionChildren",
40690
+ "module": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts"
40691
40691
  }
40692
40692
  }
40693
40693
  ]
40694
40694
  },
40695
40695
  {
40696
40696
  "kind": "javascript-module",
40697
- "path": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts",
40697
+ "path": "src/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.ts",
40698
40698
  "declarations": [
40699
40699
  {
40700
40700
  "kind": "class",
40701
- "description": "This section displays the folded results, available when using the <atomic-result-children> component.\n\nBehavior:\n* Shows children at the bottom of the result, indented and wrapped in a border.",
40702
- "name": "AtomicResultSectionChildren",
40701
+ "description": "This section is meant to render additional descriptive information about the result.\n\nBehavior:\n* Has a maximum height of two lines.\n** We recommend that you use `atomic-result-fields-list` to ensure that the fields in this section don't overflow.\n* Exposes the `--line-height` variable so child elements can adjust to the current line height.\n* Has a defined CSS `color` property for text.\n* Has a font weight.",
40702
+ "name": "AtomicResultSectionBottomMetadata",
40703
40703
  "mixins": [
40704
40704
  {
40705
40705
  "name": "ItemSectionMixin",
@@ -40710,7 +40710,7 @@
40710
40710
  "name": "LitElement",
40711
40711
  "package": "lit"
40712
40712
  },
40713
- "tagName": "atomic-result-section-children",
40713
+ "tagName": "atomic-result-section-bottom-metadata",
40714
40714
  "customElement": true,
40715
40715
  "members": [
40716
40716
  {
@@ -40770,18 +40770,18 @@
40770
40770
  "exports": [
40771
40771
  {
40772
40772
  "kind": "js",
40773
- "name": "AtomicResultSectionChildren",
40773
+ "name": "AtomicResultSectionBottomMetadata",
40774
40774
  "declaration": {
40775
- "name": "AtomicResultSectionChildren",
40776
- "module": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts"
40775
+ "name": "AtomicResultSectionBottomMetadata",
40776
+ "module": "src/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.ts"
40777
40777
  }
40778
40778
  },
40779
40779
  {
40780
40780
  "kind": "custom-element-definition",
40781
- "name": "atomic-result-section-children",
40781
+ "name": "atomic-result-section-bottom-metadata",
40782
40782
  "declaration": {
40783
- "name": "AtomicResultSectionChildren",
40784
- "module": "src/components/search/atomic-result-section-children/atomic-result-section-children.ts"
40783
+ "name": "AtomicResultSectionBottomMetadata",
40784
+ "module": "src/components/search/atomic-result-section-bottom-metadata/atomic-result-section-bottom-metadata.ts"
40785
40785
  }
40786
40786
  }
40787
40787
  ]
@@ -41278,12 +41278,6 @@
41278
41278
  }
41279
41279
  ]
41280
41280
  },
41281
- {
41282
- "kind": "javascript-module",
41283
- "path": "src/components/search/atomic-result-table-placeholder/atomic-result-table-placeholder.ts",
41284
- "declarations": [],
41285
- "exports": []
41286
- },
41287
41281
  {
41288
41282
  "kind": "javascript-module",
41289
41283
  "path": "src/components/search/atomic-result-template/atomic-result-template.ts",
@@ -41660,6 +41654,12 @@
41660
41654
  }
41661
41655
  ]
41662
41656
  },
41657
+ {
41658
+ "kind": "javascript-module",
41659
+ "path": "src/components/search/atomic-result-table-placeholder/atomic-result-table-placeholder.ts",
41660
+ "declarations": [],
41661
+ "exports": []
41662
+ },
41663
41663
  {
41664
41664
  "kind": "javascript-module",
41665
41665
  "path": "src/components/search/atomic-result-timespan/atomic-result-timespan.ts",
@@ -47670,61 +47670,61 @@
47670
47670
  },
47671
47671
  {
47672
47672
  "kind": "javascript-module",
47673
- "path": "src/components/commerce/atomic-commerce-text/e2e/atomic-commerce-text.e2e.ts",
47673
+ "path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/atomic-commerce-sort-dropdown.e2e.ts",
47674
47674
  "declarations": [],
47675
47675
  "exports": []
47676
47676
  },
47677
47677
  {
47678
47678
  "kind": "javascript-module",
47679
- "path": "src/components/commerce/atomic-commerce-text/e2e/fixture.ts",
47679
+ "path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/fixture.ts",
47680
47680
  "declarations": [],
47681
47681
  "exports": []
47682
47682
  },
47683
47683
  {
47684
47684
  "kind": "javascript-module",
47685
- "path": "src/components/commerce/atomic-commerce-text/e2e/page-object.ts",
47685
+ "path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/page-object.ts",
47686
47686
  "declarations": [],
47687
47687
  "exports": []
47688
47688
  },
47689
47689
  {
47690
47690
  "kind": "javascript-module",
47691
- "path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/atomic-commerce-sort-dropdown.e2e.ts",
47691
+ "path": "src/components/commerce/atomic-commerce-text/e2e/atomic-commerce-text.e2e.ts",
47692
47692
  "declarations": [],
47693
47693
  "exports": []
47694
47694
  },
47695
47695
  {
47696
47696
  "kind": "javascript-module",
47697
- "path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/fixture.ts",
47697
+ "path": "src/components/commerce/atomic-commerce-text/e2e/fixture.ts",
47698
47698
  "declarations": [],
47699
47699
  "exports": []
47700
47700
  },
47701
47701
  {
47702
47702
  "kind": "javascript-module",
47703
- "path": "src/components/commerce/atomic-commerce-sort-dropdown/e2e/page-object.ts",
47703
+ "path": "src/components/commerce/atomic-commerce-text/e2e/page-object.ts",
47704
47704
  "declarations": [],
47705
47705
  "exports": []
47706
47706
  },
47707
47707
  {
47708
47708
  "kind": "javascript-module",
47709
- "path": "src/components/commerce/atomic-commerce-timeframe-facet/e2e/atomic-commerce-timeframe-facet.e2e.ts",
47709
+ "path": "src/components/commerce/atomic-product/e2e/page-object.ts",
47710
47710
  "declarations": [],
47711
47711
  "exports": []
47712
47712
  },
47713
47713
  {
47714
47714
  "kind": "javascript-module",
47715
- "path": "src/components/commerce/atomic-commerce-timeframe-facet/e2e/fixture.ts",
47715
+ "path": "src/components/commerce/atomic-commerce-timeframe-facet/e2e/atomic-commerce-timeframe-facet.e2e.ts",
47716
47716
  "declarations": [],
47717
47717
  "exports": []
47718
47718
  },
47719
47719
  {
47720
47720
  "kind": "javascript-module",
47721
- "path": "src/components/commerce/atomic-commerce-timeframe-facet/e2e/page-object.ts",
47721
+ "path": "src/components/commerce/atomic-commerce-timeframe-facet/e2e/fixture.ts",
47722
47722
  "declarations": [],
47723
47723
  "exports": []
47724
47724
  },
47725
47725
  {
47726
47726
  "kind": "javascript-module",
47727
- "path": "src/components/commerce/atomic-product/e2e/page-object.ts",
47727
+ "path": "src/components/commerce/atomic-commerce-timeframe-facet/e2e/page-object.ts",
47728
47728
  "declarations": [],
47729
47729
  "exports": []
47730
47730
  },
@@ -47874,37 +47874,37 @@
47874
47874
  },
47875
47875
  {
47876
47876
  "kind": "javascript-module",
47877
- "path": "src/components/commerce/atomic-product-price/e2e/atomic-product-price.e2e.ts",
47877
+ "path": "src/components/commerce/atomic-product-rating/e2e/atomic-product-rating.e2e.ts",
47878
47878
  "declarations": [],
47879
47879
  "exports": []
47880
47880
  },
47881
47881
  {
47882
47882
  "kind": "javascript-module",
47883
- "path": "src/components/commerce/atomic-product-price/e2e/fixture.ts",
47883
+ "path": "src/components/commerce/atomic-product-rating/e2e/fixture.ts",
47884
47884
  "declarations": [],
47885
47885
  "exports": []
47886
47886
  },
47887
47887
  {
47888
47888
  "kind": "javascript-module",
47889
- "path": "src/components/commerce/atomic-product-price/e2e/page-object.ts",
47889
+ "path": "src/components/commerce/atomic-product-rating/e2e/page-object.ts",
47890
47890
  "declarations": [],
47891
47891
  "exports": []
47892
47892
  },
47893
47893
  {
47894
47894
  "kind": "javascript-module",
47895
- "path": "src/components/commerce/atomic-product-rating/e2e/atomic-product-rating.e2e.ts",
47895
+ "path": "src/components/commerce/atomic-product-price/e2e/atomic-product-price.e2e.ts",
47896
47896
  "declarations": [],
47897
47897
  "exports": []
47898
47898
  },
47899
47899
  {
47900
47900
  "kind": "javascript-module",
47901
- "path": "src/components/commerce/atomic-product-rating/e2e/fixture.ts",
47901
+ "path": "src/components/commerce/atomic-product-price/e2e/fixture.ts",
47902
47902
  "declarations": [],
47903
47903
  "exports": []
47904
47904
  },
47905
47905
  {
47906
47906
  "kind": "javascript-module",
47907
- "path": "src/components/commerce/atomic-product-rating/e2e/page-object.ts",
47907
+ "path": "src/components/commerce/atomic-product-price/e2e/page-object.ts",
47908
47908
  "declarations": [],
47909
47909
  "exports": []
47910
47910
  },
@@ -47980,6 +47980,12 @@
47980
47980
  "declarations": [],
47981
47981
  "exports": []
47982
47982
  },
47983
+ {
47984
+ "kind": "javascript-module",
47985
+ "path": "src/components/common/facets/e2e/page-object.ts",
47986
+ "declarations": [],
47987
+ "exports": []
47988
+ },
47983
47989
  {
47984
47990
  "kind": "javascript-module",
47985
47991
  "path": "src/components/common/facets/category-facet/all-categories-button.ts",
@@ -48040,12 +48046,6 @@
48040
48046
  "declarations": [],
48041
48047
  "exports": []
48042
48048
  },
48043
- {
48044
- "kind": "javascript-module",
48045
- "path": "src/components/common/facets/e2e/page-object.ts",
48046
- "declarations": [],
48047
- "exports": []
48048
- },
48049
48049
  {
48050
48050
  "kind": "javascript-module",
48051
48051
  "path": "src/components/common/facets/facet-container/facet-container.ts",
@@ -48132,30 +48132,30 @@
48132
48132
  },
48133
48133
  {
48134
48134
  "kind": "javascript-module",
48135
- "path": "src/components/common/facets/facet-value-checkbox/facet-value-checkbox.ts",
48136
- "declarations": [
48137
- {
48138
- "kind": "variable",
48139
- "name": "id"
48140
- }
48141
- ],
48135
+ "path": "src/components/common/facets/facet-value-exclude/facet-value-exclude.ts",
48136
+ "declarations": [],
48142
48137
  "exports": []
48143
48138
  },
48144
48139
  {
48145
48140
  "kind": "javascript-module",
48146
- "path": "src/components/common/facets/facet-value-checkbox/facet-value-checkbox.tw.css.ts",
48141
+ "path": "src/components/common/facets/facet-value-exclude/facet-value-exclude.tw.css.ts",
48147
48142
  "declarations": [],
48148
48143
  "exports": []
48149
48144
  },
48150
48145
  {
48151
48146
  "kind": "javascript-module",
48152
- "path": "src/components/common/facets/facet-value-exclude/facet-value-exclude.ts",
48153
- "declarations": [],
48147
+ "path": "src/components/common/facets/facet-value-checkbox/facet-value-checkbox.ts",
48148
+ "declarations": [
48149
+ {
48150
+ "kind": "variable",
48151
+ "name": "id"
48152
+ }
48153
+ ],
48154
48154
  "exports": []
48155
48155
  },
48156
48156
  {
48157
48157
  "kind": "javascript-module",
48158
- "path": "src/components/common/facets/facet-value-exclude/facet-value-exclude.tw.css.ts",
48158
+ "path": "src/components/common/facets/facet-value-checkbox/facet-value-checkbox.tw.css.ts",
48159
48159
  "declarations": [],
48160
48160
  "exports": []
48161
48161
  },
@@ -48251,55 +48251,55 @@
48251
48251
  },
48252
48252
  {
48253
48253
  "kind": "javascript-module",
48254
- "path": "src/components/common/item-list/context/child-templates-context-controller.ts",
48254
+ "path": "src/components/common/item-list/styles/grid-display.tw.css.ts",
48255
48255
  "declarations": [],
48256
48256
  "exports": []
48257
48257
  },
48258
48258
  {
48259
48259
  "kind": "javascript-module",
48260
- "path": "src/components/common/item-list/context/folded-item-list-context-controller.ts",
48260
+ "path": "src/components/common/item-list/styles/list-display.tw.css.ts",
48261
48261
  "declarations": [],
48262
48262
  "exports": []
48263
48263
  },
48264
48264
  {
48265
48265
  "kind": "javascript-module",
48266
- "path": "src/components/common/item-list/context/interactive-item-context-controller.ts",
48266
+ "path": "src/components/common/item-list/styles/placeholders.tw.css.ts",
48267
48267
  "declarations": [],
48268
48268
  "exports": []
48269
48269
  },
48270
48270
  {
48271
48271
  "kind": "javascript-module",
48272
- "path": "src/components/common/item-list/context/item-context-controller.ts",
48272
+ "path": "src/components/common/item-list/styles/table-display.tw.css.ts",
48273
48273
  "declarations": [],
48274
48274
  "exports": []
48275
48275
  },
48276
48276
  {
48277
48277
  "kind": "javascript-module",
48278
- "path": "src/components/common/item-list/context/item-display-config-context-controller.ts",
48278
+ "path": "src/components/common/item-list/context/child-templates-context-controller.ts",
48279
48279
  "declarations": [],
48280
48280
  "exports": []
48281
48281
  },
48282
48282
  {
48283
48283
  "kind": "javascript-module",
48284
- "path": "src/components/common/item-list/styles/grid-display.tw.css.ts",
48284
+ "path": "src/components/common/item-list/context/folded-item-list-context-controller.ts",
48285
48285
  "declarations": [],
48286
48286
  "exports": []
48287
48287
  },
48288
48288
  {
48289
48289
  "kind": "javascript-module",
48290
- "path": "src/components/common/item-list/styles/list-display.tw.css.ts",
48290
+ "path": "src/components/common/item-list/context/interactive-item-context-controller.ts",
48291
48291
  "declarations": [],
48292
48292
  "exports": []
48293
48293
  },
48294
48294
  {
48295
48295
  "kind": "javascript-module",
48296
- "path": "src/components/common/item-list/styles/placeholders.tw.css.ts",
48296
+ "path": "src/components/common/item-list/context/item-context-controller.ts",
48297
48297
  "declarations": [],
48298
48298
  "exports": []
48299
48299
  },
48300
48300
  {
48301
48301
  "kind": "javascript-module",
48302
- "path": "src/components/common/item-list/styles/table-display.tw.css.ts",
48302
+ "path": "src/components/common/item-list/context/item-display-config-context-controller.ts",
48303
48303
  "declarations": [],
48304
48304
  "exports": []
48305
48305
  },
@@ -48441,42 +48441,6 @@
48441
48441
  "declarations": [],
48442
48442
  "exports": []
48443
48443
  },
48444
- {
48445
- "kind": "javascript-module",
48446
- "path": "src/components/insight/atomic-insight-full-search-button/e2e/atomic-insight-full-search-button.e2e.ts",
48447
- "declarations": [],
48448
- "exports": []
48449
- },
48450
- {
48451
- "kind": "javascript-module",
48452
- "path": "src/components/insight/atomic-insight-full-search-button/e2e/fixture.ts",
48453
- "declarations": [],
48454
- "exports": []
48455
- },
48456
- {
48457
- "kind": "javascript-module",
48458
- "path": "src/components/insight/atomic-insight-full-search-button/e2e/page-object.ts",
48459
- "declarations": [],
48460
- "exports": []
48461
- },
48462
- {
48463
- "kind": "javascript-module",
48464
- "path": "src/components/insight/atomic-insight-generated-answer/e2e/atomic-insight-generated-answer.e2e.ts",
48465
- "declarations": [],
48466
- "exports": []
48467
- },
48468
- {
48469
- "kind": "javascript-module",
48470
- "path": "src/components/insight/atomic-insight-generated-answer/e2e/fixture.ts",
48471
- "declarations": [],
48472
- "exports": []
48473
- },
48474
- {
48475
- "kind": "javascript-module",
48476
- "path": "src/components/insight/atomic-insight-generated-answer/e2e/page-object.ts",
48477
- "declarations": [],
48478
- "exports": []
48479
- },
48480
48444
  {
48481
48445
  "kind": "javascript-module",
48482
48446
  "path": "src/components/insight/atomic-insight-folded-result-list/e2e/atomic-insight-folded-result-list.e2e.ts",
@@ -48497,55 +48461,55 @@
48497
48461
  },
48498
48462
  {
48499
48463
  "kind": "javascript-module",
48500
- "path": "src/components/insight/atomic-insight-interface/e2e/atomic-insight-interface.e2e.ts",
48464
+ "path": "src/components/insight/atomic-insight-full-search-button/e2e/atomic-insight-full-search-button.e2e.ts",
48501
48465
  "declarations": [],
48502
48466
  "exports": []
48503
48467
  },
48504
48468
  {
48505
48469
  "kind": "javascript-module",
48506
- "path": "src/components/insight/atomic-insight-interface/e2e/fixture.ts",
48470
+ "path": "src/components/insight/atomic-insight-full-search-button/e2e/fixture.ts",
48507
48471
  "declarations": [],
48508
48472
  "exports": []
48509
48473
  },
48510
48474
  {
48511
48475
  "kind": "javascript-module",
48512
- "path": "src/components/insight/atomic-insight-interface/e2e/page-object.ts",
48476
+ "path": "src/components/insight/atomic-insight-full-search-button/e2e/page-object.ts",
48513
48477
  "declarations": [],
48514
48478
  "exports": []
48515
48479
  },
48516
48480
  {
48517
48481
  "kind": "javascript-module",
48518
- "path": "src/components/insight/atomic-insight-no-results/e2e/atomic-insight-no-results.e2e.ts",
48482
+ "path": "src/components/insight/atomic-insight-generated-answer/e2e/atomic-insight-generated-answer.e2e.ts",
48519
48483
  "declarations": [],
48520
48484
  "exports": []
48521
48485
  },
48522
48486
  {
48523
48487
  "kind": "javascript-module",
48524
- "path": "src/components/insight/atomic-insight-no-results/e2e/fixture.ts",
48488
+ "path": "src/components/insight/atomic-insight-generated-answer/e2e/fixture.ts",
48525
48489
  "declarations": [],
48526
48490
  "exports": []
48527
48491
  },
48528
48492
  {
48529
48493
  "kind": "javascript-module",
48530
- "path": "src/components/insight/atomic-insight-no-results/e2e/page-object.ts",
48494
+ "path": "src/components/insight/atomic-insight-generated-answer/e2e/page-object.ts",
48531
48495
  "declarations": [],
48532
48496
  "exports": []
48533
48497
  },
48534
48498
  {
48535
48499
  "kind": "javascript-module",
48536
- "path": "src/components/insight/atomic-insight-numeric-facet/e2e/atomic-insight-numeric-facet.e2e.ts",
48500
+ "path": "src/components/insight/atomic-insight-interface/e2e/atomic-insight-interface.e2e.ts",
48537
48501
  "declarations": [],
48538
48502
  "exports": []
48539
48503
  },
48540
48504
  {
48541
48505
  "kind": "javascript-module",
48542
- "path": "src/components/insight/atomic-insight-numeric-facet/e2e/fixture.ts",
48506
+ "path": "src/components/insight/atomic-insight-interface/e2e/fixture.ts",
48543
48507
  "declarations": [],
48544
48508
  "exports": []
48545
48509
  },
48546
48510
  {
48547
48511
  "kind": "javascript-module",
48548
- "path": "src/components/insight/atomic-insight-numeric-facet/e2e/page-object.ts",
48512
+ "path": "src/components/insight/atomic-insight-interface/e2e/page-object.ts",
48549
48513
  "declarations": [],
48550
48514
  "exports": []
48551
48515
  },
@@ -48821,127 +48785,127 @@
48821
48785
  },
48822
48786
  {
48823
48787
  "kind": "javascript-module",
48824
- "path": "src/components/insight/atomic-insight-smart-snippet/e2e/atomic-insight-smart-snippet.e2e.ts",
48788
+ "path": "src/components/insight/atomic-insight-no-results/e2e/atomic-insight-no-results.e2e.ts",
48825
48789
  "declarations": [],
48826
48790
  "exports": []
48827
48791
  },
48828
48792
  {
48829
48793
  "kind": "javascript-module",
48830
- "path": "src/components/insight/atomic-insight-smart-snippet/e2e/fixture.ts",
48794
+ "path": "src/components/insight/atomic-insight-no-results/e2e/fixture.ts",
48831
48795
  "declarations": [],
48832
48796
  "exports": []
48833
48797
  },
48834
48798
  {
48835
48799
  "kind": "javascript-module",
48836
- "path": "src/components/insight/atomic-insight-smart-snippet/e2e/page-object.ts",
48800
+ "path": "src/components/insight/atomic-insight-no-results/e2e/page-object.ts",
48837
48801
  "declarations": [],
48838
48802
  "exports": []
48839
48803
  },
48840
48804
  {
48841
48805
  "kind": "javascript-module",
48842
- "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/atomic-insight-smart-snippet-suggestions.e2e.ts",
48806
+ "path": "src/components/insight/atomic-insight-numeric-facet/e2e/atomic-insight-numeric-facet.e2e.ts",
48843
48807
  "declarations": [],
48844
48808
  "exports": []
48845
48809
  },
48846
48810
  {
48847
48811
  "kind": "javascript-module",
48848
- "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/fixture.ts",
48812
+ "path": "src/components/insight/atomic-insight-numeric-facet/e2e/fixture.ts",
48849
48813
  "declarations": [],
48850
48814
  "exports": []
48851
48815
  },
48852
48816
  {
48853
48817
  "kind": "javascript-module",
48854
- "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/page-object.ts",
48818
+ "path": "src/components/insight/atomic-insight-numeric-facet/e2e/page-object.ts",
48855
48819
  "declarations": [],
48856
48820
  "exports": []
48857
48821
  },
48858
48822
  {
48859
48823
  "kind": "javascript-module",
48860
- "path": "src/components/insight/atomic-insight-timeframe-facet/e2e/atomic-insight-timeframe-facet.e2e.ts",
48824
+ "path": "src/components/insight/atomic-insight-smart-snippet/e2e/atomic-insight-smart-snippet.e2e.ts",
48861
48825
  "declarations": [],
48862
48826
  "exports": []
48863
48827
  },
48864
48828
  {
48865
48829
  "kind": "javascript-module",
48866
- "path": "src/components/insight/atomic-insight-timeframe-facet/e2e/fixture.ts",
48830
+ "path": "src/components/insight/atomic-insight-smart-snippet/e2e/fixture.ts",
48867
48831
  "declarations": [],
48868
48832
  "exports": []
48869
48833
  },
48870
48834
  {
48871
48835
  "kind": "javascript-module",
48872
- "path": "src/components/insight/atomic-insight-timeframe-facet/e2e/page-object.ts",
48836
+ "path": "src/components/insight/atomic-insight-smart-snippet/e2e/page-object.ts",
48873
48837
  "declarations": [],
48874
48838
  "exports": []
48875
48839
  },
48876
48840
  {
48877
48841
  "kind": "javascript-module",
48878
- "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/atomic-insight-user-actions-timeline.e2e.ts",
48842
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/atomic-insight-smart-snippet-suggestions.e2e.ts",
48879
48843
  "declarations": [],
48880
48844
  "exports": []
48881
48845
  },
48882
48846
  {
48883
48847
  "kind": "javascript-module",
48884
- "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/fixture.ts",
48848
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/fixture.ts",
48885
48849
  "declarations": [],
48886
48850
  "exports": []
48887
48851
  },
48888
48852
  {
48889
48853
  "kind": "javascript-module",
48890
- "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/page-object.ts",
48854
+ "path": "src/components/insight/atomic-insight-smart-snippet-suggestions/e2e/page-object.ts",
48891
48855
  "declarations": [],
48892
48856
  "exports": []
48893
48857
  },
48894
48858
  {
48895
48859
  "kind": "javascript-module",
48896
- "path": "src/components/insight/atomic-insight-user-actions-toggle/e2e/atomic-insight-user-actions-toggle.e2e.ts",
48860
+ "path": "src/components/insight/atomic-insight-timeframe-facet/e2e/atomic-insight-timeframe-facet.e2e.ts",
48897
48861
  "declarations": [],
48898
48862
  "exports": []
48899
48863
  },
48900
48864
  {
48901
48865
  "kind": "javascript-module",
48902
- "path": "src/components/insight/atomic-insight-user-actions-toggle/e2e/fixture.ts",
48866
+ "path": "src/components/insight/atomic-insight-timeframe-facet/e2e/fixture.ts",
48903
48867
  "declarations": [],
48904
48868
  "exports": []
48905
48869
  },
48906
48870
  {
48907
48871
  "kind": "javascript-module",
48908
- "path": "src/components/insight/atomic-insight-user-actions-toggle/e2e/page-object.ts",
48872
+ "path": "src/components/insight/atomic-insight-timeframe-facet/e2e/page-object.ts",
48909
48873
  "declarations": [],
48910
48874
  "exports": []
48911
48875
  },
48912
48876
  {
48913
48877
  "kind": "javascript-module",
48914
- "path": "src/components/ipx/atomic-ipx-button/e2e/atomic-ipx-button.e2e.ts",
48878
+ "path": "src/components/insight/atomic-insight-user-actions-toggle/e2e/atomic-insight-user-actions-toggle.e2e.ts",
48915
48879
  "declarations": [],
48916
48880
  "exports": []
48917
48881
  },
48918
48882
  {
48919
48883
  "kind": "javascript-module",
48920
- "path": "src/components/ipx/atomic-ipx-button/e2e/fixture.ts",
48884
+ "path": "src/components/insight/atomic-insight-user-actions-toggle/e2e/fixture.ts",
48921
48885
  "declarations": [],
48922
48886
  "exports": []
48923
48887
  },
48924
48888
  {
48925
48889
  "kind": "javascript-module",
48926
- "path": "src/components/ipx/atomic-ipx-button/e2e/page-object.ts",
48890
+ "path": "src/components/insight/atomic-insight-user-actions-toggle/e2e/page-object.ts",
48927
48891
  "declarations": [],
48928
48892
  "exports": []
48929
48893
  },
48930
48894
  {
48931
48895
  "kind": "javascript-module",
48932
- "path": "src/components/ipx/atomic-ipx-embedded/e2e/atomic-ipx-embedded.e2e.ts",
48896
+ "path": "src/components/ipx/atomic-ipx-button/e2e/atomic-ipx-button.e2e.ts",
48933
48897
  "declarations": [],
48934
48898
  "exports": []
48935
48899
  },
48936
48900
  {
48937
48901
  "kind": "javascript-module",
48938
- "path": "src/components/ipx/atomic-ipx-embedded/e2e/fixture.ts",
48902
+ "path": "src/components/ipx/atomic-ipx-button/e2e/fixture.ts",
48939
48903
  "declarations": [],
48940
48904
  "exports": []
48941
48905
  },
48942
48906
  {
48943
48907
  "kind": "javascript-module",
48944
- "path": "src/components/ipx/atomic-ipx-embedded/e2e/page-object.ts",
48908
+ "path": "src/components/ipx/atomic-ipx-button/e2e/page-object.ts",
48945
48909
  "declarations": [],
48946
48910
  "exports": []
48947
48911
  },
@@ -49127,37 +49091,73 @@
49127
49091
  },
49128
49092
  {
49129
49093
  "kind": "javascript-module",
49130
- "path": "src/components/search/atomic-breadbox/e2e/atomic-breadbox.e2e.ts",
49094
+ "path": "src/components/search/atomic-automatic-facet-generator/e2e/atomic-automatic-facet-generator.e2e.ts",
49131
49095
  "declarations": [],
49132
49096
  "exports": []
49133
49097
  },
49134
49098
  {
49135
49099
  "kind": "javascript-module",
49136
- "path": "src/components/search/atomic-breadbox/e2e/fixture.ts",
49100
+ "path": "src/components/search/atomic-automatic-facet-generator/e2e/fixture.ts",
49137
49101
  "declarations": [],
49138
49102
  "exports": []
49139
49103
  },
49140
49104
  {
49141
49105
  "kind": "javascript-module",
49142
- "path": "src/components/search/atomic-breadbox/e2e/page-object.ts",
49106
+ "path": "src/components/search/atomic-automatic-facet-generator/e2e/page-object.ts",
49143
49107
  "declarations": [],
49144
49108
  "exports": []
49145
49109
  },
49146
49110
  {
49147
49111
  "kind": "javascript-module",
49148
- "path": "src/components/search/atomic-automatic-facet-generator/e2e/atomic-automatic-facet-generator.e2e.ts",
49112
+ "path": "src/components/ipx/atomic-ipx-embedded/e2e/atomic-ipx-embedded.e2e.ts",
49149
49113
  "declarations": [],
49150
49114
  "exports": []
49151
49115
  },
49152
49116
  {
49153
49117
  "kind": "javascript-module",
49154
- "path": "src/components/search/atomic-automatic-facet-generator/e2e/fixture.ts",
49118
+ "path": "src/components/ipx/atomic-ipx-embedded/e2e/fixture.ts",
49155
49119
  "declarations": [],
49156
49120
  "exports": []
49157
49121
  },
49158
49122
  {
49159
49123
  "kind": "javascript-module",
49160
- "path": "src/components/search/atomic-automatic-facet-generator/e2e/page-object.ts",
49124
+ "path": "src/components/ipx/atomic-ipx-embedded/e2e/page-object.ts",
49125
+ "declarations": [],
49126
+ "exports": []
49127
+ },
49128
+ {
49129
+ "kind": "javascript-module",
49130
+ "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/atomic-insight-user-actions-timeline.e2e.ts",
49131
+ "declarations": [],
49132
+ "exports": []
49133
+ },
49134
+ {
49135
+ "kind": "javascript-module",
49136
+ "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/fixture.ts",
49137
+ "declarations": [],
49138
+ "exports": []
49139
+ },
49140
+ {
49141
+ "kind": "javascript-module",
49142
+ "path": "src/components/insight/atomic-insight-user-actions-timeline/e2e/page-object.ts",
49143
+ "declarations": [],
49144
+ "exports": []
49145
+ },
49146
+ {
49147
+ "kind": "javascript-module",
49148
+ "path": "src/components/search/atomic-breadbox/e2e/atomic-breadbox.e2e.ts",
49149
+ "declarations": [],
49150
+ "exports": []
49151
+ },
49152
+ {
49153
+ "kind": "javascript-module",
49154
+ "path": "src/components/search/atomic-breadbox/e2e/fixture.ts",
49155
+ "declarations": [],
49156
+ "exports": []
49157
+ },
49158
+ {
49159
+ "kind": "javascript-module",
49160
+ "path": "src/components/search/atomic-breadbox/e2e/page-object.ts",
49161
49161
  "declarations": [],
49162
49162
  "exports": []
49163
49163
  },
@@ -49541,37 +49541,37 @@
49541
49541
  },
49542
49542
  {
49543
49543
  "kind": "javascript-module",
49544
- "path": "src/components/search/atomic-refine-modal/e2e/atomic-refine-modal.e2e.ts",
49544
+ "path": "src/components/search/atomic-rating-range-facet/e2e/atomic-rating-range-facet.e2e.ts",
49545
49545
  "declarations": [],
49546
49546
  "exports": []
49547
49547
  },
49548
49548
  {
49549
49549
  "kind": "javascript-module",
49550
- "path": "src/components/search/atomic-refine-modal/e2e/fixture.ts",
49550
+ "path": "src/components/search/atomic-rating-range-facet/e2e/fixture.ts",
49551
49551
  "declarations": [],
49552
49552
  "exports": []
49553
49553
  },
49554
49554
  {
49555
49555
  "kind": "javascript-module",
49556
- "path": "src/components/search/atomic-refine-modal/e2e/page-object.ts",
49556
+ "path": "src/components/search/atomic-rating-range-facet/e2e/page-object.ts",
49557
49557
  "declarations": [],
49558
49558
  "exports": []
49559
49559
  },
49560
49560
  {
49561
49561
  "kind": "javascript-module",
49562
- "path": "src/components/search/atomic-rating-range-facet/e2e/atomic-rating-range-facet.e2e.ts",
49562
+ "path": "src/components/search/atomic-refine-modal/e2e/atomic-refine-modal.e2e.ts",
49563
49563
  "declarations": [],
49564
49564
  "exports": []
49565
49565
  },
49566
49566
  {
49567
49567
  "kind": "javascript-module",
49568
- "path": "src/components/search/atomic-rating-range-facet/e2e/fixture.ts",
49568
+ "path": "src/components/search/atomic-refine-modal/e2e/fixture.ts",
49569
49569
  "declarations": [],
49570
49570
  "exports": []
49571
49571
  },
49572
49572
  {
49573
49573
  "kind": "javascript-module",
49574
- "path": "src/components/search/atomic-rating-range-facet/e2e/page-object.ts",
49574
+ "path": "src/components/search/atomic-refine-modal/e2e/page-object.ts",
49575
49575
  "declarations": [],
49576
49576
  "exports": []
49577
49577
  },
@@ -49925,73 +49925,73 @@
49925
49925
  },
49926
49926
  {
49927
49927
  "kind": "javascript-module",
49928
- "path": "src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts",
49928
+ "path": "src/components/search/atomic-search-box-instant-results/e2e/atomic-search-box-instant-results.e2e.ts",
49929
49929
  "declarations": [],
49930
49930
  "exports": []
49931
49931
  },
49932
49932
  {
49933
49933
  "kind": "javascript-module",
49934
- "path": "src/components/search/atomic-search-box/e2e/fixture.ts",
49934
+ "path": "src/components/search/atomic-search-box-instant-results/e2e/fixture.ts",
49935
49935
  "declarations": [],
49936
49936
  "exports": []
49937
49937
  },
49938
49938
  {
49939
49939
  "kind": "javascript-module",
49940
- "path": "src/components/search/atomic-search-box/e2e/page-object.ts",
49940
+ "path": "src/components/search/atomic-search-box-instant-results/e2e/page-object.ts",
49941
49941
  "declarations": [],
49942
49942
  "exports": []
49943
49943
  },
49944
49944
  {
49945
49945
  "kind": "javascript-module",
49946
- "path": "src/components/search/atomic-search-box-instant-results/e2e/atomic-search-box-instant-results.e2e.ts",
49946
+ "path": "src/components/search/atomic-search-box-query-suggestions/e2e/atomic-search-box-query-suggestions.e2e.ts",
49947
49947
  "declarations": [],
49948
49948
  "exports": []
49949
49949
  },
49950
49950
  {
49951
49951
  "kind": "javascript-module",
49952
- "path": "src/components/search/atomic-search-box-instant-results/e2e/fixture.ts",
49952
+ "path": "src/components/search/atomic-search-box-query-suggestions/e2e/fixture.ts",
49953
49953
  "declarations": [],
49954
49954
  "exports": []
49955
49955
  },
49956
49956
  {
49957
49957
  "kind": "javascript-module",
49958
- "path": "src/components/search/atomic-search-box-instant-results/e2e/page-object.ts",
49958
+ "path": "src/components/search/atomic-search-box-query-suggestions/e2e/page-object.ts",
49959
49959
  "declarations": [],
49960
49960
  "exports": []
49961
49961
  },
49962
49962
  {
49963
49963
  "kind": "javascript-module",
49964
- "path": "src/components/search/atomic-search-box-query-suggestions/e2e/atomic-search-box-query-suggestions.e2e.ts",
49964
+ "path": "src/components/search/atomic-search-box-recent-queries/e2e/atomic-search-box-recent-queries.e2e.ts",
49965
49965
  "declarations": [],
49966
49966
  "exports": []
49967
49967
  },
49968
49968
  {
49969
49969
  "kind": "javascript-module",
49970
- "path": "src/components/search/atomic-search-box-query-suggestions/e2e/fixture.ts",
49970
+ "path": "src/components/search/atomic-search-box-recent-queries/e2e/fixture.ts",
49971
49971
  "declarations": [],
49972
49972
  "exports": []
49973
49973
  },
49974
49974
  {
49975
49975
  "kind": "javascript-module",
49976
- "path": "src/components/search/atomic-search-box-query-suggestions/e2e/page-object.ts",
49976
+ "path": "src/components/search/atomic-search-box-recent-queries/e2e/page-object.ts",
49977
49977
  "declarations": [],
49978
49978
  "exports": []
49979
49979
  },
49980
49980
  {
49981
49981
  "kind": "javascript-module",
49982
- "path": "src/components/search/atomic-search-box-recent-queries/e2e/atomic-search-box-recent-queries.e2e.ts",
49982
+ "path": "src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts",
49983
49983
  "declarations": [],
49984
49984
  "exports": []
49985
49985
  },
49986
49986
  {
49987
49987
  "kind": "javascript-module",
49988
- "path": "src/components/search/atomic-search-box-recent-queries/e2e/fixture.ts",
49988
+ "path": "src/components/search/atomic-search-box/e2e/fixture.ts",
49989
49989
  "declarations": [],
49990
49990
  "exports": []
49991
49991
  },
49992
49992
  {
49993
49993
  "kind": "javascript-module",
49994
- "path": "src/components/search/atomic-search-box-recent-queries/e2e/page-object.ts",
49994
+ "path": "src/components/search/atomic-search-box/e2e/page-object.ts",
49995
49995
  "declarations": [],
49996
49996
  "exports": []
49997
49997
  },
@@ -50033,37 +50033,37 @@
50033
50033
  },
50034
50034
  {
50035
50035
  "kind": "javascript-module",
50036
- "path": "src/components/search/atomic-segmented-facet-scrollable/e2e/atomic-segmented-facet-scrollable.e2e.ts",
50036
+ "path": "src/components/search/atomic-smart-snippet/e2e/atomic-smart-snippet.e2e.ts",
50037
50037
  "declarations": [],
50038
50038
  "exports": []
50039
50039
  },
50040
50040
  {
50041
50041
  "kind": "javascript-module",
50042
- "path": "src/components/search/atomic-segmented-facet-scrollable/e2e/fixture.ts",
50042
+ "path": "src/components/search/atomic-smart-snippet/e2e/fixture.ts",
50043
50043
  "declarations": [],
50044
50044
  "exports": []
50045
50045
  },
50046
50046
  {
50047
50047
  "kind": "javascript-module",
50048
- "path": "src/components/search/atomic-segmented-facet-scrollable/e2e/page-object.ts",
50048
+ "path": "src/components/search/atomic-smart-snippet/e2e/page-object.ts",
50049
50049
  "declarations": [],
50050
50050
  "exports": []
50051
50051
  },
50052
50052
  {
50053
50053
  "kind": "javascript-module",
50054
- "path": "src/components/search/atomic-smart-snippet/e2e/atomic-smart-snippet.e2e.ts",
50054
+ "path": "src/components/search/atomic-segmented-facet-scrollable/e2e/atomic-segmented-facet-scrollable.e2e.ts",
50055
50055
  "declarations": [],
50056
50056
  "exports": []
50057
50057
  },
50058
50058
  {
50059
50059
  "kind": "javascript-module",
50060
- "path": "src/components/search/atomic-smart-snippet/e2e/fixture.ts",
50060
+ "path": "src/components/search/atomic-segmented-facet-scrollable/e2e/fixture.ts",
50061
50061
  "declarations": [],
50062
50062
  "exports": []
50063
50063
  },
50064
50064
  {
50065
50065
  "kind": "javascript-module",
50066
- "path": "src/components/search/atomic-smart-snippet/e2e/page-object.ts",
50066
+ "path": "src/components/search/atomic-segmented-facet-scrollable/e2e/page-object.ts",
50067
50067
  "declarations": [],
50068
50068
  "exports": []
50069
50069
  },