capibara 1.3.58 → 1.3.59

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/dist/index.js CHANGED
@@ -22884,7 +22884,7 @@ __webpack_require__.r(__webpack_exports__);
22884
22884
  dataDay.errors.forEach(err => {
22885
22885
  str += `
22886
22886
  <div class="alert">
22887
- ${_util_icons__WEBPACK_IMPORTED_MODULE_3__["default"].alert}
22887
+ ${err.hideIcon ? "" : _util_icons__WEBPACK_IMPORTED_MODULE_3__["default"].alert}
22888
22888
  ${err.label}
22889
22889
  </div>`;
22890
22890
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capibara",
3
- "version": "1.3.58",
3
+ "version": "1.3.59",
4
4
  "main": "dist/index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2975,7 +2975,7 @@ export default {
2975
2975
  dataDay.errors.forEach((err) => {
2976
2976
  str += `
2977
2977
  <div class="alert">
2978
- ${icons.alert}
2978
+ ${err.hideIcon ? "" : icons.alert}
2979
2979
  ${err.label}
2980
2980
  </div>`;
2981
2981
  });