@eui/ecl 21.0.0-alpha.29 → 21.0.0-alpha.30
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/changelog.html +10 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +13 -13
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.30",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"types": "./index.d.ts",
|
|
34
34
|
"default": "./fesm2022/eui-ecl.mjs"
|
|
35
35
|
},
|
|
36
|
-
"./shared": {
|
|
37
|
-
"types": "./shared/index.d.ts",
|
|
38
|
-
"default": "./fesm2022/eui-ecl-shared.mjs"
|
|
39
|
-
},
|
|
40
36
|
"./core": {
|
|
41
37
|
"types": "./core/index.d.ts",
|
|
42
38
|
"default": "./fesm2022/eui-ecl-core.mjs"
|
|
43
39
|
},
|
|
40
|
+
"./shared": {
|
|
41
|
+
"types": "./shared/index.d.ts",
|
|
42
|
+
"default": "./fesm2022/eui-ecl-shared.mjs"
|
|
43
|
+
},
|
|
44
44
|
"./components/ecl-accordion": {
|
|
45
45
|
"types": "./components/ecl-accordion/index.d.ts",
|
|
46
46
|
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
@@ -149,14 +149,14 @@
|
|
|
149
149
|
"types": "./components/ecl-label/index.d.ts",
|
|
150
150
|
"default": "./fesm2022/eui-ecl-components-ecl-label.mjs"
|
|
151
151
|
},
|
|
152
|
-
"./components/ecl-list": {
|
|
153
|
-
"types": "./components/ecl-list/index.d.ts",
|
|
154
|
-
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
155
|
-
},
|
|
156
152
|
"./components/ecl-link": {
|
|
157
153
|
"types": "./components/ecl-link/index.d.ts",
|
|
158
154
|
"default": "./fesm2022/eui-ecl-components-ecl-link.mjs"
|
|
159
155
|
},
|
|
156
|
+
"./components/ecl-list": {
|
|
157
|
+
"types": "./components/ecl-list/index.d.ts",
|
|
158
|
+
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
159
|
+
},
|
|
160
160
|
"./components/ecl-list-illustration": {
|
|
161
161
|
"types": "./components/ecl-list-illustration/index.d.ts",
|
|
162
162
|
"default": "./fesm2022/eui-ecl-components-ecl-list-illustration.mjs"
|
|
@@ -265,14 +265,14 @@
|
|
|
265
265
|
"types": "./components/ecl-tabs/index.d.ts",
|
|
266
266
|
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
267
267
|
},
|
|
268
|
-
"./components/ecl-tag": {
|
|
269
|
-
"types": "./components/ecl-tag/index.d.ts",
|
|
270
|
-
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
271
|
-
},
|
|
272
268
|
"./components/ecl-text-area": {
|
|
273
269
|
"types": "./components/ecl-text-area/index.d.ts",
|
|
274
270
|
"default": "./fesm2022/eui-ecl-components-ecl-text-area.mjs"
|
|
275
271
|
},
|
|
272
|
+
"./components/ecl-tag": {
|
|
273
|
+
"types": "./components/ecl-tag/index.d.ts",
|
|
274
|
+
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
275
|
+
},
|
|
276
276
|
"./components/ecl-text-input": {
|
|
277
277
|
"types": "./components/ecl-text-input/index.d.ts",
|
|
278
278
|
"default": "./fesm2022/eui-ecl-components-ecl-text-input.mjs"
|