@eui/ecl 19.3.5-snapshot-1758189320495 → 19.3.5-snapshot-1758259497375
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 +2221 -2250
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +5 -5
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.5-snapshot-
|
|
3
|
+
"version": "19.3.5-snapshot-1758259497375",
|
|
4
4
|
"tag": "snapshot",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -188,10 +188,6 @@
|
|
|
188
188
|
"types": "./components/ecl-news-ticker/index.d.ts",
|
|
189
189
|
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
190
190
|
},
|
|
191
|
-
"./components/ecl-notification": {
|
|
192
|
-
"types": "./components/ecl-notification/index.d.ts",
|
|
193
|
-
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
194
|
-
},
|
|
195
191
|
"./components/ecl-page-header": {
|
|
196
192
|
"types": "./components/ecl-page-header/index.d.ts",
|
|
197
193
|
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
@@ -200,6 +196,10 @@
|
|
|
200
196
|
"types": "./components/ecl-pagination/index.d.ts",
|
|
201
197
|
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
202
198
|
},
|
|
199
|
+
"./components/ecl-notification": {
|
|
200
|
+
"types": "./components/ecl-notification/index.d.ts",
|
|
201
|
+
"default": "./fesm2022/eui-ecl-components-ecl-notification.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"
|