@axos-web-dev/shared-components 0.0.158 → 0.0.159
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 +0 -1
- package/dist/Button/Button.js +0 -1
- package/dist/Calculators/Calculator.js +0 -1
- package/dist/Carousel/index.js +0 -1
- package/dist/Chevron/index.js +0 -1
- package/dist/Comparison/Comparison.js +0 -1
- package/dist/FaqAccordion/index.js +0 -1
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +0 -1
- package/dist/Forms/ContactUsBusiness.js +0 -1
- package/dist/Forms/ContactUsNMLSId.js +0 -1
- package/dist/Forms/EmailOnly.js +0 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +0 -1
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +0 -1
- package/dist/Forms/SuccesForm.js +0 -1
- package/dist/Hyperlink/index.js +0 -1
- package/dist/ImageLink/ImageLink.js +0 -1
- package/dist/ImageLink/ImageLinkSet.js +0 -1
- package/dist/ImageLink/index.js +0 -1
- package/dist/Insight/Featured/CategorySelector.js +1 -2
- package/dist/Insight/Featured/Featured.js +2 -3
- package/dist/Insight/Featured/Header.js +0 -1
- package/dist/Modal/Modal.js +0 -1
- package/dist/NavigationMenu/AxosBank/NavData.js +0 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +0 -1
- package/dist/NavigationMenu/AxosBank/index.js +0 -1
- package/dist/SetContainer/SetContainer.js +0 -1
- package/dist/assets/Table/Table.css +9 -0
- package/package.json +1 -1
package/dist/Button/Button.js
CHANGED
package/dist/Carousel/index.js
CHANGED
package/dist/Chevron/index.js
CHANGED
|
@@ -73,7 +73,6 @@ import "../../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
73
73
|
import { footer_section, footer_wrapper, ft_col, ft_col_header, ft_col_subheader, nested_grid, app_col, footer_mobile, ft_panel_group, ft_panel } from "./FooterSiteMap.css.js";
|
|
74
74
|
import "../../ImageBillboard/ImageBillboard.css.js";
|
|
75
75
|
/* empty css */
|
|
76
|
-
import "react-wrap-balancer";
|
|
77
76
|
/* empty css */
|
|
78
77
|
/* empty css */
|
|
79
78
|
/* empty css */
|
package/dist/Forms/EmailOnly.js
CHANGED
package/dist/Forms/SuccesForm.js
CHANGED
package/dist/Hyperlink/index.js
CHANGED
|
@@ -69,7 +69,6 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
69
69
|
import { imageLinkContainer } from "../SetContainer/SetContainer.css.js";
|
|
70
70
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
71
71
|
/* empty css */
|
|
72
|
-
import "react-wrap-balancer";
|
|
73
72
|
/* empty css */
|
|
74
73
|
/* empty css */
|
|
75
74
|
/* empty css */
|
|
@@ -75,7 +75,6 @@ import "../HeroBanner/LargeBanner.css.js";
|
|
|
75
75
|
import "../HeroBanner/SelectionBanner.css.js";
|
|
76
76
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
77
77
|
import ImageLink from "./ImageLink.js";
|
|
78
|
-
import "react-wrap-balancer";
|
|
79
78
|
/* empty css */
|
|
80
79
|
/* empty css */
|
|
81
80
|
/* empty css */
|
package/dist/ImageLink/index.js
CHANGED
|
@@ -72,7 +72,6 @@ import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
72
72
|
/* empty css */
|
|
73
73
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
74
74
|
import { ImageLinkSet } from "./ImageLinkSet.js";
|
|
75
|
-
import "react-wrap-balancer";
|
|
76
75
|
/* empty css */
|
|
77
76
|
/* empty css */
|
|
78
77
|
/* empty css */
|
|
@@ -73,7 +73,6 @@ import "../../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
73
73
|
/* empty css */
|
|
74
74
|
import "../../ImageBillboard/ImageBillboard.css.js";
|
|
75
75
|
/* empty css */
|
|
76
|
-
import Balancer from "react-wrap-balancer";
|
|
77
76
|
import { featured_maingrid_img, featured_maingrid_item, featured_center_vertical } from "./Featured.css.js";
|
|
78
77
|
/* empty css */
|
|
79
78
|
/* empty css */
|
|
@@ -165,7 +164,7 @@ const InsightItem = (props) => {
|
|
|
165
164
|
}
|
|
166
165
|
),
|
|
167
166
|
/* @__PURE__ */ jsxs("div", { className: clsx(featured_maingrid_item, selector_grid_content), children: [
|
|
168
|
-
/* @__PURE__ */ jsx("h2", { className: clsx(title({ variant: "primary" }), selector_title), children:
|
|
167
|
+
/* @__PURE__ */ jsx("h2", { className: clsx(title({ variant: "primary" }), selector_title), children: itemTitle ?? "" }),
|
|
169
168
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
170
169
|
/* @__PURE__ */ jsx(ClockIcon, { className: clsx(featured_center_vertical) }),
|
|
171
170
|
" ",
|
|
@@ -75,7 +75,6 @@ import "../../FooterDisclosure/FooterDisclosure.css.js";
|
|
|
75
75
|
/* empty css */
|
|
76
76
|
import { supertag } from "../../ImageBillboard/ImageBillboard.css.js";
|
|
77
77
|
/* empty css */
|
|
78
|
-
import Balancer from "react-wrap-balancer";
|
|
79
78
|
/* empty css */
|
|
80
79
|
/* empty css */
|
|
81
80
|
import { featured_subgrid_item, featured_supertag, featured_subgrid_title, featured_center_vertical, featured_section, featured_title, featured_grid, featured_maingrid, featured_maingrid_img, featured_maingrid_item, featured_maingrid_title, featured_subgrid, featured_subgrid_divider } from "./Featured.css.js";
|
|
@@ -117,7 +116,7 @@ const FeaturedItem = (props) => {
|
|
|
117
116
|
const variant = getVariant(fullVariant);
|
|
118
117
|
return /* @__PURE__ */ jsxs("a", { href: url ?? "/", className: featured_subgrid_item, children: [
|
|
119
118
|
/* @__PURE__ */ jsx("h3", { className: clsx(supertag({ variant }), featured_supertag), children: supertagText ?? "" }),
|
|
120
|
-
/* @__PURE__ */ jsx("h2", { className: clsx(featured_subgrid_title, title({ variant })), children:
|
|
119
|
+
/* @__PURE__ */ jsx("h2", { className: clsx(featured_subgrid_title, title({ variant })), children: featureItemTitle ?? "" }),
|
|
121
120
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
122
121
|
/* @__PURE__ */ jsx(
|
|
123
122
|
ClockIcon,
|
|
@@ -162,7 +161,7 @@ const Featured = (props) => {
|
|
|
162
161
|
title({ variant: "primary" }),
|
|
163
162
|
featured_maingrid_title
|
|
164
163
|
),
|
|
165
|
-
children:
|
|
164
|
+
children: main?.title ?? ""
|
|
166
165
|
}
|
|
167
166
|
),
|
|
168
167
|
/* @__PURE__ */ jsxs("div", { children: [
|
package/dist/Modal/Modal.js
CHANGED
|
@@ -309,6 +309,15 @@ main > div:nth-last-child(2) > ._1nivbwe0 {
|
|
|
309
309
|
._1nivbwex {
|
|
310
310
|
border-radius: 0;
|
|
311
311
|
overflow: auto;
|
|
312
|
+
width: auto;
|
|
313
|
+
}
|
|
314
|
+
table:has(td:nth-child(3):is(:last-child)) {
|
|
315
|
+
min-width: unset;
|
|
316
|
+
width: 100%;
|
|
317
|
+
}
|
|
318
|
+
table:has(td:nth-child(2):is(:last-child)) {
|
|
319
|
+
min-width: unset;
|
|
320
|
+
width: 100%;
|
|
312
321
|
}
|
|
313
322
|
._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) td {
|
|
314
323
|
width: 30%;
|