@eui/ecl 21.0.0-next.5 → 21.0.0-next.6
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 +39 -39
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.6",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"types": "./types/eui-ecl-shared.d.ts",
|
|
42
42
|
"default": "./fesm2022/eui-ecl-shared.mjs"
|
|
43
43
|
},
|
|
44
|
-
"./components/ecl-
|
|
45
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
46
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
44
|
+
"./components/ecl-accordion": {
|
|
45
|
+
"types": "./types/eui-ecl-components-ecl-accordion.d.ts",
|
|
46
|
+
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
47
47
|
},
|
|
48
48
|
"./components/ecl-banner": {
|
|
49
49
|
"types": "./types/eui-ecl-components-ecl-banner.d.ts",
|
|
50
50
|
"default": "./fesm2022/eui-ecl-components-ecl-banner.mjs"
|
|
51
51
|
},
|
|
52
|
-
"./components/ecl-
|
|
53
|
-
"types": "./types/eui-ecl-components-ecl-
|
|
54
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
52
|
+
"./components/ecl-app": {
|
|
53
|
+
"types": "./types/eui-ecl-components-ecl-app.d.ts",
|
|
54
|
+
"default": "./fesm2022/eui-ecl-components-ecl-app.mjs"
|
|
55
55
|
},
|
|
56
56
|
"./components/ecl-blockquote": {
|
|
57
57
|
"types": "./types/eui-ecl-components-ecl-blockquote.d.ts",
|
|
@@ -61,14 +61,14 @@
|
|
|
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,22 +101,22 @@
|
|
|
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-feedback-message": {
|
|
113
|
-
"types": "./types/eui-ecl-components-ecl-feedback-message.d.ts",
|
|
114
|
-
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
115
|
-
},
|
|
116
108
|
"./components/ecl-featured": {
|
|
117
109
|
"types": "./types/eui-ecl-components-ecl-featured.d.ts",
|
|
118
110
|
"default": "./fesm2022/eui-ecl-components-ecl-featured.mjs"
|
|
119
111
|
},
|
|
112
|
+
"./components/ecl-fact-figures": {
|
|
113
|
+
"types": "./types/eui-ecl-components-ecl-fact-figures.d.ts",
|
|
114
|
+
"default": "./fesm2022/eui-ecl-components-ecl-fact-figures.mjs"
|
|
115
|
+
},
|
|
116
|
+
"./components/ecl-feedback-message": {
|
|
117
|
+
"types": "./types/eui-ecl-components-ecl-feedback-message.d.ts",
|
|
118
|
+
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
119
|
+
},
|
|
120
120
|
"./components/ecl-file": {
|
|
121
121
|
"types": "./types/eui-ecl-components-ecl-file.d.ts",
|
|
122
122
|
"default": "./fesm2022/eui-ecl-components-ecl-file.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,14 +185,14 @@
|
|
|
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
|
},
|
|
192
|
+
"./components/ecl-navigation-list": {
|
|
193
|
+
"types": "./types/eui-ecl-components-ecl-navigation-list.d.ts",
|
|
194
|
+
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
195
|
+
},
|
|
196
196
|
"./components/ecl-news-ticker": {
|
|
197
197
|
"types": "./types/eui-ecl-components-ecl-news-ticker.d.ts",
|
|
198
198
|
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
@@ -201,18 +201,22 @@
|
|
|
201
201
|
"types": "./types/eui-ecl-components-ecl-notification.d.ts",
|
|
202
202
|
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
203
203
|
},
|
|
204
|
-
"./components/ecl-pagination": {
|
|
205
|
-
"types": "./types/eui-ecl-components-ecl-pagination.d.ts",
|
|
206
|
-
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
207
|
-
},
|
|
208
204
|
"./components/ecl-page-header": {
|
|
209
205
|
"types": "./types/eui-ecl-components-ecl-page-header.d.ts",
|
|
210
206
|
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
211
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
212
|
"./components/ecl-popover": {
|
|
213
213
|
"types": "./types/eui-ecl-components-ecl-popover.d.ts",
|
|
214
214
|
"default": "./fesm2022/eui-ecl-components-ecl-popover.mjs"
|
|
215
215
|
},
|
|
216
|
+
"./components/ecl-radio": {
|
|
217
|
+
"types": "./types/eui-ecl-components-ecl-radio.d.ts",
|
|
218
|
+
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
219
|
+
},
|
|
216
220
|
"./components/ecl-range": {
|
|
217
221
|
"types": "./types/eui-ecl-components-ecl-range.d.ts",
|
|
218
222
|
"default": "./fesm2022/eui-ecl-components-ecl-range.mjs"
|
|
@@ -225,10 +229,6 @@
|
|
|
225
229
|
"types": "./types/eui-ecl-components-ecl-search-form.d.ts",
|
|
226
230
|
"default": "./fesm2022/eui-ecl-components-ecl-search-form.mjs"
|
|
227
231
|
},
|
|
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
232
|
"./components/ecl-select": {
|
|
233
233
|
"types": "./types/eui-ecl-components-ecl-select.d.ts",
|
|
234
234
|
"default": "./fesm2022/eui-ecl-components-ecl-select.mjs"
|
|
@@ -245,10 +245,6 @@
|
|
|
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-footer": {
|
|
249
|
-
"types": "./types/eui-ecl-components-ecl-site-footer.d.ts",
|
|
250
|
-
"default": "./fesm2022/eui-ecl-components-ecl-site-footer.mjs"
|
|
251
|
-
},
|
|
252
248
|
"./components/ecl-spotlight": {
|
|
253
249
|
"types": "./types/eui-ecl-components-ecl-spotlight.d.ts",
|
|
254
250
|
"default": "./fesm2022/eui-ecl-components-ecl-spotlight.mjs"
|
|
@@ -257,6 +253,10 @@
|
|
|
257
253
|
"types": "./types/eui-ecl-components-ecl-sticky-container.d.ts",
|
|
258
254
|
"default": "./fesm2022/eui-ecl-components-ecl-sticky-container.mjs"
|
|
259
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"
|
|
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"
|