@eui/ecl 19.3.15 → 19.3.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/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts +5 -1
- package/components/ecl-site-footer/ecl-footer-elements/ec/ecl-site-footer-fixed-content.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts +5 -1
- package/components/ecl-site-footer/ecl-footer-elements/eu/ecl-site-footer-fixed-content.d.ts.map +1 -1
- package/components/ecl-site-footer/ecl-site-footer.component.d.ts +5 -1
- package/components/ecl-site-footer/ecl-site-footer.component.d.ts.map +1 -1
- package/docs/changelog.html +38 -0
- package/docs/components/EclSiteFooterComponent.html +31 -1
- package/docs/components/EclSiteFooterFixedContentECComponent.html +31 -1
- package/docs/components/EclSiteFooterFixedContentEUComponent.html +31 -1
- package/docs/components/EclSiteHeaderComponent.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/json/EclSiteFooterComponent.md +1 -0
- package/docs/json/EclSiteFooterFixedContentECComponent.md +1 -0
- package/docs/json/EclSiteFooterFixedContentEUComponent.md +1 -0
- package/docs/json/documentation.json +52 -19
- package/docs/properties.html +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +24 -6
- package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs +2 -2
- package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
- package/package.json +37 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.16",
|
|
4
4
|
"tag": "v19-lts",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -84,14 +84,14 @@
|
|
|
84
84
|
"types": "./components/ecl-content-item/index.d.ts",
|
|
85
85
|
"default": "./fesm2022/eui-ecl-components-ecl-content-item.mjs"
|
|
86
86
|
},
|
|
87
|
-
"./components/ecl-date-block": {
|
|
88
|
-
"types": "./components/ecl-date-block/index.d.ts",
|
|
89
|
-
"default": "./fesm2022/eui-ecl-components-ecl-date-block.mjs"
|
|
90
|
-
},
|
|
91
87
|
"./components/ecl-date-picker": {
|
|
92
88
|
"types": "./components/ecl-date-picker/index.d.ts",
|
|
93
89
|
"default": "./fesm2022/eui-ecl-components-ecl-date-picker.mjs"
|
|
94
90
|
},
|
|
91
|
+
"./components/ecl-date-block": {
|
|
92
|
+
"types": "./components/ecl-date-block/index.d.ts",
|
|
93
|
+
"default": "./fesm2022/eui-ecl-components-ecl-date-block.mjs"
|
|
94
|
+
},
|
|
95
95
|
"./components/ecl-expandable": {
|
|
96
96
|
"types": "./components/ecl-expandable/index.d.ts",
|
|
97
97
|
"default": "./fesm2022/eui-ecl-components-ecl-expandable.mjs"
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"types": "./components/ecl-feedback-message/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
110
110
|
},
|
|
111
|
-
"./components/ecl-file-upload": {
|
|
112
|
-
"types": "./components/ecl-file-upload/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/eui-ecl-components-ecl-file-upload.mjs"
|
|
114
|
-
},
|
|
115
111
|
"./components/ecl-file": {
|
|
116
112
|
"types": "./components/ecl-file/index.d.ts",
|
|
117
113
|
"default": "./fesm2022/eui-ecl-components-ecl-file.mjs"
|
|
118
114
|
},
|
|
115
|
+
"./components/ecl-file-upload": {
|
|
116
|
+
"types": "./components/ecl-file-upload/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/eui-ecl-components-ecl-file-upload.mjs"
|
|
118
|
+
},
|
|
119
119
|
"./components/ecl-form-group": {
|
|
120
120
|
"types": "./components/ecl-form-group/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/eui-ecl-components-ecl-form-group.mjs"
|
|
@@ -124,22 +124,22 @@
|
|
|
124
124
|
"types": "./components/ecl-form-label/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/eui-ecl-components-ecl-form-label.mjs"
|
|
126
126
|
},
|
|
127
|
-
"./components/ecl-gallery": {
|
|
128
|
-
"types": "./components/ecl-gallery/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/eui-ecl-components-ecl-gallery.mjs"
|
|
130
|
-
},
|
|
131
127
|
"./components/ecl-help-block": {
|
|
132
128
|
"types": "./components/ecl-help-block/index.d.ts",
|
|
133
129
|
"default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
|
|
134
130
|
},
|
|
135
|
-
"./components/ecl-
|
|
136
|
-
"types": "./components/ecl-
|
|
137
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
131
|
+
"./components/ecl-gallery": {
|
|
132
|
+
"types": "./components/ecl-gallery/index.d.ts",
|
|
133
|
+
"default": "./fesm2022/eui-ecl-components-ecl-gallery.mjs"
|
|
138
134
|
},
|
|
139
135
|
"./components/ecl-inpage-navigation": {
|
|
140
136
|
"types": "./components/ecl-inpage-navigation/index.d.ts",
|
|
141
137
|
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
142
138
|
},
|
|
139
|
+
"./components/ecl-icon": {
|
|
140
|
+
"types": "./components/ecl-icon/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/eui-ecl-components-ecl-icon.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"
|
|
@@ -148,14 +148,14 @@
|
|
|
148
148
|
"types": "./components/ecl-link/index.d.ts",
|
|
149
149
|
"default": "./fesm2022/eui-ecl-components-ecl-link.mjs"
|
|
150
150
|
},
|
|
151
|
-
"./components/ecl-list": {
|
|
152
|
-
"types": "./components/ecl-list/index.d.ts",
|
|
153
|
-
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
154
|
-
},
|
|
155
151
|
"./components/ecl-list-illustration": {
|
|
156
152
|
"types": "./components/ecl-list-illustration/index.d.ts",
|
|
157
153
|
"default": "./fesm2022/eui-ecl-components-ecl-list-illustration.mjs"
|
|
158
154
|
},
|
|
155
|
+
"./components/ecl-list": {
|
|
156
|
+
"types": "./components/ecl-list/index.d.ts",
|
|
157
|
+
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
158
|
+
},
|
|
159
159
|
"./components/ecl-loading-indicator": {
|
|
160
160
|
"types": "./components/ecl-loading-indicator/index.d.ts",
|
|
161
161
|
"default": "./fesm2022/eui-ecl-components-ecl-loading-indicator.mjs"
|
|
@@ -180,22 +180,22 @@
|
|
|
180
180
|
"types": "./components/ecl-multiselect/index.d.ts",
|
|
181
181
|
"default": "./fesm2022/eui-ecl-components-ecl-multiselect.mjs"
|
|
182
182
|
},
|
|
183
|
-
"./components/ecl-navigation-list": {
|
|
184
|
-
"types": "./components/ecl-navigation-list/index.d.ts",
|
|
185
|
-
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
186
|
-
},
|
|
187
183
|
"./components/ecl-news-ticker": {
|
|
188
184
|
"types": "./components/ecl-news-ticker/index.d.ts",
|
|
189
185
|
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
190
186
|
},
|
|
191
|
-
"./components/ecl-
|
|
192
|
-
"types": "./components/ecl-
|
|
193
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
187
|
+
"./components/ecl-navigation-list": {
|
|
188
|
+
"types": "./components/ecl-navigation-list/index.d.ts",
|
|
189
|
+
"default": "./fesm2022/eui-ecl-components-ecl-navigation-list.mjs"
|
|
194
190
|
},
|
|
195
191
|
"./components/ecl-page-header": {
|
|
196
192
|
"types": "./components/ecl-page-header/index.d.ts",
|
|
197
193
|
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
198
194
|
},
|
|
195
|
+
"./components/ecl-notification": {
|
|
196
|
+
"types": "./components/ecl-notification/index.d.ts",
|
|
197
|
+
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
198
|
+
},
|
|
199
199
|
"./components/ecl-pagination": {
|
|
200
200
|
"types": "./components/ecl-pagination/index.d.ts",
|
|
201
201
|
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
@@ -224,17 +224,17 @@
|
|
|
224
224
|
"types": "./components/ecl-select/index.d.ts",
|
|
225
225
|
"default": "./fesm2022/eui-ecl-components-ecl-select.mjs"
|
|
226
226
|
},
|
|
227
|
-
"./components/ecl-
|
|
228
|
-
"types": "./components/ecl-
|
|
229
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
227
|
+
"./components/ecl-separator": {
|
|
228
|
+
"types": "./components/ecl-separator/index.d.ts",
|
|
229
|
+
"default": "./fesm2022/eui-ecl-components-ecl-separator.mjs"
|
|
230
230
|
},
|
|
231
231
|
"./components/ecl-site-header": {
|
|
232
232
|
"types": "./components/ecl-site-header/index.d.ts",
|
|
233
233
|
"default": "./fesm2022/eui-ecl-components-ecl-site-header.mjs"
|
|
234
234
|
},
|
|
235
|
-
"./components/ecl-
|
|
236
|
-
"types": "./components/ecl-
|
|
237
|
-
"default": "./fesm2022/eui-ecl-components-ecl-
|
|
235
|
+
"./components/ecl-site-footer": {
|
|
236
|
+
"types": "./components/ecl-site-footer/index.d.ts",
|
|
237
|
+
"default": "./fesm2022/eui-ecl-components-ecl-site-footer.mjs"
|
|
238
238
|
},
|
|
239
239
|
"./components/ecl-social-media-follow": {
|
|
240
240
|
"types": "./components/ecl-social-media-follow/index.d.ts",
|
|
@@ -248,6 +248,10 @@
|
|
|
248
248
|
"types": "./components/ecl-splash-page/index.d.ts",
|
|
249
249
|
"default": "./fesm2022/eui-ecl-components-ecl-splash-page.mjs"
|
|
250
250
|
},
|
|
251
|
+
"./components/ecl-sticky-container": {
|
|
252
|
+
"types": "./components/ecl-sticky-container/index.d.ts",
|
|
253
|
+
"default": "./fesm2022/eui-ecl-components-ecl-sticky-container.mjs"
|
|
254
|
+
},
|
|
251
255
|
"./components/ecl-table": {
|
|
252
256
|
"types": "./components/ecl-table/index.d.ts",
|
|
253
257
|
"default": "./fesm2022/eui-ecl-components-ecl-table.mjs"
|
|
@@ -271,10 +275,6 @@
|
|
|
271
275
|
"./components/ecl-timeline": {
|
|
272
276
|
"types": "./components/ecl-timeline/index.d.ts",
|
|
273
277
|
"default": "./fesm2022/eui-ecl-components-ecl-timeline.mjs"
|
|
274
|
-
},
|
|
275
|
-
"./components/ecl-sticky-container": {
|
|
276
|
-
"types": "./components/ecl-sticky-container/index.d.ts",
|
|
277
|
-
"default": "./fesm2022/eui-ecl-components-ecl-sticky-container.mjs"
|
|
278
278
|
}
|
|
279
279
|
},
|
|
280
280
|
"sideEffects": false
|