@axos-web-dev/shared-components 0.0.74 → 0.0.76

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.
Files changed (45) hide show
  1. package/dist/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +34 -0
  2. package/dist/AnnualFeeCalculator/AnnualFeeCalculator.css.js +34 -0
  3. package/dist/AnnualFeeCalculator/index.d.ts +10 -0
  4. package/dist/AnnualFeeCalculator/index.js +143 -0
  5. package/dist/ApyCalculator/ApyCalculator.css.d.ts +68 -3
  6. package/dist/ApyCalculator/ApyCalculator.css.js +29 -22
  7. package/dist/ApyCalculator/index.d.ts +7 -1
  8. package/dist/ApyCalculator/index.js +106 -87
  9. package/dist/Calculators/Calculator.d.ts +2 -0
  10. package/dist/Calculators/Calculator.js +74 -33
  11. package/dist/Carousel/index.js +5 -3
  12. package/dist/Chevron/index.js +6 -4
  13. package/dist/Comparison/Comparison.js +3 -1
  14. package/dist/Comparison/ComparisonSet.js +5 -3
  15. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -4
  16. package/dist/Forms/ContactUsAAS.js +5 -3
  17. package/dist/Forms/ContactUsBusiness.js +5 -3
  18. package/dist/Forms/EmailOnly.js +5 -3
  19. package/dist/Forms/SuccesForm.js +4 -2
  20. package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -4
  21. package/dist/Hyperlink/index.js +6 -4
  22. package/dist/ImageBillboard/ImageBillboard.css.d.ts +1 -0
  23. package/dist/ImageLink/ImageLink.js +4 -2
  24. package/dist/ImageLink/ImageLinkSet.js +3 -1
  25. package/dist/ImageLink/index.js +6 -4
  26. package/dist/Modal/Modal.js +5 -3
  27. package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +27 -0
  28. package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +22 -0
  29. package/dist/MonthlyPaymentCalculator/index.d.ts +8 -0
  30. package/dist/MonthlyPaymentCalculator/index.js +212 -0
  31. package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -59
  32. package/dist/NavigationMenu/AxosBank/SubNavBar.js +28 -26
  33. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +0 -2
  34. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +0 -4
  35. package/dist/NavigationMenu/AxosBank/index.js +19 -33
  36. package/dist/SetContainer/SetContainer.js +4 -2
  37. package/dist/assets/AnnualFeeCalculator/AnnualFeeCalculator.css +125 -0
  38. package/dist/assets/ApyCalculator/ApyCalculator.css +77 -98
  39. package/dist/assets/IconBillboard/IconBillboard.css +1 -0
  40. package/dist/assets/ImageBillboard/ImageBillboard.css +1 -0
  41. package/dist/assets/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +67 -0
  42. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +134 -125
  43. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +0 -10
  44. package/dist/assets/SetContainer/SetContainer.css +6 -6
  45. package/package.json +111 -111
@@ -4,14 +4,4 @@
4
4
  .lone1v1 {
5
5
  background: var(--_1073cm8f);
6
6
  color: var(--_1073cm8g);
7
- }
8
- .lone1v2 {
9
- color: var(--_1073cm82) !important;
10
- }
11
- .lone1v2:hover {
12
- color: var(--_1073cm85) !important;
13
- }
14
- .lone1v3 {
15
- position: absolute;
16
- width: 100%;
17
7
  }
@@ -88,22 +88,22 @@
88
88
  }
89
89
  }
90
90
  @media (min-width: 1024px) {
91
- ._18ygy9m5:has(:nth-child(5):last-child) {
91
+ ._18ygy9m5:has(> :nth-child(5):last-child) {
92
92
  grid-template-columns: repeat(4,1fr);
93
93
  }
94
- ._18ygy9m5:has(:nth-child(5):last-child) > * {
94
+ ._18ygy9m5:has(> :nth-child(5):last-child) > * {
95
95
  grid-column: span 2;
96
96
  }
97
- ._18ygy9m5:has(:nth-child(5):last-child) > *:last-child {
97
+ ._18ygy9m5:has(> :nth-child(5):last-child) > *:last-child {
98
98
  grid-column: 2 / span 2;
99
99
  }
100
- ._18ygy9m5:has(:nth-child(7):last-child) {
100
+ ._18ygy9m5:has(> :nth-child(7):last-child) {
101
101
  grid-template-columns: repeat(4,1fr);
102
102
  }
103
- ._18ygy9m5:has(:nth-child(7):last-child) > * {
103
+ ._18ygy9m5:has(> :nth-child(7):last-child) > * {
104
104
  grid-column: span 2;
105
105
  }
106
- ._18ygy9m5:has(:nth-child(7):last-child) > *:last-child {
106
+ ._18ygy9m5:has(> :nth-child(7):last-child) > *:last-child {
107
107
  grid-column: 2 / span 2;
108
108
  }
109
109
  }
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "0.0.74",
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 install",
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.6.0",
32
- "@react-input/mask": "^1.2.5",
33
- "@react-input/number-format": "^1.0.27",
34
- "@storybook/builder-vite": "^7.6.19",
35
- "@storybook/icons": "^1.2.9",
36
- "@storybook/preview-api": "^7.6.19",
37
- "@types/iframe-resizer": "3.5.13",
38
- "@vanilla-extract/css": "^1.15.3",
39
- "@vanilla-extract/recipes": "^0.5.1",
40
- "clsx": "^2.1.1",
41
- "iframe-resizer": "4.3.11",
42
- "react-hook-form": "^7.52.0",
43
- "react-markdown": "^9.0.1",
44
- "react-use": "^17.5.0",
45
- "typed-css-modules": "^0.9.1",
46
- "vite-plugin-svgr": "^4.2.0",
47
- "zod": "^3.23.8",
48
- "zustand": "^4.5.2"
49
- },
50
- "peerDependencies": {
51
- "@vanilla-extract/css-utils": "^0.1.3",
52
- "@vanilla-extract/recipes": "^0.5.1",
53
- "@vanilla-extract/vite-plugin": "^4.0.3",
54
- "next": "^14.1.4",
55
- "react": "^18.2.0",
56
- "react-dom": "^18.2.0"
57
- },
58
- "devDependencies": {
59
- "@rollup/plugin-alias": "^5.1.0",
60
- "@storybook/addon-essentials": "^7.6.19",
61
- "@storybook/addon-interactions": "^7.6.19",
62
- "@storybook/addon-links": "^7.6.19",
63
- "@storybook/addon-onboarding": "^8.1.0",
64
- "@storybook/addon-themes": "^7.6.19",
65
- "@storybook/blocks": "^7.6.19",
66
- "@storybook/react": "^7.6.19",
67
- "@storybook/react-vite": "^7.6.19",
68
- "@storybook/test": "^7.6.19",
69
- "@svgr/core": "^8.1.0",
70
- "@svgr/plugin-prettier": "^8.1.0",
71
- "@svgr/plugin-svgo": "^8.1.0",
72
- "@types/node": "^20.12.12",
73
- "@types/react": "^18.3.2",
74
- "@types/react-datepicker": "^6.2.0",
75
- "@types/react-dom": "^18.3.0",
76
- "@typescript-eslint/eslint-plugin": "^7.9.0",
77
- "@typescript-eslint/parser": "^7.9.0",
78
- "@vanilla-extract/css-utils": "^0.1.3",
79
- "@vanilla-extract/recipes": "^0.5.2",
80
- "@vanilla-extract/vite-plugin": "^4.0.9",
81
- "@vitejs/plugin-react-swc": "^3.6.0",
82
- "esbuild-vanilla-image-loader": "^0.1.3",
83
- "eslint": "^8.57.0",
84
- "eslint-plugin-react-hooks": "^4.6.2",
85
- "eslint-plugin-react-refresh": "^0.4.7",
86
- "eslint-plugin-storybook": "^0.8.0",
87
- "glob": "^10.3.15",
88
- "husky": "^9.0.11",
89
- "next": "^14.1.4",
90
- "prettier": "3.2.5",
91
- "react": "^18.3.1",
92
- "react-dom": "^18.3.1",
93
- "rollup-plugin-preserve-directives": "^0.4.0",
94
- "rollup-plugin-svg-import": "^3.0.0",
95
- "rollup-plugin-svgo": "^2.0.0",
96
- "storybook": "^7.6.19",
97
- "typescript": "^5.4.5",
98
- "typescript-plugin-css-modules": "^5.1.0",
99
- "vite": "^5.2.11",
100
- "vite-plugin-dts": "^3.9.1",
101
- "vite-plugin-lib-inject-css": "^2.1.1",
102
- "vite-plugin-setting-css-module": "^1.1.4",
103
- "vite-tsconfig-paths": "^4.3.2"
104
- },
105
- "main": "index.js",
106
- "directories": {
107
- "lib": "lib"
108
- },
109
- "author": "axos-web-dev",
110
- "license": "ISC"
111
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "0.0.76",
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 install",
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.6.0",
32
+ "@react-input/mask": "^1.2.5",
33
+ "@react-input/number-format": "^1.0.27",
34
+ "@storybook/builder-vite": "^7.6.19",
35
+ "@storybook/icons": "^1.2.9",
36
+ "@storybook/preview-api": "^7.6.19",
37
+ "@types/iframe-resizer": "3.5.13",
38
+ "@vanilla-extract/css": "^1.15.3",
39
+ "@vanilla-extract/recipes": "^0.5.1",
40
+ "clsx": "^2.1.1",
41
+ "iframe-resizer": "4.3.11",
42
+ "react-hook-form": "^7.52.0",
43
+ "react-markdown": "^9.0.1",
44
+ "react-use": "^17.5.0",
45
+ "typed-css-modules": "^0.9.1",
46
+ "vite-plugin-svgr": "^4.2.0",
47
+ "zod": "^3.23.8",
48
+ "zustand": "^4.5.2"
49
+ },
50
+ "peerDependencies": {
51
+ "@vanilla-extract/css-utils": "^0.1.3",
52
+ "@vanilla-extract/recipes": "^0.5.1",
53
+ "@vanilla-extract/vite-plugin": "^4.0.3",
54
+ "next": "^14.1.4",
55
+ "react": "^18.2.0",
56
+ "react-dom": "^18.2.0"
57
+ },
58
+ "devDependencies": {
59
+ "@rollup/plugin-alias": "^5.1.0",
60
+ "@storybook/addon-essentials": "^7.6.19",
61
+ "@storybook/addon-interactions": "^7.6.19",
62
+ "@storybook/addon-links": "^7.6.19",
63
+ "@storybook/addon-onboarding": "^8.1.0",
64
+ "@storybook/addon-themes": "^7.6.19",
65
+ "@storybook/blocks": "^7.6.19",
66
+ "@storybook/react": "^7.6.19",
67
+ "@storybook/react-vite": "^7.6.19",
68
+ "@storybook/test": "^7.6.19",
69
+ "@svgr/core": "^8.1.0",
70
+ "@svgr/plugin-prettier": "^8.1.0",
71
+ "@svgr/plugin-svgo": "^8.1.0",
72
+ "@types/node": "^20.12.12",
73
+ "@types/react": "^18.3.2",
74
+ "@types/react-datepicker": "^6.2.0",
75
+ "@types/react-dom": "^18.3.0",
76
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
77
+ "@typescript-eslint/parser": "^7.9.0",
78
+ "@vanilla-extract/css-utils": "^0.1.3",
79
+ "@vanilla-extract/recipes": "^0.5.2",
80
+ "@vanilla-extract/vite-plugin": "^4.0.9",
81
+ "@vitejs/plugin-react-swc": "^3.6.0",
82
+ "esbuild-vanilla-image-loader": "^0.1.3",
83
+ "eslint": "^8.57.0",
84
+ "eslint-plugin-react-hooks": "^4.6.2",
85
+ "eslint-plugin-react-refresh": "^0.4.7",
86
+ "eslint-plugin-storybook": "^0.8.0",
87
+ "glob": "^10.3.15",
88
+ "husky": "^9.0.11",
89
+ "next": "^14.1.4",
90
+ "prettier": "3.2.5",
91
+ "react": "^18.3.1",
92
+ "react-dom": "^18.3.1",
93
+ "rollup-plugin-preserve-directives": "^0.4.0",
94
+ "rollup-plugin-svg-import": "^3.0.0",
95
+ "rollup-plugin-svgo": "^2.0.0",
96
+ "storybook": "^7.6.19",
97
+ "typescript": "^5.4.5",
98
+ "typescript-plugin-css-modules": "^5.1.0",
99
+ "vite": "^5.2.11",
100
+ "vite-plugin-dts": "^3.9.1",
101
+ "vite-plugin-lib-inject-css": "^2.1.1",
102
+ "vite-plugin-setting-css-module": "^1.1.4",
103
+ "vite-tsconfig-paths": "^4.3.2"
104
+ },
105
+ "main": "index.js",
106
+ "directories": {
107
+ "lib": "lib"
108
+ },
109
+ "author": "axos-web-dev",
110
+ "license": "ISC"
111
+ }