@axos-web-dev/shared-components 2.2.4 → 2.2.6
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/ATMLocator/ATMLocator.js +1 -0
- package/dist/Auth/ErrorAlert.js +1 -0
- package/dist/Button/Button.js +1 -0
- package/dist/Calculators/Calculator.js +2 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -0
- package/dist/Carousel/index.js +1 -0
- package/dist/Chatbot/AudioManager.d.ts +19 -0
- package/dist/Chatbot/AudioManager.js +61 -0
- package/dist/Chatbot/ChatWindow.css.d.ts +2 -0
- package/dist/Chatbot/ChatWindow.css.js +34 -30
- package/dist/Chatbot/ChatWindow.js +382 -363
- package/dist/Chatbot/Chatbot.d.ts +3 -0
- package/dist/Chatbot/Chatbot.js +24 -1
- package/dist/Chatbot/ExpandChatToggle.d.ts +8 -0
- package/dist/Chatbot/ExpandChatToggle.js +74 -0
- package/dist/Chatbot/index.js +5 -2
- package/dist/Chatbot/store/chat.d.ts +8 -0
- package/dist/Chatbot/store/chat.js +14 -2
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -0
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +10 -3
- package/dist/Forms/ApplyNow.js +1 -0
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/ContactUsBusinessNameEmail.js +1 -0
- package/dist/Forms/ContactUsNMLSId.js +1 -0
- package/dist/Forms/ContactUsSchwabAAS.d.ts +11 -0
- package/dist/Forms/ContactUsSchwabAAS.js +263 -0
- package/dist/Forms/CpraRequest.js +1 -0
- package/dist/Forms/CraPublicFile.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -0
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -0
- package/dist/Forms/MortgageWarehouseLending.js +1 -0
- package/dist/Forms/SuccesForm.js +2 -1
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -0
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Insight/Featured/CategorySelector.js +1 -0
- package/dist/Insight/Featured/Featured.js +1 -0
- package/dist/Insight/Featured/Header.js +1 -0
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosALTS/index.js +1 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +222 -227
- package/dist/NavigationMenu/AxosBank/index.js +1 -0
- package/dist/NavigationMenu/LaVictoire/index.js +1 -0
- package/dist/NavigationMenu/Navbar.js +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +1 -0
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/SocialMediaBar/iconsRepository.js +1 -0
- package/dist/Typography/Typography.css.d.ts +0 -6
- package/dist/VideoTile/VideoTile.js +1 -0
- package/dist/VideoWrapper/index.js +1 -0
- package/dist/assets/Chatbot/ChatWindow.css +69 -57
- package/dist/assets/ImageBillboard/ImageBillboard.css +1 -1
- package/dist/assets/Table/Table.css +1 -1
- package/dist/assets/notification.mp3.js +4 -0
- package/dist/main.js +7 -2
- package/dist/utils/useVisibility.d.ts +1 -0
- package/dist/utils/useVisibility.js +18 -0
- package/dist/vite-env.d.js +1 -0
- package/package.json +1 -1
- package/dist/Chatbot/Chat.d.ts +0 -1
- package/dist/Chatbot/Chat.js +0 -158
- package/dist/Chatbot/useHeadlessChat.d.ts +0 -27
- package/dist/Chatbot/useHeadlessChat.js +0 -240
|
@@ -73,6 +73,7 @@ import "../../Carousel/index.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
/* empty css */
|
|
75
75
|
import "../../Chatbot/store/chat.js";
|
|
76
|
+
import "../../Chatbot/Chatbot.js";
|
|
76
77
|
/* empty css */
|
|
77
78
|
/* empty css */
|
|
78
79
|
import "../../Chatbot/store/messages.js";
|
|
@@ -2489,232 +2490,226 @@ function SubNavBar() {
|
|
|
2489
2490
|
}
|
|
2490
2491
|
),
|
|
2491
2492
|
/* @__PURE__ */ jsx("hr", {}),
|
|
2492
|
-
/* @__PURE__ */ jsxs(
|
|
2493
|
-
"div",
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
) })
|
|
2713
|
-
] })
|
|
2714
|
-
] })
|
|
2715
|
-
]
|
|
2716
|
-
}
|
|
2717
|
-
)
|
|
2493
|
+
/* @__PURE__ */ jsxs("div", { className: `${styles.site_lists}`, children: [
|
|
2494
|
+
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2495
|
+
/* @__PURE__ */ jsx(
|
|
2496
|
+
Image,
|
|
2497
|
+
{
|
|
2498
|
+
src: `https://images.axos.com/o9ov1v03uwqk/5mzLCkz1I0k3mPowiNFOg0/ba3624a134d3b33bae0658e7b6efa3f6/nav-submenu-industry-icon.svg`,
|
|
2499
|
+
alt: "",
|
|
2500
|
+
width: 20,
|
|
2501
|
+
height: 20
|
|
2502
|
+
}
|
|
2503
|
+
),
|
|
2504
|
+
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
2505
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2506
|
+
Link,
|
|
2507
|
+
{
|
|
2508
|
+
href: resolveUrl("{AXOSBANK}/commercial"),
|
|
2509
|
+
role: "heading",
|
|
2510
|
+
children: "Solutions By Industry"
|
|
2511
|
+
}
|
|
2512
|
+
) }),
|
|
2513
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2514
|
+
Link,
|
|
2515
|
+
{
|
|
2516
|
+
href: resolveUrl(
|
|
2517
|
+
"{AXOSBANK}/commercial/banking/third-party-payment-processors"
|
|
2518
|
+
),
|
|
2519
|
+
children: "Third Party Payment Processors"
|
|
2520
|
+
}
|
|
2521
|
+
) }),
|
|
2522
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2523
|
+
Link,
|
|
2524
|
+
{
|
|
2525
|
+
href: resolveUrl(
|
|
2526
|
+
"{AXOSBANK}/commercial/banking/hoa-banking-and-lending"
|
|
2527
|
+
),
|
|
2528
|
+
children: "HOA Banking & Lending"
|
|
2529
|
+
}
|
|
2530
|
+
) }),
|
|
2531
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2532
|
+
Link,
|
|
2533
|
+
{
|
|
2534
|
+
href: resolveUrl(
|
|
2535
|
+
"{AXOSBANK}/commercial/banking/hoa-property-management"
|
|
2536
|
+
),
|
|
2537
|
+
children: "HOAs & Property Management"
|
|
2538
|
+
}
|
|
2539
|
+
) }),
|
|
2540
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2541
|
+
Link,
|
|
2542
|
+
{
|
|
2543
|
+
href: resolveUrl(
|
|
2544
|
+
"{AXOSBANK}/commercial/banking/1031-exchange-qualified-intermediaries"
|
|
2545
|
+
),
|
|
2546
|
+
children: "1031 Exchange Qualified Intermediaries"
|
|
2547
|
+
}
|
|
2548
|
+
) }),
|
|
2549
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2550
|
+
Link,
|
|
2551
|
+
{
|
|
2552
|
+
href: resolveUrl(
|
|
2553
|
+
"{AXOSBANK}/commercial/banking/title-and-escrow"
|
|
2554
|
+
),
|
|
2555
|
+
children: "Title & Escrow"
|
|
2556
|
+
}
|
|
2557
|
+
) }),
|
|
2558
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2559
|
+
Link,
|
|
2560
|
+
{
|
|
2561
|
+
href: resolveUrl(
|
|
2562
|
+
"{AXOSBANK}/commercial/banking/global-fiduciary-banking"
|
|
2563
|
+
),
|
|
2564
|
+
children: "Global Fiduciary Banking"
|
|
2565
|
+
}
|
|
2566
|
+
) }),
|
|
2567
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: resolveUrl(`{AFS}`), children: "Fiduciary Services" }) }),
|
|
2568
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2569
|
+
Link,
|
|
2570
|
+
{
|
|
2571
|
+
href: resolveUrl(
|
|
2572
|
+
"{AXOSBANK}/commercial/banking/business-management-banking"
|
|
2573
|
+
),
|
|
2574
|
+
children: "Business Management Banking"
|
|
2575
|
+
}
|
|
2576
|
+
) }),
|
|
2577
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2578
|
+
Link,
|
|
2579
|
+
{
|
|
2580
|
+
href: resolveUrl(
|
|
2581
|
+
"{AXOSBANK}/commercial/banking/hedge-funds-and-alternative-funds"
|
|
2582
|
+
),
|
|
2583
|
+
children: "Hedge Funds & Alternative Fund Banking Solutions"
|
|
2584
|
+
}
|
|
2585
|
+
) }),
|
|
2586
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2587
|
+
Link,
|
|
2588
|
+
{
|
|
2589
|
+
href: resolveUrl(
|
|
2590
|
+
"{AXOSBANK}/commercial/banking/middle-market"
|
|
2591
|
+
),
|
|
2592
|
+
children: "Middle Market"
|
|
2593
|
+
}
|
|
2594
|
+
) }),
|
|
2595
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2596
|
+
Link,
|
|
2597
|
+
{
|
|
2598
|
+
href: resolveUrl(
|
|
2599
|
+
"{AXOSBANK}/commercial/banking/technology-and-life-sciences-banking"
|
|
2600
|
+
),
|
|
2601
|
+
children: "Technology & Life Sciences Banking"
|
|
2602
|
+
}
|
|
2603
|
+
) })
|
|
2604
|
+
] })
|
|
2605
|
+
] }),
|
|
2606
|
+
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2607
|
+
/* @__PURE__ */ jsx(
|
|
2608
|
+
Image,
|
|
2609
|
+
{
|
|
2610
|
+
src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/45369b473bdd3b280748ceee566542dc/nav-submenu-services-icon.svg`,
|
|
2611
|
+
alt: "",
|
|
2612
|
+
width: 20,
|
|
2613
|
+
height: 20
|
|
2614
|
+
}
|
|
2615
|
+
),
|
|
2616
|
+
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
2617
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2618
|
+
Link,
|
|
2619
|
+
{
|
|
2620
|
+
href: resolveUrl(
|
|
2621
|
+
"{AXOSBANK}/commercial/banking"
|
|
2622
|
+
),
|
|
2623
|
+
role: "heading",
|
|
2624
|
+
children: "Services"
|
|
2625
|
+
}
|
|
2626
|
+
) }),
|
|
2627
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2628
|
+
Link,
|
|
2629
|
+
{
|
|
2630
|
+
href: resolveUrl(
|
|
2631
|
+
"{AXOSBANK}/commercial/banking/analyzed-business-checking"
|
|
2632
|
+
),
|
|
2633
|
+
children: "Analyzed Business Checking"
|
|
2634
|
+
}
|
|
2635
|
+
) }),
|
|
2636
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2637
|
+
Link,
|
|
2638
|
+
{
|
|
2639
|
+
href: resolveUrl(
|
|
2640
|
+
"{AXOSBANK}/commercial/banking/merchant-services"
|
|
2641
|
+
),
|
|
2642
|
+
children: "Merchant Services"
|
|
2643
|
+
}
|
|
2644
|
+
) }),
|
|
2645
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2646
|
+
Link,
|
|
2647
|
+
{
|
|
2648
|
+
href: resolveUrl(
|
|
2649
|
+
"{AXOSBANK}/commercial/banking/global-treasury-management"
|
|
2650
|
+
),
|
|
2651
|
+
children: "Treasury Management"
|
|
2652
|
+
}
|
|
2653
|
+
) }),
|
|
2654
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
|
|
2655
|
+
Link,
|
|
2656
|
+
{
|
|
2657
|
+
href: resolveUrl(
|
|
2658
|
+
"{AXOSBANK}/commercial/banking/intrafi-network-deposits"
|
|
2659
|
+
),
|
|
2660
|
+
children: [
|
|
2661
|
+
"IntraFi",
|
|
2662
|
+
/* @__PURE__ */ jsx("sup", { children: "®" }),
|
|
2663
|
+
" Network Deposits",
|
|
2664
|
+
" ",
|
|
2665
|
+
/* @__PURE__ */ jsx("sup", { children: "℠" })
|
|
2666
|
+
]
|
|
2667
|
+
}
|
|
2668
|
+
) }),
|
|
2669
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2670
|
+
Link,
|
|
2671
|
+
{
|
|
2672
|
+
href: resolveUrl(
|
|
2673
|
+
"{AXOSBANK}/commercial/banking/payroll-services"
|
|
2674
|
+
),
|
|
2675
|
+
children: "Payroll Services"
|
|
2676
|
+
}
|
|
2677
|
+
) })
|
|
2678
|
+
] })
|
|
2679
|
+
] }),
|
|
2680
|
+
/* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
|
|
2681
|
+
/* @__PURE__ */ jsx(
|
|
2682
|
+
Image,
|
|
2683
|
+
{
|
|
2684
|
+
src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/456ef17e517ab221895716596da8760a/nav-submenu-other-icon.svg`,
|
|
2685
|
+
alt: "",
|
|
2686
|
+
width: 20,
|
|
2687
|
+
height: 20
|
|
2688
|
+
}
|
|
2689
|
+
),
|
|
2690
|
+
/* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
|
|
2691
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2692
|
+
Link,
|
|
2693
|
+
{
|
|
2694
|
+
href: resolveUrl(
|
|
2695
|
+
"{AXOSBANK}/business/support"
|
|
2696
|
+
),
|
|
2697
|
+
role: "heading",
|
|
2698
|
+
children: "Other Resources"
|
|
2699
|
+
}
|
|
2700
|
+
) }),
|
|
2701
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2702
|
+
Link,
|
|
2703
|
+
{
|
|
2704
|
+
href: resolveUrl(
|
|
2705
|
+
"{AXOSBANK}/commercial/calculators"
|
|
2706
|
+
),
|
|
2707
|
+
children: "Calculators"
|
|
2708
|
+
}
|
|
2709
|
+
) })
|
|
2710
|
+
] })
|
|
2711
|
+
] })
|
|
2712
|
+
] })
|
|
2718
2713
|
]
|
|
2719
2714
|
}
|
|
2720
2715
|
)
|
|
@@ -3007,7 +3002,7 @@ function SubNavBar() {
|
|
|
3007
3002
|
hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
|
|
3008
3003
|
"div",
|
|
3009
3004
|
{
|
|
3010
|
-
className: `${styles.dd_wrapper} ${styles.desktop_only}`,
|
|
3005
|
+
className: `${styles.dd_wrapper} ${styles.desktop_only} `,
|
|
3011
3006
|
role: "menu",
|
|
3012
3007
|
onMouseLeave: handleMouseLeave,
|
|
3013
3008
|
ref: containerRef,
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* Encode font
|
|
5
|
-
*/
|
|
6
3
|
export declare const headerCssVariable = "var(--header-font-family)";
|
|
7
|
-
/**
|
|
8
|
-
* Roboto font
|
|
9
|
-
*/
|
|
10
4
|
export declare const mainCssVariable = "var(--main-font-family)";
|
|
11
5
|
export declare const header: string;
|
|
12
6
|
export declare const sizes: import('@vanilla-extract/recipes').RuntimeFn<{
|