@eui/ecl 19.3.4-snapshot-1757584709658 → 19.3.4
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/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.4
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "19.3.4",
|
|
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",
|
|
@@ -260,6 +260,10 @@
|
|
|
260
260
|
"types": "./components/ecl-tabs/index.d.ts",
|
|
261
261
|
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
262
262
|
},
|
|
263
|
+
"./components/ecl-tag": {
|
|
264
|
+
"types": "./components/ecl-tag/index.d.ts",
|
|
265
|
+
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
266
|
+
},
|
|
263
267
|
"./components/ecl-text-area": {
|
|
264
268
|
"types": "./components/ecl-text-area/index.d.ts",
|
|
265
269
|
"default": "./fesm2022/eui-ecl-components-ecl-text-area.mjs"
|
|
@@ -268,10 +272,6 @@
|
|
|
268
272
|
"types": "./components/ecl-text-input/index.d.ts",
|
|
269
273
|
"default": "./fesm2022/eui-ecl-components-ecl-text-input.mjs"
|
|
270
274
|
},
|
|
271
|
-
"./components/ecl-tag": {
|
|
272
|
-
"types": "./components/ecl-tag/index.d.ts",
|
|
273
|
-
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
274
|
-
},
|
|
275
275
|
"./components/ecl-timeline": {
|
|
276
276
|
"types": "./components/ecl-timeline/index.d.ts",
|
|
277
277
|
"default": "./fesm2022/eui-ecl-components-ecl-timeline.mjs"
|