nzds-app 0.0.1 → 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.
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NZDS_Button = void 0;
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const NZDS_Button = () => {
6
+ return (0, jsx_runtime_1.jsx)("button", { children: "Hello!" });
7
+ };
8
+ exports.NZDS_Button = NZDS_Button;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Button_1 = require("./Button");
4
+ exports.default = Button_1.NZDS_Button;
@@ -1,2 +1 @@
1
1
  export declare const NZDS_Button: () => import("react").JSX.Element;
2
- //# sourceMappingURL=Button.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { NZDS_Button } from "./Button";
2
2
  export default NZDS_Button;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export { default as Button } from "./components/Button";
2
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nzds-app",
3
- "version": "0.0.1",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -58,7 +58,6 @@
58
58
  "typescript": "^6.0.3"
59
59
  },
60
60
  "dependencies": {
61
- "nzds-app": "^1.0.0",
62
61
  "radix-ui": "^1.5.0",
63
62
  "rollup-plugin-dts": "^6.4.1",
64
63
  "rollup-plugin-postcss": "^4.0.2"