@zscreate/form-component 1.1.307-upload.18 → 1.1.307-upload.19

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.
@@ -6152,6 +6152,9 @@ span.CodeMirror-selectedtext { background: none; }
6152
6152
  border: none !important;
6153
6153
  box-shadow: none !important;
6154
6154
  }
6155
+ .ant-form-noBorder .ant-upload-list-item-done {
6156
+ border: none !important;
6157
+ }
6155
6158
  .rich-editor {
6156
6159
  z-index: 11 !important;
6157
6160
  height: 100%;
@@ -111817,7 +111817,7 @@ function toNumber(value) {
111817
111817
  /***/ ((module) => {
111818
111818
 
111819
111819
  "use strict";
111820
- module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.307-upload.18"}');
111820
+ module.exports = /*#__PURE__*/JSON.parse('{"rE":"1.1.307-upload.19"}');
111821
111821
 
111822
111822
  /***/ })
111823
111823
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.307-upload.18",
3
+ "version": "1.1.307-upload.19",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",