@axos-web-dev/shared-components 0.0.153 → 0.0.155

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.
@@ -1,6 +1,6 @@
1
- const quote_spacer = "_quote_spacer_4e152_1";
2
- const author = "_author_4e152_8";
3
- const quote = "_quote_4e152_1";
1
+ const quote_spacer = "_quote_spacer_1r8g1_1";
2
+ const author = "_author_1r8g1_13";
3
+ const quote = "_quote_1r8g1_1";
4
4
  const css = {
5
5
  quote_spacer,
6
6
  author,
@@ -568,7 +568,7 @@ function SubNavBar() {
568
568
  children: [
569
569
  /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
570
570
  /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos ONE" }),
571
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Explore the benefits of our newest account bundle with up to 4.86% APY on Savings, 0.51% on Checking, plus early paydays and no monthly fees." })
571
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Explore the benefits of our newest account bundle with up to 4.86% APY on Savings, up to 0.51% on Checking, plus early paydays and no maintenance fees." })
572
572
  ] }),
573
573
  /* @__PURE__ */ jsx(
574
574
  "div",
@@ -1,69 +1,68 @@
1
- ._quote_spacer_4e152_1 {
2
- line-height: 1.35;
3
- margin-bottom: clamp(0.99rem, 0.7vw + 0.82rem, 1.38rem);
4
- margin-inline: auto;
5
- margin-top: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
6
- }
7
-
8
- ._author_4e152_8,
9
- ._quote_4e152_1 {
10
- color: #333d46;
11
- }
12
-
13
- ._author_4e152_8 {
14
- text-align: right;
15
- margin-top: 18px;
16
- }
17
-
18
- ._author_4e152_8 cite {
19
- font-style: normal;
20
- }
21
-
22
- ._quote_spacer_4e152_1 .img_fluid {
23
- margin-right: 24px;
24
- transform: rotateY(180deg) scaleY(-1);
25
- }
26
-
27
- ._quote_spacer_4e152_1 .flex_row {
28
- align-items: flex-start;
29
- }
30
-
31
- ._quote_4e152_1 p {
32
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
33
- font-style: italic;
34
- line-height: 1.2;
35
- }
36
-
37
- @media (max-width: 768px) {
38
- ._quote_spacer_4e152_1 .img_fluid {
39
- max-width: 30px;
40
- margin-right: 12px;
41
- }
42
- ._author_4e152_8 {
43
- margin-top: 14px;
44
- }
45
- ._quote_4e152_1 p {
46
- font-size: 18px;
47
- }
48
- ._author_4e152_8 cite {
49
- font-size: 14px;
50
- }
51
- }
52
-
53
- @media (max-width: 500px) {
54
- ._author_4e152_8 {
55
- margin-top: 12px;
56
- }
57
- }
58
-
59
- @media (min-width: 604px) {
60
- ._quote_spacer_4e152_1 {
61
- width: min(calc(100% - 2rem), 792px);
62
- }
63
- }
64
-
65
- @media (min-width: 1023px) {
66
- ._quote_4e152_1 p {
67
- font-weight: 600;
68
- }
69
- }
1
+ ._quote_spacer_1r8g1_1 {
2
+ line-height: 1.35;
3
+ margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
+ margin-inline: auto;
5
+ }
6
+
7
+ ._author_1r8g1_13,
8
+ ._quote_1r8g1_1 {
9
+ color: #333d46;
10
+ }
11
+
12
+ ._author_1r8g1_13 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_1r8g1_13 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_1r8g1_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_1r8g1_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_1r8g1_1 p {
31
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
+ font-style: italic;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ @media (max-width: 768px) {
37
+ ._quote_spacer_1r8g1_1 .img_fluid {
38
+ max-width: 30px;
39
+ margin-right: 12px;
40
+ }
41
+ ._author_1r8g1_13 {
42
+ margin-top: 14px;
43
+ }
44
+ ._quote_1r8g1_1 p {
45
+ font-size: 18px;
46
+ }
47
+ ._author_1r8g1_13 cite {
48
+ font-size: 14px;
49
+ }
50
+ }
51
+
52
+ @media (max-width: 500px) {
53
+ ._author_1r8g1_13 {
54
+ margin-top: 12px;
55
+ }
56
+ }
57
+
58
+ @media (min-width: 604px) {
59
+ ._quote_spacer_1r8g1_1 {
60
+ width: min(calc(100% - 2rem), 792px);
61
+ }
62
+ }
63
+
64
+ @media (min-width: 1023px) {
65
+ ._quote_1r8g1_1 p {
66
+ font-weight: 600;
67
+ }
68
+ }
@@ -88,6 +88,9 @@
88
88
  ._1r5w2ux2 {
89
89
  display: block;
90
90
  }
91
+ ._1r5w2ux3 ul, ._1r5w2ux4 ul {
92
+ padding: 0px 20px 0px 24px;
93
+ }
91
94
  }
92
95
  @media (min-width: 1024px) {
93
96
  ._1r5w2ux3:nth-child(2):is(:nth-last-child(2)) {
@@ -58,11 +58,25 @@ article.containment {
58
58
  font-size: 28px;
59
59
  line-height: 36px;
60
60
  }
61
+ .insight :is(ul,ol) {
62
+ margin-bottom: 10px;
63
+ }
64
+ .insight .section_spacer:has(>img[style]:only-child) {
65
+ margin-bottom: 3.5rem;
66
+ }
67
+ @media screen and (max-width:1023px) {
68
+ .insight .section_spacer:has(>img[style]:only-child) {
69
+ margin-bottom: 42px;
70
+ }
71
+ }
61
72
  @media screen and (max-width:768px) {
62
73
  article.containment {
63
74
  max-width: unset;
64
75
  width: min(1200px, calc(100% - 4rem));
65
76
  }
77
+ .insight .section_spacer:has(>img[style]:only-child) {
78
+ margin-bottom: 2rem;
79
+ }
66
80
  }
67
81
  @media (max-width: 768px) {
68
82
  .insight .related_articles {
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": "0.0.153",
4
+ "version": "0.0.155",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",