@axos-web-dev/shared-components 0.0.69 → 0.0.71
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.
- package/dist/ArticlesSet/ArticlesSet.js +3 -3
- package/dist/AwardsBanner/AwardsBanner.js +3 -3
- package/dist/Calculators/Calculator.js +2 -0
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -4
- package/dist/CallToActionBar/CallToActionBar.css.js +14 -20
- package/dist/CallToActionBar/index.js +2 -2
- package/dist/Carousel/index.js +2 -0
- package/dist/Chevron/index.js +2 -0
- package/dist/Comparison/Comparison.js +25 -2
- package/dist/Comparison/ComparisonSet.js +2 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -0
- package/dist/Forms/ContactUsAAS.js +22 -24
- package/dist/Forms/ContactUsBusiness.js +2 -0
- package/dist/Forms/EmailOnly.js +2 -0
- package/dist/Forms/FormEnums.d.ts +3 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -12
- package/dist/Forms/SalesforceFieldsForm.js +1 -4
- package/dist/Forms/SuccesForm.js +2 -0
- package/dist/HeroBanner/HeroBanner.interface.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.js +220 -105
- package/dist/HeroBanner/LargeBanner.css.d.ts +77 -0
- package/dist/HeroBanner/LargeBanner.css.js +21 -0
- package/dist/Hyperlink/index.js +2 -0
- package/dist/ImageLink/ImageLink.js +2 -0
- package/dist/ImageLink/ImageLinkSet.js +2 -0
- package/dist/ImageLink/index.js +2 -0
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +4 -0
- package/dist/Input/Datepicker.js +40 -0
- package/dist/Input/InputTextArea.js +2 -1
- package/dist/Modal/Modal.js +2 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +56 -53
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -3
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +57 -54
- package/dist/NavigationMenu/AxosBank/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +9 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +170 -0
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +31 -0
- package/dist/NavigationMenu/AxosBank/NavData.js +132 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2893 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +4 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +13 -0
- package/dist/NavigationMenu/AxosBank/index.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/index.js +703 -0
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +43 -40
- package/dist/NavigationMenu/NavItem/index.js +2 -1
- package/dist/SetContainer/SetContainer.js +2 -0
- package/dist/VideoWrapper/index.js +3 -3
- package/dist/assets/Button/Button.css +2 -2
- package/dist/assets/CallToActionBar/CallToActionBar.css +21 -34
- package/dist/assets/Carousel/Carousel.css +1 -0
- package/dist/assets/HeroBanner/LargeBanner.css +243 -0
- package/dist/assets/Input/DatePicker.css +86 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +119 -115
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +122 -118
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +9 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +626 -0
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +17 -0
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +85 -81
- package/dist/assets/SetContainer/SetContainer.css +20 -0
- package/package.json +1 -1
|
@@ -1,43 +1,44 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const sub_nav = "
|
|
13
|
-
const header_sub_row = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const mt_8 = "
|
|
20
|
-
const mt_16 = "
|
|
21
|
-
const ml_8 = "
|
|
22
|
-
const reversed_row = "
|
|
23
|
-
const nav_anchor = "
|
|
24
|
-
const site_lists = "
|
|
25
|
-
const hamburger = "
|
|
26
|
-
const mobile_logo = "
|
|
27
|
-
const mobile_nav = "
|
|
28
|
-
const mobile_opened = "
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
1
|
+
const header = "_header_1f737_1";
|
|
2
|
+
const wrapper = "_wrapper_1f737_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1f737_11";
|
|
4
|
+
const mobile_header = "_mobile_header_1f737_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1f737_18";
|
|
6
|
+
const primary_links = "_primary_links_1f737_22";
|
|
7
|
+
const main_nav = "_main_nav_1f737_26";
|
|
8
|
+
const main_nav_link = "_main_nav_link_1f737_33";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_1f737_55";
|
|
10
|
+
const signin_wrap = "_signin_wrap_1f737_57";
|
|
11
|
+
const signin_btn = "_signin_btn_1f737_58";
|
|
12
|
+
const sub_nav = "_sub_nav_1f737_55";
|
|
13
|
+
const header_sub_row = "_header_sub_row_1f737_99";
|
|
14
|
+
const shadow = "_shadow_1f737_115";
|
|
15
|
+
const opacity = "_opacity_1f737_131";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1f737_1";
|
|
17
|
+
const footer = "_footer_1f737_137";
|
|
18
|
+
const open = "_open_1f737_153";
|
|
19
|
+
const mt_8 = "_mt_8_1f737_161";
|
|
20
|
+
const mt_16 = "_mt_16_1f737_165";
|
|
21
|
+
const ml_8 = "_ml_8_1f737_169";
|
|
22
|
+
const reversed_row = "_reversed_row_1f737_173";
|
|
23
|
+
const nav_anchor = "_nav_anchor_1f737_177";
|
|
24
|
+
const site_lists = "_site_lists_1f737_188";
|
|
25
|
+
const hamburger = "_hamburger_1f737_192";
|
|
26
|
+
const mobile_logo = "_mobile_logo_1f737_206";
|
|
27
|
+
const mobile_nav = "_mobile_nav_1f737_231";
|
|
28
|
+
const mobile_opened = "_mobile_opened_1f737_242";
|
|
29
|
+
const _mobile_opened = "__mobile_opened_1f737_246";
|
|
30
|
+
const mobile_nav_item = "_mobile_nav_item_1f737_250";
|
|
31
|
+
const icon_wrap = "_icon_wrap_1f737_265";
|
|
32
|
+
const mobile_footer = "_mobile_footer_1f737_270";
|
|
33
|
+
const mobile_footer_content = "_mobile_footer_content_1f737_275";
|
|
34
|
+
const mobile_footer_media = "_mobile_footer_media_1f737_289";
|
|
35
|
+
const footer_cta = "_footer_cta_1f737_296";
|
|
36
|
+
const inner_wrapper = "_inner_wrapper_1f737_328";
|
|
37
|
+
const btn = "_btn_1f737_333";
|
|
38
|
+
const sub_menu = "_sub_menu_1f737_338";
|
|
39
|
+
const main = "_main_1f737_26";
|
|
40
|
+
const desktop_only = "_desktop_only_1f737_367";
|
|
41
|
+
const mobile_only = "_mobile_only_1f737_414";
|
|
41
42
|
const styles = {
|
|
42
43
|
header,
|
|
43
44
|
wrapper,
|
|
@@ -67,6 +68,7 @@ const styles = {
|
|
|
67
68
|
mobile_logo,
|
|
68
69
|
mobile_nav,
|
|
69
70
|
mobile_opened,
|
|
71
|
+
_mobile_opened,
|
|
70
72
|
mobile_nav_item,
|
|
71
73
|
icon_wrap,
|
|
72
74
|
mobile_footer,
|
|
@@ -81,6 +83,7 @@ const styles = {
|
|
|
81
83
|
mobile_only
|
|
82
84
|
};
|
|
83
85
|
export {
|
|
86
|
+
_mobile_opened,
|
|
84
87
|
btn,
|
|
85
88
|
styles as default,
|
|
86
89
|
desktop_only,
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import Link from "next/link.js";
|
|
2
3
|
const NavItem = ({
|
|
3
4
|
className,
|
|
4
5
|
url,
|
|
@@ -9,7 +10,7 @@ const NavItem = ({
|
|
|
9
10
|
}) => {
|
|
10
11
|
const handleClick = () => onClick && onClick(index);
|
|
11
12
|
return /* @__PURE__ */ jsx("li", { className, children: /* @__PURE__ */ jsx(
|
|
12
|
-
|
|
13
|
+
Link,
|
|
13
14
|
{
|
|
14
15
|
href: url,
|
|
15
16
|
className: isActive ? "active" : "",
|
|
@@ -58,6 +58,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
58
58
|
import "../LandingPageHeader/LandingPageHeader.css.js";
|
|
59
59
|
import "../Chevron/Chevron.css.js";
|
|
60
60
|
/* empty css */
|
|
61
|
+
import "next/link.js";
|
|
61
62
|
/* empty css */
|
|
62
63
|
/* empty css */
|
|
63
64
|
/* empty css */
|
|
@@ -73,6 +74,7 @@ import "../Table/Table.css.js";
|
|
|
73
74
|
import "next/script.js";
|
|
74
75
|
/* empty css */
|
|
75
76
|
/* empty css */
|
|
77
|
+
import "../HeroBanner/LargeBanner.css.js";
|
|
76
78
|
import "../HeroBanner/SelectionBanner.css.js";
|
|
77
79
|
const SetContainer = ({
|
|
78
80
|
id,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx, jsxs
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import "next/script.js";
|
|
3
3
|
import { VideoTile } from "../VideoTile/VideoTile.js";
|
|
4
4
|
/* empty css */
|
|
@@ -23,7 +23,7 @@ const VideoWrapper = ({
|
|
|
23
23
|
"div",
|
|
24
24
|
{
|
|
25
25
|
className: `${grid_wrapper} ${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`,
|
|
26
|
-
children: videoTiles?.map((videoItem, index) => /* @__PURE__ */ jsx(
|
|
26
|
+
children: videoTiles?.map((videoItem, index) => /* @__PURE__ */ jsx(
|
|
27
27
|
VideoTile,
|
|
28
28
|
{
|
|
29
29
|
id: videoItem.id,
|
|
@@ -36,7 +36,7 @@ const VideoWrapper = ({
|
|
|
36
36
|
transcript: videoItem?.transcript
|
|
37
37
|
},
|
|
38
38
|
index
|
|
39
|
-
)
|
|
39
|
+
))
|
|
40
40
|
}
|
|
41
41
|
)
|
|
42
42
|
] }) })
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
}
|
|
111
111
|
._13pdpuje {
|
|
112
112
|
color: #5E6A74;
|
|
113
|
-
background:
|
|
113
|
+
background: #F4F4F4;
|
|
114
114
|
cursor: not-allowed;
|
|
115
115
|
}
|
|
116
116
|
._13pdpuje:hover {
|
|
117
117
|
cursor: not-allowed;
|
|
118
|
-
background:
|
|
118
|
+
background: #F4F4F4;
|
|
119
119
|
text-decoration: none;
|
|
120
120
|
color: #5E6A74;
|
|
121
121
|
border-color: transparent;
|
|
@@ -16,54 +16,38 @@
|
|
|
16
16
|
height: -webkit-fit-content;
|
|
17
17
|
}
|
|
18
18
|
._1tdyl743 {
|
|
19
|
-
width: 256px;
|
|
20
19
|
height: 256px;
|
|
21
20
|
}
|
|
22
21
|
._1tdyl744 {
|
|
23
|
-
|
|
24
|
-
height: 256px;
|
|
22
|
+
height: 216px;
|
|
25
23
|
}
|
|
26
24
|
._1tdyl745 {
|
|
27
|
-
width: 160px;
|
|
28
25
|
height: 160px;
|
|
29
26
|
}
|
|
30
27
|
._1tdyl746 {
|
|
31
|
-
width: 306px;
|
|
32
|
-
height: 160px;
|
|
33
|
-
}
|
|
34
|
-
._1tdyl747 {
|
|
35
|
-
height: 256px;
|
|
36
|
-
}
|
|
37
|
-
._1tdyl748 {
|
|
38
|
-
height: 216px;
|
|
39
|
-
}
|
|
40
|
-
._1tdyl749 {
|
|
41
|
-
height: 160px;
|
|
42
|
-
}
|
|
43
|
-
._1tdyl74a {
|
|
44
28
|
height: 120px;
|
|
45
29
|
}
|
|
46
|
-
.
|
|
30
|
+
._1tdyl747 {
|
|
47
31
|
height: 88px;
|
|
48
32
|
}
|
|
49
|
-
.
|
|
33
|
+
._1tdyl748 {
|
|
50
34
|
display: flex;
|
|
51
35
|
justify-content: flex-start;
|
|
52
36
|
flex-wrap: wrap;
|
|
53
37
|
gap: 24px;
|
|
54
38
|
}
|
|
55
|
-
.
|
|
39
|
+
._1tdyl749 {
|
|
56
40
|
position: relative;
|
|
57
41
|
top: -20px;
|
|
58
42
|
max-height: 200px;
|
|
59
43
|
}
|
|
60
|
-
.
|
|
44
|
+
._1tdyl74b {
|
|
61
45
|
filter: drop-shadow(0 1px 3px rgb(255 255 255/0.4));
|
|
62
46
|
}
|
|
63
|
-
.
|
|
47
|
+
._1tdyl74b .containment .promo_wrapper {
|
|
64
48
|
min-height: 0;
|
|
65
49
|
}
|
|
66
|
-
.
|
|
50
|
+
._1tdyl74c {
|
|
67
51
|
position: fixed;
|
|
68
52
|
top: 10px;
|
|
69
53
|
z-index: 999;
|
|
@@ -75,15 +59,18 @@
|
|
|
75
59
|
max-width: fit-content;
|
|
76
60
|
height: 100%;
|
|
77
61
|
}
|
|
78
|
-
.
|
|
62
|
+
._1tdyl74d {
|
|
79
63
|
gap: 24px;
|
|
80
64
|
}
|
|
81
|
-
.
|
|
65
|
+
._1tdyl74d .sc__btn {
|
|
82
66
|
margin-left: 0;
|
|
83
67
|
}
|
|
84
|
-
.
|
|
68
|
+
._1tdyl743 ._1tdyl74d, ._1tdyl744 ._1tdyl74d {
|
|
85
69
|
margin-top: 24px;
|
|
86
70
|
}
|
|
71
|
+
._1tdyl74f {
|
|
72
|
+
max-height: 315px;
|
|
73
|
+
}
|
|
87
74
|
@media screen and (max-width:1127px) {
|
|
88
75
|
[class*=cta_section_lg] {
|
|
89
76
|
max-height: 256px;
|
|
@@ -104,14 +91,14 @@
|
|
|
104
91
|
._1tdyl740 .flex {
|
|
105
92
|
flex-direction: column;
|
|
106
93
|
}
|
|
107
|
-
.
|
|
94
|
+
._1tdyl74a {
|
|
108
95
|
text-align: center;
|
|
109
96
|
flex-direction: column;
|
|
110
97
|
}
|
|
111
|
-
.
|
|
98
|
+
._1tdyl74a p {
|
|
112
99
|
margin-top: 8px;
|
|
113
100
|
}
|
|
114
|
-
.
|
|
101
|
+
._1tdyl74c {
|
|
115
102
|
position: fixed;
|
|
116
103
|
top: 10px;
|
|
117
104
|
z-index: 999;
|
|
@@ -125,11 +112,11 @@
|
|
|
125
112
|
max-height: 200px;
|
|
126
113
|
object-fit: cover;
|
|
127
114
|
}
|
|
128
|
-
.
|
|
115
|
+
._1tdyl74d {
|
|
129
116
|
justify-content: center;
|
|
130
117
|
padding: 24px;
|
|
131
118
|
}
|
|
132
|
-
.
|
|
119
|
+
._1tdyl74e {
|
|
133
120
|
margin-top: 1rem;
|
|
134
121
|
}
|
|
135
122
|
}
|
|
@@ -137,19 +124,19 @@
|
|
|
137
124
|
._1tdyl740 .flex {
|
|
138
125
|
gap: 24px;
|
|
139
126
|
}
|
|
140
|
-
.
|
|
127
|
+
._1tdyl74a {
|
|
141
128
|
gap: 24px;
|
|
142
129
|
}
|
|
143
130
|
}
|
|
144
131
|
@media screen and (max-width:510px) {
|
|
145
|
-
.
|
|
132
|
+
._1tdyl74d {
|
|
146
133
|
gap: 24px;
|
|
147
134
|
flex-direction: column;
|
|
148
135
|
margin-right: 0;
|
|
149
136
|
}
|
|
150
137
|
}
|
|
151
138
|
@media screen and (max-width: 1023px) {
|
|
152
|
-
.
|
|
139
|
+
._1tdyl743 ._1tdyl74d, ._1tdyl744 ._1tdyl74d {
|
|
153
140
|
margin-top: 0;
|
|
154
141
|
}
|
|
155
142
|
}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
._1bsyngo0 {
|
|
2
|
+
position: relative;
|
|
3
|
+
overflow: hidden;
|
|
4
|
+
isolation: isolate;
|
|
5
|
+
}
|
|
6
|
+
._1bsyngo1 {
|
|
7
|
+
background: var(--_1073cm81);
|
|
8
|
+
}
|
|
9
|
+
._1bsyngo2 {
|
|
10
|
+
background: var(--_1073cm88);
|
|
11
|
+
}
|
|
12
|
+
._1bsyngo3 {
|
|
13
|
+
background: var(--_1073cm8f);
|
|
14
|
+
}
|
|
15
|
+
._1bsyngo4 {
|
|
16
|
+
background: var(--_1073cm8m);
|
|
17
|
+
}
|
|
18
|
+
._1bsyngo5 {
|
|
19
|
+
isolation: isolate;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
position: relative;
|
|
22
|
+
}
|
|
23
|
+
._1bsyngo6 {
|
|
24
|
+
padding: 2rem 0;
|
|
25
|
+
position: relative;
|
|
26
|
+
z-index: 1;
|
|
27
|
+
}
|
|
28
|
+
._1bsyngo7 {
|
|
29
|
+
background: var(--_1073cm8f);
|
|
30
|
+
color: var(--_1073cm8g);
|
|
31
|
+
}
|
|
32
|
+
._1bsyngo8 {
|
|
33
|
+
background: var(--_1073cm8f);
|
|
34
|
+
color: var(--_1073cm8g);
|
|
35
|
+
}
|
|
36
|
+
._1bsyngo9 {
|
|
37
|
+
background: var(--_1073cm81);
|
|
38
|
+
color: var(--_1073cm82);
|
|
39
|
+
}
|
|
40
|
+
._1bsyngoa {
|
|
41
|
+
background: var(--_1073cm81);
|
|
42
|
+
color: var(--_1073cm82);
|
|
43
|
+
}
|
|
44
|
+
._1bsyngob {
|
|
45
|
+
display: block;
|
|
46
|
+
font: 700 14px / 1.3 var(--main-font-family);
|
|
47
|
+
margin-bottom: 2px;
|
|
48
|
+
letter-spacing: .2px;
|
|
49
|
+
}
|
|
50
|
+
._1bsyngoc {
|
|
51
|
+
color: var(--_1073cm8k);
|
|
52
|
+
}
|
|
53
|
+
._1bsyngod {
|
|
54
|
+
color: var(--_1073cm8k);
|
|
55
|
+
}
|
|
56
|
+
._1bsyngoe {
|
|
57
|
+
background: var(--_1073cm84);
|
|
58
|
+
background-clip: text;
|
|
59
|
+
-webkit-text-fill-color: transparent;
|
|
60
|
+
text-shadow: 0px 0px #00000000;
|
|
61
|
+
}
|
|
62
|
+
._1bsyngof {
|
|
63
|
+
background: var(--_1073cm84);
|
|
64
|
+
background-clip: text;
|
|
65
|
+
-webkit-text-fill-color: transparent;
|
|
66
|
+
text-shadow: 0px 0px #00000000;
|
|
67
|
+
}
|
|
68
|
+
._1bsyngog {
|
|
69
|
+
font: 600 2.5rem / 1.25 var(--header-font-family);
|
|
70
|
+
}
|
|
71
|
+
._1bsyngoh {
|
|
72
|
+
color: var(--_1073cm8h);
|
|
73
|
+
}
|
|
74
|
+
._1bsyngoi {
|
|
75
|
+
color: var(--_1073cm8h);
|
|
76
|
+
}
|
|
77
|
+
._1bsyngoj {
|
|
78
|
+
color: var(--_1073cm83);
|
|
79
|
+
}
|
|
80
|
+
._1bsyngok {
|
|
81
|
+
color: var(--_1073cm83);
|
|
82
|
+
}
|
|
83
|
+
options => {
|
|
84
|
+
var className = config.defaultClassName;
|
|
85
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
86
|
+
for (var variantName in selections) {
|
|
87
|
+
var _selections$variantNa;
|
|
88
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
89
|
+
if (variantSelection != null) {
|
|
90
|
+
var selection = variantSelection;
|
|
91
|
+
if (typeof selection === 'boolean') {
|
|
92
|
+
// @ts-expect-error
|
|
93
|
+
selection = selection === true ? 'true' : 'false';
|
|
94
|
+
}
|
|
95
|
+
var selectionClassName =
|
|
96
|
+
// @ts-expect-error
|
|
97
|
+
config.variantClassNames[variantName][selection];
|
|
98
|
+
if (selectionClassName) {
|
|
99
|
+
className += ' ' + selectionClassName;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
104
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
105
|
+
className += ' ' + compoundClassName;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
return className;
|
|
109
|
+
} p {
|
|
110
|
+
font: 400 18px / 1.44 var(--main-font-family);
|
|
111
|
+
letter-spacing: .2px;
|
|
112
|
+
}
|
|
113
|
+
._1bsyngol {
|
|
114
|
+
isolation: isolate;
|
|
115
|
+
overflow: hidden;
|
|
116
|
+
position: relative;
|
|
117
|
+
}
|
|
118
|
+
._1bsyngom {
|
|
119
|
+
width: 100%;
|
|
120
|
+
height: 100%;
|
|
121
|
+
object-position: right bottom;
|
|
122
|
+
object-fit: cover;
|
|
123
|
+
}
|
|
124
|
+
@media (max-width:1023px) {
|
|
125
|
+
options => {
|
|
126
|
+
var className = config.defaultClassName;
|
|
127
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
128
|
+
for (var variantName in selections) {
|
|
129
|
+
var _selections$variantNa;
|
|
130
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
131
|
+
if (variantSelection != null) {
|
|
132
|
+
var selection = variantSelection;
|
|
133
|
+
if (typeof selection === 'boolean') {
|
|
134
|
+
// @ts-expect-error
|
|
135
|
+
selection = selection === true ? 'true' : 'false';
|
|
136
|
+
}
|
|
137
|
+
var selectionClassName =
|
|
138
|
+
// @ts-expect-error
|
|
139
|
+
config.variantClassNames[variantName][selection];
|
|
140
|
+
if (selectionClassName) {
|
|
141
|
+
className += ' ' + selectionClassName;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
146
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
147
|
+
className += ' ' + compoundClassName;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
return className;
|
|
151
|
+
} > .containment {
|
|
152
|
+
width: 100%;
|
|
153
|
+
max-width: 100%;
|
|
154
|
+
border-radius: 0 !important;
|
|
155
|
+
}
|
|
156
|
+
._1bsyngo5 > .containment {
|
|
157
|
+
padding: 24px;
|
|
158
|
+
}
|
|
159
|
+
._1bsyngo5 > * {
|
|
160
|
+
width: 100%;
|
|
161
|
+
border-radius: 0 !important;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
@media (max-width: 1023px) {
|
|
165
|
+
._1bsyngo5 {
|
|
166
|
+
flex-direction: column;
|
|
167
|
+
}
|
|
168
|
+
._1bsyngo6 {
|
|
169
|
+
text-align: center;
|
|
170
|
+
border-radius: 0;
|
|
171
|
+
}
|
|
172
|
+
._1bsyngol {
|
|
173
|
+
justify-content: flex-start;
|
|
174
|
+
width: 100%;
|
|
175
|
+
max-width: min(330px,100%);
|
|
176
|
+
margin-right: auto;
|
|
177
|
+
margin-left: auto;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
@media (min-width: 1024px) {
|
|
181
|
+
._1bsyngo5 {
|
|
182
|
+
min-height: calc(42.5rem + ((1vw - 10.24px) * 23.3463));
|
|
183
|
+
}
|
|
184
|
+
._1bsyngo6 {
|
|
185
|
+
width: 59%;
|
|
186
|
+
max-width: 690px;
|
|
187
|
+
padding: 56px;
|
|
188
|
+
}
|
|
189
|
+
._1bsyngol {
|
|
190
|
+
position: absolute;
|
|
191
|
+
right: 0;
|
|
192
|
+
height: 81%;
|
|
193
|
+
width: 66%;
|
|
194
|
+
top: 50%;
|
|
195
|
+
transform: translateY(-50%);
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
@media (min-width: 1281px) {
|
|
199
|
+
._1bsyngo5 {
|
|
200
|
+
min-height: 740px;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
@media (min-width:1024px) {
|
|
204
|
+
._1bsyngo5 .containment {
|
|
205
|
+
display: contents;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
@media screen and (max-width:768px) {
|
|
209
|
+
._1bsyngog {
|
|
210
|
+
font-size: 28px;
|
|
211
|
+
line-height: 1.29;
|
|
212
|
+
}
|
|
213
|
+
options => {
|
|
214
|
+
var className = config.defaultClassName;
|
|
215
|
+
var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
|
|
216
|
+
for (var variantName in selections) {
|
|
217
|
+
var _selections$variantNa;
|
|
218
|
+
var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
|
|
219
|
+
if (variantSelection != null) {
|
|
220
|
+
var selection = variantSelection;
|
|
221
|
+
if (typeof selection === 'boolean') {
|
|
222
|
+
// @ts-expect-error
|
|
223
|
+
selection = selection === true ? 'true' : 'false';
|
|
224
|
+
}
|
|
225
|
+
var selectionClassName =
|
|
226
|
+
// @ts-expect-error
|
|
227
|
+
config.variantClassNames[variantName][selection];
|
|
228
|
+
if (selectionClassName) {
|
|
229
|
+
className += ' ' + selectionClassName;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
|
|
234
|
+
if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
|
|
235
|
+
className += ' ' + compoundClassName;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
return className;
|
|
239
|
+
} p {
|
|
240
|
+
font-size: 1rem;
|
|
241
|
+
line-height: 1.5;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
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
|
+
@media screen and (max-width:320px) {
|
|
75
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
76
|
+
width: 43.5px;
|
|
77
|
+
}
|
|
78
|
+
.react-calendar__month-view__days__day {
|
|
79
|
+
width: 43.5px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
@media screen and (max-width:400px) {
|
|
83
|
+
.react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
|
|
84
|
+
min-width: auto;
|
|
85
|
+
}
|
|
86
|
+
}
|