@eui/components 18.2.16-snapshot-1758265687056 → 18.2.16
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 +15 -15
package/docs/properties.html
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@eui/components",
|
3
|
-
"version": "18.2.16
|
4
|
-
"tag": "
|
3
|
+
"version": "18.2.16",
|
4
|
+
"tag": "v18-lts",
|
5
5
|
"description": "eUI components package",
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
7
7
|
"author": "ec.europa.eui@gmail.com",
|
@@ -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": "18.2.16
|
14
|
-
"@eui/base": "18.2.16
|
13
|
+
"@eui/core": "18.2.16",
|
14
|
+
"@eui/base": "18.2.16",
|
15
15
|
"@angular/common": "^18.0.0",
|
16
16
|
"@angular/core": "^18.0.0",
|
17
17
|
"@angular/forms": "^18.0.0",
|
@@ -64,11 +64,11 @@
|
|
64
64
|
"esm": "./esm2022/eui-autocomplete/eui-components-eui-autocomplete.mjs",
|
65
65
|
"default": "./fesm2022/eui-components-eui-autocomplete.mjs"
|
66
66
|
},
|
67
|
-
"./eui-
|
68
|
-
"types": "./eui-
|
69
|
-
"esm2022": "./esm2022/eui-
|
70
|
-
"esm": "./esm2022/eui-
|
71
|
-
"default": "./fesm2022/eui-components-eui-
|
67
|
+
"./eui-avatar": {
|
68
|
+
"types": "./eui-avatar/index.d.ts",
|
69
|
+
"esm2022": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
70
|
+
"esm": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
71
|
+
"default": "./fesm2022/eui-components-eui-avatar.mjs"
|
72
72
|
},
|
73
73
|
"./eui-block-content": {
|
74
74
|
"types": "./eui-block-content/index.d.ts",
|
@@ -76,6 +76,12 @@
|
|
76
76
|
"esm": "./esm2022/eui-block-content/eui-components-eui-block-content.mjs",
|
77
77
|
"default": "./fesm2022/eui-components-eui-block-content.mjs"
|
78
78
|
},
|
79
|
+
"./eui-badge": {
|
80
|
+
"types": "./eui-badge/index.d.ts",
|
81
|
+
"esm2022": "./esm2022/eui-badge/eui-components-eui-badge.mjs",
|
82
|
+
"esm": "./esm2022/eui-badge/eui-components-eui-badge.mjs",
|
83
|
+
"default": "./fesm2022/eui-components-eui-badge.mjs"
|
84
|
+
},
|
79
85
|
"./eui-block-document": {
|
80
86
|
"types": "./eui-block-document/index.d.ts",
|
81
87
|
"esm2022": "./esm2022/eui-block-document/eui-components-eui-block-document.mjs",
|
@@ -142,12 +148,6 @@
|
|
142
148
|
"esm": "./esm2022/eui-date-range-selector/eui-components-eui-date-range-selector.mjs",
|
143
149
|
"default": "./fesm2022/eui-components-eui-date-range-selector.mjs"
|
144
150
|
},
|
145
|
-
"./eui-avatar": {
|
146
|
-
"types": "./eui-avatar/index.d.ts",
|
147
|
-
"esm2022": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
148
|
-
"esm": "./esm2022/eui-avatar/eui-components-eui-avatar.mjs",
|
149
|
-
"default": "./fesm2022/eui-components-eui-avatar.mjs"
|
150
|
-
},
|
151
151
|
"./eui-datepicker": {
|
152
152
|
"types": "./eui-datepicker/index.d.ts",
|
153
153
|
"esm2022": "./esm2022/eui-datepicker/eui-components-eui-datepicker.mjs",
|