quirk-ui 0.0.343 → 0.0.345
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/assets/index10.css +1 -1
- package/dist/assets/index10.css.d.ts +28 -27
- package/dist/next/cards/GridCard/index.js +68 -67
- package/dist/styles.css +1 -1
- package/dist/styles.css.d.ts +28 -27
- package/package.json +1 -1
package/dist/assets/index10.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._cardLink_zhp7y_1{text-decoration:none;cursor:pointer}._card_zhp7y_1{background-color:transparent;min-height:300px;border-radius:var(--radius-md);position:relative;overflow:hidden}@media (max-width: 768px){._card_zhp7y_1{width:100%;max-width:none;min-width:0}}._container_zhp7y_20{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:100%;width:100%;padding:3.25rem var(--spacing-xl)}._icon_zhp7y_30{margin-bottom:1rem}._icon_zhp7y_30 i,._icon_zhp7y_30 svg{font-size:2.5rem;color:var(--color-primary-100)}._cardLink_zhp7y_1:hover ._card_zhp7y_1,._modalTrigger_zhp7y_52:hover ._card_zhp7y_1{background-color:var(--color-primary-100)}._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._label_zhp7y_58,._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._label_zhp7y_58{opacity:1;transform:translateY(0)}._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63,._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._title_zhp7y_70{margin:0;font-size:1.75rem;font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);text-decoration:none;flex:1;transition:color .3s ease-in-out}._title_zhp7y_70 span{transition:color .3s ease-in-out}._description_zhp7y_93{margin:0}._description_zhp7y_93:has(.inlineNumber){display:flex;gap:var(--spacing-md)}@media (max-width: 767px){._description_zhp7y_93:has(.inlineNumber){align-items:center;justify-content:center;flex-direction:column}}._image_zhp7y_108{position:relative;height:100%;width:80px;display:flex;align-items:center;justify-content:center}._image_zhp7y_108 img{position:relative;width:80px;height:auto}._modalTrigger_zhp7y_52{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}._modalTrigger_zhp7y_52 ._image_zhp7y_108{transition:opacity .3s ease-in-out}._modalTrigger_zhp7y_52:hover ._cardIcon_zhp7y_63{background-color:var(--color-primary-100);border-color:var(--color-primary-100);color:#fff}._modalTrigger_zhp7y_52:hover ._image_zhp7y_108{opacity:.75}._callToAction_zhp7y_57{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:var(--spacing-sm)}._callToAction_zhp7y_57 ._cardIcon_zhp7y_63{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_zhp7y_57 ._label_zhp7y_58{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}._metric_zhp7y_189 ._content_zhp7y_190{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);width:100%;height:100%;margin:0 auto}._metric_zhp7y_189 ._description_zhp7y_93{text-align:center;font-size:var(--font-size-lg)}._metric_zhp7y_189 ._outerCircle_zhp7y_206{stroke-width:10px;stroke:#ccc}._metric_zhp7y_189 ._innerCircle_zhp7y_211{stroke:var(--color-primary-100);fill:none;stroke-width:10px}._metric_zhp7y_189 ._metricLabel_zhp7y_217{position:relative;font-weight:var(--font-weight-bold);font-size:1.75rem;fill:var(--color-primary-100)}._textOnly_zhp7y_225 ._title_zhp7y_70{color:var(--color-primary-100)}._textOnly_zhp7y_225 ._description_zhp7y_93{color:var(--color-text-primary);font-size:var(--font-size-lg)}._textOnly_zhp7y_225 ._cardLink_zhp7y_1:hover ._card_zhp7y_1,._textOnly_zhp7y_225 ._modalTrigger_zhp7y_52:hover ._card_zhp7y_1{background-color:var(--color-primary-100)}._textOnly_zhp7y_225 ._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._label_zhp7y_58,._textOnly_zhp7y_225 ._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._label_zhp7y_58{opacity:1;transform:translateY(0);color:#fff}._textOnly_zhp7y_225 ._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63,._textOnly_zhp7y_225 ._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63{background-color:#e0eaf9;color:var(--color-primary-100);border:5px solid #e0eaf9}._fullBleed_zhp7y_257{min-height:450px}._fullBleed_zhp7y_257 ._container_zhp7y_20{display:block;padding:0}._fullBleed_zhp7y_257 ._modalTrigger_zhp7y_52{display:block}._fullBleed_zhp7y_257 ._content_zhp7y_190{position:absolute;bottom:var(--spacing-md);right:var(--spacing-md);left:var(--spacing-md);z-index:5;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:var(--spacing-lg)}._fullBleed_zhp7y_257 ._image_zhp7y_108{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}._fullBleed_zhp7y_257 ._image_zhp7y_108 img{width:100%;height:100%;object-fit:cover}._imageTop_zhp7y_298 ._container_zhp7y_20{height:auto;gap:var(--spacing-lg);justify-content:flex-start;flex-direction:column-reverse}._imageTop_zhp7y_298 ._image_zhp7y_108{height:auto;max-width:225px;align-items:center;justify-content:center}._imageTop_zhp7y_298 ._image_zhp7y_108 img{position:relative;width:100%}._imageBottom_zhp7y_319 ._container_zhp7y_20{height:100%;justify-content:flex-start;flex-direction:column}._imageBottom_zhp7y_319 ._image_zhp7y_108{height:auto;align-items:normal}@media (max-width: 767px){._imageBottom_zhp7y_319 ._image_zhp7y_108{max-height:350px}}._imageBottom_zhp7y_319 ._image_zhp7y_108 img{width:100%;height:auto}@media (max-width: 767px){._imageBottom_zhp7y_319 ._image_zhp7y_108 img{position:relative}}._imageLeft_zhp7y_346 ._container_zhp7y_20{flex-direction:row-reverse}@media (max-width: 767px){._imageLeft_zhp7y_346 ._container_zhp7y_20{flex-direction:column-reverse}}._imageRight_zhp7y_356 ._container_zhp7y_20{flex-direction:row}@media (max-width: 767px){._imageRight_zhp7y_356 ._container_zhp7y_20{flex-direction:column}}._imageLeft_zhp7y_346 ._content_zhp7y_190,._imageRight_zhp7y_356 ._content_zhp7y_190{flex:.5;width:100%}._imageLeft_zhp7y_346 ._title_zhp7y_70,._imageRight_zhp7y_356 ._title_zhp7y_70{font-size:2rem}._imageLeft_zhp7y_346 ._description_zhp7y_93,._imageRight_zhp7y_356 ._description_zhp7y_93{font-size:var(--font-size-lg)}._imageLeft_zhp7y_346 ._image_zhp7y_108,._imageRight_zhp7y_356 ._image_zhp7y_108{flex:.5}._imageLeft_zhp7y_346 ._image_zhp7y_108 img,._imageRight_zhp7y_356 ._image_zhp7y_108 img{width:100%;height:100%;object-fit:contain}@media (max-width: 767px){._imageLeft_zhp7y_346 ._image_zhp7y_108,._imageRight_zhp7y_356 ._image_zhp7y_108{flex:1;justify-content:flex-start;max-height:250px}._imageLeft_zhp7y_346 ._image_zhp7y_108 img,._imageRight_zhp7y_356 ._image_zhp7y_108 img{position:relative;height:100%;width:100%;min-width:150px}}._containImage_zhp7y_405{gap:var(--spacing-xl)}._fullBleedImage_zhp7y_409{padding:0;gap:0}._fullBleedImage_zhp7y_409 ._content_zhp7y_190{padding:var(--spacing-xl)}._imageVariant_zhp7y_423{min-height:225px}._imageVariant_zhp7y_423 ._container_zhp7y_20{padding:var(--spacing-xl)}._imageVariant_zhp7y_423 ._image_zhp7y_108{width:100%;min-height:unset}._imageVariant_zhp7y_423 ._image_zhp7y_108 ._image_zhp7y_108 img{position:relative}.homeGrid ._textOnly_zhp7y_225 ._title_zhp7y_70{color:#fff}.homeGrid ._textOnly_zhp7y_225 ._description_zhp7y_93{color:#fff;font-size:var(--font-size-lg)}.startMetricGrid ._textOnly_zhp7y_225{max-width:300px;margin:0 auto}.startMetricGrid ._textOnly_zhp7y_225 ._title_zhp7y_70{font-size:3rem}.conditionManagementServicesGrid ._imageLeft_zhp7y_346{min-height:235px}.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._content_zhp7y_190{flex:1}.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._title_zhp7y_70{font-size:var(--font-size-xl)}.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._image_zhp7y_108{flex:.25}@media (max-width: 767px){.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._image_zhp7y_108{flex:1}}.backgroundPrimary ._eyebrow_zhp7y_486,.backgroundPrimary ._title_zhp7y_70,.backgroundPrimary ._description_zhp7y_93{color:#fff}.backgroundPrimary ._cta_zhp7y_498 ._secondary_zhp7y_499{background-color:#fff}
|
|
@@ -1,31 +1,32 @@
|
|
|
1
1
|
declare const styles: {
|
|
2
|
-
readonly "
|
|
3
|
-
readonly "
|
|
4
|
-
readonly "
|
|
5
|
-
readonly "
|
|
6
|
-
readonly "
|
|
7
|
-
readonly "
|
|
8
|
-
readonly "
|
|
9
|
-
readonly "
|
|
10
|
-
readonly "
|
|
11
|
-
readonly "
|
|
12
|
-
readonly "
|
|
13
|
-
readonly "
|
|
14
|
-
readonly "
|
|
15
|
-
readonly "
|
|
16
|
-
readonly "
|
|
17
|
-
readonly "
|
|
18
|
-
readonly "
|
|
19
|
-
readonly "
|
|
20
|
-
readonly "
|
|
21
|
-
readonly "
|
|
22
|
-
readonly "
|
|
23
|
-
readonly "
|
|
24
|
-
readonly "
|
|
25
|
-
readonly "
|
|
26
|
-
readonly "
|
|
27
|
-
readonly "
|
|
28
|
-
readonly "
|
|
2
|
+
readonly "_callToAction_zhp7y_57": string;
|
|
3
|
+
readonly "_cardIcon_zhp7y_63": string;
|
|
4
|
+
readonly "_cardLink_zhp7y_1": string;
|
|
5
|
+
readonly "_card_zhp7y_1": string;
|
|
6
|
+
readonly "_containImage_zhp7y_405": string;
|
|
7
|
+
readonly "_container_zhp7y_20": string;
|
|
8
|
+
readonly "_content_zhp7y_190": string;
|
|
9
|
+
readonly "_cta_zhp7y_498": string;
|
|
10
|
+
readonly "_description_zhp7y_93": string;
|
|
11
|
+
readonly "_eyebrow_zhp7y_486": string;
|
|
12
|
+
readonly "_fullBleedImage_zhp7y_409": string;
|
|
13
|
+
readonly "_fullBleed_zhp7y_257": string;
|
|
14
|
+
readonly "_icon_zhp7y_30": string;
|
|
15
|
+
readonly "_imageBottom_zhp7y_319": string;
|
|
16
|
+
readonly "_imageLeft_zhp7y_346": string;
|
|
17
|
+
readonly "_imageRight_zhp7y_356": string;
|
|
18
|
+
readonly "_imageTop_zhp7y_298": string;
|
|
19
|
+
readonly "_imageVariant_zhp7y_423": string;
|
|
20
|
+
readonly "_image_zhp7y_108": string;
|
|
21
|
+
readonly "_innerCircle_zhp7y_211": string;
|
|
22
|
+
readonly "_label_zhp7y_58": string;
|
|
23
|
+
readonly "_metricLabel_zhp7y_217": string;
|
|
24
|
+
readonly "_metric_zhp7y_189": string;
|
|
25
|
+
readonly "_modalTrigger_zhp7y_52": string;
|
|
26
|
+
readonly "_outerCircle_zhp7y_206": string;
|
|
27
|
+
readonly "_secondary_zhp7y_499": string;
|
|
28
|
+
readonly "_textOnly_zhp7y_225": string;
|
|
29
|
+
readonly "_title_zhp7y_70": string;
|
|
29
30
|
readonly "backgroundPrimary": string;
|
|
30
31
|
readonly "conditionManagementServicesGrid": string;
|
|
31
32
|
readonly "homeGrid": string;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { jsx as s, Fragment as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { RichText as
|
|
1
|
+
import { jsx as s, Fragment as y, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { useState as O, useEffect as P } from "react";
|
|
3
|
+
import { RichText as f } from "../../ui/PortableTextRenderer/index.js";
|
|
4
4
|
import S from "next/image";
|
|
5
5
|
import '../../../assets/colors.css';import '../../../assets/index.css';import '../../../assets/index10.css';/* empty css */
|
|
6
|
-
import { Modal as
|
|
6
|
+
import { Modal as k } from "../../../core/components/Modal/index.js";
|
|
7
7
|
import "../../../core/components/Tabs/index.js";
|
|
8
8
|
/* empty css */
|
|
9
9
|
import { resolveLinkURL as D } from "../../utils/resolveLinkUrl.js";
|
|
10
10
|
import { useMediaQuery as E } from "../../hooks/useMediaQuery.js";
|
|
11
|
-
import { useStyleClasses as
|
|
11
|
+
import { useStyleClasses as V } from "../../hooks/useStyleClasses.js";
|
|
12
12
|
import "@fortawesome/fontawesome-free/css/all.min.css";
|
|
13
|
-
import { P as
|
|
14
|
-
import { A as
|
|
15
|
-
const H = "
|
|
16
|
-
cardLink:
|
|
17
|
-
card:
|
|
18
|
-
container:
|
|
19
|
-
icon:
|
|
20
|
-
modalTrigger:
|
|
21
|
-
callToAction:
|
|
22
|
-
label:
|
|
23
|
-
cardIcon:
|
|
13
|
+
import { P as G } from "../../../play-DYgKiSaf.js";
|
|
14
|
+
import { A as Q } from "../../../arrow-right-QEwnX3Sk.js";
|
|
15
|
+
const q = "_cardLink_zhp7y_1", H = "_card_zhp7y_1", J = "_container_zhp7y_20", K = "_icon_zhp7y_30", W = "_modalTrigger_zhp7y_52", X = "_callToAction_zhp7y_57", Y = "_label_zhp7y_58", Z = "_cardIcon_zhp7y_63", T = "_title_zhp7y_70", A = "_description_zhp7y_93", ee = "_image_zhp7y_108", te = "_metric_zhp7y_189", re = "_content_zhp7y_190", se = "_outerCircle_zhp7y_206", ne = "_innerCircle_zhp7y_211", oe = "_metricLabel_zhp7y_217", ie = "_textOnly_zhp7y_225", ae = "_fullBleed_zhp7y_257", le = "_imageTop_zhp7y_298", ce = "_imageBottom_zhp7y_319", de = "_imageLeft_zhp7y_346", _e = "_imageRight_zhp7y_356", pe = "_containImage_zhp7y_405", he = "_fullBleedImage_zhp7y_409", me = "_imageVariant_zhp7y_423", ye = "_eyebrow_zhp7y_486", t = {
|
|
16
|
+
cardLink: q,
|
|
17
|
+
card: H,
|
|
18
|
+
container: J,
|
|
19
|
+
icon: K,
|
|
20
|
+
modalTrigger: W,
|
|
21
|
+
callToAction: X,
|
|
22
|
+
label: Y,
|
|
23
|
+
cardIcon: Z,
|
|
24
24
|
title: T,
|
|
25
25
|
description: A,
|
|
26
26
|
image: ee,
|
|
@@ -30,51 +30,52 @@ const H = "_cardLink_etuxn_1", J = "_card_etuxn_1", K = "_container_etuxn_20", W
|
|
|
30
30
|
innerCircle: ne,
|
|
31
31
|
metricLabel: oe,
|
|
32
32
|
textOnly: ie,
|
|
33
|
-
fullBleed:
|
|
34
|
-
imageTop:
|
|
33
|
+
fullBleed: ae,
|
|
34
|
+
imageTop: le,
|
|
35
35
|
imageBottom: ce,
|
|
36
36
|
imageLeft: de,
|
|
37
37
|
imageRight: _e,
|
|
38
|
-
containImage:
|
|
39
|
-
fullBleedImage:
|
|
40
|
-
|
|
38
|
+
containImage: pe,
|
|
39
|
+
fullBleedImage: he,
|
|
40
|
+
imageVariant: me,
|
|
41
|
+
eyebrow: ye
|
|
41
42
|
};
|
|
42
43
|
function Re({
|
|
43
|
-
style:
|
|
44
|
-
variant:
|
|
44
|
+
style: x,
|
|
45
|
+
variant: u = "noImage",
|
|
45
46
|
metricValue: c,
|
|
46
47
|
eyebrow: d,
|
|
47
48
|
title: _,
|
|
48
|
-
description:
|
|
49
|
+
description: p,
|
|
49
50
|
image: e,
|
|
50
|
-
icon:
|
|
51
|
+
icon: z,
|
|
51
52
|
callToAction: r,
|
|
52
|
-
onHover:
|
|
53
|
-
onLeave:
|
|
53
|
+
onHover: L,
|
|
54
|
+
onLeave: w,
|
|
54
55
|
gridArea: b,
|
|
55
|
-
styleOptions:
|
|
56
|
+
styleOptions: I
|
|
56
57
|
}) {
|
|
57
|
-
const [
|
|
58
|
-
|
|
58
|
+
const [N, B] = O(void 0), C = V(I);
|
|
59
|
+
P(() => {
|
|
59
60
|
async function n() {
|
|
60
61
|
if ((r == null ? void 0 : r.type) === "link" || (r == null ? void 0 : r.type) === "download") {
|
|
61
62
|
const i = await D(r);
|
|
62
|
-
|
|
63
|
+
B(i);
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
66
|
n();
|
|
66
67
|
}, [r]);
|
|
67
|
-
const
|
|
68
|
+
const l = E("(max-width: 768px)"), $ = (e == null ? void 0 : e.asset) && (e == null ? void 0 : e.layout) === "cover", o = {};
|
|
68
69
|
if ((e == null ? void 0 : e.layout) === "cover")
|
|
69
|
-
o.objectFit = "cover", e != null && e.position && (o.objectPosition =
|
|
70
|
+
o.objectFit = "cover", e != null && e.position && (o.objectPosition = l ? "top" : e == null ? void 0 : e.position);
|
|
70
71
|
else if ((e == null ? void 0 : e.layout) === "contain") {
|
|
71
|
-
if (o.objectFit = "contain", (e == null ? void 0 : e.width) === "half" ? o.width =
|
|
72
|
+
if (o.objectFit = "contain", (e == null ? void 0 : e.width) === "half" ? o.width = l ? "100%" : "50%" : (e == null ? void 0 : e.width) === "inset" ? o.width = l ? "100%" : "75%" : o.width = "100%", e != null && e.aspectRatio) {
|
|
72
73
|
const [n, i] = e == null ? void 0 : e.aspectRatio.split(":").map(Number);
|
|
73
74
|
o.aspectRatio = `${n}/${i}`;
|
|
74
75
|
}
|
|
75
76
|
} else
|
|
76
77
|
o.objectFit = "none";
|
|
77
|
-
const
|
|
78
|
+
const R = {
|
|
78
79
|
"full-bleed": t.fullBleed,
|
|
79
80
|
text: t.textOnly,
|
|
80
81
|
metric: t.metric,
|
|
@@ -82,7 +83,7 @@ function Re({
|
|
|
82
83
|
"image-right": t.imageRight,
|
|
83
84
|
"image-top": t.imageTop,
|
|
84
85
|
"image-bottom": t.imageBottom
|
|
85
|
-
}[
|
|
86
|
+
}[x || "text"], g = /* @__PURE__ */ s(y, { children: e && e.imageUrl ? /* @__PURE__ */ s("div", { className: t.image, children: /* @__PURE__ */ s(
|
|
86
87
|
S,
|
|
87
88
|
{
|
|
88
89
|
src: e.imageUrl,
|
|
@@ -92,10 +93,10 @@ function Re({
|
|
|
92
93
|
priority: !0,
|
|
93
94
|
style: o
|
|
94
95
|
}
|
|
95
|
-
) }) : null }),
|
|
96
|
+
) }) : null }), U = ({ value: n }) => {
|
|
96
97
|
if (n && n.includes("%")) {
|
|
97
|
-
const
|
|
98
|
-
return /* @__PURE__ */
|
|
98
|
+
const m = 2 * Math.PI * 57.5, F = m - parseFloat(n) / 100 * m;
|
|
99
|
+
return /* @__PURE__ */ a("svg", { width: 125, height: 125, viewBox: "0 0 125 125", children: [
|
|
99
100
|
/* @__PURE__ */ s(
|
|
100
101
|
"circle",
|
|
101
102
|
{
|
|
@@ -114,8 +115,8 @@ function Re({
|
|
|
114
115
|
cy: 125 / 2,
|
|
115
116
|
r: 57.5,
|
|
116
117
|
fill: "none",
|
|
117
|
-
strokeDasharray:
|
|
118
|
-
strokeDashoffset:
|
|
118
|
+
strokeDasharray: m,
|
|
119
|
+
strokeDashoffset: F,
|
|
119
120
|
strokeLinecap: "round",
|
|
120
121
|
transform: `rotate(-90 ${125 / 2} ${125 / 2})`
|
|
121
122
|
}
|
|
@@ -134,33 +135,33 @@ function Re({
|
|
|
134
135
|
] });
|
|
135
136
|
}
|
|
136
137
|
return /* @__PURE__ */ s("div", { className: t.metric });
|
|
137
|
-
},
|
|
138
|
-
/* @__PURE__ */
|
|
138
|
+
}, M = !c && !d && !_ && !p, v = /* @__PURE__ */ a(y, { children: [
|
|
139
|
+
/* @__PURE__ */ a(
|
|
139
140
|
"div",
|
|
140
141
|
{
|
|
141
|
-
className: `${t.container} ${
|
|
142
|
+
className: `${t.container} ${$ ? t.fullBleedImage : t.containImage} `,
|
|
142
143
|
children: [
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
c && /* @__PURE__ */ s(
|
|
146
|
-
d && /* @__PURE__ */ s(
|
|
147
|
-
_ && /* @__PURE__ */ s(
|
|
148
|
-
|
|
144
|
+
u !== "image" && !M && /* @__PURE__ */ a("div", { className: t.content, children: [
|
|
145
|
+
z && /* @__PURE__ */ s("div", { className: t.icon, children: /* @__PURE__ */ s("i", { className: z }) }),
|
|
146
|
+
c && /* @__PURE__ */ s(U, { value: c }),
|
|
147
|
+
d && /* @__PURE__ */ s(f, { className: t.eyebrow, blocks: d }),
|
|
148
|
+
_ && /* @__PURE__ */ s(f, { className: t.title, blocks: _ }),
|
|
149
|
+
p && /* @__PURE__ */ s(f, { className: t.description, blocks: p })
|
|
149
150
|
] }),
|
|
150
|
-
|
|
151
|
+
g
|
|
151
152
|
]
|
|
152
153
|
}
|
|
153
154
|
),
|
|
154
|
-
(r == null ? void 0 : r.videoUrl) && /* @__PURE__ */
|
|
155
|
+
(r == null ? void 0 : r.videoUrl) && /* @__PURE__ */ a("div", { className: t.callToAction, children: [
|
|
155
156
|
/* @__PURE__ */ s("div", { className: t.label, children: r.label }),
|
|
156
|
-
/* @__PURE__ */ s("div", { className: t.cardIcon, children: /* @__PURE__ */ s(
|
|
157
|
+
/* @__PURE__ */ s("div", { className: t.cardIcon, children: /* @__PURE__ */ s(G, { size: 45 }) })
|
|
157
158
|
] }),
|
|
158
|
-
(r == null ? void 0 : r.type) === "link" && /* @__PURE__ */
|
|
159
|
+
(r == null ? void 0 : r.type) === "link" && /* @__PURE__ */ a("div", { className: t.callToAction, children: [
|
|
159
160
|
/* @__PURE__ */ s("div", { className: t.label, children: r.label }),
|
|
160
|
-
/* @__PURE__ */ s("div", { className: t.cardIcon, children: /* @__PURE__ */ s(
|
|
161
|
+
/* @__PURE__ */ s("div", { className: t.cardIcon, children: /* @__PURE__ */ s(Q, { size: 45 }) })
|
|
161
162
|
] })
|
|
162
|
-
] }),
|
|
163
|
-
var i,
|
|
163
|
+
] }), j = ({ children: n }) => {
|
|
164
|
+
var i, h;
|
|
164
165
|
switch (r == null ? void 0 : r.type) {
|
|
165
166
|
case "link":
|
|
166
167
|
return /* @__PURE__ */ s(
|
|
@@ -168,15 +169,15 @@ function Re({
|
|
|
168
169
|
{
|
|
169
170
|
className: t.cardLink,
|
|
170
171
|
"aria-label": r.ariaLabel || r.label,
|
|
171
|
-
href:
|
|
172
|
+
href: N,
|
|
172
173
|
target: ((i = r.linkOptions) == null ? void 0 : i.linkType) === "external" ? "_blank" : "_self",
|
|
173
|
-
rel: ((
|
|
174
|
+
rel: ((h = r.linkOptions) == null ? void 0 : h.linkType) === "external" ? "noopener noreferrer" : "",
|
|
174
175
|
children: n
|
|
175
176
|
}
|
|
176
177
|
);
|
|
177
178
|
case "modal":
|
|
178
179
|
return /* @__PURE__ */ s(
|
|
179
|
-
|
|
180
|
+
k,
|
|
180
181
|
{
|
|
181
182
|
className: t.modalTrigger,
|
|
182
183
|
trigger: n,
|
|
@@ -185,7 +186,7 @@ function Re({
|
|
|
185
186
|
);
|
|
186
187
|
case "video":
|
|
187
188
|
return /* @__PURE__ */ s(
|
|
188
|
-
|
|
189
|
+
k,
|
|
189
190
|
{
|
|
190
191
|
className: t.modalTrigger,
|
|
191
192
|
trigger: n,
|
|
@@ -198,7 +199,7 @@ function Re({
|
|
|
198
199
|
{
|
|
199
200
|
className: t.cardLink,
|
|
200
201
|
"aria-label": r.ariaLabel || r.label,
|
|
201
|
-
href:
|
|
202
|
+
href: N,
|
|
202
203
|
download: !0,
|
|
203
204
|
target: "_blank",
|
|
204
205
|
rel: "noopener noreferrer",
|
|
@@ -210,11 +211,11 @@ function Re({
|
|
|
210
211
|
return /* @__PURE__ */ s(
|
|
211
212
|
"div",
|
|
212
213
|
{
|
|
213
|
-
className: `${
|
|
214
|
-
onMouseEnter:
|
|
215
|
-
onMouseLeave:
|
|
216
|
-
style: b && !
|
|
217
|
-
children: (r == null ? void 0 : r.type) !== "none" ? /* @__PURE__ */ s(
|
|
214
|
+
className: `${C} ${t.card} ${u === "image" ? t.imageVariant : ""} ${R ?? ""} `,
|
|
215
|
+
onMouseEnter: L,
|
|
216
|
+
onMouseLeave: w,
|
|
217
|
+
style: b && !l ? { gridArea: b } : {},
|
|
218
|
+
children: (r == null ? void 0 : r.type) !== "none" ? /* @__PURE__ */ s(j, { children: v }) : /* @__PURE__ */ s(y, { children: v })
|
|
218
219
|
}
|
|
219
220
|
);
|
|
220
221
|
}
|
package/dist/styles.css
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
._tabs_tu4lq_1{display:flex;flex-direction:column;width:100%}._tabsList_tu4lq_7{display:flex;width:100%;background-color:var(--color-secondary-10);border-radius:calc(var(--radius-md) + 5px);position:relative;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}._tabsList_tu4lq_7::-webkit-scrollbar{display:none}._horizontal_tu4lq_24{flex-direction:column}._horizontal_tu4lq_24 ._tabsPanel_tu4lq_26{padding:var(--spacing-lg) var(--spacing-md)}._vertical_tu4lq_31{flex-direction:row;align-items:flex-start;gap:3rem}._vertical_tu4lq_31 ._tabsList_tu4lq_7{flex-direction:column;overflow-x:visible;flex:.25 0 150px}._vertical_tu4lq_31 ._tabsTrigger_tu4lq_42{white-space:normal;text-align:left}._vertical_tu4lq_31 ._tabsPanelWrapper_tu4lq_47{flex:1;width:100%}@media (max-width: 767px){._vertical_tu4lq_31{flex-direction:column}}._left_tu4lq_58{justify-content:flex-start}._center_tu4lq_62{justify-content:center}._right_tu4lq_66{justify-content:flex-end}._indicator_tu4lq_70{position:absolute;left:0;top:0;border-radius:var(--radius-md);transition:transform .3s ease-in-out,width .3s ease-in-out;z-index:0;border:5px solid var(--color-secondary-10)}._indicator_tu4lq_70:after{content:"";border-radius:var(--radius-md);background-color:var(--color-secondary-100);display:block;position:absolute;width:100%;height:100%}._tabsTrigger_tu4lq_42{padding:var(--spacing-md);border:none;background:none;cursor:pointer;color:var(--color-text-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-md);transition:color .3s ease;position:relative;z-index:1;white-space:nowrap;text-align:center;width:100%}._tabsTrigger_tu4lq_42._active_tu4lq_117{color:#fff}@media (max-width: 767px){._tabsList_tu4lq_7{flex-direction:column;overflow-x:visible}._tabsTrigger_tu4lq_42{white-space:normal;text-align:left}}._tabsPanelWrapper_tu4lq_47{position:relative;overflow:hidden;height:auto;transition:height .3s ease-in-out}._tabsPanel_tu4lq_26{animation:_fadeSlide_tu4lq_1 .3s ease both;position:relative;width:100%;color:var(--color-text-primary)}@keyframes _fadeSlide_tu4lq_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._default_tu4lq_161{background-color:transparent}._dark_tu4lq_165{background-color:var(--color-tab-background)}._dark_tu4lq_165 ._indicator_tu4lq_70{border:5px solid transparent}._dark_tu4lq_165 ._tabsTrigger_tu4lq_42{color:var(--color-primary-25)}._light_tu4lq_177{background-color:#fff}._light_tu4lq_177 ._indicator_tu4lq_70{border:5px solid transparent}._light_tu4lq_177 ._tabsList_tu4lq_7{background-color:#fff}._light_tu4lq_177 ._tabsTrigger_tu4lq_42{color:var(--color-text-primary)}._light_tu4lq_177 ._tabsTrigger_tu4lq_42:hover{color:var(--color-primary-100)}._light_tu4lq_177 ._tabsTrigger_tu4lq_42._active_tu4lq_117{color:#fff}._transparent_tu4lq_201{background-color:transparent}._transparent_tu4lq_201 ._indicator_tu4lq_70{border:5px solid transparent}._transparent_tu4lq_201 ._tabsList_tu4lq_7{background-color:transparent}._transparent_tu4lq_201 ._tabsTrigger_tu4lq_42{color:var(--color-text-primary)}._transparent_tu4lq_201 ._tabsTrigger_tu4lq_42:hover{color:var(--color-primary-100)}._transparent_tu4lq_201 ._tabsTrigger_tu4lq_42._active_tu4lq_117{color:#fff}
|
|
8
8
|
._card_1uxfh_1{width:100%;background-color:var(--color-background);border-radius:var(--radius-md);position:relative;overflow:hidden;padding:0;cursor:pointer;transition:box-shadow .3s,transform .3s}._cardLink_1uxfh_14{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:400px;box-sizing:border-box}._card_1uxfh_1:hover ._text_1uxfh_24{max-height:200px}._card_1uxfh_1:hover ._callToAction_1uxfh_28 ._label_1uxfh_29{opacity:1;transform:translateY(0)}._card_1uxfh_1:hover ._callToAction_1uxfh_28 ._cardIcon_1uxfh_34{background-color:#e0eaf9;color:var(--color-primary-100);border:5px solid #e0eaf9}._callToAction_1uxfh_28{position:absolute;z-index:5;top:1rem;right:1rem;display:flex;align-items:center;gap:var(--spacing-sm)}._callToAction_1uxfh_28 ._cardIcon_1uxfh_34{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_1uxfh_28 ._label_1uxfh_29{color:#fff;font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}._imageBackgroundContainer_1uxfh_80{position:relative;width:100%;height:100%;overflow:hidden;flex-grow:1}._imageBackgroundContainer_1uxfh_80 img{transition:width .3s ease-in-out,height .3s ease-in-out}._backgroundImage_1uxfh_94{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0;z-index:1}._overlay_1uxfh_104{position:absolute;bottom:0;left:0;width:100%;height:100%;background:#0009;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--spacing-md)}._title_1uxfh_120{background-color:#fff;border-radius:50px;padding:var(--spacing-sm) var(--spacing-md);color:var(--color-primary-100);width:fit-content;font-weight:var(--font-weight-semibold)}._text_1uxfh_24{color:#fff;font-size:2rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);max-height:0;margin-top:var(--spacing-sm);overflow:hidden;transition:max-height .3s ease-in-out;transform-origin:bottom;text-wrap:balance;max-width:300px}@media (max-width: 768px){._text_1uxfh_24{max-height:300px}}._content_1uxfh_147{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}
|
|
9
9
|
._card_1vt0e_1{background-color:var(--color-background);border-radius:var(--radius-md);position:relative;overflow:hidden;padding:0;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box;min-height:400px}._imageBackgroundContainer_1vt0e_15{position:relative;height:450px}._modalTrigger_1vt0e_20{cursor:pointer}._callToAction_1vt0e_24{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:var(--spacing-sm);z-index:5}._callToAction_1vt0e_24 ._cardIcon_1vt0e_33{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_1vt0e_24 ._label_1vt0e_51{color:#fff;font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}._card_1vt0e_1._video_1vt0e_62:hover ._image_1vt0e_15 img{opacity:.75}._card_1vt0e_1._video_1vt0e_62:hover ._label_1vt0e_51{opacity:1;transform:translateY(0);color:var(--color-primary-100)}._card_1vt0e_1._video_1vt0e_62:hover ._cardIcon_1vt0e_33{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._fullBleed_1vt0e_80{margin:0 auto}._fullBleed_1vt0e_80 ._content_1vt0e_84{display:flex;flex-direction:column}._fullBleed_1vt0e_80 ._overlay_1vt0e_90{background-color:#000000bf;border-radius:var(--radius-md);width:calc(100% - 2rem);margin:0 auto;position:absolute;bottom:1rem;left:1rem;padding:1rem;display:flex;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-md);background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}._fullBleed_1vt0e_80 ._overlay_1vt0e_90 ._description_1vt0e_108{color:var(--color-text-primary);transition:max-height .3s ease-in-out}._fullBleed_1vt0e_80 ._cardIcon_1vt0e_33{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);position:absolute;top:1rem;right:1rem;z-index:1;background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._fullBleed_1vt0e_80:hover ._cardIcon_1vt0e_33{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._fullBleed_1vt0e_80 ._title_1vt0e_143{line-height:1.1}._fullBleed_1vt0e_80 ._title_1vt0e_143 strong{font-size:var(--font-size-lg)}._fullBleed_1vt0e_80._default_1vt0e_151 ._overlay_1vt0e_90 ._content_1vt0e_84{flex-direction:column-reverse;gap:var(--spacing-md)}._fullBleed_1vt0e_80._default_1vt0e_151 ._overlay_1vt0e_90 ._title_1vt0e_143{line-height:1.1}._fullBleed_1vt0e_80._default_1vt0e_151 ._overlay_1vt0e_90 ._title_1vt0e_143 strong{font-size:var(--font-size-md)}._fullBleed_1vt0e_80._default_1vt0e_151 ._overlay_1vt0e_90 ._description_1vt0e_108{max-height:500px}._fullBleed_1vt0e_80._default_1vt0e_151 ._overlay_1vt0e_90 ._description_1vt0e_108:before{content:"“";font-size:var(--font-size-lg);display:inline-block;position:relative;top:.15rem;left:-3px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._fullBleed_1vt0e_80._default_1vt0e_151 ._overlay_1vt0e_90 ._description_1vt0e_108:after{content:"”";font-size:var(--font-size-lg);display:inline-block;position:relative;top:.15rem;right:-3px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._fullBleed_1vt0e_80._video_1vt0e_62{cursor:pointer}._fullBleed_1vt0e_80._video_1vt0e_62 ._overlay_1vt0e_90 ._description_1vt0e_108{max-height:0;overflow:hidden}._fullBleed_1vt0e_80._video_1vt0e_62:hover ._overlay_1vt0e_90 ._description_1vt0e_108{max-height:400px}._imageLeft_1vt0e_219{max-width:800px;margin:0 auto;min-height:unset}@media (max-width: 767px){._imageLeft_1vt0e_219{max-width:unset;padding:0}}._imageLeft_1vt0e_219 ._container_1vt0e_230{display:flex;gap:var(--spacing-xl)}@media (max-width: 767px){._imageLeft_1vt0e_219 ._container_1vt0e_230{flex-direction:column}}@media (max-width: 767px){._imageLeft_1vt0e_219{max-width:unset}._imageLeft_1vt0e_219 ._container_1vt0e_230{flex-direction:column}}._imageLeft_1vt0e_219 ._content_1vt0e_84{flex:1 0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:var(--spacing-md);position:relative;padding:var(--spacing-xl)}@media (max-width: 767px){._imageLeft_1vt0e_219 ._content_1vt0e_84{padding:0}}._imageLeft_1vt0e_219 ._image_1vt0e_15{flex:.75;height:100%;max-height:450px;max-width:275px;margin:0 auto}._imageLeft_1vt0e_219 ._image_1vt0e_15 img{border-radius:var(--radius-md);overflow:hidden;width:100%;object-fit:cover;height:auto}._imageRight_1vt0e_279{max-width:800px;margin:0 auto;min-height:unset}@media (max-width: 767px){._imageRight_1vt0e_279{max-width:unset;padding:0}}._imageRight_1vt0e_279 ._container_1vt0e_230{display:flex;flex-direction:row-reverse;gap:var(--spacing-xl)}@media (max-width: 767px){._imageRight_1vt0e_279 ._container_1vt0e_230{flex-direction:column}}._imageRight_1vt0e_279 ._content_1vt0e_84{flex:1 0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:var(--spacing-md);position:relative;padding:var(--spacing-xl)}@media (max-width: 767px){._imageRight_1vt0e_279 ._content_1vt0e_84{padding:0}}._imageRight_1vt0e_279 ._image_1vt0e_15{flex:.75;height:100%;max-height:450px;max-width:275px;margin:0 auto;position:relative}._imageRight_1vt0e_279 ._image_1vt0e_15 img{border-radius:var(--radius-md);overflow:hidden;width:100%;object-fit:cover;height:auto}._imageBottom_1vt0e_333{padding:var(--spacing-xl);max-width:800px;margin:0 auto;min-height:unset;display:flex;align-items:center;justify-content:center}._imageBottom_1vt0e_333 ._content_1vt0e_84{display:flex;flex-direction:column;gap:var(--spacing-xl)}._imageBottom_1vt0e_333 ._personContainer_1vt0e_348{display:flex;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-md)}._imageTop_1vt0e_356{padding:var(--spacing-xl);max-width:800px;margin:0 auto;min-height:unset;display:flex;align-items:center;justify-content:center}._imageTop_1vt0e_356 ._container_1vt0e_230{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-lg)}._imageTop_1vt0e_356 ._content_1vt0e_84{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--spacing-md)}._imageTop_1vt0e_356 ._personContainer_1vt0e_348{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md)}@media (max-width: 767px){._imageRight_1vt0e_279,._imageLeft_1vt0e_219,._imageBottom_1vt0e_333,._imageTop_1vt0e_356{max-width:unset;padding:0}}._imageRight_1vt0e_279 ._image_1vt0e_15 img,._imageLeft_1vt0e_219 ._image_1vt0e_15 img,._imageBottom_1vt0e_333 ._image_1vt0e_15 img,._imageTop_1vt0e_356 ._image_1vt0e_15 img{transition:opacity .3s ease-in-out}._imageRight_1vt0e_279 ._title_1vt0e_143 strong,._imageLeft_1vt0e_219 ._title_1vt0e_143 strong,._imageBottom_1vt0e_333 ._title_1vt0e_143 strong,._imageTop_1vt0e_356 ._title_1vt0e_143 strong{font-size:var(--font-size-lg)}._imageRight_1vt0e_279 ._description_1vt0e_108,._imageLeft_1vt0e_219 ._description_1vt0e_108,._imageBottom_1vt0e_333 ._description_1vt0e_108,._imageTop_1vt0e_356 ._description_1vt0e_108{display:block;position:relative;font-size:var(--font-size-lg);text-wrap:pretty;overflow:visible}._imageRight_1vt0e_279 ._description_1vt0e_108:before,._imageLeft_1vt0e_219 ._description_1vt0e_108:before,._imageBottom_1vt0e_333 ._description_1vt0e_108:before,._imageTop_1vt0e_356 ._description_1vt0e_108:before{content:"“";font-size:2.5rem;display:inline-block;position:relative;top:.35rem;left:-1px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}._imageRight_1vt0e_279 ._description_1vt0e_108:after,._imageLeft_1vt0e_219 ._description_1vt0e_108:after,._imageBottom_1vt0e_333 ._description_1vt0e_108:after,._imageTop_1vt0e_356 ._description_1vt0e_108:after{content:"”";font-size:2.5rem;display:inline-block;position:relative;top:.35rem;right:-1px;color:var(--color-primary-100);font-family:Times New Roman,Times,serif;font-weight:var(--font-weight-bold);line-height:0}
|
|
10
|
-
.
|
|
10
|
+
._cardLink_zhp7y_1{text-decoration:none;cursor:pointer}._card_zhp7y_1{background-color:transparent;min-height:300px;border-radius:var(--radius-md);position:relative;overflow:hidden}@media (max-width: 768px){._card_zhp7y_1{width:100%;max-width:none;min-width:0}}._container_zhp7y_20{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:100%;width:100%;padding:3.25rem var(--spacing-xl)}._icon_zhp7y_30{margin-bottom:1rem}._icon_zhp7y_30 i,._icon_zhp7y_30 svg{font-size:2.5rem;color:var(--color-primary-100)}._cardLink_zhp7y_1:hover ._card_zhp7y_1,._modalTrigger_zhp7y_52:hover ._card_zhp7y_1{background-color:var(--color-primary-100)}._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._label_zhp7y_58,._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._label_zhp7y_58{opacity:1;transform:translateY(0)}._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63,._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._title_zhp7y_70{margin:0;font-size:1.75rem;font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);text-decoration:none;flex:1;transition:color .3s ease-in-out}._title_zhp7y_70 span{transition:color .3s ease-in-out}._description_zhp7y_93{margin:0}._description_zhp7y_93:has(.inlineNumber){display:flex;gap:var(--spacing-md)}@media (max-width: 767px){._description_zhp7y_93:has(.inlineNumber){align-items:center;justify-content:center;flex-direction:column}}._image_zhp7y_108{position:relative;height:100%;width:80px;display:flex;align-items:center;justify-content:center}._image_zhp7y_108 img{position:relative;width:80px;height:auto}._modalTrigger_zhp7y_52{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}._modalTrigger_zhp7y_52 ._image_zhp7y_108{transition:opacity .3s ease-in-out}._modalTrigger_zhp7y_52:hover ._cardIcon_zhp7y_63{background-color:var(--color-primary-100);border-color:var(--color-primary-100);color:#fff}._modalTrigger_zhp7y_52:hover ._image_zhp7y_108{opacity:.75}._callToAction_zhp7y_57{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:var(--spacing-sm)}._callToAction_zhp7y_57 ._cardIcon_zhp7y_63{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_zhp7y_57 ._label_zhp7y_58{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}._metric_zhp7y_189 ._content_zhp7y_190{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);width:100%;height:100%;margin:0 auto}._metric_zhp7y_189 ._description_zhp7y_93{text-align:center;font-size:var(--font-size-lg)}._metric_zhp7y_189 ._outerCircle_zhp7y_206{stroke-width:10px;stroke:#ccc}._metric_zhp7y_189 ._innerCircle_zhp7y_211{stroke:var(--color-primary-100);fill:none;stroke-width:10px}._metric_zhp7y_189 ._metricLabel_zhp7y_217{position:relative;font-weight:var(--font-weight-bold);font-size:1.75rem;fill:var(--color-primary-100)}._textOnly_zhp7y_225 ._title_zhp7y_70{color:var(--color-primary-100)}._textOnly_zhp7y_225 ._description_zhp7y_93{color:var(--color-text-primary);font-size:var(--font-size-lg)}._textOnly_zhp7y_225 ._cardLink_zhp7y_1:hover ._card_zhp7y_1,._textOnly_zhp7y_225 ._modalTrigger_zhp7y_52:hover ._card_zhp7y_1{background-color:var(--color-primary-100)}._textOnly_zhp7y_225 ._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._label_zhp7y_58,._textOnly_zhp7y_225 ._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._label_zhp7y_58{opacity:1;transform:translateY(0);color:#fff}._textOnly_zhp7y_225 ._cardLink_zhp7y_1:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63,._textOnly_zhp7y_225 ._modalTrigger_zhp7y_52:hover ._callToAction_zhp7y_57 ._cardIcon_zhp7y_63{background-color:#e0eaf9;color:var(--color-primary-100);border:5px solid #e0eaf9}._fullBleed_zhp7y_257{min-height:450px}._fullBleed_zhp7y_257 ._container_zhp7y_20{display:block;padding:0}._fullBleed_zhp7y_257 ._modalTrigger_zhp7y_52{display:block}._fullBleed_zhp7y_257 ._content_zhp7y_190{position:absolute;bottom:var(--spacing-md);right:var(--spacing-md);left:var(--spacing-md);z-index:5;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:var(--spacing-lg)}._fullBleed_zhp7y_257 ._image_zhp7y_108{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}._fullBleed_zhp7y_257 ._image_zhp7y_108 img{width:100%;height:100%;object-fit:cover}._imageTop_zhp7y_298 ._container_zhp7y_20{height:auto;gap:var(--spacing-lg);justify-content:flex-start;flex-direction:column-reverse}._imageTop_zhp7y_298 ._image_zhp7y_108{height:auto;max-width:225px;align-items:center;justify-content:center}._imageTop_zhp7y_298 ._image_zhp7y_108 img{position:relative;width:100%}._imageBottom_zhp7y_319 ._container_zhp7y_20{height:100%;justify-content:flex-start;flex-direction:column}._imageBottom_zhp7y_319 ._image_zhp7y_108{height:auto;align-items:normal}@media (max-width: 767px){._imageBottom_zhp7y_319 ._image_zhp7y_108{max-height:350px}}._imageBottom_zhp7y_319 ._image_zhp7y_108 img{width:100%;height:auto}@media (max-width: 767px){._imageBottom_zhp7y_319 ._image_zhp7y_108 img{position:relative}}._imageLeft_zhp7y_346 ._container_zhp7y_20{flex-direction:row-reverse}@media (max-width: 767px){._imageLeft_zhp7y_346 ._container_zhp7y_20{flex-direction:column-reverse}}._imageRight_zhp7y_356 ._container_zhp7y_20{flex-direction:row}@media (max-width: 767px){._imageRight_zhp7y_356 ._container_zhp7y_20{flex-direction:column}}._imageLeft_zhp7y_346 ._content_zhp7y_190,._imageRight_zhp7y_356 ._content_zhp7y_190{flex:.5;width:100%}._imageLeft_zhp7y_346 ._title_zhp7y_70,._imageRight_zhp7y_356 ._title_zhp7y_70{font-size:2rem}._imageLeft_zhp7y_346 ._description_zhp7y_93,._imageRight_zhp7y_356 ._description_zhp7y_93{font-size:var(--font-size-lg)}._imageLeft_zhp7y_346 ._image_zhp7y_108,._imageRight_zhp7y_356 ._image_zhp7y_108{flex:.5}._imageLeft_zhp7y_346 ._image_zhp7y_108 img,._imageRight_zhp7y_356 ._image_zhp7y_108 img{width:100%;height:100%;object-fit:contain}@media (max-width: 767px){._imageLeft_zhp7y_346 ._image_zhp7y_108,._imageRight_zhp7y_356 ._image_zhp7y_108{flex:1;justify-content:flex-start;max-height:250px}._imageLeft_zhp7y_346 ._image_zhp7y_108 img,._imageRight_zhp7y_356 ._image_zhp7y_108 img{position:relative;height:100%;width:100%;min-width:150px}}._containImage_zhp7y_405{gap:var(--spacing-xl)}._fullBleedImage_zhp7y_409{padding:0;gap:0}._fullBleedImage_zhp7y_409 ._content_zhp7y_190{padding:var(--spacing-xl)}._imageVariant_zhp7y_423{min-height:225px}._imageVariant_zhp7y_423 ._container_zhp7y_20{padding:var(--spacing-xl)}._imageVariant_zhp7y_423 ._image_zhp7y_108{width:100%;min-height:unset}._imageVariant_zhp7y_423 ._image_zhp7y_108 ._image_zhp7y_108 img{position:relative}.homeGrid ._textOnly_zhp7y_225 ._title_zhp7y_70{color:#fff}.homeGrid ._textOnly_zhp7y_225 ._description_zhp7y_93{color:#fff;font-size:var(--font-size-lg)}.startMetricGrid ._textOnly_zhp7y_225{max-width:300px;margin:0 auto}.startMetricGrid ._textOnly_zhp7y_225 ._title_zhp7y_70{font-size:3rem}.conditionManagementServicesGrid ._imageLeft_zhp7y_346{min-height:235px}.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._content_zhp7y_190{flex:1}.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._title_zhp7y_70{font-size:var(--font-size-xl)}.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._image_zhp7y_108{flex:.25}@media (max-width: 767px){.conditionManagementServicesGrid ._imageLeft_zhp7y_346 ._image_zhp7y_108{flex:1}}.backgroundPrimary ._eyebrow_zhp7y_486,.backgroundPrimary ._title_zhp7y_70,.backgroundPrimary ._description_zhp7y_93{color:#fff}.backgroundPrimary ._cta_zhp7y_498 ._secondary_zhp7y_499{background-color:#fff}
|
|
11
11
|
._cardLink_3vs1z_1{text-decoration:none;cursor:pointer}._card_3vs1z_1{min-height:300px;position:relative;overflow:hidden}@media (max-width: 768px){._card_3vs1z_1{width:100%;max-width:none;min-width:0}}._container_3vs1z_20{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-start;gap:var(--spacing-lg);height:100%;width:100%;padding:0 var(--spacing-lg)}@media (max-width: 767px){._container_3vs1z_20{padding:0}}._image_3vs1z_35{height:320px;align-items:center;justify-content:center;border-radius:var(--radius-md);overflow:hidden;line-height:0}._image_3vs1z_35 img{position:relative;width:100%;height:100%;object-fit:cover}._content_3vs1z_51{flex:1}._imageTop_3vs1z_55 ._container_3vs1z_20{flex-direction:column-reverse;gap:var(--spacing-md)}._imageLeft_3vs1z_62{width:100%;max-width:1000px;margin:0 auto}._imageLeft_3vs1z_62 ._container_3vs1z_20{flex-direction:row-reverse;gap:5rem}@media (max-width: 767px){._imageLeft_3vs1z_62 ._container_3vs1z_20{flex-direction:column-reverse;gap:var(--spacing-md)}}._imageLeft_3vs1z_62 ._image_3vs1z_35{flex:.75;height:400px}@media (max-width: 767px){._imageLeft_3vs1z_62 ._image_3vs1z_35{flex:unset;width:100%;height:320px;align-items:center;justify-content:center;border-radius:var(--radius-md);overflow:hidden;line-height:0}._imageLeft_3vs1z_62 ._image_3vs1z_35 img{position:relative;width:100%;height:100%;object-fit:cover}}._cardLink_3vs1z_1:hover ._card_3vs1z_1,._modalTrigger_3vs1z_102:hover ._card_3vs1z_1{background-color:var(--color-primary-100)}._cardLink_3vs1z_1:hover ._callToAction_3vs1z_107 ._label_3vs1z_108,._modalTrigger_3vs1z_102:hover ._callToAction_3vs1z_107 ._label_3vs1z_108{opacity:1;transform:translateY(0)}._cardLink_3vs1z_1:hover ._callToAction_3vs1z_107 ._cardIcon_3vs1z_113,._modalTrigger_3vs1z_102:hover ._callToAction_3vs1z_107 ._cardIcon_3vs1z_113{background-color:var(--color-primary-100);color:#fff;border:5px solid var(--color-primary-100)}._title_3vs1z_120{margin:0;font-size:1.75rem;font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);text-decoration:none;flex:1;transition:color .3s ease-in-out}._title_3vs1z_120 span{transition:color .3s ease-in-out}._icon_3vs1z_143{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:var(--color-primary-100);width:30px;height:30px;border-radius:var(--radius-full)}._modalTrigger_3vs1z_102{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}._modalTrigger_3vs1z_102 ._image_3vs1z_35{transition:opacity .3s ease-in-out}._modalTrigger_3vs1z_102:hover ._cardIcon_3vs1z_113{background-color:var(--color-primary-100);border-color:var(--color-primary-100);color:#fff}._modalTrigger_3vs1z_102:hover ._image_3vs1z_35{opacity:.75}._callToAction_3vs1z_107{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:var(--spacing-sm)}._callToAction_3vs1z_107 ._cardIcon_3vs1z_113{display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:var(--spacing-xs);background-color:#fff;color:var(--color-primary-100);border:5px solid #fff;border-radius:var(--radius-full);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}._callToAction_3vs1z_107 ._label_3vs1z_108{color:var(--color-primary-100);font-weight:var(--font-weight-semibold);opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}
|
|
12
12
|
._cardLink_1wgn9_1{text-decoration:none}._card_1wgn9_1{background-color:var(--color-primary-10);padding:var(--spacing-xl);height:100px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;transition:background-color .3s ease-in-out}._card_1wgn9_1 ._title_1wgn9_17 span{font-weight:var(--font-weight-bold)}._cardLink_1wgn9_1:hover ._card_1wgn9_1{background-color:var(--color-primary-100)}._cardLink_1wgn9_1:hover ._title_1wgn9_17{color:#fff}._cardLink_1wgn9_1:hover ._title_1wgn9_17 span{color:#fff!important}._title_1wgn9_17{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);text-decoration:none;line-height:var(--line-height-tight);flex:1;transition:color .3s ease-in-out}._title_1wgn9_17 span{transition:color .3s ease-in-out}._image_1wgn9_52{position:relative;height:100%;width:100px;display:flex;align-items:center;justify-content:center}._image_1wgn9_52 img{position:absolute;width:80px;height:auto}@media (max-width: 767px){._image_1wgn9_52{width:70px}._image_1wgn9_52 img{width:70px}}._icon_1wgn9_75{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:var(--color-primary-100);min-width:35px;min-height:35px;border-radius:var(--radius-full)}
|
|
13
13
|
._card_1677v_1{background-color:#fff;padding:var(--spacing-lg);border-radius:var(--radius-md);display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;position:relative}._service_1677v_12{position:relative}._container_1677v_16{display:flex;align-items:center;gap:var(--spacing-lg)}._title_1677v_22{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold)}._content_1677v_27{display:flex;flex-direction:column;gap:var(--spacing-sm)}._content_1677v_27 ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-sm);list-style:none;padding:0;padding-block-start:0}._content_1677v_27 ul li{background-color:#e0eaf9;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-full);margin-bottom:0}._image_1677v_50{max-width:100px}._image_1677v_50 img{width:100%;height:auto;object-fit:cover}
|
package/dist/styles.css.d.ts
CHANGED
|
@@ -53,25 +53,25 @@ declare const styles: {
|
|
|
53
53
|
readonly "_callToAction_1vt0e_24": string;
|
|
54
54
|
readonly "_callToAction_1wtpc_1": string;
|
|
55
55
|
readonly "_callToAction_3vs1z_107": string;
|
|
56
|
-
readonly "
|
|
56
|
+
readonly "_callToAction_zhp7y_57": string;
|
|
57
57
|
readonly "_cardGrid_11um4_1": string;
|
|
58
58
|
readonly "_cardIcon_1uxfh_34": string;
|
|
59
59
|
readonly "_cardIcon_1vt0e_33": string;
|
|
60
60
|
readonly "_cardIcon_3vs1z_113": string;
|
|
61
|
-
readonly "
|
|
61
|
+
readonly "_cardIcon_zhp7y_63": string;
|
|
62
62
|
readonly "_cardLink_1uxfh_14": string;
|
|
63
63
|
readonly "_cardLink_1wgn9_1": string;
|
|
64
64
|
readonly "_cardLink_1wi59_1": string;
|
|
65
65
|
readonly "_cardLink_3vs1z_1": string;
|
|
66
|
-
readonly "
|
|
66
|
+
readonly "_cardLink_zhp7y_1": string;
|
|
67
67
|
readonly "_card_1677v_1": string;
|
|
68
68
|
readonly "_card_1uxfh_1": string;
|
|
69
69
|
readonly "_card_1vt0e_1": string;
|
|
70
70
|
readonly "_card_1wgn9_1": string;
|
|
71
71
|
readonly "_card_1wi59_1": string;
|
|
72
72
|
readonly "_card_3vs1z_1": string;
|
|
73
|
-
readonly "_card_etuxn_1": string;
|
|
74
73
|
readonly "_card_ti1qi_1": string;
|
|
74
|
+
readonly "_card_zhp7y_1": string;
|
|
75
75
|
readonly "_carouselComponent_15exx_99": string;
|
|
76
76
|
readonly "_carousel_15exx_1": string;
|
|
77
77
|
readonly "_carousel_t51gu_1": string;
|
|
@@ -92,7 +92,7 @@ declare const styles: {
|
|
|
92
92
|
readonly "_closeButton_1elr1_47": string;
|
|
93
93
|
readonly "_closeButton_ucye1_45": string;
|
|
94
94
|
readonly "_closed_1bj6k_56": string;
|
|
95
|
-
readonly "
|
|
95
|
+
readonly "_containImage_zhp7y_405": string;
|
|
96
96
|
readonly "_container_11um4_7": string;
|
|
97
97
|
readonly "_container_15exx_8": string;
|
|
98
98
|
readonly "_container_1677v_16": string;
|
|
@@ -104,22 +104,22 @@ declare const styles: {
|
|
|
104
104
|
readonly "_container_3vs1z_20": string;
|
|
105
105
|
readonly "_container_61msx_1": string;
|
|
106
106
|
readonly "_container_c7i2h_7": string;
|
|
107
|
-
readonly "_container_etuxn_20": string;
|
|
108
107
|
readonly "_container_ivubr_7": string;
|
|
109
108
|
readonly "_container_lwp21_29": string;
|
|
109
|
+
readonly "_container_zhp7y_20": string;
|
|
110
110
|
readonly "_content_140ia_37": string;
|
|
111
111
|
readonly "_content_1677v_27": string;
|
|
112
112
|
readonly "_content_1uxfh_147": string;
|
|
113
113
|
readonly "_content_1vt0e_84": string;
|
|
114
114
|
readonly "_content_1wtpc_59": string;
|
|
115
115
|
readonly "_content_3vs1z_51": string;
|
|
116
|
-
readonly "_content_etuxn_190": string;
|
|
117
116
|
readonly "_content_ivubr_1": string;
|
|
118
117
|
readonly "_content_ti1qi_63": string;
|
|
119
118
|
readonly "_content_tk8y9_29": string;
|
|
119
|
+
readonly "_content_zhp7y_190": string;
|
|
120
120
|
readonly "_controls_t51gu_39": string;
|
|
121
|
-
readonly "_cta_etuxn_495": string;
|
|
122
121
|
readonly "_cta_ivubr_170": string;
|
|
122
|
+
readonly "_cta_zhp7y_498": string;
|
|
123
123
|
readonly "_current_4rh7w_11": string;
|
|
124
124
|
readonly "_danger_pna67_41": string;
|
|
125
125
|
readonly "_danger_sjjvl_46": string;
|
|
@@ -137,8 +137,8 @@ declare const styles: {
|
|
|
137
137
|
readonly "_default_tu4lq_161": string;
|
|
138
138
|
readonly "_description_11um4_58": string;
|
|
139
139
|
readonly "_description_1vt0e_108": string;
|
|
140
|
-
readonly "_description_etuxn_93": string;
|
|
141
140
|
readonly "_description_tk8y9_44": string;
|
|
141
|
+
readonly "_description_zhp7y_93": string;
|
|
142
142
|
readonly "_details_1gk1u_71": string;
|
|
143
143
|
readonly "_disabled_1vpw0_56": string;
|
|
144
144
|
readonly "_disabled_i7a04_38": string;
|
|
@@ -166,7 +166,7 @@ declare const styles: {
|
|
|
166
166
|
readonly "_exit_ucye1_20": string;
|
|
167
167
|
readonly "_exiting_1elr1_23": string;
|
|
168
168
|
readonly "_eyebrow_c7i2h_27": string;
|
|
169
|
-
readonly "
|
|
169
|
+
readonly "_eyebrow_zhp7y_486": string;
|
|
170
170
|
readonly "_fab_1vpw0_1": string;
|
|
171
171
|
readonly "_fadeInFromLeft_lwp21_956": string;
|
|
172
172
|
readonly "_fadeInFromRight_lwp21_960": string;
|
|
@@ -184,11 +184,11 @@ declare const styles: {
|
|
|
184
184
|
readonly "_footer_1gk1u_1": string;
|
|
185
185
|
readonly "_footer_ti1qi_134": string;
|
|
186
186
|
readonly "_form_s0yvj_1": string;
|
|
187
|
-
readonly "
|
|
187
|
+
readonly "_fullBleedImage_zhp7y_409": string;
|
|
188
188
|
readonly "_fullBleed_1vt0e_80": string;
|
|
189
189
|
readonly "_fullBleed_c7i2h_211": string;
|
|
190
|
-
readonly "_fullBleed_etuxn_257": string;
|
|
191
190
|
readonly "_fullBleed_ivubr_267": string;
|
|
191
|
+
readonly "_fullBleed_zhp7y_257": string;
|
|
192
192
|
readonly "_full_171d6_25": string;
|
|
193
193
|
readonly "_gapLg_134u6_26": string;
|
|
194
194
|
readonly "_gapMd_134u6_22": string;
|
|
@@ -233,26 +233,27 @@ declare const styles: {
|
|
|
233
233
|
readonly "_icon_1wgn9_75": string;
|
|
234
234
|
readonly "_icon_1wtpc_193": string;
|
|
235
235
|
readonly "_icon_3vs1z_143": string;
|
|
236
|
-
readonly "_icon_etuxn_30": string;
|
|
237
236
|
readonly "_icon_i7a04_71": string;
|
|
237
|
+
readonly "_icon_zhp7y_30": string;
|
|
238
238
|
readonly "_iframe_c7i2h_375": string;
|
|
239
239
|
readonly "_imageBackgroundContainer_1uxfh_80": string;
|
|
240
240
|
readonly "_imageBackgroundContainer_1vt0e_15": string;
|
|
241
241
|
readonly "_imageBackgroundContainer_ti1qi_78": string;
|
|
242
242
|
readonly "_imageBackground_ti1qi_67": string;
|
|
243
243
|
readonly "_imageBottom_1vt0e_333": string;
|
|
244
|
-
readonly "
|
|
244
|
+
readonly "_imageBottom_zhp7y_319": string;
|
|
245
245
|
readonly "_imageContainer_ti1qi_48": string;
|
|
246
246
|
readonly "_imageLeft_1vt0e_219": string;
|
|
247
247
|
readonly "_imageLeft_3vs1z_62": string;
|
|
248
|
-
readonly "
|
|
248
|
+
readonly "_imageLeft_zhp7y_346": string;
|
|
249
249
|
readonly "_imagePlaceholder_1fhn6_179": string;
|
|
250
250
|
readonly "_imageRight_1vt0e_279": string;
|
|
251
|
-
readonly "
|
|
251
|
+
readonly "_imageRight_zhp7y_356": string;
|
|
252
252
|
readonly "_imageTop_1vt0e_356": string;
|
|
253
253
|
readonly "_imageTop_3vs1z_55": string;
|
|
254
|
-
readonly "_imageTop_etuxn_297": string;
|
|
255
254
|
readonly "_imageTop_ti1qi_38": string;
|
|
255
|
+
readonly "_imageTop_zhp7y_298": string;
|
|
256
|
+
readonly "_imageVariant_zhp7y_423": string;
|
|
256
257
|
readonly "_imageWrapper_tk8y9_7": string;
|
|
257
258
|
readonly "_image_1677v_50": string;
|
|
258
259
|
readonly "_image_1ihs2_41": string;
|
|
@@ -261,10 +262,10 @@ declare const styles: {
|
|
|
261
262
|
readonly "_image_1wi59_28": string;
|
|
262
263
|
readonly "_image_3vs1z_35": string;
|
|
263
264
|
readonly "_image_c7i2h_310": string;
|
|
264
|
-
readonly "_image_etuxn_108": string;
|
|
265
265
|
readonly "_image_ivubr_85": string;
|
|
266
266
|
readonly "_image_ti1qi_38": string;
|
|
267
267
|
readonly "_image_tk8y9_7": string;
|
|
268
|
+
readonly "_image_zhp7y_108": string;
|
|
268
269
|
readonly "_indicator_15exx_100": string;
|
|
269
270
|
readonly "_indicator_t51gu_50": string;
|
|
270
271
|
readonly "_indicator_tu4lq_70": string;
|
|
@@ -276,7 +277,7 @@ declare const styles: {
|
|
|
276
277
|
readonly "_inlineBlock_1mldh_48": string;
|
|
277
278
|
readonly "_inlineFlex_1mldh_56": string;
|
|
278
279
|
readonly "_inline_1mldh_44": string;
|
|
279
|
-
readonly "
|
|
280
|
+
readonly "_innerCircle_zhp7y_211": string;
|
|
280
281
|
readonly "_input_1mpje_30": string;
|
|
281
282
|
readonly "_input_1nmh2_7": string;
|
|
282
283
|
readonly "_input_1pyo7_7": string;
|
|
@@ -301,11 +302,11 @@ declare const styles: {
|
|
|
301
302
|
readonly "_label_1vt0e_51": string;
|
|
302
303
|
readonly "_label_3vs1z_108": string;
|
|
303
304
|
readonly "_label_4yxo1_29": string;
|
|
304
|
-
readonly "_label_etuxn_58": string;
|
|
305
305
|
readonly "_label_i7a04_1": string;
|
|
306
306
|
readonly "_label_pna67_45": string;
|
|
307
307
|
readonly "_label_qx9xp_35": string;
|
|
308
308
|
readonly "_label_x8y4v_7": string;
|
|
309
|
+
readonly "_label_zhp7y_58": string;
|
|
309
310
|
readonly "_large_sjjvl_18": string;
|
|
310
311
|
readonly "_layoutHImageLeft_ivubr_99": string;
|
|
311
312
|
readonly "_layoutHImageRight_ivubr_76": string;
|
|
@@ -355,10 +356,10 @@ declare const styles: {
|
|
|
355
356
|
readonly "_md_i7a04_17": string;
|
|
356
357
|
readonly "_medium_sjjvl_13": string;
|
|
357
358
|
readonly "_menuToggle_lwp21_240": string;
|
|
358
|
-
readonly "
|
|
359
|
+
readonly "_metricLabel_zhp7y_217": string;
|
|
359
360
|
readonly "_metricValue_ivubr_50": string;
|
|
360
|
-
readonly "_metric_etuxn_189": string;
|
|
361
361
|
readonly "_metric_ivubr_34": string;
|
|
362
|
+
readonly "_metric_zhp7y_189": string;
|
|
362
363
|
readonly "_metrics_ivubr_34": string;
|
|
363
364
|
readonly "_mobileButtons_lwp21_279": string;
|
|
364
365
|
readonly "_mobileMenuItem_lwp21_952": string;
|
|
@@ -366,7 +367,7 @@ declare const styles: {
|
|
|
366
367
|
readonly "_mobileMenu_lwp21_941": string;
|
|
367
368
|
readonly "_modalTrigger_1vt0e_20": string;
|
|
368
369
|
readonly "_modalTrigger_3vs1z_102": string;
|
|
369
|
-
readonly "
|
|
370
|
+
readonly "_modalTrigger_zhp7y_52": string;
|
|
370
371
|
readonly "_modal_140ia_16": string;
|
|
371
372
|
readonly "_monthName_1q8jq_22": string;
|
|
372
373
|
readonly "_muted_1itq5_59": string;
|
|
@@ -392,7 +393,7 @@ declare const styles: {
|
|
|
392
393
|
readonly "_open_55xty_40": string;
|
|
393
394
|
readonly "_open_lwp21_494": string;
|
|
394
395
|
readonly "_optional_i7a04_52": string;
|
|
395
|
-
readonly "
|
|
396
|
+
readonly "_outerCircle_zhp7y_206": string;
|
|
396
397
|
readonly "_outlined_ti1qi_30": string;
|
|
397
398
|
readonly "_outside_1q8jq_44": string;
|
|
398
399
|
readonly "_overlay_140ia_1": string;
|
|
@@ -454,8 +455,8 @@ declare const styles: {
|
|
|
454
455
|
readonly "_secondaryInverted_1wtpc_30": string;
|
|
455
456
|
readonly "_secondaryNav_1gk1u_34": string;
|
|
456
457
|
readonly "_secondary_1wtpc_28": string;
|
|
457
|
-
readonly "_secondary_etuxn_496": string;
|
|
458
458
|
readonly "_secondary_ivubr_308": string;
|
|
459
|
+
readonly "_secondary_zhp7y_499": string;
|
|
459
460
|
readonly "_select_10s7j_7": string;
|
|
460
461
|
readonly "_select_1j39k_7": string;
|
|
461
462
|
readonly "_selected_1q8jq_48": string;
|
|
@@ -512,7 +513,7 @@ declare const styles: {
|
|
|
512
513
|
readonly "_tabsPanel_tu4lq_26": string;
|
|
513
514
|
readonly "_tabsTrigger_tu4lq_42": string;
|
|
514
515
|
readonly "_tabs_tu4lq_1": string;
|
|
515
|
-
readonly "
|
|
516
|
+
readonly "_textOnly_zhp7y_225": string;
|
|
516
517
|
readonly "_text_18z15_41": string;
|
|
517
518
|
readonly "_text_1itq5_1": string;
|
|
518
519
|
readonly "_text_1uxfh_24": string;
|
|
@@ -530,10 +531,10 @@ declare const styles: {
|
|
|
530
531
|
readonly "_title_1vt0e_143": string;
|
|
531
532
|
readonly "_title_1wgn9_17": string;
|
|
532
533
|
readonly "_title_3vs1z_120": string;
|
|
533
|
-
readonly "_title_etuxn_70": string;
|
|
534
534
|
readonly "_title_ivubr_151": string;
|
|
535
535
|
readonly "_title_lwp21_83": string;
|
|
536
536
|
readonly "_title_tk8y9_36": string;
|
|
537
|
+
readonly "_title_zhp7y_70": string;
|
|
537
538
|
readonly "_tooltipContainer_w9ixy_1": string;
|
|
538
539
|
readonly "_tooltipIcon_i7a04_83": string;
|
|
539
540
|
readonly "_tooltipText_i7a04_91": string;
|