@axos-web-dev/shared-components 1.0.77-patch.46-chatbot.1 → 1.0.77-patch.47

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.
@@ -51,8 +51,8 @@ import "../Carousel/index.js";
51
51
  /* empty css */
52
52
  import "../Chatbot/store/chat.js";
53
53
  import "../Chatbot/authenticate.js";
54
- import "react-use";
55
54
  import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
55
+ import "react-use";
56
56
  /* empty css */
57
57
  import "../Chatbot/store/messages.js";
58
58
  /* empty css */
@@ -1,4 +1,3 @@
1
- import "./Chatbot.css.ts.vanilla.css.js";
2
1
  import '../assets/Chatbot/ChatWindow.css';/* empty css */
3
2
  var windowStyle = "_13n1jqk0";
4
3
  var windowOpenStyle = "_13n1jqk1";
@@ -1,3 +1,4 @@
1
+ import "./Chatbot.css.ts.vanilla.css.js";
1
2
  var chatbotAXB = "_1hpv6vm0";
2
3
  var chatbotUFB = "_1hpv6vm1";
3
4
  export {
@@ -448,7 +448,6 @@ const AxosFooterSiteMap = ({
448
448
  children: "Wholesale Lending"
449
449
  }
450
450
  ) }),
451
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXA}"), children: "Financial Advisors" }) }),
452
451
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
453
452
  "a",
454
453
  {
@@ -901,7 +900,6 @@ const AxosFooterSiteMap = ({
901
900
  children: "Wholesale Lending"
902
901
  }
903
902
  ) }),
904
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXA}"), children: "Financial Advisors" }) }),
905
903
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
906
904
  "a",
907
905
  {
@@ -60,8 +60,8 @@ import "../Carousel/index.js";
60
60
  /* empty css */
61
61
  import "../Chatbot/store/chat.js";
62
62
  import "../Chatbot/authenticate.js";
63
- import "react-use";
64
63
  import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
64
+ import "react-use";
65
65
  /* empty css */
66
66
  import "../Chatbot/store/messages.js";
67
67
  /* empty css */
@@ -210,7 +210,6 @@ export declare const menuData: {
210
210
  "Meet the Team": string;
211
211
  };
212
212
  };
213
- "Financial Advisors": string;
214
213
  "Dealer Services": {
215
214
  "Dealer Services": {
216
215
  "Dealer Services Home": string;
@@ -558,7 +558,6 @@ const menuData = {
558
558
  )
559
559
  }
560
560
  },
561
- "Financial Advisors": findMoreAxosDomains("{AXA}"),
562
561
  "Dealer Services": {
563
562
  "Dealer Services": {
564
563
  "Dealer Services Home": findMoreAxosDomains(
@@ -600,23 +600,6 @@ function SubNavBar() {
600
600
  ]
601
601
  }
602
602
  ),
603
- /* @__PURE__ */ jsx(
604
- "li",
605
- {
606
- className: styles.sub_nav_link,
607
- onMouseEnter: handleMouseLeave,
608
- role: "menuitem",
609
- children: /* @__PURE__ */ jsx(
610
- Link,
611
- {
612
- href: findMoreAxosDomains("{AXA}"),
613
- id: "partNav4",
614
- "aria-label": "Press Enter to navigate to the Axos Advisor website (www.axosadvisor.com). Owned and operated by Axos Bank.",
615
- children: "Financial Advisors"
616
- }
617
- )
618
- }
619
- ),
620
603
  /* @__PURE__ */ jsxs(
621
604
  "li",
622
605
  {
@@ -218,7 +218,7 @@
218
218
  padding: 0 1rem;
219
219
  }
220
220
  @media (hover: none) and (pointer: coarse) {
221
- body:has(._1hpv6vm1), body:has(._1hpv6vm0) {
221
+ body:has(._1hpv6vm1 ._13n1jqk1), body:has(._1hpv6vm0 ._13n1jqk1) {
222
222
  overscroll-behavior: contain;
223
223
  overflow: hidden;
224
224
  }
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": "1.0.77-patch.46-chatbot.1",
4
+ "version": "1.0.77-patch.47",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",