@eui/ecl 21.0.0-next.3 → 21.0.0-next.4
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 +56 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +37 -37
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.4",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -33,14 +33,14 @@
|
|
|
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"
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"types": "./types/eui-ecl-components-ecl-blockquote.d.ts",
|
|
58
58
|
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
59
59
|
},
|
|
60
|
-
"./components/ecl-breadcrumb": {
|
|
61
|
-
"types": "./types/eui-ecl-components-ecl-breadcrumb.d.ts",
|
|
62
|
-
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
63
|
-
},
|
|
64
60
|
"./components/ecl-button": {
|
|
65
61
|
"types": "./types/eui-ecl-components-ecl-button.d.ts",
|
|
66
62
|
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
67
63
|
},
|
|
64
|
+
"./components/ecl-breadcrumb": {
|
|
65
|
+
"types": "./types/eui-ecl-components-ecl-breadcrumb.d.ts",
|
|
66
|
+
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
67
|
+
},
|
|
68
68
|
"./components/ecl-card": {
|
|
69
69
|
"types": "./types/eui-ecl-components-ecl-card.d.ts",
|
|
70
70
|
"default": "./fesm2022/eui-ecl-components-ecl-card.mjs"
|
|
@@ -105,10 +105,6 @@
|
|
|
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-fact-figures": {
|
|
109
|
-
"types": "./types/eui-ecl-components-ecl-fact-figures.d.ts",
|
|
110
|
-
"default": "./fesm2022/eui-ecl-components-ecl-fact-figures.mjs"
|
|
111
|
-
},
|
|
112
108
|
"./components/ecl-featured": {
|
|
113
109
|
"types": "./types/eui-ecl-components-ecl-featured.d.ts",
|
|
114
110
|
"default": "./fesm2022/eui-ecl-components-ecl-featured.mjs"
|
|
@@ -117,6 +113,10 @@
|
|
|
117
113
|
"types": "./types/eui-ecl-components-ecl-feedback-message.d.ts",
|
|
118
114
|
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
119
115
|
},
|
|
116
|
+
"./components/ecl-fact-figures": {
|
|
117
|
+
"types": "./types/eui-ecl-components-ecl-fact-figures.d.ts",
|
|
118
|
+
"default": "./fesm2022/eui-ecl-components-ecl-fact-figures.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"
|
|
@@ -129,26 +129,26 @@
|
|
|
129
129
|
"types": "./types/eui-ecl-components-ecl-form-group.d.ts",
|
|
130
130
|
"default": "./fesm2022/eui-ecl-components-ecl-form-group.mjs"
|
|
131
131
|
},
|
|
132
|
-
"./components/ecl-form-label": {
|
|
133
|
-
"types": "./types/eui-ecl-components-ecl-form-label.d.ts",
|
|
134
|
-
"default": "./fesm2022/eui-ecl-components-ecl-form-label.mjs"
|
|
135
|
-
},
|
|
136
132
|
"./components/ecl-gallery": {
|
|
137
133
|
"types": "./types/eui-ecl-components-ecl-gallery.d.ts",
|
|
138
134
|
"default": "./fesm2022/eui-ecl-components-ecl-gallery.mjs"
|
|
139
135
|
},
|
|
136
|
+
"./components/ecl-form-label": {
|
|
137
|
+
"types": "./types/eui-ecl-components-ecl-form-label.d.ts",
|
|
138
|
+
"default": "./fesm2022/eui-ecl-components-ecl-form-label.mjs"
|
|
139
|
+
},
|
|
140
140
|
"./components/ecl-help-block": {
|
|
141
141
|
"types": "./types/eui-ecl-components-ecl-help-block.d.ts",
|
|
142
142
|
"default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
|
|
143
143
|
},
|
|
144
|
-
"./components/ecl-icon": {
|
|
145
|
-
"types": "./types/eui-ecl-components-ecl-icon.d.ts",
|
|
146
|
-
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
147
|
-
},
|
|
148
144
|
"./components/ecl-inpage-navigation": {
|
|
149
145
|
"types": "./types/eui-ecl-components-ecl-inpage-navigation.d.ts",
|
|
150
146
|
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
151
147
|
},
|
|
148
|
+
"./components/ecl-icon": {
|
|
149
|
+
"types": "./types/eui-ecl-components-ecl-icon.d.ts",
|
|
150
|
+
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
151
|
+
},
|
|
152
152
|
"./components/ecl-label": {
|
|
153
153
|
"types": "./types/eui-ecl-components-ecl-label.d.ts",
|
|
154
154
|
"default": "./fesm2022/eui-ecl-components-ecl-label.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": {
|
|
161
|
-
"types": "./types/eui-ecl-components-ecl-list.d.ts",
|
|
162
|
-
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
163
|
-
},
|
|
164
160
|
"./components/ecl-list-illustration": {
|
|
165
161
|
"types": "./types/eui-ecl-components-ecl-list-illustration.d.ts",
|
|
166
162
|
"default": "./fesm2022/eui-ecl-components-ecl-list-illustration.mjs"
|
|
167
163
|
},
|
|
164
|
+
"./components/ecl-list": {
|
|
165
|
+
"types": "./types/eui-ecl-components-ecl-list.d.ts",
|
|
166
|
+
"default": "./fesm2022/eui-ecl-components-ecl-list.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"
|
|
@@ -173,14 +173,14 @@
|
|
|
173
173
|
"types": "./types/eui-ecl-components-ecl-media-container.d.ts",
|
|
174
174
|
"default": "./fesm2022/eui-ecl-components-ecl-media-container.mjs"
|
|
175
175
|
},
|
|
176
|
-
"./components/ecl-mega-menu": {
|
|
177
|
-
"types": "./types/eui-ecl-components-ecl-mega-menu.d.ts",
|
|
178
|
-
"default": "./fesm2022/eui-ecl-components-ecl-mega-menu.mjs"
|
|
179
|
-
},
|
|
180
176
|
"./components/ecl-menu": {
|
|
181
177
|
"types": "./types/eui-ecl-components-ecl-menu.d.ts",
|
|
182
178
|
"default": "./fesm2022/eui-ecl-components-ecl-menu.mjs"
|
|
183
179
|
},
|
|
180
|
+
"./components/ecl-mega-menu": {
|
|
181
|
+
"types": "./types/eui-ecl-components-ecl-mega-menu.d.ts",
|
|
182
|
+
"default": "./fesm2022/eui-ecl-components-ecl-mega-menu.mjs"
|
|
183
|
+
},
|
|
184
184
|
"./components/ecl-modal": {
|
|
185
185
|
"types": "./types/eui-ecl-components-ecl-modal.d.ts",
|
|
186
186
|
"default": "./fesm2022/eui-ecl-components-ecl-modal.mjs"
|
|
@@ -253,14 +253,14 @@
|
|
|
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-table": {
|
|
257
|
-
"types": "./types/eui-ecl-components-ecl-table.d.ts",
|
|
258
|
-
"default": "./fesm2022/eui-ecl-components-ecl-table.mjs"
|
|
259
|
-
},
|
|
260
256
|
"./components/ecl-sticky-container": {
|
|
261
257
|
"types": "./types/eui-ecl-components-ecl-sticky-container.d.ts",
|
|
262
258
|
"default": "./fesm2022/eui-ecl-components-ecl-sticky-container.mjs"
|
|
263
259
|
},
|
|
260
|
+
"./components/ecl-table": {
|
|
261
|
+
"types": "./types/eui-ecl-components-ecl-table.d.ts",
|
|
262
|
+
"default": "./fesm2022/eui-ecl-components-ecl-table.mjs"
|
|
263
|
+
},
|
|
264
264
|
"./components/ecl-tabs": {
|
|
265
265
|
"types": "./types/eui-ecl-components-ecl-tabs.d.ts",
|
|
266
266
|
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
@@ -273,13 +273,13 @@
|
|
|
273
273
|
"types": "./types/eui-ecl-components-ecl-text-area.d.ts",
|
|
274
274
|
"default": "./fesm2022/eui-ecl-components-ecl-text-area.mjs"
|
|
275
275
|
},
|
|
276
|
-
"./components/ecl-text-input": {
|
|
277
|
-
"types": "./types/eui-ecl-components-ecl-text-input.d.ts",
|
|
278
|
-
"default": "./fesm2022/eui-ecl-components-ecl-text-input.mjs"
|
|
279
|
-
},
|
|
280
276
|
"./components/ecl-timeline": {
|
|
281
277
|
"types": "./types/eui-ecl-components-ecl-timeline.d.ts",
|
|
282
278
|
"default": "./fesm2022/eui-ecl-components-ecl-timeline.mjs"
|
|
279
|
+
},
|
|
280
|
+
"./components/ecl-text-input": {
|
|
281
|
+
"types": "./types/eui-ecl-components-ecl-text-input.d.ts",
|
|
282
|
+
"default": "./fesm2022/eui-ecl-components-ecl-text-input.mjs"
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
285
|
"sideEffects": false,
|