@axos-web-dev/shared-components 0.0.13 → 0.0.15
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.
- package/dist/Accordion/Accordion.css.d.ts +4 -3
- package/dist/Accordion/Accordion.d.ts +2 -1
- package/dist/Accordion/index.d.ts +2 -2
- package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
- package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
- package/dist/AlertBanner/index.d.ts +3 -2
- package/dist/ApyCalculator/index.d.ts +2 -1
- package/dist/BulletItem/BulletItem.d.ts +2 -1
- package/dist/BulletItem/index.d.ts +1 -1
- package/dist/Button/Button.css.d.ts +3 -2
- package/dist/Button/Button.d.ts +4 -3
- package/dist/Button/Button.interface.d.ts +2 -1
- package/dist/Button/GoBackButton.d.ts +3 -2
- package/dist/Button/index.d.ts +3 -3
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +3 -1
- package/dist/CallToActionBar/index.d.ts +3 -2
- package/dist/CallToActionBar/index.js +3 -1
- package/dist/Carousel/Carousel.css.d.ts +6 -5
- package/dist/Carousel/index.d.ts +3 -2
- package/dist/Carousel/store.d.ts +1 -1
- package/dist/Chevron/Chevron.css.d.ts +1 -1
- package/dist/Chevron/Chevron.interface.d.ts +2 -1
- package/dist/Chevron/index.d.ts +3 -2
- package/dist/CollectInformationAlert/index.d.ts +2 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
- package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
- package/dist/ContentBanner/index.d.ts +3 -2
- package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
- package/dist/DownloadTile/index.d.ts +3 -2
- package/dist/FaqAccordion/index.d.ts +3 -2
- package/dist/FaqAccordion/index.js +5 -0
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
- package/dist/FooterDisclosure/index.d.ts +2 -2
- package/dist/Forms/Forms.css.d.ts +4 -4
- package/dist/Forms/RenderForm.d.ts +3 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +3 -2
- package/dist/Forms/ScheduleCall.js +90 -77
- package/dist/Forms/index.d.ts +4 -4
- package/dist/HeroBanner/HeroBanner.css.d.ts +3 -3
- package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
- package/dist/HeroBanner/index.d.ts +2 -1
- package/dist/HeroBanner/index.js +3 -4
- package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
- package/dist/Hyperlink/index.d.ts +3 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
- package/dist/IconBillboard/IconBillboard.d.ts +4 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
- package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
- package/dist/IconBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +12 -4
- package/dist/ImageBillboard/ImageBillboard.css.js +18 -1
- package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +11 -7
- package/dist/ImageBillboard/ImageBillboard.js +2 -10
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +3 -2
- package/dist/ImageBillboard/ImageBillboardSet.js +30 -5
- package/dist/ImageBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/index.js +10 -2
- package/dist/Input/Input.css.d.ts +16 -6
- package/dist/Input/Input.css.js +7 -7
- package/dist/Input/index.d.ts +5 -2
- package/dist/Input/index.js +9 -1
- package/dist/Inputs/Input.css.d.ts +6 -6
- package/dist/MainHTML/index.d.ts +2 -1
- package/dist/Modal/Modal.d.ts +3 -2
- package/dist/Modal/contextApi/store.d.ts +3 -2
- package/dist/Modal/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
- package/dist/NavigationMenu/index.d.ts +2 -2
- package/dist/SetContainer/SetContainer.d.ts +3 -2
- package/dist/SetContainer/index.d.ts +2 -2
- package/dist/Table/Table.css.d.ts +4 -4
- package/dist/Table/Table.d.ts +4 -3
- package/dist/Table/Table.interface.d.ts +2 -1
- package/dist/Table/index.d.ts +2 -2
- package/dist/TextBlock/TextBlock.d.ts +2 -1
- package/dist/TextBlock/index.d.ts +2 -2
- package/dist/Typography/Typography.css.d.ts +4 -3
- package/dist/Typography/Typography.d.ts +3 -2
- package/dist/Typography/index.d.ts +1 -1
- package/dist/VideoTile/VideoTile.d.ts +3 -2
- package/dist/VideoTile/VideoTile.js +8 -8
- package/dist/VideoTile/index.d.ts +4 -4
- package/dist/VideoWrapper/index.d.ts +4 -2
- package/dist/VideoWrapper/index.js +27 -18
- package/dist/assets/HeroBanner/HeroBanner.css +1 -3
- package/dist/assets/IconBillboard/IconBillboard.css +1 -1
- package/dist/assets/ImageBillboard/ImageBillboard.css +55 -11
- package/dist/assets/Input/Input.css +39 -33
- package/dist/assets/VideoTile/VideoTile.css +1 -12
- package/dist/assets/globals.css +1 -0
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
- package/dist/icons/ArrowIcon/index.d.ts +2 -1
- package/dist/icons/AxosX/Blue.d.ts +4 -0
- package/dist/icons/AxosX/Blue.js +32 -0
- package/dist/icons/AxosX/index.d.ts +2 -1
- package/dist/icons/CheckCircle.d.ts +2 -1
- package/dist/icons/CheckCircleLight.d.ts +2 -1
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
- package/dist/icons/CheckIcon/index.d.ts +2 -1
- package/dist/icons/ChevronDown.d.ts +2 -1
- package/dist/icons/ChevronUp.d.ts +2 -1
- package/dist/icons/CloseIcon/index.d.ts +2 -1
- package/dist/icons/DownloadIcon/index.d.ts +2 -1
- package/dist/icons/EqualHousingLender.d.ts +2 -1
- package/dist/icons/LockIcon/index.d.ts +2 -1
- package/dist/icons/MemberFdicLogo.d.ts +2 -1
- package/dist/icons/QuoteIconGrey.d.ts +2 -1
- package/dist/icons/QuoteIconWhite.d.ts +2 -1
- package/dist/icons/QuoteIconYellow.d.ts +2 -1
- package/dist/icons/WarningIcon/index.d.ts +2 -1
- package/dist/icons/index.d.ts +17 -16
- package/dist/icons/index.js +28 -26
- package/dist/index.css.d.ts +1 -0
- package/dist/main.d.ts +2 -1
- package/dist/main.js +43 -1
- package/dist/themes/index.d.ts +2 -2
- package/dist/utils/ctaOptions.d.ts +1 -0
- package/dist/utils/getVariant.d.ts +2 -1
- package/dist/utils/index.d.ts +5 -5
- package/package.json +106 -106
|
@@ -86,20 +86,17 @@
|
|
|
86
86
|
max-width: 50%;
|
|
87
87
|
}
|
|
88
88
|
._1m7m2aj {
|
|
89
|
-
max-width: 50%;
|
|
90
89
|
width: 100%;
|
|
90
|
+
height: auto;
|
|
91
91
|
}
|
|
92
92
|
._18ygy9m0 .billboard ._1m7m2aj img {
|
|
93
93
|
max-height: 300px;
|
|
94
94
|
}
|
|
95
95
|
._1m7m2aj img {
|
|
96
96
|
vertical-align: middle;
|
|
97
|
-
align-self: flex-end;
|
|
98
97
|
width: 100%;
|
|
99
|
-
height:
|
|
100
|
-
min-height: 304px;
|
|
98
|
+
height: auto;
|
|
101
99
|
object-fit: cover;
|
|
102
|
-
aspect-ratio: 1 / 1;
|
|
103
100
|
}
|
|
104
101
|
._1m7m2an {
|
|
105
102
|
padding: 32px 28px;
|
|
@@ -131,6 +128,48 @@
|
|
|
131
128
|
._1m7m2ar > p {
|
|
132
129
|
margin-top: 24px;
|
|
133
130
|
}
|
|
131
|
+
._1m7m2as {
|
|
132
|
+
width: 100%;
|
|
133
|
+
}
|
|
134
|
+
._1m7m2at {
|
|
135
|
+
min-height: 330px;
|
|
136
|
+
}
|
|
137
|
+
._1m7m2au {
|
|
138
|
+
width: 100%;
|
|
139
|
+
height: 100%;
|
|
140
|
+
background-repeat: no-repeat;
|
|
141
|
+
background-size: cover;
|
|
142
|
+
min-height: 380px;
|
|
143
|
+
}
|
|
144
|
+
._1m7m2av {
|
|
145
|
+
background: var(--_1073cm8f);
|
|
146
|
+
color: #FFFFFF;
|
|
147
|
+
}
|
|
148
|
+
._1m7m2aw {
|
|
149
|
+
padding: 1.5rem;
|
|
150
|
+
height: 100%;
|
|
151
|
+
justify-content: center;
|
|
152
|
+
}
|
|
153
|
+
._1m7m2ax {
|
|
154
|
+
color: #fff;
|
|
155
|
+
font-size: 48px;
|
|
156
|
+
font-weight: 600;
|
|
157
|
+
letter-spacing: 0.4px;
|
|
158
|
+
line-height: 1;
|
|
159
|
+
}
|
|
160
|
+
._1m7m2ay {
|
|
161
|
+
color: #f4f4f4;
|
|
162
|
+
font: 700 150px/1 var(--header-font-family);
|
|
163
|
+
letter-spacing: 0.2px;
|
|
164
|
+
line-height: 1;
|
|
165
|
+
}
|
|
166
|
+
._1m7m2az {
|
|
167
|
+
color: var(--_1073cm8k);
|
|
168
|
+
font-size: 37px;
|
|
169
|
+
font-weight: 600;
|
|
170
|
+
letter-spacing: 0.3px;
|
|
171
|
+
line-height: 1;
|
|
172
|
+
}
|
|
134
173
|
@media screen and (max-width:1023px) {
|
|
135
174
|
._1m7m2a0 {
|
|
136
175
|
flex-direction: column;
|
|
@@ -141,12 +180,6 @@
|
|
|
141
180
|
._1m7m2ai > * {
|
|
142
181
|
max-width: 100%;
|
|
143
182
|
}
|
|
144
|
-
._1m7m2aj {
|
|
145
|
-
max-width: 100%;
|
|
146
|
-
}
|
|
147
|
-
._1m7m2aj img {
|
|
148
|
-
width: 100%;
|
|
149
|
-
}
|
|
150
183
|
._1m7m2al {
|
|
151
184
|
display: flex;
|
|
152
185
|
flex-direction: column;
|
|
@@ -160,4 +193,15 @@
|
|
|
160
193
|
flex-direction: column;
|
|
161
194
|
gap: 24px;
|
|
162
195
|
}
|
|
196
|
+
}
|
|
197
|
+
@media screen and (max-width: 1023px) {
|
|
198
|
+
._1m7m2ax {
|
|
199
|
+
font-size: 30px;
|
|
200
|
+
}
|
|
201
|
+
._1m7m2ay {
|
|
202
|
+
font-size: 82px;
|
|
203
|
+
}
|
|
204
|
+
._1m7m2az {
|
|
205
|
+
font-size: 20px;
|
|
206
|
+
}
|
|
163
207
|
}
|
|
@@ -19,24 +19,30 @@
|
|
|
19
19
|
padding-left: 16px;
|
|
20
20
|
line-height: 24px;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._18du0la7 {
|
|
23
|
+
color: var(--_1073cm8g);
|
|
24
|
+
}
|
|
25
|
+
._18du0la8 {
|
|
26
|
+
color: var(--_1073cm8n);
|
|
27
|
+
}
|
|
28
|
+
._18du0la9 {
|
|
23
29
|
color: var(--_1073cm8t);
|
|
24
30
|
border-color: var(--_1073cm8t);
|
|
25
31
|
}
|
|
26
|
-
.
|
|
32
|
+
._18du0laa {
|
|
27
33
|
color: var(--_1073cm8v);
|
|
28
34
|
}
|
|
29
|
-
.
|
|
35
|
+
._18du0lab {
|
|
30
36
|
position: absolute;
|
|
31
37
|
align-items: center;
|
|
32
38
|
}
|
|
33
|
-
.
|
|
39
|
+
._18du0lac {
|
|
34
40
|
left: 16px;
|
|
35
41
|
}
|
|
36
|
-
.
|
|
42
|
+
._18du0lad {
|
|
37
43
|
right: 16px;
|
|
38
44
|
}
|
|
39
|
-
.
|
|
45
|
+
._18du0lae {
|
|
40
46
|
display: inline-flex;
|
|
41
47
|
flex-direction: row;
|
|
42
48
|
position: relative;
|
|
@@ -46,38 +52,38 @@
|
|
|
46
52
|
background: #FFFFFF;
|
|
47
53
|
padding: 16px;
|
|
48
54
|
}
|
|
49
|
-
.
|
|
55
|
+
._18du0lae:focus-within {
|
|
50
56
|
border-width: 2px;
|
|
51
57
|
font-weight: 400;
|
|
52
58
|
border-color: var(--_1073cm86);
|
|
53
59
|
}
|
|
54
|
-
.
|
|
60
|
+
._18du0lae:disabled {
|
|
55
61
|
border-color: var(--_1073cm86);
|
|
56
62
|
}
|
|
57
|
-
.
|
|
63
|
+
._18du0laf {
|
|
58
64
|
padding-top: 6px;
|
|
59
65
|
padding-bottom: 6px;
|
|
60
66
|
}
|
|
61
|
-
.
|
|
67
|
+
._18du0lag {
|
|
62
68
|
padding-top: 8px;
|
|
63
69
|
padding-bottom: 8px;
|
|
64
70
|
}
|
|
65
|
-
.
|
|
71
|
+
._18du0lah {
|
|
66
72
|
padding-top: 10px;
|
|
67
73
|
padding-bottom: 10px;
|
|
68
74
|
}
|
|
69
|
-
.
|
|
75
|
+
._18du0lai {
|
|
70
76
|
border-color: var(--_1073cm8t);
|
|
71
77
|
}
|
|
72
|
-
.
|
|
78
|
+
._18du0lai:focus-within {
|
|
73
79
|
border-color: var(--_1073cm8t);
|
|
74
80
|
}
|
|
75
|
-
.
|
|
81
|
+
._18du0laj {
|
|
76
82
|
border-color: var(--_1073cm8u);
|
|
77
83
|
color: var(--_1073cm8v);
|
|
78
84
|
background: var(--_1073cm8w);
|
|
79
85
|
}
|
|
80
|
-
.
|
|
86
|
+
._18du0lak {
|
|
81
87
|
outline: none;
|
|
82
88
|
border: none;
|
|
83
89
|
color: #5E6A74;
|
|
@@ -86,72 +92,72 @@
|
|
|
86
92
|
width: 100%;
|
|
87
93
|
line-height: 24px;
|
|
88
94
|
}
|
|
89
|
-
.
|
|
95
|
+
._18du0lak:focus {
|
|
90
96
|
color: var(--_1073cm86);
|
|
91
97
|
}
|
|
92
|
-
.
|
|
98
|
+
._18du0lak:disabled {
|
|
93
99
|
color: #5E6A74;
|
|
94
100
|
cursor: not-allowed;
|
|
95
101
|
}
|
|
96
|
-
.
|
|
102
|
+
._18du0lal {
|
|
97
103
|
font-size: 14px;
|
|
98
104
|
line-height: 20px;
|
|
99
105
|
}
|
|
100
|
-
.
|
|
106
|
+
._18du0lac + ._18du0lal {
|
|
101
107
|
padding-left: 28px;
|
|
102
108
|
}
|
|
103
|
-
.
|
|
109
|
+
._18du0lal:has(+ ._18du0lad) {
|
|
104
110
|
padding-right: 28px;
|
|
105
111
|
}
|
|
106
|
-
.
|
|
112
|
+
._18du0lam {
|
|
107
113
|
font-size: 16px;
|
|
108
114
|
line-height: 24px;
|
|
109
115
|
}
|
|
110
|
-
.
|
|
116
|
+
._18du0lac + ._18du0lam {
|
|
111
117
|
padding-left: 48px;
|
|
112
118
|
}
|
|
113
|
-
.
|
|
119
|
+
._18du0lam:has(+ ._18du0lad) {
|
|
114
120
|
padding-right: 48px;
|
|
115
121
|
}
|
|
116
|
-
.
|
|
122
|
+
._18du0lan {
|
|
117
123
|
font-size: 16px;
|
|
118
124
|
line-height: 24px;
|
|
119
125
|
}
|
|
120
|
-
.
|
|
126
|
+
._18du0lac + ._18du0lan {
|
|
121
127
|
padding-left: 32px;
|
|
122
128
|
}
|
|
123
|
-
.
|
|
129
|
+
._18du0lan:has(+ ._18du0lad) {
|
|
124
130
|
padding-right: 32px;
|
|
125
131
|
}
|
|
126
|
-
.
|
|
132
|
+
._18du0lao {
|
|
127
133
|
border-color: var(--_1073cm8t);
|
|
128
134
|
}
|
|
129
|
-
.
|
|
135
|
+
._18du0lap {
|
|
130
136
|
border-color: var(--_1073cm8u);
|
|
131
137
|
color: var(--_1073cm8v);
|
|
132
138
|
background: var(--_1073cm8w);
|
|
133
139
|
}
|
|
134
|
-
.
|
|
140
|
+
._18du0laq {
|
|
135
141
|
display: flex;
|
|
136
142
|
flex-direction: column;
|
|
137
143
|
border-width: 2px;
|
|
138
144
|
}
|
|
139
|
-
.
|
|
145
|
+
._18du0laq:focus-within {
|
|
140
146
|
border-width: 2px;
|
|
141
147
|
font-weight: 500;
|
|
142
148
|
color: var(--_1073cm86);
|
|
143
149
|
}
|
|
144
|
-
.
|
|
150
|
+
._18du0lar {
|
|
145
151
|
font-size: 12px;
|
|
146
152
|
letter-spacing: 0.2px;
|
|
147
153
|
line-height: 16px;
|
|
148
154
|
padding-inline: 16px;
|
|
149
155
|
margin-top: 4px;
|
|
150
156
|
}
|
|
151
|
-
.
|
|
157
|
+
._18du0las {
|
|
152
158
|
color: #5E6A74;
|
|
153
159
|
}
|
|
154
|
-
.
|
|
160
|
+
._18du0lat {
|
|
155
161
|
border-color: var(--_1073cm8t);
|
|
156
162
|
color: var(--_1073cm8t);
|
|
157
163
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
._16puo4g4 {
|
|
25
25
|
max-width: 588px;
|
|
26
|
-
min-width:
|
|
26
|
+
min-width: 327px;
|
|
27
27
|
grid-column: span 6;
|
|
28
28
|
height: fit-content;
|
|
29
29
|
}
|
|
@@ -41,16 +41,6 @@
|
|
|
41
41
|
right: 0;
|
|
42
42
|
width: 19px;
|
|
43
43
|
}
|
|
44
|
-
._16puo4g6 ._16puo4g7:after {
|
|
45
|
-
display: inline-block;
|
|
46
|
-
transform: scale(1.5);
|
|
47
|
-
}
|
|
48
|
-
._16puo4g6[aria-expanded='true'] ._16puo4g7:after {
|
|
49
|
-
rotate: -90deg;
|
|
50
|
-
}
|
|
51
|
-
._16puo4g6[aria-expanded='false'] ._16puo4g7:after {
|
|
52
|
-
rotate: 90deg;
|
|
53
|
-
}
|
|
54
44
|
._16puo4g8 {
|
|
55
45
|
padding: 0 16px;
|
|
56
46
|
}
|
|
@@ -62,7 +52,6 @@
|
|
|
62
52
|
color: #333D46;
|
|
63
53
|
}
|
|
64
54
|
._16puo4gb {
|
|
65
|
-
max-height: 304px;
|
|
66
55
|
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
67
56
|
}
|
|
68
57
|
._16puo4gc {
|
package/dist/assets/globals.css
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgComponent = (props) => /* @__PURE__ */ jsxs(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: 40,
|
|
7
|
+
height: 40,
|
|
8
|
+
fill: "none",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsx(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "#FAA74A",
|
|
15
|
+
d: "M4.012.513a1.726 1.726 0 0 0-2.455 0L.539 1.53a1.726 1.726 0 0 0 0 2.456L16.536 20 .539 36.014a1.726 1.726 0 0 0 0 2.456l1.018 1.017a1.726 1.726 0 0 0 2.455 0L23.464 20 4.012.513Z"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: "#1E3860",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "m38.443.513 1.018 1.017c.684.684.684 1.79 0 2.456L25.902 17.562l-3.473-3.473L35.988.513a1.726 1.726 0 0 1 2.455 0Zm0 38.974 1.018-1.017a1.726 1.726 0 0 0 0-2.456L25.902 22.438l-3.473 3.473 13.559 13.576a1.726 1.726 0 0 0 2.455 0Z",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
export {
|
|
31
|
+
SvgComponent as default
|
|
32
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
1
|
+
import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
2
|
+
|
|
3
|
+
export declare const checkColor: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
3
4
|
variant: {
|
|
4
5
|
primary: {
|
|
5
6
|
fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export { default as ArrowIcon } from
|
|
2
|
-
export { default as AxosX } from
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
1
|
+
export { default as ArrowIcon } from './ArrowIcon';
|
|
2
|
+
export { default as AxosX } from './AxosX';
|
|
3
|
+
export { default as AxosXBlue } from './AxosX/Blue';
|
|
4
|
+
export { default as CheckCircle } from './CheckCircle';
|
|
5
|
+
export { default as CheckCircleLight } from './CheckCircleLight';
|
|
6
|
+
export { default as CheckIcon } from './CheckIcon';
|
|
7
|
+
export { default as ChevronDown } from './ChevronDown';
|
|
8
|
+
export { default as ChevronUp } from './ChevronUp';
|
|
9
|
+
export { default as CloseIcon } from './CloseIcon';
|
|
10
|
+
export { default as DownloadIcon } from './DownloadIcon';
|
|
11
|
+
export { default as EqualHousingLender } from './EqualHousingLender';
|
|
12
|
+
export { default as LockIcon } from './LockIcon';
|
|
13
|
+
export { default as MemberFdicLogo } from './MemberFdicLogo';
|
|
14
|
+
export { default as QuoteIconGrey } from './QuoteIconGrey';
|
|
15
|
+
export { default as QuoteIconWhite } from './QuoteIconWhite';
|
|
16
|
+
export { default as QuoteIconYellow } from './QuoteIconYellow';
|
|
17
|
+
export { default as WarningIcon } from './WarningIcon';
|
package/dist/icons/index.js
CHANGED
|
@@ -1,34 +1,36 @@
|
|
|
1
1
|
import { default as default2 } from "./ArrowIcon/index.js";
|
|
2
2
|
import { default as default3 } from "./AxosX/index.js";
|
|
3
|
-
import { default as default4 } from "./
|
|
4
|
-
import { default as default5 } from "./
|
|
5
|
-
import { default as default6 } from "./
|
|
6
|
-
import { default as default7 } from "./
|
|
7
|
-
import { default as default8 } from "./
|
|
8
|
-
import { default as default9 } from "./
|
|
9
|
-
import { default as default10 } from "./
|
|
10
|
-
import { default as default11 } from "./
|
|
11
|
-
import { default as default12 } from "./
|
|
12
|
-
import { default as default13 } from "./
|
|
13
|
-
import { default as default14 } from "./
|
|
14
|
-
import { default as default15 } from "./
|
|
15
|
-
import { default as default16 } from "./
|
|
3
|
+
import { default as default4 } from "./AxosX/Blue.js";
|
|
4
|
+
import { default as default5 } from "./CheckCircle.js";
|
|
5
|
+
import { default as default6 } from "./CheckCircleLight.js";
|
|
6
|
+
import { default as default7 } from "./CheckIcon/index.js";
|
|
7
|
+
import { default as default8 } from "./ChevronDown.js";
|
|
8
|
+
import { default as default9 } from "./ChevronUp.js";
|
|
9
|
+
import { default as default10 } from "./CloseIcon/index.js";
|
|
10
|
+
import { default as default11 } from "./DownloadIcon/index.js";
|
|
11
|
+
import { default as default12 } from "./EqualHousingLender.js";
|
|
12
|
+
import { default as default13 } from "./LockIcon/index.js";
|
|
13
|
+
import { default as default14 } from "./MemberFdicLogo.js";
|
|
14
|
+
import { default as default15 } from "./QuoteIconGrey.js";
|
|
15
|
+
import { default as default16 } from "./QuoteIconWhite.js";
|
|
16
|
+
import { default as default17 } from "./QuoteIconYellow.js";
|
|
16
17
|
import { SvgWarningIcon } from "./WarningIcon/index.js";
|
|
17
18
|
export {
|
|
18
19
|
default2 as ArrowIcon,
|
|
19
20
|
default3 as AxosX,
|
|
20
|
-
default4 as
|
|
21
|
-
default5 as
|
|
22
|
-
default6 as
|
|
23
|
-
default7 as
|
|
24
|
-
default8 as
|
|
25
|
-
default9 as
|
|
26
|
-
default10 as
|
|
27
|
-
default11 as
|
|
28
|
-
default12 as
|
|
29
|
-
default13 as
|
|
30
|
-
default14 as
|
|
31
|
-
default15 as
|
|
32
|
-
default16 as
|
|
21
|
+
default4 as AxosXBlue,
|
|
22
|
+
default5 as CheckCircle,
|
|
23
|
+
default6 as CheckCircleLight,
|
|
24
|
+
default7 as CheckIcon,
|
|
25
|
+
default8 as ChevronDown,
|
|
26
|
+
default9 as ChevronUp,
|
|
27
|
+
default10 as CloseIcon,
|
|
28
|
+
default11 as DownloadIcon,
|
|
29
|
+
default12 as EqualHousingLender,
|
|
30
|
+
default13 as LockIcon,
|
|
31
|
+
default14 as MemberFdicLogo,
|
|
32
|
+
default15 as QuoteIconGrey,
|
|
33
|
+
default16 as QuoteIconWhite,
|
|
34
|
+
default17 as QuoteIconYellow,
|
|
33
35
|
SvgWarningIcon as WarningIcon
|
|
34
36
|
};
|
package/dist/index.css.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/dist/main.d.ts
CHANGED