@eui/ecl 19.3.10-snapshot-1765276304333 → 19.3.10
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/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +10 -10
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.10
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "19.3.10",
|
|
4
|
+
"tag": "latest",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
7
7
|
"author": "ec.europa.eui@gmail.com",
|
|
@@ -192,14 +192,14 @@
|
|
|
192
192
|
"types": "./components/ecl-notification/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
194
194
|
},
|
|
195
|
-
"./components/ecl-pagination": {
|
|
196
|
-
"types": "./components/ecl-pagination/index.d.ts",
|
|
197
|
-
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
198
|
-
},
|
|
199
195
|
"./components/ecl-page-header": {
|
|
200
196
|
"types": "./components/ecl-page-header/index.d.ts",
|
|
201
197
|
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
202
198
|
},
|
|
199
|
+
"./components/ecl-pagination": {
|
|
200
|
+
"types": "./components/ecl-pagination/index.d.ts",
|
|
201
|
+
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
202
|
+
},
|
|
203
203
|
"./components/ecl-popover": {
|
|
204
204
|
"types": "./components/ecl-popover/index.d.ts",
|
|
205
205
|
"default": "./fesm2022/eui-ecl-components-ecl-popover.mjs"
|
|
@@ -208,14 +208,14 @@
|
|
|
208
208
|
"types": "./components/ecl-radio/index.d.ts",
|
|
209
209
|
"default": "./fesm2022/eui-ecl-components-ecl-radio.mjs"
|
|
210
210
|
},
|
|
211
|
-
"./components/ecl-rating-field": {
|
|
212
|
-
"types": "./components/ecl-rating-field/index.d.ts",
|
|
213
|
-
"default": "./fesm2022/eui-ecl-components-ecl-rating-field.mjs"
|
|
214
|
-
},
|
|
215
211
|
"./components/ecl-range": {
|
|
216
212
|
"types": "./components/ecl-range/index.d.ts",
|
|
217
213
|
"default": "./fesm2022/eui-ecl-components-ecl-range.mjs"
|
|
218
214
|
},
|
|
215
|
+
"./components/ecl-rating-field": {
|
|
216
|
+
"types": "./components/ecl-rating-field/index.d.ts",
|
|
217
|
+
"default": "./fesm2022/eui-ecl-components-ecl-rating-field.mjs"
|
|
218
|
+
},
|
|
219
219
|
"./components/ecl-search-form": {
|
|
220
220
|
"types": "./components/ecl-search-form/index.d.ts",
|
|
221
221
|
"default": "./fesm2022/eui-ecl-components-ecl-search-form.mjs"
|