quirk-ui 0.0.69 → 0.0.71
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/index22.css +1 -1
- package/dist/assets/index22.css.d.ts +15 -15
- package/dist/components/Card/index.js +25 -25
- package/dist/components/Carousel/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.css.d.ts +15 -15
- package/package.json +1 -1
package/dist/assets/index22.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_198hu_1{background-color:var(--color-background);border-radius:var(--radius-md);padding:var(--spacing-md);cursor:pointer;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box;min-height:225px;max-width:800px;margin:0 auto}._clickable_198hu_17{cursor:pointer}._clickable_198hu_17:hover{box-shadow:0 6px 12px #0003}._default_198hu_25{box-shadow:0 2px 4px #0000001a}._outlined_198hu_29{border:1px solid var(--color-border)}._shadow_198hu_33{box-shadow:0 2px 4px #00000026}._imageTop_198hu_37{padding:0;overflow:hidden;border-radius:var(--radius-md);display:flex;flex-direction:column;height:100%;border:1px solid var(--color-border)}._imageTop_198hu_37 ._imageContainer_198hu_47{width:100%;height:100%;max-height:150px;overflow:hidden;flex-shrink:0}._imageTop_198hu_37 ._image_198hu_37{width:100%;height:100%;object-fit:cover}._imageTop_198hu_37 ._content_198hu_62{padding:var(--spacing-md)}._imageBackground_198hu_66{position:relative;padding:0;overflow:hidden;border-radius:var(--radius-md);color:var(--color-foreground);display:flex;flex-direction:column;height:100%}._imageBackground_198hu_66 ._imageBackgroundContainer_198hu_77{position:relative;width:100%;height:100%;overflow:hidden;flex-grow:1}._imageBackground_198hu_66 ._backgroundImage_198hu_85{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0;z-index:1}._imageBackground_198hu_66 ._overlay_198hu_95{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:var(--spacing-md)}._imageBackground_198hu_66 ._text_198hu_111,._imageBackground_198hu_66 h3{color:#fff}._content_198hu_62{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}._card_198hu_1:hover{transform:translateY(-2px)}._text_198hu_111{font-size:var(-font-size-md);color:var(--color-text-primary);margin-bottom:var(--spacing-md)}._footer_198hu_133{text-align:right;padding-top:var(--spacing-md);flex-shrink:0}
|
|
@@ -1,19 +1,19 @@
|
|
|
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 "
|
|
2
|
+
readonly "_backgroundImage_198hu_85": string;
|
|
3
|
+
readonly "_card_198hu_1": string;
|
|
4
|
+
readonly "_clickable_198hu_17": string;
|
|
5
|
+
readonly "_content_198hu_62": string;
|
|
6
|
+
readonly "_default_198hu_25": string;
|
|
7
|
+
readonly "_footer_198hu_133": string;
|
|
8
|
+
readonly "_imageBackgroundContainer_198hu_77": string;
|
|
9
|
+
readonly "_imageBackground_198hu_66": string;
|
|
10
|
+
readonly "_imageContainer_198hu_47": string;
|
|
11
|
+
readonly "_imageTop_198hu_37": string;
|
|
12
|
+
readonly "_image_198hu_37": string;
|
|
13
|
+
readonly "_outlined_198hu_29": string;
|
|
14
|
+
readonly "_overlay_198hu_95": string;
|
|
15
|
+
readonly "_shadow_198hu_33": string;
|
|
16
|
+
readonly "_text_198hu_111": string;
|
|
17
17
|
};
|
|
18
18
|
export = styles;
|
|
19
19
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import '../../assets/index.css';import '../../assets/index22.css';/* empty css */
|
|
3
|
-
import { Heading as
|
|
3
|
+
import { Heading as l } from "../Heading/index.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../index-CxrBcaoP.js";
|
|
6
6
|
import "../Tabs/index.js";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "_card_198hu_1", u = "_clickable_198hu_17", h = "_outlined_198hu_29", k = "_shadow_198hu_33", p = "_imageTop_198hu_37", v = "_imageContainer_198hu_47", f = "_image_198hu_37", B = "_content_198hu_62", N = "_imageBackground_198hu_66", C = "_imageBackgroundContainer_198hu_77", b = "_backgroundImage_198hu_85", x = "_overlay_198hu_95", T = "_text_198hu_111", w = "_footer_198hu_133", a = {
|
|
8
8
|
card: g,
|
|
9
9
|
clickable: u,
|
|
10
|
-
default: "
|
|
10
|
+
default: "_default_198hu_25",
|
|
11
11
|
outlined: h,
|
|
12
12
|
shadow: k,
|
|
13
13
|
imageTop: p,
|
|
@@ -28,47 +28,47 @@ const g = "_card_7amar_1", u = "_clickable_7amar_15", h = "_outlined_7amar_27",
|
|
|
28
28
|
imageBackground: a.imageBackground
|
|
29
29
|
};
|
|
30
30
|
function z({
|
|
31
|
-
title:
|
|
32
|
-
content:
|
|
33
|
-
footer:
|
|
34
|
-
imageSrc:
|
|
35
|
-
imageAlt:
|
|
36
|
-
onClick:
|
|
37
|
-
variant:
|
|
38
|
-
clickable:
|
|
31
|
+
title: n,
|
|
32
|
+
content: i,
|
|
33
|
+
footer: c,
|
|
34
|
+
imageSrc: d,
|
|
35
|
+
imageAlt: t = "Card image",
|
|
36
|
+
onClick: s,
|
|
37
|
+
variant: r = "default",
|
|
38
|
+
clickable: m = !1,
|
|
39
39
|
className: _
|
|
40
40
|
}) {
|
|
41
41
|
return /* @__PURE__ */ o(
|
|
42
42
|
"div",
|
|
43
43
|
{
|
|
44
|
-
className: `${_ ?? ""} ${a.card} ${y[
|
|
45
|
-
onClick:
|
|
46
|
-
role:
|
|
44
|
+
className: `${_ ?? ""} ${a.card} ${y[r]} ${m ? a.clickable : ""}`,
|
|
45
|
+
onClick: s,
|
|
46
|
+
role: s ? "button" : "presentation",
|
|
47
47
|
children: [
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
r === "imageTop" && d && /* @__PURE__ */ e("div", { className: a.imageContainer, children: /* @__PURE__ */ e("img", { src: d, alt: t, className: a.image }) }),
|
|
49
|
+
r === "imageBackground" && d && /* @__PURE__ */ o("div", { className: a.imageBackgroundContainer, children: [
|
|
50
50
|
/* @__PURE__ */ e(
|
|
51
51
|
"img",
|
|
52
52
|
{
|
|
53
|
-
src:
|
|
54
|
-
alt:
|
|
53
|
+
src: d,
|
|
54
|
+
alt: t,
|
|
55
55
|
className: a.backgroundImage
|
|
56
56
|
}
|
|
57
57
|
),
|
|
58
58
|
/* @__PURE__ */ o("div", { className: a.overlay, children: [
|
|
59
59
|
/* @__PURE__ */ o("div", { children: [
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
n && /* @__PURE__ */ e(l, { level: 3, children: n }),
|
|
61
|
+
i && /* @__PURE__ */ e("div", { className: a.text, children: i })
|
|
62
62
|
] }),
|
|
63
|
-
|
|
63
|
+
c && /* @__PURE__ */ e("div", { className: a.footer, children: c })
|
|
64
64
|
] })
|
|
65
65
|
] }),
|
|
66
|
-
|
|
66
|
+
r !== "imageBackground" && /* @__PURE__ */ o("div", { className: a.content, children: [
|
|
67
67
|
/* @__PURE__ */ o("div", { children: [
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
n && /* @__PURE__ */ e(l, { level: 3, children: n }),
|
|
69
|
+
i && /* @__PURE__ */ e("div", { className: a.text, children: i })
|
|
70
70
|
] }),
|
|
71
|
-
|
|
71
|
+
c && /* @__PURE__ */ e("div", { className: a.footer, children: c })
|
|
72
72
|
] })
|
|
73
73
|
]
|
|
74
74
|
}
|
|
@@ -50,7 +50,7 @@ function dt({
|
|
|
50
50
|
o.contentRect && (C ? m(o.contentRect.width - G) : y ? a != null && a.current ? m(
|
|
51
51
|
o.contentRect.width - ((c = a == null ? void 0 : a.current) == null ? void 0 : c.offsetWidth) - D
|
|
52
52
|
) : m(o.contentRect.width) : (m(o.contentRect.width), T(
|
|
53
|
-
(s == null ? void 0 : s.current.children[0].getBoundingClientRect().width) ?? 0
|
|
53
|
+
(s == null ? void 0 : s.current.children[0].children[0].getBoundingClientRect().width) ?? 0
|
|
54
54
|
)), l(0));
|
|
55
55
|
});
|
|
56
56
|
return s != null && s.current && t.observe(s.current), () => t.disconnect();
|
package/dist/styles.css
CHANGED
|
@@ -19,7 +19,7 @@ h1,h2,h3,h4,h5,h6,._h1_nzfad_7,._h2_nzfad_8,._h3_nzfad_9,._h4_nzfad_10,._h5_nzfa
|
|
|
19
19
|
._box_1242k_1{box-sizing:border-box}._paddingNone_1242k_6{padding:0}._paddingSm_1242k_10{padding:.5rem}._paddingMd_1242k_14{padding:1rem}._paddingLg_1242k_18{padding:2rem}._marginNone_1242k_23{margin:0}._marginSm_1242k_27{margin:.5rem}._marginMd_1242k_31{margin:1rem}._marginLg_1242k_35{margin:2rem}._block_1242k_40{display:block}._inline_1242k_44{display:inline}._inlineBlock_1242k_48{display:inline-block}._flex_1242k_52{display:flex}._inlineFlex_1242k_56{display:inline-flex}._grid_1242k_60{display:grid}._bgTransparent_1242k_65{background-color:transparent}._bgLight_1242k_69{background-color:#f8fafc}._bgDark_1242k_73{background-color:#0f172a}._bgAccent_1242k_77{background-color:var(--color-primary)}._borderNone_1242k_82{border:none}._borderThin_1242k_86{border:1px solid var(--color-border)}._borderThick_1242k_90{border:2px solid var(--color-border)}._radiusNone_1242k_95{border-radius:0}._radiusSm_1242k_99{border-radius:var(--radius-sm)}._radiusMd_1242k_103{border-radius:var(--radius-md)}._radiusLg_1242k_107{border-radius:var(--radius-lg)}._radiusFull_1242k_111{border-radius:var(--radius-full)}
|
|
20
20
|
._divider_zjbsg_1{flex-shrink:0;background:none}._horizontal_zjbsg_6{width:100%;height:auto}._vertical_zjbsg_11{height:100%;width:auto}
|
|
21
21
|
ul._list_4w9h5_1{list-style-type:none;padding:0;margin:0}ol._list_4w9h5_1{list-style-type:decimal;padding:0;margin:0 0 0 var(--spacing-md)}._listItem_4w9h5_13{padding:var(--spacing-sm) var(--spacing-md);margin-bottom:var(--spacing-sm);background-color:var(--color-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:background-color .3s;color:var(--color-text-primary)}._listItem_4w9h5_13:hover{background-color:var(--color-secondary)}._listItem_4w9h5_13:active{background-color:var(--color-primary)}
|
|
22
|
-
.
|
|
22
|
+
._card_198hu_1{background-color:var(--color-background);border-radius:var(--radius-md);padding:var(--spacing-md);cursor:pointer;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column;justify-content:space-between;height:100%;box-sizing:border-box;min-height:225px;max-width:800px;margin:0 auto}._clickable_198hu_17{cursor:pointer}._clickable_198hu_17:hover{box-shadow:0 6px 12px #0003}._default_198hu_25{box-shadow:0 2px 4px #0000001a}._outlined_198hu_29{border:1px solid var(--color-border)}._shadow_198hu_33{box-shadow:0 2px 4px #00000026}._imageTop_198hu_37{padding:0;overflow:hidden;border-radius:var(--radius-md);display:flex;flex-direction:column;height:100%;border:1px solid var(--color-border)}._imageTop_198hu_37 ._imageContainer_198hu_47{width:100%;height:100%;max-height:150px;overflow:hidden;flex-shrink:0}._imageTop_198hu_37 ._image_198hu_37{width:100%;height:100%;object-fit:cover}._imageTop_198hu_37 ._content_198hu_62{padding:var(--spacing-md)}._imageBackground_198hu_66{position:relative;padding:0;overflow:hidden;border-radius:var(--radius-md);color:var(--color-foreground);display:flex;flex-direction:column;height:100%}._imageBackground_198hu_66 ._imageBackgroundContainer_198hu_77{position:relative;width:100%;height:100%;overflow:hidden;flex-grow:1}._imageBackground_198hu_66 ._backgroundImage_198hu_85{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0;z-index:1}._imageBackground_198hu_66 ._overlay_198hu_95{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:var(--spacing-md)}._imageBackground_198hu_66 ._text_198hu_111,._imageBackground_198hu_66 h3{color:#fff}._content_198hu_62{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}._card_198hu_1:hover{transform:translateY(-2px)}._text_198hu_111{font-size:var(-font-size-md);color:var(--color-text-primary);margin-bottom:var(--spacing-md)}._footer_198hu_133{text-align:right;padding-top:var(--spacing-md);flex-shrink:0}
|
|
23
23
|
._avatar_xustn_1{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:visible;border:2px solid var(--color-border);cursor:default;transition:transform .3s}._avatar_xustn_1:hover{transform:scale(1.05)}._sm_xustn_17{width:32px;height:32px;font-size:12px}._md_xustn_23{width:48px;height:48px;font-size:16px}._lg_xustn_29{width:64px;height:64px;font-size:20px}._image_xustn_35{width:100%;height:100%;border-radius:50%;object-fit:cover}._initials_xustn_42{color:#fff;font-family:var(--font-weight-bold)}._status_xustn_47{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;border:2px solid #fff;background-color:var(--color-offline);z-index:1}._online_xustn_59{background-color:var(--color-online)}._offline_xustn_63{background-color:var(--color-offline)}._busy_xustn_67{background-color:var(--color-busy)}
|
|
24
24
|
:root{--badge-bg-default: var(--color-secondary, #94a3b8);--badge-bg-success: var(--color-success-bg, #28a745);--badge-bg-warning: var(--color-warning-bg, #f59e0b);--badge-bg-error: var(--color-error-bg, #bd1919);--badge-bg-info: var(--color-info-bg);--badge-text-default: var(--color-secondary-foreground, #fff);--badge-text-success: var(--color-success-text, #fff);--badge-text-warning: var(--color-warning-text, #333);--badge-text-error: var(--color-error-text, #fff);--badge-text-info: var(--color-info-text, #fff);--badge-padding: var(--spacing-sm) var(--spacing-md);--badge-font-size: var(--font-size-sm, .875rem);--badge-border-radius: var(--radius-sm, 8px)}._badge_18z15_19{display:inline-flex;align-items:center;padding:var(--badge-padding);font-size:var(--badge-font-size);border-radius:var(--badge-border-radius);font-weight:var(--font-weight-semibold);cursor:default;transition:background-color .3s,color .3s;-webkit-user-select:none;user-select:none}._clickable_18z15_31{cursor:pointer}._icon_18z15_35{margin-right:var(--spacing-sm);display:flex;align-items:center}._text_18z15_41{display:inline-block}._default_18z15_45{background-color:var(--badge-bg-default);color:var(--badge-text-default)}._success_18z15_50{background-color:var(--badge-bg-success);color:var(--badge-text-success)}._warning_18z15_55{background-color:var(--badge-bg-warning);color:var(--badge-text-warning)}._error_18z15_60{background-color:var(--badge-bg-error);color:var(--badge-text-error)}._info_18z15_65{background-color:var(--badge-bg-info);color:var(--badge-text-info)}
|
|
25
25
|
._overlay_cqo68_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1000;animation:_fadeIn_cqo68_1 .3s ease}._modal_cqo68_16{position:absolute;background-color:var(--color-background, #fff);border-radius:var(--radius-md, 4px);padding:var(--spacing-md, 1rem);width:min(90%,800px);max-width:100%;animation:_slideUp_cqo68_1 .3s ease}._closeButton_cqo68_26{color:var(--color-primary);position:absolute;top:var(--spacing-xs);right:var(--spacing-xs);background:none;border:none;cursor:pointer;padding:var(--spacing-sm)}._content_cqo68_37{margin-top:var(--spacing-lg)}._content_cqo68_37 video{width:100%;max-width:100%;height:auto;border-radius:var(--radius-md)}@keyframes _fadeIn_cqo68_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_cqo68_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
|
package/dist/styles.css.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const styles: {
|
|
|
15
15
|
readonly "_alignStart_134u6_31": string;
|
|
16
16
|
readonly "_alignStretch_134u6_43": string;
|
|
17
17
|
readonly "_avatar_xustn_1": string;
|
|
18
|
-
readonly "
|
|
18
|
+
readonly "_backgroundImage_198hu_85": string;
|
|
19
19
|
readonly "_badge_18z15_19": string;
|
|
20
20
|
readonly "_bgAccent_1242k_77": string;
|
|
21
21
|
readonly "_bgDark_1242k_73": string;
|
|
@@ -37,7 +37,7 @@ declare const styles: {
|
|
|
37
37
|
readonly "_buttons_oeqfz_62": string;
|
|
38
38
|
readonly "_calendar_zbxci_1": string;
|
|
39
39
|
readonly "_callToAction_1tdql_1": string;
|
|
40
|
-
readonly "
|
|
40
|
+
readonly "_card_198hu_1": string;
|
|
41
41
|
readonly "_carousel_oeqfz_1": string;
|
|
42
42
|
readonly "_cell_zbxci_34": string;
|
|
43
43
|
readonly "_center_e1koo_15": string;
|
|
@@ -47,7 +47,7 @@ declare const styles: {
|
|
|
47
47
|
readonly "_circle_u21vc_22": string;
|
|
48
48
|
readonly "_clickableRow_g45ha_30": string;
|
|
49
49
|
readonly "_clickable_18z15_31": string;
|
|
50
|
-
readonly "
|
|
50
|
+
readonly "_clickable_198hu_17": string;
|
|
51
51
|
readonly "_closeButton_1txoc_47": string;
|
|
52
52
|
readonly "_closeButton_cqo68_26": string;
|
|
53
53
|
readonly "_closeButton_ucye1_45": string;
|
|
@@ -56,8 +56,8 @@ declare const styles: {
|
|
|
56
56
|
readonly "_container_171d6_1": string;
|
|
57
57
|
readonly "_container_61msx_1": string;
|
|
58
58
|
readonly "_container_gfid4_8": string;
|
|
59
|
+
readonly "_content_198hu_62": string;
|
|
59
60
|
readonly "_content_1tdql_125": string;
|
|
60
|
-
readonly "_content_7amar_60": string;
|
|
61
61
|
readonly "_content_cqo68_37": string;
|
|
62
62
|
readonly "_controls_oeqfz_30": string;
|
|
63
63
|
readonly "_danger_a1m8u_41": string;
|
|
@@ -65,8 +65,8 @@ declare const styles: {
|
|
|
65
65
|
readonly "_dayName_zbxci_13": string;
|
|
66
66
|
readonly "_default_15ngo_26": string;
|
|
67
67
|
readonly "_default_18z15_45": string;
|
|
68
|
+
readonly "_default_198hu_25": string;
|
|
68
69
|
readonly "_default_4sv7j_55": string;
|
|
69
|
-
readonly "_default_7amar_23": string;
|
|
70
70
|
readonly "_default_e9jmu_33": string;
|
|
71
71
|
readonly "_disabled_15ngo_38": string;
|
|
72
72
|
readonly "_disabled_1p460_56": string;
|
|
@@ -98,7 +98,7 @@ declare const styles: {
|
|
|
98
98
|
readonly "_fill_a1m8u_18": string;
|
|
99
99
|
readonly "_flex_1242k_52": string;
|
|
100
100
|
readonly "_fluid_171d6_29": string;
|
|
101
|
-
readonly "
|
|
101
|
+
readonly "_footer_198hu_133": string;
|
|
102
102
|
readonly "_footer_gfid4_1": string;
|
|
103
103
|
readonly "_form_s0yvj_1": string;
|
|
104
104
|
readonly "_full_171d6_25": string;
|
|
@@ -128,11 +128,11 @@ declare const styles: {
|
|
|
128
128
|
readonly "_icon_18z15_35": string;
|
|
129
129
|
readonly "_icon_1ozgm_60": string;
|
|
130
130
|
readonly "_icon_1tdql_121": string;
|
|
131
|
-
readonly "
|
|
132
|
-
readonly "
|
|
133
|
-
readonly "
|
|
134
|
-
readonly "
|
|
135
|
-
readonly "
|
|
131
|
+
readonly "_imageBackgroundContainer_198hu_77": string;
|
|
132
|
+
readonly "_imageBackground_198hu_66": string;
|
|
133
|
+
readonly "_imageContainer_198hu_47": string;
|
|
134
|
+
readonly "_imageTop_198hu_37": string;
|
|
135
|
+
readonly "_image_198hu_37": string;
|
|
136
136
|
readonly "_image_xustn_35": string;
|
|
137
137
|
readonly "_indicator_oeqfz_41": string;
|
|
138
138
|
readonly "_indicators_oeqfz_41": string;
|
|
@@ -216,10 +216,10 @@ declare const styles: {
|
|
|
216
216
|
readonly "_open_1ozgm_42": string;
|
|
217
217
|
readonly "_open_55xty_40": string;
|
|
218
218
|
readonly "_optional_15ngo_52": string;
|
|
219
|
-
readonly "
|
|
219
|
+
readonly "_outlined_198hu_29": string;
|
|
220
220
|
readonly "_outside_zbxci_45": string;
|
|
221
|
+
readonly "_overlay_198hu_95": string;
|
|
221
222
|
readonly "_overlay_55xty_50": string;
|
|
222
|
-
readonly "_overlay_7amar_93": string;
|
|
223
223
|
readonly "_overlay_cqo68_1": string;
|
|
224
224
|
readonly "_paddingLg_1242k_18": string;
|
|
225
225
|
readonly "_paddingMd_1242k_14": string;
|
|
@@ -255,7 +255,7 @@ declare const styles: {
|
|
|
255
255
|
readonly "_select_a587t_7": string;
|
|
256
256
|
readonly "_selected_zbxci_49": string;
|
|
257
257
|
readonly "_separator_1nbgu_20": string;
|
|
258
|
-
readonly "
|
|
258
|
+
readonly "_shadow_198hu_33": string;
|
|
259
259
|
readonly "_shimmer_u21vc_1": string;
|
|
260
260
|
readonly "_show_12ooa_125": string;
|
|
261
261
|
readonly "_show_55xty_60": string;
|
|
@@ -295,8 +295,8 @@ declare const styles: {
|
|
|
295
295
|
readonly "_tabs_f06du_1": string;
|
|
296
296
|
readonly "_text_15ngo_6": string;
|
|
297
297
|
readonly "_text_18z15_41": string;
|
|
298
|
+
readonly "_text_198hu_111": string;
|
|
298
299
|
readonly "_text_4sv7j_1": string;
|
|
299
|
-
readonly "_text_7amar_109": string;
|
|
300
300
|
readonly "_text_u21vc_16": string;
|
|
301
301
|
readonly "_textarea_162xi_11": string;
|
|
302
302
|
readonly "_tooltipContainer_94xs9_1": string;
|