@eui/ecl 19.3.3-snapshot-1756976175043 → 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 +14 -14
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"
|
|
@@ -252,10 +252,6 @@
|
|
|
252
252
|
"types": "./components/ecl-sticky-container/index.d.ts",
|
|
253
253
|
"default": "./fesm2022/eui-ecl-components-ecl-sticky-container.mjs"
|
|
254
254
|
},
|
|
255
|
-
"./components/ecl-tag": {
|
|
256
|
-
"types": "./components/ecl-tag/index.d.ts",
|
|
257
|
-
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
258
|
-
},
|
|
259
255
|
"./components/ecl-table": {
|
|
260
256
|
"types": "./components/ecl-table/index.d.ts",
|
|
261
257
|
"default": "./fesm2022/eui-ecl-components-ecl-table.mjs"
|
|
@@ -264,6 +260,10 @@
|
|
|
264
260
|
"types": "./components/ecl-tabs/index.d.ts",
|
|
265
261
|
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
266
262
|
},
|
|
263
|
+
"./components/ecl-tag": {
|
|
264
|
+
"types": "./components/ecl-tag/index.d.ts",
|
|
265
|
+
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
266
|
+
},
|
|
267
267
|
"./components/ecl-text-area": {
|
|
268
268
|
"types": "./components/ecl-text-area/index.d.ts",
|
|
269
269
|
"default": "./fesm2022/eui-ecl-components-ecl-text-area.mjs"
|