@eui/ecl 19.3.3-snapshot-1756980500575 → 19.3.3
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/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +10 -10
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.3
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "19.3.3",
|
|
4
|
+
"tag": "latest",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
7
7
|
"author": "ec.europa.eui@gmail.com",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"types": "./components/ecl-banner/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
50
50
|
},
|
|
51
|
-
"./components/ecl-blockquote": {
|
|
52
|
-
"types": "./components/ecl-blockquote/index.d.ts",
|
|
53
|
-
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
54
|
-
},
|
|
55
51
|
"./components/ecl-breadcrumb": {
|
|
56
52
|
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
57
53
|
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
58
54
|
},
|
|
55
|
+
"./components/ecl-blockquote": {
|
|
56
|
+
"types": "./components/ecl-blockquote/index.d.ts",
|
|
57
|
+
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
58
|
+
},
|
|
59
59
|
"./components/ecl-button": {
|
|
60
60
|
"types": "./components/ecl-button/index.d.ts",
|
|
61
61
|
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
@@ -164,14 +164,14 @@
|
|
|
164
164
|
"types": "./components/ecl-media-container/index.d.ts",
|
|
165
165
|
"default": "./fesm2022/eui-ecl-components-ecl-media-container.mjs"
|
|
166
166
|
},
|
|
167
|
-
"./components/ecl-mega-menu": {
|
|
168
|
-
"types": "./components/ecl-mega-menu/index.d.ts",
|
|
169
|
-
"default": "./fesm2022/eui-ecl-components-ecl-mega-menu.mjs"
|
|
170
|
-
},
|
|
171
167
|
"./components/ecl-menu": {
|
|
172
168
|
"types": "./components/ecl-menu/index.d.ts",
|
|
173
169
|
"default": "./fesm2022/eui-ecl-components-ecl-menu.mjs"
|
|
174
170
|
},
|
|
171
|
+
"./components/ecl-mega-menu": {
|
|
172
|
+
"types": "./components/ecl-mega-menu/index.d.ts",
|
|
173
|
+
"default": "./fesm2022/eui-ecl-components-ecl-mega-menu.mjs"
|
|
174
|
+
},
|
|
175
175
|
"./components/ecl-modal": {
|
|
176
176
|
"types": "./components/ecl-modal/index.d.ts",
|
|
177
177
|
"default": "./fesm2022/eui-ecl-components-ecl-modal.mjs"
|