@eui/ecl 21.0.0-alpha.12 → 21.0.0-alpha.14
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 +50 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +15 -15
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.14",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -46,30 +46,30 @@
|
|
|
46
46
|
"types": "./components/ecl-accordion/index.d.ts",
|
|
47
47
|
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
48
48
|
},
|
|
49
|
-
"./components/ecl-app": {
|
|
50
|
-
"types": "./components/ecl-app/index.d.ts",
|
|
51
|
-
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
52
|
-
},
|
|
53
49
|
"./components/ecl-banner": {
|
|
54
50
|
"types": "./components/ecl-banner/index.d.ts",
|
|
55
51
|
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
56
52
|
},
|
|
57
|
-
"./components/ecl-
|
|
58
|
-
"types": "./components/ecl-
|
|
59
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
53
|
+
"./components/ecl-app": {
|
|
54
|
+
"types": "./components/ecl-app/index.d.ts",
|
|
55
|
+
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
60
56
|
},
|
|
61
57
|
"./components/ecl-breadcrumb": {
|
|
62
58
|
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
63
59
|
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
64
60
|
},
|
|
65
|
-
"./components/ecl-
|
|
66
|
-
"types": "./components/ecl-
|
|
67
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
61
|
+
"./components/ecl-blockquote": {
|
|
62
|
+
"types": "./components/ecl-blockquote/index.d.ts",
|
|
63
|
+
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
68
64
|
},
|
|
69
65
|
"./components/ecl-button": {
|
|
70
66
|
"types": "./components/ecl-button/index.d.ts",
|
|
71
67
|
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
72
68
|
},
|
|
69
|
+
"./components/ecl-card": {
|
|
70
|
+
"types": "./components/ecl-card/index.d.ts",
|
|
71
|
+
"default": "./fesm2022/eui-ecl-components-ecl-card.mjs"
|
|
72
|
+
},
|
|
73
73
|
"./components/ecl-carousel": {
|
|
74
74
|
"types": "./components/ecl-carousel/index.d.ts",
|
|
75
75
|
"default": "./fesm2022/eui-ecl-components-ecl-carousel.mjs"
|
|
@@ -210,14 +210,14 @@
|
|
|
210
210
|
"types": "./components/ecl-popover/index.d.ts",
|
|
211
211
|
"default": "./fesm2022/eui-ecl-components-ecl-popover.mjs"
|
|
212
212
|
},
|
|
213
|
-
"./components/ecl-radio": {
|
|
214
|
-
"types": "./components/ecl-radio/index.d.ts",
|
|
215
|
-
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
216
|
-
},
|
|
217
213
|
"./components/ecl-range": {
|
|
218
214
|
"types": "./components/ecl-range/index.d.ts",
|
|
219
215
|
"default": "./fesm2022/eui-ecl-components-ecl-range.mjs"
|
|
220
216
|
},
|
|
217
|
+
"./components/ecl-radio": {
|
|
218
|
+
"types": "./components/ecl-radio/index.d.ts",
|
|
219
|
+
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
220
|
+
},
|
|
221
221
|
"./components/ecl-rating-field": {
|
|
222
222
|
"types": "./components/ecl-rating-field/index.d.ts",
|
|
223
223
|
"default": "./fesm2022/eui-ecl-components-ecl-rating-field.mjs"
|