@axos-web-dev/shared-components 1.0.100-dev.73-compact-executive-bio → 1.0.100-dev.73-compact-executive-bio.2
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/ExecutiveBio/ExecutiveBio.css.d.ts +56 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +32 -32
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +29 -16
- package/dist/ImageBillboard/ImageBillboard.css.js +1 -2
- package/dist/SetContainer/SetContainer.css.js +1 -3
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +166 -114
- package/dist/assets/SetContainer/SetContainer.css +0 -25
- package/package.json +1 -1
|
@@ -94,21 +94,77 @@ export declare const headshot: string;
|
|
|
94
94
|
export declare const img_area: string;
|
|
95
95
|
export declare const media: string;
|
|
96
96
|
export declare const person: string;
|
|
97
|
+
export declare const components: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
98
|
+
columns: {
|
|
99
|
+
1: {
|
|
100
|
+
gridTemplateColumns: "1fr";
|
|
101
|
+
};
|
|
102
|
+
2: {
|
|
103
|
+
gridTemplateColumns: "repeat(2, 1fr)";
|
|
104
|
+
width: "min(800px, 100%)";
|
|
105
|
+
"@media": {
|
|
106
|
+
"(max-width: 1023px)": {
|
|
107
|
+
width: "min(675px, 100%)";
|
|
108
|
+
};
|
|
109
|
+
"(max-width: 768px)": {
|
|
110
|
+
gridTemplateColumns: "1fr";
|
|
111
|
+
width: "min(350px, calc(100% - 2rem))";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
3: {
|
|
116
|
+
gridTemplateColumns: "repeat(3, 1fr)";
|
|
117
|
+
"@media": {
|
|
118
|
+
"(max-width: 1175px)": {
|
|
119
|
+
gridTemplateColumns: "repeat(2, 1fr)";
|
|
120
|
+
width: "min(840px, 100%)";
|
|
121
|
+
};
|
|
122
|
+
"(max-width: 1023px)": {
|
|
123
|
+
width: "min(675px, 100%)";
|
|
124
|
+
};
|
|
125
|
+
"(max-width: 768px)": {
|
|
126
|
+
gridTemplateColumns: "1fr";
|
|
127
|
+
width: "min(350px, calc(100% - 2rem))";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
4: {
|
|
132
|
+
gridTemplateColumns: "repeat(4, 1fr)";
|
|
133
|
+
"@media": {
|
|
134
|
+
"(max-width: 1175px)": {
|
|
135
|
+
gridTemplateColumns: "repeat(2, 1fr)";
|
|
136
|
+
width: "min(840px, 100%)";
|
|
137
|
+
};
|
|
138
|
+
"(max-width: 1023px)": {
|
|
139
|
+
width: "min(675px, 100%)";
|
|
140
|
+
};
|
|
141
|
+
"(max-width: 768px)": {
|
|
142
|
+
gridTemplateColumns: "1fr";
|
|
143
|
+
width: "min(350px, calc(100% - 2rem))";
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
}>;
|
|
97
149
|
export declare const shift: string;
|
|
98
150
|
export declare const bio_section_text: string;
|
|
99
151
|
export declare const section_theme: import('@vanilla-extract/recipes').RuntimeFn<{
|
|
100
152
|
variant: {
|
|
101
153
|
primary: {
|
|
102
154
|
background: `var(--${string})`;
|
|
155
|
+
color: `var(--${string})`;
|
|
103
156
|
};
|
|
104
157
|
secondary: {
|
|
105
158
|
background: `var(--${string})`;
|
|
159
|
+
color: `var(--${string})`;
|
|
106
160
|
};
|
|
107
161
|
tertiary: {
|
|
108
162
|
background: `var(--${string})`;
|
|
163
|
+
color: `var(--${string})`;
|
|
109
164
|
};
|
|
110
165
|
quaternary: {
|
|
111
166
|
background: `var(--${string})`;
|
|
167
|
+
color: `var(--${string})`;
|
|
112
168
|
};
|
|
113
169
|
};
|
|
114
170
|
}>;
|
|
@@ -128,7 +184,6 @@ export declare const header_theme: import('@vanilla-extract/recipes').RuntimeFn<
|
|
|
128
184
|
};
|
|
129
185
|
};
|
|
130
186
|
}>;
|
|
131
|
-
export declare const components: string;
|
|
132
187
|
export declare const details: string;
|
|
133
188
|
export declare const url_row: string;
|
|
134
189
|
export declare const flexColumn: string;
|
|
@@ -21,38 +21,38 @@ var headshot = "txcb8dw";
|
|
|
21
21
|
var img_area = "txcb8dx";
|
|
22
22
|
var media = "txcb8dy";
|
|
23
23
|
var person = "txcb8dz";
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
var
|
|
28
|
-
var
|
|
29
|
-
var details = "
|
|
30
|
-
var url_row = "
|
|
31
|
-
var flexColumn = "
|
|
32
|
-
var ceoSection = createRuntimeFn({ defaultClassName: "
|
|
33
|
-
var ceoContainer = "
|
|
34
|
-
var ceoWrapper = "
|
|
35
|
-
var ceoMedia = "
|
|
36
|
-
var ceoImgWrapper = "
|
|
37
|
-
var imgAlignment = "
|
|
38
|
-
var highlights = "
|
|
39
|
-
var bulletsHeadline = createRuntimeFn({ defaultClassName: "
|
|
40
|
-
var bulletsWrapper = "
|
|
41
|
-
var ceoContent = "
|
|
42
|
-
var ceoHeader = "
|
|
43
|
-
var ceoPersonalInfo = "
|
|
44
|
-
var ceo_name = createRuntimeFn({ defaultClassName: "
|
|
45
|
-
var ceo_title = createRuntimeFn({ defaultClassName: "
|
|
46
|
-
var ceo_contacts = "
|
|
47
|
-
var svg_color = createRuntimeFn({ defaultClassName: "
|
|
48
|
-
var ceo_quote = createRuntimeFn({ defaultClassName: "
|
|
49
|
-
var ceo_body = "
|
|
50
|
-
var hover = "
|
|
51
|
-
var social = "
|
|
52
|
-
var tooltip = createRuntimeFn({ defaultClassName: "
|
|
53
|
-
var order_3 = "
|
|
54
|
-
var overlay = "
|
|
55
|
-
var stroke_color = createRuntimeFn({ defaultClassName: "
|
|
24
|
+
var components = createRuntimeFn({ defaultClassName: "txcb8d10", variantClassNames: { columns: { "1": "txcb8d11", "2": "txcb8d12", "3": "txcb8d13", "4": "txcb8d14" } }, defaultVariants: { columns: 1 }, compoundVariants: [] });
|
|
25
|
+
var shift = "txcb8d15";
|
|
26
|
+
var bio_section_text = "txcb8d16";
|
|
27
|
+
var section_theme = createRuntimeFn({ defaultClassName: "txcb8d17", variantClassNames: { variant: { primary: "txcb8d18", secondary: "txcb8d19", tertiary: "txcb8d1a", quaternary: "txcb8d1b" } }, defaultVariants: {}, compoundVariants: [] });
|
|
28
|
+
var header_theme = createRuntimeFn({ defaultClassName: "txcb8d1c", variantClassNames: { variant: { primary: "txcb8d1d", secondary: "txcb8d1e", tertiary: "txcb8d1f", quaternary: "txcb8d1g" } }, defaultVariants: {}, compoundVariants: [] });
|
|
29
|
+
var details = "txcb8d1h";
|
|
30
|
+
var url_row = "txcb8d1i";
|
|
31
|
+
var flexColumn = "txcb8d1j";
|
|
32
|
+
var ceoSection = createRuntimeFn({ defaultClassName: "txcb8d1k", variantClassNames: { variant: { primary: "txcb8d1l", secondary: "txcb8d1m", tertiary: "txcb8d1n", quaternary: "txcb8d1o" } }, defaultVariants: {}, compoundVariants: [] });
|
|
33
|
+
var ceoContainer = "txcb8d1p";
|
|
34
|
+
var ceoWrapper = "txcb8d1q";
|
|
35
|
+
var ceoMedia = "txcb8d1r txcb8d1j";
|
|
36
|
+
var ceoImgWrapper = "txcb8d1s";
|
|
37
|
+
var imgAlignment = "txcb8d1t";
|
|
38
|
+
var highlights = "txcb8d1u txcb8d1j";
|
|
39
|
+
var bulletsHeadline = createRuntimeFn({ defaultClassName: "txcb8d1v", variantClassNames: { variant: { primary: "txcb8d1w", secondary: "txcb8d1x", tertiary: "txcb8d1y", quaternary: "txcb8d1z" } }, defaultVariants: {}, compoundVariants: [] });
|
|
40
|
+
var bulletsWrapper = "txcb8d20 txcb8d1j";
|
|
41
|
+
var ceoContent = "txcb8d21 txcb8d1j";
|
|
42
|
+
var ceoHeader = "txcb8d22 txcb8d1j";
|
|
43
|
+
var ceoPersonalInfo = "txcb8d23 txcb8d1j";
|
|
44
|
+
var ceo_name = createRuntimeFn({ defaultClassName: "txcb8d24", variantClassNames: { variant: { primary: "txcb8d25", secondary: "txcb8d26", tertiary: "txcb8d27", quaternary: "txcb8d28" } }, defaultVariants: {}, compoundVariants: [] });
|
|
45
|
+
var ceo_title = createRuntimeFn({ defaultClassName: "txcb8d29", variantClassNames: { variant: { primary: "txcb8d2a", secondary: "txcb8d2b", tertiary: "txcb8d2c", quaternary: "txcb8d2d" } }, defaultVariants: {}, compoundVariants: [] });
|
|
46
|
+
var ceo_contacts = "txcb8d2e";
|
|
47
|
+
var svg_color = createRuntimeFn({ defaultClassName: "txcb8d2f", variantClassNames: { variant: { primary: "txcb8d2g", secondary: "txcb8d2h", tertiary: "txcb8d2i", quaternary: "txcb8d2j" } }, defaultVariants: {}, compoundVariants: [] });
|
|
48
|
+
var ceo_quote = createRuntimeFn({ defaultClassName: "txcb8d2k", variantClassNames: { variant: { primary: "txcb8d2l", secondary: "txcb8d2m", tertiary: "txcb8d2n", quaternary: "txcb8d2o" } }, defaultVariants: {}, compoundVariants: [] });
|
|
49
|
+
var ceo_body = "txcb8d2p";
|
|
50
|
+
var hover = "txcb8d2q";
|
|
51
|
+
var social = "txcb8d2r";
|
|
52
|
+
var tooltip = createRuntimeFn({ defaultClassName: "txcb8d2s", variantClassNames: { variant: { primary: "txcb8d2t", secondary: "txcb8d2u", tertiary: "txcb8d2v", quaternary: "txcb8d2w" } }, defaultVariants: {}, compoundVariants: [] });
|
|
53
|
+
var order_3 = "txcb8d2x";
|
|
54
|
+
var overlay = "txcb8d2y";
|
|
55
|
+
var stroke_color = createRuntimeFn({ defaultClassName: "txcb8d2z", variantClassNames: { variant: { primary: "txcb8d30", secondary: "txcb8d31", tertiary: "txcb8d32", quaternary: "txcb8d33" } }, defaultVariants: {}, compoundVariants: [] });
|
|
56
56
|
export {
|
|
57
57
|
bio_section_text,
|
|
58
58
|
bulletsHeadline,
|
|
@@ -175,7 +175,7 @@ const ExecutiveBio = ({
|
|
|
175
175
|
return /* @__PURE__ */ jsx(Fragment, { children: bannerType !== "Hero" ? /* @__PURE__ */ jsx(
|
|
176
176
|
"section",
|
|
177
177
|
{
|
|
178
|
-
className:
|
|
178
|
+
className: `${executive_bio} ${bannerType === "Compact" ? compact : ""}`,
|
|
179
179
|
id,
|
|
180
180
|
children: /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: `${padding} ${item_bio({ variant })} rounded`, children: /* @__PURE__ */ jsxs("div", { className: `${shift} flex`, children: [
|
|
181
181
|
executiveHeadshot && /* @__PURE__ */ jsx("div", { className: media, children: /* @__PURE__ */ jsx("div", { className: headshot, children: /* @__PURE__ */ jsx("div", { className: img_area, role: "presentation", children: /* @__PURE__ */ jsx(OptimizeImage, { src: executiveHeadshot?.src, alt: "" }) }) }) }),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SetContainerProps } from '../SetContainer';
|
|
2
1
|
import { ExecutiveBioSetProps as Props } from './ExecutiveBio.interface';
|
|
3
2
|
|
|
4
|
-
export declare const ExecutiveBioSet: ({ id, title, description, executiveBios, additionalDetails, variant: fullVariant, }: Props
|
|
3
|
+
export declare const ExecutiveBioSet: ({ id, title, description, executiveBios, additionalDetails, variant: fullVariant, numberOfColumns, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,36 +2,49 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
3
|
import { ExecutiveBio } from "./ExecutiveBio.js";
|
|
4
4
|
import { section_theme, bio_section_text, header_theme, components, details } from "./ExecutiveBio.css.js";
|
|
5
|
+
import "../utils/allowedAxosDomains.js";
|
|
6
|
+
import "react";
|
|
7
|
+
import { columnValues } from "../utils/variant.types.js";
|
|
8
|
+
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
5
9
|
const ExecutiveBioSet = ({
|
|
6
10
|
id,
|
|
7
11
|
title,
|
|
8
12
|
description,
|
|
9
13
|
executiveBios,
|
|
10
14
|
additionalDetails,
|
|
11
|
-
variant: fullVariant = "primary"
|
|
15
|
+
variant: fullVariant = "primary",
|
|
16
|
+
numberOfColumns = "1 Column"
|
|
12
17
|
}) => {
|
|
13
18
|
const variant = getVariant(fullVariant);
|
|
19
|
+
const numOfCols = getNumOfColumns(numberOfColumns);
|
|
14
20
|
return /* @__PURE__ */ jsxs("section", { id, className: section_theme({ variant }), children: [
|
|
15
21
|
/* @__PURE__ */ jsx("div", { className: "containment", children: (title || description) && /* @__PURE__ */ jsxs("div", { className: bio_section_text, children: [
|
|
16
22
|
title && /* @__PURE__ */ jsx("h2", { className: `header_1 ${header_theme({ variant })}`, children: title }),
|
|
17
23
|
description && /* @__PURE__ */ jsx(Fragment, { children: description })
|
|
18
24
|
] }) }),
|
|
19
|
-
/* @__PURE__ */ jsx(
|
|
20
|
-
|
|
25
|
+
/* @__PURE__ */ jsx(
|
|
26
|
+
"div",
|
|
21
27
|
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
className: numOfCols && columnValues.includes(numOfCols) ? `${components({ columns: numOfCols })} cols_${numOfCols} containment` : "",
|
|
29
|
+
children: executiveBios.map((bio) => /* @__PURE__ */ jsx(
|
|
30
|
+
ExecutiveBio,
|
|
31
|
+
{
|
|
32
|
+
id: `id_${bio.id}`,
|
|
33
|
+
executiveName: bio?.executiveName,
|
|
34
|
+
executiveTitle: bio?.executiveTitle,
|
|
35
|
+
executiveBodyCopy: bio?.executiveBodyCopy,
|
|
36
|
+
executiveEmailAddress: bio?.executiveEmailAddress,
|
|
37
|
+
executivePhoneNumber: bio?.executivePhoneNumber,
|
|
38
|
+
executiveLinkedIn: bio?.executiveLinkedIn,
|
|
39
|
+
executiveWebsite: bio?.executiveWebsite,
|
|
40
|
+
executiveHeadshot: { src: bio?.executiveHeadshot?.src || "" },
|
|
41
|
+
variant: bio?.variant,
|
|
42
|
+
bannerType: bio?.bannerType
|
|
43
|
+
},
|
|
44
|
+
bio.id
|
|
45
|
+
))
|
|
46
|
+
}
|
|
47
|
+
),
|
|
35
48
|
additionalDetails && /* @__PURE__ */ jsx("div", { className: "containment", children: /* @__PURE__ */ jsx("div", { className: details, children: /* @__PURE__ */ jsx(Fragment, { children: additionalDetails }) }) })
|
|
36
49
|
] });
|
|
37
50
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import '../assets/ImageBillboard/ImageBillboard.css';import '../assets/Insight/Insight.css';import '../assets/SetContainer/SetContainer.css';import '../assets/
|
|
1
|
+
import '../assets/ImageBillboard/ImageBillboard.css';import '../assets/Insight/Insight.css';import '../assets/SetContainer/SetContainer.css';import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';import '../assets/Typography/Typography.css';/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
6
|
/* empty css */
|
|
7
|
-
/* empty css */
|
|
8
7
|
/* empty css */
|
|
9
8
|
/* empty css */
|
|
10
9
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import '../assets/SetContainer/SetContainer.css';import '../assets/
|
|
1
|
+
import '../assets/SetContainer/SetContainer.css';import '../assets/themes/victorie.css';import '../assets/themes/ufb.css';import '../assets/themes/premier.css';import '../assets/themes/axos.css';/* empty css */
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
|
-
/* empty css */
|
|
6
|
-
/* empty css */
|
|
7
5
|
/* empty css */
|
|
8
6
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
9
7
|
var set_container = createRuntimeFn({ defaultClassName: "_18ygy9m0", variantClassNames: { variant: { primary: "_18ygy9m1", secondary: "_18ygy9m2", tertiary: "_18ygy9m3", quaternary: "_18ygy9m4" } }, defaultVariants: {}, compoundVariants: [] });
|
|
@@ -89,6 +89,7 @@ import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
|
|
|
89
89
|
import "../ContentBanner/ContentBanner.css.js";
|
|
90
90
|
/* empty css */
|
|
91
91
|
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
92
|
+
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
92
93
|
import "../FaqAccordion/index.js";
|
|
93
94
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
94
95
|
/* empty css */
|
|
@@ -133,7 +134,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
133
134
|
/* empty css */
|
|
134
135
|
import "../HeroBanner/LargeBanner.css.js";
|
|
135
136
|
import "../HeroBanner/SelectionBanner.css.js";
|
|
136
|
-
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
137
137
|
const SetContainer = ({
|
|
138
138
|
id,
|
|
139
139
|
variant,
|
|
@@ -177,56 +177,76 @@
|
|
|
177
177
|
margin-right: 0px;
|
|
178
178
|
align-self: flex-start;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
.txcb8d10 {
|
|
181
|
+
display: grid;
|
|
182
|
+
gap: 24px;
|
|
183
|
+
position: relative;
|
|
184
|
+
margin-inline: auto;
|
|
185
|
+
}
|
|
186
|
+
.txcb8d11 {
|
|
187
|
+
grid-template-columns: 1fr;
|
|
188
|
+
}
|
|
189
|
+
.txcb8d12 {
|
|
190
|
+
grid-template-columns: repeat(2, 1fr);
|
|
191
|
+
width: min(800px, 100%);
|
|
192
|
+
}
|
|
193
|
+
.txcb8d13 {
|
|
194
|
+
grid-template-columns: repeat(3, 1fr);
|
|
195
|
+
}
|
|
196
|
+
.txcb8d14 {
|
|
197
|
+
grid-template-columns: repeat(4, 1fr);
|
|
198
|
+
}
|
|
199
|
+
.txcb8d1 .txcb8d15 {
|
|
181
200
|
gap: 16px;
|
|
182
201
|
height: 100%;
|
|
183
202
|
}
|
|
184
|
-
.
|
|
203
|
+
.txcb8d16 {
|
|
185
204
|
margin-bottom: 40px;
|
|
186
|
-
margin-
|
|
187
|
-
margin-right: auto;
|
|
205
|
+
margin-inline: auto;
|
|
188
206
|
max-width: 800px;
|
|
189
207
|
text-align: center;
|
|
208
|
+
display: flex;
|
|
209
|
+
flex-direction: column;
|
|
210
|
+
gap: 8px;
|
|
190
211
|
}
|
|
191
|
-
.
|
|
192
|
-
color: #333D46;
|
|
193
|
-
margin-top: 8px;
|
|
194
|
-
}
|
|
195
|
-
.txcb8d12 {
|
|
212
|
+
.txcb8d17 {
|
|
196
213
|
margin-top: 0;
|
|
197
214
|
padding-bottom: 56px;
|
|
198
215
|
padding-top: 56px;
|
|
199
216
|
}
|
|
200
|
-
.
|
|
217
|
+
.txcb8d18 {
|
|
201
218
|
background: var(--_1073cm81);
|
|
219
|
+
color: var(--_1073cm83);
|
|
202
220
|
}
|
|
203
|
-
.
|
|
221
|
+
.txcb8d19 {
|
|
204
222
|
background: var(--_1073cm88);
|
|
223
|
+
color: var(--_1073cm8a);
|
|
205
224
|
}
|
|
206
|
-
.
|
|
225
|
+
.txcb8d1a {
|
|
207
226
|
background: var(--_1073cm8f);
|
|
227
|
+
color: var(--_1073cm8h);
|
|
208
228
|
}
|
|
209
|
-
.
|
|
229
|
+
.txcb8d1b {
|
|
210
230
|
background: var(--_1073cm8m);
|
|
231
|
+
color: var(--_1073cm8o);
|
|
211
232
|
}
|
|
212
|
-
.
|
|
233
|
+
.txcb8d1d {
|
|
213
234
|
color: var(--_1073cm85);
|
|
214
235
|
}
|
|
215
|
-
.
|
|
236
|
+
.txcb8d1e {
|
|
216
237
|
color: var(--_1073cm8c);
|
|
217
238
|
}
|
|
218
|
-
.
|
|
239
|
+
.txcb8d1f {
|
|
219
240
|
color: var(--_1073cm8j);
|
|
220
241
|
}
|
|
221
|
-
.
|
|
242
|
+
.txcb8d1g {
|
|
222
243
|
color: var(--_1073cm8q);
|
|
223
244
|
}
|
|
224
|
-
.
|
|
225
|
-
|
|
245
|
+
.txcb8d10.containment .containment {
|
|
246
|
+
width: 100%;
|
|
226
247
|
}
|
|
227
|
-
.
|
|
228
|
-
margin-
|
|
229
|
-
margin-right: auto;
|
|
248
|
+
.txcb8d1h {
|
|
249
|
+
margin-inline: auto;
|
|
230
250
|
margin-top: 40px;
|
|
231
251
|
max-width: 800px;
|
|
232
252
|
text-align: center;
|
|
@@ -234,51 +254,51 @@
|
|
|
234
254
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
235
255
|
margin-bottom: 3.5rem;
|
|
236
256
|
}
|
|
237
|
-
.
|
|
257
|
+
.txcb8d1i {
|
|
238
258
|
gap: 36px;
|
|
239
259
|
}
|
|
240
|
-
.txcb8dn + .
|
|
260
|
+
.txcb8dn + .txcb8d1i {
|
|
241
261
|
margin-top: 24px;
|
|
242
262
|
}
|
|
243
|
-
.
|
|
263
|
+
.txcb8d1j {
|
|
244
264
|
display: flex;
|
|
245
265
|
flex-direction: column;
|
|
246
266
|
}
|
|
247
|
-
.
|
|
267
|
+
.txcb8d1k {
|
|
248
268
|
position: relative;
|
|
249
269
|
isolation: isolate;
|
|
250
270
|
padding-block: 80px;
|
|
251
271
|
overflow: clip;
|
|
252
272
|
}
|
|
253
|
-
.
|
|
273
|
+
.txcb8d1l {
|
|
254
274
|
background: var(--_1073cm81);
|
|
255
275
|
color: var(--_1073cm83);
|
|
256
276
|
}
|
|
257
|
-
.
|
|
277
|
+
.txcb8d1m {
|
|
258
278
|
background: var(--_1073cm88);
|
|
259
279
|
color: var(--_1073cm8a);
|
|
260
280
|
}
|
|
261
|
-
.
|
|
281
|
+
.txcb8d1n {
|
|
262
282
|
background: var(--_1073cm8f);
|
|
263
283
|
color: var(--_1073cm8h);
|
|
264
284
|
}
|
|
265
|
-
.
|
|
285
|
+
.txcb8d1o {
|
|
266
286
|
background: var(--_1073cm8m);
|
|
267
287
|
color: var(--_1073cm8o);
|
|
268
288
|
}
|
|
269
|
-
main > div:has(.
|
|
289
|
+
main > div:has(.txcb8d1k) {
|
|
270
290
|
margin-top: 0;
|
|
271
291
|
}
|
|
272
|
-
.
|
|
292
|
+
.txcb8d1q {
|
|
273
293
|
display: flex;
|
|
274
294
|
align-items: flex-start;
|
|
275
295
|
gap: 56px;
|
|
276
296
|
}
|
|
277
|
-
.
|
|
297
|
+
.txcb8d1r {
|
|
278
298
|
gap: 32px;
|
|
279
299
|
width: min(344px, 100%);
|
|
280
300
|
}
|
|
281
|
-
.
|
|
301
|
+
.txcb8d1s {
|
|
282
302
|
aspect-ratio: 344 / 392;
|
|
283
303
|
border-radius: 16px;
|
|
284
304
|
align-self: stretch;
|
|
@@ -286,128 +306,128 @@ main > div:has(.txcb8d1g) {
|
|
|
286
306
|
max-width: 344px;
|
|
287
307
|
position: relative;
|
|
288
308
|
}
|
|
289
|
-
.
|
|
309
|
+
.txcb8d1t {
|
|
290
310
|
height: 100%;
|
|
291
311
|
width: 100%;
|
|
292
312
|
object-fit: cover;
|
|
293
313
|
position: absolute;
|
|
294
314
|
inset: 0;
|
|
295
315
|
}
|
|
296
|
-
.
|
|
316
|
+
.txcb8d1u {
|
|
297
317
|
gap: 16px;
|
|
298
318
|
}
|
|
299
|
-
.
|
|
319
|
+
.txcb8d1v {
|
|
300
320
|
display: block;
|
|
301
321
|
font: 700 18px / 1.5 var(--header-font-family);
|
|
302
322
|
letter-spacing: -0.198px;
|
|
303
323
|
}
|
|
304
|
-
.
|
|
324
|
+
.txcb8d1w {
|
|
305
325
|
color: var(--_1073cm85);
|
|
306
326
|
}
|
|
307
|
-
.
|
|
327
|
+
.txcb8d1x {
|
|
308
328
|
color: var(--_1073cm8c);
|
|
309
329
|
}
|
|
310
|
-
.
|
|
330
|
+
.txcb8d1y {
|
|
311
331
|
color: var(--_1073cm8j);
|
|
312
332
|
}
|
|
313
|
-
.
|
|
333
|
+
.txcb8d1z {
|
|
314
334
|
color: var(--_1073cm8q);
|
|
315
335
|
}
|
|
316
|
-
.
|
|
336
|
+
.txcb8d20 {
|
|
317
337
|
gap: 3px;
|
|
318
338
|
padding-left: 24px;
|
|
319
339
|
}
|
|
320
|
-
.
|
|
340
|
+
.txcb8d21 {
|
|
321
341
|
flex: 1;
|
|
322
342
|
gap: 24px;
|
|
323
343
|
}
|
|
324
|
-
.
|
|
344
|
+
.txcb8d22 {
|
|
325
345
|
gap: 16px;
|
|
326
346
|
}
|
|
327
|
-
.
|
|
347
|
+
.txcb8d23 {
|
|
328
348
|
gap: 12px;
|
|
329
349
|
}
|
|
330
|
-
.
|
|
350
|
+
.txcb8d25 {
|
|
331
351
|
color: var(--_1073cm85);
|
|
332
352
|
}
|
|
333
|
-
.
|
|
353
|
+
.txcb8d26 {
|
|
334
354
|
color: var(--_1073cm8c);
|
|
335
355
|
}
|
|
336
|
-
.
|
|
356
|
+
.txcb8d27 {
|
|
337
357
|
color: var(--_1073cm8j);
|
|
338
358
|
}
|
|
339
|
-
.
|
|
359
|
+
.txcb8d28 {
|
|
340
360
|
color: var(--_1073cm8q);
|
|
341
361
|
}
|
|
342
|
-
.
|
|
362
|
+
.txcb8d29 {
|
|
343
363
|
font-size: 20px;
|
|
344
364
|
line-height: 1.5;
|
|
345
365
|
}
|
|
346
|
-
.
|
|
366
|
+
.txcb8d2a {
|
|
347
367
|
color: var(--_1073cm85);
|
|
348
368
|
}
|
|
349
|
-
.
|
|
369
|
+
.txcb8d2b {
|
|
350
370
|
color: var(--_1073cm8c);
|
|
351
371
|
}
|
|
352
|
-
.
|
|
372
|
+
.txcb8d2c {
|
|
353
373
|
color: var(--_1073cm8j);
|
|
354
374
|
}
|
|
355
|
-
.
|
|
375
|
+
.txcb8d2d {
|
|
356
376
|
color: var(--_1073cm8q);
|
|
357
377
|
}
|
|
358
|
-
.
|
|
378
|
+
.txcb8d2e {
|
|
359
379
|
display: flex;
|
|
360
380
|
align-items: center;
|
|
361
381
|
gap: 18px;
|
|
362
382
|
}
|
|
363
|
-
.
|
|
383
|
+
.txcb8d2g {
|
|
364
384
|
fill: #2F5B88;
|
|
365
385
|
}
|
|
366
|
-
.
|
|
386
|
+
.txcb8d2h {
|
|
367
387
|
fill: #2F5B88;
|
|
368
388
|
}
|
|
369
|
-
.
|
|
389
|
+
.txcb8d2i {
|
|
370
390
|
fill: var(--_1073cm8g);
|
|
371
391
|
}
|
|
372
|
-
.
|
|
392
|
+
.txcb8d2j {
|
|
373
393
|
fill: var(--_1073cm8n);
|
|
374
394
|
}
|
|
375
|
-
.
|
|
395
|
+
.txcb8d2k {
|
|
376
396
|
font-size: 24px;
|
|
377
397
|
font-weight: 700;
|
|
378
398
|
line-height: 1.37;
|
|
379
399
|
font-family: var(--header-font-family);
|
|
380
400
|
text-wrap: pretty;
|
|
381
401
|
}
|
|
382
|
-
.
|
|
402
|
+
.txcb8d2l {
|
|
383
403
|
color: var(--_1073cm85);
|
|
384
404
|
}
|
|
385
|
-
.
|
|
405
|
+
.txcb8d2m {
|
|
386
406
|
color: var(--_1073cm8c);
|
|
387
407
|
}
|
|
388
|
-
.
|
|
408
|
+
.txcb8d2n {
|
|
389
409
|
color: var(--_1073cm8j);
|
|
390
410
|
}
|
|
391
|
-
.
|
|
411
|
+
.txcb8d2o {
|
|
392
412
|
color: var(--_1073cm8q);
|
|
393
413
|
}
|
|
394
|
-
.
|
|
414
|
+
.txcb8d2p p {
|
|
395
415
|
font-size: 16px;
|
|
396
416
|
line-height: 1.5;
|
|
397
417
|
}
|
|
398
|
-
.
|
|
418
|
+
.txcb8d2q {
|
|
399
419
|
scale: 1;
|
|
400
420
|
transition: scale 0.25s ease;
|
|
401
421
|
will-change: scale;
|
|
402
422
|
}
|
|
403
|
-
.
|
|
423
|
+
.txcb8d2q:hover {
|
|
404
424
|
scale: 1.1;
|
|
405
425
|
}
|
|
406
|
-
.
|
|
426
|
+
.txcb8d2r {
|
|
407
427
|
position: relative;
|
|
408
428
|
display: flex;
|
|
409
429
|
}
|
|
410
|
-
.
|
|
430
|
+
.txcb8d2s {
|
|
411
431
|
visibility: hidden;
|
|
412
432
|
min-width: 120px;
|
|
413
433
|
text-align: center;
|
|
@@ -424,31 +444,31 @@ main > div:has(.txcb8d1g) {
|
|
|
424
444
|
font-weight: 700;
|
|
425
445
|
font-family: var(--header-font-family);
|
|
426
446
|
}
|
|
427
|
-
.
|
|
447
|
+
.txcb8d2r:hover .txcb8d2s {
|
|
428
448
|
visibility: visible;
|
|
429
449
|
opacity: 1;
|
|
430
450
|
}
|
|
431
|
-
.
|
|
451
|
+
.txcb8d2r:focus-visible .txcb8d2s {
|
|
432
452
|
visibility: visible;
|
|
433
453
|
opacity: 1;
|
|
434
454
|
}
|
|
435
|
-
.
|
|
455
|
+
.txcb8d2t {
|
|
436
456
|
background: var(--_1073cm82);
|
|
437
457
|
color: var(--_1073cm86);
|
|
438
458
|
}
|
|
439
|
-
.
|
|
459
|
+
.txcb8d2u {
|
|
440
460
|
background: var(--_1073cm89);
|
|
441
461
|
color: var(--_1073cm8d);
|
|
442
462
|
}
|
|
443
|
-
.
|
|
463
|
+
.txcb8d2v {
|
|
444
464
|
background: var(--_1073cm8g);
|
|
445
465
|
color: var(--_1073cm8k);
|
|
446
466
|
}
|
|
447
|
-
.
|
|
467
|
+
.txcb8d2w {
|
|
448
468
|
background: var(--_1073cm8n);
|
|
449
469
|
color: var(--_1073cm8r);
|
|
450
470
|
}
|
|
451
|
-
.
|
|
471
|
+
.txcb8d2y {
|
|
452
472
|
position: absolute;
|
|
453
473
|
top: 0;
|
|
454
474
|
left: 0;
|
|
@@ -457,28 +477,28 @@ main > div:has(.txcb8d1g) {
|
|
|
457
477
|
height: 100%;
|
|
458
478
|
z-index: -1;
|
|
459
479
|
}
|
|
460
|
-
.
|
|
480
|
+
.txcb8d30 {
|
|
461
481
|
stroke: var(--_1073cm82);
|
|
462
482
|
}
|
|
463
|
-
.
|
|
483
|
+
.txcb8d31 {
|
|
464
484
|
stroke: var(--_1073cm89);
|
|
465
485
|
}
|
|
466
|
-
.
|
|
486
|
+
.txcb8d32 {
|
|
467
487
|
stroke: var(--_1073cm8g);
|
|
468
488
|
}
|
|
469
|
-
.
|
|
489
|
+
.txcb8d33 {
|
|
470
490
|
stroke: var(--_1073cm8n);
|
|
471
491
|
}
|
|
472
|
-
.
|
|
492
|
+
.txcb8d30 path {
|
|
473
493
|
stroke: var(--_1073cm82) !important;
|
|
474
494
|
}
|
|
475
|
-
.
|
|
495
|
+
.txcb8d31 path {
|
|
476
496
|
stroke: var(--_1073cm89) !important;
|
|
477
497
|
}
|
|
478
|
-
.
|
|
498
|
+
.txcb8d32 path {
|
|
479
499
|
stroke: var(--_1073cm8g) !important;
|
|
480
500
|
}
|
|
481
|
-
.
|
|
501
|
+
.txcb8d33 path {
|
|
482
502
|
stroke: var(--_1073cm8n) !important;
|
|
483
503
|
}
|
|
484
504
|
.txcb8d1 .containment {
|
|
@@ -489,6 +509,16 @@ main > div:has(.txcb8d1g) {
|
|
|
489
509
|
max-width: max-content;
|
|
490
510
|
}
|
|
491
511
|
}
|
|
512
|
+
@media (max-width: 1175px) {
|
|
513
|
+
.txcb8d13 {
|
|
514
|
+
grid-template-columns: repeat(2, 1fr);
|
|
515
|
+
width: min(840px, 100%);
|
|
516
|
+
}
|
|
517
|
+
.txcb8d14 {
|
|
518
|
+
grid-template-columns: repeat(2, 1fr);
|
|
519
|
+
width: min(840px, 100%);
|
|
520
|
+
}
|
|
521
|
+
}
|
|
492
522
|
@media (max-width: 1023px) {
|
|
493
523
|
.txcb8dm {
|
|
494
524
|
margin-top: 24px;
|
|
@@ -512,57 +542,66 @@ main > div:has(.txcb8d1g) {
|
|
|
512
542
|
.txcb8dz p:first-of-type {
|
|
513
543
|
margin-top: 8px;
|
|
514
544
|
}
|
|
515
|
-
.
|
|
545
|
+
.txcb8d12 {
|
|
546
|
+
width: min(675px, 100%);
|
|
547
|
+
}
|
|
548
|
+
.txcb8d13 {
|
|
549
|
+
width: min(675px, 100%);
|
|
550
|
+
}
|
|
551
|
+
.txcb8d14 {
|
|
552
|
+
width: min(675px, 100%);
|
|
553
|
+
}
|
|
554
|
+
.txcb8d15 {
|
|
516
555
|
flex-direction: column;
|
|
517
556
|
}
|
|
518
|
-
.
|
|
557
|
+
.txcb8d16 {
|
|
519
558
|
margin-bottom: 24px;
|
|
520
559
|
}
|
|
521
|
-
.
|
|
560
|
+
.txcb8d17 {
|
|
522
561
|
padding-top: 42px;
|
|
523
562
|
padding-bottom: 42px;
|
|
524
563
|
}
|
|
525
|
-
.
|
|
564
|
+
.txcb8d1h {
|
|
526
565
|
margin-top: 24px;
|
|
527
566
|
}
|
|
528
|
-
.
|
|
567
|
+
.txcb8d1k {
|
|
529
568
|
padding-block: 42px;
|
|
530
569
|
}
|
|
531
|
-
.
|
|
570
|
+
.txcb8d1q {
|
|
532
571
|
gap: 32px;
|
|
533
572
|
}
|
|
534
573
|
}
|
|
535
574
|
@media (max-width: 1570px) {
|
|
536
|
-
.
|
|
575
|
+
.txcb8d2y {
|
|
537
576
|
left: calc(-11.875rem + ((1vw - 12.6200px) * 61.6883));
|
|
538
577
|
}
|
|
539
578
|
}
|
|
540
579
|
@media (max-width: 1262px) {
|
|
541
|
-
.
|
|
580
|
+
.txcb8d2y {
|
|
542
581
|
left: -190px;
|
|
543
582
|
}
|
|
544
583
|
}
|
|
545
584
|
@media (max-width: 850px) {
|
|
546
|
-
.
|
|
585
|
+
.txcb8d1q {
|
|
547
586
|
flex-direction: column;
|
|
548
587
|
gap: 24px;
|
|
549
588
|
}
|
|
550
|
-
.
|
|
589
|
+
.txcb8d1r {
|
|
551
590
|
display: contents;
|
|
552
591
|
}
|
|
553
|
-
.
|
|
592
|
+
.txcb8d1u {
|
|
554
593
|
order: 1;
|
|
555
594
|
}
|
|
556
|
-
.
|
|
595
|
+
.txcb8d21 {
|
|
557
596
|
display: contents;
|
|
558
597
|
}
|
|
559
|
-
.
|
|
598
|
+
.txcb8d2p {
|
|
560
599
|
order: 2;
|
|
561
600
|
}
|
|
562
|
-
.
|
|
601
|
+
.txcb8d2x {
|
|
563
602
|
order: 3;
|
|
564
603
|
}
|
|
565
|
-
.
|
|
604
|
+
.txcb8d2y {
|
|
566
605
|
height: 530px;
|
|
567
606
|
left: unset;
|
|
568
607
|
right: -150px;
|
|
@@ -596,30 +635,43 @@ main > div:has(.txcb8d1g) {
|
|
|
596
635
|
.txcb8dx {
|
|
597
636
|
width: 200px;
|
|
598
637
|
}
|
|
599
|
-
.txcb8d11 h2 + p {
|
|
600
|
-
font-size: 1rem;
|
|
601
|
-
line-height: 1.5;
|
|
602
|
-
}
|
|
603
638
|
.txcb8d12 {
|
|
639
|
+
grid-template-columns: 1fr;
|
|
640
|
+
width: min(350px, calc(100% - 2rem));
|
|
641
|
+
}
|
|
642
|
+
.txcb8d13 {
|
|
643
|
+
grid-template-columns: 1fr;
|
|
644
|
+
width: min(350px, calc(100% - 2rem));
|
|
645
|
+
}
|
|
646
|
+
.txcb8d14 {
|
|
647
|
+
grid-template-columns: 1fr;
|
|
648
|
+
width: min(350px, calc(100% - 2rem));
|
|
649
|
+
}
|
|
650
|
+
.txcb8d17 {
|
|
604
651
|
padding-top: 32px;
|
|
605
652
|
padding-bottom: 32px;
|
|
606
653
|
}
|
|
607
|
-
.txcb8dn + .
|
|
654
|
+
.txcb8dn + .txcb8d1i {
|
|
608
655
|
margin-top: 10px;
|
|
609
656
|
}
|
|
610
|
-
.
|
|
657
|
+
.txcb8d1k {
|
|
611
658
|
padding-block: 32px;
|
|
612
659
|
}
|
|
613
|
-
.
|
|
660
|
+
.txcb8d1u {
|
|
614
661
|
gap: 12px;
|
|
615
662
|
}
|
|
616
|
-
.
|
|
663
|
+
.txcb8d29 {
|
|
617
664
|
font-size: 16px;
|
|
618
665
|
}
|
|
619
|
-
.
|
|
666
|
+
.txcb8d2k {
|
|
620
667
|
font-size: 18px;
|
|
621
668
|
}
|
|
622
669
|
}
|
|
670
|
+
@media (min-width: 1176px) {
|
|
671
|
+
.txcb8d14 .txcb8d15 {
|
|
672
|
+
flex-direction: column;
|
|
673
|
+
}
|
|
674
|
+
}
|
|
623
675
|
@media screen and (max-width: 1023px) {
|
|
624
676
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
625
677
|
margin-bottom: 42px;
|
|
@@ -631,32 +683,32 @@ main > div:has(.txcb8d1g) {
|
|
|
631
683
|
}
|
|
632
684
|
}
|
|
633
685
|
@media (max-width: 500px) {
|
|
634
|
-
.
|
|
686
|
+
.txcb8d1i {
|
|
635
687
|
gap: 24px;
|
|
636
688
|
}
|
|
637
689
|
}
|
|
638
690
|
@media (max-width: 400px) {
|
|
639
|
-
.
|
|
691
|
+
.txcb8d1i {
|
|
640
692
|
align-items: flex-start;
|
|
641
693
|
flex-direction: column;
|
|
642
694
|
gap: 10px;
|
|
643
695
|
}
|
|
644
696
|
}
|
|
645
697
|
@media (max-width: 1023px) and (min-width: 769px) {
|
|
646
|
-
.
|
|
698
|
+
.txcb8d1p {
|
|
647
699
|
width: min(1200px, calc(100% - 4rem));
|
|
648
700
|
}
|
|
649
701
|
}
|
|
650
702
|
@media (min-width: 769px) {
|
|
651
|
-
.
|
|
703
|
+
.txcb8d2x > * + * {
|
|
652
704
|
margin-top: 14px;
|
|
653
705
|
}
|
|
654
706
|
}
|
|
655
707
|
@media (min-width: 851px) {
|
|
656
|
-
.
|
|
708
|
+
.txcb8d30 path {
|
|
657
709
|
opacity: 0.5;
|
|
658
710
|
}
|
|
659
|
-
.
|
|
711
|
+
.txcb8d31 path {
|
|
660
712
|
opacity: 0.5;
|
|
661
713
|
}
|
|
662
714
|
}
|
|
@@ -41,18 +41,6 @@
|
|
|
41
41
|
flex-wrap: wrap;
|
|
42
42
|
gap: 24px;
|
|
43
43
|
}
|
|
44
|
-
._18ygy9m7:has(.txcb8d1) {
|
|
45
|
-
grid-template-columns: 1fr;
|
|
46
|
-
}
|
|
47
|
-
._18ygy9m8:has(.txcb8d1) {
|
|
48
|
-
grid-template-columns: 1fr 1fr;
|
|
49
|
-
}
|
|
50
|
-
._18ygy9m9:has(.txcb8d1) {
|
|
51
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
52
|
-
}
|
|
53
|
-
._18ygy9ma:has(.txcb8d1) {
|
|
54
|
-
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
55
|
-
}
|
|
56
44
|
._18ygy9m6.cols_1 > .is_icon {
|
|
57
45
|
flex: 1 1 100%;
|
|
58
46
|
}
|
|
@@ -161,23 +149,10 @@
|
|
|
161
149
|
display: grid;
|
|
162
150
|
grid-template-columns: 1fr;
|
|
163
151
|
}
|
|
164
|
-
._18ygy9m6:has(.txcb8d1) {
|
|
165
|
-
grid-template-columns: 1fr !important;
|
|
166
|
-
width: min(300px, 100%);
|
|
167
|
-
margin-inline: auto;
|
|
168
|
-
}
|
|
169
152
|
._18ygy9mb {
|
|
170
153
|
padding-block: 1.5rem;
|
|
171
154
|
}
|
|
172
155
|
}
|
|
173
|
-
@media screen and (max-width: 1200px) {
|
|
174
|
-
._18ygy9m9:has(.txcb8d1) {
|
|
175
|
-
grid-template-columns: 1fr 1fr;
|
|
176
|
-
}
|
|
177
|
-
._18ygy9ma:has(.txcb8d1) {
|
|
178
|
-
grid-template-columns: 1fr 1fr;
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
156
|
@media screen and (max-width: 1280px) {
|
|
182
157
|
._18ygy9m6.cols_4 > .is_icon {
|
|
183
158
|
flex-basis: calc(50% - 12px);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.100-dev.73-compact-executive-bio",
|
|
4
|
+
"version": "1.0.100-dev.73-compact-executive-bio.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|