@coveo/atomic 3.40.0 → 3.41.0
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/cjs/version.cjs.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
module.exports.headlessVersion = '3.35.
|
|
2
|
-
module.exports.atomicVersion = '3.
|
|
1
|
+
module.exports.headlessVersion = '3.35.4';
|
|
2
|
+
module.exports.atomicVersion = '3.41.0';
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const headlessVersion = '3.35.
|
|
2
|
-
export const atomicVersion = '3.
|
|
1
|
+
export const headlessVersion = '3.35.4';
|
|
2
|
+
export const atomicVersion = '3.41.0';
|
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.
|
|
4
|
+
"version": "3.41.0",
|
|
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": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"marked": "12.0.2",
|
|
65
65
|
"stencil-inline-svg": "1.1.0",
|
|
66
66
|
"@coveo/bueno": "1.1.5",
|
|
67
|
-
"@coveo/headless": "3.35.
|
|
67
|
+
"@coveo/headless": "3.35.4"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@custom-elements-manifest/analyzer": "0.10.4",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"typescript": ">=5.0.0",
|
|
132
132
|
"@coveo/bueno": "1.1.5",
|
|
133
|
-
"@coveo/headless": "3.35.
|
|
133
|
+
"@coveo/headless": "3.35.4"
|
|
134
134
|
},
|
|
135
135
|
"peerDependenciesMeta": {
|
|
136
136
|
"typescript": {
|