@alfalab/core-components-typography 6.0.8 → 6.0.9-alfasans
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 +20 -20
- package/colors.module.css.js +1 -1
- package/cssm/text/index.module.css +40 -13
- package/cssm/title/component.d.ts +2 -8
- package/cssm/title/component.js +3 -6
- package/cssm/title/component.js.map +1 -1
- package/cssm/title/index.d.ts +1 -4
- package/cssm/title/index.module.css +23 -74
- package/cssm/title-mobile/component.d.ts +1 -4
- package/cssm/title-mobile/index.module.css +28 -45
- package/cssm/title-responsive/component.d.ts +1 -4
- package/esm/colors.css +20 -20
- package/esm/colors.module.css.js +1 -1
- package/esm/text/index.css +80 -53
- package/esm/text/index.module.css.js +1 -1
- package/esm/title/common.css +5 -5
- package/esm/title/common.module.css.js +1 -1
- package/esm/title/component.d.ts +2 -8
- package/esm/title/component.js +2 -5
- package/esm/title/component.js.map +1 -1
- package/esm/title/index.css +38 -89
- package/esm/title/index.d.ts +1 -4
- package/esm/title/index.module.css.js +1 -1
- package/esm/title/index.module.css.js.map +1 -1
- package/esm/title-mobile/component.d.ts +1 -4
- package/esm/title-mobile/index.css +53 -70
- package/esm/title-mobile/index.module.css.js +1 -1
- package/esm/title-responsive/component.d.ts +1 -4
- package/modern/colors.css +20 -20
- package/modern/colors.module.css.js +1 -1
- package/modern/text/index.css +80 -53
- package/modern/text/index.module.css.js +1 -1
- package/modern/title/common.css +5 -5
- package/modern/title/common.module.css.js +1 -1
- package/modern/title/component.d.ts +2 -8
- package/modern/title/component.js +1 -4
- package/modern/title/component.js.map +1 -1
- package/modern/title/index.css +38 -89
- package/modern/title/index.d.ts +1 -4
- package/modern/title/index.module.css.js +1 -1
- package/modern/title/index.module.css.js.map +1 -1
- package/modern/title-mobile/component.d.ts +1 -4
- package/modern/title-mobile/index.css +53 -70
- package/modern/title-mobile/index.module.css.js +1 -1
- package/modern/title-responsive/component.d.ts +1 -4
- package/moderncssm/text/index.module.css +37 -11
- package/moderncssm/title/component.d.ts +2 -8
- package/moderncssm/title/component.js +1 -4
- package/moderncssm/title/component.js.map +1 -1
- package/moderncssm/title/index.d.ts +1 -4
- package/moderncssm/title/index.module.css +20 -79
- package/moderncssm/title-mobile/component.d.ts +1 -4
- package/moderncssm/title-mobile/index.module.css +25 -40
- package/moderncssm/title-responsive/component.d.ts +1 -4
- package/package.json +6 -6
- package/src/title/component.tsx +3 -8
- package/src/title/index.module.css +0 -8
- package/text/index.css +80 -53
- package/text/index.module.css.js +1 -1
- package/title/common.css +5 -5
- package/title/common.module.css.js +1 -1
- package/title/component.d.ts +2 -8
- package/title/component.js +2 -5
- package/title/component.js.map +1 -1
- package/title/index.css +38 -89
- package/title/index.d.ts +1 -4
- package/title/index.module.css.js +1 -1
- package/title/index.module.css.js.map +1 -1
- package/title-mobile/component.d.ts +1 -4
- package/title-mobile/index.css +53 -70
- package/title-mobile/index.module.css.js +1 -1
- package/title-responsive/component.d.ts +1 -4
- package/cssm/title/utils.d.ts +0 -1
- package/cssm/title/utils.js +0 -16
- package/cssm/title/utils.js.map +0 -1
- package/esm/title/utils.d.ts +0 -1
- package/esm/title/utils.js +0 -12
- package/esm/title/utils.js.map +0 -1
- package/modern/title/utils.d.ts +0 -1
- package/modern/title/utils.js +0 -12
- package/modern/title/utils.js.map +0 -1
- package/moderncssm/title/utils.d.ts +0 -1
- package/moderncssm/title/utils.js +0 -12
- package/moderncssm/title/utils.js.map +0 -1
- package/src/title/utils.ts +0 -14
- package/title/utils.d.ts +0 -1
- package/title/utils.js +0 -16
- package/title/utils.js.map +0 -1
package/modern/text/index.css
CHANGED
|
@@ -4,179 +4,206 @@
|
|
|
4
4
|
--gap-12: var(--gap-s);
|
|
5
5
|
}
|
|
6
6
|
:root {
|
|
7
|
-
--font-family-
|
|
8
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
7
|
+
--font-family-alfasans:
|
|
8
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
9
|
+
Helvetica, sans-serif;
|
|
9
10
|
}
|
|
10
|
-
.
|
|
11
|
+
.typography__transparent_2zvp4 {
|
|
11
12
|
opacity: 0;
|
|
12
13
|
}
|
|
13
14
|
:root {
|
|
14
15
|
--text-paragraph-margin-bottom: var(--gap-0) var(--gap-0) var(--gap-12);
|
|
15
16
|
}
|
|
16
|
-
.
|
|
17
|
+
.typography__paragraph_2zvp4 {
|
|
17
18
|
margin: var(--gap-0);
|
|
18
19
|
padding: var(--gap-0);
|
|
19
20
|
}
|
|
20
|
-
.
|
|
21
|
+
.typography__paragraphWithMargins_2zvp4 {
|
|
21
22
|
padding: var(--gap-0);
|
|
22
23
|
margin: var(--text-paragraph-margin-bottom);
|
|
23
24
|
}
|
|
24
|
-
.
|
|
25
|
+
.typography__component_2zvp4 {
|
|
25
26
|
font-size: 16px;
|
|
26
27
|
line-height: 20px;
|
|
27
28
|
font-weight: 400;
|
|
28
|
-
|
|
29
|
+
letter-spacing: -0.24px;
|
|
30
|
+
font-family: var(--font-family-alfasans);
|
|
29
31
|
}
|
|
30
|
-
.
|
|
32
|
+
.typography__component_2zvp4.typography__bold_2zvp4 {
|
|
31
33
|
font-weight: 700;
|
|
34
|
+
letter-spacing: 0.43px;
|
|
32
35
|
}
|
|
33
|
-
.
|
|
36
|
+
.typography__component_2zvp4.typography__medium_2zvp4 {
|
|
34
37
|
font-weight: 500;
|
|
38
|
+
letter-spacing: -0.05px;
|
|
35
39
|
}
|
|
36
|
-
.
|
|
40
|
+
.typography__caps_2zvp4 {
|
|
37
41
|
font-size: 12px;
|
|
38
42
|
line-height: 16px;
|
|
39
43
|
font-weight: 400;
|
|
40
44
|
letter-spacing: 1.25px;
|
|
41
45
|
text-transform: uppercase;
|
|
42
|
-
font-family: var(--font-family-
|
|
46
|
+
font-family: var(--font-family-alfasans);
|
|
43
47
|
}
|
|
44
|
-
.
|
|
48
|
+
.typography__caps_2zvp4.typography__bold_2zvp4 {
|
|
45
49
|
font-weight: 700;
|
|
46
50
|
}
|
|
47
|
-
.
|
|
51
|
+
.typography__caps_2zvp4.typography__medium_2zvp4 {
|
|
48
52
|
font-weight: 500;
|
|
49
53
|
}
|
|
50
|
-
.
|
|
54
|
+
.typography__tagline_2zvp4 {
|
|
51
55
|
font-size: 12px;
|
|
52
56
|
line-height: 16px;
|
|
53
57
|
font-weight: 400;
|
|
54
58
|
letter-spacing: 1.25px;
|
|
55
59
|
text-transform: uppercase;
|
|
56
|
-
font-family: var(--font-family-
|
|
60
|
+
font-family: var(--font-family-alfasans);
|
|
57
61
|
}
|
|
58
|
-
.
|
|
62
|
+
.typography__tagline_2zvp4.typography__bold_2zvp4 {
|
|
59
63
|
font-weight: 700;
|
|
60
64
|
}
|
|
61
|
-
.
|
|
65
|
+
.typography__tagline_2zvp4.typography__medium_2zvp4 {
|
|
62
66
|
font-weight: 500;
|
|
63
67
|
}
|
|
64
|
-
.typography__primary-
|
|
68
|
+
.typography__primary-large_2zvp4 {
|
|
65
69
|
font-size: 18px;
|
|
66
70
|
line-height: 24px;
|
|
67
71
|
font-weight: 400;
|
|
68
|
-
|
|
72
|
+
letter-spacing: -0.36px;
|
|
73
|
+
font-family: var(--font-family-alfasans);
|
|
69
74
|
}
|
|
70
|
-
.typography__primary-
|
|
75
|
+
.typography__primary-large_2zvp4.typography__bold_2zvp4 {
|
|
71
76
|
font-weight: 700;
|
|
77
|
+
letter-spacing: 0.38px;
|
|
72
78
|
}
|
|
73
|
-
.typography__primary-
|
|
79
|
+
.typography__primary-large_2zvp4.typography__medium_2zvp4 {
|
|
74
80
|
font-weight: 500;
|
|
81
|
+
letter-spacing: -0.17px;
|
|
75
82
|
}
|
|
76
|
-
.typography__primary-
|
|
83
|
+
.typography__primary-medium_2zvp4 {
|
|
77
84
|
font-size: 16px;
|
|
78
85
|
line-height: 24px;
|
|
79
86
|
font-weight: 400;
|
|
80
|
-
|
|
87
|
+
letter-spacing: -0.24px;
|
|
88
|
+
font-family: var(--font-family-alfasans);
|
|
81
89
|
}
|
|
82
|
-
.typography__primary-
|
|
90
|
+
.typography__primary-medium_2zvp4.typography__bold_2zvp4 {
|
|
83
91
|
font-weight: 700;
|
|
92
|
+
letter-spacing: 0.43px;
|
|
84
93
|
}
|
|
85
|
-
.typography__primary-
|
|
94
|
+
.typography__primary-medium_2zvp4.typography__medium_2zvp4 {
|
|
86
95
|
font-weight: 500;
|
|
96
|
+
letter-spacing: -0.05px;
|
|
87
97
|
}
|
|
88
|
-
.typography__primary-
|
|
98
|
+
.typography__primary-small_2zvp4 {
|
|
89
99
|
font-size: 14px;
|
|
90
100
|
line-height: 20px;
|
|
91
101
|
font-weight: 400;
|
|
92
|
-
|
|
102
|
+
letter-spacing: -0.08px;
|
|
103
|
+
font-family: var(--font-family-alfasans);
|
|
93
104
|
}
|
|
94
|
-
.typography__primary-
|
|
105
|
+
.typography__primary-small_2zvp4.typography__bold_2zvp4 {
|
|
95
106
|
font-weight: 700;
|
|
107
|
+
letter-spacing: 0.47px;
|
|
96
108
|
}
|
|
97
|
-
.typography__primary-
|
|
109
|
+
.typography__primary-small_2zvp4.typography__medium_2zvp4 {
|
|
98
110
|
font-weight: 500;
|
|
111
|
+
letter-spacing: 0.07px;
|
|
99
112
|
}
|
|
100
|
-
.typography__component-
|
|
113
|
+
.typography__component-primary_2zvp4 {
|
|
101
114
|
font-size: 16px;
|
|
102
115
|
line-height: 20px;
|
|
103
116
|
font-weight: 400;
|
|
104
|
-
|
|
117
|
+
letter-spacing: -0.24px;
|
|
118
|
+
font-family: var(--font-family-alfasans);
|
|
105
119
|
}
|
|
106
|
-
.typography__component-
|
|
120
|
+
.typography__component-primary_2zvp4.typography__bold_2zvp4 {
|
|
107
121
|
font-weight: 700;
|
|
122
|
+
letter-spacing: 0.43px;
|
|
108
123
|
}
|
|
109
|
-
.typography__component-
|
|
124
|
+
.typography__component-primary_2zvp4.typography__medium_2zvp4 {
|
|
110
125
|
font-weight: 500;
|
|
126
|
+
letter-spacing: -0.05px;
|
|
111
127
|
}
|
|
112
|
-
.typography__secondary-
|
|
128
|
+
.typography__secondary-large_2zvp4 {
|
|
113
129
|
font-size: 13px;
|
|
114
130
|
line-height: 16px;
|
|
115
131
|
font-weight: 400;
|
|
116
|
-
font-family: var(--font-family-
|
|
132
|
+
font-family: var(--font-family-alfasans);
|
|
117
133
|
}
|
|
118
|
-
.typography__secondary-
|
|
134
|
+
.typography__secondary-large_2zvp4.typography__bold_2zvp4 {
|
|
119
135
|
font-weight: 700;
|
|
136
|
+
letter-spacing: 0.54px;
|
|
120
137
|
}
|
|
121
|
-
.typography__secondary-
|
|
138
|
+
.typography__secondary-large_2zvp4.typography__medium_2zvp4 {
|
|
122
139
|
font-weight: 500;
|
|
140
|
+
letter-spacing: 0.13px;
|
|
123
141
|
}
|
|
124
|
-
.typography__secondary-
|
|
142
|
+
.typography__secondary-medium_2zvp4 {
|
|
125
143
|
font-size: 12px;
|
|
126
144
|
line-height: 16px;
|
|
127
145
|
font-weight: 400;
|
|
128
|
-
|
|
146
|
+
letter-spacing: 0.06px;
|
|
147
|
+
font-family: var(--font-family-alfasans);
|
|
129
148
|
}
|
|
130
|
-
.typography__secondary-
|
|
149
|
+
.typography__secondary-medium_2zvp4.typography__bold_2zvp4 {
|
|
131
150
|
font-weight: 700;
|
|
151
|
+
letter-spacing: 0.57px;
|
|
132
152
|
}
|
|
133
|
-
.typography__secondary-
|
|
153
|
+
.typography__secondary-medium_2zvp4.typography__medium_2zvp4 {
|
|
134
154
|
font-weight: 500;
|
|
155
|
+
letter-spacing: 0.19px;
|
|
135
156
|
}
|
|
136
|
-
.typography__secondary-
|
|
157
|
+
.typography__secondary-small_2zvp4 {
|
|
137
158
|
font-size: 11px;
|
|
138
159
|
line-height: 16px;
|
|
139
160
|
font-weight: 400;
|
|
140
|
-
|
|
161
|
+
letter-spacing: 0.15px;
|
|
162
|
+
font-family: var(--font-family-alfasans);
|
|
141
163
|
}
|
|
142
|
-
.typography__secondary-
|
|
164
|
+
.typography__secondary-small_2zvp4.typography__bold_2zvp4 {
|
|
143
165
|
font-weight: 700;
|
|
166
|
+
letter-spacing: 0.54px;
|
|
144
167
|
}
|
|
145
|
-
.typography__secondary-
|
|
168
|
+
.typography__secondary-small_2zvp4.typography__medium_2zvp4 {
|
|
146
169
|
font-weight: 500;
|
|
170
|
+
letter-spacing: 0.24px;
|
|
147
171
|
}
|
|
148
|
-
.typography__component-
|
|
172
|
+
.typography__component-secondary_2zvp4 {
|
|
149
173
|
font-size: 14px;
|
|
150
174
|
line-height: 18px;
|
|
151
175
|
font-weight: 400;
|
|
152
|
-
|
|
176
|
+
letter-spacing: -0.08px;
|
|
177
|
+
font-family: var(--font-family-alfasans);
|
|
153
178
|
}
|
|
154
|
-
.typography__component-
|
|
179
|
+
.typography__component-secondary_2zvp4.typography__bold_2zvp4 {
|
|
155
180
|
font-weight: 700;
|
|
181
|
+
letter-spacing: 0.47px;
|
|
156
182
|
}
|
|
157
|
-
.typography__component-
|
|
183
|
+
.typography__component-secondary_2zvp4.typography__medium_2zvp4 {
|
|
158
184
|
font-weight: 500;
|
|
185
|
+
letter-spacing: 0.07px;
|
|
159
186
|
}
|
|
160
|
-
.
|
|
187
|
+
.typography__rowLimit1_2zvp4 {
|
|
161
188
|
-webkit-line-clamp: 1;
|
|
162
189
|
display: -webkit-box;
|
|
163
190
|
-webkit-box-orient: vertical;
|
|
164
191
|
overflow: hidden;
|
|
165
192
|
word-break: break-all;
|
|
166
193
|
}
|
|
167
|
-
.
|
|
194
|
+
.typography__rowLimit2_2zvp4 {
|
|
168
195
|
-webkit-line-clamp: 2;
|
|
169
196
|
display: -webkit-box;
|
|
170
197
|
-webkit-box-orient: vertical;
|
|
171
198
|
overflow: hidden;
|
|
172
199
|
}
|
|
173
|
-
.
|
|
200
|
+
.typography__rowLimit3_2zvp4 {
|
|
174
201
|
-webkit-line-clamp: 3;
|
|
175
202
|
display: -webkit-box;
|
|
176
203
|
-webkit-box-orient: vertical;
|
|
177
204
|
overflow: hidden;
|
|
178
205
|
}
|
|
179
|
-
.
|
|
206
|
+
.typography__monospace_2zvp4 {
|
|
180
207
|
font-feature-settings: "tnum";
|
|
181
208
|
font-variant-numeric: tabular-nums;
|
|
182
209
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"transparent":"
|
|
3
|
+
const styles = {"transparent":"typography__transparent_2zvp4","paragraph":"typography__paragraph_2zvp4","paragraphWithMargins":"typography__paragraphWithMargins_2zvp4","component":"typography__component_2zvp4","bold":"typography__bold_2zvp4","medium":"typography__medium_2zvp4","caps":"typography__caps_2zvp4","tagline":"typography__tagline_2zvp4","primary-large":"typography__primary-large_2zvp4","primary-medium":"typography__primary-medium_2zvp4","primary-small":"typography__primary-small_2zvp4","component-primary":"typography__component-primary_2zvp4","secondary-large":"typography__secondary-large_2zvp4","secondary-medium":"typography__secondary-medium_2zvp4","secondary-small":"typography__secondary-small_2zvp4","component-secondary":"typography__component-secondary_2zvp4","rowLimit1":"typography__rowLimit1_2zvp4","rowLimit2":"typography__rowLimit2_2zvp4","rowLimit3":"typography__rowLimit3_2zvp4","monospace":"typography__monospace_2zvp4"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/title/common.css
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.typography__transparent_6mtbu {
|
|
5
5
|
opacity: 0;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.typography__component_6mtbu {
|
|
8
8
|
margin: var(--gap-0);
|
|
9
9
|
padding: var(--gap-0);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
.typography__rowLimit1_6mtbu {
|
|
12
12
|
-webkit-line-clamp: 1;
|
|
13
13
|
display: -webkit-box;
|
|
14
14
|
-webkit-box-orient: vertical;
|
|
15
15
|
overflow: hidden;
|
|
16
16
|
word-break: break-all;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.typography__rowLimit2_6mtbu {
|
|
19
19
|
-webkit-line-clamp: 2;
|
|
20
20
|
display: -webkit-box;
|
|
21
21
|
-webkit-box-orient: vertical;
|
|
22
22
|
overflow: hidden;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.typography__rowLimit3_6mtbu {
|
|
25
25
|
-webkit-line-clamp: 3;
|
|
26
26
|
display: -webkit-box;
|
|
27
27
|
-webkit-box-orient: vertical;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './common.css';
|
|
2
2
|
|
|
3
|
-
const commonStyles = {"transparent":"
|
|
3
|
+
const commonStyles = {"transparent":"typography__transparent_6mtbu","component":"typography__component_6mtbu","rowLimit1":"typography__rowLimit1_6mtbu","rowLimit2":"typography__rowLimit2_6mtbu","rowLimit3":"typography__rowLimit3_6mtbu"};
|
|
4
4
|
|
|
5
5
|
export { commonStyles as default };
|
|
6
6
|
//# sourceMappingURL=common.module.css.js.map
|
|
@@ -22,10 +22,7 @@ export type TitleProps = Omit<NativeProps, 'color'> & {
|
|
|
22
22
|
/**
|
|
23
23
|
* Шрифт текста
|
|
24
24
|
*/
|
|
25
|
-
font?: 'styrene' | 'system'
|
|
26
|
-
font: 'alfasans';
|
|
27
|
-
systemCompat: boolean;
|
|
28
|
-
};
|
|
25
|
+
font?: 'styrene' | 'system';
|
|
29
26
|
/**
|
|
30
27
|
* Добавляет отступы
|
|
31
28
|
*/
|
|
@@ -86,10 +83,7 @@ export declare const TitleBase: React.ForwardRefExoticComponent<Omit<NativeProps
|
|
|
86
83
|
/**
|
|
87
84
|
* Шрифт текста
|
|
88
85
|
*/
|
|
89
|
-
font?: "styrene" | "system"
|
|
90
|
-
font: "alfasans";
|
|
91
|
-
systemCompat: boolean;
|
|
92
|
-
};
|
|
86
|
+
font?: "styrene" | "system";
|
|
93
87
|
/**
|
|
94
88
|
* Добавляет отступы
|
|
95
89
|
*/
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import React, { forwardRef } from 'react';
|
|
2
2
|
import mergeRefs from 'react-merge-refs';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import { isObject } from '@alfalab/core-components-shared/modern';
|
|
5
4
|
import { useSkeleton } from '@alfalab/core-components-skeleton/modern';
|
|
6
|
-
import { getDefaultWeight } from './utils.js';
|
|
7
5
|
import colors from '../colors.module.css.js';
|
|
8
6
|
import commonStyles from './common.module.css.js';
|
|
9
7
|
|
|
10
|
-
const TitleBase = forwardRef(({ tag: Component = 'div', view = 'medium', font
|
|
8
|
+
const TitleBase = forwardRef(({ tag: Component = 'div', view = 'medium', font, platform, weight = 'bold', defaultMargins = false, color, className, dataTestId, children, rowLimit, styles, skeletonProps, showSkeleton, ...restProps }, ref) => {
|
|
11
9
|
const { renderSkeleton, textRef } = useSkeleton(showSkeleton, skeletonProps);
|
|
12
10
|
const skeleton = renderSkeleton({
|
|
13
11
|
wrapperClassName: cn(defaultMargins && styles[`margins-${view}`]),
|
|
@@ -19,7 +17,6 @@ const TitleBase = forwardRef(({ tag: Component = 'div', view = 'medium', font =
|
|
|
19
17
|
return (React.createElement(Component, { className: cn(commonStyles.component, styles.component, className, styles[`${weight === 'regular' ? 'regular-' : ''}${view}`], defaultMargins && styles[`margins-${view}`], color && colors[color], {
|
|
20
18
|
[commonStyles[`rowLimit${rowLimit}`]]: rowLimit,
|
|
21
19
|
[commonStyles.transparent]: showSkeleton,
|
|
22
|
-
[styles.font]: (isObject(font) && !font.systemCompat) || !(font === 'system'),
|
|
23
20
|
}), "data-test-id": dataTestId, ref: mergeRefs([ref, textRef]), ...restProps }, children));
|
|
24
21
|
});
|
|
25
22
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sources":["../../src/title/component.tsx"],"sourcesContent":["import React, { forwardRef, type HTMLAttributes } from 'react';\nimport mergeRefs from 'react-merge-refs';\nimport cn from 'classnames';\n\nimport {
|
|
1
|
+
{"version":3,"file":"component.js","sources":["../../src/title/component.tsx"],"sourcesContent":["import React, { forwardRef, type HTMLAttributes } from 'react';\nimport mergeRefs from 'react-merge-refs';\nimport cn from 'classnames';\n\nimport { type TextSkeletonProps, useSkeleton } from '@alfalab/core-components-skeleton';\n\nimport { type Color } from '../colors';\n\nimport colors from '../colors.module.css';\nimport commonStyles from './common.module.css';\n\ntype NativeProps = HTMLAttributes<HTMLHeadingElement>;\n\nexport type TitleProps = Omit<NativeProps, 'color'> & {\n /**\n * HTML тег\n */\n tag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'div';\n\n /**\n * [Вариант начертания](?path=/docs/guidelines-typography--page)\n */\n view?: 'xlarge' | 'large' | 'medium' | 'small' | 'xsmall';\n\n /**\n * Цвет текста\n */\n color?: Color;\n\n /**\n * Толщина шрифта\n */\n weight?: 'regular' | 'medium' | 'bold' | 'semibold';\n\n /**\n * Шрифт текста\n */\n font?: 'styrene' | 'system';\n\n /**\n * Добавляет отступы\n */\n defaultMargins?: boolean;\n\n /**\n * Css-класс для стилизации (native prop)\n */\n className?: string;\n\n /**\n * Id компонента для тестов\n */\n dataTestId?: string;\n\n /**\n * Контент (native prop)\n */\n children?: React.ReactNode;\n\n /**\n * Количество строк\n */\n rowLimit?: 1 | 2 | 3;\n\n /**\n * Показать скелетон\n */\n showSkeleton?: boolean;\n\n /**\n * Пропы для скелетона\n */\n skeletonProps?: TextSkeletonProps;\n\n /**\n * Значение по-умолчанию для хука useMatchMedia\n */\n defaultMatchMediaValue?: boolean | (() => boolean);\n};\n\ntype PrivateProps = {\n styles: {\n [key: string]: string;\n };\n platform: 'mobile' | 'desktop';\n};\n\ntype TitleElementType = HTMLHeadingElement | HTMLDivElement;\n\nexport const TitleBase = forwardRef<TitleElementType, TitleProps & PrivateProps>(\n (\n {\n tag: Component = 'div',\n view = 'medium',\n font,\n platform,\n weight = 'bold',\n defaultMargins = false,\n color,\n className,\n dataTestId,\n children,\n rowLimit,\n styles,\n skeletonProps,\n showSkeleton,\n ...restProps\n },\n ref,\n ) => {\n const { renderSkeleton, textRef } = useSkeleton(showSkeleton, skeletonProps);\n\n const skeleton = renderSkeleton({\n wrapperClassName: cn(defaultMargins && styles[`margins-${view}`]),\n dataTestId,\n });\n\n if (skeleton) {\n return skeleton;\n }\n\n return (\n <Component\n className={cn(\n commonStyles.component,\n styles.component,\n className,\n styles[`${weight === 'regular' ? 'regular-' : ''}${view}`],\n defaultMargins && styles[`margins-${view}`],\n color && colors[color],\n {\n [commonStyles[`rowLimit${rowLimit}`]]: rowLimit,\n [commonStyles.transparent]: showSkeleton,\n },\n )}\n data-test-id={dataTestId}\n ref={mergeRefs([ref, textRef])}\n {...restProps}\n >\n {children}\n </Component>\n );\n },\n);\n"],"names":[],"mappings":";;;;;;;AAyFa,MAAA,SAAS,GAAG,UAAU,CAC/B,CACI,EACI,GAAG,EAAE,SAAS,GAAG,KAAK,EACtB,IAAI,GAAG,QAAQ,EACf,IAAI,EACJ,QAAQ,EACR,MAAM,GAAG,MAAM,EACf,cAAc,GAAG,KAAK,EACtB,KAAK,EACL,SAAS,EACT,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,MAAM,EACN,aAAa,EACb,YAAY,EACZ,GAAG,SAAS,EACf,EACD,GAAG,KACH;AACA,IAAA,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,GAAG,WAAW,CAAC,YAAY,EAAE,aAAa,CAAC;IAE5E,MAAM,QAAQ,GAAG,cAAc,CAAC;QAC5B,gBAAgB,EAAE,EAAE,CAAC,cAAc,IAAI,MAAM,CAAC,CAAW,QAAA,EAAA,IAAI,CAAE,CAAA,CAAC,CAAC;QACjE,UAAU;AACb,KAAA,CAAC;IAEF,IAAI,QAAQ,EAAE;AACV,QAAA,OAAO,QAAQ;;IAGnB,QACI,KAAC,CAAA,aAAA,CAAA,SAAS,EACN,EAAA,SAAS,EAAE,EAAE,CACT,YAAY,CAAC,SAAS,EACtB,MAAM,CAAC,SAAS,EAChB,SAAS,EACT,MAAM,CAAC,CAAG,EAAA,MAAM,KAAK,SAAS,GAAG,UAAU,GAAG,EAAE,CAAA,EAAG,IAAI,CAAE,CAAA,CAAC,EAC1D,cAAc,IAAI,MAAM,CAAC,CAAW,QAAA,EAAA,IAAI,CAAE,CAAA,CAAC,EAC3C,KAAK,IAAI,MAAM,CAAC,KAAK,CAAC,EACtB;YACI,CAAC,YAAY,CAAC,CAAW,QAAA,EAAA,QAAQ,EAAE,CAAC,GAAG,QAAQ;AAC/C,YAAA,CAAC,YAAY,CAAC,WAAW,GAAG,YAAY;AAC3C,SAAA,CACJ,kBACa,UAAU,EACxB,GAAG,EAAE,SAAS,CAAC,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,EAC1B,GAAA,SAAS,IAEZ,QAAQ,CACD;AAEpB,CAAC;;;;"}
|
package/modern/title/index.css
CHANGED
|
@@ -10,143 +10,92 @@
|
|
|
10
10
|
--gap-48: var(--gap-4xl);
|
|
11
11
|
}
|
|
12
12
|
:root {
|
|
13
|
-
--font-family-
|
|
14
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
15
|
-
|
|
16
|
-
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
17
|
-
sans-serif;
|
|
13
|
+
--font-family-alfasans:
|
|
14
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
15
|
+
Helvetica, sans-serif;
|
|
18
16
|
}
|
|
19
|
-
.
|
|
17
|
+
.typography__xlarge_1tozw {
|
|
20
18
|
font-size: 48px;
|
|
21
19
|
line-height: 52px;
|
|
22
20
|
font-weight: 700;
|
|
23
|
-
|
|
21
|
+
letter-spacing: 0.1px;
|
|
22
|
+
font-family: var(--font-family-alfasans);
|
|
24
23
|
}
|
|
25
|
-
.
|
|
26
|
-
line-height: 64px;
|
|
27
|
-
font-weight: 500;
|
|
28
|
-
font-feature-settings: 'ss01';
|
|
29
|
-
font-family: var(--font-family-styrene);
|
|
30
|
-
}
|
|
31
|
-
.typography__regular-xlarge_mzviu {
|
|
24
|
+
.typography__regular-xlarge_1tozw {
|
|
32
25
|
font-size: 48px;
|
|
33
26
|
line-height: 52px;
|
|
34
27
|
font-weight: 400;
|
|
35
|
-
|
|
28
|
+
letter-spacing: -2.1px;
|
|
29
|
+
font-family: var(--font-family-alfasans);
|
|
36
30
|
}
|
|
37
|
-
.
|
|
38
|
-
line-height: 64px;
|
|
39
|
-
font-feature-settings: 'ss01';
|
|
40
|
-
font-family: var(--font-family-styrene);
|
|
41
|
-
}
|
|
42
|
-
.typography__large_mzviu {
|
|
31
|
+
.typography__large_1tozw {
|
|
43
32
|
font-size: 40px;
|
|
44
33
|
line-height: 48px;
|
|
45
34
|
font-weight: 700;
|
|
46
|
-
|
|
35
|
+
letter-spacing: 0.1px;
|
|
36
|
+
font-family: var(--font-family-alfasans);
|
|
47
37
|
}
|
|
48
|
-
.
|
|
49
|
-
font-weight: 500;
|
|
50
|
-
font-feature-settings: 'ss01';
|
|
51
|
-
font-family: var(--font-family-styrene);
|
|
52
|
-
}
|
|
53
|
-
.typography__regular-large_mzviu {
|
|
38
|
+
.typography__regular-large_1tozw {
|
|
54
39
|
font-size: 40px;
|
|
55
40
|
line-height: 48px;
|
|
56
41
|
font-weight: 400;
|
|
57
|
-
|
|
42
|
+
letter-spacing: -1.7px;
|
|
43
|
+
font-family: var(--font-family-alfasans);
|
|
58
44
|
}
|
|
59
|
-
.
|
|
60
|
-
font-feature-settings: 'ss01';
|
|
61
|
-
font-family: var(--font-family-styrene);
|
|
62
|
-
}
|
|
63
|
-
.typography__medium_mzviu {
|
|
45
|
+
.typography__medium_1tozw {
|
|
64
46
|
font-size: 30px;
|
|
65
47
|
line-height: 36px;
|
|
66
48
|
font-weight: 700;
|
|
67
|
-
|
|
49
|
+
letter-spacing: 0.1px;
|
|
50
|
+
font-family: var(--font-family-alfasans);
|
|
68
51
|
}
|
|
69
|
-
.
|
|
70
|
-
font-size: 32px;
|
|
71
|
-
line-height: 40px;
|
|
72
|
-
font-weight: 500;
|
|
73
|
-
font-feature-settings: 'ss01';
|
|
74
|
-
font-family: var(--font-family-styrene);
|
|
75
|
-
}
|
|
76
|
-
.typography__regular-medium_mzviu {
|
|
52
|
+
.typography__regular-medium_1tozw {
|
|
77
53
|
font-size: 30px;
|
|
78
54
|
line-height: 36px;
|
|
79
55
|
font-weight: 400;
|
|
80
|
-
|
|
56
|
+
letter-spacing: -1.25px;
|
|
57
|
+
font-family: var(--font-family-alfasans);
|
|
81
58
|
}
|
|
82
|
-
.
|
|
83
|
-
font-size: 32px;
|
|
84
|
-
line-height: 40px;
|
|
85
|
-
font-feature-settings: 'ss01';
|
|
86
|
-
font-family: var(--font-family-styrene);
|
|
87
|
-
}
|
|
88
|
-
.typography__small_mzviu {
|
|
59
|
+
.typography__small_1tozw {
|
|
89
60
|
font-size: 22px;
|
|
90
61
|
line-height: 26px;
|
|
91
62
|
font-weight: 700;
|
|
92
|
-
|
|
63
|
+
letter-spacing: 0.2px;
|
|
64
|
+
font-family: var(--font-family-alfasans);
|
|
93
65
|
}
|
|
94
|
-
.
|
|
95
|
-
font-size: 24px;
|
|
96
|
-
line-height: 32px;
|
|
97
|
-
font-weight: 500;
|
|
98
|
-
font-feature-settings: 'ss01';
|
|
99
|
-
font-family: var(--font-family-styrene);
|
|
100
|
-
}
|
|
101
|
-
.typography__regular-small_mzviu {
|
|
66
|
+
.typography__regular-small_1tozw {
|
|
102
67
|
font-size: 22px;
|
|
103
68
|
line-height: 26px;
|
|
104
69
|
font-weight: 400;
|
|
105
|
-
|
|
70
|
+
letter-spacing: -0.8px;
|
|
71
|
+
font-family: var(--font-family-alfasans);
|
|
106
72
|
}
|
|
107
|
-
.
|
|
108
|
-
font-size: 24px;
|
|
109
|
-
line-height: 32px;
|
|
110
|
-
font-feature-settings: 'ss01';
|
|
111
|
-
font-family: var(--font-family-styrene);
|
|
112
|
-
}
|
|
113
|
-
.typography__xsmall_mzviu {
|
|
73
|
+
.typography__xsmall_1tozw {
|
|
114
74
|
font-size: 18px;
|
|
115
75
|
line-height: 22px;
|
|
116
76
|
font-weight: 700;
|
|
117
|
-
|
|
77
|
+
letter-spacing: 0.38px;
|
|
78
|
+
font-family: var(--font-family-alfasans);
|
|
118
79
|
}
|
|
119
|
-
.
|
|
120
|
-
font-size: 20px;
|
|
121
|
-
line-height: 24px;
|
|
122
|
-
font-weight: 500;
|
|
123
|
-
font-feature-settings: 'ss01';
|
|
124
|
-
font-family: var(--font-family-styrene);
|
|
125
|
-
}
|
|
126
|
-
.typography__regular-xsmall_mzviu {
|
|
80
|
+
.typography__regular-xsmall_1tozw {
|
|
127
81
|
font-size: 18px;
|
|
128
82
|
line-height: 22px;
|
|
129
83
|
font-weight: 400;
|
|
130
|
-
|
|
84
|
+
letter-spacing: -0.36px;
|
|
85
|
+
font-family: var(--font-family-alfasans);
|
|
131
86
|
}
|
|
132
|
-
.
|
|
133
|
-
font-size: 20px;
|
|
134
|
-
line-height: 24px;
|
|
135
|
-
font-feature-settings: 'ss01';
|
|
136
|
-
font-family: var(--font-family-styrene);
|
|
137
|
-
}
|
|
138
|
-
.typography__component_mzviu.typography__margins-xlarge_mzviu {
|
|
87
|
+
.typography__component_1tozw.typography__margins-xlarge_1tozw {
|
|
139
88
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
140
89
|
}
|
|
141
|
-
.
|
|
90
|
+
.typography__component_1tozw.typography__margins-large_1tozw {
|
|
142
91
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
143
92
|
}
|
|
144
|
-
.
|
|
93
|
+
.typography__component_1tozw.typography__margins-medium_1tozw {
|
|
145
94
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
146
95
|
}
|
|
147
|
-
.
|
|
96
|
+
.typography__component_1tozw.typography__margins-small_1tozw {
|
|
148
97
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
149
98
|
}
|
|
150
|
-
.
|
|
99
|
+
.typography__component_1tozw.typography__margins-xsmall_1tozw {
|
|
151
100
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
152
101
|
}
|
package/modern/title/index.d.ts
CHANGED
|
@@ -5,10 +5,7 @@ declare const Title: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<H
|
|
|
5
5
|
view?: "xlarge" | "large" | "medium" | "small" | "xsmall";
|
|
6
6
|
color?: import("..").Color;
|
|
7
7
|
weight?: "regular" | "medium" | "bold" | "semibold";
|
|
8
|
-
font?: "styrene" | "system"
|
|
9
|
-
font: "alfasans";
|
|
10
|
-
systemCompat: boolean;
|
|
11
|
-
};
|
|
8
|
+
font?: "styrene" | "system";
|
|
12
9
|
defaultMargins?: boolean;
|
|
13
10
|
className?: string;
|
|
14
11
|
dataTestId?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"xlarge":"
|
|
3
|
+
const styles = {"xlarge":"typography__xlarge_1tozw","regular-xlarge":"typography__regular-xlarge_1tozw","large":"typography__large_1tozw","regular-large":"typography__regular-large_1tozw","medium":"typography__medium_1tozw","regular-medium":"typography__regular-medium_1tozw","small":"typography__small_1tozw","regular-small":"typography__regular-small_1tozw","xsmall":"typography__xsmall_1tozw","regular-xsmall":"typography__regular-xsmall_1tozw","component":"typography__component_1tozw","margins-xlarge":"typography__margins-xlarge_1tozw","margins-large":"typography__margins-large_1tozw","margins-medium":"typography__margins-medium_1tozw","margins-small":"typography__margins-small_1tozw","margins-xsmall":"typography__margins-xsmall_1tozw"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../src/title/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../margins.module.css';\n\n@each $view in xlarge, large, medium, small, xsmall {\n .$(view) {\n @mixin headline-system_$(view);\n
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../src/title/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../margins.module.css';\n\n@each $view in xlarge, large, medium, small, xsmall {\n .$(view) {\n @mixin headline-system_$(view);\n }\n\n .regular-$(view) {\n @mixin promo-system_$(view);\n }\n}\n\n.component {\n &.margins-xlarge {\n @mixin margin-large;\n }\n\n &.margins-large {\n @mixin margin-medium;\n }\n\n &.margins-medium {\n @mixin margin-medium;\n }\n\n &.margins-small {\n @mixin margin-small;\n }\n\n &.margins-xsmall {\n @mixin margin-small;\n }\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,QAAQ,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,OAAO,CAAC,yBAAyB,CAAC,eAAe,CAAC,iCAAiC,CAAC,QAAQ,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,OAAO,CAAC,yBAAyB,CAAC,eAAe,CAAC,iCAAiC,CAAC,QAAQ,CAAC,0BAA0B,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,WAAW,CAAC,6BAA6B,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,eAAe,CAAC,iCAAiC,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,eAAe,CAAC,iCAAiC,CAAC,gBAAgB,CAAC,kCAAkC,CAAC;;;;"}
|
|
@@ -4,10 +4,7 @@ export declare const TitleMobile: React.ForwardRefExoticComponent<Omit<React.HTM
|
|
|
4
4
|
view?: "xlarge" | "large" | "medium" | "small" | "xsmall";
|
|
5
5
|
color?: import("..").Color;
|
|
6
6
|
weight?: "regular" | "medium" | "bold" | "semibold";
|
|
7
|
-
font?: "styrene" | "system"
|
|
8
|
-
font: "alfasans";
|
|
9
|
-
systemCompat: boolean;
|
|
10
|
-
};
|
|
7
|
+
font?: "styrene" | "system";
|
|
11
8
|
defaultMargins?: boolean;
|
|
12
9
|
className?: string;
|
|
13
10
|
dataTestId?: string;
|