@axos-web-dev/shared-components 0.0.144 → 0.0.145

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.
@@ -27,8 +27,8 @@ const AxosOneCalculator = ({
27
27
  }) => {
28
28
  const calc_variant = getVariant(variant);
29
29
  const [balance, setBalance] = useState(1e4);
30
- const [axbAPY, _setAxbAPY] = useState(4.53);
31
- const [axbEarning, setAxbEarning] = useState(453);
30
+ const [axbAPY, _setAxbAPY] = useState(4.86);
31
+ const [axbEarning, setAxbEarning] = useState(486);
32
32
  const [chaseAPY, _setChaseAPY] = useState(0.01);
33
33
  const [chaseEarning, setChaseEarning] = useState(1);
34
34
  const [bofaAPY, _setBofaAPY] = useState(0.01);
package/package.json CHANGED
@@ -1,124 +1,124 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "0.0.144",
5
- "type": "module",
6
- "module": "dist/main.js",
7
- "types": "dist/main.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "sideEffects": [
12
- "dist/assets/**/*.css"
13
- ],
14
- "scripts": {
15
- "dev": "vite",
16
- "build": "tsc --p ./tsconfig.build.json && vite build",
17
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
- "preview": "vite preview",
19
- "prepublishOnly": "npm run build",
20
- "check-types": "tsc --pretty --noEmit",
21
- "check-format": "prettier --check .",
22
- "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
- "format": "prettier --write .",
24
- "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
- "prepare": "husky",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build",
28
- "npm:link": "npm run build && npm link"
29
- },
30
- "dependencies": {
31
- "@hookform/resolvers": "^3.9.0",
32
- "@react-input/mask": "^1.2.11",
33
- "@react-input/number-format": "^1.1.1",
34
- "@storybook/icons": "^1.2.12",
35
- "@storybook/preview-api": "^8.3.5",
36
- "@types/iframe-resizer": "3.5.13",
37
- "@vanilla-extract/css": "^1.16.0",
38
- "@vanilla-extract/recipes": "^0.5.1",
39
- "antd": "^5.21.5",
40
- "clsx": "^2.1.1",
41
- "iframe-resizer": "4.3.11",
42
- "lodash": "^4.17.21",
43
- "moment": "^2.30.1",
44
- "react-date-picker": "^11.0.0",
45
- "react-hook-form": "^7.53.1",
46
- "react-markdown": "^9.0.1",
47
- "react-slick": "^0.30.2",
48
- "react-use": "^17.5.1",
49
- "react-wrap-balancer": "^1.1.1",
50
- "rsuite": "^5.72.0",
51
- "slick-carousel": "^1.8.1",
52
- "typed-css-modules": "^0.9.1",
53
- "vite-plugin-svgr": "^4.2.0",
54
- "zod": "^3.23.8",
55
- "zustand": "^4.5.5"
56
- },
57
- "peerDependencies": {
58
- "@vanilla-extract/css-utils": "^0.1.3",
59
- "@vanilla-extract/recipes": "^0.5.1",
60
- "@vanilla-extract/vite-plugin": "^4.0.3",
61
- "next": "^14.1.4",
62
- "react": "^18.2.0",
63
- "react-dom": "^18.2.0",
64
- "react-slick": "^0.30.2",
65
- "slick-carousel": "^1.8.1"
66
- },
67
- "devDependencies": {
68
- "@chromatic-com/storybook": "^1.8.0",
69
- "@rollup/plugin-alias": "^5.1.0",
70
- "@storybook/addon-essentials": "^8.2.9",
71
- "@storybook/addon-interactions": "^8.2.9",
72
- "@storybook/addon-links": "^8.2.9",
73
- "@storybook/addon-mdx-gfm": "^8.2.9",
74
- "@storybook/addon-onboarding": "^8.2.9",
75
- "@storybook/addon-themes": "^8.2.9",
76
- "@storybook/blocks": "^8.2.9",
77
- "@storybook/react": "^8.2.9",
78
- "@storybook/react-vite": "^8.2.9",
79
- "@storybook/test": "^8.2.9",
80
- "@svgr/core": "^8.1.0",
81
- "@svgr/plugin-prettier": "^8.1.0",
82
- "@svgr/plugin-svgo": "^8.1.0",
83
- "@types/lodash": "^4.17.10",
84
- "@types/node": "^20.16.10",
85
- "@types/react": "^18.3.11",
86
- "@types/react-datepicker": "^6.2.0",
87
- "@types/react-dom": "^18.3.0",
88
- "@types/react-slick": "^0.23.13",
89
- "@typescript-eslint/eslint-plugin": "^7.9.0",
90
- "@typescript-eslint/parser": "^7.9.0",
91
- "@vanilla-extract/css-utils": "^0.1.4",
92
- "@vanilla-extract/recipes": "^0.5.5",
93
- "@vanilla-extract/vite-plugin": "^4.0.15",
94
- "@vitejs/plugin-react-swc": "^3.7.0",
95
- "esbuild-vanilla-image-loader": "^0.1.3",
96
- "eslint": "^8.57.0",
97
- "eslint-plugin-react-hooks": "^4.6.2",
98
- "eslint-plugin-react-refresh": "^0.4.7",
99
- "eslint-plugin-storybook": "^0.8.0",
100
- "glob": "^10.4.5",
101
- "husky": "^9.1.6",
102
- "next": "^14.1.4",
103
- "prettier": "3.2.5",
104
- "react": "^18.3.1",
105
- "react-dom": "^18.3.1",
106
- "rollup-plugin-preserve-directives": "^0.4.0",
107
- "rollup-plugin-svg-import": "^3.0.0",
108
- "rollup-plugin-svgo": "^2.0.0",
109
- "storybook": "^8.2.9",
110
- "typescript": "^5.6.2",
111
- "typescript-plugin-css-modules": "^5.1.0",
112
- "vite": "^5.4.9",
113
- "vite-plugin-dts": "^3.9.1",
114
- "vite-plugin-lib-inject-css": "^2.1.1",
115
- "vite-plugin-setting-css-module": "^1.1.4",
116
- "vite-tsconfig-paths": "^4.3.2"
117
- },
118
- "main": "index.js",
119
- "directories": {
120
- "lib": "lib"
121
- },
122
- "author": "axos-web-dev",
123
- "license": "ISC"
124
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "0.0.145",
5
+ "type": "module",
6
+ "module": "dist/main.js",
7
+ "types": "dist/main.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "sideEffects": [
12
+ "dist/assets/**/*.css"
13
+ ],
14
+ "scripts": {
15
+ "dev": "vite",
16
+ "build": "tsc --p ./tsconfig.build.json && vite build",
17
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
+ "preview": "vite preview",
19
+ "prepublishOnly": "npm run build",
20
+ "check-types": "tsc --pretty --noEmit",
21
+ "check-format": "prettier --check .",
22
+ "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
+ "format": "prettier --write .",
24
+ "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
+ "prepare": "husky",
26
+ "storybook": "storybook dev -p 6006",
27
+ "build-storybook": "storybook build",
28
+ "npm:link": "npm run build && npm link"
29
+ },
30
+ "dependencies": {
31
+ "@hookform/resolvers": "^3.9.0",
32
+ "@react-input/mask": "^1.2.11",
33
+ "@react-input/number-format": "^1.1.1",
34
+ "@storybook/icons": "^1.2.12",
35
+ "@storybook/preview-api": "^8.3.5",
36
+ "@types/iframe-resizer": "3.5.13",
37
+ "@vanilla-extract/css": "^1.16.0",
38
+ "@vanilla-extract/recipes": "^0.5.1",
39
+ "antd": "^5.21.5",
40
+ "clsx": "^2.1.1",
41
+ "iframe-resizer": "4.3.11",
42
+ "lodash": "^4.17.21",
43
+ "moment": "^2.30.1",
44
+ "react-date-picker": "^11.0.0",
45
+ "react-hook-form": "^7.53.1",
46
+ "react-markdown": "^9.0.1",
47
+ "react-slick": "^0.30.2",
48
+ "react-use": "^17.5.1",
49
+ "react-wrap-balancer": "^1.1.1",
50
+ "rsuite": "^5.72.0",
51
+ "slick-carousel": "^1.8.1",
52
+ "typed-css-modules": "^0.9.1",
53
+ "vite-plugin-svgr": "^4.2.0",
54
+ "zod": "^3.23.8",
55
+ "zustand": "^4.5.5"
56
+ },
57
+ "peerDependencies": {
58
+ "@vanilla-extract/css-utils": "^0.1.3",
59
+ "@vanilla-extract/recipes": "^0.5.1",
60
+ "@vanilla-extract/vite-plugin": "^4.0.3",
61
+ "next": "^14.1.4",
62
+ "react": "^18.2.0",
63
+ "react-dom": "^18.2.0",
64
+ "react-slick": "^0.30.2",
65
+ "slick-carousel": "^1.8.1"
66
+ },
67
+ "devDependencies": {
68
+ "@chromatic-com/storybook": "^1.8.0",
69
+ "@rollup/plugin-alias": "^5.1.0",
70
+ "@storybook/addon-essentials": "^8.2.9",
71
+ "@storybook/addon-interactions": "^8.2.9",
72
+ "@storybook/addon-links": "^8.2.9",
73
+ "@storybook/addon-mdx-gfm": "^8.2.9",
74
+ "@storybook/addon-onboarding": "^8.2.9",
75
+ "@storybook/addon-themes": "^8.2.9",
76
+ "@storybook/blocks": "^8.2.9",
77
+ "@storybook/react": "^8.2.9",
78
+ "@storybook/react-vite": "^8.2.9",
79
+ "@storybook/test": "^8.2.9",
80
+ "@svgr/core": "^8.1.0",
81
+ "@svgr/plugin-prettier": "^8.1.0",
82
+ "@svgr/plugin-svgo": "^8.1.0",
83
+ "@types/lodash": "^4.17.10",
84
+ "@types/node": "^20.16.10",
85
+ "@types/react": "^18.3.11",
86
+ "@types/react-datepicker": "^6.2.0",
87
+ "@types/react-dom": "^18.3.0",
88
+ "@types/react-slick": "^0.23.13",
89
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
90
+ "@typescript-eslint/parser": "^7.9.0",
91
+ "@vanilla-extract/css-utils": "^0.1.4",
92
+ "@vanilla-extract/recipes": "^0.5.5",
93
+ "@vanilla-extract/vite-plugin": "^4.0.15",
94
+ "@vitejs/plugin-react-swc": "^3.7.0",
95
+ "esbuild-vanilla-image-loader": "^0.1.3",
96
+ "eslint": "^8.57.0",
97
+ "eslint-plugin-react-hooks": "^4.6.2",
98
+ "eslint-plugin-react-refresh": "^0.4.7",
99
+ "eslint-plugin-storybook": "^0.8.0",
100
+ "glob": "^10.4.5",
101
+ "husky": "^9.1.6",
102
+ "next": "^14.1.4",
103
+ "prettier": "3.2.5",
104
+ "react": "^18.3.1",
105
+ "react-dom": "^18.3.1",
106
+ "rollup-plugin-preserve-directives": "^0.4.0",
107
+ "rollup-plugin-svg-import": "^3.0.0",
108
+ "rollup-plugin-svgo": "^2.0.0",
109
+ "storybook": "^8.2.9",
110
+ "typescript": "^5.6.2",
111
+ "typescript-plugin-css-modules": "^5.1.0",
112
+ "vite": "^5.4.9",
113
+ "vite-plugin-dts": "^3.9.1",
114
+ "vite-plugin-lib-inject-css": "^2.1.1",
115
+ "vite-plugin-setting-css-module": "^1.1.4",
116
+ "vite-tsconfig-paths": "^4.3.2"
117
+ },
118
+ "main": "index.js",
119
+ "directories": {
120
+ "lib": "lib"
121
+ },
122
+ "author": "axos-web-dev",
123
+ "license": "ISC"
124
+ }