@eui/ecl 19.3.4-snapshot-1757575655777 → 19.3.4-snapshot-1757584709658
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.4-snapshot-
|
|
3
|
+
"version": "19.3.4-snapshot-1757584709658",
|
|
4
4
|
"tag": "snapshot",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -260,10 +260,6 @@
|
|
|
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
|
-
},
|
|
267
263
|
"./components/ecl-text-area": {
|
|
268
264
|
"types": "./components/ecl-text-area/index.d.ts",
|
|
269
265
|
"default": "./fesm2022/eui-ecl-components-ecl-text-area.mjs"
|
|
@@ -272,6 +268,10 @@
|
|
|
272
268
|
"types": "./components/ecl-text-input/index.d.ts",
|
|
273
269
|
"default": "./fesm2022/eui-ecl-components-ecl-text-input.mjs"
|
|
274
270
|
},
|
|
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"
|