@coveo/atomic-react 3.11.1 → 3.11.2
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.
- package/dist/cjs/atomic-react.cjs +9366 -9352
- package/dist/cjs/atomic-react.cjs.map +1 -1
- package/dist/cjs/commerce/atomic-react.cjs +7 -1
- package/dist/cjs/commerce/atomic-react.cjs.map +1 -1
- package/dist/cjs/recommendation/atomic-react.cjs +9366 -9352
- package/dist/cjs/recommendation/atomic-react.cjs.map +1 -1
- package/dist/esm/commerce/atomic-react.mjs.map +1 -1
- package/dist/types/components/commerce/CommerceRecommendationListWrapper.d.ts +4 -4
- package/package.json +3 -3
|
@@ -10292,7 +10292,7 @@ function getWindow() {
|
|
|
10292
10292
|
}
|
|
10293
10293
|
function getAtomicEnvironment(headlessVersion) {
|
|
10294
10294
|
return {
|
|
10295
|
-
version: "3.
|
|
10295
|
+
version: "3.51.0",
|
|
10296
10296
|
headlessVersion,
|
|
10297
10297
|
};
|
|
10298
10298
|
}
|
|
@@ -11219,6 +11219,7 @@ const ChildrenUpdateCompleteMixin = (superClass) => {
|
|
|
11219
11219
|
* Stencil components are excluded as they lazy-load.
|
|
11220
11220
|
*/
|
|
11221
11221
|
const ATOMIC_CUSTOM_ELEMENT_TAGS = new Set([
|
|
11222
|
+
'answer-content',
|
|
11222
11223
|
'atomic-aria-live',
|
|
11223
11224
|
'atomic-automatic-facet',
|
|
11224
11225
|
'atomic-automatic-facet-generator',
|
|
@@ -11276,6 +11277,7 @@ const ATOMIC_CUSTOM_ELEMENT_TAGS = new Set([
|
|
|
11276
11277
|
'atomic-insight-folded-result-list',
|
|
11277
11278
|
'atomic-insight-full-search-button',
|
|
11278
11279
|
'atomic-insight-generate-answer-button',
|
|
11280
|
+
'atomic-insight-generated-answer',
|
|
11279
11281
|
'atomic-insight-history-toggle',
|
|
11280
11282
|
'atomic-insight-interface',
|
|
11281
11283
|
'atomic-insight-layout',
|
|
@@ -11288,6 +11290,7 @@ const ATOMIC_CUSTOM_ELEMENT_TAGS = new Set([
|
|
|
11288
11290
|
'atomic-insight-refine-toggle',
|
|
11289
11291
|
'atomic-insight-result',
|
|
11290
11292
|
'atomic-insight-result-action-bar',
|
|
11293
|
+
'atomic-insight-result-attach-to-case-action',
|
|
11291
11294
|
'atomic-insight-result-attach-to-case-indicator',
|
|
11292
11295
|
'atomic-insight-result-children',
|
|
11293
11296
|
'atomic-insight-result-list',
|
|
@@ -11306,6 +11309,9 @@ const ATOMIC_CUSTOM_ELEMENT_TAGS = new Set([
|
|
|
11306
11309
|
'atomic-ipx-button',
|
|
11307
11310
|
'atomic-ipx-embedded',
|
|
11308
11311
|
'atomic-ipx-modal',
|
|
11312
|
+
'atomic-ipx-recs-list',
|
|
11313
|
+
'atomic-ipx-refine-modal',
|
|
11314
|
+
'atomic-ipx-refine-toggle',
|
|
11309
11315
|
'atomic-ipx-result-link',
|
|
11310
11316
|
'atomic-ipx-tab',
|
|
11311
11317
|
'atomic-ipx-tabs',
|