@eui/ecl 19.3.7-snapshot-1761031762403 → 19.3.7-snapshot-1761118140829
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.7-snapshot-
|
|
3
|
+
"version": "19.3.7-snapshot-1761118140829",
|
|
4
4
|
"tag": "snapshot",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
58
58
|
},
|
|
59
|
+
"./components/ecl-button": {
|
|
60
|
+
"types": "./components/ecl-button/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./components/ecl-card": {
|
|
60
64
|
"types": "./components/ecl-card/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/eui-ecl-components-ecl-card.mjs"
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"types": "./components/ecl-carousel/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/eui-ecl-components-ecl-carousel.mjs"
|
|
66
70
|
},
|
|
67
|
-
"./components/ecl-button": {
|
|
68
|
-
"types": "./components/ecl-button/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
70
|
-
},
|
|
71
71
|
"./components/ecl-category-filter": {
|
|
72
72
|
"types": "./components/ecl-category-filter/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/eui-ecl-components-ecl-category-filter.mjs"
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
"types": "./components/ecl-help-block/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./components/ecl-inpage-navigation": {
|
|
136
|
-
"types": "./components/ecl-inpage-navigation/index.d.ts",
|
|
137
|
-
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
138
|
-
},
|
|
139
135
|
"./components/ecl-icon": {
|
|
140
136
|
"types": "./components/ecl-icon/index.d.ts",
|
|
141
137
|
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
142
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
143
|
"./components/ecl-label": {
|
|
144
144
|
"types": "./components/ecl-label/index.d.ts",
|
|
145
145
|
"default": "./fesm2022/eui-ecl-components-ecl-label.mjs"
|