@axos-web-dev/shared-components 0.0.96 → 0.0.98
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.
|
@@ -203,7 +203,7 @@ const ContactUsAAS = ({
|
|
|
203
203
|
variant,
|
|
204
204
|
defaultValue: "",
|
|
205
205
|
children: [
|
|
206
|
-
/* @__PURE__ */ jsx("option", { value: "", children: "Select
|
|
206
|
+
/* @__PURE__ */ jsx("option", { value: "", children: "Select Option" }),
|
|
207
207
|
/* @__PURE__ */ jsx("option", { value: "$0 - $25M", children: "$0 — $25M" }),
|
|
208
208
|
/* @__PURE__ */ jsx("option", { value: "$26M - $150M", children: "$26M — $150M" }),
|
|
209
209
|
/* @__PURE__ */ jsx("option", { value: "$151M - $500M", children: "$151M — $500M" }),
|
|
@@ -481,7 +481,7 @@ function NavBar() {
|
|
|
481
481
|
{
|
|
482
482
|
className: clsx(
|
|
483
483
|
styles.icon_wrap,
|
|
484
|
-
|
|
484
|
+
isOpenProducts4 && styles.open
|
|
485
485
|
),
|
|
486
486
|
children: /* @__PURE__ */ jsx(
|
|
487
487
|
"svg",
|
|
@@ -508,7 +508,7 @@ function NavBar() {
|
|
|
508
508
|
/* @__PURE__ */ jsxs(
|
|
509
509
|
"div",
|
|
510
510
|
{
|
|
511
|
-
className: clsx(styles.sub_menu,
|
|
511
|
+
className: clsx(styles.sub_menu, isOpenProducts4 && expand),
|
|
512
512
|
children: [
|
|
513
513
|
/* @__PURE__ */ jsx(
|
|
514
514
|
"a",
|