@axos-web-dev/shared-components 0.0.15 → 0.0.16
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/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/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/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/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/index.d.ts +2 -2
- package/dist/Table/Table.css.d.ts +4 -4
- package/dist/Table/Table.d.ts +3 -4
- 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/NavigationMenu/AxosAdvisor/NavBar.css.css +590 -582
- package/dist/assets/Typography/Typography.css +1 -2
- package/dist/assets/globals.css +7 -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
|
@@ -6,7 +6,7 @@ export declare const highlight_last_row: string;
|
|
|
6
6
|
export declare const headerCell: string;
|
|
7
7
|
export declare const headerVariants: Record<"primary" | "secondary" | "tertiary" | "quaternary", string>;
|
|
8
8
|
export declare const bodyHeader: string;
|
|
9
|
-
export declare const th: import(
|
|
9
|
+
export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
10
10
|
variant: {
|
|
11
11
|
primary: {
|
|
12
12
|
color: "#4A5560";
|
|
@@ -59,7 +59,7 @@ export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
59
59
|
true: {};
|
|
60
60
|
};
|
|
61
61
|
}>;
|
|
62
|
-
export declare const td: import(
|
|
62
|
+
export declare const td: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
63
63
|
variant: {
|
|
64
64
|
primary: {
|
|
65
65
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -114,7 +114,7 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
114
114
|
true: {};
|
|
115
115
|
};
|
|
116
116
|
}>;
|
|
117
|
-
export declare const tableWrapper: import(
|
|
117
|
+
export declare const tableWrapper: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
118
118
|
variant: {
|
|
119
119
|
primary: {
|
|
120
120
|
border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
@@ -130,7 +130,7 @@ export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
130
130
|
};
|
|
131
131
|
};
|
|
132
132
|
}>;
|
|
133
|
-
export declare const table: import(
|
|
133
|
+
export declare const table: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
134
134
|
variant: {
|
|
135
135
|
primary: {
|
|
136
136
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
package/dist/Table/Table.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
import { CellProps, RowProps, TableContainerProps, TableProps } from "./Table.interface";
|
|
4
3
|
export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export declare const TableHead: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export declare const TableBody: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import(
|
|
8
|
+
export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import("react").DetailedReactHTMLElement<{
|
|
10
9
|
className: string;
|
|
11
10
|
manifest?: string | undefined;
|
|
12
11
|
defaultChecked?: boolean | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from
|
|
2
|
-
|
|
1
|
+
import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from "react";
|
|
3
2
|
export interface RowProps extends HtmlHTMLAttributes<HTMLTableRowElement>, PropsWithChildren {
|
|
4
3
|
}
|
|
5
4
|
export interface CellProps extends HtmlHTMLAttributes<HTMLTableCellElement>, PropsWithChildren {
|
package/dist/Table/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./Table";
|
|
2
|
+
export * from "./Table.css";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./TextBlock";
|
|
2
|
+
export * from "./TextBlock.css";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
3
2
|
/**
|
|
4
3
|
* Encode font
|
|
5
4
|
*/
|
|
@@ -9,7 +8,7 @@ export declare const headerCssVariable = "var(--header-font-family)";
|
|
|
9
8
|
*/
|
|
10
9
|
export declare const mainCssVariable = "var(--main-font-family)";
|
|
11
10
|
export declare const header: string;
|
|
12
|
-
export declare const sizes: import(
|
|
11
|
+
export declare const sizes: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
13
12
|
size: {
|
|
14
13
|
xs: {
|
|
15
14
|
fontSize: number;
|
|
@@ -31,7 +30,7 @@ export declare const sizes: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
31
30
|
};
|
|
32
31
|
};
|
|
33
32
|
}>;
|
|
34
|
-
export declare const typography: import(
|
|
33
|
+
export declare const typography: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
35
34
|
type: {
|
|
36
35
|
h1: {
|
|
37
36
|
fontFamily: "var(--header-font-family)";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { TypographySizeVariants, TypographyVariants } from ".";
|
|
4
3
|
type AsType = "body1" | "body2" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | string;
|
|
5
4
|
export interface Props extends React.PropsWithChildren {
|
|
6
5
|
as?: AsType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./Typography.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./VideoInit";
|
|
2
|
+
export * from "./VideoTile";
|
|
3
|
+
export * from "./VideoTile.css";
|
|
4
|
+
export * from "./VideoTile.interface";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { VideoTileInterface } from "../VideoTile";
|
|
4
3
|
export interface VideoWrapperProps {
|
|
5
4
|
videoTiles: VideoTileInterface[];
|
|
6
5
|
backgroundColor?: string;
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
details[open] .ph6wj62 {
|
|
29
29
|
background-color: #F4F4F4;
|
|
30
|
+
padding-bottom: 12px;
|
|
30
31
|
}
|
|
31
32
|
.ph6wj63 {
|
|
32
33
|
max-width: 80%;
|
|
@@ -38,4 +39,9 @@ details[open] .ph6wj62 {
|
|
|
38
39
|
.ph6wj64 {
|
|
39
40
|
padding: 24px;
|
|
40
41
|
background-color: #F4F4F4;
|
|
42
|
+
padding-top: 0;
|
|
43
|
+
}
|
|
44
|
+
.ph6wj64 ul, .ph6wj64 ol {
|
|
45
|
+
margin-block: 1rem;
|
|
46
|
+
margin-inline-start: 3rem;
|
|
41
47
|
}
|