@eui/ecl 21.0.0-next.5 → 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 +25 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +60 -60
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,42 +33,42 @@
|
|
|
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
|
},
|
|
44
|
-
"./
|
|
45
|
-
"types": "./types/eui-ecl-
|
|
46
|
-
"default": "./fesm2022/eui-ecl-
|
|
47
|
-
},
|
|
48
|
-
"./components/ecl-banner": {
|
|
49
|
-
"types": "./types/eui-ecl-components-ecl-banner.d.ts",
|
|
50
|
-
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
40
|
+
"./core": {
|
|
41
|
+
"types": "./types/eui-ecl-core.d.ts",
|
|
42
|
+
"default": "./fesm2022/eui-ecl-core.mjs"
|
|
51
43
|
},
|
|
52
44
|
"./components/ecl-accordion": {
|
|
53
45
|
"types": "./types/eui-ecl-components-ecl-accordion.d.ts",
|
|
54
46
|
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
55
47
|
},
|
|
48
|
+
"./components/ecl-app": {
|
|
49
|
+
"types": "./types/eui-ecl-components-ecl-app.d.ts",
|
|
50
|
+
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
51
|
+
},
|
|
56
52
|
"./components/ecl-blockquote": {
|
|
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"
|
|
63
63
|
},
|
|
64
|
-
"./components/ecl-button": {
|
|
65
|
-
"types": "./types/eui-ecl-components-ecl-button.d.ts",
|
|
66
|
-
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
67
|
-
},
|
|
68
64
|
"./components/ecl-card": {
|
|
69
65
|
"types": "./types/eui-ecl-components-ecl-card.d.ts",
|
|
70
66
|
"default": "./fesm2022/eui-ecl-components-ecl-card.mjs"
|
|
71
67
|
},
|
|
68
|
+
"./components/ecl-button": {
|
|
69
|
+
"types": "./types/eui-ecl-components-ecl-button.d.ts",
|
|
70
|
+
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
71
|
+
},
|
|
72
72
|
"./components/ecl-carousel": {
|
|
73
73
|
"types": "./types/eui-ecl-components-ecl-carousel.d.ts",
|
|
74
74
|
"default": "./fesm2022/eui-ecl-components-ecl-carousel.mjs"
|
|
@@ -101,17 +101,13 @@
|
|
|
101
101
|
"types": "./types/eui-ecl-components-ecl-divider.d.ts",
|
|
102
102
|
"default": "./fesm2022/eui-ecl-components-ecl-divider.mjs"
|
|
103
103
|
},
|
|
104
|
-
"./components/ecl-fact-figures": {
|
|
105
|
-
"types": "./types/eui-ecl-components-ecl-fact-figures.d.ts",
|
|
106
|
-
"default": "./fesm2022/eui-ecl-components-ecl-fact-figures.mjs"
|
|
107
|
-
},
|
|
108
104
|
"./components/ecl-expandable": {
|
|
109
105
|
"types": "./types/eui-ecl-components-ecl-expandable.d.ts",
|
|
110
106
|
"default": "./fesm2022/eui-ecl-components-ecl-expandable.mjs"
|
|
111
107
|
},
|
|
112
|
-
"./components/ecl-
|
|
113
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
114
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
108
|
+
"./components/ecl-fact-figures": {
|
|
109
|
+
"types": "./types/eui-ecl-components-ecl-fact-figures.d.ts",
|
|
110
|
+
"default": "./fesm2022/eui-ecl-components-ecl-fact-figures.mjs"
|
|
115
111
|
},
|
|
116
112
|
"./components/ecl-featured": {
|
|
117
113
|
"types": "./types/eui-ecl-components-ecl-featured.d.ts",
|
|
@@ -121,6 +117,10 @@
|
|
|
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"
|
|
@@ -157,14 +157,14 @@
|
|
|
157
157
|
"types": "./types/eui-ecl-components-ecl-link.d.ts",
|
|
158
158
|
"default": "./fesm2022/eui-ecl-components-ecl-link.mjs"
|
|
159
159
|
},
|
|
160
|
-
"./components/ecl-list-illustration": {
|
|
161
|
-
"types": "./types/eui-ecl-components-ecl-list-illustration.d.ts",
|
|
162
|
-
"default": "./fesm2022/eui-ecl-components-ecl-list-illustration.mjs"
|
|
163
|
-
},
|
|
164
160
|
"./components/ecl-list": {
|
|
165
161
|
"types": "./types/eui-ecl-components-ecl-list.d.ts",
|
|
166
162
|
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
167
163
|
},
|
|
164
|
+
"./components/ecl-list-illustration": {
|
|
165
|
+
"types": "./types/eui-ecl-components-ecl-list-illustration.d.ts",
|
|
166
|
+
"default": "./fesm2022/eui-ecl-components-ecl-list-illustration.mjs"
|
|
167
|
+
},
|
|
168
168
|
"./components/ecl-loading-indicator": {
|
|
169
169
|
"types": "./types/eui-ecl-components-ecl-loading-indicator.d.ts",
|
|
170
170
|
"default": "./fesm2022/eui-ecl-components-ecl-loading-indicator.mjs"
|
|
@@ -185,37 +185,37 @@
|
|
|
185
185
|
"types": "./types/eui-ecl-components-ecl-modal.d.ts",
|
|
186
186
|
"default": "./fesm2022/eui-ecl-components-ecl-modal.mjs"
|
|
187
187
|
},
|
|
188
|
-
"./components/ecl-navigation-list": {
|
|
189
|
-
"types": "./types/eui-ecl-components-ecl-navigation-list.d.ts",
|
|
190
|
-
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
191
|
-
},
|
|
192
188
|
"./components/ecl-multiselect": {
|
|
193
189
|
"types": "./types/eui-ecl-components-ecl-multiselect.d.ts",
|
|
194
190
|
"default": "./fesm2022/eui-ecl-components-ecl-multiselect.mjs"
|
|
195
191
|
},
|
|
196
|
-
"./components/ecl-news-ticker": {
|
|
197
|
-
"types": "./types/eui-ecl-components-ecl-news-ticker.d.ts",
|
|
198
|
-
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
199
|
-
},
|
|
200
192
|
"./components/ecl-notification": {
|
|
201
193
|
"types": "./types/eui-ecl-components-ecl-notification.d.ts",
|
|
202
194
|
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
203
195
|
},
|
|
204
|
-
"./components/ecl-
|
|
205
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
206
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
196
|
+
"./components/ecl-navigation-list": {
|
|
197
|
+
"types": "./types/eui-ecl-components-ecl-navigation-list.d.ts",
|
|
198
|
+
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
207
199
|
},
|
|
208
|
-
"./components/ecl-
|
|
209
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
210
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
200
|
+
"./components/ecl-news-ticker": {
|
|
201
|
+
"types": "./types/eui-ecl-components-ecl-news-ticker.d.ts",
|
|
202
|
+
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
211
203
|
},
|
|
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"
|
|
215
207
|
},
|
|
216
|
-
"./components/ecl-
|
|
217
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
218
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
208
|
+
"./components/ecl-radio": {
|
|
209
|
+
"types": "./types/eui-ecl-components-ecl-radio.d.ts",
|
|
210
|
+
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
211
|
+
},
|
|
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"
|
|
219
219
|
},
|
|
220
220
|
"./components/ecl-rating-field": {
|
|
221
221
|
"types": "./types/eui-ecl-components-ecl-rating-field.d.ts",
|
|
@@ -225,17 +225,17 @@
|
|
|
225
225
|
"types": "./types/eui-ecl-components-ecl-search-form.d.ts",
|
|
226
226
|
"default": "./fesm2022/eui-ecl-components-ecl-search-form.mjs"
|
|
227
227
|
},
|
|
228
|
-
"./components/ecl-radio": {
|
|
229
|
-
"types": "./types/eui-ecl-components-ecl-radio.d.ts",
|
|
230
|
-
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
231
|
-
},
|
|
232
228
|
"./components/ecl-select": {
|
|
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-
|
|
249
|
-
"types": "./types/eui-ecl-components-ecl-site-
|
|
250
|
-
"default": "./fesm2022/eui-ecl-components-ecl-site-
|
|
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
251
|
},
|
|
252
252
|
"./components/ecl-spotlight": {
|
|
253
253
|
"types": "./types/eui-ecl-components-ecl-spotlight.d.ts",
|
|
254
254
|
"default": "./fesm2022/eui-ecl-components-ecl-spotlight.mjs"
|
|
255
255
|
},
|
|
256
|
-
"./components/ecl-
|
|
257
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
258
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
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",
|