@coveo/atomic 3.34.0-pre.ffd1ec32b4 → 3.34.1-pre.017bb5b84a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, s as setNonce, h, H as Host, g as getElement } from './index-3f35faca.js';
2
2
  import { m as markParentAsReady } from './init-queue-fbe942c3.js';
3
3
  import { buildResultsPerPage, loadFieldActions, buildInsightEngine } from '@coveo/headless/insight';
4
- import { g as getNextAnalyticsConfig, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance } from './analytics-config-86bd90c7.js';
4
+ import { g as getNextAnalyticsConfig, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance } from './analytics-config-9e2e8e63.js';
5
5
  import { A as ArrayProp } from './props-utils-e97ad6bd.js';
6
6
  import { D as DEFAULT_MOBILE_BREAKPOINT } from './replace-breakpoint-utils-7a336631.js';
7
7
  import { u as unsetLoadingFlag, s as setLoadingFlag, r as registerFacet, g as getFacetElements, w as waitUntilAppLoaded, a as createBaseStore } from './store-015afa83.js';
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, s as setNonce, h, g as getElement } from './index-3f35faca.js';
2
2
  import { m as markParentAsReady } from './init-queue-fbe942c3.js';
3
3
  import { loadRecommendationActions, loadSearchConfigurationActions, EcommerceDefaultFieldsToInclude, loadFieldActions, buildRecommendationEngine } from '@coveo/headless/recommendation';
4
- import { g as getNextAnalyticsConfig, c as augmentAnalyticsConfigWithDocument, d as augmentAnalyticsConfigWithAtomicVersion, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance, m as mismatchedInterfaceAndEnginePropError } from './analytics-config-86bd90c7.js';
4
+ import { g as getNextAnalyticsConfig, c as augmentAnalyticsConfigWithDocument, d as augmentAnalyticsConfigWithAtomicVersion, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance, m as mismatchedInterfaceAndEnginePropError } from './analytics-config-9e2e8e63.js';
5
5
  import { A as ArrayProp } from './props-utils-e97ad6bd.js';
6
6
  import { u as unsetLoadingFlag, s as setLoadingFlag, a as createBaseStore } from './store-015afa83.js';
7
7
  import './dayjs.min-d04628c6.js';
@@ -1,2 +1,2 @@
1
- export const headlessVersion = '3.31.2-pre.ffd1ec32b4';
2
- export const atomicVersion = '3.34.0-pre.ffd1ec32b4';
1
+ export const headlessVersion = '3.31.3-pre.017bb5b84a';
2
+ export const atomicVersion = '3.34.1-pre.017bb5b84a';
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-10-08T02:27:01",
2
+ "timestamp": "2025-10-08T04:22:39",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coveo/atomic",
3
3
  "type": "module",
4
- "version": "3.34.0-pre.ffd1ec32b4",
4
+ "version": "3.34.1-pre.017bb5b84a",
5
5
  "description": "A web-component library for building modern UIs interfacing with the Coveo platform",
6
6
  "homepage": "https://docs.coveo.com/en/atomic/latest/",
7
7
  "repository": {
@@ -82,8 +82,8 @@
82
82
  "chromatic": "npx chromatic"
83
83
  },
84
84
  "dependencies": {
85
- "@coveo/bueno": "1.1.3-pre.ffd1ec32b4",
86
- "@coveo/headless": "3.31.2-pre.ffd1ec32b4",
85
+ "@coveo/bueno": "1.1.4-pre.017bb5b84a",
86
+ "@coveo/headless": "3.31.3-pre.017bb5b84a",
87
87
  "@lit/context": "1.1.6",
88
88
  "@open-wc/lit-helpers": "0.7.0",
89
89
  "@popperjs/core": "2.11.8",
@@ -157,8 +157,8 @@
157
157
  "wait-on": "8.0.4"
158
158
  },
159
159
  "peerDependencies": {
160
- "@coveo/bueno": "1.1.3-pre.ffd1ec32b4",
161
- "@coveo/headless": "3.31.2-pre.ffd1ec32b4",
160
+ "@coveo/bueno": "1.1.4-pre.017bb5b84a",
161
+ "@coveo/headless": "3.31.3-pre.017bb5b84a",
162
162
  "typescript": ">=5.0.0"
163
163
  },
164
164
  "peerDependenciesMeta": {