@axos-web-dev/shared-components 1.0.49 → 1.0.50-patch.1

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 (57) hide show
  1. package/README.md +111 -111
  2. package/dist/Accordion/Accordion.css.d.ts +1 -1
  3. package/dist/Article/Article.css.d.ts +41 -41
  4. package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
  5. package/dist/Button/Button.css.d.ts +18 -18
  6. package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
  7. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
  8. package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  9. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
  10. package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +18 -18
  11. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  12. package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
  13. package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
  14. package/dist/Calculators/calculator.css.d.ts +12 -12
  15. package/dist/Carousel/Carousel.css.d.ts +20 -20
  16. package/dist/Chevron/Chevron.css.d.ts +6 -6
  17. package/dist/Comparison/Comparison.css.d.ts +10 -10
  18. package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
  19. package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
  20. package/dist/Forms/Forms.css.d.ts +42 -42
  21. package/dist/HeroBanner/HeroBanner.css.d.ts +16 -16
  22. package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
  23. package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
  24. package/dist/IconBillboard/IconBillboard.css.d.ts +24 -24
  25. package/dist/ImageBillboard/ImageBillboard.css.d.ts +20 -20
  26. package/dist/Input/Input.css.d.ts +16 -16
  27. package/dist/Inputs/Input.css.d.ts +14 -14
  28. package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
  29. package/dist/Interstitial/Interstitial.module.js +10 -10
  30. package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
  31. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  32. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  33. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -2
  34. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +3 -6
  35. package/dist/NavigationMenu/AxosBank/SubNavBar.js +295 -84
  36. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  37. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  38. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  39. package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
  40. package/dist/SetContainer/SetContainer.css.d.ts +16 -16
  41. package/dist/StepItem/StepItem.css.d.ts +18 -18
  42. package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
  43. package/dist/Tab/Tab.css.d.ts +12 -12
  44. package/dist/Table/Table.css.d.ts +25 -25
  45. package/dist/assets/Interstitial/Interstitial.css.css +142 -142
  46. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
  47. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  48. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
  49. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  50. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  51. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
  52. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
  53. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
  54. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
  55. package/dist/themes/axos.css.d.ts +38 -38
  56. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  57. package/package.json +1 -1
@@ -21,27 +21,27 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
21
21
  variant: {
22
22
  primary: {
23
23
  color: "#4A5560";
24
- background: `var(--${string})` | `var(--${string}, ${string})`;
25
- borderBottom: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})`;
24
+ background: `var(--${string})`;
25
+ borderBottom: `1px solid var(--${string})`;
26
26
  };
27
27
  secondary: {
28
28
  color: "#4A5560";
29
- background: `var(--${string})` | `var(--${string}, ${string})`;
30
- borderBottom: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})`;
29
+ background: `var(--${string})`;
30
+ borderBottom: `1px solid var(--${string})`;
31
31
  };
32
32
  tertiary: {
33
- color: `var(--${string})` | `var(--${string}, ${string})`;
33
+ color: `var(--${string})`;
34
34
  borderBottom: "1px solid #F4F4F4";
35
35
  selectors: {
36
36
  "&:first-child": {
37
- background: `var(--${string})` | `var(--${string}, ${string})`;
37
+ background: `var(--${string})`;
38
38
  };
39
39
  };
40
40
  "@media": {
41
41
  "screen and (max-width: 768px)": {
42
42
  selectors: {
43
43
  "&:first-child": {
44
- background: `var(--${string})` | `var(--${string}, ${string})`;
44
+ background: `var(--${string})`;
45
45
  };
46
46
  };
47
47
  };
@@ -52,14 +52,14 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
52
52
  borderBottom: "1px solid #F4F4F4";
53
53
  selectors: {
54
54
  "&:first-child": {
55
- background: `var(--${string})` | `var(--${string}, ${string})`;
55
+ background: `var(--${string})`;
56
56
  };
57
57
  };
58
58
  "@media": {
59
59
  "screen and (max-width: 768px)": {
60
60
  selectors: {
61
61
  "&:first-child": {
62
- backgroundImage: `var(--${string})` | `var(--${string}, ${string})`;
62
+ backgroundImage: `var(--${string})`;
63
63
  };
64
64
  };
65
65
  };
@@ -73,48 +73,48 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
73
73
  export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
74
74
  variant: {
75
75
  primary: {
76
- background: `var(--${string})` | `var(--${string}, ${string})`;
76
+ background: `var(--${string})`;
77
77
  color: "#4A5560";
78
78
  borderBottom: "1px solid #D4D4D4";
79
79
  };
80
80
  secondary: {
81
- background: `var(--${string})` | `var(--${string}, ${string})`;
81
+ background: `var(--${string})`;
82
82
  color: "#4A5560";
83
83
  borderBottom: "1px solid #D4D4D4";
84
84
  };
85
85
  tertiary: {
86
- color: `var(--${string})` | `var(--${string}, ${string})`;
86
+ color: `var(--${string})`;
87
87
  borderBottom: "1px solid #F4F4F4";
88
88
  selectors: {
89
89
  "&:first-child": {
90
- background: `var(--${string})` | `var(--${string}, ${string})`;
91
- color: `var(--${string})` | `var(--${string}, ${string})`;
90
+ background: `var(--${string})`;
91
+ color: `var(--${string})`;
92
92
  };
93
93
  };
94
94
  "@media": {
95
95
  "screen and (max-width: 327px)": {
96
96
  selectors: {
97
97
  "&:first-child": {
98
- backgroundImage: `var(--${string})` | `var(--${string}, ${string})`;
98
+ backgroundImage: `var(--${string})`;
99
99
  };
100
100
  };
101
101
  };
102
102
  };
103
103
  };
104
104
  quaternary: {
105
- color: `var(--${string})` | `var(--${string}, ${string})`;
105
+ color: `var(--${string})`;
106
106
  borderBottom: "1px solid #F4F4F4";
107
107
  selectors: {
108
108
  "&:first-child": {
109
- background: `var(--${string})` | `var(--${string}, ${string})`;
110
- color: `var(--${string})` | `var(--${string}, ${string})`;
109
+ background: `var(--${string})`;
110
+ color: `var(--${string})`;
111
111
  };
112
112
  };
113
113
  "@media": {
114
114
  "screen and (max-width: 327px)": {
115
115
  selectors: {
116
116
  "&:first-child": {
117
- backgroundImage: `var(--${string})` | `var(--${string}, ${string})`;
117
+ backgroundImage: `var(--${string})`;
118
118
  };
119
119
  };
120
120
  };
@@ -128,10 +128,10 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
128
128
  export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
129
129
  variant: {
130
130
  primary: {
131
- border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})`;
131
+ border: `1px solid var(--${string})`;
132
132
  };
133
133
  secondary: {
134
- border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})`;
134
+ border: `1px solid var(--${string})`;
135
135
  };
136
136
  tertiary: {
137
137
  border: "none";
@@ -144,16 +144,16 @@ export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<
144
144
  export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{
145
145
  variant: {
146
146
  primary: {
147
- background: `var(--${string})` | `var(--${string}, ${string})`;
147
+ background: `var(--${string})`;
148
148
  };
149
149
  secondary: {
150
- background: `var(--${string})` | `var(--${string}, ${string})`;
150
+ background: `var(--${string})`;
151
151
  };
152
152
  tertiary: {
153
- background: `var(--${string})` | `var(--${string}, ${string})`;
153
+ background: `var(--${string})`;
154
154
  };
155
155
  quaternary: {
156
- background: `var(--${string})` | `var(--${string}, ${string})`;
156
+ background: `var(--${string})`;
157
157
  };
158
158
  };
159
159
  }>;
@@ -1,142 +1,142 @@
1
- @keyframes _appear_e4cra_1 {
2
- 0% {
3
- opacity: 0;
4
- transform: scale(0.9);
5
- }
6
- to {
7
- opacity: 1;
8
- transform: scale(1);
9
- }
10
- }
11
- @keyframes _vanish_e4cra_1 {
12
- 0% {
13
- display: block;
14
- opacity: 1;
15
- transform: scale(1);
16
- }
17
- to {
18
- display: none;
19
- opacity: 0;
20
- transform: scale(0.9);
21
- }
22
- }
23
-
24
- ._overlay_e4cra_24 {
25
- position: fixed;
26
- top: 0;
27
- left: 0;
28
- right: 0;
29
- bottom: 0;
30
- background: rgba(0, 0, 0, 0.4);
31
- display: none;
32
- align-items: center;
33
- justify-content: center;
34
- }
35
-
36
- ._overlay_e4cra_24.active {
37
- display: flex;
38
- }
39
-
40
- ._modal_e4cra_40 {
41
- animation: _vanish_e4cra_1 0.45s ease;
42
- background: #fff;
43
- border-radius: 16px;
44
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
45
- position: relative;
46
- transition: transform 0.45s ease;
47
- width: min(calc(100% - 2rem), 800px);
48
- overflow: hidden;
49
- }
50
-
51
- ._modal_e4cra_40.active {
52
- animation: _appear_e4cra_1 0.45s ease;
53
- }
54
-
55
- ._close_button_e4cra_55 {
56
- position: absolute;
57
- background-color: rgba(255, 255, 255, 0.3);
58
- border-radius: 8px;
59
- border: none;
60
- color: #4a5560;
61
- cursor: pointer;
62
- font-size: 1.9rem;
63
- line-height: 1;
64
- right: 1.5rem;
65
- text-align: center;
66
- top: 1.5rem;
67
- width: 32px;
68
- }
69
-
70
- ._modal_content_e4cra_70 {
71
- padding: 16px 24px 24px;
72
- }
73
-
74
- ._img_area_e4cra_74 {
75
- background-position: center center;
76
- background-size: cover;
77
- height: 418px;
78
- }
79
-
80
- body:has(._overlay_e4cra_24.active) {
81
- overflow-y: hidden;
82
- }
83
-
84
- ._body_copy_e4cra_84 {
85
- margin-top: 8px;
86
- }
87
-
88
- ._body_copy_e4cra_84 > * {
89
- color: #333d46;
90
- }
91
-
92
- ._body_copy_e4cra_84 > p {
93
- text-align: center;
94
- font-size: 16px;
95
- line-height: 1.5;
96
- }
97
-
98
- ._btns_e4cra_98 {
99
- display: flex;
100
- align-items: center;
101
- gap: 2rem;
102
- padding-top: 16px;
103
- margin-top: 16px;
104
- width: 100%;
105
- justify-content: center;
106
- }
107
-
108
- ._btns_e4cra_98:empty {
109
- display: none;
110
- }
111
-
112
- ._modal_content_e4cra_70:nth-child(2) h2 {
113
- margin-top: 31px;
114
- }
115
-
116
- @media (max-width: 1023px) {
117
- ._btns_e4cra_98 {
118
- flex-direction: column-reverse;
119
- }
120
- }
121
-
122
- @media (max-width: 832px) {
123
- ._img_area_e4cra_74 {
124
- height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
125
- }
126
- }
127
-
128
- @media (max-width: 500px) {
129
- ._modal_e4cra_40 {
130
- width: calc(100% - 1rem);
131
- }
132
- ._overlay_e4cra_24.active {
133
- align-items: flex-start;
134
- overflow-y: scroll;
135
- padding-top: 40px;
136
- }
137
- }
138
-
139
- ._white_modal_e4cra_139 {
140
- color: #1e3860;
141
- padding-bottom: 40px;
142
- }
1
+ @keyframes _appear_1ep5z_1 {
2
+ 0% {
3
+ opacity: 0;
4
+ transform: scale(0.9);
5
+ }
6
+ to {
7
+ opacity: 1;
8
+ transform: scale(1);
9
+ }
10
+ }
11
+ @keyframes _vanish_1ep5z_1 {
12
+ 0% {
13
+ display: block;
14
+ opacity: 1;
15
+ transform: scale(1);
16
+ }
17
+ to {
18
+ display: none;
19
+ opacity: 0;
20
+ transform: scale(0.9);
21
+ }
22
+ }
23
+
24
+ ._overlay_1ep5z_47 {
25
+ position: fixed;
26
+ top: 0;
27
+ left: 0;
28
+ right: 0;
29
+ bottom: 0;
30
+ background: rgba(0, 0, 0, 0.4);
31
+ display: none;
32
+ align-items: center;
33
+ justify-content: center;
34
+ }
35
+
36
+ ._overlay_1ep5z_47.active {
37
+ display: flex;
38
+ }
39
+
40
+ ._modal_1ep5z_79 {
41
+ animation: _vanish_1ep5z_1 0.45s ease;
42
+ background: #fff;
43
+ border-radius: 16px;
44
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
45
+ position: relative;
46
+ transition: transform 0.45s ease;
47
+ width: min(calc(100% - 2rem), 800px);
48
+ overflow: hidden;
49
+ }
50
+
51
+ ._modal_1ep5z_79.active {
52
+ animation: _appear_1ep5z_1 0.45s ease;
53
+ }
54
+
55
+ ._close_button_1ep5z_109 {
56
+ position: absolute;
57
+ background-color: rgba(255, 255, 255, 0.3);
58
+ border-radius: 8px;
59
+ border: none;
60
+ color: #4a5560;
61
+ cursor: pointer;
62
+ font-size: 1.9rem;
63
+ line-height: 1;
64
+ right: 1.5rem;
65
+ text-align: center;
66
+ top: 1.5rem;
67
+ width: 32px;
68
+ }
69
+
70
+ ._modal_content_1ep5z_139 {
71
+ padding: 16px 24px 24px;
72
+ }
73
+
74
+ ._img_area_1ep5z_147 {
75
+ background-position: center center;
76
+ background-size: cover;
77
+ height: 418px;
78
+ }
79
+
80
+ body:has(._overlay_1ep5z_47.active) {
81
+ overflow-y: hidden;
82
+ }
83
+
84
+ ._body_copy_1ep5z_167 {
85
+ margin-top: 8px;
86
+ }
87
+
88
+ ._body_copy_1ep5z_167 > * {
89
+ color: #333d46;
90
+ }
91
+
92
+ ._body_copy_1ep5z_167 > p {
93
+ text-align: center;
94
+ font-size: 16px;
95
+ line-height: 1.5;
96
+ }
97
+
98
+ ._btns_1ep5z_195 {
99
+ display: flex;
100
+ align-items: center;
101
+ gap: 2rem;
102
+ padding-top: 16px;
103
+ margin-top: 16px;
104
+ width: 100%;
105
+ justify-content: center;
106
+ }
107
+
108
+ ._btns_1ep5z_195:empty {
109
+ display: none;
110
+ }
111
+
112
+ ._modal_content_1ep5z_139:nth-child(2) h2 {
113
+ margin-top: 31px;
114
+ }
115
+
116
+ @media (max-width: 1023px) {
117
+ ._btns_1ep5z_195 {
118
+ flex-direction: column-reverse;
119
+ }
120
+ }
121
+
122
+ @media (max-width: 832px) {
123
+ ._img_area_1ep5z_147 {
124
+ height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
125
+ }
126
+ }
127
+
128
+ @media (max-width: 500px) {
129
+ ._modal_1ep5z_79 {
130
+ width: calc(100% - 1rem);
131
+ }
132
+ ._overlay_1ep5z_47.active {
133
+ align-items: flex-start;
134
+ overflow-y: scroll;
135
+ padding-top: 40px;
136
+ }
137
+ }
138
+
139
+ ._white_modal_1ep5z_277 {
140
+ color: #1e3860;
141
+ padding-bottom: 40px;
142
+ }