@axos-web-dev/shared-components 0.0.136 → 0.0.138

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 (50) hide show
  1. package/dist/ATMLocator/ATMLocator.js +3 -2
  2. package/dist/Button/Button.js +1 -0
  3. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +45 -0
  4. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.js +37 -0
  5. package/dist/Calculators/AxosOneCalculator/index.d.ts +10 -0
  6. package/dist/Calculators/AxosOneCalculator/index.js +183 -0
  7. package/dist/Calculators/Calculator.js +12 -0
  8. package/dist/Calculators/index.d.ts +1 -0
  9. package/dist/Calculators/index.js +2 -0
  10. package/dist/Carousel/index.js +1 -0
  11. package/dist/Chevron/index.js +1 -0
  12. package/dist/Comparison/Comparison.js +1 -0
  13. package/dist/FaqAccordion/index.js +1 -0
  14. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
  15. package/dist/Forms/BlendPurchase.d.ts +11 -0
  16. package/dist/Forms/BlendPurchase.js +215 -0
  17. package/dist/Forms/BlendRefinance.d.ts +11 -0
  18. package/dist/Forms/BlendRefinance.js +215 -0
  19. package/dist/Forms/ContactUsBusiness.js +1 -0
  20. package/dist/Forms/ContactUsNMLSId.js +1 -0
  21. package/dist/Forms/EmailOnly.js +1 -0
  22. package/dist/Forms/SuccesForm.js +1 -0
  23. package/dist/Hyperlink/index.js +1 -0
  24. package/dist/ImageLink/ImageLink.js +1 -0
  25. package/dist/ImageLink/ImageLinkSet.js +1 -0
  26. package/dist/ImageLink/index.js +1 -0
  27. package/dist/Input/DatePicker.css.d.ts +1 -0
  28. package/dist/Input/DatePicker.css.js +6 -0
  29. package/dist/Input/Datepicker.d.ts +3 -0
  30. package/dist/Input/Datepicker.js +47 -0
  31. package/dist/Input/InputDate.css.d.ts +6 -0
  32. package/dist/Input/InputDate.css.js +15 -0
  33. package/dist/Input/InputDate.d.ts +3 -0
  34. package/dist/Input/InputDate.js +47 -0
  35. package/dist/Input/InputProps.d.ts +6 -0
  36. package/dist/Insight/Featured/CategorySelector.js +1 -0
  37. package/dist/Insight/Featured/Featured.js +1 -0
  38. package/dist/Modal/Modal.js +1 -0
  39. package/dist/NavigationMenu/AxosBank/NavData.js +1 -0
  40. package/dist/NavigationMenu/AxosBank/SubNavBar.js +5 -2
  41. package/dist/NavigationMenu/AxosBank/index.js +1 -0
  42. package/dist/SetContainer/SetContainer.js +1 -0
  43. package/dist/Table/Table.d.ts +1 -2
  44. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +210 -0
  45. package/dist/assets/Input/DatePicker.css +95 -0
  46. package/dist/assets/Input/InputDate.css +39 -0
  47. package/dist/main.d.ts +2 -0
  48. package/dist/main.js +2 -0
  49. package/dist/utils/allowedAxosDomains.js +2 -1
  50. package/package.json +1 -1
@@ -0,0 +1,210 @@
1
+ ._11b2y8z0 {
2
+ position: relative;
3
+ }
4
+ ._11b2y8z0 ._1nivbwe13 ._1nivbwee ._1nivbwe8 {
5
+ margin-bottom: 0;
6
+ }
7
+ ._11b2y8z0 ._1nivbwe13 ._1nivbwee {
8
+ background: #fff;
9
+ color: #1e3860;
10
+ }
11
+ ._11b2y8z0 ._1nivbwet ._1nivbwe12 tr:nth-child(even) td {
12
+ background: #fff;
13
+ }
14
+ ._11b2y8z0 > .containment {
15
+ padding: 84px 82px 100px;
16
+ background: #def4ff;
17
+ border-radius: 1rem;
18
+ }
19
+ ._11b2y8z0 tbody tr + tr ._1nivbwel {
20
+ border-bottom: 1px solid #d9d9d9;
21
+ }
22
+ ._11b2y8z0 ._1nivbwes {
23
+ border-radius: 0px;
24
+ }
25
+ ._11b2y8z0 tbody tr:first-child td {
26
+ background: #def4ff;
27
+ font-size: 24px;
28
+ line-height: 1.3;
29
+ color: #1e3860;
30
+ font-family: var(--header-font-family);
31
+ }
32
+ ._11b2y8z1 {
33
+ padding: 40px 56px;
34
+ background: #FFF;
35
+ color: #5e6a74;
36
+ }
37
+ ._11b2y8z2 {
38
+ display: flex;
39
+ background-color: #FFFFFF;
40
+ border-radius: 1rem;
41
+ border: 1px solid #d9d9d9;
42
+ justify-content: space-between;
43
+ padding: 15px;
44
+ }
45
+ ._11b2y8z3 {
46
+ align-items: center;
47
+ color: #1e3860;
48
+ display: flex;
49
+ font-size: 24px;
50
+ flex: 1 1 0%;
51
+ font-family: var(--header-font-family);
52
+ }
53
+ ._11b2y8z4 {
54
+ font-weight: 400;
55
+ margin-bottom: 0;
56
+ }
57
+ ._11b2y8z5 {
58
+ align-self: stretch;
59
+ border: 0;
60
+ flex: 1 1 0%;
61
+ font-family: var(--header-font-family);
62
+ outline: 0;
63
+ padding-left: 3px;
64
+ font-weight: 600;
65
+ color: #1e3860;
66
+ margin: 0;
67
+ }
68
+ ._11b2y8z7 {
69
+ display: none;
70
+ }
71
+ ._11b2y8z8 {
72
+ font-weight: 600;
73
+ font-size: 18px;
74
+ line-height: 1.4;
75
+ padding: 14px 64px;
76
+ background-color: var(--_1073cm86);
77
+ color: #FFFFFF;
78
+ width: auto;
79
+ }
80
+ ._11b2y8z9 {
81
+ padding-bottom: 32px;
82
+ }
83
+ ._11b2y8za {
84
+ margin-bottom: 32px;
85
+ }
86
+ ._11b2y8zb {
87
+ color: #1e3860;
88
+ }
89
+ ._11b2y8zc {
90
+ margin-inline: auto;
91
+ }
92
+ ._11b2y8zd {
93
+ margin-top: 1rem;
94
+ }
95
+ ._11b2y8ze {
96
+ color: var(--_1073cm82);
97
+ }
98
+ ._11b2y8zf {
99
+ color: var(--_1073cm89);
100
+ }
101
+ ._11b2y8zg {
102
+ color: var(--_1073cm8g);
103
+ }
104
+ ._11b2y8zh {
105
+ color: var(--_1073cm8n);
106
+ }
107
+ ._11b2y8zi {
108
+ margin-top: 16px;
109
+ }
110
+ ._11b2y8zj {
111
+ color: var(--_1073cm82);
112
+ }
113
+ ._11b2y8zk {
114
+ color: var(--_1073cm89);
115
+ }
116
+ ._11b2y8zl {
117
+ color: var(--_1073cm8g);
118
+ }
119
+ ._11b2y8zm {
120
+ color: var(--_1073cm8n);
121
+ }
122
+ @media screen and (max-width: 1023px) {
123
+ ._11b2y8z0 > .containment {
124
+ max-width: 100%;
125
+ width: 100%;
126
+ border-radius: 0;
127
+ padding: 84px 28px 100px;
128
+ }
129
+ ._11b2y8z1 {
130
+ padding: 32px 24px;
131
+ }
132
+ }
133
+ @media screen and (max-width:1023px) {
134
+ ._11b2y8z3 {
135
+ font-size: 23px;
136
+ }
137
+ }
138
+ @media screen and (max-width: 900px) {
139
+ ._11b2y8z8 {
140
+ padding: 4px 32px;
141
+ font-size: 14px;
142
+ }
143
+ }
144
+ @media screen and (max-width: 768px) {
145
+ ._11b2y8z0 ._1nivbwet ._1nivbwe12 tr:nth-child(even) td {
146
+ background: #f4f4f4;
147
+ }
148
+ ._11b2y8z0 > .containment {
149
+ padding: 0px;
150
+ }
151
+ ._11b2y8z0 tbody tr + tr ._1nivbwel {
152
+ border-bottom: none;
153
+ }
154
+ ._11b2y8z0 tbody tr:first-child td {
155
+ font-size: 16px;
156
+ line-height: 1.5;
157
+ font-family: var(--main-font-family);
158
+ background: #ace1fc;
159
+ }
160
+ ._11b2y8z0 ._1nivbwes._1nivbwet {
161
+ padding: 0px;
162
+ margin-top: 0px !important;
163
+ }
164
+ ._11b2y8z1 {
165
+ border-radius: 0;
166
+ padding: 0;
167
+ }
168
+ ._11b2y8z2 {
169
+ border: 0;
170
+ padding: 0 16px 28px;
171
+ flex-wrap: wrap;
172
+ background: #def4ff;
173
+ border-radius: 0;
174
+ }
175
+ ._11b2y8z3 {
176
+ font-size: 18px;
177
+ flex: 1 1 100%;
178
+ border: 1px solid #d9d9d9;
179
+ border-radius: 8px;
180
+ overflow: hidden;
181
+ font-family: var(--main-font-family);
182
+ padding-left: 8px;
183
+ background: #fff;
184
+ }
185
+ ._11b2y8z5 {
186
+ font-family: var(--main-font-family);
187
+ padding: 8px 8px 8px 0;
188
+ }
189
+ ._11b2y8z6 {
190
+ display: none;
191
+ }
192
+ ._11b2y8z7 {
193
+ display: block;
194
+ }
195
+ ._11b2y8z8 {
196
+ margin-top: 16px;
197
+ }
198
+ ._11b2y8za {
199
+ margin-top: 16px;
200
+ padding: 32px 16px 0;
201
+ }
202
+ }
203
+ @media screen and (max-width: 450px) {
204
+ ._11b2y8z4 {
205
+ width: 151px;
206
+ }
207
+ ._11b2y8z5 {
208
+ width: 50%;
209
+ }
210
+ }
@@ -0,0 +1,95 @@
1
+ .react-date-picker {
2
+ width: 100%;
3
+ }
4
+ .react-date-picker__wrapper {
5
+ border: none !important;
6
+ }
7
+ .react-calendar__month-view__weekdays__weekday {
8
+ width: 45px;
9
+ height: 22px;
10
+ margin: 0;
11
+ display: inline-flex;
12
+ align-items: center;
13
+ font-family: var(--main-font-family);
14
+ font-weight: 500;
15
+ letter-spacing: 0.2px;
16
+ justify-content: center;
17
+ }
18
+ .react-calendar__month-view__weekdays__weekday {
19
+ font-size: 12px;
20
+ line-height: 16;
21
+ color: #2F5B88;
22
+ }
23
+ .react-calendar__month-view__weekdays__weekday > abbr {
24
+ text-decoration: none;
25
+ }
26
+ .react-calendar__month-view__days__day {
27
+ width: 49px;
28
+ height: 49px;
29
+ margin: 0;
30
+ display: inline-flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ }
34
+ .react-calendar__month-view__days__day > abbr {
35
+ font-family: var(--main-font-family) !important;
36
+ font-weight: 500;
37
+ letter-spacing: 0.2px;
38
+ color: #051A3F;
39
+ }
40
+ .react-date-picker__inputGroup__input, .react-date-picker__inputGroup__divider {
41
+ color: #5E6A74 !important;
42
+ }
43
+ .react-date-picker__clear-button {
44
+ display: none;
45
+ }
46
+ .react-calendar__navigation__label__labelText {
47
+ font-weight: 600;
48
+ font-size: 24px;
49
+ line-height: 36px;
50
+ letter-spacing: 0.2px;
51
+ color: #1E3860;
52
+ font-family: var(--header-font-family);
53
+ }
54
+ .react-datepicker-popper {
55
+ transform: translateY(40px)!important;
56
+ }
57
+ .react-calendar__month-view__days__day--neighboringMonth {
58
+ background-color: #F4F4F4 !important;
59
+ opacity: 50%;
60
+ }
61
+ .react-calendar__month-view__days__day--neighboringMonth > abbr {
62
+ color: #5E6A74;
63
+ }
64
+ .react-calendar__tile--active > abbr {
65
+ color: white;
66
+ }
67
+ .react-calendar {
68
+ border: 12px solid #FFFFFF4D !important;
69
+ border-radius: 4px;
70
+ }
71
+ .react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button {
72
+ display: none;
73
+ }
74
+ .react-date-picker__calendar {
75
+ max-width: 100% !important;
76
+ }
77
+ .react-date-picker__inputGroup__input:focus-visible {
78
+ outline: none;
79
+ }
80
+ .react-date-picker__inputGroup__input:invalid {
81
+ background: transparent !important;
82
+ }
83
+ @media screen and (max-width:320px) {
84
+ .react-calendar__month-view__weekdays__weekday {
85
+ width: 43.5px;
86
+ }
87
+ .react-calendar__month-view__days__day {
88
+ width: 43.5px;
89
+ }
90
+ }
91
+ @media screen and (max-width:400px) {
92
+ .react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
93
+ min-width: auto;
94
+ }
95
+ }
@@ -0,0 +1,39 @@
1
+ .skzved0 {
2
+ position: relative;
3
+ }
4
+ .skzved1 {
5
+ position: relative;
6
+ top: 5px;
7
+ left: 5px;
8
+ }
9
+ .skzved2 {
10
+ width: 100px;
11
+ padding-left: 5px;
12
+ padding-right: 5px;
13
+ line-height: 28px;
14
+ font-size: 14pt;
15
+ }
16
+ .skzved3 {
17
+ display: flex;
18
+ justify-content: center;
19
+ align-items: center;
20
+ }
21
+ .skzved4 {
22
+ display: block;
23
+ background: #FFFFFF;
24
+ width: 300px;
25
+ border: solid 1px #CCCCCC;
26
+ margin: 10px auto;
27
+ box-shadow: 0 0 15px 0 #C0C0C0;
28
+ font-size: 1.3rem;
29
+ text-align: center;
30
+ z-index: 999;
31
+ }
32
+ .skzved4 .skzved5 {
33
+ display: flex;
34
+ justify-content: center;
35
+ align-items: center;
36
+ color: #FFFFFF;
37
+ cursor: default;
38
+ font-weight: bold;
39
+ }
package/dist/main.d.ts CHANGED
@@ -12,6 +12,8 @@ export * from './Button';
12
12
  export * from './Calculators';
13
13
  export * from './Calculators/AnnualFeeCalculator';
14
14
  export * from './Calculators/ApyCalculator';
15
+ export * from './Calculators/BalanceAPYCalculator';
16
+ export * from './Calculators/AxosOneCalculator';
15
17
  export * from './Calculators/MarginTradingCalculator';
16
18
  export * from './Calculators/MonthlyPaymentCalculator';
17
19
  export * from './CallToActionBar';
package/dist/main.js CHANGED
@@ -19,6 +19,7 @@ import { button } from "./Button/Button.css.js";
19
19
  import { GoBackButton } from "./Button/GoBackButton.js";
20
20
  import { AnnualFeeCalculator } from "./Calculators/AnnualFeeCalculator/index.js";
21
21
  import { ApyCalculator } from "./Calculators/ApyCalculator/index.js";
22
+ import { AxosOneCalculator } from "./Calculators/AxosOneCalculator/index.js";
22
23
  import { BalanceAPYCalculator } from "./Calculators/BalanceAPYCalculator/index.js";
23
24
  import { Calculator } from "./Calculators/Calculator.js";
24
25
  import { calculator, calculator_description, calculator_headline } from "./Calculators/calculator.css.js";
@@ -183,6 +184,7 @@ export {
183
184
  AwardsBanner,
184
185
  AwardsItem,
185
186
  AxosFooterSiteMap,
187
+ AxosOneCalculator,
186
188
  default3 as AxosX,
187
189
  default4 as AxosXBlue,
188
190
  BalanceAPYCalculator,
@@ -20,7 +20,8 @@ const moreDomains = {
20
20
  "{AUTOAXB}": "https://auto.axosbank.com/partner/axos-purchase/AU",
21
21
  "{COMMERCIALPORTAL}": process.env.COMMERCIALPORTAL_URL || "https://portals.axosbank.com/",
22
22
  "{DEVAXC}": process.env.DEVELOPER_CLEARING || "https://developer.axosclearing.com",
23
- "{AFF}": process.env.FUNDFINDER_URL || "https://axosfundfinder.com/"
23
+ "{AFF}": process.env.FUNDFINDER_URL || "https://axosfundfinder.com/",
24
+ "{APL}": process.env.PERSONAL_LOANS || "https://personalloans.axosbank.com"
24
25
  };
25
26
  const isAllowedUrl = (url) => {
26
27
  const uri = new URL(url, location.href);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.136",
4
+ "version": "0.0.138",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",