@secondstaxorg/sscomp 2.0.16 → 2.0.18
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.es.js +1004 -1004
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +534 -534
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +898 -898
- package/dist/index.min.js.map +1 -1
- package/package.json +109 -107
- package/types/components/OffersCard/helper.d.ts +5 -0
- package/types/components/OffersCard/helpers.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,107 +1,109 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@secondstaxorg/sscomp",
|
|
3
|
-
"version": "2.0.
|
|
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
|
-
"@
|
|
39
|
-
"@mdx-js/
|
|
40
|
-
"@
|
|
41
|
-
"@rollup/plugin-
|
|
42
|
-
"@rollup/plugin-
|
|
43
|
-
"@
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/addon-
|
|
46
|
-
"@storybook/addon-
|
|
47
|
-
"@storybook/addon-
|
|
48
|
-
"@storybook/
|
|
49
|
-
"@storybook/
|
|
50
|
-
"@storybook/react
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@
|
|
54
|
-
"@types/
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"rollup
|
|
62
|
-
"rollup-plugin-
|
|
63
|
-
"rollup-plugin-
|
|
64
|
-
"rollup-plugin-
|
|
65
|
-
"rollup-plugin-
|
|
66
|
-
"rollup-plugin-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"@
|
|
75
|
-
"@rollup/plugin-
|
|
76
|
-
"@rollup/plugin-
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"react
|
|
87
|
-
"react-
|
|
88
|
-
"react-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"rollup-plugin-
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"react
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"
|
|
107
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@secondstaxorg/sscomp",
|
|
3
|
+
"version": "2.0.18",
|
|
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
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function moneyfy(number: number | bigint, currency: string): string;
|