@arthurzakharov/ui-kit 1.4.3 → 1.4.5
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/animation.module-DQXuL9kR.js +6 -0
- package/dist/animations/animation-fade-grow/animation-fade-grow.component.js +31 -24
- package/dist/animations/animation-fade-scale/animation-fade-scale.component.js +32 -24
- package/dist/animations/animation-fade-slide/animation-fade-slide.component.js +30 -21
- package/dist/animations/animation-rotate/animation-rotate.component.js +4 -3
- package/dist/assets/animation-rpq5162S.css +1 -0
- package/dist/assets/flex-BpQNkmJA.css +1 -0
- package/dist/assets/text-Bhvd-u-V.css +1 -0
- package/dist/components/accordion-table/accordion-table.component.d.ts +0 -7
- package/dist/components/bottom-bar/bottom-bar.component.js +31 -31
- package/dist/components/data-protected-label/data-protected-label.component.d.ts +3 -7
- package/dist/components/data-protected-label/data-protected-label.component.js +15 -19
- package/dist/components/flex/flex.component.d.ts +11 -11
- package/dist/components/flex/flex.component.js +9 -9
- package/dist/components/main-attachment/main-attachment.component.js +17 -10
- package/dist/components/message-block/message-block.component.d.ts +0 -3
- package/dist/components/message-block/message-block.component.js +16 -27
- package/dist/components/payment/components/text-blocks/text-blocks.component.js +3 -3
- package/dist/components/sidebar/components/info/info.component.js +10 -10
- package/dist/components/sidebar/components/step/step.component.js +4 -4
- package/dist/components/sidebar/sidebar.component.js +13 -13
- package/dist/components/signature/signature.component.js +140 -140
- package/dist/components/text/index.d.ts +1 -0
- package/dist/components/text/index.js +4 -0
- package/dist/components/text/text.component.d.ts +13 -540
- package/dist/components/text/text.component.js +129 -14
- package/dist/main.d.ts +1 -1
- package/dist/utils/content/content.component.d.ts +3 -1
- package/dist/utils/types.d.ts +13 -5
- package/package.json +10 -9
- package/dist/assets/flex-BhK_u9P8.css +0 -1
- package/dist/assets/page-info-Bs3RDQxp.css +0 -1
- package/dist/assets/page-subtitle-BrFA-H2S.css +0 -1
- package/dist/assets/page-title-BjnleMqb.css +0 -1
- package/dist/assets/sidebar-title-BQlVGM_v.css +0 -1
- package/dist/assets/step-title-1uG3ODlr.css +0 -1
- package/dist/assets/tag-xh8EHVuM.css +0 -1
- package/dist/components/text/components/page-info/page-info.component.d.ts +0 -2
- package/dist/components/text/components/page-info/page-info.component.js +0 -11
- package/dist/components/text/components/page-subtitle/page-subtitle.component.d.ts +0 -2
- package/dist/components/text/components/page-subtitle/page-subtitle.component.js +0 -10
- package/dist/components/text/components/page-title/page-title.component.d.ts +0 -2
- package/dist/components/text/components/page-title/page-title.component.js +0 -10
- package/dist/components/text/components/sidebar-title/sidebar-title.component.d.ts +0 -2
- package/dist/components/text/components/sidebar-title/sidebar-title.component.js +0 -10
- package/dist/components/text/components/step-title/step-title.component.d.ts +0 -2
- package/dist/components/text/components/step-title/step-title.component.js +0 -10
- package/dist/components/text/components/tag/tag.component.d.ts +0 -543
- package/dist/components/text/components/tag/tag.component.js +0 -69
|
@@ -1,17 +1,132 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { jsx as G } from "react/jsx-runtime";
|
|
2
|
+
import h from "clsx";
|
|
3
|
+
import { Content as L } from "../../utils/content/content.component.js";
|
|
4
|
+
import '../../assets/text-Bhvd-u-V.css';const x = "_Lined_553v9_1", u = "_Left_553v9_7", S = "_Center_553v9_11", f = "_Right_553v9_15", T = "_Light_553v9_21", B = "_Regular_553v9_25", H = "_Medium_553v9_29", b = "_Bold_553v9_33", w = "_BodyExtraSmall_553v9_39", P = "_BodySmall_553v9_44", R = "_Body_553v9_39", z = "_BodyLarge_553v9_54", A = "_HL1_553v9_59", E = "_HL2_553v9_64", C = "_HL3_553v9_69", k = "_HL4_553v9_74", M = "_HL5_553v9_79", F = "_TextPrimary_553v9_86", $ = "_TextSecondary_553v9_90", N = "_AccentPrimary_553v9_94", j = "_AccentSecondary_553v9_98", W = "_ThemePrimary_553v9_102", q = "_ThemeSecondary_553v9_106", D = "_Success_553v9_114", I = "_Focus_553v9_118", J = "_Link_553v9_122", K = "_Grey950_553v9_126", O = "_Grey900_553v9_130", Q = "_Grey800_553v9_134", U = "_Grey700_553v9_138", V = "_Grey600_553v9_142", X = "_Grey500_553v9_146", Y = "_Grey400_553v9_150", Z = "_Grey300_553v9_154", ee = "_Grey200_553v9_158", re = "_Grey100_553v9_162", te = "_Grey50_553v9_146", e = {
|
|
5
|
+
Lined: x,
|
|
6
|
+
Left: u,
|
|
7
|
+
Center: S,
|
|
8
|
+
Right: f,
|
|
9
|
+
Light: T,
|
|
10
|
+
Regular: B,
|
|
11
|
+
Medium: H,
|
|
12
|
+
Bold: b,
|
|
13
|
+
BodyExtraSmall: w,
|
|
14
|
+
BodySmall: P,
|
|
15
|
+
Body: R,
|
|
16
|
+
BodyLarge: z,
|
|
17
|
+
HL1: A,
|
|
18
|
+
HL2: E,
|
|
19
|
+
HL3: C,
|
|
20
|
+
HL4: k,
|
|
21
|
+
HL5: M,
|
|
22
|
+
TextPrimary: F,
|
|
23
|
+
TextSecondary: $,
|
|
24
|
+
AccentPrimary: N,
|
|
25
|
+
AccentSecondary: j,
|
|
26
|
+
ThemePrimary: W,
|
|
27
|
+
ThemeSecondary: q,
|
|
28
|
+
Error: "_Error_553v9_110",
|
|
29
|
+
Success: D,
|
|
30
|
+
Focus: I,
|
|
31
|
+
Link: J,
|
|
32
|
+
Grey950: K,
|
|
33
|
+
Grey900: O,
|
|
34
|
+
Grey800: Q,
|
|
35
|
+
Grey700: U,
|
|
36
|
+
Grey600: V,
|
|
37
|
+
Grey500: X,
|
|
38
|
+
Grey400: Y,
|
|
39
|
+
Grey300: Z,
|
|
40
|
+
Grey200: ee,
|
|
41
|
+
Grey100: re,
|
|
42
|
+
Grey50: te
|
|
43
|
+
}, oe = {
|
|
44
|
+
"page-info": { tag: "p", weight: "light", size: "body", color: "text-secondary" },
|
|
45
|
+
"page-subtitle": { tag: "h6", weight: "regular", size: "body", color: "text-primary" },
|
|
46
|
+
"page-title": { tag: "h1", weight: "medium", size: "hl2", color: "text-primary" },
|
|
47
|
+
"sidebar-title": { tag: "h3", weight: "medium", size: "hl3", color: "text-primary" },
|
|
48
|
+
"step-title": { tag: "h2", weight: "medium", size: "hl4", color: "text-primary" }
|
|
49
|
+
}, _e = ({
|
|
50
|
+
children: m,
|
|
51
|
+
className: g,
|
|
52
|
+
preset: y,
|
|
53
|
+
lined: v = !1,
|
|
54
|
+
align: c = "left",
|
|
55
|
+
tag: _ = "p",
|
|
56
|
+
weight: i = "regular",
|
|
57
|
+
size: a = "body",
|
|
58
|
+
color: s = "text-primary",
|
|
59
|
+
...l
|
|
60
|
+
}) => {
|
|
61
|
+
let d = _, n = i, t = a, r = s;
|
|
62
|
+
if (y) {
|
|
63
|
+
const o = oe[y];
|
|
64
|
+
_ !== "p" && _ !== o.tag && console.warn(
|
|
65
|
+
`Text component: 'tag' prop will be overridden by 'preset="${y}"'. Remove explicit 'tag' prop if not intended.`
|
|
66
|
+
), i !== "regular" && i !== o.weight && console.warn(
|
|
67
|
+
`Text component: 'weight' prop will be overridden by 'preset="${y}"'. Remove explicit 'weight' prop if not intended.`
|
|
68
|
+
), a !== "body" && a !== o.size && console.warn(
|
|
69
|
+
`Text component: 'size' prop will be overridden by 'preset="${y}"'. Remove explicit 'size' prop if not intended.`
|
|
70
|
+
), s !== "text-primary" && s !== o.color && console.warn(
|
|
71
|
+
`Text component: 'color' prop will be overridden by 'preset="${y}"'. Remove explicit 'color' prop if not intended.`
|
|
72
|
+
), d = o.tag, n = o.weight, t = o.size, r = o.color;
|
|
73
|
+
}
|
|
74
|
+
const p = h(g, {
|
|
75
|
+
[e.Lined]: v,
|
|
76
|
+
// ALIGNMENTS
|
|
77
|
+
[e.Left]: c === "left",
|
|
78
|
+
[e.Center]: c === "center",
|
|
79
|
+
[e.Right]: c === "right",
|
|
80
|
+
// FONT WEIGHTS
|
|
81
|
+
[e.Light]: n === "light",
|
|
82
|
+
[e.Regular]: n === "regular",
|
|
83
|
+
[e.Medium]: n === "medium",
|
|
84
|
+
[e.Bold]: n === "bold",
|
|
85
|
+
// FONT SIZES
|
|
86
|
+
[e.BodyExtraSmall]: t === "body-extra-small",
|
|
87
|
+
[e.BodySmall]: t === "body-small",
|
|
88
|
+
[e.Body]: t === "body",
|
|
89
|
+
[e.BodyLarge]: t === "body-large",
|
|
90
|
+
[e.HL1]: t === "hl1",
|
|
91
|
+
[e.HL2]: t === "hl2",
|
|
92
|
+
[e.HL3]: t === "hl3",
|
|
93
|
+
[e.HL4]: t === "hl4",
|
|
94
|
+
[e.HL5]: t === "hl5",
|
|
95
|
+
// COLORS
|
|
96
|
+
[e.TextPrimary]: r === "text-primary",
|
|
97
|
+
[e.TextSecondary]: r === "text-secondary",
|
|
98
|
+
[e.AccentPrimary]: r === "accent-primary",
|
|
99
|
+
[e.AccentSecondary]: r === "accent-secondary",
|
|
100
|
+
[e.ThemePrimary]: r === "theme-primary",
|
|
101
|
+
[e.ThemeSecondary]: r === "theme-secondary",
|
|
102
|
+
[e.Error]: r === "error",
|
|
103
|
+
[e.Success]: r === "success",
|
|
104
|
+
[e.Focus]: r === "focus",
|
|
105
|
+
[e.Link]: r === "link",
|
|
106
|
+
[e.Grey950]: r === "grey-950",
|
|
107
|
+
[e.Grey900]: r === "grey-900",
|
|
108
|
+
[e.Grey800]: r === "grey-800",
|
|
109
|
+
[e.Grey700]: r === "grey-700",
|
|
110
|
+
[e.Grey600]: r === "grey-600",
|
|
111
|
+
[e.Grey500]: r === "grey-500",
|
|
112
|
+
[e.Grey400]: r === "grey-400",
|
|
113
|
+
[e.Grey300]: r === "grey-300",
|
|
114
|
+
[e.Grey200]: r === "grey-200",
|
|
115
|
+
[e.Grey100]: r === "grey-100",
|
|
116
|
+
[e.Grey50]: r === "grey-50"
|
|
117
|
+
});
|
|
118
|
+
return /* @__PURE__ */ G(
|
|
119
|
+
L,
|
|
120
|
+
{
|
|
121
|
+
"data-testid": l["data-testid"] || "content",
|
|
122
|
+
tag: d,
|
|
123
|
+
alwaysRender: !1,
|
|
124
|
+
className: p,
|
|
125
|
+
...l,
|
|
126
|
+
children: m
|
|
127
|
+
}
|
|
128
|
+
);
|
|
14
129
|
};
|
|
15
130
|
export {
|
|
16
|
-
|
|
131
|
+
_e as Text
|
|
17
132
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -46,6 +46,6 @@ export { Payment, type PaymentBlockProps, type PaymentGlassProps, type PaymentSi
|
|
|
46
46
|
export { Sidebar, type SidebarProps } from './components/sidebar/sidebar.component';
|
|
47
47
|
export { Signature } from './components/signature';
|
|
48
48
|
export { Svg, type SvgProps } from './utils/svg/svg.component';
|
|
49
|
-
export { Text } from './components/text
|
|
49
|
+
export { Text } from './components/text';
|
|
50
50
|
export { UserPanel } from './components/user-panel';
|
|
51
51
|
export { Warranty, type WarrantyProps } from './components/warranty';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HTMLAttributes } from 'react';
|
|
2
|
+
type TagNames = keyof HTMLElementTagNameMap;
|
|
2
3
|
export interface ContentProps extends HTMLAttributes<HTMLElementTagNameMap> {
|
|
3
|
-
tag?:
|
|
4
|
+
tag?: TagNames;
|
|
4
5
|
alwaysRender?: boolean;
|
|
5
6
|
}
|
|
6
7
|
/**
|
|
@@ -278,3 +279,4 @@ export declare const Content: ({ tag, alwaysRender, children, ...rest }: Content
|
|
|
278
279
|
onTransitionEnd?: import('react').TransitionEventHandler<HTMLElementTagNameMap> | undefined;
|
|
279
280
|
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLElementTagNameMap> | undefined;
|
|
280
281
|
}, string | import('react').JSXElementConstructor<any>> | null;
|
|
282
|
+
export {};
|
package/dist/utils/types.d.ts
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
export
|
|
2
|
-
export type
|
|
3
|
-
export
|
|
4
|
-
export type
|
|
5
|
-
export
|
|
1
|
+
export declare const SIZE: readonly ["xxs", "xs", "sm", "md", "lg", "xl", "xxl", "xxxl"];
|
|
2
|
+
export type Size = (typeof SIZE)[number];
|
|
3
|
+
export declare const FONT_ALIGN: readonly ["left", "center", "right"];
|
|
4
|
+
export type FontAlign = (typeof FONT_ALIGN)[number];
|
|
5
|
+
export declare const FONT_WEIGHT: readonly ["light", "regular", "medium", "bold"];
|
|
6
|
+
export type FontWeight = (typeof FONT_WEIGHT)[number];
|
|
7
|
+
export declare const FONT_SIZE: readonly ["body-extra-small", "body-small", "body", "body-large", "hl5", "hl4", "hl3", "hl2", "hl1"];
|
|
8
|
+
export type FontSize = (typeof FONT_SIZE)[number];
|
|
9
|
+
export declare const FONT_COLOR: readonly ["text-primary", "text-secondary", "accent-primary", "accent-secondary", "theme-primary", "theme-secondary", "error", "success", "focus", "link", "grey-950", "grey-900", "grey-800", "grey-700", "grey-600", "grey-500", "grey-400", "grey-300", "grey-200", "grey-100", "grey-50"];
|
|
10
|
+
export type FontColor = (typeof FONT_COLOR)[number];
|
|
6
11
|
export interface Base {
|
|
7
12
|
className?: string;
|
|
8
13
|
['data-testid']?: string;
|
|
9
14
|
}
|
|
15
|
+
export declare const TEXT_PRESET: readonly ["page-info", "page-subtitle", "page-title", "sidebar-title", "step-title"];
|
|
16
|
+
export type TextPreset = (typeof TEXT_PRESET)[number];
|
|
17
|
+
export type TagNames = keyof HTMLElementTagNameMap;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arthurzakharov/ui-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -25,11 +25,12 @@
|
|
|
25
25
|
"prettier:fix": "prettier --write --log-level=log .",
|
|
26
26
|
"test:unit:once": "vitest run --project unit",
|
|
27
27
|
"test:unit:watch": "vitest --project unit --watch",
|
|
28
|
-
"test:unit:update": "vitest --project unit --update",
|
|
28
|
+
"test:unit:update": "vitest run --project unit --update",
|
|
29
29
|
"test:unit:coverage": "vitest run --coverage --project unit",
|
|
30
30
|
"test:storybook:once": "vitest run --project storybook",
|
|
31
31
|
"test:storybook:coverage": "vitest run --coverage --project storybook",
|
|
32
32
|
"test:all:coverage": "vitest run --coverage --project unit --project storybook",
|
|
33
|
+
"test:all:once": "vitest run --project unit --project storybook",
|
|
33
34
|
"storybook": "storybook dev -p 6006",
|
|
34
35
|
"build-storybook": "storybook build"
|
|
35
36
|
},
|
|
@@ -47,10 +48,10 @@
|
|
|
47
48
|
"devDependencies": {
|
|
48
49
|
"@chromatic-com/storybook": "^5.0.1",
|
|
49
50
|
"@eslint/js": "^9.39.2",
|
|
50
|
-
"@storybook/addon-a11y": "^10.2.
|
|
51
|
-
"@storybook/addon-docs": "^10.2.
|
|
52
|
-
"@storybook/addon-vitest": "^10.2.
|
|
53
|
-
"@storybook/react-vite": "^10.2.
|
|
51
|
+
"@storybook/addon-a11y": "^10.2.13",
|
|
52
|
+
"@storybook/addon-docs": "^10.2.13",
|
|
53
|
+
"@storybook/addon-vitest": "^10.2.13",
|
|
54
|
+
"@storybook/react-vite": "^10.2.13",
|
|
54
55
|
"@testing-library/react": "^15.0.7",
|
|
55
56
|
"@types/node": "^24.1.0",
|
|
56
57
|
"@types/react": "^18.3.27",
|
|
@@ -66,8 +67,8 @@
|
|
|
66
67
|
"eslint": "^9.39.2",
|
|
67
68
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
68
69
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
69
|
-
"eslint-plugin-storybook": "^10.2.
|
|
70
|
-
"glob": "^13.0.
|
|
70
|
+
"eslint-plugin-storybook": "^10.2.13",
|
|
71
|
+
"glob": "^13.0.6",
|
|
71
72
|
"globals": "^17.0.0",
|
|
72
73
|
"jsdom": "^27.4.0",
|
|
73
74
|
"lucide-react": "^0.562.0",
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"react-dom": "^18.3.1",
|
|
79
80
|
"react-input-mask": "^2.0.4",
|
|
80
81
|
"react-signature-canvas": "^1.0.7",
|
|
81
|
-
"storybook": "^10.2.
|
|
82
|
+
"storybook": "^10.2.13",
|
|
82
83
|
"typescript": "^5.9.3",
|
|
83
84
|
"typescript-eslint": "^8.52.0",
|
|
84
85
|
"usehooks-ts": "^3.1.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._Flex_ey5ik_1{display:flex}._Flex_ey5ik_1[data-pos=relative]{position:relative}._Flex_ey5ik_1[data-pos=absolute]{position:absolute}._Flex_ey5ik_1[data-pos=fixed]{position:fixed}._Flex_ey5ik_1[data-pos=static]{position:static}._Flex_ey5ik_1[data-pos=sticky]{position:sticky}._Flex_ey5ik_1[data-fd=row]{flex-direction:row}._Flex_ey5ik_1[data-fd=column]{flex-direction:column}._Flex_ey5ik_1[data-fxw=wrap]{flex-wrap:wrap}._Flex_ey5ik_1[data-fxw=nowrap]{flex-wrap:nowrap}._Flex_ey5ik_1[data-gap=xxs]{gap:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-gap=xs]{gap:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-gap=sm]{gap:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-gap=md]{gap:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-gap=lg]{gap:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-gap=xl]{gap:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-gap=xxl]{gap:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-gap=xxxl]{gap:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-m=xxs]{margin:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-m=xs]{margin:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-m=sm]{margin:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-m=md]{margin:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-m=lg]{margin:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-m=xl]{margin:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-m=xxl]{margin:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-m=xxxl]{margin:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-mt=xxs]{margin-top:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-mt=xs]{margin-top:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-mt=sm]{margin-top:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-mt=md]{margin-top:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-mt=lg]{margin-top:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-mt=xl]{margin-top:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-mt=xxl]{margin-top:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-mt=xxxl]{margin-top:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-mb=xxs]{margin-bottom:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-mb=xs]{margin-bottom:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-mb=sm]{margin-bottom:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-mb=md]{margin-bottom:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-mb=lg]{margin-bottom:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-mb=xl]{margin-bottom:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-mb=xxl]{margin-bottom:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-mb=xxxl]{margin-bottom:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-ml=xxs]{margin-left:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-ml=xs]{margin-left:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-ml=sm]{margin-left:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-ml=md]{margin-left:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-ml=lg]{margin-left:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-ml=xl]{margin-left:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-ml=xxl]{margin-left:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-ml=xxxl]{margin-left:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-mr=xxs]{margin-right:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-mr=xs]{margin-right:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-mr=sm]{margin-right:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-mr=md]{margin-right:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-mr=lg]{margin-right:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-mr=xl]{margin-right:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-mr=xxl]{margin-right:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-mr=xxxl]{margin-right:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-mx=xxs]{margin-left:var(--rm-ui-padding-xxs);margin-right:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-mx=xs]{margin-left:var(--rm-ui-padding-xs);margin-right:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-mx=sm]{margin-left:var(--rm-ui-padding-sm);margin-right:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-mx=md]{margin-left:var(--rm-ui-padding-md);margin-right:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-mx=lg]{margin-left:var(--rm-ui-padding-lg);margin-right:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-mx=xl]{margin-left:var(--rm-ui-padding-xl);margin-right:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-mx=xxl]{margin-left:var(--rm-ui-padding-xxl);margin-right:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-mx=xxxl]{margin-left:var(--rm-ui-padding-xxxl);margin-right:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-my=xxs]{margin-top:var(--rm-ui-padding-xxs);margin-bottom:var(--rm-ui-padding-xxs)}._Flex_ey5ik_1[data-my=xs]{margin-top:var(--rm-ui-padding-xs);margin-bottom:var(--rm-ui-padding-xs)}._Flex_ey5ik_1[data-my=sm]{margin-top:var(--rm-ui-padding-sm);margin-bottom:var(--rm-ui-padding-sm)}._Flex_ey5ik_1[data-my=md]{margin-top:var(--rm-ui-padding-md);margin-bottom:var(--rm-ui-padding-md)}._Flex_ey5ik_1[data-my=lg]{margin-top:var(--rm-ui-padding-lg);margin-bottom:var(--rm-ui-padding-lg)}._Flex_ey5ik_1[data-my=xl]{margin-top:var(--rm-ui-padding-xl);margin-bottom:var(--rm-ui-padding-xl)}._Flex_ey5ik_1[data-my=xxl]{margin-top:var(--rm-ui-padding-xxl);margin-bottom:var(--rm-ui-padding-xxl)}._Flex_ey5ik_1[data-my=xxxl]{margin-top:var(--rm-ui-padding-xxxl);margin-bottom:var(--rm-ui-padding-xxxl)}._Flex_ey5ik_1[data-ai=center]{align-items:center}._Flex_ey5ik_1[data-ai=start]{align-items:flex-start}._Flex_ey5ik_1[data-ai=end]{align-items:flex-end}._Flex_ey5ik_1[data-ai=stretch]{align-items:stretch}._Flex_ey5ik_1[data-jc=center]{justify-content:center}._Flex_ey5ik_1[data-jc=start]{justify-content:flex-start}._Flex_ey5ik_1[data-jc=end]{justify-content:flex-end}._Flex_ey5ik_1[data-jc=space-between]{justify-content:space-between}@media screen and (min-width:768px){._Flex_ey5ik_1[data-fd=row][data-fd-change-after=tablet]{flex-direction:column}._Flex_ey5ik_1[data-fd=column][data-fd-change-after=tablet]{flex-direction:row}}@media screen and (min-width:1024px){._Flex_ey5ik_1[data-fd=row][data-fd-change-after=laptop]{flex-direction:column}._Flex_ey5ik_1[data-fd=column][data-fd-change-after=laptop]{flex-direction:row}}@media screen and (min-width:1200px){._Flex_ey5ik_1[data-fd=row][data-fd-change-after=desktop]{flex-direction:column}._Flex_ey5ik_1[data-fd=column][data-fd-change-after=desktop]{flex-direction:row}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._PageInfo_116l6_1{font-weight:var(--rm-ui-font-weight-light);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._PageSubtitle_xx4pk_1{font-weight:var(--rm-ui-font-weight-regular);font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body);color:var(--rm-ui-color-text-secondary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._PageTitle_12qbw_1{font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2);color:var(--rm-ui-color-text-primary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._SidebarTitle_1y8hk_1{font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3);color:var(--rm-ui-color-text-primary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._StepTitle_1nv0x_1{font-weight:var(--rm-ui-font-weight-medium);font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4);color:var(--rm-ui-color-text-primary)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._TagLined_1xtoo_1{text-decoration:underline}._TagAlignLeft_1xtoo_5{text-align:left}._TagAlignCenter_1xtoo_9{text-align:center}._TagAlignRight_1xtoo_13{text-align:right}._TagWeightLight_1xtoo_17{font-weight:var(--rm-ui-font-weight-light)}._TagWeightRegular_1xtoo_21{font-weight:var(--rm-ui-font-weight-regular)}._TagWeightMedium_1xtoo_25{font-weight:var(--rm-ui-font-weight-medium)}._TagWeightBold_1xtoo_29{font-weight:var(--rm-ui-font-weight-bold)}._TagSizeRegular_1xtoo_33{font-size:var(--rm-ui-font-size-body);line-height:var(--rm-ui-line-height-body)}._TagSizeSmall_1xtoo_38{font-size:var(--rm-ui-font-size-body-small);line-height:var(--rm-ui-line-height-body-small)}._TagSizeExtraSmall_1xtoo_43{font-size:var(--rm-ui-font-size-body-extra-small);line-height:var(--rm-ui-line-height-body-extra-small)}._TagSizeHL1_1xtoo_48{font-size:var(--rm-ui-font-size-hl1);line-height:var(--rm-ui-line-height-hl1)}._TagSizeHL2_1xtoo_53{font-size:var(--rm-ui-font-size-hl2);line-height:var(--rm-ui-line-height-hl2)}._TagSizeHL3_1xtoo_58{font-size:var(--rm-ui-font-size-hl3);line-height:var(--rm-ui-line-height-hl3)}._TagSizeHL4_1xtoo_63{font-size:var(--rm-ui-font-size-hl4);line-height:var(--rm-ui-line-height-hl4)}._TagSizeHL5_1xtoo_68{font-size:var(--rm-ui-font-size-hl5);line-height:var(--rm-ui-line-height-hl5)}._TagColorPrimary_1xtoo_73{color:var(--rm-ui-color-text-primary)}._TagColorSecondary_1xtoo_77{color:var(--rm-ui-color-text-secondary)}._TagColorAccentPrimary_1xtoo_81{color:var(--rm-ui-color-accent-primary)}._TagColorAccentSecondary_1xtoo_85{color:var(--rm-ui-color-accent-secondary)}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import '../../../../assets/page-info-Bs3RDQxp.css';const a = "_PageInfo_116l6_1", e = {
|
|
4
|
-
PageInfo: a
|
|
5
|
-
}, c = (t) => {
|
|
6
|
-
const { children: n } = t;
|
|
7
|
-
return typeof n == "string" ? /* @__PURE__ */ o("p", { className: e.PageInfo, dangerouslySetInnerHTML: { __html: n } }) : /* @__PURE__ */ o("p", { className: e.PageInfo, children: n });
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
c as PageInfo
|
|
11
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import '../../../../assets/page-subtitle-BrFA-H2S.css';const n = "_PageSubtitle_xx4pk_1", a = {
|
|
3
|
-
PageSubtitle: n
|
|
4
|
-
}, i = (l) => {
|
|
5
|
-
const { children: t } = l;
|
|
6
|
-
return typeof t == "string" ? /* @__PURE__ */ e("h6", { className: a.PageSubtitle, dangerouslySetInnerHTML: { __html: t } }) : /* @__PURE__ */ e("h6", { className: a.PageSubtitle, children: t });
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
i as PageSubtitle
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import '../../../../assets/page-title-BjnleMqb.css';const n = "_PageTitle_12qbw_1", a = {
|
|
3
|
-
PageTitle: n
|
|
4
|
-
}, i = (l) => {
|
|
5
|
-
const { children: e } = l;
|
|
6
|
-
return typeof e == "string" ? /* @__PURE__ */ t("h1", { className: a.PageTitle, dangerouslySetInnerHTML: { __html: e } }) : /* @__PURE__ */ t("h1", { className: a.PageTitle, children: e });
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
i as PageTitle
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import '../../../../assets/sidebar-title-BQlVGM_v.css';const a = "_SidebarTitle_1y8hk_1", i = {
|
|
3
|
-
SidebarTitle: a
|
|
4
|
-
}, n = (r) => {
|
|
5
|
-
const { children: e } = r;
|
|
6
|
-
return typeof e == "string" ? /* @__PURE__ */ t("h3", { className: i.SidebarTitle, dangerouslySetInnerHTML: { __html: e } }) : /* @__PURE__ */ t("h3", { className: i.SidebarTitle, children: e });
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
n as SidebarTitle
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import '../../../../assets/step-title-1uG3ODlr.css';const s = "_StepTitle_1nv0x_1", n = {
|
|
3
|
-
StepTitle: s
|
|
4
|
-
}, o = (l) => {
|
|
5
|
-
const { children: t } = l;
|
|
6
|
-
return typeof t == "string" ? /* @__PURE__ */ e("h2", { className: n.StepTitle, dangerouslySetInnerHTML: { __html: t } }) : /* @__PURE__ */ e("h2", { className: n.StepTitle, children: t });
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
o as StepTitle
|
|
10
|
-
};
|