@eui/ecl 21.0.0-alpha.24 → 21.0.0-alpha.25
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.25",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"types": "./shared/index.d.ts",
|
|
43
43
|
"default": "./fesm2022/eui-ecl-shared.mjs"
|
|
44
44
|
},
|
|
45
|
-
"./components/ecl-app": {
|
|
46
|
-
"types": "./components/ecl-app/index.d.ts",
|
|
47
|
-
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
48
|
-
},
|
|
49
45
|
"./components/ecl-accordion": {
|
|
50
46
|
"types": "./components/ecl-accordion/index.d.ts",
|
|
51
47
|
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
52
48
|
},
|
|
49
|
+
"./components/ecl-app": {
|
|
50
|
+
"types": "./components/ecl-app/index.d.ts",
|
|
51
|
+
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
52
|
+
},
|
|
53
53
|
"./components/ecl-banner": {
|
|
54
54
|
"types": "./components/ecl-banner/index.d.ts",
|
|
55
55
|
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"types": "./components/ecl-gallery/index.d.ts",
|
|
135
135
|
"default": "./fesm2022/eui-ecl-components-ecl-gallery.mjs"
|
|
136
136
|
},
|
|
137
|
-
"./components/ecl-help-block": {
|
|
138
|
-
"types": "./components/ecl-help-block/index.d.ts",
|
|
139
|
-
"default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
|
|
140
|
-
},
|
|
141
137
|
"./components/ecl-icon": {
|
|
142
138
|
"types": "./components/ecl-icon/index.d.ts",
|
|
143
139
|
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
144
140
|
},
|
|
141
|
+
"./components/ecl-help-block": {
|
|
142
|
+
"types": "./components/ecl-help-block/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
|
|
144
|
+
},
|
|
145
145
|
"./components/ecl-inpage-navigation": {
|
|
146
146
|
"types": "./components/ecl-inpage-navigation/index.d.ts",
|
|
147
147
|
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
@@ -194,14 +194,14 @@
|
|
|
194
194
|
"types": "./components/ecl-news-ticker/index.d.ts",
|
|
195
195
|
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
196
196
|
},
|
|
197
|
-
"./components/ecl-notification": {
|
|
198
|
-
"types": "./components/ecl-notification/index.d.ts",
|
|
199
|
-
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
200
|
-
},
|
|
201
197
|
"./components/ecl-page-header": {
|
|
202
198
|
"types": "./components/ecl-page-header/index.d.ts",
|
|
203
199
|
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
204
200
|
},
|
|
201
|
+
"./components/ecl-notification": {
|
|
202
|
+
"types": "./components/ecl-notification/index.d.ts",
|
|
203
|
+
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
204
|
+
},
|
|
205
205
|
"./components/ecl-pagination": {
|
|
206
206
|
"types": "./components/ecl-pagination/index.d.ts",
|
|
207
207
|
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|