@coveo/atomic 3.34.1-pre.111b07acf3 → 3.34.1-pre.26be0e46ae

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-b56af409.js';
4
+ import { g as getNextAnalyticsConfig, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance } from './analytics-config-177bcbf5.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-b56af409.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-177bcbf5.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.3-pre.111b07acf3';
2
- export const atomicVersion = '3.34.1-pre.111b07acf3';
1
+ export const headlessVersion = '3.31.2';
2
+ export const atomicVersion = '3.34.1-pre.26be0e46ae';
@@ -0,0 +1,3 @@
1
+ declare module 'https://platform.cloud.coveo.com/api-docs/*' {
2
+ export default any;
3
+ }
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-10-08T03:25:36",
2
+ "timestamp": "2025-10-08T07:51:33",
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.1-pre.111b07acf3",
4
+ "version": "3.34.1-pre.26be0e46ae",
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": {
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "dependencies": {
83
83
  "@coveo/bueno": "1.1.3",
84
- "@coveo/headless": "3.31.3-pre.111b07acf3",
84
+ "@coveo/headless": "3.31.2",
85
85
  "@lit/context": "1.1.6",
86
86
  "@open-wc/lit-helpers": "0.7.0",
87
87
  "@popperjs/core": "2.11.8",
@@ -100,6 +100,7 @@
100
100
  "devDependencies": {
101
101
  "@axe-core/playwright": "4.10.2",
102
102
  "@custom-elements-manifest/analyzer": "0.10.4",
103
+ "@mswjs/source": "0.4.1",
103
104
  "@playwright/test": "1.54.1",
104
105
  "@rollup/plugin-commonjs": "28.0.6",
105
106
  "@rollup/plugin-json": "6.1.0",
@@ -130,7 +131,10 @@
130
131
  "jest-cli": "29.7.0",
131
132
  "jest-localstorage-mock": "2.4.26",
132
133
  "local-web-server": "5.4.0",
134
+ "msw": "2.10.5",
135
+ "msw-storybook-addon": "2.0.5",
133
136
  "natural-orderby": "5.0.0",
137
+ "openapi-types": "12.1.3",
134
138
  "playwright": "1.54.1",
135
139
  "postcss": "8.5.6",
136
140
  "postcss-load-config": "6.0.1",
@@ -149,11 +153,11 @@
149
153
  "typescript": "5.8.3",
150
154
  "vite": "7.0.6",
151
155
  "vitest": "3.2.4",
152
- "wait-on": "9.0.1"
156
+ "wait-on": "8.0.4"
153
157
  },
154
158
  "peerDependencies": {
155
159
  "@coveo/bueno": "1.1.3",
156
- "@coveo/headless": "3.31.3-pre.111b07acf3",
160
+ "@coveo/headless": "3.31.2",
157
161
  "typescript": ">=5.0.0"
158
162
  },
159
163
  "peerDependenciesMeta": {
@@ -164,5 +168,10 @@
164
168
  "license": "Apache-2.0",
165
169
  "engines": {
166
170
  "node": "^20.9.0 || ^22.11.0"
171
+ },
172
+ "msw": {
173
+ "workerDirectory": [
174
+ "public"
175
+ ]
167
176
  }
168
177
  }