@appcorp/stellar-solutions-modules 0.1.46 → 0.1.47

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.
@@ -57,9 +57,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
57
57
  exports.EnhancedDropzone = void 0;
58
58
  var react_1 = __importStar(require("react"));
59
59
  var react_dropzone_1 = require("react-dropzone");
60
- var utils_1 = require("@/lib/utils");
61
- var carousel_1 = require("@/components/ui/carousel");
62
- var button_1 = require("@/components/ui/button");
60
+ var utils_1 = require("../../lib/utils");
61
+ var carousel_1 = require("./carousel");
62
+ var button_1 = require("./button");
63
63
  var lucide_react_1 = require("lucide-react");
64
64
  var dropzone_1 = require("./shadcn-io/dropzone");
65
65
  var EnhancedDropzone = function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/stellar-solutions-modules",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "scripts": {
5
5
  "automate": "./automate.sh",
6
6
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",