@eui/components 17.3.8-snapshot-1721175142633 → 17.3.8-snapshot-1721261581418
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/components/EuiNotificationsComponent.html +1 -1
- package/docs/dependencies.html +3 -3
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/eui-tree-list/toolbar/toolbar.component.mjs +1 -3
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
- package/eui-tree-list/toolbar/toolbar.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +1 -3
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +2 -2
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "17.3.8-snapshot-
|
3
|
+
"version": "17.3.8-snapshot-1721261581418",
|
4
4
|
"tag": "snapshot",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
11
11
|
},
|
12
12
|
"peerDependencies": {
|
13
|
-
"@eui/core": "17.3.8-snapshot-
|
14
|
-
"@eui/base": "17.3.8-snapshot-
|
13
|
+
"@eui/core": "17.3.8-snapshot-1721261581418",
|
14
|
+
"@eui/base": "17.3.8-snapshot-1721261581418",
|
15
15
|
"@angular/common": "^17.1.0",
|
16
16
|
"@angular/core": "^17.1.0",
|
17
17
|
"@angular/forms": "^17.1.0",
|
@@ -354,6 +354,12 @@
|
|
354
354
|
"esm": "./esm2022/eui-timebar/eui-components-eui-timebar.mjs",
|
355
355
|
"default": "./fesm2022/eui-components-eui-timebar.mjs"
|
356
356
|
},
|
357
|
+
"./eui-timeline": {
|
358
|
+
"types": "./eui-timeline/index.d.ts",
|
359
|
+
"esm2022": "./esm2022/eui-timeline/eui-components-eui-timeline.mjs",
|
360
|
+
"esm": "./esm2022/eui-timeline/eui-components-eui-timeline.mjs",
|
361
|
+
"default": "./fesm2022/eui-components-eui-timeline.mjs"
|
362
|
+
},
|
357
363
|
"./eui-timepicker": {
|
358
364
|
"types": "./eui-timepicker/index.d.ts",
|
359
365
|
"esm2022": "./esm2022/eui-timepicker/eui-components-eui-timepicker.mjs",
|
@@ -366,12 +372,6 @@
|
|
366
372
|
"esm": "./esm2022/eui-tree/eui-components-eui-tree.mjs",
|
367
373
|
"default": "./fesm2022/eui-components-eui-tree.mjs"
|
368
374
|
},
|
369
|
-
"./eui-timeline": {
|
370
|
-
"types": "./eui-timeline/index.d.ts",
|
371
|
-
"esm2022": "./esm2022/eui-timeline/eui-components-eui-timeline.mjs",
|
372
|
-
"esm": "./esm2022/eui-timeline/eui-components-eui-timeline.mjs",
|
373
|
-
"default": "./fesm2022/eui-components-eui-timeline.mjs"
|
374
|
-
},
|
375
375
|
"./eui-tree-list": {
|
376
376
|
"types": "./eui-tree-list/index.d.ts",
|
377
377
|
"esm2022": "./esm2022/eui-tree-list/eui-components-eui-tree-list.mjs",
|