@axos-web-dev/shared-components 1.0.77-patch.29 → 1.0.77-patch.30

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 (29) hide show
  1. package/dist/Avatar/Avatar.module.js +7 -7
  2. package/dist/Blockquote/Blockquote.module.js +3 -3
  3. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  4. package/dist/Forms/CommercialDepositsNoLendingOption.d.ts +16 -0
  5. package/dist/Forms/CommercialDepositsNoLendingOption.js +330 -0
  6. package/dist/Forms/index.d.ts +1 -0
  7. package/dist/Forms/index.js +2 -0
  8. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  9. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  10. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  11. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  12. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  13. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  14. package/dist/StepItemSet/StepItemSet.css.d.ts +1 -0
  15. package/dist/StepItemSet/StepItemSet.css.js +9 -5
  16. package/dist/StepItemSet/StepItemSet.d.ts +6 -0
  17. package/dist/StepItemSet/StepItemSet.js +22 -3
  18. package/dist/StepItemSet/index.js +2 -1
  19. package/dist/assets/Avatar/Avatar.css.css +59 -59
  20. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  21. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
  22. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  23. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  24. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  25. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  26. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  27. package/dist/assets/StepItemSet/StepItemSet.css +27 -10
  28. package/dist/main.js +4 -1
  29. package/package.json +133 -133
@@ -72,6 +72,19 @@
72
72
  overflow: hidden;
73
73
  width: 48%;
74
74
  }
75
+ ._18par6fk {
76
+ border-radius: 8px;
77
+ min-height: 378px;
78
+ position: relative;
79
+ overflow: hidden;
80
+ width: 48%;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ ._18par6fk ._16puo4g0 {
86
+ width: 100%;
87
+ }
75
88
  ._18par6fj img {
76
89
  height: 100%;
77
90
  inset: 0;
@@ -80,31 +93,31 @@
80
93
  position: absolute;
81
94
  width: 100%;
82
95
  }
83
- ._18par6fk {
96
+ ._18par6fl {
84
97
  padding: 27px 48px;
85
98
  flex: 1 1 0%;
86
99
  }
87
- ._18par6fl {
100
+ ._18par6fm {
88
101
  padding: 0;
89
102
  list-style: none;
90
103
  margin: 0;
91
104
  }
92
- ._18par6fl > li + li > :first-child > :first-child {
105
+ ._18par6fm > li + li > :first-child > :first-child {
93
106
  padding-top: 24px;
94
107
  }
95
- ._18par6fl > li + li > :last-child {
108
+ ._18par6fm > li + li > :last-child {
96
109
  padding-top: 24px;
97
110
  }
98
- ._18par6fm > * + * {
111
+ ._18par6fn > * + * {
99
112
  margin-left: 48px;
100
113
  }
101
- ._18par6fn {
114
+ ._18par6fo {
102
115
  margin-left: auto;
103
116
  margin-right: auto;
104
117
  text-align: center;
105
118
  max-width: 800px;
106
119
  }
107
- ._18par6fn > * {
120
+ ._18par6fo > * {
108
121
  line-height: 1.5;
109
122
  }
110
123
  @media screen and (min-width:1024px) {
@@ -113,7 +126,7 @@
113
126
  }
114
127
  }
115
128
  @media screen and (max-width:1280px) {
116
- ._18par6fk {
129
+ ._18par6fl {
117
130
  padding-left: 24px;
118
131
  padding-right: 0;
119
132
  }
@@ -129,14 +142,18 @@
129
142
  aspect-ratio: 16 / 9;
130
143
  }
131
144
  ._18par6fk {
145
+ width: 100%;
146
+ min-height: 183px;
147
+ }
148
+ ._18par6fl {
132
149
  padding: 0px;
133
150
  margin-top: 24px;
134
151
  }
135
- ._18par6fm {
152
+ ._18par6fn {
136
153
  flex-direction: column;
137
154
  margin-top: 24px;
138
155
  }
139
- ._18par6fm > * + * {
156
+ ._18par6fn > * + * {
140
157
  margin-left: 0px;
141
158
  margin-top: 24px;
142
159
  }
package/dist/main.js CHANGED
@@ -59,6 +59,7 @@ import { ApplyNow } from "./Forms/ApplyNow.js";
59
59
  import { getLink } from "./Forms/applynow-utils.js";
60
60
  import { ClearingForm } from "./Forms/ClearingForm.js";
61
61
  import { CommercialDeposits } from "./Forms/CommercialDeposits.js";
62
+ import { CommercialDepositsNoLendingOption } from "./Forms/CommercialDepositsNoLendingOption.js";
62
63
  import { CommercialLending } from "./Forms/CommercialLending.js";
63
64
  import { CommercialPremiumFinance } from "./Forms/CommercialPremiumFinance.js";
64
65
  import { ContactCompany } from "./Forms/ContactCompany.js";
@@ -175,7 +176,7 @@ import { SocialMediaBar } from "./SocialMediaBar/index.js";
175
176
  import { StepItem } from "./StepItem/StepItem.js";
176
177
  import { bs_copy, bs_topic, bullet_details, li, line_points, point, step_num } from "./StepItem/StepItem.css.js";
177
178
  import { StepItemSet } from "./StepItemSet/StepItemSet.js";
178
- import { bs_add_details, bs_btns, bs_image, bs_section, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col } from "./StepItemSet/StepItemSet.css.js";
179
+ import { bs_add_details, bs_btns, bs_image, bs_section, bs_video, bs_wrapper, modifier, ol, sec_subtitle, sec_title, steps_wrapper, svg_logo, tablet_col } from "./StepItemSet/StepItemSet.css.js";
179
180
  import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
180
181
  import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_cell, highlight_first_row, highlight_last_row, highlight_th, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, table_section, td, th } from "./Table/Table.css.js";
181
182
  import { TextBlock } from "./TextBlock/TextBlock.js";
@@ -256,6 +257,7 @@ export {
256
257
  default11 as CloseIcon,
257
258
  CollectInformationAlert,
258
259
  CommercialDeposits,
260
+ CommercialDepositsNoLendingOption,
259
261
  CommercialLending,
260
262
  CommercialPremiumFinance,
261
263
  ComparisonSet,
@@ -433,6 +435,7 @@ export {
433
435
  bs_image,
434
436
  bs_section,
435
437
  bs_topic,
438
+ bs_video,
436
439
  bs_wrapper,
437
440
  bullet_details,
438
441
  button,
package/package.json CHANGED
@@ -1,133 +1,133 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "1.0.77-patch.29",
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
- "@headlessui/react": "^2.2.0",
32
- "@hookform/resolvers": "^3.10.0",
33
- "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
- "@react-input/mask": "^1.2.15",
35
- "@react-input/number-format": "^1.1.3",
36
- "@storybook/icons": "^1.3.0",
37
- "@storybook/preview-api": "^8.4.7",
38
- "@types/iframe-resizer": "3.5.13",
39
- "@vanilla-extract/css": "^1.16.1",
40
- "@vanilla-extract/recipes": "^0.5.1",
41
- "antd": "^5.22.5",
42
- "clsx": "^2.1.1",
43
- "framer-motion": "^12.9.2",
44
- "iframe-resizer": "^3.6.6",
45
- "lodash": "^4.17.21",
46
- "moment": "^2.30.1",
47
- "next-safe-action": "^8.0.2",
48
- "react-date-picker": "^11.0.0",
49
- "react-date-range": "^2.0.1",
50
- "react-hook-form": "^7.54.2",
51
- "react-markdown": "^9.0.1",
52
- "react-popper": "^2.3.0",
53
- "react-slick": "^0.30.2",
54
- "react-use": "^17.6.0",
55
- "react-wrap-balancer": "^1.1.1",
56
- "rsuite": "^5.75.0",
57
- "slick-carousel": "^1.8.1",
58
- "typed-css-modules": "^0.9.1",
59
- "vite-plugin-svgr": "^4.3.0",
60
- "zod": "^3.24.1",
61
- "zustand": "^4.5.5"
62
- },
63
- "peerDependencies": {
64
- "@vanilla-extract/css-utils": "^0.1.3",
65
- "@vanilla-extract/recipes": "^0.5.1",
66
- "@vanilla-extract/vite-plugin": "^4.0.3",
67
- "next": "^14.1.4",
68
- "react": "^18.2.0",
69
- "react-date-range": "^2.0.1",
70
- "react-dom": "^18.2.0",
71
- "react-popper": "^2.3.0",
72
- "react-slick": "^0.30.2",
73
- "slick-carousel": "^1.8.1"
74
- },
75
- "devDependencies": {
76
- "@chromatic-com/storybook": "^1.9.0",
77
- "@rollup/plugin-alias": "^5.1.1",
78
- "@storybook/addon-essentials": "^8.4.7",
79
- "@storybook/addon-interactions": "^8.4.7",
80
- "@storybook/addon-links": "^8.4.7",
81
- "@storybook/addon-mdx-gfm": "^8.4.7",
82
- "@storybook/addon-onboarding": "^8.4.7",
83
- "@storybook/addon-themes": "^8.4.7",
84
- "@storybook/blocks": "^8.4.7",
85
- "@storybook/react": "^8.6.14",
86
- "@storybook/react-vite": "^8.4.7",
87
- "@storybook/test": "^8.6.14",
88
- "@svgr/core": "^8.1.0",
89
- "@svgr/plugin-prettier": "^8.1.0",
90
- "@svgr/plugin-svgo": "^8.1.0",
91
- "@types/lodash": "^4.17.17",
92
- "@types/node": "^20.19.0",
93
- "@types/react": "^18.3.23",
94
- "@types/react-date-range": "^1.4.9",
95
- "@types/react-datepicker": "^6.2.0",
96
- "@types/react-dom": "^18.3.7",
97
- "@types/react-slick": "^0.23.13",
98
- "@typescript-eslint/eslint-plugin": "^7.18.0",
99
- "@typescript-eslint/parser": "^7.18.0",
100
- "@vanilla-extract/css-utils": "^0.1.4",
101
- "@vanilla-extract/recipes": "^0.5.5",
102
- "@vanilla-extract/vite-plugin": "^4.0.18",
103
- "@vitejs/plugin-react-swc": "^3.7.2",
104
- "esbuild-vanilla-image-loader": "^0.1.3",
105
- "eslint": "^8.57.1",
106
- "eslint-plugin-react-hooks": "^4.6.2",
107
- "eslint-plugin-react-refresh": "^0.4.16",
108
- "eslint-plugin-storybook": "^0.8.0",
109
- "glob": "^10.4.5",
110
- "husky": "^9.1.7",
111
- "next": "^14.1.4",
112
- "prettier": "3.2.5",
113
- "react": "^18.3.1",
114
- "react-dom": "^18.3.1",
115
- "rollup-plugin-preserve-directives": "^0.4.0",
116
- "rollup-plugin-svg-import": "^3.0.0",
117
- "rollup-plugin-svgo": "^2.0.0",
118
- "storybook": "^8.4.7",
119
- "typescript": "^5.7.2",
120
- "typescript-plugin-css-modules": "^5.1.0",
121
- "vite": "^5.4.11",
122
- "vite-plugin-dts": "^3.9.1",
123
- "vite-plugin-lib-inject-css": "^2.1.1",
124
- "vite-plugin-setting-css-module": "^1.1.4",
125
- "vite-tsconfig-paths": "^4.3.2"
126
- },
127
- "main": "index.js",
128
- "directories": {
129
- "lib": "lib"
130
- },
131
- "author": "axos-web-dev",
132
- "license": "ISC"
133
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "1.0.77-patch.30",
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
+ "@headlessui/react": "^2.2.0",
32
+ "@hookform/resolvers": "^3.10.0",
33
+ "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
+ "@react-input/mask": "^1.2.15",
35
+ "@react-input/number-format": "^1.1.3",
36
+ "@storybook/icons": "^1.3.0",
37
+ "@storybook/preview-api": "^8.4.7",
38
+ "@types/iframe-resizer": "3.5.13",
39
+ "@vanilla-extract/css": "^1.16.1",
40
+ "@vanilla-extract/recipes": "^0.5.1",
41
+ "antd": "^5.22.5",
42
+ "clsx": "^2.1.1",
43
+ "framer-motion": "^12.9.2",
44
+ "iframe-resizer": "^3.6.6",
45
+ "lodash": "^4.17.21",
46
+ "moment": "^2.30.1",
47
+ "next-safe-action": "^8.0.2",
48
+ "react-date-picker": "^11.0.0",
49
+ "react-date-range": "^2.0.1",
50
+ "react-hook-form": "^7.54.2",
51
+ "react-markdown": "^9.0.1",
52
+ "react-popper": "^2.3.0",
53
+ "react-slick": "^0.30.2",
54
+ "react-use": "^17.6.0",
55
+ "react-wrap-balancer": "^1.1.1",
56
+ "rsuite": "^5.75.0",
57
+ "slick-carousel": "^1.8.1",
58
+ "typed-css-modules": "^0.9.1",
59
+ "vite-plugin-svgr": "^4.3.0",
60
+ "zod": "^3.24.1",
61
+ "zustand": "^4.5.5"
62
+ },
63
+ "peerDependencies": {
64
+ "@vanilla-extract/css-utils": "^0.1.3",
65
+ "@vanilla-extract/recipes": "^0.5.1",
66
+ "@vanilla-extract/vite-plugin": "^4.0.3",
67
+ "next": "^14.1.4",
68
+ "react": "^18.2.0",
69
+ "react-date-range": "^2.0.1",
70
+ "react-dom": "^18.2.0",
71
+ "react-popper": "^2.3.0",
72
+ "react-slick": "^0.30.2",
73
+ "slick-carousel": "^1.8.1"
74
+ },
75
+ "devDependencies": {
76
+ "@chromatic-com/storybook": "^1.9.0",
77
+ "@rollup/plugin-alias": "^5.1.1",
78
+ "@storybook/addon-essentials": "^8.4.7",
79
+ "@storybook/addon-interactions": "^8.4.7",
80
+ "@storybook/addon-links": "^8.4.7",
81
+ "@storybook/addon-mdx-gfm": "^8.4.7",
82
+ "@storybook/addon-onboarding": "^8.4.7",
83
+ "@storybook/addon-themes": "^8.4.7",
84
+ "@storybook/blocks": "^8.4.7",
85
+ "@storybook/react": "^8.6.14",
86
+ "@storybook/react-vite": "^8.4.7",
87
+ "@storybook/test": "^8.6.14",
88
+ "@svgr/core": "^8.1.0",
89
+ "@svgr/plugin-prettier": "^8.1.0",
90
+ "@svgr/plugin-svgo": "^8.1.0",
91
+ "@types/lodash": "^4.17.17",
92
+ "@types/node": "^20.19.0",
93
+ "@types/react": "^18.3.23",
94
+ "@types/react-date-range": "^1.4.9",
95
+ "@types/react-datepicker": "^6.2.0",
96
+ "@types/react-dom": "^18.3.7",
97
+ "@types/react-slick": "^0.23.13",
98
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
99
+ "@typescript-eslint/parser": "^7.18.0",
100
+ "@vanilla-extract/css-utils": "^0.1.4",
101
+ "@vanilla-extract/recipes": "^0.5.5",
102
+ "@vanilla-extract/vite-plugin": "^4.0.18",
103
+ "@vitejs/plugin-react-swc": "^3.7.2",
104
+ "esbuild-vanilla-image-loader": "^0.1.3",
105
+ "eslint": "^8.57.1",
106
+ "eslint-plugin-react-hooks": "^4.6.2",
107
+ "eslint-plugin-react-refresh": "^0.4.16",
108
+ "eslint-plugin-storybook": "^0.8.0",
109
+ "glob": "^10.4.5",
110
+ "husky": "^9.1.7",
111
+ "next": "^14.1.4",
112
+ "prettier": "3.2.5",
113
+ "react": "^18.3.1",
114
+ "react-dom": "^18.3.1",
115
+ "rollup-plugin-preserve-directives": "^0.4.0",
116
+ "rollup-plugin-svg-import": "^3.0.0",
117
+ "rollup-plugin-svgo": "^2.0.0",
118
+ "storybook": "^8.4.7",
119
+ "typescript": "^5.7.2",
120
+ "typescript-plugin-css-modules": "^5.1.0",
121
+ "vite": "^5.4.11",
122
+ "vite-plugin-dts": "^3.9.1",
123
+ "vite-plugin-lib-inject-css": "^2.1.1",
124
+ "vite-plugin-setting-css-module": "^1.1.4",
125
+ "vite-tsconfig-paths": "^4.3.2"
126
+ },
127
+ "main": "index.js",
128
+ "directories": {
129
+ "lib": "lib"
130
+ },
131
+ "author": "axos-web-dev",
132
+ "license": "ISC"
133
+ }