@axos-web-dev/shared-components 1.0.84 → 1.0.85

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.
@@ -622,7 +622,7 @@ const BuyDownCalculator = ({
622
622
  id: "mooringOutsideContinentalUS",
623
623
  ...register("mooringOutsideContinentalUS"),
624
624
  value: 0.5,
625
- radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
625
+ radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
626
626
  groupName: "dependentInputs",
627
627
  disabled: disableMooringOutside
628
628
  }
@@ -121,6 +121,9 @@ export declare const menuData: {
121
121
  "Non-Profit Money Market": string;
122
122
  "Business CDs": string;
123
123
  };
124
+ Bundles: {
125
+ "Axos Business Bundle": string;
126
+ };
124
127
  Services: {
125
128
  "Services Home": string;
126
129
  "Merchant Services": string;
@@ -362,6 +362,11 @@ const menuData = {
362
362
  "{AXOSBANK}/business/savings/business-cds"
363
363
  )
364
364
  },
365
+ Bundles: {
366
+ "Axos Business Bundle": findMoreAxosDomains(
367
+ "{AXOSBANK}/business/axos-business-bundle"
368
+ )
369
+ },
365
370
  Services: {
366
371
  "Services Home": findMoreAxosDomains("{AXOSBANK}/business/services"),
367
372
  "Merchant Services": findMoreAxosDomains(
@@ -2232,6 +2232,38 @@ function SubNavBar() {
2232
2232
  ) })
2233
2233
  ] })
2234
2234
  ] }),
2235
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2236
+ /* @__PURE__ */ jsx(
2237
+ Image,
2238
+ {
2239
+ src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
2240
+ alt: "",
2241
+ width: 20,
2242
+ height: 20
2243
+ }
2244
+ ),
2245
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2246
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2247
+ Link,
2248
+ {
2249
+ href: findMoreAxosDomains(
2250
+ "{AXOSBANK}/business/axos-business-bundle"
2251
+ ),
2252
+ role: "heading",
2253
+ children: "Bundles"
2254
+ }
2255
+ ) }),
2256
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2257
+ Link,
2258
+ {
2259
+ href: findMoreAxosDomains(
2260
+ "{AXOSBANK}/business/axos-business-bundle"
2261
+ ),
2262
+ children: "Axos Business Bundle"
2263
+ }
2264
+ ) })
2265
+ ] })
2266
+ ] }),
2235
2267
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2236
2268
  /* @__PURE__ */ jsx(
2237
2269
  Image,
@@ -1,47 +1,47 @@
1
- @keyframes _shimmer_pwl74_1 {
2
- from {
3
- transform: translateX(-100%);
4
- }
5
- to {
6
- transform: translateX(100%);
7
- }
8
- }
9
-
10
- ._loader_pwl74_10 {
11
- height: 100%;
12
- width: 100%;
13
- inset: 0;
14
- }
15
-
16
- ._loading_pwl74_16 {
17
- position: relative;
18
- width: 100%;
19
- height: 100%;
20
- overflow: hidden;
21
- background: #1e3860;
22
- }
23
-
24
- ._1es6o1h0 ._loading_pwl74_16 {
25
- background-color: var(--_1073cm8f);
26
- }
27
-
28
- .fl2fv50 ._loading_pwl74_16 {
29
- background-color: #28587d;
30
- }
31
-
32
- ._loading_pwl74_16::before {
33
- content: "";
34
- position: absolute;
35
- top: 0;
36
- left: 0;
37
- width: 190%;
38
- height: 100%;
39
- background: linear-gradient(
40
- 65deg,
41
- rgba(255, 255, 255, 0) 20%,
42
- rgba(255, 255, 255, 0.5) 50%,
43
- rgba(255, 255, 255, 0) 80%
44
- );
45
- animation: _shimmer_pwl74_1 1.3s infinite linear;
46
- z-index: 1;
47
- }
1
+ @keyframes _shimmer_1cu2x_1 {
2
+ from {
3
+ transform: translateX(-100%);
4
+ }
5
+ to {
6
+ transform: translateX(100%);
7
+ }
8
+ }
9
+
10
+ ._loader_1cu2x_19 {
11
+ height: 100%;
12
+ width: 100%;
13
+ inset: 0;
14
+ }
15
+
16
+ ._loading_1cu2x_31 {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 100%;
20
+ overflow: hidden;
21
+ background: #1e3860;
22
+ }
23
+
24
+ ._1es6o1h0 ._loading_1cu2x_31 {
25
+ background-color: var(--_1073cm8f);
26
+ }
27
+
28
+ .fl2fv50 ._loading_1cu2x_31 {
29
+ background-color: #28587d;
30
+ }
31
+
32
+ ._loading_1cu2x_31::before {
33
+ content: "";
34
+ position: absolute;
35
+ top: 0;
36
+ left: 0;
37
+ width: 190%;
38
+ height: 100%;
39
+ background: linear-gradient(
40
+ 65deg,
41
+ rgba(255, 255, 255, 0) 20%,
42
+ rgba(255, 255, 255, 0.5) 50%,
43
+ rgba(255, 255, 255, 0) 80%
44
+ );
45
+ animation: _shimmer_1cu2x_1 1.3s infinite linear;
46
+ z-index: 1;
47
+ }
@@ -1,6 +1,6 @@
1
- import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "_loader_pwl74_10";
2
- const loading = "_loading_pwl74_16";
3
- const shimmer = "_shimmer_pwl74_1";
1
+ import '../../assets/utils/optimizeImage/optimizeImage.css.css';const loader = "_loader_1cu2x_19";
2
+ const loading = "_loading_1cu2x_31";
3
+ const shimmer = "_shimmer_1cu2x_1";
4
4
  const css = {
5
5
  loader,
6
6
  loading,
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.84",
4
+ "version": "1.0.85",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",