@coveo/atomic 3.55.2 → 3.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/custom-elements.json +956 -944
  2. package/dist/cjs/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.cjs +1 -1
  3. package/dist/cjs/components/common/atomic-citation/atomic-citation.cjs +1 -1
  4. package/dist/cjs/components/common/atomic-icon/atomic-icon.cjs +2 -16
  5. package/dist/cjs/components/common/atomic-icon/fetch-icon.cjs +63 -0
  6. package/dist/cjs/components/common/generated-answer/generated-content/generated-markdown-content.tw.css.cjs +3 -3
  7. package/dist/cjs/components/common/generated-answer/styles/generated-text.tw.css.cjs +1 -1
  8. package/dist/cjs/components/common/search-box/search-text-area.cjs +1 -1
  9. package/dist/cjs/components/insight/atomic-insight-search-box/atomic-insight-search-box.cjs +1 -1
  10. package/dist/cjs/components/search/atomic-search-box/atomic-search-box.cjs +1 -1
  11. package/dist/cjs/global/environment.cjs +1 -1
  12. package/dist/cjs/index.cjs +12 -24
  13. package/dist/cjs/utils/memoize.cjs +63 -0
  14. package/dist/cjs/versions.cjs +1 -1
  15. package/dist/esm/components/commerce/atomic-commerce-search-box/atomic-commerce-search-box.js +1 -1
  16. package/dist/esm/components/common/atomic-citation/atomic-citation.js +1 -1
  17. package/dist/esm/components/common/atomic-icon/atomic-icon.js +2 -16
  18. package/dist/esm/components/common/atomic-icon/fetch-icon.js +26 -0
  19. package/dist/esm/components/common/generated-answer/generated-content/generated-markdown-content.tw.css.js +1 -1
  20. package/dist/esm/components/common/generated-answer/styles/generated-text.tw.css.js +1 -1
  21. package/dist/esm/components/common/search-box/search-text-area.js +1 -1
  22. package/dist/esm/components/insight/atomic-insight-search-box/atomic-insight-search-box.js +1 -1
  23. package/dist/esm/components/search/atomic-search-box/atomic-search-box.js +1 -1
  24. package/dist/esm/global/environment.js +1 -1
  25. package/dist/esm/index.js +1 -2
  26. package/dist/esm/utils/memoize.js +29 -0
  27. package/dist/esm/versions.js +1 -1
  28. package/dist/types/components/common/atomic-icon/fetch-icon.d.ts +2 -0
  29. package/dist/types/index.d.ts +2 -2
  30. package/dist/types/utils/memoize.d.ts +22 -0
  31. package/package.json +12 -12
@@ -998,6 +998,12 @@
998
998
  "declarations": [],
999
999
  "exports": []
1000
1000
  },
1001
+ {
1002
+ "kind": "javascript-module",
1003
+ "path": "src/utils/memoize.ts",
1004
+ "declarations": [],
1005
+ "exports": []
1006
+ },
1001
1007
  {
1002
1008
  "kind": "javascript-module",
1003
1009
  "path": "src/utils/object-utils.ts",
@@ -8925,12 +8931,12 @@
8925
8931
  },
8926
8932
  {
8927
8933
  "kind": "javascript-module",
8928
- "path": "src/components/commerce/atomic-product-description/atomic-product-description.ts",
8934
+ "path": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts",
8929
8935
  "declarations": [
8930
8936
  {
8931
8937
  "kind": "class",
8932
- "description": "The `atomic-product-description` component renders the description of a product.",
8933
- "name": "AtomicProductDescription",
8938
+ "description": "The `atomic-product-excerpt` component renders the excerpt of a product.",
8939
+ "name": "AtomicProductExcerpt",
8934
8940
  "members": [
8935
8941
  {
8936
8942
  "kind": "field",
@@ -8978,11 +8984,11 @@
8978
8984
  "text": "ResizeObserver"
8979
8985
  },
8980
8986
  "privacy": "private",
8981
- "default": "new ResizeObserver(() => { if (this.descriptionRef.value) { this.isTruncated = this.descriptionRef.value.scrollHeight > this.descriptionRef.value.clientHeight; } })"
8987
+ "default": "new ResizeObserver(() => { if (this.excerptRef.value) { this.isTruncated = this.excerptRef.value.scrollHeight > this.excerptRef.value.clientHeight; } })"
8982
8988
  },
8983
8989
  {
8984
8990
  "kind": "field",
8985
- "name": "descriptionRef",
8991
+ "name": "excerptRef",
8986
8992
  "privacy": "private"
8987
8993
  },
8988
8994
  {
@@ -8993,20 +8999,9 @@
8993
8999
  },
8994
9000
  "privacy": "public",
8995
9001
  "default": "'2'",
8996
- "description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
9002
+ "description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
8997
9003
  "attribute": "truncate-after"
8998
9004
  },
8999
- {
9000
- "kind": "field",
9001
- "name": "field",
9002
- "type": {
9003
- "text": "'ec_description' | 'ec_shortdesc'"
9004
- },
9005
- "privacy": "public",
9006
- "default": "'ec_shortdesc'",
9007
- "description": "The name of the description field to use.",
9008
- "attribute": "field"
9009
- },
9010
9005
  {
9011
9006
  "kind": "field",
9012
9007
  "name": "isCollapsible",
@@ -9015,12 +9010,13 @@
9015
9010
  },
9016
9011
  "privacy": "public",
9017
9012
  "default": "false",
9018
- "description": "Whether the description should be collapsible after being expanded.",
9013
+ "description": "Whether the excerpt should be collapsible after being expanded.",
9019
9014
  "attribute": "is-collapsible"
9020
9015
  },
9021
9016
  {
9022
9017
  "kind": "method",
9023
- "name": "initialize"
9018
+ "name": "initialize",
9019
+ "privacy": "public"
9024
9020
  },
9025
9021
  {
9026
9022
  "kind": "method",
@@ -9028,9 +9024,18 @@
9028
9024
  "privacy": "private"
9029
9025
  },
9030
9026
  {
9031
- "kind": "field",
9027
+ "kind": "method",
9032
9028
  "name": "onToggleExpand",
9033
- "privacy": "private"
9029
+ "privacy": "private",
9030
+ "parameters": [
9031
+ {
9032
+ "name": "e",
9033
+ "optional": true,
9034
+ "type": {
9035
+ "text": "MouseEvent"
9036
+ }
9037
+ }
9038
+ ]
9034
9039
  },
9035
9040
  {
9036
9041
  "kind": "field",
@@ -9090,32 +9095,23 @@
9090
9095
  "text": "TruncateAfter"
9091
9096
  },
9092
9097
  "default": "'2'",
9093
- "description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
9098
+ "description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
9094
9099
  "fieldName": "truncateAfter"
9095
9100
  },
9096
- {
9097
- "name": "field",
9098
- "type": {
9099
- "text": "'ec_description' | 'ec_shortdesc'"
9100
- },
9101
- "default": "'ec_shortdesc'",
9102
- "description": "The name of the description field to use.",
9103
- "fieldName": "field"
9104
- },
9105
9101
  {
9106
9102
  "name": "is-collapsible",
9107
9103
  "type": {
9108
9104
  "text": "boolean"
9109
9105
  },
9110
9106
  "default": "false",
9111
- "description": "Whether the description should be collapsible after being expanded.",
9107
+ "description": "Whether the excerpt should be collapsible after being expanded.",
9112
9108
  "fieldName": "isCollapsible"
9113
9109
  }
9114
9110
  ],
9115
9111
  "mixins": [
9116
9112
  {
9117
9113
  "name": "LightDomMixin",
9118
- "package": "@/src/mixins/light-dom.js"
9114
+ "package": "@/src/mixins/light-dom"
9119
9115
  }
9120
9116
  ],
9121
9117
  "superclass": {
@@ -9123,37 +9119,37 @@
9123
9119
  "package": "lit"
9124
9120
  },
9125
9121
  "events": [],
9126
- "tagName": "atomic-product-description",
9122
+ "tagName": "atomic-product-excerpt",
9127
9123
  "customElement": true
9128
9124
  }
9129
9125
  ],
9130
9126
  "exports": [
9131
9127
  {
9132
9128
  "kind": "js",
9133
- "name": "AtomicProductDescription",
9129
+ "name": "AtomicProductExcerpt",
9134
9130
  "declaration": {
9135
- "name": "AtomicProductDescription",
9136
- "module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
9131
+ "name": "AtomicProductExcerpt",
9132
+ "module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
9137
9133
  }
9138
9134
  },
9139
9135
  {
9140
9136
  "kind": "custom-element-definition",
9141
- "name": "atomic-product-description",
9137
+ "name": "atomic-product-excerpt",
9142
9138
  "declaration": {
9143
- "name": "AtomicProductDescription",
9144
- "module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
9139
+ "name": "AtomicProductExcerpt",
9140
+ "module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
9145
9141
  }
9146
9142
  }
9147
9143
  ]
9148
9144
  },
9149
9145
  {
9150
9146
  "kind": "javascript-module",
9151
- "path": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts",
9147
+ "path": "src/components/commerce/atomic-product-description/atomic-product-description.ts",
9152
9148
  "declarations": [
9153
9149
  {
9154
9150
  "kind": "class",
9155
- "description": "The `atomic-product-excerpt` component renders the excerpt of a product.",
9156
- "name": "AtomicProductExcerpt",
9151
+ "description": "The `atomic-product-description` component renders the description of a product.",
9152
+ "name": "AtomicProductDescription",
9157
9153
  "members": [
9158
9154
  {
9159
9155
  "kind": "field",
@@ -9201,11 +9197,11 @@
9201
9197
  "text": "ResizeObserver"
9202
9198
  },
9203
9199
  "privacy": "private",
9204
- "default": "new ResizeObserver(() => { if (this.excerptRef.value) { this.isTruncated = this.excerptRef.value.scrollHeight > this.excerptRef.value.clientHeight; } })"
9200
+ "default": "new ResizeObserver(() => { if (this.descriptionRef.value) { this.isTruncated = this.descriptionRef.value.scrollHeight > this.descriptionRef.value.clientHeight; } })"
9205
9201
  },
9206
9202
  {
9207
9203
  "kind": "field",
9208
- "name": "excerptRef",
9204
+ "name": "descriptionRef",
9209
9205
  "privacy": "private"
9210
9206
  },
9211
9207
  {
@@ -9216,9 +9212,20 @@
9216
9212
  },
9217
9213
  "privacy": "public",
9218
9214
  "default": "'2'",
9219
- "description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
9215
+ "description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
9220
9216
  "attribute": "truncate-after"
9221
9217
  },
9218
+ {
9219
+ "kind": "field",
9220
+ "name": "field",
9221
+ "type": {
9222
+ "text": "'ec_description' | 'ec_shortdesc'"
9223
+ },
9224
+ "privacy": "public",
9225
+ "default": "'ec_shortdesc'",
9226
+ "description": "The name of the description field to use.",
9227
+ "attribute": "field"
9228
+ },
9222
9229
  {
9223
9230
  "kind": "field",
9224
9231
  "name": "isCollapsible",
@@ -9227,13 +9234,12 @@
9227
9234
  },
9228
9235
  "privacy": "public",
9229
9236
  "default": "false",
9230
- "description": "Whether the excerpt should be collapsible after being expanded.",
9237
+ "description": "Whether the description should be collapsible after being expanded.",
9231
9238
  "attribute": "is-collapsible"
9232
9239
  },
9233
9240
  {
9234
9241
  "kind": "method",
9235
- "name": "initialize",
9236
- "privacy": "public"
9242
+ "name": "initialize"
9237
9243
  },
9238
9244
  {
9239
9245
  "kind": "method",
@@ -9241,203 +9247,203 @@
9241
9247
  "privacy": "private"
9242
9248
  },
9243
9249
  {
9244
- "kind": "method",
9250
+ "kind": "field",
9245
9251
  "name": "onToggleExpand",
9252
+ "privacy": "private"
9253
+ },
9254
+ {
9255
+ "kind": "field",
9256
+ "name": "product",
9257
+ "type": {
9258
+ "text": "Product | null"
9259
+ },
9246
9260
  "privacy": "private",
9261
+ "readonly": true
9262
+ },
9263
+ {
9264
+ "kind": "method",
9265
+ "name": "injectStyles",
9247
9266
  "parameters": [
9248
9267
  {
9249
- "name": "e",
9268
+ "name": "dynamicStyles",
9250
9269
  "optional": true,
9251
9270
  "type": {
9252
- "text": "MouseEvent"
9271
+ "text": "CSSResultGroup"
9272
+ },
9273
+ "description": "Optional dynamic styles to inject along with static styles"
9274
+ }
9275
+ ],
9276
+ "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.",
9277
+ "inheritedFrom": {
9278
+ "name": "LightDomMixin",
9279
+ "module": "src/mixins/light-dom.ts"
9280
+ }
9281
+ },
9282
+ {
9283
+ "kind": "method",
9284
+ "name": "getStyleSheet",
9285
+ "privacy": "private",
9286
+ "return": {
9287
+ "type": {
9288
+ "text": "CSSStyleSheet | null"
9289
+ }
9290
+ },
9291
+ "parameters": [
9292
+ {
9293
+ "name": "style",
9294
+ "type": {
9295
+ "text": "CSSResultOrNative | CSSResultArray | null | undefined"
9253
9296
  }
9254
9297
  }
9255
- ]
9298
+ ],
9299
+ "inheritedFrom": {
9300
+ "name": "LightDomMixin",
9301
+ "module": "src/mixins/light-dom.ts"
9302
+ }
9303
+ }
9304
+ ],
9305
+ "attributes": [
9306
+ {
9307
+ "name": "truncate-after",
9308
+ "type": {
9309
+ "text": "TruncateAfter"
9310
+ },
9311
+ "default": "'2'",
9312
+ "description": "The number of lines after which the product description should be truncated. A value of \"none\" will disable truncation.",
9313
+ "fieldName": "truncateAfter"
9256
9314
  },
9315
+ {
9316
+ "name": "field",
9317
+ "type": {
9318
+ "text": "'ec_description' | 'ec_shortdesc'"
9319
+ },
9320
+ "default": "'ec_shortdesc'",
9321
+ "description": "The name of the description field to use.",
9322
+ "fieldName": "field"
9323
+ },
9324
+ {
9325
+ "name": "is-collapsible",
9326
+ "type": {
9327
+ "text": "boolean"
9328
+ },
9329
+ "default": "false",
9330
+ "description": "Whether the description should be collapsible after being expanded.",
9331
+ "fieldName": "isCollapsible"
9332
+ }
9333
+ ],
9334
+ "mixins": [
9335
+ {
9336
+ "name": "LightDomMixin",
9337
+ "package": "@/src/mixins/light-dom.js"
9338
+ }
9339
+ ],
9340
+ "superclass": {
9341
+ "name": "LitElement",
9342
+ "package": "lit"
9343
+ },
9344
+ "events": [],
9345
+ "tagName": "atomic-product-description",
9346
+ "customElement": true
9347
+ }
9348
+ ],
9349
+ "exports": [
9350
+ {
9351
+ "kind": "js",
9352
+ "name": "AtomicProductDescription",
9353
+ "declaration": {
9354
+ "name": "AtomicProductDescription",
9355
+ "module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
9356
+ }
9357
+ },
9358
+ {
9359
+ "kind": "custom-element-definition",
9360
+ "name": "atomic-product-description",
9361
+ "declaration": {
9362
+ "name": "AtomicProductDescription",
9363
+ "module": "src/components/commerce/atomic-product-description/atomic-product-description.ts"
9364
+ }
9365
+ }
9366
+ ]
9367
+ },
9368
+ {
9369
+ "kind": "javascript-module",
9370
+ "path": "src/components/commerce/atomic-product-field-condition/atomic-product-field-condition.ts",
9371
+ "declarations": [
9372
+ {
9373
+ "kind": "class",
9374
+ "description": "The `atomic-product-field-condition` component renders its children only when all of the conditions specified through its props are satisfied.\nThe condition properties can be based on any top-level product property of the `product` object, not restricted to fields (for example, `ec_name`).",
9375
+ "name": "AtomicProductFieldCondition",
9376
+ "slots": [
9377
+ {
9378
+ "description": "The content to render if the conditions are met.",
9379
+ "name": "default"
9380
+ }
9381
+ ],
9382
+ "members": [
9257
9383
  {
9258
9384
  "kind": "field",
9259
- "name": "product",
9385
+ "name": "bindings",
9260
9386
  "type": {
9261
- "text": "Product | null"
9262
- },
9263
- "privacy": "private",
9264
- "readonly": true
9265
- },
9266
- {
9267
- "kind": "method",
9268
- "name": "injectStyles",
9269
- "parameters": [
9270
- {
9271
- "name": "dynamicStyles",
9272
- "optional": true,
9273
- "type": {
9274
- "text": "CSSResultGroup"
9275
- },
9276
- "description": "Optional dynamic styles to inject along with static styles"
9277
- }
9278
- ],
9279
- "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.",
9280
- "inheritedFrom": {
9281
- "name": "LightDomMixin",
9282
- "module": "src/mixins/light-dom.ts"
9283
- }
9284
- },
9285
- {
9286
- "kind": "method",
9287
- "name": "getStyleSheet",
9288
- "privacy": "private",
9289
- "return": {
9290
- "type": {
9291
- "text": "CSSStyleSheet | null"
9292
- }
9293
- },
9294
- "parameters": [
9295
- {
9296
- "name": "style",
9297
- "type": {
9298
- "text": "CSSResultOrNative | CSSResultArray | null | undefined"
9299
- }
9300
- }
9301
- ],
9302
- "inheritedFrom": {
9303
- "name": "LightDomMixin",
9304
- "module": "src/mixins/light-dom.ts"
9305
- }
9306
- }
9307
- ],
9308
- "attributes": [
9309
- {
9310
- "name": "truncate-after",
9311
- "type": {
9312
- "text": "TruncateAfter"
9313
- },
9314
- "default": "'2'",
9315
- "description": "The number of lines after which the product excerpt should be truncated. A value of \"none\" will disable truncation.",
9316
- "fieldName": "truncateAfter"
9317
- },
9318
- {
9319
- "name": "is-collapsible",
9320
- "type": {
9321
- "text": "boolean"
9322
- },
9323
- "default": "false",
9324
- "description": "Whether the excerpt should be collapsible after being expanded.",
9325
- "fieldName": "isCollapsible"
9326
- }
9327
- ],
9328
- "mixins": [
9329
- {
9330
- "name": "LightDomMixin",
9331
- "package": "@/src/mixins/light-dom"
9332
- }
9333
- ],
9334
- "superclass": {
9335
- "name": "LitElement",
9336
- "package": "lit"
9337
- },
9338
- "events": [],
9339
- "tagName": "atomic-product-excerpt",
9340
- "customElement": true
9341
- }
9342
- ],
9343
- "exports": [
9344
- {
9345
- "kind": "js",
9346
- "name": "AtomicProductExcerpt",
9347
- "declaration": {
9348
- "name": "AtomicProductExcerpt",
9349
- "module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
9350
- }
9351
- },
9352
- {
9353
- "kind": "custom-element-definition",
9354
- "name": "atomic-product-excerpt",
9355
- "declaration": {
9356
- "name": "AtomicProductExcerpt",
9357
- "module": "src/components/commerce/atomic-product-excerpt/atomic-product-excerpt.ts"
9358
- }
9359
- }
9360
- ]
9361
- },
9362
- {
9363
- "kind": "javascript-module",
9364
- "path": "src/components/commerce/atomic-product-field-condition/atomic-product-field-condition.ts",
9365
- "declarations": [
9366
- {
9367
- "kind": "class",
9368
- "description": "The `atomic-product-field-condition` component renders its children only when all of the conditions specified through its props are satisfied.\nThe condition properties can be based on any top-level product property of the `product` object, not restricted to fields (for example, `ec_name`).",
9369
- "name": "AtomicProductFieldCondition",
9370
- "slots": [
9371
- {
9372
- "description": "The content to render if the conditions are met.",
9373
- "name": "default"
9374
- }
9375
- ],
9376
- "members": [
9377
- {
9378
- "kind": "field",
9379
- "name": "bindings",
9380
- "type": {
9381
- "text": "CommerceBindings"
9382
- },
9383
- "privacy": "private"
9384
- },
9385
- {
9386
- "kind": "field",
9387
- "name": "error",
9388
- "type": {
9389
- "text": "Error"
9390
- },
9391
- "privacy": "private"
9392
- },
9393
- {
9394
- "kind": "field",
9395
- "name": "productController",
9396
- "privacy": "private"
9397
- },
9398
- {
9399
- "kind": "field",
9400
- "name": "ifDefined",
9401
- "type": {
9402
- "text": "string"
9403
- },
9404
- "description": "A condition that is satisfied when the specified field is defined on a product (for example, `if-defined=\"cat_gender\"` is satisfied when a product has the `cat_gender` field).",
9405
- "attribute": "if-defined"
9406
- },
9407
- {
9408
- "kind": "field",
9409
- "name": "ifNotDefined",
9410
- "type": {
9411
- "text": "string"
9412
- },
9413
- "description": "A condition that is satisfied when the specified field is not defined on a product (for example, `if-not-defined=\"cat_gender\"` is satisfied when a product does not have the `cat_gender` field).",
9414
- "attribute": "if-not-defined"
9415
- },
9416
- {
9417
- "kind": "field",
9418
- "name": "mustMatch",
9419
- "type": {
9420
- "text": "Record<string, string[]>"
9421
- },
9422
- "description": "A condition that is satisfied when the specified field matches one of the specified values on a product (for example, `must-match-ec_color=\"Pink,Purple\"` is satisfied when a product is either pink or purple)."
9423
- },
9424
- {
9425
- "kind": "field",
9426
- "name": "mustNotMatch",
9427
- "type": {
9428
- "text": "Record<string, string[]>"
9429
- },
9430
- "description": "A condition that is satisfied when the specified field does not match any of the specified values on a product (for example, `must-not-match-ec_color=\"Green,Black\"` is satisfied when a product is neither green nor black)."
9431
- },
9432
- {
9433
- "kind": "method",
9434
- "name": "initialize"
9435
- },
9436
- {
9437
- "kind": "field",
9438
- "name": "conditions",
9439
- "type": {
9440
- "text": "ProductTemplateCondition[]"
9387
+ "text": "CommerceBindings"
9388
+ },
9389
+ "privacy": "private"
9390
+ },
9391
+ {
9392
+ "kind": "field",
9393
+ "name": "error",
9394
+ "type": {
9395
+ "text": "Error"
9396
+ },
9397
+ "privacy": "private"
9398
+ },
9399
+ {
9400
+ "kind": "field",
9401
+ "name": "productController",
9402
+ "privacy": "private"
9403
+ },
9404
+ {
9405
+ "kind": "field",
9406
+ "name": "ifDefined",
9407
+ "type": {
9408
+ "text": "string"
9409
+ },
9410
+ "description": "A condition that is satisfied when the specified field is defined on a product (for example, `if-defined=\"cat_gender\"` is satisfied when a product has the `cat_gender` field).",
9411
+ "attribute": "if-defined"
9412
+ },
9413
+ {
9414
+ "kind": "field",
9415
+ "name": "ifNotDefined",
9416
+ "type": {
9417
+ "text": "string"
9418
+ },
9419
+ "description": "A condition that is satisfied when the specified field is not defined on a product (for example, `if-not-defined=\"cat_gender\"` is satisfied when a product does not have the `cat_gender` field).",
9420
+ "attribute": "if-not-defined"
9421
+ },
9422
+ {
9423
+ "kind": "field",
9424
+ "name": "mustMatch",
9425
+ "type": {
9426
+ "text": "Record<string, string[]>"
9427
+ },
9428
+ "description": "A condition that is satisfied when the specified field matches one of the specified values on a product (for example, `must-match-ec_color=\"Pink,Purple\"` is satisfied when a product is either pink or purple)."
9429
+ },
9430
+ {
9431
+ "kind": "field",
9432
+ "name": "mustNotMatch",
9433
+ "type": {
9434
+ "text": "Record<string, string[]>"
9435
+ },
9436
+ "description": "A condition that is satisfied when the specified field does not match any of the specified values on a product (for example, `must-not-match-ec_color=\"Green,Black\"` is satisfied when a product is neither green nor black)."
9437
+ },
9438
+ {
9439
+ "kind": "method",
9440
+ "name": "initialize"
9441
+ },
9442
+ {
9443
+ "kind": "field",
9444
+ "name": "conditions",
9445
+ "type": {
9446
+ "text": "ProductTemplateCondition[]"
9441
9447
  },
9442
9448
  "privacy": "private",
9443
9449
  "readonly": true
@@ -12291,19 +12297,19 @@
12291
12297
  },
12292
12298
  {
12293
12299
  "kind": "javascript-module",
12294
- "path": "src/components/commerce/sort/option.ts",
12300
+ "path": "src/components/commerce/product-template-component-utils/error.ts",
12295
12301
  "declarations": [],
12296
12302
  "exports": []
12297
12303
  },
12298
12304
  {
12299
12305
  "kind": "javascript-module",
12300
- "path": "src/components/commerce/product-template-component-utils/error.ts",
12306
+ "path": "src/components/commerce/product-template-component-utils/product-utils.ts",
12301
12307
  "declarations": [],
12302
12308
  "exports": []
12303
12309
  },
12304
12310
  {
12305
12311
  "kind": "javascript-module",
12306
- "path": "src/components/commerce/product-template-component-utils/product-utils.ts",
12312
+ "path": "src/components/commerce/sort/option.ts",
12307
12313
  "declarations": [],
12308
12314
  "exports": []
12309
12315
  },
@@ -12866,395 +12872,6 @@
12866
12872
  "declarations": [],
12867
12873
  "exports": []
12868
12874
  },
12869
- {
12870
- "kind": "javascript-module",
12871
- "path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
12872
- "declarations": [
12873
- {
12874
- "kind": "class",
12875
- "description": "Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`",
12876
- "name": "AtomicGeneratedAnswerFeedbackModal",
12877
- "cssParts": [
12878
- {
12879
- "description": "The transparent backdrop hiding the content behind the modal.",
12880
- "name": "backdrop"
12881
- },
12882
- {
12883
- "description": "The modal's outermost container with the outline and background.",
12884
- "name": "container"
12885
- },
12886
- {
12887
- "description": "The modal header container.",
12888
- "name": "modal-header"
12889
- },
12890
- {
12891
- "description": "The wrapper around the close button.",
12892
- "name": "close-button-wrapper"
12893
- },
12894
- {
12895
- "description": "The close button.",
12896
- "name": "close-button"
12897
- },
12898
- {
12899
- "description": "The feedback form.",
12900
- "name": "form"
12901
- },
12902
- {
12903
- "description": "The modal footer container.",
12904
- "name": "modal-footer"
12905
- },
12906
- {
12907
- "description": "The cancel/skip button.",
12908
- "name": "cancel-button"
12909
- },
12910
- {
12911
- "description": "The submit button.",
12912
- "name": "submit-button"
12913
- }
12914
- ],
12915
- "members": [
12916
- {
12917
- "kind": "field",
12918
- "name": "options",
12919
- "type": {
12920
- "text": "{\n localeKey: string;\n correspondingAnswer: keyof GeneratedAnswerFeedback;\n }[]"
12921
- },
12922
- "privacy": "private",
12923
- "static": true,
12924
- "default": "[ { localeKey: 'feedback-correct-topic', correspondingAnswer: 'correctTopic', }, { localeKey: 'feedback-hallucination-free', correspondingAnswer: 'hallucinationFree', }, { localeKey: 'feedback-documented', correspondingAnswer: 'documented', }, { localeKey: 'feedback-readable', correspondingAnswer: 'readable', }, ]"
12925
- },
12926
- {
12927
- "kind": "field",
12928
- "name": "isOpen",
12929
- "type": {
12930
- "text": "boolean"
12931
- },
12932
- "default": "false",
12933
- "description": "Indicates whether the modal is open.",
12934
- "attribute": "is-open",
12935
- "reflects": true
12936
- },
12937
- {
12938
- "kind": "field",
12939
- "name": "generatedAnswer",
12940
- "type": {
12941
- "text": "GeneratedAnswer"
12942
- },
12943
- "description": "A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal."
12944
- },
12945
- {
12946
- "kind": "field",
12947
- "name": "helpful",
12948
- "type": {
12949
- "text": "boolean"
12950
- },
12951
- "default": "false",
12952
- "description": "Indicates whether the answer was helpful or not.",
12953
- "attribute": "helpful",
12954
- "reflects": true
12955
- },
12956
- {
12957
- "kind": "field",
12958
- "name": "bindings",
12959
- "type": {
12960
- "text": "AnyBindings"
12961
- },
12962
- "privacy": "private"
12963
- },
12964
- {
12965
- "kind": "field",
12966
- "name": "error",
12967
- "type": {
12968
- "text": "Error"
12969
- },
12970
- "privacy": "private"
12971
- },
12972
- {
12973
- "kind": "field",
12974
- "name": "currentAnswer",
12975
- "type": {
12976
- "text": "Partial<GeneratedAnswerFeedback>"
12977
- },
12978
- "privacy": "private"
12979
- },
12980
- {
12981
- "kind": "field",
12982
- "name": "feedbackSubmitted",
12983
- "type": {
12984
- "text": "boolean"
12985
- },
12986
- "privacy": "private",
12987
- "default": "false"
12988
- },
12989
- {
12990
- "kind": "field",
12991
- "name": "answerEvaluationRequired",
12992
- "type": {
12993
- "text": "boolean"
12994
- },
12995
- "privacy": "private",
12996
- "default": "false"
12997
- },
12998
- {
12999
- "kind": "field",
13000
- "name": "formId",
13001
- "privacy": "private",
13002
- "readonly": true
13003
- },
13004
- {
13005
- "kind": "field",
13006
- "name": "detailsInputRef",
13007
- "type": {
13008
- "text": "Ref<HTMLTextAreaElement>"
13009
- },
13010
- "privacy": "private"
13011
- },
13012
- {
13013
- "kind": "field",
13014
- "name": "linkInputRef",
13015
- "type": {
13016
- "text": "Ref<HTMLInputElement>"
13017
- },
13018
- "privacy": "private"
13019
- },
13020
- {
13021
- "kind": "field",
13022
- "name": "updateBreakpoints",
13023
- "privacy": "private"
13024
- },
13025
- {
13026
- "kind": "method",
13027
- "name": "initialize"
13028
- },
13029
- {
13030
- "kind": "method",
13031
- "name": "watchToggleOpen",
13032
- "parameters": [
13033
- {
13034
- "name": "_oldValue",
13035
- "type": {
13036
- "text": "boolean | undefined"
13037
- }
13038
- },
13039
- {
13040
- "name": "newValue",
13041
- "type": {
13042
- "text": "boolean | undefined"
13043
- }
13044
- }
13045
- ]
13046
- },
13047
- {
13048
- "kind": "method",
13049
- "name": "getInitialAnswerState",
13050
- "privacy": "private",
13051
- "return": {
13052
- "type": {
13053
- "text": "Partial<GeneratedAnswerFeedback>"
13054
- }
13055
- }
13056
- },
13057
- {
13058
- "kind": "method",
13059
- "name": "resetState",
13060
- "privacy": "private"
13061
- },
13062
- {
13063
- "kind": "method",
13064
- "name": "clearInputRefs",
13065
- "privacy": "private"
13066
- },
13067
- {
13068
- "kind": "method",
13069
- "name": "close",
13070
- "privacy": "private"
13071
- },
13072
- {
13073
- "kind": "method",
13074
- "name": "setCurrentAnswer",
13075
- "privacy": "private",
13076
- "parameters": [
13077
- {
13078
- "name": "key",
13079
- "type": {
13080
- "text": "keyof GeneratedAnswerFeedback"
13081
- }
13082
- },
13083
- {
13084
- "name": "value",
13085
- "type": {
13086
- "text": "GeneratedAnswerFeedbackOption | string"
13087
- }
13088
- }
13089
- ]
13090
- },
13091
- {
13092
- "kind": "method",
13093
- "name": "sendFeedback",
13094
- "privacy": "public"
13095
- },
13096
- {
13097
- "kind": "field",
13098
- "name": "isAnyAnswerEvaluationUndefined",
13099
- "privacy": "private"
13100
- },
13101
- {
13102
- "kind": "method",
13103
- "name": "handleSubmit",
13104
- "privacy": "private",
13105
- "parameters": [
13106
- {
13107
- "name": "e",
13108
- "type": {
13109
- "text": "Event"
13110
- }
13111
- }
13112
- ]
13113
- },
13114
- {
13115
- "kind": "method",
13116
- "name": "renderHeader",
13117
- "privacy": "private"
13118
- },
13119
- {
13120
- "kind": "method",
13121
- "name": "renderFeedbackOption",
13122
- "privacy": "private",
13123
- "parameters": [
13124
- {
13125
- "name": "option",
13126
- "type": {
13127
- "text": "GeneratedAnswerFeedbackOption"
13128
- }
13129
- },
13130
- {
13131
- "name": "correspondingAnswer",
13132
- "type": {
13133
- "text": "keyof GeneratedAnswerFeedback"
13134
- }
13135
- }
13136
- ]
13137
- },
13138
- {
13139
- "kind": "method",
13140
- "name": "renderAnswerEvaluation",
13141
- "privacy": "private",
13142
- "parameters": [
13143
- {
13144
- "name": "label",
13145
- "type": {
13146
- "text": "string"
13147
- }
13148
- },
13149
- {
13150
- "name": "correspondingAnswer",
13151
- "type": {
13152
- "text": "keyof GeneratedAnswerFeedback"
13153
- }
13154
- }
13155
- ]
13156
- },
13157
- {
13158
- "kind": "method",
13159
- "name": "renderFeedbackOptions",
13160
- "privacy": "private"
13161
- },
13162
- {
13163
- "kind": "method",
13164
- "name": "renderLinkToCorrectAnswerField",
13165
- "privacy": "private"
13166
- },
13167
- {
13168
- "kind": "method",
13169
- "name": "renderAddNotesField",
13170
- "privacy": "private"
13171
- },
13172
- {
13173
- "kind": "method",
13174
- "name": "renderFeedbackForm",
13175
- "privacy": "private"
13176
- },
13177
- {
13178
- "kind": "method",
13179
- "name": "renderSuccessMessage",
13180
- "privacy": "private"
13181
- },
13182
- {
13183
- "kind": "method",
13184
- "name": "renderBody",
13185
- "privacy": "private"
13186
- },
13187
- {
13188
- "kind": "method",
13189
- "name": "renderFeedbackFormFooter",
13190
- "privacy": "private"
13191
- },
13192
- {
13193
- "kind": "method",
13194
- "name": "renderSuccessFormFooter",
13195
- "privacy": "private"
13196
- },
13197
- {
13198
- "kind": "method",
13199
- "name": "renderFooter",
13200
- "privacy": "private"
13201
- }
13202
- ],
13203
- "events": [
13204
- {
13205
- "name": "feedbackSent",
13206
- "type": {
13207
- "text": "CustomEvent"
13208
- }
13209
- }
13210
- ],
13211
- "attributes": [
13212
- {
13213
- "name": "is-open",
13214
- "type": {
13215
- "text": "boolean"
13216
- },
13217
- "default": "false",
13218
- "description": "Indicates whether the modal is open.",
13219
- "fieldName": "isOpen"
13220
- },
13221
- {
13222
- "name": "helpful",
13223
- "type": {
13224
- "text": "boolean"
13225
- },
13226
- "default": "false",
13227
- "description": "Indicates whether the answer was helpful or not.",
13228
- "fieldName": "helpful"
13229
- }
13230
- ],
13231
- "superclass": {
13232
- "name": "LitElement",
13233
- "package": "lit"
13234
- },
13235
- "tagName": "atomic-generated-answer-feedback-modal",
13236
- "customElement": true
13237
- }
13238
- ],
13239
- "exports": [
13240
- {
13241
- "kind": "js",
13242
- "name": "AtomicGeneratedAnswerFeedbackModal",
13243
- "declaration": {
13244
- "name": "AtomicGeneratedAnswerFeedbackModal",
13245
- "module": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts"
13246
- }
13247
- },
13248
- {
13249
- "kind": "custom-element-definition",
13250
- "name": "atomic-generated-answer-feedback-modal",
13251
- "declaration": {
13252
- "name": "AtomicGeneratedAnswerFeedbackModal",
13253
- "module": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts"
13254
- }
13255
- }
13256
- ]
13257
- },
13258
12875
  {
13259
12876
  "kind": "javascript-module",
13260
12877
  "path": "src/components/common/atomic-generated-answer-thread/atomic-generated-answer-thread.ts",
@@ -13451,6 +13068,12 @@
13451
13068
  }
13452
13069
  ]
13453
13070
  },
13071
+ {
13072
+ "kind": "javascript-module",
13073
+ "path": "src/components/common/atomic-icon/fetch-icon.ts",
13074
+ "declarations": [],
13075
+ "exports": []
13076
+ },
13454
13077
  {
13455
13078
  "kind": "javascript-module",
13456
13079
  "path": "src/components/common/atomic-layout-section/atomic-layout-section-utils.ts",
@@ -13787,6 +13410,395 @@
13787
13410
  }
13788
13411
  ]
13789
13412
  },
13413
+ {
13414
+ "kind": "javascript-module",
13415
+ "path": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts",
13416
+ "declarations": [
13417
+ {
13418
+ "kind": "class",
13419
+ "description": "Internal component, only to use through `atomic-generated-answer` or `atomic-insight-generated-answer`",
13420
+ "name": "AtomicGeneratedAnswerFeedbackModal",
13421
+ "cssParts": [
13422
+ {
13423
+ "description": "The transparent backdrop hiding the content behind the modal.",
13424
+ "name": "backdrop"
13425
+ },
13426
+ {
13427
+ "description": "The modal's outermost container with the outline and background.",
13428
+ "name": "container"
13429
+ },
13430
+ {
13431
+ "description": "The modal header container.",
13432
+ "name": "modal-header"
13433
+ },
13434
+ {
13435
+ "description": "The wrapper around the close button.",
13436
+ "name": "close-button-wrapper"
13437
+ },
13438
+ {
13439
+ "description": "The close button.",
13440
+ "name": "close-button"
13441
+ },
13442
+ {
13443
+ "description": "The feedback form.",
13444
+ "name": "form"
13445
+ },
13446
+ {
13447
+ "description": "The modal footer container.",
13448
+ "name": "modal-footer"
13449
+ },
13450
+ {
13451
+ "description": "The cancel/skip button.",
13452
+ "name": "cancel-button"
13453
+ },
13454
+ {
13455
+ "description": "The submit button.",
13456
+ "name": "submit-button"
13457
+ }
13458
+ ],
13459
+ "members": [
13460
+ {
13461
+ "kind": "field",
13462
+ "name": "options",
13463
+ "type": {
13464
+ "text": "{\n localeKey: string;\n correspondingAnswer: keyof GeneratedAnswerFeedback;\n }[]"
13465
+ },
13466
+ "privacy": "private",
13467
+ "static": true,
13468
+ "default": "[ { localeKey: 'feedback-correct-topic', correspondingAnswer: 'correctTopic', }, { localeKey: 'feedback-hallucination-free', correspondingAnswer: 'hallucinationFree', }, { localeKey: 'feedback-documented', correspondingAnswer: 'documented', }, { localeKey: 'feedback-readable', correspondingAnswer: 'readable', }, ]"
13469
+ },
13470
+ {
13471
+ "kind": "field",
13472
+ "name": "isOpen",
13473
+ "type": {
13474
+ "text": "boolean"
13475
+ },
13476
+ "default": "false",
13477
+ "description": "Indicates whether the modal is open.",
13478
+ "attribute": "is-open",
13479
+ "reflects": true
13480
+ },
13481
+ {
13482
+ "kind": "field",
13483
+ "name": "generatedAnswer",
13484
+ "type": {
13485
+ "text": "GeneratedAnswer"
13486
+ },
13487
+ "description": "A `GeneratedAnswer` controller instance. It is used when the user interacts with the modal."
13488
+ },
13489
+ {
13490
+ "kind": "field",
13491
+ "name": "helpful",
13492
+ "type": {
13493
+ "text": "boolean"
13494
+ },
13495
+ "default": "false",
13496
+ "description": "Indicates whether the answer was helpful or not.",
13497
+ "attribute": "helpful",
13498
+ "reflects": true
13499
+ },
13500
+ {
13501
+ "kind": "field",
13502
+ "name": "bindings",
13503
+ "type": {
13504
+ "text": "AnyBindings"
13505
+ },
13506
+ "privacy": "private"
13507
+ },
13508
+ {
13509
+ "kind": "field",
13510
+ "name": "error",
13511
+ "type": {
13512
+ "text": "Error"
13513
+ },
13514
+ "privacy": "private"
13515
+ },
13516
+ {
13517
+ "kind": "field",
13518
+ "name": "currentAnswer",
13519
+ "type": {
13520
+ "text": "Partial<GeneratedAnswerFeedback>"
13521
+ },
13522
+ "privacy": "private"
13523
+ },
13524
+ {
13525
+ "kind": "field",
13526
+ "name": "feedbackSubmitted",
13527
+ "type": {
13528
+ "text": "boolean"
13529
+ },
13530
+ "privacy": "private",
13531
+ "default": "false"
13532
+ },
13533
+ {
13534
+ "kind": "field",
13535
+ "name": "answerEvaluationRequired",
13536
+ "type": {
13537
+ "text": "boolean"
13538
+ },
13539
+ "privacy": "private",
13540
+ "default": "false"
13541
+ },
13542
+ {
13543
+ "kind": "field",
13544
+ "name": "formId",
13545
+ "privacy": "private",
13546
+ "readonly": true
13547
+ },
13548
+ {
13549
+ "kind": "field",
13550
+ "name": "detailsInputRef",
13551
+ "type": {
13552
+ "text": "Ref<HTMLTextAreaElement>"
13553
+ },
13554
+ "privacy": "private"
13555
+ },
13556
+ {
13557
+ "kind": "field",
13558
+ "name": "linkInputRef",
13559
+ "type": {
13560
+ "text": "Ref<HTMLInputElement>"
13561
+ },
13562
+ "privacy": "private"
13563
+ },
13564
+ {
13565
+ "kind": "field",
13566
+ "name": "updateBreakpoints",
13567
+ "privacy": "private"
13568
+ },
13569
+ {
13570
+ "kind": "method",
13571
+ "name": "initialize"
13572
+ },
13573
+ {
13574
+ "kind": "method",
13575
+ "name": "watchToggleOpen",
13576
+ "parameters": [
13577
+ {
13578
+ "name": "_oldValue",
13579
+ "type": {
13580
+ "text": "boolean | undefined"
13581
+ }
13582
+ },
13583
+ {
13584
+ "name": "newValue",
13585
+ "type": {
13586
+ "text": "boolean | undefined"
13587
+ }
13588
+ }
13589
+ ]
13590
+ },
13591
+ {
13592
+ "kind": "method",
13593
+ "name": "getInitialAnswerState",
13594
+ "privacy": "private",
13595
+ "return": {
13596
+ "type": {
13597
+ "text": "Partial<GeneratedAnswerFeedback>"
13598
+ }
13599
+ }
13600
+ },
13601
+ {
13602
+ "kind": "method",
13603
+ "name": "resetState",
13604
+ "privacy": "private"
13605
+ },
13606
+ {
13607
+ "kind": "method",
13608
+ "name": "clearInputRefs",
13609
+ "privacy": "private"
13610
+ },
13611
+ {
13612
+ "kind": "method",
13613
+ "name": "close",
13614
+ "privacy": "private"
13615
+ },
13616
+ {
13617
+ "kind": "method",
13618
+ "name": "setCurrentAnswer",
13619
+ "privacy": "private",
13620
+ "parameters": [
13621
+ {
13622
+ "name": "key",
13623
+ "type": {
13624
+ "text": "keyof GeneratedAnswerFeedback"
13625
+ }
13626
+ },
13627
+ {
13628
+ "name": "value",
13629
+ "type": {
13630
+ "text": "GeneratedAnswerFeedbackOption | string"
13631
+ }
13632
+ }
13633
+ ]
13634
+ },
13635
+ {
13636
+ "kind": "method",
13637
+ "name": "sendFeedback",
13638
+ "privacy": "public"
13639
+ },
13640
+ {
13641
+ "kind": "field",
13642
+ "name": "isAnyAnswerEvaluationUndefined",
13643
+ "privacy": "private"
13644
+ },
13645
+ {
13646
+ "kind": "method",
13647
+ "name": "handleSubmit",
13648
+ "privacy": "private",
13649
+ "parameters": [
13650
+ {
13651
+ "name": "e",
13652
+ "type": {
13653
+ "text": "Event"
13654
+ }
13655
+ }
13656
+ ]
13657
+ },
13658
+ {
13659
+ "kind": "method",
13660
+ "name": "renderHeader",
13661
+ "privacy": "private"
13662
+ },
13663
+ {
13664
+ "kind": "method",
13665
+ "name": "renderFeedbackOption",
13666
+ "privacy": "private",
13667
+ "parameters": [
13668
+ {
13669
+ "name": "option",
13670
+ "type": {
13671
+ "text": "GeneratedAnswerFeedbackOption"
13672
+ }
13673
+ },
13674
+ {
13675
+ "name": "correspondingAnswer",
13676
+ "type": {
13677
+ "text": "keyof GeneratedAnswerFeedback"
13678
+ }
13679
+ }
13680
+ ]
13681
+ },
13682
+ {
13683
+ "kind": "method",
13684
+ "name": "renderAnswerEvaluation",
13685
+ "privacy": "private",
13686
+ "parameters": [
13687
+ {
13688
+ "name": "label",
13689
+ "type": {
13690
+ "text": "string"
13691
+ }
13692
+ },
13693
+ {
13694
+ "name": "correspondingAnswer",
13695
+ "type": {
13696
+ "text": "keyof GeneratedAnswerFeedback"
13697
+ }
13698
+ }
13699
+ ]
13700
+ },
13701
+ {
13702
+ "kind": "method",
13703
+ "name": "renderFeedbackOptions",
13704
+ "privacy": "private"
13705
+ },
13706
+ {
13707
+ "kind": "method",
13708
+ "name": "renderLinkToCorrectAnswerField",
13709
+ "privacy": "private"
13710
+ },
13711
+ {
13712
+ "kind": "method",
13713
+ "name": "renderAddNotesField",
13714
+ "privacy": "private"
13715
+ },
13716
+ {
13717
+ "kind": "method",
13718
+ "name": "renderFeedbackForm",
13719
+ "privacy": "private"
13720
+ },
13721
+ {
13722
+ "kind": "method",
13723
+ "name": "renderSuccessMessage",
13724
+ "privacy": "private"
13725
+ },
13726
+ {
13727
+ "kind": "method",
13728
+ "name": "renderBody",
13729
+ "privacy": "private"
13730
+ },
13731
+ {
13732
+ "kind": "method",
13733
+ "name": "renderFeedbackFormFooter",
13734
+ "privacy": "private"
13735
+ },
13736
+ {
13737
+ "kind": "method",
13738
+ "name": "renderSuccessFormFooter",
13739
+ "privacy": "private"
13740
+ },
13741
+ {
13742
+ "kind": "method",
13743
+ "name": "renderFooter",
13744
+ "privacy": "private"
13745
+ }
13746
+ ],
13747
+ "events": [
13748
+ {
13749
+ "name": "feedbackSent",
13750
+ "type": {
13751
+ "text": "CustomEvent"
13752
+ }
13753
+ }
13754
+ ],
13755
+ "attributes": [
13756
+ {
13757
+ "name": "is-open",
13758
+ "type": {
13759
+ "text": "boolean"
13760
+ },
13761
+ "default": "false",
13762
+ "description": "Indicates whether the modal is open.",
13763
+ "fieldName": "isOpen"
13764
+ },
13765
+ {
13766
+ "name": "helpful",
13767
+ "type": {
13768
+ "text": "boolean"
13769
+ },
13770
+ "default": "false",
13771
+ "description": "Indicates whether the answer was helpful or not.",
13772
+ "fieldName": "helpful"
13773
+ }
13774
+ ],
13775
+ "superclass": {
13776
+ "name": "LitElement",
13777
+ "package": "lit"
13778
+ },
13779
+ "tagName": "atomic-generated-answer-feedback-modal",
13780
+ "customElement": true
13781
+ }
13782
+ ],
13783
+ "exports": [
13784
+ {
13785
+ "kind": "js",
13786
+ "name": "AtomicGeneratedAnswerFeedbackModal",
13787
+ "declaration": {
13788
+ "name": "AtomicGeneratedAnswerFeedbackModal",
13789
+ "module": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts"
13790
+ }
13791
+ },
13792
+ {
13793
+ "kind": "custom-element-definition",
13794
+ "name": "atomic-generated-answer-feedback-modal",
13795
+ "declaration": {
13796
+ "name": "AtomicGeneratedAnswerFeedbackModal",
13797
+ "module": "src/components/common/atomic-generated-answer-feedback-modal/atomic-generated-answer-feedback-modal.ts"
13798
+ }
13799
+ }
13800
+ ]
13801
+ },
13790
13802
  {
13791
13803
  "kind": "javascript-module",
13792
13804
  "path": "src/components/common/atomic-rating/atomic-rating.tw.css.ts",
@@ -14698,43 +14710,43 @@
14698
14710
  },
14699
14711
  {
14700
14712
  "kind": "javascript-module",
14701
- "path": "src/components/common/result-templates/recs-result-template-controller.ts",
14713
+ "path": "src/components/common/search-box/redirection-payload.ts",
14702
14714
  "declarations": [],
14703
14715
  "exports": []
14704
14716
  },
14705
14717
  {
14706
14718
  "kind": "javascript-module",
14707
- "path": "src/components/common/result-templates/result-template-controller.ts",
14719
+ "path": "src/components/common/search-box/search-box-wrapper.ts",
14708
14720
  "declarations": [],
14709
14721
  "exports": []
14710
14722
  },
14711
14723
  {
14712
14724
  "kind": "javascript-module",
14713
- "path": "src/components/common/search-box/redirection-payload.ts",
14725
+ "path": "src/components/common/search-box/search-text-area.ts",
14714
14726
  "declarations": [],
14715
14727
  "exports": []
14716
14728
  },
14717
14729
  {
14718
14730
  "kind": "javascript-module",
14719
- "path": "src/components/common/search-box/search-box-wrapper.ts",
14731
+ "path": "src/components/common/search-box/submit-button.ts",
14720
14732
  "declarations": [],
14721
14733
  "exports": []
14722
14734
  },
14723
14735
  {
14724
14736
  "kind": "javascript-module",
14725
- "path": "src/components/common/search-box/search-text-area.ts",
14737
+ "path": "src/components/common/search-box/text-area-clear-button.ts",
14726
14738
  "declarations": [],
14727
14739
  "exports": []
14728
14740
  },
14729
14741
  {
14730
14742
  "kind": "javascript-module",
14731
- "path": "src/components/common/search-box/submit-button.ts",
14743
+ "path": "src/components/common/result-templates/recs-result-template-controller.ts",
14732
14744
  "declarations": [],
14733
14745
  "exports": []
14734
14746
  },
14735
14747
  {
14736
14748
  "kind": "javascript-module",
14737
- "path": "src/components/common/search-box/text-area-clear-button.ts",
14749
+ "path": "src/components/common/result-templates/result-template-controller.ts",
14738
14750
  "declarations": [],
14739
14751
  "exports": []
14740
14752
  },
@@ -33676,6 +33688,124 @@
33676
33688
  }
33677
33689
  ]
33678
33690
  },
33691
+ {
33692
+ "kind": "javascript-module",
33693
+ "path": "src/components/search/atomic-query-summary/atomic-query-summary.ts",
33694
+ "declarations": [
33695
+ {
33696
+ "kind": "class",
33697
+ "description": "The `atomic-query-summary` component displays information about the current range of results and the request duration (for example, \"Results 1-10 of 123 in 0.47 seconds\").",
33698
+ "name": "AtomicQuerySummary",
33699
+ "cssParts": [
33700
+ {
33701
+ "description": "The container for the whole summary.",
33702
+ "name": "container"
33703
+ },
33704
+ {
33705
+ "description": "The container for the duration.",
33706
+ "name": "duration"
33707
+ },
33708
+ {
33709
+ "description": "The summary highlights.",
33710
+ "name": "highlight"
33711
+ },
33712
+ {
33713
+ "description": "The summary highlighted query.",
33714
+ "name": "query"
33715
+ },
33716
+ {
33717
+ "description": "The query summary placeholder used while the search interface is initializing.",
33718
+ "name": "placeholder"
33719
+ }
33720
+ ],
33721
+ "members": [
33722
+ {
33723
+ "kind": "field",
33724
+ "name": "bindings",
33725
+ "type": {
33726
+ "text": "Bindings"
33727
+ },
33728
+ "privacy": "private"
33729
+ },
33730
+ {
33731
+ "kind": "field",
33732
+ "name": "error",
33733
+ "type": {
33734
+ "text": "Error"
33735
+ },
33736
+ "privacy": "private"
33737
+ },
33738
+ {
33739
+ "kind": "field",
33740
+ "name": "querySummaryState",
33741
+ "type": {
33742
+ "text": "QuerySummaryState"
33743
+ },
33744
+ "privacy": "private"
33745
+ },
33746
+ {
33747
+ "kind": "field",
33748
+ "name": "querySummary",
33749
+ "type": {
33750
+ "text": "QuerySummary"
33751
+ },
33752
+ "privacy": "private"
33753
+ },
33754
+ {
33755
+ "kind": "field",
33756
+ "name": "ariaMessage",
33757
+ "privacy": "protected",
33758
+ "default": "new AriaLiveRegionController(this, 'query-summary')"
33759
+ },
33760
+ {
33761
+ "kind": "method",
33762
+ "name": "initialize",
33763
+ "privacy": "public"
33764
+ },
33765
+ {
33766
+ "kind": "method",
33767
+ "name": "initBindings",
33768
+ "privacy": "private",
33769
+ "inheritedFrom": {
33770
+ "name": "InitializeBindingsMixin",
33771
+ "module": "src/mixins/bindings-mixin.ts"
33772
+ }
33773
+ }
33774
+ ],
33775
+ "mixins": [
33776
+ {
33777
+ "name": "InitializeBindingsMixin",
33778
+ "package": "@/src/mixins/bindings-mixin"
33779
+ }
33780
+ ],
33781
+ "superclass": {
33782
+ "name": "LitElement",
33783
+ "package": "lit"
33784
+ },
33785
+ "events": [],
33786
+ "tagName": "atomic-query-summary",
33787
+ "customElement": true
33788
+ }
33789
+ ],
33790
+ "exports": [
33791
+ {
33792
+ "kind": "js",
33793
+ "name": "AtomicQuerySummary",
33794
+ "declaration": {
33795
+ "name": "AtomicQuerySummary",
33796
+ "module": "src/components/search/atomic-query-summary/atomic-query-summary.ts"
33797
+ }
33798
+ },
33799
+ {
33800
+ "kind": "custom-element-definition",
33801
+ "name": "atomic-query-summary",
33802
+ "declaration": {
33803
+ "name": "AtomicQuerySummary",
33804
+ "module": "src/components/search/atomic-query-summary/atomic-query-summary.ts"
33805
+ }
33806
+ }
33807
+ ]
33808
+ },
33679
33809
  {
33680
33810
  "kind": "javascript-module",
33681
33811
  "path": "src/components/search/atomic-query-error/atomic-query-error.ts",
@@ -33984,124 +34114,6 @@
33984
34114
  }
33985
34115
  ]
33986
34116
  },
33987
- {
33988
- "kind": "javascript-module",
33989
- "path": "src/components/search/atomic-query-summary/atomic-query-summary.ts",
33990
- "declarations": [
33991
- {
33992
- "kind": "class",
33993
- "description": "The `atomic-query-summary` component displays information about the current range of results and the request duration (for example, \"Results 1-10 of 123 in 0.47 seconds\").",
33994
- "name": "AtomicQuerySummary",
33995
- "cssParts": [
33996
- {
33997
- "description": "The container for the whole summary.",
33998
- "name": "container"
33999
- },
34000
- {
34001
- "description": "The container for the duration.",
34002
- "name": "duration"
34003
- },
34004
- {
34005
- "description": "The summary highlights.",
34006
- "name": "highlight"
34007
- },
34008
- {
34009
- "description": "The summary highlighted query.",
34010
- "name": "query"
34011
- },
34012
- {
34013
- "description": "The query summary placeholder used while the search interface is initializing.",
34014
- "name": "placeholder"
34015
- }
34016
- ],
34017
- "members": [
34018
- {
34019
- "kind": "field",
34020
- "name": "bindings",
34021
- "type": {
34022
- "text": "Bindings"
34023
- },
34024
- "privacy": "private"
34025
- },
34026
- {
34027
- "kind": "field",
34028
- "name": "error",
34029
- "type": {
34030
- "text": "Error"
34031
- },
34032
- "privacy": "private"
34033
- },
34034
- {
34035
- "kind": "field",
34036
- "name": "querySummaryState",
34037
- "type": {
34038
- "text": "QuerySummaryState"
34039
- },
34040
- "privacy": "private"
34041
- },
34042
- {
34043
- "kind": "field",
34044
- "name": "querySummary",
34045
- "type": {
34046
- "text": "QuerySummary"
34047
- },
34048
- "privacy": "private"
34049
- },
34050
- {
34051
- "kind": "field",
34052
- "name": "ariaMessage",
34053
- "privacy": "protected",
34054
- "default": "new AriaLiveRegionController(this, 'query-summary')"
34055
- },
34056
- {
34057
- "kind": "method",
34058
- "name": "initialize",
34059
- "privacy": "public"
34060
- },
34061
- {
34062
- "kind": "method",
34063
- "name": "initBindings",
34064
- "privacy": "private",
34065
- "inheritedFrom": {
34066
- "name": "InitializeBindingsMixin",
34067
- "module": "src/mixins/bindings-mixin.ts"
34068
- }
34069
- }
34070
- ],
34071
- "mixins": [
34072
- {
34073
- "name": "InitializeBindingsMixin",
34074
- "package": "@/src/mixins/bindings-mixin"
34075
- }
34076
- ],
34077
- "superclass": {
34078
- "name": "LitElement",
34079
- "package": "lit"
34080
- },
34081
- "events": [],
34082
- "tagName": "atomic-query-summary",
34083
- "customElement": true
34084
- }
34085
- ],
34086
- "exports": [
34087
- {
34088
- "kind": "js",
34089
- "name": "AtomicQuerySummary",
34090
- "declaration": {
34091
- "name": "AtomicQuerySummary",
34092
- "module": "src/components/search/atomic-query-summary/atomic-query-summary.ts"
34093
- }
34094
- },
34095
- {
34096
- "kind": "custom-element-definition",
34097
- "name": "atomic-query-summary",
34098
- "declaration": {
34099
- "name": "AtomicQuerySummary",
34100
- "module": "src/components/search/atomic-query-summary/atomic-query-summary.ts"
34101
- }
34102
- }
34103
- ]
34104
- },
34105
34117
  {
34106
34118
  "kind": "javascript-module",
34107
34119
  "path": "src/components/search/atomic-quickview-modal/atomic-quickview-modal.ts",
@@ -40011,58 +40023,152 @@
40011
40023
  "module": "src/mixins/light-dom.ts"
40012
40024
  }
40013
40025
  }
40014
- ],
40015
- "attributes": [
40016
- {
40017
- "name": "max-number-of-parts",
40018
- "type": {
40019
- "text": "number"
40020
- },
40021
- "default": "5",
40022
- "description": "The maximum number of Uri parts to display. This has to be over the minimum of `3` in order to be effective. Putting `Infinity` will disable the ellipsis.",
40023
- "fieldName": "maxNumberOfParts"
40024
- }
40025
- ],
40026
- "mixins": [
40027
- {
40028
- "name": "LightDomMixin",
40029
- "package": "@/src/mixins/light-dom"
40030
- }
40031
- ],
40032
- "superclass": {
40033
- "name": "LitElement",
40034
- "package": "lit"
40035
- },
40036
- "events": [],
40037
- "tagName": "atomic-result-printable-uri",
40038
- "customElement": true
40026
+ ],
40027
+ "attributes": [
40028
+ {
40029
+ "name": "max-number-of-parts",
40030
+ "type": {
40031
+ "text": "number"
40032
+ },
40033
+ "default": "5",
40034
+ "description": "The maximum number of Uri parts to display. This has to be over the minimum of `3` in order to be effective. Putting `Infinity` will disable the ellipsis.",
40035
+ "fieldName": "maxNumberOfParts"
40036
+ }
40037
+ ],
40038
+ "mixins": [
40039
+ {
40040
+ "name": "LightDomMixin",
40041
+ "package": "@/src/mixins/light-dom"
40042
+ }
40043
+ ],
40044
+ "superclass": {
40045
+ "name": "LitElement",
40046
+ "package": "lit"
40047
+ },
40048
+ "events": [],
40049
+ "tagName": "atomic-result-printable-uri",
40050
+ "customElement": true
40051
+ }
40052
+ ],
40053
+ "exports": [
40054
+ {
40055
+ "kind": "js",
40056
+ "name": "AtomicResultPrintableUri",
40057
+ "declaration": {
40058
+ "name": "AtomicResultPrintableUri",
40059
+ "module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
40060
+ }
40061
+ },
40062
+ {
40063
+ "kind": "custom-element-definition",
40064
+ "name": "atomic-result-printable-uri",
40065
+ "declaration": {
40066
+ "name": "AtomicResultPrintableUri",
40067
+ "module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
40068
+ }
40069
+ }
40070
+ ]
40071
+ },
40072
+ {
40073
+ "kind": "javascript-module",
40074
+ "path": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.tw.css.ts",
40075
+ "declarations": [],
40076
+ "exports": []
40077
+ },
40078
+ {
40079
+ "kind": "javascript-module",
40080
+ "path": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts",
40081
+ "declarations": [
40082
+ {
40083
+ "kind": "class",
40084
+ "description": "This section is intended to display components that allow the user to perform an action on a result without having to view its details.\nIn commerce interface, the user can usually add the product to their cart or wish list.\n\nBehavior:\n* Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n** You should ensure that elements inside of it have `height: var(--line-height)`.\n* Is a wrapping flexbox with a gap.\n* May appear over, next to, or beneath the visual section.",
40085
+ "name": "AtomicResultSectionActions",
40086
+ "mixins": [
40087
+ {
40088
+ "name": "ItemSectionMixin",
40089
+ "package": "@/src/mixins/item-section-mixin"
40090
+ }
40091
+ ],
40092
+ "superclass": {
40093
+ "name": "LitElement",
40094
+ "package": "lit"
40095
+ },
40096
+ "tagName": "atomic-result-section-actions",
40097
+ "customElement": true,
40098
+ "members": [
40099
+ {
40100
+ "kind": "field",
40101
+ "name": "styles",
40102
+ "static": true,
40103
+ "default": "styles",
40104
+ "inheritedFrom": {
40105
+ "name": "ItemSectionMixin",
40106
+ "module": "src/mixins/item-section-mixin.ts"
40107
+ }
40108
+ },
40109
+ {
40110
+ "kind": "method",
40111
+ "name": "injectStyles",
40112
+ "parameters": [
40113
+ {
40114
+ "name": "dynamicStyles",
40115
+ "optional": true,
40116
+ "type": {
40117
+ "text": "CSSResultGroup"
40118
+ },
40119
+ "description": "Optional dynamic styles to inject along with static styles"
40120
+ }
40121
+ ],
40122
+ "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.",
40123
+ "inheritedFrom": {
40124
+ "name": "LightDomMixin",
40125
+ "module": "src/mixins/light-dom.ts"
40126
+ }
40127
+ },
40128
+ {
40129
+ "kind": "method",
40130
+ "name": "getStyleSheet",
40131
+ "privacy": "private",
40132
+ "return": {
40133
+ "type": {
40134
+ "text": "CSSStyleSheet | null"
40135
+ }
40136
+ },
40137
+ "parameters": [
40138
+ {
40139
+ "name": "style",
40140
+ "type": {
40141
+ "text": "CSSResultOrNative | CSSResultArray | null | undefined"
40142
+ }
40143
+ }
40144
+ ],
40145
+ "inheritedFrom": {
40146
+ "name": "LightDomMixin",
40147
+ "module": "src/mixins/light-dom.ts"
40148
+ }
40149
+ }
40150
+ ]
40039
40151
  }
40040
40152
  ],
40041
40153
  "exports": [
40042
40154
  {
40043
40155
  "kind": "js",
40044
- "name": "AtomicResultPrintableUri",
40156
+ "name": "AtomicResultSectionActions",
40045
40157
  "declaration": {
40046
- "name": "AtomicResultPrintableUri",
40047
- "module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
40158
+ "name": "AtomicResultSectionActions",
40159
+ "module": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts"
40048
40160
  }
40049
40161
  },
40050
40162
  {
40051
40163
  "kind": "custom-element-definition",
40052
- "name": "atomic-result-printable-uri",
40164
+ "name": "atomic-result-section-actions",
40053
40165
  "declaration": {
40054
- "name": "AtomicResultPrintableUri",
40055
- "module": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.ts"
40166
+ "name": "AtomicResultSectionActions",
40167
+ "module": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts"
40056
40168
  }
40057
40169
  }
40058
40170
  ]
40059
40171
  },
40060
- {
40061
- "kind": "javascript-module",
40062
- "path": "src/components/search/atomic-result-printable-uri/atomic-result-printable-uri.tw.css.ts",
40063
- "declarations": [],
40064
- "exports": []
40065
- },
40066
40172
  {
40067
40173
  "kind": "javascript-module",
40068
40174
  "path": "src/components/search/atomic-result-rating/atomic-result-rating.ts",
@@ -40253,100 +40359,6 @@
40253
40359
  }
40254
40360
  ]
40255
40361
  },
40256
- {
40257
- "kind": "javascript-module",
40258
- "path": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts",
40259
- "declarations": [
40260
- {
40261
- "kind": "class",
40262
- "description": "This section is intended to display components that allow the user to perform an action on a result without having to view its details.\nIn commerce interface, the user can usually add the product to their cart or wish list.\n\nBehavior:\n* Exposes the `--line-height` CSS variable so child elements can adjust to the current line height.\n** You should ensure that elements inside of it have `height: var(--line-height)`.\n* Is a wrapping flexbox with a gap.\n* May appear over, next to, or beneath the visual section.",
40263
- "name": "AtomicResultSectionActions",
40264
- "mixins": [
40265
- {
40266
- "name": "ItemSectionMixin",
40267
- "package": "@/src/mixins/item-section-mixin"
40268
- }
40269
- ],
40270
- "superclass": {
40271
- "name": "LitElement",
40272
- "package": "lit"
40273
- },
40274
- "tagName": "atomic-result-section-actions",
40275
- "customElement": true,
40276
- "members": [
40277
- {
40278
- "kind": "field",
40279
- "name": "styles",
40280
- "static": true,
40281
- "default": "styles",
40282
- "inheritedFrom": {
40283
- "name": "ItemSectionMixin",
40284
- "module": "src/mixins/item-section-mixin.ts"
40285
- }
40286
- },
40287
- {
40288
- "kind": "method",
40289
- "name": "injectStyles",
40290
- "parameters": [
40291
- {
40292
- "name": "dynamicStyles",
40293
- "optional": true,
40294
- "type": {
40295
- "text": "CSSResultGroup"
40296
- },
40297
- "description": "Optional dynamic styles to inject along with static styles"
40298
- }
40299
- ],
40300
- "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.",
40301
- "inheritedFrom": {
40302
- "name": "LightDomMixin",
40303
- "module": "src/mixins/light-dom.ts"
40304
- }
40305
- },
40306
- {
40307
- "kind": "method",
40308
- "name": "getStyleSheet",
40309
- "privacy": "private",
40310
- "return": {
40311
- "type": {
40312
- "text": "CSSStyleSheet | null"
40313
- }
40314
- },
40315
- "parameters": [
40316
- {
40317
- "name": "style",
40318
- "type": {
40319
- "text": "CSSResultOrNative | CSSResultArray | null | undefined"
40320
- }
40321
- }
40322
- ],
40323
- "inheritedFrom": {
40324
- "name": "LightDomMixin",
40325
- "module": "src/mixins/light-dom.ts"
40326
- }
40327
- }
40328
- ]
40329
- }
40330
- ],
40331
- "exports": [
40332
- {
40333
- "kind": "js",
40334
- "name": "AtomicResultSectionActions",
40335
- "declaration": {
40336
- "name": "AtomicResultSectionActions",
40337
- "module": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts"
40338
- }
40339
- },
40340
- {
40341
- "kind": "custom-element-definition",
40342
- "name": "atomic-result-section-actions",
40343
- "declaration": {
40344
- "name": "AtomicResultSectionActions",
40345
- "module": "src/components/search/atomic-result-section-actions/atomic-result-section-actions.ts"
40346
- }
40347
- }
40348
- ]
40349
- },
40350
40362
  {
40351
40363
  "kind": "javascript-module",
40352
40364
  "path": "src/components/search/atomic-result-section-badges/atomic-result-section-badges.ts",
@@ -47559,37 +47571,37 @@
47559
47571
  },
47560
47572
  {
47561
47573
  "kind": "javascript-module",
47562
- "path": "src/components/commerce/atomic-product-description/e2e/atomic-product-description.e2e.ts",
47574
+ "path": "src/components/commerce/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts",
47563
47575
  "declarations": [],
47564
47576
  "exports": []
47565
47577
  },
47566
47578
  {
47567
47579
  "kind": "javascript-module",
47568
- "path": "src/components/commerce/atomic-product-description/e2e/fixture.ts",
47580
+ "path": "src/components/commerce/atomic-product-excerpt/e2e/fixture.ts",
47569
47581
  "declarations": [],
47570
47582
  "exports": []
47571
47583
  },
47572
47584
  {
47573
47585
  "kind": "javascript-module",
47574
- "path": "src/components/commerce/atomic-product-description/e2e/page-object.ts",
47586
+ "path": "src/components/commerce/atomic-product-excerpt/e2e/page-object.ts",
47575
47587
  "declarations": [],
47576
47588
  "exports": []
47577
47589
  },
47578
47590
  {
47579
47591
  "kind": "javascript-module",
47580
- "path": "src/components/commerce/atomic-product-excerpt/e2e/atomic-product-excerpt.e2e.ts",
47592
+ "path": "src/components/commerce/atomic-product-description/e2e/atomic-product-description.e2e.ts",
47581
47593
  "declarations": [],
47582
47594
  "exports": []
47583
47595
  },
47584
47596
  {
47585
47597
  "kind": "javascript-module",
47586
- "path": "src/components/commerce/atomic-product-excerpt/e2e/fixture.ts",
47598
+ "path": "src/components/commerce/atomic-product-description/e2e/fixture.ts",
47587
47599
  "declarations": [],
47588
47600
  "exports": []
47589
47601
  },
47590
47602
  {
47591
47603
  "kind": "javascript-module",
47592
- "path": "src/components/commerce/atomic-product-excerpt/e2e/page-object.ts",
47604
+ "path": "src/components/commerce/atomic-product-description/e2e/page-object.ts",
47593
47605
  "declarations": [],
47594
47606
  "exports": []
47595
47607
  },
@@ -48447,37 +48459,37 @@
48447
48459
  },
48448
48460
  {
48449
48461
  "kind": "javascript-module",
48450
- "path": "src/components/insight/atomic-insight-result-action/e2e/atomic-insight-result-action.e2e.ts",
48462
+ "path": "src/components/insight/atomic-insight-result-action-bar/e2e/atomic-insight-result-action-bar.e2e.ts",
48451
48463
  "declarations": [],
48452
48464
  "exports": []
48453
48465
  },
48454
48466
  {
48455
48467
  "kind": "javascript-module",
48456
- "path": "src/components/insight/atomic-insight-result-action/e2e/fixture.ts",
48468
+ "path": "src/components/insight/atomic-insight-result-action-bar/e2e/fixture.ts",
48457
48469
  "declarations": [],
48458
48470
  "exports": []
48459
48471
  },
48460
48472
  {
48461
48473
  "kind": "javascript-module",
48462
- "path": "src/components/insight/atomic-insight-result-action/e2e/page-object.ts",
48474
+ "path": "src/components/insight/atomic-insight-result-action-bar/e2e/page-object.ts",
48463
48475
  "declarations": [],
48464
48476
  "exports": []
48465
48477
  },
48466
48478
  {
48467
48479
  "kind": "javascript-module",
48468
- "path": "src/components/insight/atomic-insight-result-action-bar/e2e/atomic-insight-result-action-bar.e2e.ts",
48480
+ "path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/atomic-insight-result-attach-to-case-indicator.e2e.ts",
48469
48481
  "declarations": [],
48470
48482
  "exports": []
48471
48483
  },
48472
48484
  {
48473
48485
  "kind": "javascript-module",
48474
- "path": "src/components/insight/atomic-insight-result-action-bar/e2e/fixture.ts",
48486
+ "path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/fixture.ts",
48475
48487
  "declarations": [],
48476
48488
  "exports": []
48477
48489
  },
48478
48490
  {
48479
48491
  "kind": "javascript-module",
48480
- "path": "src/components/insight/atomic-insight-result-action-bar/e2e/page-object.ts",
48492
+ "path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/page-object.ts",
48481
48493
  "declarations": [],
48482
48494
  "exports": []
48483
48495
  },
@@ -48501,19 +48513,19 @@
48501
48513
  },
48502
48514
  {
48503
48515
  "kind": "javascript-module",
48504
- "path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/atomic-insight-result-attach-to-case-indicator.e2e.ts",
48516
+ "path": "src/components/insight/atomic-insight-result-action/e2e/atomic-insight-result-action.e2e.ts",
48505
48517
  "declarations": [],
48506
48518
  "exports": []
48507
48519
  },
48508
48520
  {
48509
48521
  "kind": "javascript-module",
48510
- "path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/fixture.ts",
48522
+ "path": "src/components/insight/atomic-insight-result-action/e2e/fixture.ts",
48511
48523
  "declarations": [],
48512
48524
  "exports": []
48513
48525
  },
48514
48526
  {
48515
48527
  "kind": "javascript-module",
48516
- "path": "src/components/insight/atomic-insight-result-attach-to-case-indicator/e2e/page-object.ts",
48528
+ "path": "src/components/insight/atomic-insight-result-action/e2e/page-object.ts",
48517
48529
  "declarations": [],
48518
48530
  "exports": []
48519
48531
  },
@@ -48735,91 +48747,91 @@
48735
48747
  },
48736
48748
  {
48737
48749
  "kind": "javascript-module",
48738
- "path": "src/components/ipx/atomic-ipx-modal/e2e/atomic-ipx-modal.e2e.ts",
48750
+ "path": "src/components/ipx/atomic-ipx-embedded/e2e/atomic-ipx-embedded.e2e.ts",
48739
48751
  "declarations": [],
48740
48752
  "exports": []
48741
48753
  },
48742
48754
  {
48743
48755
  "kind": "javascript-module",
48744
- "path": "src/components/ipx/atomic-ipx-modal/e2e/fixture.ts",
48756
+ "path": "src/components/ipx/atomic-ipx-embedded/e2e/fixture.ts",
48745
48757
  "declarations": [],
48746
48758
  "exports": []
48747
48759
  },
48748
48760
  {
48749
48761
  "kind": "javascript-module",
48750
- "path": "src/components/ipx/atomic-ipx-modal/e2e/page-object.ts",
48762
+ "path": "src/components/ipx/atomic-ipx-embedded/e2e/page-object.ts",
48751
48763
  "declarations": [],
48752
48764
  "exports": []
48753
48765
  },
48754
48766
  {
48755
48767
  "kind": "javascript-module",
48756
- "path": "src/components/ipx/atomic-ipx-embedded/e2e/atomic-ipx-embedded.e2e.ts",
48768
+ "path": "src/components/ipx/atomic-ipx-recs-list/e2e/atomic-ipx-recs-list.e2e.ts",
48757
48769
  "declarations": [],
48758
48770
  "exports": []
48759
48771
  },
48760
48772
  {
48761
48773
  "kind": "javascript-module",
48762
- "path": "src/components/ipx/atomic-ipx-embedded/e2e/fixture.ts",
48774
+ "path": "src/components/ipx/atomic-ipx-recs-list/e2e/fixture.ts",
48763
48775
  "declarations": [],
48764
48776
  "exports": []
48765
48777
  },
48766
48778
  {
48767
48779
  "kind": "javascript-module",
48768
- "path": "src/components/ipx/atomic-ipx-embedded/e2e/page-object.ts",
48780
+ "path": "src/components/ipx/atomic-ipx-recs-list/e2e/page-object.ts",
48769
48781
  "declarations": [],
48770
48782
  "exports": []
48771
48783
  },
48772
48784
  {
48773
48785
  "kind": "javascript-module",
48774
- "path": "src/components/ipx/atomic-ipx-recs-list/e2e/atomic-ipx-recs-list.e2e.ts",
48786
+ "path": "src/components/ipx/atomic-ipx-refine-modal/e2e/atomic-ipx-refine-modal.e2e.ts",
48775
48787
  "declarations": [],
48776
48788
  "exports": []
48777
48789
  },
48778
48790
  {
48779
48791
  "kind": "javascript-module",
48780
- "path": "src/components/ipx/atomic-ipx-recs-list/e2e/fixture.ts",
48792
+ "path": "src/components/ipx/atomic-ipx-refine-modal/e2e/fixture.ts",
48781
48793
  "declarations": [],
48782
48794
  "exports": []
48783
48795
  },
48784
48796
  {
48785
48797
  "kind": "javascript-module",
48786
- "path": "src/components/ipx/atomic-ipx-recs-list/e2e/page-object.ts",
48798
+ "path": "src/components/ipx/atomic-ipx-refine-modal/e2e/page-object.ts",
48787
48799
  "declarations": [],
48788
48800
  "exports": []
48789
48801
  },
48790
48802
  {
48791
48803
  "kind": "javascript-module",
48792
- "path": "src/components/ipx/atomic-ipx-refine-modal/e2e/atomic-ipx-refine-modal.e2e.ts",
48804
+ "path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/atomic-ipx-refine-toggle.e2e.ts",
48793
48805
  "declarations": [],
48794
48806
  "exports": []
48795
48807
  },
48796
48808
  {
48797
48809
  "kind": "javascript-module",
48798
- "path": "src/components/ipx/atomic-ipx-refine-modal/e2e/fixture.ts",
48810
+ "path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/fixture.ts",
48799
48811
  "declarations": [],
48800
48812
  "exports": []
48801
48813
  },
48802
48814
  {
48803
48815
  "kind": "javascript-module",
48804
- "path": "src/components/ipx/atomic-ipx-refine-modal/e2e/page-object.ts",
48816
+ "path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/page-object.ts",
48805
48817
  "declarations": [],
48806
48818
  "exports": []
48807
48819
  },
48808
48820
  {
48809
48821
  "kind": "javascript-module",
48810
- "path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/atomic-ipx-refine-toggle.e2e.ts",
48822
+ "path": "src/components/ipx/atomic-ipx-modal/e2e/atomic-ipx-modal.e2e.ts",
48811
48823
  "declarations": [],
48812
48824
  "exports": []
48813
48825
  },
48814
48826
  {
48815
48827
  "kind": "javascript-module",
48816
- "path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/fixture.ts",
48828
+ "path": "src/components/ipx/atomic-ipx-modal/e2e/fixture.ts",
48817
48829
  "declarations": [],
48818
48830
  "exports": []
48819
48831
  },
48820
48832
  {
48821
48833
  "kind": "javascript-module",
48822
- "path": "src/components/ipx/atomic-ipx-refine-toggle/e2e/page-object.ts",
48834
+ "path": "src/components/ipx/atomic-ipx-modal/e2e/page-object.ts",
48823
48835
  "declarations": [],
48824
48836
  "exports": []
48825
48837
  },
@@ -48843,37 +48855,37 @@
48843
48855
  },
48844
48856
  {
48845
48857
  "kind": "javascript-module",
48846
- "path": "src/components/recommendations/atomic-recs-error/e2e/atomic-recs-error.e2e.ts",
48858
+ "path": "src/components/recommendations/atomic-recs-interface/e2e/atomic-recs-interface.e2e.ts",
48847
48859
  "declarations": [],
48848
48860
  "exports": []
48849
48861
  },
48850
48862
  {
48851
48863
  "kind": "javascript-module",
48852
- "path": "src/components/recommendations/atomic-recs-error/e2e/fixture.ts",
48864
+ "path": "src/components/recommendations/atomic-recs-interface/e2e/fixture.ts",
48853
48865
  "declarations": [],
48854
48866
  "exports": []
48855
48867
  },
48856
48868
  {
48857
48869
  "kind": "javascript-module",
48858
- "path": "src/components/recommendations/atomic-recs-error/e2e/page-object.ts",
48870
+ "path": "src/components/recommendations/atomic-recs-interface/e2e/page-object.ts",
48859
48871
  "declarations": [],
48860
48872
  "exports": []
48861
48873
  },
48862
48874
  {
48863
48875
  "kind": "javascript-module",
48864
- "path": "src/components/recommendations/atomic-recs-interface/e2e/atomic-recs-interface.e2e.ts",
48876
+ "path": "src/components/recommendations/atomic-recs-error/e2e/atomic-recs-error.e2e.ts",
48865
48877
  "declarations": [],
48866
48878
  "exports": []
48867
48879
  },
48868
48880
  {
48869
48881
  "kind": "javascript-module",
48870
- "path": "src/components/recommendations/atomic-recs-interface/e2e/fixture.ts",
48882
+ "path": "src/components/recommendations/atomic-recs-error/e2e/fixture.ts",
48871
48883
  "declarations": [],
48872
48884
  "exports": []
48873
48885
  },
48874
48886
  {
48875
48887
  "kind": "javascript-module",
48876
- "path": "src/components/recommendations/atomic-recs-interface/e2e/page-object.ts",
48888
+ "path": "src/components/recommendations/atomic-recs-error/e2e/page-object.ts",
48877
48889
  "declarations": [],
48878
48890
  "exports": []
48879
48891
  },
@@ -49257,55 +49269,55 @@
49257
49269
  },
49258
49270
  {
49259
49271
  "kind": "javascript-module",
49260
- "path": "src/components/search/atomic-query-error/e2e/atomic-query-error.e2e.ts",
49272
+ "path": "src/components/search/atomic-query-summary/e2e/atomic-query-summary.e2e.ts",
49261
49273
  "declarations": [],
49262
49274
  "exports": []
49263
49275
  },
49264
49276
  {
49265
49277
  "kind": "javascript-module",
49266
- "path": "src/components/search/atomic-query-error/e2e/fixture.ts",
49278
+ "path": "src/components/search/atomic-query-summary/e2e/fixture.ts",
49267
49279
  "declarations": [],
49268
49280
  "exports": []
49269
49281
  },
49270
49282
  {
49271
49283
  "kind": "javascript-module",
49272
- "path": "src/components/search/atomic-query-error/e2e/page-object.ts",
49284
+ "path": "src/components/search/atomic-query-summary/e2e/page-object.ts",
49273
49285
  "declarations": [],
49274
49286
  "exports": []
49275
49287
  },
49276
49288
  {
49277
49289
  "kind": "javascript-module",
49278
- "path": "src/components/search/atomic-quickview/e2e/atomic-quickview.e2e.ts",
49290
+ "path": "src/components/search/atomic-query-error/e2e/atomic-query-error.e2e.ts",
49279
49291
  "declarations": [],
49280
49292
  "exports": []
49281
49293
  },
49282
49294
  {
49283
49295
  "kind": "javascript-module",
49284
- "path": "src/components/search/atomic-quickview/e2e/fixture.ts",
49296
+ "path": "src/components/search/atomic-query-error/e2e/fixture.ts",
49285
49297
  "declarations": [],
49286
49298
  "exports": []
49287
49299
  },
49288
49300
  {
49289
49301
  "kind": "javascript-module",
49290
- "path": "src/components/search/atomic-quickview/e2e/page-object.ts",
49302
+ "path": "src/components/search/atomic-query-error/e2e/page-object.ts",
49291
49303
  "declarations": [],
49292
49304
  "exports": []
49293
49305
  },
49294
49306
  {
49295
49307
  "kind": "javascript-module",
49296
- "path": "src/components/search/atomic-query-summary/e2e/atomic-query-summary.e2e.ts",
49308
+ "path": "src/components/search/atomic-quickview/e2e/atomic-quickview.e2e.ts",
49297
49309
  "declarations": [],
49298
49310
  "exports": []
49299
49311
  },
49300
49312
  {
49301
49313
  "kind": "javascript-module",
49302
- "path": "src/components/search/atomic-query-summary/e2e/fixture.ts",
49314
+ "path": "src/components/search/atomic-quickview/e2e/fixture.ts",
49303
49315
  "declarations": [],
49304
49316
  "exports": []
49305
49317
  },
49306
49318
  {
49307
49319
  "kind": "javascript-module",
49308
- "path": "src/components/search/atomic-query-summary/e2e/page-object.ts",
49320
+ "path": "src/components/search/atomic-quickview/e2e/page-object.ts",
49309
49321
  "declarations": [],
49310
49322
  "exports": []
49311
49323
  },
@@ -49443,55 +49455,55 @@
49443
49455
  },
49444
49456
  {
49445
49457
  "kind": "javascript-module",
49446
- "path": "src/components/search/atomic-result-children-template/e2e/atomic-result-children-template.e2e.ts",
49458
+ "path": "src/components/search/atomic-result-date/e2e/atomic-result-date.e2e.ts",
49447
49459
  "declarations": [],
49448
49460
  "exports": []
49449
49461
  },
49450
49462
  {
49451
49463
  "kind": "javascript-module",
49452
- "path": "src/components/search/atomic-result-children-template/e2e/fixture.ts",
49464
+ "path": "src/components/search/atomic-result-date/e2e/fixture.ts",
49453
49465
  "declarations": [],
49454
49466
  "exports": []
49455
49467
  },
49456
49468
  {
49457
49469
  "kind": "javascript-module",
49458
- "path": "src/components/search/atomic-result-children-template/e2e/page-object.ts",
49470
+ "path": "src/components/search/atomic-result-date/e2e/page-object.ts",
49459
49471
  "declarations": [],
49460
49472
  "exports": []
49461
49473
  },
49462
49474
  {
49463
49475
  "kind": "javascript-module",
49464
- "path": "src/components/search/atomic-result-date/e2e/atomic-result-date.e2e.ts",
49476
+ "path": "src/components/search/atomic-result-fields-list/e2e/atomic-result-fields-list.e2e.ts",
49465
49477
  "declarations": [],
49466
49478
  "exports": []
49467
49479
  },
49468
49480
  {
49469
49481
  "kind": "javascript-module",
49470
- "path": "src/components/search/atomic-result-date/e2e/fixture.ts",
49482
+ "path": "src/components/search/atomic-result-fields-list/e2e/fixture.ts",
49471
49483
  "declarations": [],
49472
49484
  "exports": []
49473
49485
  },
49474
49486
  {
49475
49487
  "kind": "javascript-module",
49476
- "path": "src/components/search/atomic-result-date/e2e/page-object.ts",
49488
+ "path": "src/components/search/atomic-result-fields-list/e2e/page-object.ts",
49477
49489
  "declarations": [],
49478
49490
  "exports": []
49479
49491
  },
49480
49492
  {
49481
49493
  "kind": "javascript-module",
49482
- "path": "src/components/search/atomic-result-fields-list/e2e/atomic-result-fields-list.e2e.ts",
49494
+ "path": "src/components/search/atomic-result-children-template/e2e/atomic-result-children-template.e2e.ts",
49483
49495
  "declarations": [],
49484
49496
  "exports": []
49485
49497
  },
49486
49498
  {
49487
49499
  "kind": "javascript-module",
49488
- "path": "src/components/search/atomic-result-fields-list/e2e/fixture.ts",
49500
+ "path": "src/components/search/atomic-result-children-template/e2e/fixture.ts",
49489
49501
  "declarations": [],
49490
49502
  "exports": []
49491
49503
  },
49492
49504
  {
49493
49505
  "kind": "javascript-module",
49494
- "path": "src/components/search/atomic-result-fields-list/e2e/page-object.ts",
49506
+ "path": "src/components/search/atomic-result-children-template/e2e/page-object.ts",
49495
49507
  "declarations": [],
49496
49508
  "exports": []
49497
49509
  },
@@ -49983,49 +49995,49 @@
49983
49995
  },
49984
49996
  {
49985
49997
  "kind": "javascript-module",
49986
- "path": "src/components/search/result-template-component-utils/context/fetch-result-context.ts",
49998
+ "path": "src/components/search/result-template-components/quickview-iframe/quickview-iframe.ts",
49987
49999
  "declarations": [],
49988
50000
  "exports": []
49989
50001
  },
49990
50002
  {
49991
50003
  "kind": "javascript-module",
49992
- "path": "src/components/search/result-template-component-utils/context/interactive-result-context-controller.ts",
50004
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.ts",
49993
50005
  "declarations": [],
49994
50006
  "exports": []
49995
50007
  },
49996
50008
  {
49997
50009
  "kind": "javascript-module",
49998
- "path": "src/components/search/result-template-component-utils/context/result-context-controller.ts",
50010
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.ts",
49999
50011
  "declarations": [],
50000
50012
  "exports": []
50001
50013
  },
50002
50014
  {
50003
50015
  "kind": "javascript-module",
50004
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/atomic-quickview-sidebar.ts",
50016
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/keywords.ts",
50005
50017
  "declarations": [],
50006
50018
  "exports": []
50007
50019
  },
50008
50020
  {
50009
50021
  "kind": "javascript-module",
50010
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/highlight-keywords-checkbox.ts",
50022
+ "path": "src/components/search/result-template-components/atomic-quickview-sidebar/minimize-button.ts",
50011
50023
  "declarations": [],
50012
50024
  "exports": []
50013
50025
  },
50014
50026
  {
50015
50027
  "kind": "javascript-module",
50016
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/keywords.ts",
50028
+ "path": "src/components/search/result-template-component-utils/context/fetch-result-context.ts",
50017
50029
  "declarations": [],
50018
50030
  "exports": []
50019
50031
  },
50020
50032
  {
50021
50033
  "kind": "javascript-module",
50022
- "path": "src/components/search/result-template-components/atomic-quickview-sidebar/minimize-button.ts",
50034
+ "path": "src/components/search/result-template-component-utils/context/interactive-result-context-controller.ts",
50023
50035
  "declarations": [],
50024
50036
  "exports": []
50025
50037
  },
50026
50038
  {
50027
50039
  "kind": "javascript-module",
50028
- "path": "src/components/search/result-template-components/quickview-iframe/quickview-iframe.ts",
50040
+ "path": "src/components/search/result-template-component-utils/context/result-context-controller.ts",
50029
50041
  "declarations": [],
50030
50042
  "exports": []
50031
50043
  },