nzds-app 0.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.
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +13 -0
- package/dist/index.mjs.map +1 -0
- package/dist/types/components/Button/Button.d.ts +2 -0
- package/dist/types/components/Button/Button.d.ts.map +1 -0
- package/dist/types/components/Button/index.d.ts +3 -0
- package/dist/types/components/Button/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/package.json +66 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Button = void 0;
|
|
7
|
+
const tslib_1 = require("tslib");
|
|
8
|
+
var Button_1 = require("./components/Button");
|
|
9
|
+
Object.defineProperty(exports, "Button", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return tslib_1.__importDefault(Button_1).default;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["export { default as Button } from \"./components/Button\";\n"],"names":["Button_1","require","Object","defineProperty","exports","enumerable","get","tslib_1","__importDefault","default"],"mappings":";;;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA,CAAA,qBAAA,CAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA,EAAA,QAAA,EAAA;AAAAC,EAAAA,UAAA,EAAA,IAAA;EAAAC,GAAA,EAAA,YAAA;AAAA,IAAA,OAAAC,OAAA,CAAAC,eAAA,CAAAR,QAAA,CAAA,CAAAS,OAAO;AAAA,EAAA;AAAA,CAAA,CAAA;;"}
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.Button = void 0;
|
|
5
|
+
const tslib_1 = require("tslib");
|
|
6
|
+
var Button_1 = require("./components/Button");
|
|
7
|
+
Object.defineProperty(exports, "Button", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () {
|
|
10
|
+
return tslib_1.__importDefault(Button_1).default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../src/index.ts"],"sourcesContent":["export { default as Button } from \"./components/Button\";\n"],"names":["Button_1","require","Object","defineProperty","exports","enumerable","get","tslib_1","__importDefault","default"],"mappings":";;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA,CAAA,qBAAA,CAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA,EAAA,QAAA,EAAA;AAAAC,EAAAA,UAAA,EAAA,IAAA;EAAAC,GAAA,EAAA,YAAA;AAAA,IAAA,OAAAC,OAAA,CAAAC,eAAA,CAAAR,QAAA,CAAA,CAAAS,OAAO;AAAA,EAAA;AAAA,CAAA,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,mCAEvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AACvC,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nzds-app",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "dist/cjs/index.js",
|
|
6
|
+
"module": "dist/esm/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "rollup -c --watch",
|
|
13
|
+
"build": "rollup -c",
|
|
14
|
+
"storybook": "storybook dev -p 6006",
|
|
15
|
+
"build-storybook": "storybook build"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [],
|
|
18
|
+
"babel": {
|
|
19
|
+
"sourceType": "unambiguous",
|
|
20
|
+
"presets": [
|
|
21
|
+
[
|
|
22
|
+
"@babel/preset-env",
|
|
23
|
+
{
|
|
24
|
+
"targets": {
|
|
25
|
+
"chrome": 100,
|
|
26
|
+
"safari": 15,
|
|
27
|
+
"firefox": 91
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
[
|
|
32
|
+
"@babel/preset-react",
|
|
33
|
+
{
|
|
34
|
+
"runtime": "automatic"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"@babel/preset-typescript"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"author": "",
|
|
41
|
+
"license": "ISC",
|
|
42
|
+
"type": "commonjs",
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@babel/preset-env": "^7.29.7",
|
|
45
|
+
"@babel/preset-react": "^7.29.7",
|
|
46
|
+
"@babel/preset-typescript": "^7.29.7",
|
|
47
|
+
"@rollup/plugin-babel": "^7.1.0",
|
|
48
|
+
"@rollup/plugin-commonjs": "^29.0.3",
|
|
49
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
50
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
51
|
+
"@storybook/react-webpack5": "10.4.4",
|
|
52
|
+
"@types/react": "^19.2.17",
|
|
53
|
+
"postcss": "^8.5.15",
|
|
54
|
+
"react": "^19.2.7",
|
|
55
|
+
"react-dom": "^19.2.7",
|
|
56
|
+
"rollup": "^4.62.0",
|
|
57
|
+
"tslib": "^2.8.1",
|
|
58
|
+
"typescript": "^6.0.3"
|
|
59
|
+
},
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"nzds-app": "^1.0.0",
|
|
62
|
+
"radix-ui": "^1.5.0",
|
|
63
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
64
|
+
"rollup-plugin-postcss": "^4.0.2"
|
|
65
|
+
}
|
|
66
|
+
}
|