@bindu-dashing/dam-solution 1.0.0 → 1.0.1

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.
@@ -360,12 +360,11 @@ function ImagePickerFilters(_ref) {
360
360
  }
361
361
  }), (state === null || state === void 0 ? void 0 : state.selectedFileUrl) && /*#__PURE__*/_react.default.createElement("div", {
362
362
  style: {
363
- backgroundImage: "linear-gradient(45deg, #e0e0e0 25%, transparent 25%), linear-gradient(-45deg, #e0e0e0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e0e0e0 75%), linear-gradient(-45deg, transparent 75%, #e0e0e0 75%)",
364
- backgroundSize: "16px 16px",
365
- backgroundPosition: "0 0, 0 8px, 8px -8px, -8px 0px",
363
+ background: "repeating-conic-gradient(#c0c0c0 0% 25%, #ffffff 0% 50%) 50% / 20px 20px",
366
364
  display: "inline-block",
367
365
  marginTop: "10px",
368
- borderRadius: "10px"
366
+ borderRadius: "10px",
367
+ padding: "10px"
369
368
  }
370
369
  }, /*#__PURE__*/_react.default.createElement("img", {
371
370
  src: state === null || state === void 0 ? void 0 : state.selectedFileUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@testing-library/jest-dom": "^5.16.5",