@eui/ecl 19.3.13 → 19.3.14-snapshot-1774513968963

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.
@@ -103,7 +103,7 @@
103
103
  </ol>
104
104
  <ul class="properties-list">
105
105
  <li>
106
- <b>Version</b> : 19.3.13</li>
106
+ <b>Version</b> : 19.3.14-snapshot-1774513968963</li>
107
107
  </ul>
108
108
 
109
109
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/ecl",
3
- "version": "19.3.13",
4
- "tag": "v19-lts",
3
+ "version": "19.3.14-snapshot-1774513968963",
4
+ "tag": "snapshot",
5
5
  "description": "eUI ECL components package",
6
6
  "homepage": "https://eui.ecdevops.eu",
7
7
  "author": "ec.europa.eui@gmail.com",
@@ -124,6 +124,10 @@
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-help-block": {
128
+ "types": "./components/ecl-help-block/index.d.ts",
129
+ "default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
130
+ },
127
131
  "./components/ecl-gallery": {
128
132
  "types": "./components/ecl-gallery/index.d.ts",
129
133
  "default": "./fesm2022/eui-ecl-components-ecl-gallery.mjs"
@@ -132,10 +136,6 @@
132
136
  "types": "./components/ecl-icon/index.d.ts",
133
137
  "default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
134
138
  },
135
- "./components/ecl-help-block": {
136
- "types": "./components/ecl-help-block/index.d.ts",
137
- "default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
138
- },
139
139
  "./components/ecl-label": {
140
140
  "types": "./components/ecl-label/index.d.ts",
141
141
  "default": "./fesm2022/eui-ecl-components-ecl-label.mjs"