@appcorp/stellar-solutions-modules 0.1.48 → 0.1.49
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.
|
@@ -31,8 +31,8 @@ var lucide_react_1 = require("lucide-react");
|
|
|
31
31
|
var react_1 = __importDefault(require("react"));
|
|
32
32
|
var react_2 = require("react");
|
|
33
33
|
var react_dropzone_1 = require("react-dropzone");
|
|
34
|
-
var button_1 = require("
|
|
35
|
-
var utils_1 = require("
|
|
34
|
+
var button_1 = require("../../button");
|
|
35
|
+
var utils_1 = require("../../../../lib/utils");
|
|
36
36
|
var renderBytes = function (bytes) {
|
|
37
37
|
var units = ["B", "KB", "MB", "GB", "TB", "PB"];
|
|
38
38
|
var size = bytes;
|
package/package.json
CHANGED