@coveo/atomic 3.34.1-pre.26be0e46ae → 3.34.1-pre.5873b6b5ab

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-177bcbf5.js';
4
+ import { g as getNextAnalyticsConfig, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance } from './analytics-config-a1fc401e.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-177bcbf5.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-a1fc401e.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
1
  export const headlessVersion = '3.31.2';
2
- export const atomicVersion = '3.34.1-pre.26be0e46ae';
2
+ export const atomicVersion = '3.34.1-pre.5873b6b5ab';
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-10-08T07:51:33",
2
+ "timestamp": "2025-10-08T08:25:05",
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.26be0e46ae",
4
+ "version": "3.34.1-pre.5873b6b5ab",
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": {
@@ -61,8 +61,9 @@
61
61
  "prod": "npx serve www -l 3333 --no-request-logging",
62
62
  "test": "npm run test:stencil && npm run test:lit",
63
63
  "test:stencil": "stencil test --spec -- src/utils/initialization-utils.spec.ts",
64
- "test:lit": "vitest run",
65
- "test:watch": "vitest",
64
+ "test:lit": "vitest run --project=atomic-default",
65
+ "test:watch": "vitest --project=atomic-default",
66
+ "test:storybook": "vitest run --project=storybook",
66
67
  "e2e": "cypress run --browser chrome",
67
68
  "e2e:firefox": "cypress run --browser firefox",
68
69
  "e2e:watch": "cypress open --browser chrome --e2e",
@@ -100,7 +101,6 @@
100
101
  "devDependencies": {
101
102
  "@axe-core/playwright": "4.10.2",
102
103
  "@custom-elements-manifest/analyzer": "0.10.4",
103
- "@mswjs/source": "0.4.1",
104
104
  "@playwright/test": "1.54.1",
105
105
  "@rollup/plugin-commonjs": "28.0.6",
106
106
  "@rollup/plugin-json": "6.1.0",
@@ -111,6 +111,7 @@
111
111
  "@stencil/react-output-target": "0.5.3",
112
112
  "@storybook/addon-a11y": "9.1.2",
113
113
  "@storybook/addon-docs": "9.1.2",
114
+ "@storybook/addon-vitest": "9.1.2",
114
115
  "@storybook/icons": "1.4.0",
115
116
  "@storybook/web-components-vite": "9.1.2",
116
117
  "@tailwindcss/postcss": "4.1.13",
@@ -119,6 +120,7 @@
119
120
  "@types/jest": "29.5.14",
120
121
  "@types/puppeteer": "7.0.4",
121
122
  "@vitest/browser": "3.2.4",
123
+ "@vitest/coverage-v8": "^3.2.4",
122
124
  "@wc-toolkit/storybook-helpers": "9.0.1",
123
125
  "axe-core": "4.10.3",
124
126
  "cypress": "13.7.3",
@@ -131,10 +133,7 @@
131
133
  "jest-cli": "29.7.0",
132
134
  "jest-localstorage-mock": "2.4.26",
133
135
  "local-web-server": "5.4.0",
134
- "msw": "2.10.5",
135
- "msw-storybook-addon": "2.0.5",
136
136
  "natural-orderby": "5.0.0",
137
- "openapi-types": "12.1.3",
138
137
  "playwright": "1.54.1",
139
138
  "postcss": "8.5.6",
140
139
  "postcss-load-config": "6.0.1",
@@ -168,10 +167,5 @@
168
167
  "license": "Apache-2.0",
169
168
  "engines": {
170
169
  "node": "^20.9.0 || ^22.11.0"
171
- },
172
- "msw": {
173
- "workerDirectory": [
174
- "public"
175
- ]
176
170
  }
177
171
  }
@@ -1,3 +0,0 @@
1
- declare module 'https://platform.cloud.coveo.com/api-docs/*' {
2
- export default any;
3
- }