@eui/ecl 19.3.5-snapshot-1758259497375 → 19.3.6-snapshot-1758353276081
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": "19.3.
|
|
3
|
+
"version": "19.3.6-snapshot-1758353276081",
|
|
4
4
|
"tag": "snapshot",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -136,14 +136,14 @@
|
|
|
136
136
|
"types": "./components/ecl-icon/index.d.ts",
|
|
137
137
|
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
138
138
|
},
|
|
139
|
-
"./components/ecl-inpage-navigation": {
|
|
140
|
-
"types": "./components/ecl-inpage-navigation/index.d.ts",
|
|
141
|
-
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
142
|
-
},
|
|
143
139
|
"./components/ecl-label": {
|
|
144
140
|
"types": "./components/ecl-label/index.d.ts",
|
|
145
141
|
"default": "./fesm2022/eui-ecl-components-ecl-label.mjs"
|
|
146
142
|
},
|
|
143
|
+
"./components/ecl-inpage-navigation": {
|
|
144
|
+
"types": "./components/ecl-inpage-navigation/index.d.ts",
|
|
145
|
+
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
146
|
+
},
|
|
147
147
|
"./components/ecl-link": {
|
|
148
148
|
"types": "./components/ecl-link/index.d.ts",
|
|
149
149
|
"default": "./fesm2022/eui-ecl-components-ecl-link.mjs"
|
|
@@ -188,6 +188,10 @@
|
|
|
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
|
+
},
|
|
191
195
|
"./components/ecl-page-header": {
|
|
192
196
|
"types": "./components/ecl-page-header/index.d.ts",
|
|
193
197
|
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
@@ -196,10 +200,6 @@
|
|
|
196
200
|
"types": "./components/ecl-pagination/index.d.ts",
|
|
197
201
|
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
198
202
|
},
|
|
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"
|