@coveo/atomic 3.34.1-pre.6cde61c13d → 3.34.1-pre.f136b59d99
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/atomic/_atomic.esm.js +1 -1
- package/dist/atomic/components/analytics-config.js +1 -1
- package/dist/atomic/components/global/environment.js +1 -1
- package/dist/atomic/{p-549c8aa4.entry.js → p-19a88489.entry.js} +2 -2
- package/dist/atomic/{p-e31b7439.entry.js → p-332a5add.entry.js} +2 -2
- package/dist/atomic/{p-f4c585ee.js → p-6b476aef.js} +2 -2
- package/dist/cjs/{analytics-config-430c5499.js → analytics-config-1c186ef9.js} +2 -2
- package/dist/cjs/{analytics-config-430c5499.js.map → analytics-config-1c186ef9.js.map} +1 -1
- package/dist/cjs/atomic-insight-interface.cjs.entry.js +1 -1
- package/dist/cjs/atomic-recs-interface.cjs.entry.js +1 -1
- package/dist/cjs/version.cjs.js +2 -2
- package/dist/esm/{analytics-config-a7981f03.js → analytics-config-6febf5eb.js} +2 -2
- package/dist/esm/{analytics-config-a7981f03.js.map → analytics-config-6febf5eb.js.map} +1 -1
- package/dist/esm/atomic-insight-interface.entry.js +1 -1
- package/dist/esm/atomic-recs-interface.entry.js +1 -1
- package/dist/esm/version.js +2 -2
- package/docs/atomic-docs.json +1 -1
- package/package.json +7 -9
- /package/dist/atomic/{p-549c8aa4.entry.js.map → p-19a88489.entry.js.map} +0 -0
- /package/dist/atomic/{p-e31b7439.entry.js.map → p-332a5add.entry.js.map} +0 -0
- /package/dist/atomic/{p-f4c585ee.js.map → p-6b476aef.js.map} +0 -0
@@ -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-
|
4
|
+
import { g as getNextAnalyticsConfig, a as augmentWithExternalMiddleware, b as augmentAnalyticsWithAtomicVersion, C as CommonAtomicInterfaceHelper, i as instance } from './analytics-config-6febf5eb.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-
|
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-6febf5eb.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';
|
package/dist/esm/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const headlessVersion = '3.31.3-pre.
|
2
|
-
export const atomicVersion = '3.34.1-pre.
|
1
|
+
export const headlessVersion = '3.31.3-pre.f136b59d99';
|
2
|
+
export const atomicVersion = '3.34.1-pre.f136b59d99';
|
package/docs/atomic-docs.json
CHANGED
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.
|
4
|
+
"version": "3.34.1-pre.f136b59d99",
|
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": {
|
@@ -48,7 +48,7 @@
|
|
48
48
|
],
|
49
49
|
"scripts": {
|
50
50
|
"clean": "node ../../utils/ci/rm-rf.mjs dist/* dist-storybook/* www/* docs/* playwright-report/*",
|
51
|
-
"build:storybook": "storybook build -o dist-storybook
|
51
|
+
"build:storybook": "storybook build -o dist-storybook",
|
52
52
|
"build:cem": "cem analyze",
|
53
53
|
"build:stencil-lit": "node --max_old_space_size=6144 ../../node_modules/@stencil/core/bin/stencil build --tsConfig tsconfig.stencil.json && node ./scripts/stencil-proxy.mjs && node ./scripts/build.mjs --config=tsconfig.lit.json && esbuild src/autoloader/index.ts --format=esm --outfile=dist/atomic/autoloader/index.esm.js && esbuild src/autoloader/index.ts --format=cjs --outfile=dist/atomic/autoloader/index.cjs.js && rollup -c rollup.config.js && node ../../utils/ci/rm-rf.mjs ./dist/atomic/loader/package.json && tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts",
|
54
54
|
"build:angular": "npx turbo gen:lit --filter=@coveo/atomic-angular-builder",
|
@@ -78,12 +78,11 @@
|
|
78
78
|
"release:phase3": "npm run-script -w=@coveo/ci npm-publish",
|
79
79
|
"release:phase1": "npm run-script -w=@coveo/ci bump",
|
80
80
|
"promote:npm:latest": "npm run-script -w=@coveo/ci promote-npm-prod",
|
81
|
-
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts"
|
82
|
-
"chromatic": "npx chromatic"
|
81
|
+
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts"
|
83
82
|
},
|
84
83
|
"dependencies": {
|
85
|
-
"@coveo/bueno": "1.1.4-pre.
|
86
|
-
"@coveo/headless": "3.31.3-pre.
|
84
|
+
"@coveo/bueno": "1.1.4-pre.f136b59d99",
|
85
|
+
"@coveo/headless": "3.31.3-pre.f136b59d99",
|
87
86
|
"@lit/context": "1.1.6",
|
88
87
|
"@open-wc/lit-helpers": "0.7.0",
|
89
88
|
"@popperjs/core": "2.11.8",
|
@@ -124,7 +123,6 @@
|
|
124
123
|
"@vitest/coverage-v8": "^3.2.4",
|
125
124
|
"@wc-toolkit/storybook-helpers": "9.0.1",
|
126
125
|
"axe-core": "4.10.3",
|
127
|
-
"chromatic": "13.3.0",
|
128
126
|
"cypress": "13.7.3",
|
129
127
|
"cypress-axe": "1.6.0",
|
130
128
|
"cypress-repeat": "2.3.9",
|
@@ -157,8 +155,8 @@
|
|
157
155
|
"wait-on": "8.0.4"
|
158
156
|
},
|
159
157
|
"peerDependencies": {
|
160
|
-
"@coveo/bueno": "1.1.4-pre.
|
161
|
-
"@coveo/headless": "3.31.3-pre.
|
158
|
+
"@coveo/bueno": "1.1.4-pre.f136b59d99",
|
159
|
+
"@coveo/headless": "3.31.3-pre.f136b59d99",
|
162
160
|
"typescript": ">=5.0.0"
|
163
161
|
},
|
164
162
|
"peerDependenciesMeta": {
|
File without changes
|
File without changes
|
File without changes
|