@mamrp/components 1.0.0 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var index_exports = {};
32
- __export(index_exports, {
31
+ var src_exports = {};
32
+ __export(src_exports, {
33
33
  Accordion: () => Page,
34
34
  AdvancedSearchButton: () => AdvancedSearchButton,
35
35
  ConfirmationDialog: () => ConfirmationDialog,
@@ -59,7 +59,7 @@ __export(index_exports, {
59
59
  Table: () => table_default,
60
60
  UploadImage: () => upload_image_default
61
61
  });
62
- module.exports = __toCommonJS(index_exports);
62
+ module.exports = __toCommonJS(src_exports);
63
63
 
64
64
  // react-shim.js
65
65
  var React = __toESM(require("react"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mamrp/components",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "A comprehensive suite of reusable React components.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -15,8 +15,8 @@
15
15
  }
16
16
  },
17
17
  "scripts": {
18
- "build": "tsup src/index.ts --dts --format cjs,esm",
19
- "dev": "tsup src/index.ts --dts --watch"
18
+ "build": "tsup",
19
+ "dev": "tsup --watch"
20
20
  },
21
21
  "keywords": [],
22
22
  "author": "Mamrp Frontend Team",
@@ -27,7 +27,7 @@
27
27
  "@emotion/styled": "^11.14.0",
28
28
  "@hookform/resolvers": "^4.1.3",
29
29
  "@mamrp/icons": "1.0.5",
30
- "@mamrp/utils": "^1.0.0",
30
+ "@mamrp/utils": "^1.0.4",
31
31
  "@mui/lab": "6.0.0-beta.28",
32
32
  "@mui/material": "^6.4.6",
33
33
  "@mui/material-nextjs": "^6.4.3",