@axos-web-dev/shared-components 1.0.100-dev.62-3 → 1.0.100-dev.64

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.
Files changed (43) hide show
  1. package/dist/Article/Article.d.ts +2 -1
  2. package/dist/Article/Article.js +13 -2
  3. package/dist/Forms/EmailOnly.js +2 -2
  4. package/dist/Forms/Forms.css.d.ts +1 -1
  5. package/dist/Forms/Forms.css.js +3 -3
  6. package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
  7. package/dist/IconBillboard/IconBillboard.css.js +11 -9
  8. package/dist/IconBillboard/index.js +2 -1
  9. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  10. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  11. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  12. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -6
  13. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +12 -12
  14. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  15. package/dist/NavigationMenu/AxosBank/SubNavBar.js +19 -19
  16. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  17. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  18. package/dist/WalnutIframe/wrapper.module.js +3 -3
  19. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
  20. package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
  21. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
  22. package/dist/assets/Carousel/Carousel.css +1 -1
  23. package/dist/assets/DownloadTile/DownloadTile.css +2 -2
  24. package/dist/assets/ExecutiveBio/ExecutiveBio.css +1 -1
  25. package/dist/assets/Forms/Forms.css +29 -25
  26. package/dist/assets/HelpArticle/HelpArticle.css +2 -2
  27. package/dist/assets/IconBillboard/IconBillboard.css +35 -28
  28. package/dist/assets/ImageBillboard/ImageBillboard.css +3 -3
  29. package/dist/assets/Inputs/Input.css +1 -1
  30. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  31. package/dist/assets/Insight/Insight.css +4 -4
  32. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
  33. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
  34. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
  35. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
  36. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
  37. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
  38. package/dist/assets/Topic/Topic.css +1 -1
  39. package/dist/assets/Typography/Typography.css +1 -1
  40. package/dist/assets/VideoTile/VideoTile.css +1 -1
  41. package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
  42. package/dist/main.js +2 -1
  43. package/package.json +1 -1
@@ -15,7 +15,7 @@
15
15
  }
16
16
  .un906l2 {
17
17
  font-size: 28px;
18
- font-weight: 600;
18
+ font-weight: 700;
19
19
  line-height: 36px;
20
20
  letter-spacing: 0.2px;
21
21
  font-family: var(--header-font-family);
@@ -1,6 +1,6 @@
1
1
  ._17xoant0 {
2
2
  font-family: var(--header-font-family);
3
- font-weight: 600;
3
+ font-weight: 700;
4
4
  font-size: 40px;
5
5
  }
6
6
  ._17xoant2 {
@@ -9,7 +9,7 @@
9
9
  ._16puo4g2 {
10
10
  color: var(--_1073cm85);
11
11
  font-size: 24px;
12
- font-weight: 600;
12
+ font-weight: 700;
13
13
  line-height: 32px;
14
14
  text-align: center;
15
15
  font-family: var(--header-font-family);
@@ -1,48 +1,48 @@
1
- @keyframes _shimmer_f1tr5_1 {
2
- from {
3
- transform: translateX(-100%);
4
- }
5
- to {
6
- transform: translateX(100%);
7
- }
8
- }
9
-
10
- ._wrapper_f1tr5_10 {
11
- background: #1e3860;
12
- border-radius: 8px;
13
- height: 555px;
14
- isolation: isolate;
15
- margin-block: 48px;
16
- }
17
-
18
- section > ._wrapper_f1tr5_10:first-child {
19
- margin-top: 0 !important;
20
- }
21
-
22
- ._wrapper_f1tr5_10::before {
23
- content: "";
24
- position: absolute;
25
- top: 0;
26
- left: 0;
27
- width: 190%;
28
- height: 100%;
29
- background: linear-gradient(
30
- 65deg,
31
- rgba(255, 255, 255, 0) 20%,
32
- rgba(255, 255, 255, 0.5) 50%,
33
- rgba(255, 255, 255, 0) 80%
34
- );
35
- animation: _shimmer_f1tr5_1 1.3s infinite linear;
36
- z-index: -1;
37
- }
38
-
39
- ._wrapper_control_f1tr5_39 {
40
- height: 100%;
41
- width: 100%;
42
- }
43
-
44
- @media (max-width: 1023px) {
45
- ._wrapper_f1tr5_10 {
46
- display: none;
47
- }
48
- }
1
+ @keyframes _shimmer_1wqdl_1 {
2
+ from {
3
+ transform: translateX(-100%);
4
+ }
5
+ to {
6
+ transform: translateX(100%);
7
+ }
8
+ }
9
+
10
+ ._wrapper_1wqdl_19 {
11
+ background: #1e3860;
12
+ border-radius: 8px;
13
+ height: 555px;
14
+ isolation: isolate;
15
+ margin-block: 48px;
16
+ }
17
+
18
+ section > ._wrapper_1wqdl_19:first-child {
19
+ margin-top: 0 !important;
20
+ }
21
+
22
+ ._wrapper_1wqdl_19::before {
23
+ content: "";
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 190%;
28
+ height: 100%;
29
+ background: linear-gradient(
30
+ 65deg,
31
+ rgba(255, 255, 255, 0) 20%,
32
+ rgba(255, 255, 255, 0.5) 50%,
33
+ rgba(255, 255, 255, 0) 80%
34
+ );
35
+ animation: _shimmer_1wqdl_1 1.3s infinite linear;
36
+ z-index: -1;
37
+ }
38
+
39
+ ._wrapper_control_1wqdl_77 {
40
+ height: 100%;
41
+ width: 100%;
42
+ }
43
+
44
+ @media (max-width: 1023px) {
45
+ ._wrapper_1wqdl_19 {
46
+ display: none;
47
+ }
48
+ }
package/dist/main.js CHANGED
@@ -108,7 +108,7 @@ import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item,
108
108
  import { selection_headline_text, selection_section, selection_section_bg, selection_section_content, selection_section_icon, selection_section_icon_img } from "./HeroBanner/SelectionBanner.css.js";
109
109
  import { Hyperlink } from "./Hyperlink/index.js";
110
110
  import { IconBillboard } from "./IconBillboard/IconBillboard.js";
111
- import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
111
+ import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, insightTitle, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard/IconBillboard.css.js";
112
112
  import { IconBillboardSet } from "./IconBillboard/IconBillboardSet.js";
113
113
  import { default as default2 } from "./icons/ArrowIcon/index.js";
114
114
  import { default as default3 } from "./icons/AxosX/index.js";
@@ -656,6 +656,7 @@ export {
656
656
  inner,
657
657
  input,
658
658
  inputStyle,
659
+ insightTitle,
659
660
  insight_header,
660
661
  insight_header_2,
661
662
  insight_header_3,
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.100-dev.62-3",
4
+ "version": "1.0.100-dev.64",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",