@eui/ecl 19.3.5-snapshot-1758259497375 → 19.3.5

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.
@@ -103,7 +103,7 @@
103
103
  </ol>
104
104
  <ul class="properties-list">
105
105
  <li>
106
- <b>Version</b> : 19.3.5-snapshot-1758259497375</li>
106
+ <b>Version</b> : 19.3.5</li>
107
107
  </ul>
108
108
 
109
109
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/ecl",
3
- "version": "19.3.5-snapshot-1758259497375",
4
- "tag": "snapshot",
3
+ "version": "19.3.5",
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",
@@ -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"