@eui/ecl 21.0.0-alpha.38 → 21.0.0-alpha.39
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/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.39",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -113,10 +113,6 @@
|
|
|
113
113
|
"types": "./types/eui-ecl-components-ecl-featured.d.ts",
|
|
114
114
|
"default": "./fesm2022/eui-ecl-components-ecl-featured.mjs"
|
|
115
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
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"
|
|
@@ -125,6 +121,10 @@
|
|
|
125
121
|
"types": "./types/eui-ecl-components-ecl-file-upload.d.ts",
|
|
126
122
|
"default": "./fesm2022/eui-ecl-components-ecl-file-upload.mjs"
|
|
127
123
|
},
|
|
124
|
+
"./components/ecl-feedback-message": {
|
|
125
|
+
"types": "./types/eui-ecl-components-ecl-feedback-message.d.ts",
|
|
126
|
+
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
127
|
+
},
|
|
128
128
|
"./components/ecl-form-group": {
|
|
129
129
|
"types": "./types/eui-ecl-components-ecl-form-group.d.ts",
|
|
130
130
|
"default": "./fesm2022/eui-ecl-components-ecl-form-group.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-multiselect": {
|
|
189
|
-
"types": "./types/eui-ecl-components-ecl-multiselect.d.ts",
|
|
190
|
-
"default": "./fesm2022/eui-ecl-components-ecl-multiselect.mjs"
|
|
191
|
-
},
|
|
192
188
|
"./components/ecl-navigation-list": {
|
|
193
189
|
"types": "./types/eui-ecl-components-ecl-navigation-list.d.ts",
|
|
194
190
|
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
195
191
|
},
|
|
192
|
+
"./components/ecl-multiselect": {
|
|
193
|
+
"types": "./types/eui-ecl-components-ecl-multiselect.d.ts",
|
|
194
|
+
"default": "./fesm2022/eui-ecl-components-ecl-multiselect.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"
|