@axos-web-dev/shared-components 1.0.78 → 1.0.80

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.
@@ -764,7 +764,7 @@ function SubNavBar() {
764
764
  {
765
765
  className: `${styles.mt_8} ${styles.dd_media_img}`,
766
766
  children: /* @__PURE__ */ jsx(
767
- Image,
767
+ "img",
768
768
  {
769
769
  src: findMoreAxosDomains(
770
770
  "{AXOS}/images/17Q3IVqKwSGO9cMqFUWF4o/axos-one-nav.png"
@@ -1134,7 +1134,7 @@ function SubNavBar() {
1134
1134
  {
1135
1135
  className: `${styles.mt_8} ${styles.dd_media_img}`,
1136
1136
  children: /* @__PURE__ */ jsx(
1137
- Image,
1137
+ "img",
1138
1138
  {
1139
1139
  src: findMoreAxosDomains(
1140
1140
  "{AXOS}/images/6tVncmpCfCXbilZHhFUYJ5/nav-submenu-borrow.webp"
@@ -1501,7 +1501,7 @@ function SubNavBar() {
1501
1501
  {
1502
1502
  className: `${styles.mt_8} ${styles.dd_media_img}`,
1503
1503
  children: /* @__PURE__ */ jsx(
1504
- Image,
1504
+ "img",
1505
1505
  {
1506
1506
  src: findMoreAxosDomains(
1507
1507
  "{AXOS}/images/2bREH0KGxe7C82N4cdathQ/nav-submenu-invest.webp"
@@ -1767,7 +1767,7 @@ function SubNavBar() {
1767
1767
  {
1768
1768
  className: `${styles.mt_8} ${styles.dd_media_img}`,
1769
1769
  children: /* @__PURE__ */ jsx(
1770
- Image,
1770
+ "img",
1771
1771
  {
1772
1772
  src: findMoreAxosDomains(
1773
1773
  "{AXOS}/images/4vSUrmXEbK80FeuAfe2fqJ/nav-submenu-plan.webp"
@@ -2038,7 +2038,7 @@ function SubNavBar() {
2038
2038
  {
2039
2039
  className: `${styles.mt_8} ${styles.dd_media_img}`,
2040
2040
  children: /* @__PURE__ */ jsx(
2041
- Image,
2041
+ "img",
2042
2042
  {
2043
2043
  src: findMoreAxosDomains(
2044
2044
  "{AXOS}/images/5vHrV4m3DbDQt13GOahbYA/nav-submenu-sbb.png"
@@ -2443,7 +2443,7 @@ function SubNavBar() {
2443
2443
  {
2444
2444
  className: `${styles.mt_8} ${styles.dd_media_img}`,
2445
2445
  children: /* @__PURE__ */ jsx(
2446
- Image,
2446
+ "img",
2447
2447
  {
2448
2448
  src: findMoreAxosDomains(
2449
2449
  "{AXOS}/images/7rELrrwmhLt5Bz9KqxLgMM/nav-submen-combank.png"
@@ -2742,7 +2742,7 @@ function SubNavBar() {
2742
2742
  {
2743
2743
  className: `${styles.mt_8} ${styles.dd_media_img}`,
2744
2744
  children: /* @__PURE__ */ jsx(
2745
- Image,
2745
+ "img",
2746
2746
  {
2747
2747
  src: findMoreAxosDomains(
2748
2748
  "{AXOS}/images/6PMA1kEss89S6m1BawAltW/nav-submenu-comlending.png"
@@ -3014,7 +3014,7 @@ function SubNavBar() {
3014
3014
  {
3015
3015
  className: `${styles.mt_8} ${styles.dd_media_img}`,
3016
3016
  children: /* @__PURE__ */ jsx(
3017
- Image,
3017
+ "img",
3018
3018
  {
3019
3019
  src: findMoreAxosDomains(
3020
3020
  "{AXOS}/images/6YLFvmdNVGWcf3bFlimNSs/nav-submenu-wholelending.png"
@@ -3174,7 +3174,7 @@ function SubNavBar() {
3174
3174
  {
3175
3175
  className: `${styles.mt_8} ${styles.dd_media_img}`,
3176
3176
  children: /* @__PURE__ */ jsx(
3177
- Image,
3177
+ "img",
3178
3178
  {
3179
3179
  src: findMoreAxosDomains(
3180
3180
  "{AXOS}/images/3wtG13mXSTgSzMoB0YU3Ot/nav-submenu-dealer.png"
@@ -158,14 +158,16 @@ const SetContainer = ({
158
158
  eyebrow && /* @__PURE__ */ jsx(
159
159
  "span",
160
160
  {
161
- className: `mb_32 ${heroSupertag({ variant: container_variant })}`,
161
+ className: heroSupertag({ variant: container_variant }),
162
+ role: "heading",
163
+ "aria-level": 2,
162
164
  children: eyebrow
163
165
  }
164
166
  ),
165
167
  headline && /* @__PURE__ */ jsx(
166
168
  "h2",
167
169
  {
168
- className: `header_2 ${header_section({ variant: container_variant })}`,
170
+ className: `header_1 ${header_section({ variant: container_variant })}`,
169
171
  children: headline
170
172
  }
171
173
  ),
@@ -44,7 +44,7 @@
44
44
  ._1ye8k3fd {
45
45
  display: block;
46
46
  font: 700 14px / 1.3 var(--main-font-family);
47
- margin-bottom: 2px;
47
+ margin-bottom: 4px;
48
48
  letter-spacing: .2px;
49
49
  }
50
50
  ._1ye8k3fe {
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.78",
4
+ "version": "1.0.80",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",