@eui/ecl 21.0.0-next.6 → 21.0.0-next.7
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 +15 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +44 -44
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-next.
|
|
3
|
+
"version": "21.0.0-next.7",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -33,22 +33,18 @@
|
|
|
33
33
|
"types": "./types/eui-ecl.d.ts",
|
|
34
34
|
"default": "./fesm2022/eui-ecl.mjs"
|
|
35
35
|
},
|
|
36
|
-
"./core": {
|
|
37
|
-
"types": "./types/eui-ecl-core.d.ts",
|
|
38
|
-
"default": "./fesm2022/eui-ecl-core.mjs"
|
|
39
|
-
},
|
|
40
36
|
"./shared": {
|
|
41
37
|
"types": "./types/eui-ecl-shared.d.ts",
|
|
42
38
|
"default": "./fesm2022/eui-ecl-shared.mjs"
|
|
43
39
|
},
|
|
40
|
+
"./core": {
|
|
41
|
+
"types": "./types/eui-ecl-core.d.ts",
|
|
42
|
+
"default": "./fesm2022/eui-ecl-core.mjs"
|
|
43
|
+
},
|
|
44
44
|
"./components/ecl-accordion": {
|
|
45
45
|
"types": "./types/eui-ecl-components-ecl-accordion.d.ts",
|
|
46
46
|
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
47
47
|
},
|
|
48
|
-
"./components/ecl-banner": {
|
|
49
|
-
"types": "./types/eui-ecl-components-ecl-banner.d.ts",
|
|
50
|
-
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
51
|
-
},
|
|
52
48
|
"./components/ecl-app": {
|
|
53
49
|
"types": "./types/eui-ecl-components-ecl-app.d.ts",
|
|
54
50
|
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
@@ -57,6 +53,10 @@
|
|
|
57
53
|
"types": "./types/eui-ecl-components-ecl-blockquote.d.ts",
|
|
58
54
|
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
59
55
|
},
|
|
56
|
+
"./components/ecl-banner": {
|
|
57
|
+
"types": "./types/eui-ecl-components-ecl-banner.d.ts",
|
|
58
|
+
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
59
|
+
},
|
|
60
60
|
"./components/ecl-breadcrumb": {
|
|
61
61
|
"types": "./types/eui-ecl-components-ecl-breadcrumb.d.ts",
|
|
62
62
|
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
@@ -105,22 +105,22 @@
|
|
|
105
105
|
"types": "./types/eui-ecl-components-ecl-expandable.d.ts",
|
|
106
106
|
"default": "./fesm2022/eui-ecl-components-ecl-expandable.mjs"
|
|
107
107
|
},
|
|
108
|
-
"./components/ecl-featured": {
|
|
109
|
-
"types": "./types/eui-ecl-components-ecl-featured.d.ts",
|
|
110
|
-
"default": "./fesm2022/eui-ecl-components-ecl-featured.mjs"
|
|
111
|
-
},
|
|
112
108
|
"./components/ecl-fact-figures": {
|
|
113
109
|
"types": "./types/eui-ecl-components-ecl-fact-figures.d.ts",
|
|
114
110
|
"default": "./fesm2022/eui-ecl-components-ecl-fact-figures.mjs"
|
|
115
111
|
},
|
|
116
|
-
"./components/ecl-
|
|
117
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
118
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
112
|
+
"./components/ecl-featured": {
|
|
113
|
+
"types": "./types/eui-ecl-components-ecl-featured.d.ts",
|
|
114
|
+
"default": "./fesm2022/eui-ecl-components-ecl-featured.mjs"
|
|
119
115
|
},
|
|
120
116
|
"./components/ecl-file": {
|
|
121
117
|
"types": "./types/eui-ecl-components-ecl-file.d.ts",
|
|
122
118
|
"default": "./fesm2022/eui-ecl-components-ecl-file.mjs"
|
|
123
119
|
},
|
|
120
|
+
"./components/ecl-feedback-message": {
|
|
121
|
+
"types": "./types/eui-ecl-components-ecl-feedback-message.d.ts",
|
|
122
|
+
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
123
|
+
},
|
|
124
124
|
"./components/ecl-file-upload": {
|
|
125
125
|
"types": "./types/eui-ecl-components-ecl-file-upload.d.ts",
|
|
126
126
|
"default": "./fesm2022/eui-ecl-components-ecl-file-upload.mjs"
|
|
@@ -189,6 +189,10 @@
|
|
|
189
189
|
"types": "./types/eui-ecl-components-ecl-multiselect.d.ts",
|
|
190
190
|
"default": "./fesm2022/eui-ecl-components-ecl-multiselect.mjs"
|
|
191
191
|
},
|
|
192
|
+
"./components/ecl-notification": {
|
|
193
|
+
"types": "./types/eui-ecl-components-ecl-notification.d.ts",
|
|
194
|
+
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
195
|
+
},
|
|
192
196
|
"./components/ecl-navigation-list": {
|
|
193
197
|
"types": "./types/eui-ecl-components-ecl-navigation-list.d.ts",
|
|
194
198
|
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
@@ -197,18 +201,6 @@
|
|
|
197
201
|
"types": "./types/eui-ecl-components-ecl-news-ticker.d.ts",
|
|
198
202
|
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
199
203
|
},
|
|
200
|
-
"./components/ecl-notification": {
|
|
201
|
-
"types": "./types/eui-ecl-components-ecl-notification.d.ts",
|
|
202
|
-
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
203
|
-
},
|
|
204
|
-
"./components/ecl-page-header": {
|
|
205
|
-
"types": "./types/eui-ecl-components-ecl-page-header.d.ts",
|
|
206
|
-
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
207
|
-
},
|
|
208
|
-
"./components/ecl-pagination": {
|
|
209
|
-
"types": "./types/eui-ecl-components-ecl-pagination.d.ts",
|
|
210
|
-
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
211
|
-
},
|
|
212
204
|
"./components/ecl-popover": {
|
|
213
205
|
"types": "./types/eui-ecl-components-ecl-popover.d.ts",
|
|
214
206
|
"default": "./fesm2022/eui-ecl-components-ecl-popover.mjs"
|
|
@@ -217,9 +209,13 @@
|
|
|
217
209
|
"types": "./types/eui-ecl-components-ecl-radio.d.ts",
|
|
218
210
|
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
219
211
|
},
|
|
220
|
-
"./components/ecl-
|
|
221
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
222
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
212
|
+
"./components/ecl-page-header": {
|
|
213
|
+
"types": "./types/eui-ecl-components-ecl-page-header.d.ts",
|
|
214
|
+
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
215
|
+
},
|
|
216
|
+
"./components/ecl-pagination": {
|
|
217
|
+
"types": "./types/eui-ecl-components-ecl-pagination.d.ts",
|
|
218
|
+
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
223
219
|
},
|
|
224
220
|
"./components/ecl-rating-field": {
|
|
225
221
|
"types": "./types/eui-ecl-components-ecl-rating-field.d.ts",
|
|
@@ -233,9 +229,13 @@
|
|
|
233
229
|
"types": "./types/eui-ecl-components-ecl-select.d.ts",
|
|
234
230
|
"default": "./fesm2022/eui-ecl-components-ecl-select.mjs"
|
|
235
231
|
},
|
|
236
|
-
"./components/ecl-
|
|
237
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
238
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
232
|
+
"./components/ecl-range": {
|
|
233
|
+
"types": "./types/eui-ecl-components-ecl-range.d.ts",
|
|
234
|
+
"default": "./fesm2022/eui-ecl-components-ecl-range.mjs"
|
|
235
|
+
},
|
|
236
|
+
"./components/ecl-site-footer": {
|
|
237
|
+
"types": "./types/eui-ecl-components-ecl-site-footer.d.ts",
|
|
238
|
+
"default": "./fesm2022/eui-ecl-components-ecl-site-footer.mjs"
|
|
239
239
|
},
|
|
240
240
|
"./components/ecl-social-media-follow": {
|
|
241
241
|
"types": "./types/eui-ecl-components-ecl-social-media-follow.d.ts",
|
|
@@ -245,25 +245,25 @@
|
|
|
245
245
|
"types": "./types/eui-ecl-components-ecl-splash-page.d.ts",
|
|
246
246
|
"default": "./fesm2022/eui-ecl-components-ecl-splash-page.mjs"
|
|
247
247
|
},
|
|
248
|
+
"./components/ecl-site-header": {
|
|
249
|
+
"types": "./types/eui-ecl-components-ecl-site-header.d.ts",
|
|
250
|
+
"default": "./fesm2022/eui-ecl-components-ecl-site-header.mjs"
|
|
251
|
+
},
|
|
248
252
|
"./components/ecl-spotlight": {
|
|
249
253
|
"types": "./types/eui-ecl-components-ecl-spotlight.d.ts",
|
|
250
254
|
"default": "./fesm2022/eui-ecl-components-ecl-spotlight.mjs"
|
|
251
255
|
},
|
|
252
|
-
"./components/ecl-
|
|
253
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
254
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
255
|
-
},
|
|
256
|
-
"./components/ecl-site-footer": {
|
|
257
|
-
"types": "./types/eui-ecl-components-ecl-site-footer.d.ts",
|
|
258
|
-
"default": "./fesm2022/eui-ecl-components-ecl-site-footer.mjs"
|
|
256
|
+
"./components/ecl-tabs": {
|
|
257
|
+
"types": "./types/eui-ecl-components-ecl-tabs.d.ts",
|
|
258
|
+
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
259
259
|
},
|
|
260
260
|
"./components/ecl-table": {
|
|
261
261
|
"types": "./types/eui-ecl-components-ecl-table.d.ts",
|
|
262
262
|
"default": "./fesm2022/eui-ecl-components-ecl-table.mjs"
|
|
263
263
|
},
|
|
264
|
-
"./components/ecl-
|
|
265
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
266
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
264
|
+
"./components/ecl-sticky-container": {
|
|
265
|
+
"types": "./types/eui-ecl-components-ecl-sticky-container.d.ts",
|
|
266
|
+
"default": "./fesm2022/eui-ecl-components-ecl-sticky-container.mjs"
|
|
267
267
|
},
|
|
268
268
|
"./components/ecl-tag": {
|
|
269
269
|
"types": "./types/eui-ecl-components-ecl-tag.d.ts",
|