@alfalab/core-components-typography 4.11.4 → 4.12.0
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/colors.css +23 -20
- package/colors.d.ts +2 -2
- package/colors.js +1 -0
- package/colors.module-6189535f.js +6 -0
- package/common.module-20520650.js +6 -0
- package/cssm/colors.d.ts +2 -2
- package/cssm/colors.js +1 -0
- package/cssm/colors.module.css +3 -0
- package/cssm/title/component.d.ts +1 -1
- package/cssm/title/index.d.ts +1 -1
- package/cssm/title-mobile/component.d.ts +1 -1
- package/cssm/title-responsive/component.d.ts +1 -1
- package/esm/colors.css +23 -20
- package/esm/colors.d.ts +2 -2
- package/esm/colors.js +1 -0
- package/esm/colors.module-113b9747.js +4 -0
- package/esm/common.module-aa1a707c.js +4 -0
- package/esm/hooks/use-skeleton.css +5 -5
- package/esm/hooks/use-skeleton.js +1 -1
- package/esm/text/component.js +2 -2
- package/esm/text/index.css +22 -22
- package/esm/title/common.css +9 -9
- package/esm/title/component.d.ts +1 -1
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +17 -17
- package/esm/title/index.d.ts +1 -1
- package/esm/title/index.js +2 -2
- package/esm/title-mobile/component.d.ts +1 -1
- package/esm/title-mobile/component.js +2 -2
- package/esm/title-mobile/index.css +16 -16
- package/esm/title-responsive/component.d.ts +1 -1
- package/hooks/use-skeleton.css +5 -5
- package/hooks/use-skeleton.js +1 -1
- package/modern/colors.css +23 -20
- package/modern/colors.d.ts +2 -2
- package/modern/colors.js +1 -0
- package/modern/colors.module-3d083211.js +4 -0
- package/modern/common.module-7f5f9b66.js +4 -0
- package/modern/hooks/use-skeleton.css +5 -5
- package/modern/hooks/use-skeleton.js +1 -1
- package/modern/text/component.js +2 -2
- package/modern/text/index.css +22 -22
- package/modern/title/common.css +9 -9
- package/modern/title/component.d.ts +1 -1
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +17 -17
- package/modern/title/index.d.ts +1 -1
- package/modern/title/index.js +2 -2
- package/modern/title-mobile/component.d.ts +1 -1
- package/modern/title-mobile/component.js +2 -2
- package/modern/title-mobile/index.css +16 -16
- package/modern/title-responsive/component.d.ts +1 -1
- package/moderncssm/colors.d.ts +2 -2
- package/moderncssm/colors.js +1 -0
- package/moderncssm/colors.module.css +4 -0
- package/moderncssm/title/component.d.ts +1 -1
- package/moderncssm/title/index.d.ts +1 -1
- package/moderncssm/title-mobile/component.d.ts +1 -1
- package/moderncssm/title-responsive/component.d.ts +1 -1
- package/package.json +2 -2
- package/src/colors.module.css +4 -0
- package/src/colors.ts +2 -1
- package/text/component.js +2 -2
- package/text/index.css +22 -22
- package/title/common.css +9 -9
- package/title/component.d.ts +1 -1
- package/title/component.js +1 -1
- package/title/index.css +17 -17
- package/title/index.d.ts +1 -1
- package/title/index.js +2 -2
- package/title-mobile/component.d.ts +1 -1
- package/title-mobile/component.js +2 -2
- package/title-mobile/index.css +16 -16
- package/title-responsive/component.d.ts +1 -1
- package/colors.module-9e8354bc.js +0 -6
- package/common.module-c3b78455.js +0 -6
- package/esm/colors.module-ebc3cf8a.js +0 -4
- package/esm/common.module-fbd82291.js +0 -4
- package/modern/colors.module-9bf880e7.js +0 -4
- package/modern/common.module-f25ab3e9.js +0 -4
package/colors.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: nh38z */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-accent-primary: #ef3124;
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
--color-light-text-tertiary: rgba(5, 8, 29, 0.38);
|
|
15
15
|
--color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
|
|
16
16
|
--color-static-accent-primary: #ef3124;
|
|
17
|
+
--color-static-text-positive: #0d9336;
|
|
17
18
|
--color-static-text-primary-dark: #0e0e0e;
|
|
18
19
|
--color-static-text-primary-light: #fff;
|
|
19
20
|
--color-static-text-secondary-dark: rgba(4, 4, 19, 0.55);
|
|
@@ -40,42 +41,44 @@
|
|
|
40
41
|
/* stylelint-disable-next-line length-zero-no-unit */
|
|
41
42
|
} :root {
|
|
42
43
|
} :root {
|
|
43
|
-
} /* сбрасывает синюю подсветку при нажатии */ /* colors */ .
|
|
44
|
+
} /* сбрасывает синюю подсветку при нажатии */ /* colors */ .typography__tertiary_1t7rv {
|
|
44
45
|
color: var(--color-light-text-tertiary);
|
|
45
|
-
} .
|
|
46
|
+
} .typography__disabled_1t7rv {
|
|
46
47
|
color: var(--color-light-text-quaternary);
|
|
47
|
-
} .
|
|
48
|
+
} .typography__accent_1t7rv {
|
|
48
49
|
color: var(--color-light-accent-primary);
|
|
49
|
-
} .
|
|
50
|
+
} .typography__primary_1t7rv {
|
|
50
51
|
color: var(--color-light-text-primary);
|
|
51
|
-
} .
|
|
52
|
+
} .typography__attention_1t7rv {
|
|
52
53
|
color: var(--color-light-text-attention);
|
|
53
|
-
} .
|
|
54
|
+
} .typography__positive_1t7rv {
|
|
54
55
|
color: var(--color-light-text-positive);
|
|
55
|
-
} .
|
|
56
|
+
} .typography__secondary_1t7rv {
|
|
56
57
|
color: var(--color-light-text-secondary);
|
|
57
|
-
} .typography__tertiary-
|
|
58
|
+
} .typography__tertiary-inverted_1t7rv {
|
|
58
59
|
color: var(--color-light-text-tertiary-inverted);
|
|
59
|
-
} .typography__primary-
|
|
60
|
+
} .typography__primary-inverted_1t7rv {
|
|
60
61
|
color: var(--color-light-text-primary-inverted);
|
|
61
|
-
} .typography__secondary-
|
|
62
|
+
} .typography__secondary-inverted_1t7rv {
|
|
62
63
|
color: var(--color-light-text-secondary-inverted);
|
|
63
|
-
} .
|
|
64
|
+
} .typography__link_1t7rv {
|
|
64
65
|
color: var(--color-light-text-info);
|
|
65
|
-
} .
|
|
66
|
+
} .typography__negative_1t7rv {
|
|
66
67
|
color: var(--color-light-text-negative);
|
|
67
|
-
} .typography__static-primary-
|
|
68
|
+
} .typography__static-primary-light_1t7rv {
|
|
68
69
|
color: var(--color-static-text-primary-light);
|
|
69
|
-
} .typography__static-secondary-
|
|
70
|
+
} .typography__static-secondary-light_1t7rv {
|
|
70
71
|
color: var(--color-static-text-secondary-light);
|
|
71
|
-
} .typography__static-tertiary-
|
|
72
|
+
} .typography__static-tertiary-light_1t7rv {
|
|
72
73
|
color: var(--color-static-text-tertiary-light);
|
|
73
|
-
} .typography__static-primary-
|
|
74
|
+
} .typography__static-primary-dark_1t7rv {
|
|
74
75
|
color: var(--color-static-text-primary-dark);
|
|
75
|
-
} .typography__static-secondary-
|
|
76
|
+
} .typography__static-secondary-dark_1t7rv {
|
|
76
77
|
color: var(--color-static-text-secondary-dark);
|
|
77
|
-
} .typography__static-tertiary-
|
|
78
|
+
} .typography__static-tertiary-dark_1t7rv {
|
|
78
79
|
color: var(--color-static-text-tertiary-dark);
|
|
79
|
-
} .typography__static-
|
|
80
|
+
} .typography__static-accent_1t7rv {
|
|
80
81
|
color: var(--color-static-accent-primary);
|
|
82
|
+
} .typography__static-positive_1t7rv {
|
|
83
|
+
color: var(--color-static-text-positive);
|
|
81
84
|
}
|
package/colors.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const colors: readonly ["tertiary", "disabled", "accent", "primary", "attention", "positive", "secondary", "tertiary-inverted", "primary-inverted", "secondary-inverted", "link", "negative", "static-primary-light", "static-secondary-light", "static-tertiary-light", "static-primary-dark", "static-secondary-dark", "static-tertiary-dark", "static-accent"];
|
|
2
|
-
type Color = typeof colors[number];
|
|
1
|
+
declare const colors: readonly ["tertiary", "disabled", "accent", "primary", "attention", "positive", "secondary", "tertiary-inverted", "primary-inverted", "secondary-inverted", "link", "negative", "static-primary-light", "static-secondary-light", "static-tertiary-light", "static-primary-dark", "static-secondary-dark", "static-tertiary-dark", "static-accent", "static-positive"];
|
|
2
|
+
type Color = (typeof colors)[number];
|
|
3
3
|
export { colors, Color };
|
package/colors.js
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colors = {"tertiary":"typography__tertiary_1t7rv","disabled":"typography__disabled_1t7rv","accent":"typography__accent_1t7rv","primary":"typography__primary_1t7rv","attention":"typography__attention_1t7rv","positive":"typography__positive_1t7rv","secondary":"typography__secondary_1t7rv","tertiary-inverted":"typography__tertiary-inverted_1t7rv","primary-inverted":"typography__primary-inverted_1t7rv","secondary-inverted":"typography__secondary-inverted_1t7rv","link":"typography__link_1t7rv","negative":"typography__negative_1t7rv","static-primary-light":"typography__static-primary-light_1t7rv","static-secondary-light":"typography__static-secondary-light_1t7rv","static-tertiary-light":"typography__static-tertiary-light_1t7rv","static-primary-dark":"typography__static-primary-dark_1t7rv","static-secondary-dark":"typography__static-secondary-dark_1t7rv","static-tertiary-dark":"typography__static-tertiary-dark_1t7rv","static-accent":"typography__static-accent_1t7rv","static-positive":"typography__static-positive_1t7rv"};
|
|
4
|
+
require('./colors.css')
|
|
5
|
+
|
|
6
|
+
exports.colors = colors;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var commonStyles = {"component":"typography__component_lxn9e","bold":"typography__bold_lxn9e","semibold":"typography__semibold_lxn9e","medium":"typography__medium_lxn9e","regular":"typography__regular_lxn9e","rowLimit1":"typography__rowLimit1_lxn9e","rowLimit2":"typography__rowLimit2_lxn9e","rowLimit3":"typography__rowLimit3_lxn9e"};
|
|
4
|
+
require('./title/common.css')
|
|
5
|
+
|
|
6
|
+
exports.commonStyles = commonStyles;
|
package/cssm/colors.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const colors: readonly ["tertiary", "disabled", "accent", "primary", "attention", "positive", "secondary", "tertiary-inverted", "primary-inverted", "secondary-inverted", "link", "negative", "static-primary-light", "static-secondary-light", "static-tertiary-light", "static-primary-dark", "static-secondary-dark", "static-tertiary-dark", "static-accent"];
|
|
2
|
-
type Color = typeof colors[number];
|
|
1
|
+
declare const colors: readonly ["tertiary", "disabled", "accent", "primary", "attention", "positive", "secondary", "tertiary-inverted", "primary-inverted", "secondary-inverted", "link", "negative", "static-primary-light", "static-secondary-light", "static-tertiary-light", "static-primary-dark", "static-secondary-dark", "static-tertiary-dark", "static-accent", "static-positive"];
|
|
2
|
+
type Color = (typeof colors)[number];
|
|
3
3
|
export { colors, Color };
|
package/cssm/colors.js
CHANGED
package/cssm/colors.module.css
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
--color-light-text-tertiary: rgba(5, 8, 29, 0.38);
|
|
14
14
|
--color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
|
|
15
15
|
--color-static-accent-primary: #ef3124;
|
|
16
|
+
--color-static-text-positive: #0d9336;
|
|
16
17
|
--color-static-text-primary-dark: #0e0e0e;
|
|
17
18
|
--color-static-text-primary-light: #fff;
|
|
18
19
|
--color-static-text-secondary-dark: rgba(4, 4, 19, 0.55);
|
|
@@ -77,4 +78,6 @@
|
|
|
77
78
|
color: var(--color-static-text-tertiary-dark);
|
|
78
79
|
} .static-accent {
|
|
79
80
|
color: var(--color-static-accent-primary);
|
|
81
|
+
} .static-positive {
|
|
82
|
+
color: var(--color-static-text-positive);
|
|
80
83
|
}
|
|
@@ -77,7 +77,7 @@ declare const TitleBase: React.ForwardRefExoticComponent<Omit<NativeProps, "colo
|
|
|
77
77
|
/**
|
|
78
78
|
* Цвет текста
|
|
79
79
|
*/
|
|
80
|
-
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
|
|
80
|
+
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | "static-positive" | undefined;
|
|
81
81
|
/**
|
|
82
82
|
* Толщина шрифта
|
|
83
83
|
*/
|
package/cssm/title/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { TitleProps } from "./component";
|
|
|
4
4
|
declare const Title: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
|
|
5
5
|
tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
6
6
|
view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
|
|
7
|
-
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
|
|
7
|
+
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | "static-positive" | undefined;
|
|
8
8
|
weight?: "bold" | "regular" | "medium" | "semibold" | undefined;
|
|
9
9
|
font?: "styrene" | "system" | undefined;
|
|
10
10
|
defaultMargins?: boolean | undefined;
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
declare const TitleMobile: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
|
|
4
4
|
tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
5
5
|
view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
|
|
6
|
-
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
|
|
6
|
+
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | "static-positive" | undefined;
|
|
7
7
|
weight?: "bold" | "regular" | "medium" | "semibold" | undefined;
|
|
8
8
|
font?: "styrene" | "system" | undefined;
|
|
9
9
|
defaultMargins?: boolean | undefined;
|
|
@@ -15,7 +15,7 @@ type TitleResponsiveProps = TitleProps & {
|
|
|
15
15
|
declare const TitleResponsive: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLHeadingElement>, "color"> & {
|
|
16
16
|
tag: "div" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
17
17
|
view?: "small" | "medium" | "xlarge" | "large" | "xsmall" | undefined;
|
|
18
|
-
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
|
|
18
|
+
color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | "static-positive" | undefined;
|
|
19
19
|
weight?: "bold" | "regular" | "medium" | "semibold" | undefined;
|
|
20
20
|
font?: "styrene" | "system" | undefined;
|
|
21
21
|
defaultMargins?: boolean | undefined;
|
package/esm/colors.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: nh38z */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-accent-primary: #ef3124;
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
--color-light-text-tertiary: rgba(5, 8, 29, 0.38);
|
|
15
15
|
--color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
|
|
16
16
|
--color-static-accent-primary: #ef3124;
|
|
17
|
+
--color-static-text-positive: #0d9336;
|
|
17
18
|
--color-static-text-primary-dark: #0e0e0e;
|
|
18
19
|
--color-static-text-primary-light: #fff;
|
|
19
20
|
--color-static-text-secondary-dark: rgba(4, 4, 19, 0.55);
|
|
@@ -40,42 +41,44 @@
|
|
|
40
41
|
/* stylelint-disable-next-line length-zero-no-unit */
|
|
41
42
|
} :root {
|
|
42
43
|
} :root {
|
|
43
|
-
} /* сбрасывает синюю подсветку при нажатии */ /* colors */ .
|
|
44
|
+
} /* сбрасывает синюю подсветку при нажатии */ /* colors */ .typography__tertiary_1t7rv {
|
|
44
45
|
color: var(--color-light-text-tertiary);
|
|
45
|
-
} .
|
|
46
|
+
} .typography__disabled_1t7rv {
|
|
46
47
|
color: var(--color-light-text-quaternary);
|
|
47
|
-
} .
|
|
48
|
+
} .typography__accent_1t7rv {
|
|
48
49
|
color: var(--color-light-accent-primary);
|
|
49
|
-
} .
|
|
50
|
+
} .typography__primary_1t7rv {
|
|
50
51
|
color: var(--color-light-text-primary);
|
|
51
|
-
} .
|
|
52
|
+
} .typography__attention_1t7rv {
|
|
52
53
|
color: var(--color-light-text-attention);
|
|
53
|
-
} .
|
|
54
|
+
} .typography__positive_1t7rv {
|
|
54
55
|
color: var(--color-light-text-positive);
|
|
55
|
-
} .
|
|
56
|
+
} .typography__secondary_1t7rv {
|
|
56
57
|
color: var(--color-light-text-secondary);
|
|
57
|
-
} .typography__tertiary-
|
|
58
|
+
} .typography__tertiary-inverted_1t7rv {
|
|
58
59
|
color: var(--color-light-text-tertiary-inverted);
|
|
59
|
-
} .typography__primary-
|
|
60
|
+
} .typography__primary-inverted_1t7rv {
|
|
60
61
|
color: var(--color-light-text-primary-inverted);
|
|
61
|
-
} .typography__secondary-
|
|
62
|
+
} .typography__secondary-inverted_1t7rv {
|
|
62
63
|
color: var(--color-light-text-secondary-inverted);
|
|
63
|
-
} .
|
|
64
|
+
} .typography__link_1t7rv {
|
|
64
65
|
color: var(--color-light-text-info);
|
|
65
|
-
} .
|
|
66
|
+
} .typography__negative_1t7rv {
|
|
66
67
|
color: var(--color-light-text-negative);
|
|
67
|
-
} .typography__static-primary-
|
|
68
|
+
} .typography__static-primary-light_1t7rv {
|
|
68
69
|
color: var(--color-static-text-primary-light);
|
|
69
|
-
} .typography__static-secondary-
|
|
70
|
+
} .typography__static-secondary-light_1t7rv {
|
|
70
71
|
color: var(--color-static-text-secondary-light);
|
|
71
|
-
} .typography__static-tertiary-
|
|
72
|
+
} .typography__static-tertiary-light_1t7rv {
|
|
72
73
|
color: var(--color-static-text-tertiary-light);
|
|
73
|
-
} .typography__static-primary-
|
|
74
|
+
} .typography__static-primary-dark_1t7rv {
|
|
74
75
|
color: var(--color-static-text-primary-dark);
|
|
75
|
-
} .typography__static-secondary-
|
|
76
|
+
} .typography__static-secondary-dark_1t7rv {
|
|
76
77
|
color: var(--color-static-text-secondary-dark);
|
|
77
|
-
} .typography__static-tertiary-
|
|
78
|
+
} .typography__static-tertiary-dark_1t7rv {
|
|
78
79
|
color: var(--color-static-text-tertiary-dark);
|
|
79
|
-
} .typography__static-
|
|
80
|
+
} .typography__static-accent_1t7rv {
|
|
80
81
|
color: var(--color-static-accent-primary);
|
|
82
|
+
} .typography__static-positive_1t7rv {
|
|
83
|
+
color: var(--color-static-text-positive);
|
|
81
84
|
}
|
package/esm/colors.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const colors: readonly ["tertiary", "disabled", "accent", "primary", "attention", "positive", "secondary", "tertiary-inverted", "primary-inverted", "secondary-inverted", "link", "negative", "static-primary-light", "static-secondary-light", "static-tertiary-light", "static-primary-dark", "static-secondary-dark", "static-tertiary-dark", "static-accent"];
|
|
2
|
-
type Color = typeof colors[number];
|
|
1
|
+
declare const colors: readonly ["tertiary", "disabled", "accent", "primary", "attention", "positive", "secondary", "tertiary-inverted", "primary-inverted", "secondary-inverted", "link", "negative", "static-primary-light", "static-secondary-light", "static-tertiary-light", "static-primary-dark", "static-secondary-dark", "static-tertiary-dark", "static-accent", "static-positive"];
|
|
2
|
+
type Color = (typeof colors)[number];
|
|
3
3
|
export { colors, Color };
|
package/esm/colors.js
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var colors = {"tertiary":"typography__tertiary_1t7rv","disabled":"typography__disabled_1t7rv","accent":"typography__accent_1t7rv","primary":"typography__primary_1t7rv","attention":"typography__attention_1t7rv","positive":"typography__positive_1t7rv","secondary":"typography__secondary_1t7rv","tertiary-inverted":"typography__tertiary-inverted_1t7rv","primary-inverted":"typography__primary-inverted_1t7rv","secondary-inverted":"typography__secondary-inverted_1t7rv","link":"typography__link_1t7rv","negative":"typography__negative_1t7rv","static-primary-light":"typography__static-primary-light_1t7rv","static-secondary-light":"typography__static-secondary-light_1t7rv","static-tertiary-light":"typography__static-tertiary-light_1t7rv","static-primary-dark":"typography__static-primary-dark_1t7rv","static-secondary-dark":"typography__static-secondary-dark_1t7rv","static-tertiary-dark":"typography__static-tertiary-dark_1t7rv","static-accent":"typography__static-accent_1t7rv","static-positive":"typography__static-positive_1t7rv"};
|
|
2
|
+
require('./colors.css')
|
|
3
|
+
|
|
4
|
+
export { colors as c };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var commonStyles = {"component":"typography__component_lxn9e","bold":"typography__bold_lxn9e","semibold":"typography__semibold_lxn9e","medium":"typography__medium_lxn9e","regular":"typography__regular_lxn9e","rowLimit1":"typography__rowLimit1_lxn9e","rowLimit2":"typography__rowLimit2_lxn9e","rowLimit3":"typography__rowLimit3_lxn9e"};
|
|
2
|
+
require('./title/common.css')
|
|
3
|
+
|
|
4
|
+
export { commonStyles as c };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 570a2 */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
--gap-0: 0px;
|
|
24
24
|
} :root {
|
|
25
25
|
} :root {
|
|
26
|
-
} /* сбрасывает синюю подсветку при нажатии */ .
|
|
26
|
+
} /* сбрасывает синюю подсветку при нажатии */ .typography__skeletonText_1mdvr.typography__skeletonText_1mdvr {
|
|
27
27
|
border-radius: var(--border-radius-pill);
|
|
28
|
-
} .
|
|
28
|
+
} .typography__left_1mdvr > div {
|
|
29
29
|
margin-right: auto;
|
|
30
|
-
} .
|
|
30
|
+
} .typography__center_1mdvr > div {
|
|
31
31
|
margin: var(--gap-0) auto;
|
|
32
|
-
} .
|
|
32
|
+
} .typography__right_1mdvr > div {
|
|
33
33
|
margin-left: auto;
|
|
34
34
|
}
|
|
@@ -4,7 +4,7 @@ import cn from 'classnames';
|
|
|
4
4
|
import { Skeleton } from '@alfalab/core-components-skeleton/esm';
|
|
5
5
|
import { useLayoutEffect_SAFE_FOR_SSR } from '@alfalab/hooks';
|
|
6
6
|
|
|
7
|
-
var styles = {"skeletonText":"
|
|
7
|
+
var styles = {"skeletonText":"typography__skeletonText_1mdvr","left":"typography__left_1mdvr","center":"typography__center_1mdvr","right":"typography__right_1mdvr"};
|
|
8
8
|
require('./use-skeleton.css')
|
|
9
9
|
|
|
10
10
|
function useSkeleton(showSkeleton, skeletonProps) {
|
package/esm/text/component.js
CHANGED
|
@@ -3,9 +3,9 @@ import React, { forwardRef } from 'react';
|
|
|
3
3
|
import mergeRefs from 'react-merge-refs';
|
|
4
4
|
import cn from 'classnames';
|
|
5
5
|
import { useSkeleton } from '../hooks/use-skeleton.js';
|
|
6
|
-
import { c as colors } from '../colors.module-
|
|
6
|
+
import { c as colors } from '../colors.module-113b9747.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"transparent":"
|
|
8
|
+
var styles = {"transparent":"typography__transparent_pggce","paragraph":"typography__paragraph_pggce","paragraphWithMargins":"typography__paragraphWithMargins_pggce","primary-large":"typography__primary-large_pggce","primary-medium":"typography__primary-medium_pggce","primary-small":"typography__primary-small_pggce","secondary-large":"typography__secondary-large_pggce","secondary-medium":"typography__secondary-medium_pggce","secondary-small":"typography__secondary-small_pggce","component":"typography__component_pggce","component-primary":"typography__component-primary_pggce","component-secondary":"typography__component-secondary_pggce","caps":"typography__caps_pggce","tagline":"typography__tagline_pggce","bold":"typography__bold_pggce","medium":"typography__medium_pggce","regular":"typography__regular_pggce","monospace":"typography__monospace_pggce","rowLimit1":"typography__rowLimit1_pggce","rowLimit2":"typography__rowLimit2_pggce","rowLimit3":"typography__rowLimit3_pggce"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
var logWarning = function (view) {
|
package/esm/text/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1c8eu */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -24,84 +24,84 @@
|
|
|
24
24
|
--gap-12: var(--gap-s);
|
|
25
25
|
} :root {
|
|
26
26
|
} :root {
|
|
27
|
-
} /* сбрасывает синюю подсветку при нажатии */ .
|
|
27
|
+
} /* сбрасывает синюю подсветку при нажатии */ .typography__transparent_pggce {
|
|
28
28
|
opacity: 0;
|
|
29
29
|
} :root {
|
|
30
30
|
--text-paragraph-margin-bottom: var(--gap-0) var(--gap-0) var(--gap-12);
|
|
31
|
-
} .
|
|
31
|
+
} .typography__paragraph_pggce {
|
|
32
32
|
margin: var(--gap-0);
|
|
33
33
|
padding: var(--gap-0);
|
|
34
|
-
} .
|
|
34
|
+
} .typography__paragraphWithMargins_pggce {
|
|
35
35
|
padding: var(--gap-0);
|
|
36
36
|
margin: var(--text-paragraph-margin-bottom);
|
|
37
|
-
} .typography__primary-
|
|
37
|
+
} .typography__primary-large_pggce {
|
|
38
38
|
font-size: 18px;
|
|
39
39
|
line-height: 24px;
|
|
40
40
|
font-weight: 400;
|
|
41
|
-
} .typography__primary-
|
|
41
|
+
} .typography__primary-medium_pggce {
|
|
42
42
|
font-size: 16px;
|
|
43
43
|
line-height: 24px;
|
|
44
44
|
font-weight: 400;
|
|
45
|
-
} .typography__primary-
|
|
45
|
+
} .typography__primary-small_pggce {
|
|
46
46
|
font-size: 14px;
|
|
47
47
|
line-height: 20px;
|
|
48
48
|
font-weight: 400;
|
|
49
|
-
} .typography__secondary-
|
|
49
|
+
} .typography__secondary-large_pggce {
|
|
50
50
|
font-size: 13px;
|
|
51
51
|
line-height: 16px;
|
|
52
52
|
font-weight: 400;
|
|
53
|
-
} .typography__secondary-
|
|
53
|
+
} .typography__secondary-medium_pggce {
|
|
54
54
|
font-size: 12px;
|
|
55
55
|
line-height: 16px;
|
|
56
56
|
font-weight: 400;
|
|
57
|
-
} .typography__secondary-
|
|
57
|
+
} .typography__secondary-small_pggce {
|
|
58
58
|
font-size: 11px;
|
|
59
59
|
line-height: 16px;
|
|
60
60
|
font-weight: 400;
|
|
61
|
-
} .
|
|
61
|
+
} .typography__component_pggce {
|
|
62
62
|
font-size: 16px;
|
|
63
63
|
line-height: 20px;
|
|
64
64
|
font-weight: 400;
|
|
65
|
-
} .typography__component-
|
|
65
|
+
} .typography__component-primary_pggce {
|
|
66
66
|
font-size: 16px;
|
|
67
67
|
line-height: 20px;
|
|
68
68
|
font-weight: 400;
|
|
69
|
-
} .typography__component-
|
|
69
|
+
} .typography__component-secondary_pggce {
|
|
70
70
|
font-size: 14px;
|
|
71
71
|
line-height: 18px;
|
|
72
72
|
font-weight: 400;
|
|
73
|
-
} .
|
|
73
|
+
} .typography__caps_pggce {
|
|
74
74
|
font-size: 12px;
|
|
75
75
|
line-height: 16px;
|
|
76
76
|
font-weight: 500;
|
|
77
77
|
letter-spacing: 1.25px;
|
|
78
78
|
text-transform: uppercase;
|
|
79
|
-
} .
|
|
79
|
+
} .typography__tagline_pggce {
|
|
80
80
|
font-size: 12px;
|
|
81
81
|
line-height: 16px;
|
|
82
82
|
font-weight: 500;
|
|
83
83
|
letter-spacing: 1.25px;
|
|
84
84
|
text-transform: uppercase;
|
|
85
|
-
} .
|
|
85
|
+
} .typography__bold_pggce {
|
|
86
86
|
font-weight: bold;
|
|
87
|
-
} .
|
|
87
|
+
} .typography__medium_pggce {
|
|
88
88
|
font-weight: 500;
|
|
89
|
-
} .
|
|
89
|
+
} .typography__regular_pggce {
|
|
90
90
|
font-weight: normal;
|
|
91
|
-
} .
|
|
91
|
+
} .typography__monospace_pggce {
|
|
92
92
|
font-variant-numeric: tabular-nums;
|
|
93
|
-
} .
|
|
93
|
+
} .typography__rowLimit1_pggce {
|
|
94
94
|
-webkit-line-clamp: 1;
|
|
95
95
|
display: -webkit-box;
|
|
96
96
|
-webkit-box-orient: vertical;
|
|
97
97
|
overflow: hidden;
|
|
98
98
|
word-break: break-all;
|
|
99
|
-
} .
|
|
99
|
+
} .typography__rowLimit2_pggce {
|
|
100
100
|
-webkit-line-clamp: 2;
|
|
101
101
|
display: -webkit-box;
|
|
102
102
|
-webkit-box-orient: vertical;
|
|
103
103
|
overflow: hidden;
|
|
104
|
-
} .
|
|
104
|
+
} .typography__rowLimit3_pggce {
|
|
105
105
|
-webkit-line-clamp: 3;
|
|
106
106
|
display: -webkit-box;
|
|
107
107
|
-webkit-box-orient: vertical;
|