@axos-web-dev/shared-components 2.0.0-dev.23 → 2.0.0-dev.25
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/README.md +111 -111
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/Calculator.js +2 -2
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/calculator.css.d.ts +21 -1
- package/dist/Calculators/calculator.css.js +3 -3
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/SetContainer/SetContainer.css.d.ts +1 -0
- package/dist/SetContainer/SetContainer.css.js +5 -3
- package/dist/SetContainer/SetContainer.js +2 -2
- package/dist/SetContainer/index.js +2 -1
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css +72 -72
- package/dist/assets/Calculators/calculator.css +25 -15
- package/dist/assets/DownloadTile/DownloadTile.css +7 -0
- package/dist/assets/FdicCallout/FdicCallout.css +48 -48
- package/dist/assets/Interstitial/Interstitial.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +630 -630
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css +427 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css +429 -429
- package/dist/assets/SetContainer/SetContainer.css +25 -15
- package/dist/assets/TextBlock/TextBlock.css +7 -0
- package/dist/assets/WalnutIframe/wrapper.css +48 -48
- package/dist/assets/utils/optimizeImage/optimizeImage.css +47 -47
- package/dist/main.js +2 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +1 -1
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const main_nav = "
|
|
4
|
-
const header_main_row = "
|
|
5
|
-
const mobile_header = "
|
|
6
|
-
const logo_wrap = "
|
|
7
|
-
const primary_links = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const footer = "
|
|
20
|
-
const open = "
|
|
21
|
-
const dd_wrapper = "
|
|
22
|
-
const dd_media = "
|
|
23
|
-
const dd_media_img = "
|
|
24
|
-
const dd_site_navs = "
|
|
25
|
-
const dd_media_header = "
|
|
26
|
-
const mt_8 = "
|
|
27
|
-
const mt_16 = "
|
|
28
|
-
const ml_8 = "
|
|
29
|
-
const dd_media_cta = "
|
|
30
|
-
const reversed_row = "
|
|
31
|
-
const headline = "
|
|
32
|
-
const nav_anchor = "
|
|
33
|
-
const headline_cta = "
|
|
34
|
-
const site_lists = "
|
|
35
|
-
const hamburger = "
|
|
36
|
-
const mobile_only = "
|
|
37
|
-
const mobile_logo = "
|
|
38
|
-
const highlight = "
|
|
39
|
-
const mobile_nav = "
|
|
40
|
-
const mobile_opened = "
|
|
41
|
-
const mobile_nav_item = "
|
|
42
|
-
const has_dropdown = "
|
|
43
|
-
const icon_wrap = "
|
|
44
|
-
const mobile_footer = "
|
|
45
|
-
const mobile_footer_content = "
|
|
46
|
-
const mobile_footer_media = "
|
|
47
|
-
const footer_cta = "
|
|
48
|
-
const inner_wrapper = "
|
|
49
|
-
const btn = "
|
|
50
|
-
const sub_menu = "
|
|
51
|
-
const main = "
|
|
52
|
-
const dd_footer = "
|
|
53
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosAdvisorServices/NavBar.css';const header = "_header_1rlwu_1";
|
|
2
|
+
const wrapper = "_wrapper_1rlwu_9";
|
|
3
|
+
const main_nav = "_main_nav_1rlwu_19";
|
|
4
|
+
const header_main_row = "_header_main_row_1rlwu_33";
|
|
5
|
+
const mobile_header = "_mobile_header_1rlwu_35";
|
|
6
|
+
const logo_wrap = "_logo_wrap_1rlwu_59";
|
|
7
|
+
const primary_links = "_primary_links_1rlwu_67";
|
|
8
|
+
const main_nav_link = "_main_nav_link_1rlwu_75";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_1rlwu_139";
|
|
10
|
+
const signin_wrap = "_signin_wrap_1rlwu_143";
|
|
11
|
+
const signin_btn = "_signin_btn_1rlwu_145";
|
|
12
|
+
const header_sub_row = "_header_sub_row_1rlwu_219";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_1rlwu_259";
|
|
14
|
+
const shadow = "_shadow_1rlwu_279";
|
|
15
|
+
const signin_header = "_signin_header_1rlwu_295";
|
|
16
|
+
const signin_subheader = "_signin_subheader_1rlwu_309";
|
|
17
|
+
const opacity = "_opacity_1rlwu_353";
|
|
18
|
+
const fadeInDown = "_fadeInDown_1rlwu_1";
|
|
19
|
+
const footer = "_footer_1rlwu_365";
|
|
20
|
+
const open = "_open_1rlwu_397";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_1rlwu_421";
|
|
22
|
+
const dd_media = "_dd_media_1rlwu_431";
|
|
23
|
+
const dd_media_img = "_dd_media_img_1rlwu_441";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_1rlwu_449";
|
|
25
|
+
const dd_media_header = "_dd_media_header_1rlwu_463";
|
|
26
|
+
const mt_8 = "_mt_8_1rlwu_481";
|
|
27
|
+
const mt_16 = "_mt_16_1rlwu_489";
|
|
28
|
+
const ml_8 = "_ml_8_1rlwu_497";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_1rlwu_505";
|
|
30
|
+
const reversed_row = "_reversed_row_1rlwu_533";
|
|
31
|
+
const headline = "_headline_1rlwu_565";
|
|
32
|
+
const nav_anchor = "_nav_anchor_1rlwu_577";
|
|
33
|
+
const headline_cta = "_headline_cta_1rlwu_593";
|
|
34
|
+
const site_lists = "_site_lists_1rlwu_623";
|
|
35
|
+
const hamburger = "_hamburger_1rlwu_693";
|
|
36
|
+
const mobile_only = "_mobile_only_1rlwu_721";
|
|
37
|
+
const mobile_logo = "_mobile_logo_1rlwu_733";
|
|
38
|
+
const highlight = "_highlight_1rlwu_743";
|
|
39
|
+
const mobile_nav = "_mobile_nav_1rlwu_815";
|
|
40
|
+
const mobile_opened = "_mobile_opened_1rlwu_837";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_1rlwu_853";
|
|
42
|
+
const has_dropdown = "_has_dropdown_1rlwu_883";
|
|
43
|
+
const icon_wrap = "_icon_wrap_1rlwu_925";
|
|
44
|
+
const mobile_footer = "_mobile_footer_1rlwu_935";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_1rlwu_945";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_1rlwu_975";
|
|
47
|
+
const footer_cta = "_footer_cta_1rlwu_987";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_1rlwu_1045";
|
|
49
|
+
const btn = "_btn_1rlwu_1055";
|
|
50
|
+
const sub_menu = "_sub_menu_1rlwu_1067";
|
|
51
|
+
const main = "_main_1rlwu_19";
|
|
52
|
+
const dd_footer = "_dd_footer_1rlwu_1117";
|
|
53
|
+
const desktop_only = "_desktop_only_1rlwu_1157";
|
|
54
54
|
const styles = {
|
|
55
55
|
header,
|
|
56
56
|
wrapper,
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosClearing/NavBar.css';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_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const sub_nav = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const open = "
|
|
19
|
-
const hamburger = "
|
|
20
|
-
const mobile_only = "
|
|
21
|
-
const mobile_logo = "
|
|
22
|
-
const highlight = "
|
|
23
|
-
const mobile_nav = "
|
|
24
|
-
const mobile_opened = "
|
|
25
|
-
const mobile_nav_item = "
|
|
26
|
-
const has_dropdown = "
|
|
27
|
-
const icon_wrap = "
|
|
28
|
-
const mobile_footer = "
|
|
29
|
-
const mobile_footer_content = "
|
|
30
|
-
const mobile_footer_media = "
|
|
31
|
-
const footer_cta = "
|
|
32
|
-
const inner_wrapper = "
|
|
33
|
-
const btn = "
|
|
34
|
-
const sub_menu = "
|
|
35
|
-
const main = "
|
|
36
|
-
const dd_footer = "
|
|
37
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosClearing/NavBar.css';const header = "_header_5ho04_1";
|
|
2
|
+
const wrapper = "_wrapper_5ho04_9";
|
|
3
|
+
const header_main_row = "_header_main_row_5ho04_21";
|
|
4
|
+
const mobile_header = "_mobile_header_5ho04_23";
|
|
5
|
+
const logo_wrap = "_logo_wrap_5ho04_35";
|
|
6
|
+
const primary_links = "_primary_links_5ho04_43";
|
|
7
|
+
const main_nav_link = "_main_nav_link_5ho04_51";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_5ho04_115";
|
|
9
|
+
const signin_wrap = "_signin_wrap_5ho04_119";
|
|
10
|
+
const signin_btn = "_signin_btn_5ho04_121";
|
|
11
|
+
const sub_nav = "_sub_nav_5ho04_115";
|
|
12
|
+
const header_sub_row = "_header_sub_row_5ho04_239";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_5ho04_287";
|
|
14
|
+
const shadow = "_shadow_5ho04_307";
|
|
15
|
+
const signin_subheader = "_signin_subheader_5ho04_319";
|
|
16
|
+
const opacity = "_opacity_5ho04_361";
|
|
17
|
+
const fadeInDown = "_fadeInDown_5ho04_1";
|
|
18
|
+
const open = "_open_5ho04_373";
|
|
19
|
+
const hamburger = "_hamburger_5ho04_409";
|
|
20
|
+
const mobile_only = "_mobile_only_5ho04_437";
|
|
21
|
+
const mobile_logo = "_mobile_logo_5ho04_449";
|
|
22
|
+
const highlight = "_highlight_5ho04_459";
|
|
23
|
+
const mobile_nav = "_mobile_nav_5ho04_513";
|
|
24
|
+
const mobile_opened = "_mobile_opened_5ho04_535";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_5ho04_551";
|
|
26
|
+
const has_dropdown = "_has_dropdown_5ho04_581";
|
|
27
|
+
const icon_wrap = "_icon_wrap_5ho04_623";
|
|
28
|
+
const mobile_footer = "_mobile_footer_5ho04_633";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_5ho04_643";
|
|
30
|
+
const mobile_footer_media = "_mobile_footer_media_5ho04_673";
|
|
31
|
+
const footer_cta = "_footer_cta_5ho04_685";
|
|
32
|
+
const inner_wrapper = "_inner_wrapper_5ho04_743";
|
|
33
|
+
const btn = "_btn_5ho04_755";
|
|
34
|
+
const sub_menu = "_sub_menu_5ho04_765";
|
|
35
|
+
const main = "_main_5ho04_51";
|
|
36
|
+
const dd_footer = "_dd_footer_5ho04_815";
|
|
37
|
+
const desktop_only = "_desktop_only_5ho04_865";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css';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 _mobile_opened = "
|
|
30
|
-
const mobile_nav_item = "
|
|
31
|
-
const icon_wrap = "
|
|
32
|
-
const mobile_footer = "
|
|
33
|
-
const mobile_footer_content = "
|
|
34
|
-
const mobile_footer_media = "
|
|
35
|
-
const footer_cta = "
|
|
36
|
-
const inner_wrapper = "
|
|
37
|
-
const btn = "
|
|
38
|
-
const sub_menu = "
|
|
39
|
-
const main = "
|
|
40
|
-
const desktop_only = "
|
|
41
|
-
const mobile_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css';const header = "_header_1hqsj_1";
|
|
2
|
+
const wrapper = "_wrapper_1hqsj_9";
|
|
3
|
+
const header_main_row = "_header_main_row_1hqsj_21";
|
|
4
|
+
const mobile_header = "_mobile_header_1hqsj_23";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1hqsj_35";
|
|
6
|
+
const primary_links = "_primary_links_1hqsj_43";
|
|
7
|
+
const main_nav = "_main_nav_1hqsj_51";
|
|
8
|
+
const main_nav_link = "_main_nav_link_1hqsj_65";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_1hqsj_109";
|
|
10
|
+
const signin_wrap = "_signin_wrap_1hqsj_113";
|
|
11
|
+
const signin_btn = "_signin_btn_1hqsj_115";
|
|
12
|
+
const sub_nav = "_sub_nav_1hqsj_109";
|
|
13
|
+
const header_sub_row = "_header_sub_row_1hqsj_197";
|
|
14
|
+
const shadow = "_shadow_1hqsj_229";
|
|
15
|
+
const opacity = "_opacity_1hqsj_261";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1hqsj_1";
|
|
17
|
+
const footer = "_footer_1hqsj_273";
|
|
18
|
+
const open = "_open_1hqsj_305";
|
|
19
|
+
const mt_8 = "_mt_8_1hqsj_321";
|
|
20
|
+
const mt_16 = "_mt_16_1hqsj_329";
|
|
21
|
+
const ml_8 = "_ml_8_1hqsj_337";
|
|
22
|
+
const reversed_row = "_reversed_row_1hqsj_345";
|
|
23
|
+
const nav_anchor = "_nav_anchor_1hqsj_353";
|
|
24
|
+
const site_lists = "_site_lists_1hqsj_375";
|
|
25
|
+
const hamburger = "_hamburger_1hqsj_383";
|
|
26
|
+
const mobile_logo = "_mobile_logo_1hqsj_411";
|
|
27
|
+
const mobile_nav = "_mobile_nav_1hqsj_461";
|
|
28
|
+
const mobile_opened = "_mobile_opened_1hqsj_483";
|
|
29
|
+
const _mobile_opened = "__mobile_opened_1hqsj_491";
|
|
30
|
+
const mobile_nav_item = "_mobile_nav_item_1hqsj_499";
|
|
31
|
+
const icon_wrap = "_icon_wrap_1hqsj_529";
|
|
32
|
+
const mobile_footer = "_mobile_footer_1hqsj_539";
|
|
33
|
+
const mobile_footer_content = "_mobile_footer_content_1hqsj_549";
|
|
34
|
+
const mobile_footer_media = "_mobile_footer_media_1hqsj_579";
|
|
35
|
+
const footer_cta = "_footer_cta_1hqsj_593";
|
|
36
|
+
const inner_wrapper = "_inner_wrapper_1hqsj_657";
|
|
37
|
+
const btn = "_btn_1hqsj_667";
|
|
38
|
+
const sub_menu = "_sub_menu_1hqsj_677";
|
|
39
|
+
const main = "_main_1hqsj_51";
|
|
40
|
+
const desktop_only = "_desktop_only_1hqsj_735";
|
|
41
|
+
const mobile_only = "_mobile_only_1hqsj_829";
|
|
42
42
|
const styles = {
|
|
43
43
|
header,
|
|
44
44
|
wrapper,
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/LaVictoire/NavBar.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const open = "
|
|
18
|
-
const reversed_row = "
|
|
19
|
-
const hamburger = "
|
|
20
|
-
const mobile_only = "
|
|
21
|
-
const mobile_logo = "
|
|
22
|
-
const highlight = "
|
|
23
|
-
const mobile_nav = "
|
|
24
|
-
const mobile_opened = "
|
|
25
|
-
const mobile_nav_item = "
|
|
26
|
-
const has_dropdown = "
|
|
27
|
-
const icon_wrap = "
|
|
28
|
-
const mobile_footer = "
|
|
29
|
-
const mobile_footer_content = "
|
|
30
|
-
const footer_cta = "
|
|
31
|
-
const inner_wrapper = "
|
|
32
|
-
const btn = "
|
|
33
|
-
const sub_menu = "
|
|
34
|
-
const main = "
|
|
35
|
-
const skip_btn = "
|
|
36
|
-
const desktop_only = "
|
|
37
|
-
const logo_wrap = "
|
|
1
|
+
import '../../assets/NavigationMenu/LaVictoire/NavBar.css';const header = "_header_mpaou_1";
|
|
2
|
+
const wrapper = "_wrapper_mpaou_9";
|
|
3
|
+
const header_main_row = "_header_main_row_mpaou_21";
|
|
4
|
+
const mobile_header = "_mobile_header_mpaou_23";
|
|
5
|
+
const primary_links = "_primary_links_mpaou_31";
|
|
6
|
+
const main_nav_link = "_main_nav_link_mpaou_39";
|
|
7
|
+
const sub_nav = "_sub_nav_mpaou_77";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_mpaou_85";
|
|
9
|
+
const signin_wrap = "_signin_wrap_mpaou_89";
|
|
10
|
+
const signin_btn = "_signin_btn_mpaou_91";
|
|
11
|
+
const header_sub_row = "_header_sub_row_mpaou_185";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_mpaou_231";
|
|
13
|
+
const shadow = "_shadow_mpaou_251";
|
|
14
|
+
const signin_subheader = "_signin_subheader_mpaou_271";
|
|
15
|
+
const opacity = "_opacity_mpaou_313";
|
|
16
|
+
const fadeInDown = "_fadeInDown_mpaou_1";
|
|
17
|
+
const open = "_open_mpaou_325";
|
|
18
|
+
const reversed_row = "_reversed_row_mpaou_349";
|
|
19
|
+
const hamburger = "_hamburger_mpaou_369";
|
|
20
|
+
const mobile_only = "_mobile_only_mpaou_397";
|
|
21
|
+
const mobile_logo = "_mobile_logo_mpaou_409";
|
|
22
|
+
const highlight = "_highlight_mpaou_419";
|
|
23
|
+
const mobile_nav = "_mobile_nav_mpaou_463";
|
|
24
|
+
const mobile_opened = "_mobile_opened_mpaou_485";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_mpaou_501";
|
|
26
|
+
const has_dropdown = "_has_dropdown_mpaou_523";
|
|
27
|
+
const icon_wrap = "_icon_wrap_mpaou_533";
|
|
28
|
+
const mobile_footer = "_mobile_footer_mpaou_543";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_mpaou_553";
|
|
30
|
+
const footer_cta = "_footer_cta_mpaou_563";
|
|
31
|
+
const inner_wrapper = "_inner_wrapper_mpaou_615";
|
|
32
|
+
const btn = "_btn_mpaou_625";
|
|
33
|
+
const sub_menu = "_sub_menu_mpaou_635";
|
|
34
|
+
const main = "_main_mpaou_39";
|
|
35
|
+
const skip_btn = "_skip_btn_mpaou_677";
|
|
36
|
+
const desktop_only = "_desktop_only_mpaou_743";
|
|
37
|
+
const logo_wrap = "_logo_wrap_mpaou_749";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|
|
@@ -34,6 +34,7 @@ export declare const set_container_cols: import('@vanilla-extract/recipes').Runt
|
|
|
34
34
|
};
|
|
35
35
|
}>;
|
|
36
36
|
export declare const setcontainer_section_text: string;
|
|
37
|
+
export declare const setcontainer_section_additionaltext: string;
|
|
37
38
|
export declare const imageLinkContainer: string;
|
|
38
39
|
export declare const set_logo: string;
|
|
39
40
|
export declare const isolate_container: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
@@ -8,9 +8,10 @@ var set_container = createRuntimeFn({ defaultClassName: "_18ygy9m0", variantClas
|
|
|
8
8
|
var inline_container = "_18ygy9m5";
|
|
9
9
|
var set_container_cols = createRuntimeFn({ defaultClassName: "_18ygy9m6", variantClassNames: { columns: { "1": "_18ygy9m7", "2": "_18ygy9m8", "3": "_18ygy9m9", "4": "_18ygy9ma" } }, defaultVariants: { columns: 4 }, compoundVariants: [] });
|
|
10
10
|
var setcontainer_section_text = "_18ygy9mb";
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
11
|
+
var setcontainer_section_additionaltext = "_18ygy9mc";
|
|
12
|
+
var imageLinkContainer = "_18ygy9md";
|
|
13
|
+
var set_logo = "_18ygy9me";
|
|
14
|
+
var isolate_container = createRuntimeFn({ defaultClassName: "_18ygy9mf", variantClassNames: { variant: { primary: "_18ygy9mg", secondary: "_18ygy9mh", tertiary: "_18ygy9mi", quaternary: "_18ygy9mj" } }, defaultVariants: {}, compoundVariants: [] });
|
|
14
15
|
export {
|
|
15
16
|
imageLinkContainer,
|
|
16
17
|
inline_container,
|
|
@@ -18,5 +19,6 @@ export {
|
|
|
18
19
|
set_container,
|
|
19
20
|
set_container_cols,
|
|
20
21
|
set_logo,
|
|
22
|
+
setcontainer_section_additionaltext,
|
|
21
23
|
setcontainer_section_text
|
|
22
24
|
};
|
|
@@ -82,7 +82,7 @@ import "../Chatbot/Chatbot.js";
|
|
|
82
82
|
import "../Chatbot/store/messages.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Comparison/Comparison.css.js";
|
|
85
|
-
import { setcontainer_section_text, inline_container, set_container_cols, set_container, isolate_container } from "./SetContainer.css.js";
|
|
85
|
+
import { setcontainer_section_text, inline_container, set_container_cols, setcontainer_section_additionaltext, set_container, isolate_container } from "./SetContainer.css.js";
|
|
86
86
|
import "../Tab/Tab.css.js";
|
|
87
87
|
import "../icons/Star/Star.css.js";
|
|
88
88
|
import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
|
|
@@ -188,7 +188,7 @@ const SetContainer = ({
|
|
|
188
188
|
children
|
|
189
189
|
}
|
|
190
190
|
),
|
|
191
|
-
additionalDetails && /* @__PURE__ */ jsx("div", { className: clsx(
|
|
191
|
+
additionalDetails && /* @__PURE__ */ jsx("div", { className: clsx(setcontainer_section_additionaltext, "text_center"), children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) })
|
|
192
192
|
] })
|
|
193
193
|
},
|
|
194
194
|
id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SetContainer } from "./SetContainer.js";
|
|
2
|
-
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_text } from "./SetContainer.css.js";
|
|
2
|
+
import { imageLinkContainer, inline_container, isolate_container, set_container, set_container_cols, set_logo, setcontainer_section_additionaltext, setcontainer_section_text } from "./SetContainer.css.js";
|
|
3
3
|
export {
|
|
4
4
|
SetContainer,
|
|
5
5
|
imageLinkContainer,
|
|
@@ -8,5 +8,6 @@ export {
|
|
|
8
8
|
set_container,
|
|
9
9
|
set_container_cols,
|
|
10
10
|
set_logo,
|
|
11
|
+
setcontainer_section_additionaltext,
|
|
11
12
|
setcontainer_section_text
|
|
12
13
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/WalnutIframe/wrapper.css';const wrapper = "
|
|
2
|
-
const shimmer = "
|
|
3
|
-
const wrapper_control = "
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css';const wrapper = "_wrapper_1wqdl_19";
|
|
2
|
+
const shimmer = "_shimmer_1wqdl_1";
|
|
3
|
+
const wrapper_control = "_wrapper_control_1wqdl_77";
|
|
4
4
|
const css = {
|
|
5
5
|
wrapper,
|
|
6
6
|
shimmer,
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
.
|
|
2
|
-
margin: 16px 0;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.
|
|
6
|
-
border-bottom: 1px solid #d4d4d4;
|
|
7
|
-
border-top: 1px solid #d4d4d4;
|
|
8
|
-
margin-inline: auto;
|
|
9
|
-
max-width: 1200px;
|
|
10
|
-
padding: 16px 0;
|
|
11
|
-
width: 100%;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.
|
|
15
|
-
aspect-ratio: 1;
|
|
16
|
-
background-position: 0 0;
|
|
17
|
-
background-size: contain;
|
|
18
|
-
border-radius: 50%;
|
|
19
|
-
flex: 0 0 100px;
|
|
20
|
-
height: 100px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.
|
|
24
|
-
flex: 1 1 0%;
|
|
25
|
-
align-self: center;
|
|
26
|
-
margin-left: 16px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
color: #1e3860;
|
|
31
|
-
font-family: var(--header-font-family);
|
|
32
|
-
font-size: 20px;
|
|
33
|
-
font-weight: 700;
|
|
34
|
-
line-height: 1.4;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.
|
|
38
|
-
color: #1e3860;
|
|
39
|
-
font-size: 18px;
|
|
40
|
-
font-weight: 500;
|
|
41
|
-
line-height: 1.44;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.
|
|
45
|
-
font-size: 14px;
|
|
46
|
-
line-height: 1.33;
|
|
47
|
-
color: #333d46;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
* + .
|
|
51
|
-
margin-top: 8px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media (max-width: 603px) {
|
|
55
|
-
.
|
|
56
|
-
height: 75px;
|
|
57
|
-
flex: 0 0 75px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
._avatar_sec_q4a8z_1 {
|
|
2
|
+
margin: 16px 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._container_q4a8z_9 {
|
|
6
|
+
border-bottom: 1px solid #d4d4d4;
|
|
7
|
+
border-top: 1px solid #d4d4d4;
|
|
8
|
+
margin-inline: auto;
|
|
9
|
+
max-width: 1200px;
|
|
10
|
+
padding: 16px 0;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
._image_q4a8z_27 {
|
|
15
|
+
aspect-ratio: 1;
|
|
16
|
+
background-position: 0 0;
|
|
17
|
+
background-size: contain;
|
|
18
|
+
border-radius: 50%;
|
|
19
|
+
flex: 0 0 100px;
|
|
20
|
+
height: 100px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
._text_q4a8z_45 {
|
|
24
|
+
flex: 1 1 0%;
|
|
25
|
+
align-self: center;
|
|
26
|
+
margin-left: 16px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
._name_q4a8z_57 {
|
|
30
|
+
color: #1e3860;
|
|
31
|
+
font-family: var(--header-font-family);
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
line-height: 1.4;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._title_q4a8z_73 {
|
|
38
|
+
color: #1e3860;
|
|
39
|
+
font-size: 18px;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
line-height: 1.44;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
._description_q4a8z_87 p {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
line-height: 1.33;
|
|
47
|
+
color: #333d46;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
* + ._description_q4a8z_87 {
|
|
51
|
+
margin-top: 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media (max-width: 603px) {
|
|
55
|
+
._image_q4a8z_27 {
|
|
56
|
+
height: 75px;
|
|
57
|
+
flex: 0 0 75px;
|
|
58
|
+
}
|
|
59
|
+
}
|