@axos-web-dev/shared-components 0.0.15 → 0.0.17
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 +3 -4
- package/dist/Accordion/Accordion.d.ts +1 -2
- package/dist/Accordion/index.d.ts +2 -2
- package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
- package/dist/AlertBanner/AlertBanner.interface.d.ts +1 -2
- package/dist/AlertBanner/index.d.ts +2 -3
- package/dist/ApyCalculator/index.d.ts +1 -2
- package/dist/BulletItem/BulletItem.d.ts +1 -2
- package/dist/BulletItem/index.d.ts +1 -1
- package/dist/Button/Button.css.d.ts +2 -3
- package/dist/Button/Button.d.ts +3 -4
- package/dist/Button/Button.interface.d.ts +1 -2
- package/dist/Button/GoBackButton.d.ts +2 -3
- package/dist/Button/index.d.ts +3 -3
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +1 -2
- package/dist/CallToActionBar/index.d.ts +2 -3
- package/dist/Carousel/Carousel.css.d.ts +5 -6
- package/dist/Carousel/index.d.ts +2 -3
- package/dist/Carousel/store.d.ts +1 -1
- package/dist/Chevron/Chevron.css.d.ts +1 -1
- package/dist/Chevron/Chevron.interface.d.ts +1 -2
- package/dist/Chevron/index.d.ts +2 -3
- package/dist/Chevron/index.js +2 -0
- package/dist/CollectInformationAlert/index.d.ts +1 -2
- package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
- package/dist/ContentBanner/ContentBanner.interface.d.ts +1 -2
- package/dist/ContentBanner/index.d.ts +2 -3
- package/dist/DownloadTile/DownloadTile.interface.d.ts +1 -2
- package/dist/DownloadTile/index.d.ts +2 -3
- package/dist/FaqAccordion/index.d.ts +2 -3
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +1 -2
- package/dist/FooterDisclosure/index.d.ts +2 -2
- package/dist/Forms/Forms.css.d.ts +4 -4
- package/dist/Forms/RenderForm.d.ts +2 -3
- package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +2 -3
- package/dist/Forms/ScheduleCall.js +1 -1
- package/dist/Forms/index.d.ts +4 -4
- package/dist/HeroBanner/HeroBanner.css.d.ts +3 -3
- package/dist/HeroBanner/HeroBanner.interface.d.ts +1 -2
- package/dist/HeroBanner/index.d.ts +1 -2
- package/dist/Hyperlink/Hyperlink.interface.d.ts +1 -2
- package/dist/Hyperlink/index.d.ts +2 -3
- package/dist/Hyperlink/index.js +2 -0
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -6
- package/dist/IconBillboard/IconBillboard.d.ts +3 -4
- package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -4
- package/dist/IconBillboard/IconBillboard.js +1 -1
- package/dist/IconBillboard/IconBillboardSet.d.ts +1 -2
- package/dist/IconBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.d.ts +1 -2
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +4 -5
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -2
- package/dist/ImageBillboard/index.d.ts +4 -4
- package/dist/Input/Input.css.d.ts +6 -6
- package/dist/Input/index.d.ts +2 -3
- package/dist/Inputs/Input.css.d.ts +6 -6
- package/dist/MainHTML/index.d.ts +1 -2
- package/dist/Modal/Modal.d.ts +2 -3
- package/dist/Modal/Modal.js +2 -0
- package/dist/Modal/contextApi/store.d.ts +2 -3
- package/dist/Modal/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +55 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +106 -140
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/NavigationMenu/index.d.ts +2 -2
- package/dist/SetContainer/SetContainer.d.ts +2 -3
- package/dist/SetContainer/SetContainer.js +2 -0
- package/dist/SetContainer/index.d.ts +2 -2
- package/dist/Table/Table.css.d.ts +4 -4
- package/dist/Table/Table.d.ts +7 -8
- package/dist/Table/Table.interface.d.ts +1 -2
- package/dist/Table/index.d.ts +2 -2
- package/dist/TextBlock/TextBlock.d.ts +1 -2
- package/dist/TextBlock/index.d.ts +2 -2
- package/dist/Typography/Typography.css.d.ts +3 -4
- package/dist/Typography/Typography.d.ts +2 -3
- package/dist/Typography/index.d.ts +1 -1
- package/dist/VideoTile/VideoTile.d.ts +2 -3
- package/dist/VideoTile/index.d.ts +4 -4
- package/dist/VideoWrapper/index.d.ts +2 -3
- package/dist/assets/FaqAccordion/FaqAccordion.css +6 -0
- package/dist/assets/IconBillboard/IconBillboard.css +1 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +2 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +591 -582
- package/dist/assets/Typography/Typography.css +1 -2
- package/dist/assets/globals.css +16 -2
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
- package/dist/icons/ArrowIcon/index.d.ts +1 -2
- package/dist/icons/AxosX/Blue.d.ts +1 -2
- package/dist/icons/AxosX/index.d.ts +1 -2
- package/dist/icons/CheckCircle.d.ts +1 -2
- package/dist/icons/CheckCircleLight.d.ts +1 -2
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -3
- package/dist/icons/CheckIcon/index.d.ts +1 -2
- package/dist/icons/ChevronDown.d.ts +1 -2
- package/dist/icons/ChevronUp.d.ts +1 -2
- package/dist/icons/CloseIcon/index.d.ts +1 -2
- package/dist/icons/DownloadIcon/index.d.ts +1 -2
- package/dist/icons/EqualHousingLender.d.ts +1 -2
- package/dist/icons/LockIcon/index.d.ts +1 -2
- package/dist/icons/MemberFdicLogo.d.ts +1 -2
- package/dist/icons/QuoteIconGrey.d.ts +1 -2
- package/dist/icons/QuoteIconWhite.d.ts +1 -2
- package/dist/icons/QuoteIconYellow.d.ts +1 -2
- package/dist/icons/WarningIcon/index.d.ts +1 -2
- package/dist/icons/index.d.ts +17 -17
- package/dist/index.css.d.ts +0 -1
- package/dist/main.d.ts +1 -1
- package/dist/themes/index.d.ts +2 -2
- package/dist/utils/ctaOptions.d.ts +0 -1
- package/dist/utils/getVariant.d.ts +1 -2
- package/dist/utils/index.d.ts +5 -5
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._17xoant0 {
|
|
2
2
|
font-family: var(--header-font-family);
|
|
3
|
-
font-weight:
|
|
3
|
+
font-weight: 600;
|
|
4
4
|
font-size: 40px;
|
|
5
5
|
}
|
|
6
6
|
._17xoant2 {
|
|
@@ -48,6 +48,5 @@
|
|
|
48
48
|
@media screen and (max-width:768px) {
|
|
49
49
|
._17xoant0 {
|
|
50
50
|
font-size: 28px;
|
|
51
|
-
font-weight: 500;
|
|
52
51
|
}
|
|
53
52
|
}
|
package/dist/assets/globals.css
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
}
|
|
17
17
|
* {
|
|
18
18
|
box-sizing: border-box;
|
|
19
|
-
padding: 0;
|
|
20
19
|
margin: 0;
|
|
21
20
|
}
|
|
22
21
|
a {
|
|
@@ -31,6 +30,15 @@ body {
|
|
|
31
30
|
line-height: 1.39;
|
|
32
31
|
letter-spacing: 0.2px;
|
|
33
32
|
}
|
|
33
|
+
p {
|
|
34
|
+
margin-bottom: 10px;
|
|
35
|
+
}
|
|
36
|
+
p:last-child {
|
|
37
|
+
margin-bottom: 0;
|
|
38
|
+
}
|
|
39
|
+
p:only-child {
|
|
40
|
+
margin-bottom: 0;
|
|
41
|
+
}
|
|
34
42
|
.containment {
|
|
35
43
|
width: min(1200px, calc(100% - 4rem));
|
|
36
44
|
box-sizing: border-box;
|
|
@@ -127,7 +135,7 @@ body {
|
|
|
127
135
|
letter-spacing: 0.2px;
|
|
128
136
|
font-family: var(--main-font-family);
|
|
129
137
|
}
|
|
130
|
-
h1, h2, h3, h4, h5, h6 {
|
|
138
|
+
h1, h2, h3, h4, h5, h6, es_font {
|
|
131
139
|
font-family: var(--header-font-family);
|
|
132
140
|
}
|
|
133
141
|
.header_1 {
|
|
@@ -228,6 +236,12 @@ sup {
|
|
|
228
236
|
position: relative;
|
|
229
237
|
top: -0.5em;
|
|
230
238
|
}
|
|
239
|
+
p:empty {
|
|
240
|
+
display: none;
|
|
241
|
+
}
|
|
242
|
+
ul:empty {
|
|
243
|
+
display: none;
|
|
244
|
+
}
|
|
231
245
|
@media screen and (max-width: 1023px) {
|
|
232
246
|
.containment {
|
|
233
247
|
width: min(41.25rem, calc(100% - 4rem));
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
3
|
-
export declare const checkColor: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
2
|
+
export declare const checkColor: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
4
3
|
variant: {
|
|
5
4
|
primary: {
|
|
6
5
|
fill: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { default as ArrowIcon } from
|
|
2
|
-
export { default as AxosX } from
|
|
3
|
-
export { default as AxosXBlue } from
|
|
4
|
-
export { default as CheckCircle } from
|
|
5
|
-
export { default as CheckCircleLight } from
|
|
6
|
-
export { default as CheckIcon } from
|
|
7
|
-
export { default as ChevronDown } from
|
|
8
|
-
export { default as ChevronUp } from
|
|
9
|
-
export { default as CloseIcon } from
|
|
10
|
-
export { default as DownloadIcon } from
|
|
11
|
-
export { default as EqualHousingLender } from
|
|
12
|
-
export { default as LockIcon } from
|
|
13
|
-
export { default as MemberFdicLogo } from
|
|
14
|
-
export { default as QuoteIconGrey } from
|
|
15
|
-
export { default as QuoteIconWhite } from
|
|
16
|
-
export { default as QuoteIconYellow } from
|
|
17
|
-
export { default as WarningIcon } from
|
|
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/index.css.d.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/dist/main.d.ts
CHANGED
package/dist/themes/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./axos.css";
|
|
2
|
+
export * from "./premier.css";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ImageInterface } from '../CallToActionBar/CallToActionBar.interface';
|
|
2
|
-
|
|
3
2
|
export declare const imageOrientation: (image: ImageInterface) => string;
|
|
4
3
|
export declare const getBannerSizeClassName: (size: string, overlap: boolean) => string;
|
|
5
4
|
export declare const returnImageDimensions: (size: string, image_orientation: string) => {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from
|
|
2
|
-
|
|
1
|
+
import { CallToActionTypes, QuaternaryTypes, SecondaryTypes } from "./variant.types";
|
|
3
2
|
export declare const getVariantWithRegex: (text: string) => string;
|
|
4
3
|
export declare const getVariant: (text?: string) => CallToActionTypes & SecondaryTypes & QuaternaryTypes;
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
1
|
+
export * from "./EverestValidity";
|
|
2
|
+
export * from "./allowedAxosDomains";
|
|
3
|
+
export * from "./getVariant";
|
|
4
|
+
export * from "./validateExternalLinks";
|
|
5
|
+
export * from "./variant.types";
|