@secondstaxorg/sscomp 2.0.16 → 2.0.17

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/package.json CHANGED
@@ -1,107 +1,109 @@
1
- {
2
- "name": "@secondstaxorg/sscomp",
3
- "version": "2.0.16",
4
- "publishConfig": {
5
- "registry": "https://registry.npmjs.org/"
6
- },
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/Secondstax/sscomp.git"
10
- },
11
- "description": "A react component library for secondSTAX",
12
- "main": "dist/index.min.js",
13
- "module": "dist/index.es.js",
14
- "types": "types/index.d.ts",
15
- "files": [
16
- "dist",
17
- "types"
18
- ],
19
- "scripts": {
20
- "test": "echo \"Error: no test specified\" && exit 1",
21
- "build": "tsc && rollup -c rollup.config.js",
22
- "storybook": "storybook dev -p 6006",
23
- "predeploy": "npm run build-storybook",
24
- "deploy-storybook": "gh-pages -d storybook-static",
25
- "build-storybook": "storybook build",
26
- "chromatic": "npx chromatic --project-token=chpt_2b0f52cf5545391",
27
- "chromatic-force": "npx chromatic --project-token=chpt_2b0f52cf5545391 --force-rebuild"
28
- },
29
- "author": {
30
- "name": "augustus Otu, Mark Obuobi"
31
- },
32
- "license": "ISC",
33
- "devDependencies": {
34
- "@babel/core": "^7.19.6",
35
- "@babel/preset-env": "^7.22.5",
36
- "@babel/preset-react": "^7.22.5",
37
- "@babel/preset-typescript": "^7.22.5",
38
- "@mdx-js/mdx": "^1.6.22",
39
- "@mdx-js/react": "^1.6.22",
40
- "@rollup/plugin-commonjs": "^23.0.7",
41
- "@rollup/plugin-node-resolve": "^15.0.1",
42
- "@rollup/plugin-typescript": "^9.0.2",
43
- "@storybook/addon-actions": "^7.0.22",
44
- "@storybook/addon-essentials": "^7.0.22",
45
- "@storybook/addon-interactions": "^7.0.22",
46
- "@storybook/addon-links": "^7.0.22",
47
- "@storybook/addon-mdx-gfm": "7.0.22",
48
- "@storybook/channels": "^7.0.22",
49
- "@storybook/react": "^7.0.22",
50
- "@storybook/react-webpack5": "7.0.22",
51
- "@storybook/storybook-deployer": "^2.8.16",
52
- "@storybook/testing-library": "^0.1.0",
53
- "@types/react": "^18.0.22",
54
- "@types/styled-components": "^5.1.26",
55
- "babel-loader": "^8.2.5",
56
- "chromatic": "^6.19.8",
57
- "gatsby-plugin-mdx": "^5.11.0",
58
- "pdfjs-dist": "^3.11.174",
59
- "react-pdf": "^7.5.1",
60
- "rollup": "^3.2.3",
61
- "rollup-plugin-css-only": "^4.3.0",
62
- "rollup-plugin-dts": "^5.1.1",
63
- "rollup-plugin-image": "^1.0.2",
64
- "rollup-plugin-peer-deps-external": "^2.2.4",
65
- "rollup-plugin-postcss": "^4.0.2",
66
- "rollup-plugin-terser": "^7.0.2",
67
- "storybook": "7.0.22",
68
- "styled-components": "^5.3.6",
69
- "typescript": "^4.8.4",
70
- "webpack": "^5.74.0"
71
- },
72
- "dependencies": {
73
- "@heroicons/react": "^2.0.13",
74
- "@rollup/plugin-image": "^3.0.2",
75
- "@rollup/plugin-json": "^6.0.0",
76
- "@rollup/plugin-sucrase": "^5.0.1",
77
- "axios": "^1.4.0",
78
- "chart.js": "^3.9.1",
79
- "dayjs": "^1.11.10",
80
- "gh-pages": "^4.0.0",
81
- "heroicons": "^2.0.12",
82
- "password-meter": "^3.10.2",
83
- "postcss": "^8.4.21",
84
- "react": "^18.2.0",
85
- "react-chartjs-2": "^4.3.1",
86
- "react-dom": "^18.2.0",
87
- "react-fast-marquee": "^1.3.5",
88
- "react-is": "^18.2.0",
89
- "rollup-plugin-copy": "^3.4.0",
90
- "rollup-plugin-sourcemaps": "^0.6.3",
91
- "rollup-plugin-typescript2": "^0.34.1",
92
- "tippy.js": "^6.3.7"
93
- },
94
- "peerDependencies": {
95
- "pdfjs-dist": "^3.11.174",
96
- "react": "^18.2.0",
97
- "react-dom": "^18.2.0",
98
- "react-pdf": "^7.5.1",
99
- "styled-components": "^5.3.6"
100
- },
101
- "bugs": {
102
- "url": "https://github.com/Secondstax/sscomp/issues"
103
- },
104
- "readme": "ERROR: No README data found!",
105
- "homepage": "https://github.com/Secondstax/sscomp#readme",
106
- "_id": "@secondstaxorg/sscomp@1.6.26"
107
- }
1
+ {
2
+ "name": "@secondstaxorg/sscomp",
3
+ "version": "2.0.17",
4
+ "publishConfig": {
5
+ "registry": "https://registry.npmjs.org/"
6
+ },
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/Secondstax/sscomp.git"
10
+ },
11
+ "description": "A react component library for secondSTAX",
12
+ "main": "dist/index.min.js",
13
+ "module": "dist/index.es.js",
14
+ "types": "types/index.d.ts",
15
+ "files": [
16
+ "dist",
17
+ "types"
18
+ ],
19
+ "scripts": {
20
+ "test": "echo \"Error: no test specified\" && exit 1",
21
+ "build": "tsc && rollup -c rollup.config.js",
22
+ "storybook": "storybook dev -p 6006",
23
+ "predeploy": "npm run build-storybook",
24
+ "deploy-storybook": "gh-pages -d storybook-static",
25
+ "build-storybook": "storybook build",
26
+ "chromatic": "npx chromatic --project-token=chpt_2b0f52cf5545391",
27
+ "chromatic-force": "npx chromatic --project-token=chpt_2b0f52cf5545391 --force-rebuild"
28
+ },
29
+ "author": {
30
+ "name": "augustus Otu, Mark Obuobi"
31
+ },
32
+ "license": "ISC",
33
+ "devDependencies": {
34
+ "@babel/core": "^7.19.6",
35
+ "@babel/preset-env": "^7.22.5",
36
+ "@babel/preset-react": "^7.22.5",
37
+ "@babel/preset-typescript": "^7.22.5",
38
+ "@chromatic-com/storybook": "1",
39
+ "@mdx-js/mdx": "^1.6.22",
40
+ "@mdx-js/react": "^1.6.22",
41
+ "@rollup/plugin-commonjs": "^23.0.7",
42
+ "@rollup/plugin-node-resolve": "^15.0.1",
43
+ "@rollup/plugin-typescript": "^9.0.2",
44
+ "@storybook/addon-actions": "^8.1.10",
45
+ "@storybook/addon-essentials": "^8.1.10",
46
+ "@storybook/addon-interactions": "^8.1.10",
47
+ "@storybook/addon-links": "^8.1.10",
48
+ "@storybook/addon-mdx-gfm": "^8.1.10",
49
+ "@storybook/addon-webpack5-compiler-babel": "3.0.3",
50
+ "@storybook/react": "^8.1.10",
51
+ "@storybook/react-webpack5": "^8.1.10",
52
+ "@storybook/storybook-deployer": "^2.8.16",
53
+ "@storybook/test": "8.1.10",
54
+ "@types/react": "^18.0.22",
55
+ "@types/styled-components": "^5.1.26",
56
+ "babel-loader": "^8.2.5",
57
+ "chromatic": "^6.19.8",
58
+ "gatsby-plugin-mdx": "^5.11.0",
59
+ "pdfjs-dist": "^3.11.174",
60
+ "react-pdf": "^7.5.1",
61
+ "rollup": "^3.2.3",
62
+ "rollup-plugin-css-only": "^4.3.0",
63
+ "rollup-plugin-dts": "^5.1.1",
64
+ "rollup-plugin-image": "^1.0.2",
65
+ "rollup-plugin-peer-deps-external": "^2.2.4",
66
+ "rollup-plugin-postcss": "^4.0.2",
67
+ "rollup-plugin-terser": "^7.0.2",
68
+ "storybook": "^8.1.10",
69
+ "styled-components": "^5.3.6",
70
+ "typescript": "^4.8.4",
71
+ "webpack": "^5.74.0"
72
+ },
73
+ "dependencies": {
74
+ "@heroicons/react": "^2.0.13",
75
+ "@rollup/plugin-image": "^3.0.2",
76
+ "@rollup/plugin-json": "^6.0.0",
77
+ "@rollup/plugin-sucrase": "^5.0.1",
78
+ "@storybook/channels": "^8.1.10",
79
+ "axios": "^1.4.0",
80
+ "chart.js": "^3.9.1",
81
+ "dayjs": "^1.11.10",
82
+ "gh-pages": "^4.0.0",
83
+ "heroicons": "^2.0.12",
84
+ "password-meter": "^3.10.2",
85
+ "postcss": "^8.4.21",
86
+ "react": "^18.2.0",
87
+ "react-chartjs-2": "^4.3.1",
88
+ "react-dom": "^18.2.0",
89
+ "react-fast-marquee": "^1.3.5",
90
+ "react-is": "^18.2.0",
91
+ "rollup-plugin-copy": "^3.4.0",
92
+ "rollup-plugin-sourcemaps": "^0.6.3",
93
+ "rollup-plugin-typescript2": "^0.34.1",
94
+ "tippy.js": "^6.3.7"
95
+ },
96
+ "peerDependencies": {
97
+ "pdfjs-dist": "^3.11.174",
98
+ "react": "^18.2.0",
99
+ "react-dom": "^18.2.0",
100
+ "react-pdf": "^7.5.1",
101
+ "styled-components": "^5.3.6"
102
+ },
103
+ "bugs": {
104
+ "url": "https://github.com/Secondstax/sscomp/issues"
105
+ },
106
+ "readme": "ERROR: No README data found!",
107
+ "homepage": "https://github.com/Secondstax/sscomp#readme",
108
+ "_id": "@secondstaxorg/sscomp@1.6.26"
109
+ }
@@ -0,0 +1,5 @@
1
+ export declare function moneyfy(number: number, currency: string, conversionRates?: {
2
+ base: string;
3
+ exchange: string;
4
+ rate: number;
5
+ }[]): string | undefined;
@@ -1 +0,0 @@
1
- export declare function moneyfy(number: number | bigint, currency: string): string;