@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,5 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
3
|
-
export declare const accordion: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
2
|
+
export declare const accordion: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
4
3
|
width: {
|
|
5
4
|
"1/2": {
|
|
6
5
|
display: "flex";
|
|
@@ -40,7 +39,7 @@ export declare const accordion: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
40
39
|
};
|
|
41
40
|
};
|
|
42
41
|
}>;
|
|
43
|
-
export declare const headerAccordion: import(
|
|
42
|
+
export declare const headerAccordion: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
44
43
|
variant: {
|
|
45
44
|
primary: {
|
|
46
45
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./Accordion";
|
|
2
|
+
export * from "./Accordion.css";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./BulletItem";
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
3
|
-
export declare const button: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
2
|
+
export declare const button: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
4
3
|
color: {
|
|
5
4
|
primary: {
|
|
6
5
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
package/dist/Button/Button.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { AnchorHTMLAttributes, ButtonHTMLAttributes, ReactNode } from "react";
|
|
2
|
+
import { ButtonVariants } from "./Button.css";
|
|
4
3
|
export type ButtonBase = {
|
|
5
4
|
children?: ReactNode;
|
|
6
5
|
targetUrl?: string;
|
|
@@ -16,7 +15,7 @@ export type ButtonAsLink = ButtonBase & Omit<AnchorHTMLAttributes<HTMLAnchorElem
|
|
|
16
15
|
as?: "a";
|
|
17
16
|
};
|
|
18
17
|
export type ButtonProps = ButtonAsButton | ButtonAsLink;
|
|
19
|
-
export declare const Button: ({ as, children, color, size, disabled, rounded, targetUrl, id, newTab, action, className, }: ButtonProps & ButtonVariants) => import(
|
|
18
|
+
export declare const Button: ({ as, children, color, size, disabled, rounded, targetUrl, id, newTab, action, className, }: ButtonProps & ButtonVariants) => import("react").DetailedReactHTMLElement<{
|
|
20
19
|
className: string;
|
|
21
20
|
href: string;
|
|
22
21
|
id: string | undefined;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { ButtonProps } from "./Button";
|
|
2
|
+
import { ButtonVariants } from "./Button.css";
|
|
4
3
|
export declare const GoBackButton: (props: ButtonProps & ButtonVariants) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Button/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
1
|
+
export * from "./Button";
|
|
2
|
+
export * from "./Button.css";
|
|
3
|
+
export * from "./GoBackButton";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import { CallToActionBarInterface } from "./CallToActionBar.interface";
|
|
4
3
|
export declare const CallToActionBar: FC<CallToActionBarInterface>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
3
2
|
export declare const dots: string;
|
|
4
|
-
export declare const carousel: import(
|
|
3
|
+
export declare const carousel: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
5
4
|
variant: {
|
|
6
5
|
primary: {
|
|
7
6
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -22,7 +21,7 @@ export declare const carousel: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
22
21
|
};
|
|
23
22
|
}>;
|
|
24
23
|
export declare const authorLocation: string;
|
|
25
|
-
export declare const author: import(
|
|
24
|
+
export declare const author: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
26
25
|
variant: {
|
|
27
26
|
primary: {
|
|
28
27
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -41,8 +40,8 @@ export declare const author: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
41
40
|
export declare const slideBase: string;
|
|
42
41
|
export declare const slide: Record<"hide" | "show", string>;
|
|
43
42
|
export declare const slides: string;
|
|
44
|
-
export declare const icon: import(
|
|
45
|
-
export declare const dot: import(
|
|
43
|
+
export declare const icon: import("@vanilla-extract/recipes").RuntimeFn<{}>;
|
|
44
|
+
export declare const dot: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
46
45
|
variant: {
|
|
47
46
|
primary: {
|
|
48
47
|
borderColor: "#1E3860";
|
package/dist/Carousel/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { PropsWithChildren, ReactNode } from "react";
|
|
2
|
+
import { carouselVariants } from "./Carousel.css";
|
|
4
3
|
export interface SlideProps extends PropsWithChildren {
|
|
5
4
|
id: string | number;
|
|
6
5
|
selected?: boolean;
|
package/dist/Carousel/store.d.ts
CHANGED
|
@@ -7,4 +7,4 @@ export type actions = {
|
|
|
7
7
|
change: (selected: number) => void;
|
|
8
8
|
setItems: (items: unknown[]) => void;
|
|
9
9
|
};
|
|
10
|
-
export declare const useCarousel: import(
|
|
10
|
+
export declare const useCarousel: import("zustand").UseBoundStore<import("zustand").StoreApi<state & actions>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const chevron: import(
|
|
1
|
+
export declare const chevron: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
4
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
1
|
import { CallToActionTypes } from '../utils/variant.types';
|
|
3
|
-
|
|
2
|
+
import { PropsWithChildren, ReactNode } from "react";
|
|
4
3
|
export interface ChevronProps extends PropsWithChildren {
|
|
5
4
|
/**
|
|
6
5
|
* react node to add as a children
|
package/dist/Chevron/index.d.ts
CHANGED
package/dist/Chevron/index.js
CHANGED
|
@@ -38,7 +38,9 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
38
38
|
import { chevron_wrapper, chevron } from "./Chevron.css.js";
|
|
39
39
|
/* empty css */
|
|
40
40
|
/* empty css */
|
|
41
|
+
import "../NavigationMenu/AxosAdvisor/NavBar.module.js";
|
|
41
42
|
/* empty css */
|
|
43
|
+
import "../NavigationMenu/AxosFiduciary/NavBar.module.js";
|
|
42
44
|
/* empty css */
|
|
43
45
|
import "../Table/Table.css.js";
|
|
44
46
|
/* empty css */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const content_banner: import(
|
|
1
|
+
export declare const content_banner: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
4
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -18,7 +18,7 @@ export declare const content_banner: import('@vanilla-extract/recipes').RuntimeF
|
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
}>;
|
|
21
|
-
export declare const headline: import(
|
|
21
|
+
export declare const headline: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
22
22
|
variant: {
|
|
23
23
|
primary: {
|
|
24
24
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { FC } from "react";
|
|
2
|
+
import type { HeroBannerInterface as ContentBannerInterface } from "./ContentBanner.interface";
|
|
4
3
|
export declare const ContentBanner: FC<ContentBannerInterface>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
import { header } from "./FaqAccordion.css";
|
|
4
3
|
export interface AccordionItemProps extends PropsWithChildren {
|
|
5
4
|
id: string;
|
|
6
5
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { footerContent, footerDisclosure, footerLink, footerParagraph, iconsContent, } from
|
|
2
|
-
export { FooterContent, FooterDisclosure, FooterIcons, FooterParagraph, } from
|
|
1
|
+
export { footerContent, footerDisclosure, footerLink, footerParagraph, iconsContent, } from "./FooterDisclosure.css";
|
|
2
|
+
export { FooterContent, FooterDisclosure, FooterIcons, FooterParagraph, } from "./FooterDisclosure";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const formContainer: import(
|
|
1
|
+
export declare const formContainer: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
4
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -15,7 +15,7 @@ export declare const formContainer: import('@vanilla-extract/recipes').RuntimeFn
|
|
|
15
15
|
};
|
|
16
16
|
}>;
|
|
17
17
|
export declare const iconForm: string;
|
|
18
|
-
export declare const headerForm: import(
|
|
18
|
+
export declare const headerForm: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
19
19
|
variant: {
|
|
20
20
|
primary: {
|
|
21
21
|
readonly selectors: {
|
|
@@ -55,7 +55,7 @@ export declare const headerForm: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
}>;
|
|
58
|
-
export declare const formWrapper: import(
|
|
58
|
+
export declare const formWrapper: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
59
59
|
variant: {
|
|
60
60
|
primary: {
|
|
61
61
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -72,7 +72,7 @@ export declare const formWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
72
72
|
};
|
|
73
73
|
}>;
|
|
74
74
|
export declare const actions: string;
|
|
75
|
-
export declare const disclosureForm: import(
|
|
75
|
+
export declare const disclosureForm: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
76
76
|
variant: {
|
|
77
77
|
primary: {
|
|
78
78
|
color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -68,4 +68,4 @@ export type Props = {
|
|
|
68
68
|
queryParams?: Partial<QueryParams>;
|
|
69
69
|
location?: Record<string, unknown>;
|
|
70
70
|
};
|
|
71
|
-
export declare const SalesforceFieldsForm: import(
|
|
71
|
+
export declare const SalesforceFieldsForm: import("react").NamedExoticComponent<Props>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
|
-
import { QuaternaryTypes } from '../utils/variant.types';
|
|
3
1
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
4
|
-
|
|
2
|
+
import { QuaternaryTypes } from '../utils/variant.types';
|
|
3
|
+
import { PropsWithChildren, ReactNode } from "react";
|
|
5
4
|
export interface FormProps extends PropsWithChildren {
|
|
6
5
|
id?: string;
|
|
7
6
|
onSubmit?: (values: {
|
|
@@ -64,7 +64,7 @@ const ScheduleCall = ({
|
|
|
64
64
|
className: clsx(formContainer({ variant })),
|
|
65
65
|
children: /* @__PURE__ */ jsxs(FormProvider, { ...methods, children: [
|
|
66
66
|
icon && /* @__PURE__ */ jsx("div", { className: clsx("text_center", iconForm), children: ["primary", "secondary"].includes(variant) ? /* @__PURE__ */ jsx(SvgComponent, {}) : /* @__PURE__ */ jsx(SvgAxosX, {}) }),
|
|
67
|
-
/* @__PURE__ */ jsx("
|
|
67
|
+
/* @__PURE__ */ jsx("h2", { className: clsx("header_2 text_center", headerForm({ variant })), children: headline }),
|
|
68
68
|
/* @__PURE__ */ jsxs("form", { className: form, onSubmit: handleSubmit(submitForm), children: [
|
|
69
69
|
/* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant })), children: [
|
|
70
70
|
/* @__PURE__ */ jsx("div", { className: "", children: /* @__PURE__ */ jsx(
|
package/dist/Forms/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./Forms.css";
|
|
2
|
+
export * from "./RenderForm";
|
|
3
|
+
export * from "./SalesforceFieldsForm";
|
|
4
|
+
export * from "./ScheduleCall";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const hero_banner: import(
|
|
1
|
+
export declare const hero_banner: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
4
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -23,7 +23,7 @@ export declare const reversed: string;
|
|
|
23
23
|
export declare const hero_text: string;
|
|
24
24
|
export declare const hero_img: string;
|
|
25
25
|
export declare const logout: string;
|
|
26
|
-
export declare const supertag: import(
|
|
26
|
+
export declare const supertag: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
27
27
|
variant: {
|
|
28
28
|
primary: {
|
|
29
29
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -43,7 +43,7 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
}>;
|
|
46
|
-
export declare const headline_text: import(
|
|
46
|
+
export declare const headline_text: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
47
47
|
variant: {
|
|
48
48
|
primary: {
|
|
49
49
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { HeroBannerInterface } from
|
|
2
|
-
|
|
1
|
+
import { HeroBannerInterface } from "./HeroBanner.interface";
|
|
3
2
|
export declare const HeroBanner: ({ id, eyebrow, headline, bodyCopy, callToActionRow, bannerType, image, imagePlacement, variant, }: HeroBannerInterface) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Hyperlink/index.js
CHANGED
|
@@ -36,7 +36,9 @@ import "react-hook-form";
|
|
|
36
36
|
import "../ImageBillboard/ImageBillboard.css.js";
|
|
37
37
|
/* empty css */
|
|
38
38
|
/* empty css */
|
|
39
|
+
import "../NavigationMenu/AxosAdvisor/NavBar.module.js";
|
|
39
40
|
/* empty css */
|
|
41
|
+
import "../NavigationMenu/AxosFiduciary/NavBar.module.js";
|
|
40
42
|
/* empty css */
|
|
41
43
|
import "../Table/Table.css.js";
|
|
42
44
|
/* empty css */
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
2
|
-
|
|
3
|
-
export declare const containerIconBillboard: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
1
|
+
import { RecipeVariants } from "@vanilla-extract/recipes";
|
|
2
|
+
export declare const containerIconBillboard: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
4
3
|
variant: {
|
|
5
4
|
primary: {
|
|
6
5
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
6
|
+
border: "1px solid #D4D4D4";
|
|
7
7
|
};
|
|
8
8
|
secondary: {
|
|
9
9
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -18,7 +18,7 @@ export declare const containerIconBillboard: import('@vanilla-extract/recipes').
|
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
}>;
|
|
21
|
-
export declare const layout: import(
|
|
21
|
+
export declare const layout: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
22
22
|
side: {
|
|
23
23
|
true: {
|
|
24
24
|
flexDirection: "row";
|
|
@@ -27,7 +27,7 @@ export declare const layout: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
27
27
|
}>;
|
|
28
28
|
export declare const billboard_icon: string;
|
|
29
29
|
export declare const headerIconBillboard: string;
|
|
30
|
-
export declare const title: import(
|
|
30
|
+
export declare const title: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
31
31
|
variant: {
|
|
32
32
|
primary: {
|
|
33
33
|
selectors: {
|
|
@@ -72,7 +72,7 @@ export declare const list: string;
|
|
|
72
72
|
export declare const listItem: string;
|
|
73
73
|
export declare const buttons: string;
|
|
74
74
|
export declare const section_text: string;
|
|
75
|
-
export declare const header_section: import(
|
|
75
|
+
export declare const header_section: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
76
76
|
variant: {
|
|
77
77
|
primary: {
|
|
78
78
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { ContainerVariants, LayoutVariants } from './IconBillboard.css';
|
|
2
|
-
import { ImageInterface } from '.';
|
|
3
|
-
import { ReactNode } from 'react';
|
|
4
1
|
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
5
|
-
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
import { ImageInterface } from ".";
|
|
4
|
+
import { ContainerVariants, LayoutVariants } from "./IconBillboard.css";
|
|
6
5
|
export interface FocusProps {
|
|
7
6
|
icon?: ImageInterface;
|
|
8
7
|
headline?: ReactNode | undefined;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { QuaternaryTypes } from '../utils/variant.types';
|
|
3
|
-
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
4
1
|
import { BulletItemProps } from '../BulletItem';
|
|
5
|
-
|
|
2
|
+
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
3
|
+
import { QuaternaryTypes } from '../utils/variant.types';
|
|
4
|
+
import { ReactNode } from "react";
|
|
6
5
|
export interface IconBillboardSet {
|
|
7
6
|
id: string;
|
|
8
7
|
headline: ReactNode | string;
|
|
@@ -30,7 +30,7 @@ const IconBillboard = (props) => {
|
|
|
30
30
|
),
|
|
31
31
|
children: [
|
|
32
32
|
/* @__PURE__ */ jsxs("div", { className: `middle ${layout({ side })}`, children: [
|
|
33
|
-
icon && /* @__PURE__ */ jsx("div", { className: billboard_icon, children: /* @__PURE__ */ jsx("img", { src: icon == null ? void 0 : icon.src, className: "img_fluid", alt: icon == null ? void 0 : icon.alt }) }),
|
|
33
|
+
icon && /* @__PURE__ */ jsx("div", { className: billboard_icon, role: "presentation", children: /* @__PURE__ */ jsx("img", { src: icon == null ? void 0 : icon.src, className: "img_fluid", alt: icon == null ? void 0 : icon.alt }) }),
|
|
34
34
|
/* @__PURE__ */ jsxs("div", { className: content, children: [
|
|
35
35
|
/* @__PURE__ */ jsxs("div", { className: headerIconBillboard, children: [
|
|
36
36
|
/* @__PURE__ */ jsx("div", { className: title({ variant }), children: headline }),
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { Props } from
|
|
2
|
-
|
|
1
|
+
import type { IconBillboardSet as Props } from "./IconBillboard.interface";
|
|
3
2
|
export declare const IconBillboardSet: ({ variant, side, iconBillboards, headline, bodyCopy, additionalDetails, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export type { IconBillboardSet, ImageInterface, } from
|
|
4
|
-
export * from
|
|
1
|
+
export * from "./IconBillboard";
|
|
2
|
+
export * from "./IconBillboard.css";
|
|
3
|
+
export type { IconBillboardSet, ImageInterface, } from "./IconBillboard.interface";
|
|
4
|
+
export * from "./IconBillboardSet";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const billboard: import(
|
|
1
|
+
export declare const billboard: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
primary: {
|
|
4
4
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -18,7 +18,7 @@ export declare const billboard: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
}>;
|
|
21
|
-
export declare const imagePlacement: import(
|
|
21
|
+
export declare const imagePlacement: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
22
22
|
position: {
|
|
23
23
|
left: {
|
|
24
24
|
selectors: {
|
|
@@ -37,7 +37,7 @@ export declare const imagePlacement: import('@vanilla-extract/recipes').RuntimeF
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
}>;
|
|
40
|
-
export declare const supertag: import(
|
|
40
|
+
export declare const supertag: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
41
41
|
variant: {
|
|
42
42
|
primary: {
|
|
43
43
|
selectors: {
|
|
@@ -77,7 +77,7 @@ export declare const supertag: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
|
77
77
|
};
|
|
78
78
|
};
|
|
79
79
|
}>;
|
|
80
|
-
export declare const header: import(
|
|
80
|
+
export declare const header: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
81
81
|
variant: {
|
|
82
82
|
primary: {
|
|
83
83
|
selectors: {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { Props } from
|
|
2
|
-
|
|
1
|
+
import type { ImageBillboardSetProps as Props } from "./ImageBillboard.interface";
|
|
3
2
|
export declare const ImageBillboardSet: ({ id, variant, headline, bodyCopy, additionalDetails, imageBillboards, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { QuaternaryTypes } from '../utils/variant.types';
|
|
3
|
-
import { ImageInterface } from '../IconBillboard';
|
|
4
|
-
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
5
1
|
import { BulletItemProps } from '../BulletItem';
|
|
6
|
-
|
|
2
|
+
import { ChevronProps } from '../Chevron/Chevron.interface';
|
|
3
|
+
import { ImageInterface } from '../IconBillboard';
|
|
4
|
+
import { QuaternaryTypes } from '../utils/variant.types';
|
|
5
|
+
import { ReactNode } from "react";
|
|
7
6
|
export interface ImageBillboardSetProps {
|
|
8
7
|
id: string;
|
|
9
8
|
headline?: string | ReactNode;
|