@axos-web-dev/shared-components 0.0.11 → 0.0.12

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 (60) hide show
  1. package/dist/ApyCalculator/index.js +3 -2
  2. package/dist/Button/Button.d.ts +24 -0
  3. package/dist/Button/Button.js +31 -0
  4. package/dist/Button/GoBackButton.d.ts +3 -0
  5. package/dist/Button/GoBackButton.js +15 -0
  6. package/dist/Button/index.d.ts +3 -21
  7. package/dist/Button/index.js +5 -20
  8. package/dist/CallToActionBar/index.js +30 -36
  9. package/dist/CollectInformationAlert/index.js +4 -1
  10. package/dist/ContentBanner/index.js +4 -1
  11. package/dist/Forms/ScheduleCall.d.ts +2 -1
  12. package/dist/Forms/ScheduleCall.js +9 -11
  13. package/dist/HeroBanner/index.js +4 -1
  14. package/dist/IconBillboard/IconBillboard.d.ts +3 -1
  15. package/dist/IconBillboard/IconBillboard.interface.d.ts +2 -0
  16. package/dist/IconBillboard/IconBillboard.js +49 -34
  17. package/dist/IconBillboard/IconBillboardSet.js +50 -56
  18. package/dist/ImageBillboard/ImageBillboard.css.d.ts +1 -0
  19. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +3 -0
  20. package/dist/ImageBillboard/ImageBillboard.js +4 -1
  21. package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
  22. package/dist/ImageBillboard/ImageBillboardSet.js +12 -3
  23. package/dist/Input/Input.css.js +5 -0
  24. package/dist/MainHTML/index.d.ts +1 -1
  25. package/dist/Modal/index.js +4 -2
  26. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +1 -0
  27. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +7 -0
  28. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  29. package/dist/NavigationMenu/AxosAdvisor/NavData.d.ts +4 -0
  30. package/dist/NavigationMenu/AxosAdvisor/NavData.js +10 -0
  31. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +46 -30
  32. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.d.ts +4 -0
  33. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +13 -0
  34. package/dist/NavigationMenu/AxosAdvisor/index.js +184 -142
  35. package/dist/NavigationMenu/AxosFiduciary/index.js +12 -6
  36. package/dist/SetContainer/SetContainer.js +1 -0
  37. package/dist/Table/Table.css.d.ts +19 -6
  38. package/dist/Table/Table.css.js +5 -1
  39. package/dist/Table/Table.d.ts +3 -3
  40. package/dist/Table/Table.interface.d.ts +2 -0
  41. package/dist/Table/Table.js +8 -5
  42. package/dist/Table/index.js +3 -1
  43. package/dist/VideoTile/VideoTile.js +2 -2
  44. package/dist/assets/CallToActionBar/CallToActionBar.css +19 -8
  45. package/dist/assets/ContentBanner/ContentBanner.css +2 -0
  46. package/dist/assets/Forms/Forms.css +7 -5
  47. package/dist/assets/IconBillboard/IconBillboard.css +8 -2
  48. package/dist/assets/ImageBillboard/ImageBillboard.css +29 -0
  49. package/dist/assets/Input/Input.css +5 -1
  50. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +5 -0
  51. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +125 -122
  52. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +17 -0
  53. package/dist/assets/SetContainer/SetContainer.css +6 -1
  54. package/dist/assets/Table/Table.css +61 -21
  55. package/dist/assets/VideoTile/VideoTile.css +1 -0
  56. package/dist/assets/globals.css +0 -3
  57. package/dist/main.js +8 -2
  58. package/package.json +1 -1
  59. package/dist/NavigationMenu/AxosFiduciary/MobileToggle.d.ts +0 -2
  60. package/dist/NavigationMenu/AxosFiduciary/MobileToggle.js +0 -120
@@ -14,12 +14,16 @@
14
14
  -webkit-text-fill-color: transparent;
15
15
  }
16
16
  ._1nivbwe3 tbody tr:first-child td {
17
- background-color: #DEF4FF;
18
- color: var(--_1073cm82);
17
+ background-color: #DEF4FF !important;
18
+ background: #DEF4FF !important;
19
+ color: #1E3860;
20
+ font-size: 20px;
19
21
  }
20
22
  ._1nivbwe4 tbody tr:last-child td {
21
- background-color: #DEF4FF;
22
- color: var(--_1073cm82);
23
+ background-color: #DEF4FF !important;
24
+ background: #DEF4FF !important;
25
+ color: #1E3860;
26
+ font-size: 20px;
23
27
  }
24
28
  ._1nivbwe5 {
25
29
  font-size: 16px;
@@ -50,6 +54,10 @@
50
54
  padding: 16px;
51
55
  border-bottom: thin solid #F4F4F4;
52
56
  }
57
+ ._1nivbweb:first-child {
58
+ position: sticky;
59
+ left: 0;
60
+ }
53
61
  ._1nivbwec {
54
62
  color: #4A5560;
55
63
  background: var(--_1073cm81);
@@ -103,7 +111,7 @@
103
111
  }
104
112
  ._1nivbwek:first-child {
105
113
  background: var(--_1073cm8f);
106
- color: var(--_1073cm8g) !important;
114
+ color: var(--_1073cm8g);
107
115
  }
108
116
  ._1nivbwel {
109
117
  color: var(--_1073cm8n);
@@ -111,7 +119,7 @@
111
119
  }
112
120
  ._1nivbwel:first-child {
113
121
  background: var(--_1073cm8m);
114
- color: var(--_1073cm8n) !important;
122
+ color: var(--_1073cm8n);
115
123
  }
116
124
  ._1nivbwen {
117
125
  background: #F4F4F4;
@@ -123,40 +131,55 @@ tr:last-child td {
123
131
  border-bottom: 0;
124
132
  }
125
133
  ._1nivbwep {
134
+ width: 100%;
135
+ overflow: hidden;
136
+ margin: auto;
137
+ border-radius: 1rem;
138
+ }
139
+ ._1nivbweq {
140
+ border: 1px solid var(--_1073cm87);
141
+ }
142
+ ._1nivbwer {
143
+ border: 1px solid var(--_1073cm8e);
144
+ }
145
+ ._1nivbwes {
146
+ border: none;
147
+ }
148
+ ._1nivbwet {
149
+ border: none;
150
+ }
151
+ ._1nivbweu {
126
152
  background-color: white;
127
153
  position: relative;
128
- border-radius: 1rem;
129
154
  overflow: hidden;
130
155
  border-collapse: separate;
131
156
  border-spacing: 0;
132
- border: 1px solid #F4F4F4;
133
157
  height: 100%;
134
158
  width: 100%;
135
- min-width: 1200px;
136
159
  table-layout: fixed;
137
160
  }
138
- ._1nivbweq {
161
+ ._1nivbwev {
139
162
  background: var(--_1073cm81);
140
- border: 1px solid var(--_1073cm87);
141
163
  }
142
- ._1nivbwer {
164
+ ._1nivbwew {
143
165
  background: var(--_1073cm88);
144
- border: 1px solid var(--_1073cm8e);
145
166
  }
146
- ._1nivbwes {
167
+ ._1nivbwex {
147
168
  background: var(--_1073cm8f);
148
- border: 1px solid var(--_1073cm8l);
149
169
  }
150
- ._1nivbwet {
170
+ ._1nivbwey {
151
171
  background: var(--_1073cm8m);
152
- border: 1px solid var(--_1073cm8s);
172
+ }
173
+ ._1nivbweq ._1nivbwez tr:nth-child(odd) td {
174
+ background: #F4F4F4;
175
+ }
176
+ ._1nivbwer ._1nivbwez tr:nth-child(odd) td {
177
+ background: #FFFFFF;
153
178
  }
154
179
  @media screen and (max-width: 768px) {
155
180
  ._1nivbweb:first-child {
156
- position: sticky;
157
181
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
158
182
  z-index: 2;
159
- left: 0;
160
183
  top: 0;
161
184
  width: 25%;
162
185
  }
@@ -174,9 +197,22 @@ tr:last-child td {
174
197
  z-index: 2;
175
198
  width: 25%;
176
199
  }
177
- ._1nivbwep {
200
+ ._1nivbweu {
178
201
  border-radius: 0;
179
202
  overflow: auto;
203
+ min-width: 900px;
204
+ width: auto;
205
+ }
206
+ }
207
+ @media screen and (max-width: 400px) {
208
+ ._1nivbweb:first-child {
209
+ width: 20%;
210
+ }
211
+ ._1nivbweh:first-child {
212
+ width: 20%;
213
+ }
214
+ ._1nivbweu {
215
+ min-width: 650px;
180
216
  }
181
217
  }
182
218
  @media screen and (max-width: 327px) {
@@ -189,7 +225,7 @@ tr:last-child td {
189
225
  ._1nivbwel:first-child {
190
226
  background-image: var(--_1073cm8m);
191
227
  }
192
- ._1nivbwep {
228
+ ._1nivbweu {
193
229
  overflow-x: auto;
194
230
  }
195
231
  }
@@ -198,4 +234,8 @@ tr:last-child td {
198
234
  font-size: 28px;
199
235
  line-height: 1.29;
200
236
  }
237
+ ._1nivbwep {
238
+ border-radius: 0;
239
+ overflow-x: scroll;
240
+ }
201
241
  }
@@ -63,6 +63,7 @@
63
63
  }
64
64
  ._16puo4gb {
65
65
  max-height: 304px;
66
+ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
66
67
  }
67
68
  ._16puo4gc {
68
69
  display: none;
@@ -27,7 +27,6 @@ a {
27
27
  }
28
28
  body {
29
29
  font-family: var(--main-font-family);
30
- font-family: sans-serif;
31
30
  font-size: 16px;
32
31
  line-height: 1.39;
33
32
  letter-spacing: 0.2px;
@@ -127,11 +126,9 @@ body {
127
126
  line-height: 26px;
128
127
  letter-spacing: 0.2px;
129
128
  font-family: var(--main-font-family);
130
- font-family: sans-serif;
131
129
  }
132
130
  h1, h2, h3, h4, h5, h6 {
133
131
  font-family: var(--header-font-family);
134
- font-family: sans-serif;
135
132
  }
136
133
  .header_1 {
137
134
  font-size: 2.5rem;
package/dist/main.js CHANGED
@@ -4,7 +4,9 @@ import { accordion, bodyAccordion, headerAccordion, headerContent, hide, icon, p
4
4
  import { AlertBanner } from "./AlertBanner/index.js";
5
5
  import { ApyCalculator } from "./ApyCalculator/index.js";
6
6
  import { BulletItem } from "./BulletItem/BulletItem.js";
7
- import { Button } from "./Button/index.js";
7
+ import { Button } from "./Button/Button.js";
8
+ import { button } from "./Button/Button.css.js";
9
+ import { GoBackButton } from "./Button/GoBackButton.js";
8
10
  import { CallToActionBar } from "./CallToActionBar/index.js";
9
11
  import { Carousel, CarouselSlide } from "./Carousel/index.js";
10
12
  import { Chevron } from "./Chevron/index.js";
@@ -34,7 +36,7 @@ import { SecondaryFooter } from "./SecondaryFooter/index.js";
34
36
  import { SetContainer } from "./SetContainer/SetContainer.js";
35
37
  import { inline_container } from "./SetContainer/SetContainer.css.js";
36
38
  import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table/Table.js";
37
- import { bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, table_container, table_container_text, table_headline, td, th } from "./Table/Table.css.js";
39
+ import { alternate_color_rows, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_headline, td, th } from "./Table/Table.css.js";
38
40
  import { TextBlock } from "./TextBlock/TextBlock.js";
39
41
  import { textBlockHeader, textBlockList, textBlockParagraph } from "./TextBlock/TextBlock.css.js";
40
42
  import { VideoInit } from "./VideoTile/VideoInit.js";
@@ -69,6 +71,7 @@ export {
69
71
  FooterDisclosure,
70
72
  FooterIcons,
71
73
  FooterParagraph,
74
+ GoBackButton,
72
75
  HeroBanner,
73
76
  IconBillboard,
74
77
  IconBillboardSet,
@@ -97,6 +100,7 @@ export {
97
100
  VideoWrapper,
98
101
  accordion,
99
102
  actions,
103
+ alternate_color_rows,
100
104
  associatedEmail,
101
105
  axosTheme,
102
106
  billboard,
@@ -109,6 +113,7 @@ export {
109
113
  body,
110
114
  bodyAccordion,
111
115
  bodyHeader,
116
+ button,
112
117
  buttons,
113
118
  containerIconBillboard,
114
119
  content,
@@ -154,6 +159,7 @@ export {
154
159
  single_container,
155
160
  supertag,
156
161
  table,
162
+ tableWrapper,
157
163
  table_container,
158
164
  table_container_text,
159
165
  table_headline,
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.11",
4
+ "version": "0.0.12",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -1,2 +0,0 @@
1
- declare const MobileToggle: () => import("react/jsx-runtime").JSX.Element;
2
- export default MobileToggle;
@@ -1,120 +0,0 @@
1
- "use client";
2
- import { jsxs, jsx } from "react/jsx-runtime";
3
- import clsx from "clsx";
4
- import { useState } from "react";
5
- import { NavItem } from "../NavItem/index.js";
6
- import styles from "./NavBar.module.js";
7
- import { navItems } from "./NavData.js";
8
- const MobileToggle = () => {
9
- const [isOpenMobile, setisOpenMobile] = useState(false);
10
- const mobileToggle = () => setisOpenMobile(!isOpenMobile);
11
- return /* @__PURE__ */ jsxs("header", { children: [
12
- /* @__PURE__ */ jsx("div", { className: `${styles.header} bg_white`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.header_main_row} flex_row between middle`, children: [
13
- /* @__PURE__ */ jsx(
14
- "button",
15
- {
16
- className: clsx(styles.mobile_only, styles.hamburger),
17
- onClick: mobileToggle,
18
- children: /* @__PURE__ */ jsx(
19
- "svg",
20
- {
21
- width: 24,
22
- height: 24,
23
- viewBox: "0 0 24 24",
24
- fill: "none",
25
- xmlns: "http://www.w3.org/2000/svg",
26
- children: /* @__PURE__ */ jsx(
27
- "path",
28
- {
29
- fillRule: "evenodd",
30
- clipRule: "evenodd",
31
- d: "M22.5 15.75V17.25H1.5V15.75H22.5ZM22.5 11.25V12.75H1.5V11.25H22.5ZM22.5 6.75V8.25H1.5V6.75H22.5Z",
32
- fill: "#4A5560"
33
- }
34
- )
35
- }
36
- )
37
- }
38
- ),
39
- /* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx(
40
- "img",
41
- {
42
- src: "//images.axos.com/o9ov1v03uwqk/70DeSnNiwKxnnpoNEmdHYc/c89285e7f92b31397b49e09ddb9ea14d/afs-logo-mobile.svg",
43
- alt: "",
44
- width: 113,
45
- height: 58
46
- }
47
- ) })
48
- ] }) }) }),
49
- /* @__PURE__ */ jsx(
50
- "div",
51
- {
52
- className: clsx(
53
- styles.mobile_nav,
54
- styles.mobile_only,
55
- "relative",
56
- "bg_white",
57
- isOpenMobile ? styles.mobile_opened : ""
58
- ),
59
- "aria-expanded": isOpenMobile,
60
- role: "menu",
61
- children: /* @__PURE__ */ jsxs("div", { className: clsx(styles.inner_wrapper, "bg_white"), children: [
62
- /* @__PURE__ */ jsxs("div", { className: `${styles.mobile_header} relative text_center`, children: [
63
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Welcome" }),
64
- /* @__PURE__ */ jsx("button", { onClick: mobileToggle, "aria-label": "close navigation menu", children: /* @__PURE__ */ jsx(
65
- "svg",
66
- {
67
- xmlns: "http://www.w3.org/2000/svg",
68
- width: 24,
69
- height: 24,
70
- viewBox: "0 0 24 24",
71
- fill: "none",
72
- children: /* @__PURE__ */ jsx(
73
- "path",
74
- {
75
- d: "M20.2812 2.65625L21.3419 3.71691L13.0602 11.9982L21.3419 20.2812L20.2812 21.3419L11.9982 13.0602L3.71691 21.3419L2.65625 20.2812L10.9377 11.9982L2.65625 3.71691L3.71691 2.65625L11.9982 10.9377L20.2812 2.65625Z",
76
- fill: "#4A5560"
77
- }
78
- )
79
- }
80
- ) })
81
- ] }),
82
- /* @__PURE__ */ jsxs("div", { className: styles.mobile_body, children: [
83
- navItems.map((item, i) => /* @__PURE__ */ jsx(
84
- NavItem,
85
- {
86
- className: styles.main_nav_link,
87
- index: i,
88
- name: item.name,
89
- url: item.url
90
- },
91
- i
92
- )),
93
- /* @__PURE__ */ jsxs("ul", { className: "list_unstyled", children: [
94
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_1", children: /* @__PURE__ */ jsx("a", { href: "#", children: "About Us" }) }),
95
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_2", children: /* @__PURE__ */ jsx("a", { href: "/services", children: "Services" }) }),
96
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_3", children: /* @__PURE__ */ jsx("a", { href: "/Software", children: "Software" }) }),
97
- /* @__PURE__ */ jsx("li", { className: `${styles.mobile_nav_item}`, id: "dd_4", children: /* @__PURE__ */ jsx("a", { href: "/Contact", children: "Contact" }) })
98
- ] })
99
- ] }),
100
- /* @__PURE__ */ jsx("div", { className: styles.mobile_footer, children: /* @__PURE__ */ jsxs("div", { className: "flex_row between", children: [
101
- /* @__PURE__ */ jsxs(
102
- "div",
103
- {
104
- className: `${styles.mobile_footer_content} flex_col between`,
105
- children: [
106
- /* @__PURE__ */ jsx("p", { children: /* @__PURE__ */ jsx("strong", { children: "Contact a Specialist Today!" }) }),
107
- /* @__PURE__ */ jsx("div", { className: styles.footer_cta, children: /* @__PURE__ */ jsx("a", { href: "/contact", children: "Talk With Us" }) })
108
- ]
109
- }
110
- ),
111
- /* @__PURE__ */ jsx("div", { className: styles.mobile_footer_media, children: " " })
112
- ] }) })
113
- ] })
114
- }
115
- )
116
- ] });
117
- };
118
- export {
119
- MobileToggle as default
120
- };