@cashub/ui 0.9.9 → 0.9.10

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.
@@ -147,7 +147,7 @@ var UploadImage = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
147
147
  handleImageFile(file, croppedSrc);
148
148
  },
149
149
  onClose: function onClose() {
150
- (0, _utils.getBase64DataUrl)(file, function (dataUrl) {
150
+ (0, _utils.getBase64DataUrlFromFile)(file, function (dataUrl) {
151
151
  handleImageFile(file, dataUrl);
152
152
  });
153
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.9.9",
3
+ "version": "0.9.10",
4
4
  "private": false,
5
5
  "author": "CASHUB Team",
6
6
  "description": "CASHUB UI components library",
@@ -14,11 +14,8 @@
14
14
  "@cashub/utils": "^0.4.0",
15
15
  "@popperjs/core": "^2.11.5",
16
16
  "@yaireo/tagify": "^4.12.0",
17
- "brace": "^0.11.1",
18
17
  "chart.js": "^3.8.0",
19
18
  "cropperjs": "^1.5.12",
20
- "jsoneditor": "^9.8.0",
21
- "jsoneditor-react": "^3.1.2",
22
19
  "leaflet": "^1.7.1",
23
20
  "leaflet-draw": "^1.0.4",
24
21
  "lodash.uniqueid": "^4.0.1",