@eui/ecl 21.0.0-alpha.6 → 21.0.0-alpha.7
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": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.7",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"types": "./components/ecl-blockquote/index.d.ts",
|
|
59
59
|
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
60
60
|
},
|
|
61
|
-
"./components/ecl-breadcrumb": {
|
|
62
|
-
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
63
|
-
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
64
|
-
},
|
|
65
61
|
"./components/ecl-button": {
|
|
66
62
|
"types": "./components/ecl-button/index.d.ts",
|
|
67
63
|
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
68
64
|
},
|
|
65
|
+
"./components/ecl-breadcrumb": {
|
|
66
|
+
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
67
|
+
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
68
|
+
},
|
|
69
69
|
"./components/ecl-card": {
|
|
70
70
|
"types": "./components/ecl-card/index.d.ts",
|
|
71
71
|
"default": "./fesm2022/eui-ecl-components-ecl-card.mjs"
|
|
@@ -238,10 +238,6 @@
|
|
|
238
238
|
"types": "./components/ecl-site-footer/index.d.ts",
|
|
239
239
|
"default": "./fesm2022/eui-ecl-components-ecl-site-footer.mjs"
|
|
240
240
|
},
|
|
241
|
-
"./components/ecl-site-header": {
|
|
242
|
-
"types": "./components/ecl-site-header/index.d.ts",
|
|
243
|
-
"default": "./fesm2022/eui-ecl-components-ecl-site-header.mjs"
|
|
244
|
-
},
|
|
245
241
|
"./components/ecl-social-media-follow": {
|
|
246
242
|
"types": "./components/ecl-social-media-follow/index.d.ts",
|
|
247
243
|
"default": "./fesm2022/eui-ecl-components-ecl-social-media-follow.mjs"
|
|
@@ -250,6 +246,10 @@
|
|
|
250
246
|
"types": "./components/ecl-social-media-share/index.d.ts",
|
|
251
247
|
"default": "./fesm2022/eui-ecl-components-ecl-social-media-share.mjs"
|
|
252
248
|
},
|
|
249
|
+
"./components/ecl-site-header": {
|
|
250
|
+
"types": "./components/ecl-site-header/index.d.ts",
|
|
251
|
+
"default": "./fesm2022/eui-ecl-components-ecl-site-header.mjs"
|
|
252
|
+
},
|
|
253
253
|
"./components/ecl-splash-page": {
|
|
254
254
|
"types": "./components/ecl-splash-page/index.d.ts",
|
|
255
255
|
"default": "./fesm2022/eui-ecl-components-ecl-splash-page.mjs"
|