@coveo/atomic 3.34.1-pre.f9f8dff13e → 3.35.0-pre.b3e173655a

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-183f80ba.js';
4
+ import { g as getNextAnalyticsConfig, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance } from './analytics-config-f3ba6c2b.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-183f80ba.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-f3ba6c2b.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.f9f8dff13e';
2
+ export const atomicVersion = '3.35.0-pre.b3e173655a';
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-10-08T08:32:08",
2
+ "timestamp": "2025-10-08T12:15:12",
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.f9f8dff13e",
4
+ "version": "3.35.0-pre.b3e173655a",
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,9 +61,8 @@
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 --project=atomic-default",
65
- "test:watch": "vitest --project=atomic-default",
66
- "test:storybook": "vitest run --project=storybook",
64
+ "test:lit": "vitest run",
65
+ "test:watch": "vitest",
67
66
  "e2e": "cypress run --browser chrome",
68
67
  "e2e:firefox": "cypress run --browser firefox",
69
68
  "e2e:watch": "cypress open --browser chrome --e2e",
@@ -111,7 +110,6 @@
111
110
  "@stencil/react-output-target": "0.5.3",
112
111
  "@storybook/addon-a11y": "9.1.2",
113
112
  "@storybook/addon-docs": "9.1.2",
114
- "@storybook/addon-vitest": "9.1.2",
115
113
  "@storybook/icons": "1.4.0",
116
114
  "@storybook/web-components-vite": "9.1.2",
117
115
  "@tailwindcss/postcss": "4.1.13",
@@ -120,7 +118,6 @@
120
118
  "@types/jest": "29.5.14",
121
119
  "@types/puppeteer": "7.0.4",
122
120
  "@vitest/browser": "3.2.4",
123
- "@vitest/coverage-v8": "^3.2.4",
124
121
  "@wc-toolkit/storybook-helpers": "9.0.1",
125
122
  "axe-core": "4.10.3",
126
123
  "cypress": "13.7.3",