@axos-web-dev/shared-components 0.0.20 → 0.0.22
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/ApyCalculator/index.js +27 -10
- package/dist/BulletItem/BulletItem.d.ts +3 -1
- package/dist/BulletItem/BulletItem.js +32 -5
- 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 +2 -1
- package/dist/CallToActionBar/index.d.ts +3 -2
- package/dist/Carousel/Carousel.css.d.ts +6 -5
- package/dist/Carousel/index.d.ts +3 -2
- package/dist/Carousel/index.js +9 -7
- package/dist/Carousel/store.d.ts +1 -1
- package/dist/Chevron/Chevron.css.d.ts +19 -1
- package/dist/Chevron/Chevron.interface.d.ts +2 -1
- package/dist/Chevron/index.d.ts +3 -2
- package/dist/Chevron/index.js +0 -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 +3 -1
- package/dist/ContentBanner/index.d.ts +3 -2
- package/dist/ContentBanner/index.js +6 -4
- package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
- package/dist/DownloadTile/index.d.ts +3 -2
- package/dist/FaqAccordion/index.d.ts +2 -2
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
- package/dist/FooterDisclosure/FooterDisclosure.js +6 -1
- package/dist/FooterDisclosure/index.d.ts +2 -2
- package/dist/Forms/Forms.css.d.ts +42 -4
- package/dist/Forms/Forms.css.js +9 -1
- package/dist/Forms/RenderForm.d.ts +3 -2
- package/dist/Forms/RenderForm.js +1 -0
- package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +9 -2
- package/dist/Forms/ScheduleCall.js +10 -10
- package/dist/Forms/SuccesForm.d.ts +7 -0
- package/dist/Forms/SuccesForm.js +88 -0
- package/dist/Forms/index.d.ts +5 -4
- package/dist/Forms/index.js +8 -2
- 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 +1 -0
- package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
- package/dist/Hyperlink/index.d.ts +3 -2
- package/dist/Hyperlink/index.js +0 -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/IconBillboard.js +1 -1
- package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
- package/dist/IconBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -4
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +14 -9
- package/dist/ImageBillboard/index.d.ts +4 -4
- package/dist/Input/Input.css.d.ts +6 -6
- package/dist/Input/Input.d.ts +3 -2
- package/dist/Input/InputPhone.d.ts +3 -3
- package/dist/Input/index.d.ts +3 -3
- package/dist/Inputs/Input.css.d.ts +6 -6
- package/dist/MainHTML/index.d.ts +2 -1
- package/dist/Modal/Modal.css.d.ts +1 -0
- package/dist/Modal/Modal.css.js +3 -1
- package/dist/Modal/Modal.d.ts +3 -2
- package/dist/Modal/Modal.js +45 -44
- package/dist/Modal/contextApi/store.d.ts +3 -2
- package/dist/Modal/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosAdvisor/index.js +202 -182
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/NavigationMenu/AxosFiduciary/index.js +2 -2
- package/dist/NavigationMenu/index.d.ts +2 -2
- package/dist/SecondaryFooter/index.js +2 -1
- package/dist/SetContainer/SetContainer.d.ts +3 -2
- package/dist/SetContainer/SetContainer.js +3 -5
- package/dist/SetContainer/index.d.ts +2 -2
- package/dist/Table/Table.css.d.ts +6 -5
- package/dist/Table/Table.css.js +2 -0
- package/dist/Table/Table.d.ts +5 -4
- package/dist/Table/Table.interface.d.ts +3 -1
- package/dist/Table/Table.js +4 -2
- package/dist/Table/index.d.ts +2 -2
- package/dist/Table/index.js +2 -1
- package/dist/TextBlock/TextBlock.d.ts +3 -1
- package/dist/TextBlock/TextBlock.js +1 -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/index.d.ts +4 -4
- package/dist/VideoWrapper/index.d.ts +3 -2
- package/dist/assets/ApyCalculator/ApyCalculator.css +11 -6
- package/dist/assets/Chevron/Chevron.css +12 -0
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/Forms/Forms.css +103 -0
- package/dist/assets/HeroBanner/HeroBanner.css +2 -5
- package/dist/assets/ImageBillboard/ImageBillboard.css +0 -1
- package/dist/assets/Modal/Modal.css +5 -0
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +81 -82
- package/dist/assets/SetContainer/SetContainer.css +4 -1
- package/dist/assets/Table/Table.css +10 -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 +2 -1
- 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 -17
- package/dist/index.css.d.ts +1 -0
- package/dist/main.d.ts +1 -1
- package/dist/main.js +13 -6
- 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/dist/utils/validateExternalLinks.js +2 -3
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const table_container: import(
|
|
1
|
+
export declare const table_container: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
2
2
|
variant: {
|
|
3
3
|
apy: {
|
|
4
4
|
background: "#f4f4f4";
|
|
@@ -16,7 +16,7 @@ export declare const highlight_last_row: string;
|
|
|
16
16
|
export declare const headerCell: string;
|
|
17
17
|
export declare const headerVariants: Record<"primary" | "secondary" | "tertiary" | "quaternary", string>;
|
|
18
18
|
export declare const bodyHeader: string;
|
|
19
|
-
export declare const th: import(
|
|
19
|
+
export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
20
20
|
variant: {
|
|
21
21
|
primary: {
|
|
22
22
|
color: "#4A5560";
|
|
@@ -69,7 +69,7 @@ export declare const th: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
69
69
|
true: {};
|
|
70
70
|
};
|
|
71
71
|
}>;
|
|
72
|
-
export declare const td: import(
|
|
72
|
+
export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
73
73
|
variant: {
|
|
74
74
|
primary: {
|
|
75
75
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -124,7 +124,7 @@ export declare const td: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
124
124
|
true: {};
|
|
125
125
|
};
|
|
126
126
|
}>;
|
|
127
|
-
export declare const tableWrapper: import(
|
|
127
|
+
export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
128
128
|
variant: {
|
|
129
129
|
primary: {
|
|
130
130
|
border: `1px solid var(--${string})` | `1px solid var(--${string}, ${string})` | `1px solid var(--${string}, ${number})`;
|
|
@@ -140,7 +140,7 @@ export declare const tableWrapper: import("@vanilla-extract/recipes").RuntimeFn<
|
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
142
|
}>;
|
|
143
|
-
export declare const table: import(
|
|
143
|
+
export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
144
144
|
variant: {
|
|
145
145
|
primary: {
|
|
146
146
|
background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -158,3 +158,4 @@ export declare const table: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
158
158
|
}>;
|
|
159
159
|
export declare const alternate_color_rows: string;
|
|
160
160
|
export declare const apy_table: string;
|
|
161
|
+
export declare const table_description_text: string;
|
package/dist/Table/Table.css.js
CHANGED
|
@@ -16,6 +16,7 @@ var tableWrapper = createRuntimeFn({ defaultClassName: "_1nivbwer", variantClass
|
|
|
16
16
|
var table = createRuntimeFn({ defaultClassName: "_1nivbwew", variantClassNames: { variant: { primary: "_1nivbwex", secondary: "_1nivbwey", tertiary: "_1nivbwez", quaternary: "_1nivbwe10" } }, defaultVariants: {}, compoundVariants: [] });
|
|
17
17
|
var alternate_color_rows = "_1nivbwe11";
|
|
18
18
|
var apy_table = "_1nivbwe12";
|
|
19
|
+
var table_description_text = "_1nivbwe13 _1nivbwe3";
|
|
19
20
|
export {
|
|
20
21
|
alternate_color_rows,
|
|
21
22
|
apy_table,
|
|
@@ -28,6 +29,7 @@ export {
|
|
|
28
29
|
tableWrapper,
|
|
29
30
|
table_container,
|
|
30
31
|
table_container_text,
|
|
32
|
+
table_description_text,
|
|
31
33
|
table_headline,
|
|
32
34
|
td,
|
|
33
35
|
th
|
package/dist/Table/Table.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { CellProps, RowProps, TableContainerProps, TableProps } from './Table.interface';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
|
+
|
|
4
|
+
export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, tableType, tableDescription, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
5
|
export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, }: TableProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
7
|
export declare const TableHead: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export declare const TableBody: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import(
|
|
9
|
+
export declare const TableCell: ({ children, as, variant, highlighted, ...props }: CellProps) => import('react').DetailedReactHTMLElement<{
|
|
9
10
|
className: string;
|
|
10
11
|
manifest?: string | undefined;
|
|
11
12
|
defaultChecked?: boolean | undefined;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from
|
|
1
|
+
import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from 'react';
|
|
2
|
+
|
|
2
3
|
export interface RowProps extends HtmlHTMLAttributes<HTMLTableRowElement>, PropsWithChildren {
|
|
3
4
|
}
|
|
4
5
|
export interface CellProps extends HtmlHTMLAttributes<HTMLTableCellElement>, PropsWithChildren {
|
|
@@ -18,4 +19,5 @@ export interface TableContainerProps extends PropsWithChildren {
|
|
|
18
19
|
tableBody?: ReactNode | string;
|
|
19
20
|
tableFooter: ReactNode | string;
|
|
20
21
|
tableType?: string;
|
|
22
|
+
tableDescription?: ReactNode | string;
|
|
21
23
|
}
|
package/dist/Table/Table.js
CHANGED
|
@@ -2,12 +2,13 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { createElement } from "react";
|
|
5
|
-
import { table_container, table_container_text, table_headline, tableWrapper, table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, td, th } from "./Table.css.js";
|
|
5
|
+
import { table_container, table_container_text, table_headline, table_description_text, tableWrapper, table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, td, th } from "./Table.css.js";
|
|
6
6
|
const TableContainer = ({
|
|
7
7
|
tableTitle,
|
|
8
8
|
tableBody,
|
|
9
9
|
tableFooter,
|
|
10
|
-
tableType = "Standard"
|
|
10
|
+
tableType = "Standard",
|
|
11
|
+
tableDescription
|
|
11
12
|
}) => {
|
|
12
13
|
return /* @__PURE__ */ jsxs(
|
|
13
14
|
"div",
|
|
@@ -18,6 +19,7 @@ const TableContainer = ({
|
|
|
18
19
|
),
|
|
19
20
|
children: [
|
|
20
21
|
tableTitle && /* @__PURE__ */ jsx("div", { className: table_container_text, children: /* @__PURE__ */ jsx("h1", { className: clsx("header_1", table_headline), children: tableTitle }) }),
|
|
22
|
+
tableDescription && /* @__PURE__ */ jsx("div", { className: table_description_text, children: tableDescription }),
|
|
21
23
|
tableBody,
|
|
22
24
|
tableFooter && /* @__PURE__ */ jsx("div", { className: clsx(table_container_text, "push_up_24"), children: tableFooter })
|
|
23
25
|
]
|
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';
|
package/dist/Table/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "./Table.js";
|
|
2
|
-
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_headline, td, th } from "./Table.css.js";
|
|
2
|
+
import { alternate_color_rows, apy_table, bodyHeader, headerCell, headerVariants, highlight_first_row, highlight_last_row, table, tableWrapper, table_container, table_container_text, table_description_text, table_headline, td, th } from "./Table.css.js";
|
|
3
3
|
export {
|
|
4
4
|
Table,
|
|
5
5
|
TableBody,
|
|
@@ -18,6 +18,7 @@ export {
|
|
|
18
18
|
tableWrapper,
|
|
19
19
|
table_container,
|
|
20
20
|
table_container_text,
|
|
21
|
+
table_description_text,
|
|
21
22
|
table_headline,
|
|
22
23
|
td,
|
|
23
24
|
th
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { ReactNode } from
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
2
3
|
export interface TextBlockProps {
|
|
3
4
|
bodyCopy: ReactNode | string;
|
|
4
5
|
headline: ReactNode | string;
|
|
6
|
+
id?: string;
|
|
5
7
|
}
|
|
6
8
|
export declare const TextBlock: (props: TextBlockProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { textBlockHeader } from "./TextBlock.css.js";
|
|
3
3
|
const TextBlock = (props) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs("div", { className: "containment section_spacer", children: [
|
|
4
|
+
return /* @__PURE__ */ jsxs("div", { id: `id_${props.id}`, className: "containment section_spacer", children: [
|
|
5
5
|
/* @__PURE__ */ jsx("h2", { className: `header_2 text_center ${textBlockHeader}`, children: props.headline }),
|
|
6
6
|
/* @__PURE__ */ jsx("div", { children: props.bodyCopy })
|
|
7
7
|
] });
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from './TextBlock';
|
|
2
|
+
export * from './TextBlock.css';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { RecipeVariants } from
|
|
1
|
+
import { RecipeVariants } from '@vanilla-extract/recipes';
|
|
2
|
+
|
|
2
3
|
/**
|
|
3
4
|
* Encode font
|
|
4
5
|
*/
|
|
@@ -8,7 +9,7 @@ export declare const headerCssVariable = "var(--header-font-family)";
|
|
|
8
9
|
*/
|
|
9
10
|
export declare const mainCssVariable = "var(--main-font-family)";
|
|
10
11
|
export declare const header: string;
|
|
11
|
-
export declare const sizes: import(
|
|
12
|
+
export declare const sizes: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
12
13
|
size: {
|
|
13
14
|
xs: {
|
|
14
15
|
fontSize: number;
|
|
@@ -30,7 +31,7 @@ export declare const sizes: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
33
|
}>;
|
|
33
|
-
export declare const typography: import(
|
|
34
|
+
export declare const typography: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
34
35
|
type: {
|
|
35
36
|
h1: {
|
|
36
37
|
fontFamily: "var(--header-font-family)";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import { TypographySizeVariants, TypographyVariants } from '.';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
|
|
3
4
|
type AsType = "body1" | "body2" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | string;
|
|
4
5
|
export interface Props extends React.PropsWithChildren {
|
|
5
6
|
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,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { VideoTileInterface } from '../VideoTile';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
|
|
3
4
|
export interface VideoWrapperProps {
|
|
4
5
|
videoTiles: VideoTileInterface[];
|
|
5
6
|
backgroundColor?: string;
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
}
|
|
59
59
|
._74vxga9 {
|
|
60
60
|
left: 21px;
|
|
61
|
-
top:
|
|
61
|
+
top: 44px;
|
|
62
62
|
}
|
|
63
63
|
._74vxgaa {
|
|
64
64
|
top: 47px;
|
|
@@ -104,6 +104,11 @@
|
|
|
104
104
|
text-align: left;
|
|
105
105
|
padding: 20px 20px 22px;
|
|
106
106
|
}
|
|
107
|
+
._74vxgai tr {
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-wrap: nowrap;
|
|
110
|
+
align-items: center;
|
|
111
|
+
}
|
|
107
112
|
._74vxgai td {
|
|
108
113
|
padding: 20px 20px 22px;
|
|
109
114
|
flex: 1 1;
|
|
@@ -140,6 +145,11 @@
|
|
|
140
145
|
margin-top: 1rem;
|
|
141
146
|
}
|
|
142
147
|
}
|
|
148
|
+
@media screen and (max-width: 468px) {
|
|
149
|
+
._74vxgah {
|
|
150
|
+
flex-direction: column;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
143
153
|
@media screen and (max-width:992px) {
|
|
144
154
|
._74vxgai {
|
|
145
155
|
margin-top: 25px;
|
|
@@ -152,11 +162,6 @@
|
|
|
152
162
|
._74vxgai th:first-child, ._74vxgai td:first-child {
|
|
153
163
|
flex: 2 2;
|
|
154
164
|
}
|
|
155
|
-
._74vxgai tr {
|
|
156
|
-
display: flex;
|
|
157
|
-
flex-wrap: nowrap;
|
|
158
|
-
align-items: center;
|
|
159
|
-
}
|
|
160
165
|
._74vxgai td {
|
|
161
166
|
padding: 20px;
|
|
162
167
|
font-size: 18px;
|
|
@@ -10,12 +10,24 @@
|
|
|
10
10
|
._1gp5vfo1 {
|
|
11
11
|
color: var(--_1073cm86);
|
|
12
12
|
}
|
|
13
|
+
._1gp5vfo1:hover {
|
|
14
|
+
text-decoration: underline;
|
|
15
|
+
text-decoration-color: var(--_1073cm86);
|
|
16
|
+
}
|
|
13
17
|
._1gp5vfo2 {
|
|
14
18
|
color: var(--_1073cm8k);
|
|
15
19
|
}
|
|
20
|
+
._1gp5vfo2:hover {
|
|
21
|
+
text-decoration: underline;
|
|
22
|
+
text-decoration-color: var(--_1073cm8k);
|
|
23
|
+
}
|
|
16
24
|
._1gp5vfo3 {
|
|
17
25
|
color: var(--_1073cm8g);
|
|
18
26
|
}
|
|
27
|
+
._1gp5vfo3:hover {
|
|
28
|
+
text-decoration: underline;
|
|
29
|
+
text-decoration-color: var(--_1073cm8g);
|
|
30
|
+
}
|
|
19
31
|
._1gp5vfo4 .arrow {
|
|
20
32
|
margin-left: 15px;
|
|
21
33
|
}
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
@keyframes tfms6an {
|
|
2
|
+
from {
|
|
3
|
+
stroke-dashoffset: 1;
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
opacity: 100;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@keyframes tfms6ao {
|
|
10
|
+
0% {
|
|
11
|
+
stroke-dashoffset: -1000;
|
|
12
|
+
}
|
|
13
|
+
100% {
|
|
14
|
+
stroke-dashoffset: 1;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
1
17
|
.tfms6a0 {
|
|
2
18
|
padding-inline: 120px;
|
|
3
19
|
padding-top: 48px;
|
|
@@ -88,6 +104,75 @@
|
|
|
88
104
|
max-width: 860px;
|
|
89
105
|
margin-inline: auto;
|
|
90
106
|
}
|
|
107
|
+
.tfms6ap {
|
|
108
|
+
padding: 2.5rem 0;
|
|
109
|
+
}
|
|
110
|
+
.tfms6aq {
|
|
111
|
+
color: var(--_1073cm83);
|
|
112
|
+
background: var(--_1073cm81);
|
|
113
|
+
}
|
|
114
|
+
.tfms6ar {
|
|
115
|
+
color: var(--_1073cm8a);
|
|
116
|
+
background: var(--_1073cm88);
|
|
117
|
+
}
|
|
118
|
+
.tfms6as {
|
|
119
|
+
color: var(--_1073cm8g);
|
|
120
|
+
background: var(--_1073cm8f);
|
|
121
|
+
}
|
|
122
|
+
.tfms6at {
|
|
123
|
+
color: var(--_1073cm8n);
|
|
124
|
+
background: var(--_1073cm8m);
|
|
125
|
+
}
|
|
126
|
+
.tfms6ap h1 {
|
|
127
|
+
font-size: 43px;
|
|
128
|
+
font-weight: 600;
|
|
129
|
+
letter-spacing: 1px;
|
|
130
|
+
margin-top: 1.1rem;
|
|
131
|
+
margin-bottom: 0.7rem;
|
|
132
|
+
font-family: var(--header-font-family);
|
|
133
|
+
}
|
|
134
|
+
.tfms6ap p {
|
|
135
|
+
margin-bottom: 0;
|
|
136
|
+
}
|
|
137
|
+
.tfms6au {
|
|
138
|
+
margin: 0 auto;
|
|
139
|
+
display: block;
|
|
140
|
+
}
|
|
141
|
+
.tfms6av {
|
|
142
|
+
fill: none;
|
|
143
|
+
stroke: #faa74a;
|
|
144
|
+
stroke-width: 4;
|
|
145
|
+
stroke-dasharray: 100px;
|
|
146
|
+
stroke-dashoffset: 100;
|
|
147
|
+
animation: tfms6an 0.5s ease-in-out forwards reverse;
|
|
148
|
+
-webkit-animation-delay: 0.7s;
|
|
149
|
+
}
|
|
150
|
+
.tfms6aw {
|
|
151
|
+
fill: none;
|
|
152
|
+
stroke-width: 4;
|
|
153
|
+
stroke-dasharray: 1000px;
|
|
154
|
+
stroke-dashoffset: 1000;
|
|
155
|
+
-webkit-animation: tfms6ao 0.8s ease-in-out forwards;
|
|
156
|
+
animation: tfms6ao 0.8s ease-in-out forwards;
|
|
157
|
+
-webkit-transform-origin: center;
|
|
158
|
+
-ms-transform-origin: center;
|
|
159
|
+
transform-origin: center;
|
|
160
|
+
-webkit-transform: rotate(-40deg);
|
|
161
|
+
-ms-transform: rotate(-40deg);
|
|
162
|
+
transform: rotate(-40deg);
|
|
163
|
+
}
|
|
164
|
+
.tfms6ax {
|
|
165
|
+
stroke: var(--_1073cm83);
|
|
166
|
+
}
|
|
167
|
+
.tfms6ay {
|
|
168
|
+
stroke: var(--_1073cm8a);
|
|
169
|
+
}
|
|
170
|
+
.tfms6az {
|
|
171
|
+
stroke: var(--_1073cm8g);
|
|
172
|
+
}
|
|
173
|
+
.tfms6a10 {
|
|
174
|
+
stroke: var(--_1073cm8n);
|
|
175
|
+
}
|
|
91
176
|
@media screen and (max-width:1023px) {
|
|
92
177
|
.tfms6a0 {
|
|
93
178
|
padding-inline: 0;
|
|
@@ -97,4 +182,22 @@
|
|
|
97
182
|
.tfms6ab {
|
|
98
183
|
grid-template-columns: 1fr;
|
|
99
184
|
}
|
|
185
|
+
}
|
|
186
|
+
@media screen and (max-width: 992px) {
|
|
187
|
+
.tfms6ap h1 {
|
|
188
|
+
font-size: 37px;
|
|
189
|
+
line-height: 1.29;
|
|
190
|
+
margin-bottom: 0.4rem;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
@media screen and (maxwidth: 767px) {
|
|
194
|
+
.tfms6ap h1 {
|
|
195
|
+
font-size: 32px;
|
|
196
|
+
font-weight: 600;
|
|
197
|
+
margin-top: 0;
|
|
198
|
+
margin-bottom: 0.4rem;
|
|
199
|
+
}
|
|
200
|
+
.tfms6au {
|
|
201
|
+
max-width: 69px;
|
|
202
|
+
}
|
|
100
203
|
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
._1ye8k3fa img {
|
|
36
36
|
max-width: 604px;
|
|
37
|
-
max-height:
|
|
37
|
+
max-height: 515px;
|
|
38
38
|
object-fit: cover;
|
|
39
39
|
}
|
|
40
40
|
._1ye8k3fb {
|
|
@@ -91,10 +91,6 @@
|
|
|
91
91
|
._1ye8k3fl:empty {
|
|
92
92
|
display: none;
|
|
93
93
|
}
|
|
94
|
-
._1ye8k3f0 ._1ye8k3fl > *:nth-child(2) {
|
|
95
|
-
margin-top: 1.5rem;
|
|
96
|
-
margin-left: 0;
|
|
97
|
-
}
|
|
98
94
|
@media screen and (max-width:1280px) {
|
|
99
95
|
._1ye8k3fl {
|
|
100
96
|
margin-top: 2.5rem;
|
|
@@ -141,6 +137,7 @@
|
|
|
141
137
|
gap: 1.5rem;
|
|
142
138
|
}
|
|
143
139
|
._1ye8k3fa {
|
|
140
|
+
min-height: 510px;
|
|
144
141
|
_1ye8k3f0 & {
|
|
145
142
|
max-width: 708px;
|
|
146
143
|
}
|