@alfalab/core-components-typography 6.0.7 → 6.0.8
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/title/component.d.ts +0 -4
- package/cssm/title/component.js.map +1 -1
- package/esm/colors.css +20 -20
- package/esm/colors.module.css.js +1 -1
- package/esm/text/index.css +40 -40
- 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 +0 -4
- package/esm/title/component.js.map +1 -1
- package/esm/title/index.css +25 -25
- package/esm/title/index.module.css.js +1 -1
- package/esm/title-mobile/index.css +25 -25
- package/esm/title-mobile/index.module.css.js +1 -1
- package/modern/colors.css +20 -20
- package/modern/colors.module.css.js +1 -1
- package/modern/text/index.css +40 -40
- 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 +0 -4
- package/modern/title/component.js.map +1 -1
- package/modern/title/index.css +25 -25
- package/modern/title/index.module.css.js +1 -1
- package/modern/title-mobile/index.css +25 -25
- package/modern/title-mobile/index.module.css.js +1 -1
- package/moderncssm/title/component.d.ts +0 -4
- package/moderncssm/title/component.js.map +1 -1
- package/package.json +1 -1
- package/src/title/component.tsx +0 -2
- package/text/index.css +40 -40
- 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 +0 -4
- package/title/component.js.map +1 -1
- package/title/index.css +25 -25
- package/title/index.module.css.js +1 -1
- package/title-mobile/index.css +25 -25
- package/title-mobile/index.module.css.js +1 -1
package/text/index.css
CHANGED
|
@@ -7,33 +7,33 @@
|
|
|
7
7
|
--font-family-system:
|
|
8
8
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.typography__transparent_16x2a {
|
|
11
11
|
opacity: 0;
|
|
12
12
|
}
|
|
13
13
|
:root {
|
|
14
14
|
--text-paragraph-margin-bottom: var(--gap-0) var(--gap-0) var(--gap-12);
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.typography__paragraph_16x2a {
|
|
17
17
|
margin: var(--gap-0);
|
|
18
18
|
padding: var(--gap-0);
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.typography__paragraphWithMargins_16x2a {
|
|
21
21
|
padding: var(--gap-0);
|
|
22
22
|
margin: var(--text-paragraph-margin-bottom);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.typography__component_16x2a {
|
|
25
25
|
font-size: 16px;
|
|
26
26
|
line-height: 20px;
|
|
27
27
|
font-weight: 400;
|
|
28
28
|
font-family: var(--font-family-system);
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.typography__component_16x2a.typography__bold_16x2a {
|
|
31
31
|
font-weight: 700;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.typography__component_16x2a.typography__medium_16x2a {
|
|
34
34
|
font-weight: 500;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.typography__caps_16x2a {
|
|
37
37
|
font-size: 12px;
|
|
38
38
|
line-height: 16px;
|
|
39
39
|
font-weight: 400;
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
text-transform: uppercase;
|
|
42
42
|
font-family: var(--font-family-system);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.typography__caps_16x2a.typography__bold_16x2a {
|
|
45
45
|
font-weight: 700;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.typography__caps_16x2a.typography__medium_16x2a {
|
|
48
48
|
font-weight: 500;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.typography__tagline_16x2a {
|
|
51
51
|
font-size: 12px;
|
|
52
52
|
line-height: 16px;
|
|
53
53
|
font-weight: 400;
|
|
@@ -55,128 +55,128 @@
|
|
|
55
55
|
text-transform: uppercase;
|
|
56
56
|
font-family: var(--font-family-system);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
.typography__tagline_16x2a.typography__bold_16x2a {
|
|
59
59
|
font-weight: 700;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.typography__tagline_16x2a.typography__medium_16x2a {
|
|
62
62
|
font-weight: 500;
|
|
63
63
|
}
|
|
64
|
-
.typography__primary-
|
|
64
|
+
.typography__primary-large_16x2a {
|
|
65
65
|
font-size: 18px;
|
|
66
66
|
line-height: 24px;
|
|
67
67
|
font-weight: 400;
|
|
68
68
|
font-family: var(--font-family-system);
|
|
69
69
|
}
|
|
70
|
-
.typography__primary-
|
|
70
|
+
.typography__primary-large_16x2a.typography__bold_16x2a {
|
|
71
71
|
font-weight: 700;
|
|
72
72
|
}
|
|
73
|
-
.typography__primary-
|
|
73
|
+
.typography__primary-large_16x2a.typography__medium_16x2a {
|
|
74
74
|
font-weight: 500;
|
|
75
75
|
}
|
|
76
|
-
.typography__primary-
|
|
76
|
+
.typography__primary-medium_16x2a {
|
|
77
77
|
font-size: 16px;
|
|
78
78
|
line-height: 24px;
|
|
79
79
|
font-weight: 400;
|
|
80
80
|
font-family: var(--font-family-system);
|
|
81
81
|
}
|
|
82
|
-
.typography__primary-
|
|
82
|
+
.typography__primary-medium_16x2a.typography__bold_16x2a {
|
|
83
83
|
font-weight: 700;
|
|
84
84
|
}
|
|
85
|
-
.typography__primary-
|
|
85
|
+
.typography__primary-medium_16x2a.typography__medium_16x2a {
|
|
86
86
|
font-weight: 500;
|
|
87
87
|
}
|
|
88
|
-
.typography__primary-
|
|
88
|
+
.typography__primary-small_16x2a {
|
|
89
89
|
font-size: 14px;
|
|
90
90
|
line-height: 20px;
|
|
91
91
|
font-weight: 400;
|
|
92
92
|
font-family: var(--font-family-system);
|
|
93
93
|
}
|
|
94
|
-
.typography__primary-
|
|
94
|
+
.typography__primary-small_16x2a.typography__bold_16x2a {
|
|
95
95
|
font-weight: 700;
|
|
96
96
|
}
|
|
97
|
-
.typography__primary-
|
|
97
|
+
.typography__primary-small_16x2a.typography__medium_16x2a {
|
|
98
98
|
font-weight: 500;
|
|
99
99
|
}
|
|
100
|
-
.typography__component-
|
|
100
|
+
.typography__component-primary_16x2a {
|
|
101
101
|
font-size: 16px;
|
|
102
102
|
line-height: 20px;
|
|
103
103
|
font-weight: 400;
|
|
104
104
|
font-family: var(--font-family-system);
|
|
105
105
|
}
|
|
106
|
-
.typography__component-
|
|
106
|
+
.typography__component-primary_16x2a.typography__bold_16x2a {
|
|
107
107
|
font-weight: 700;
|
|
108
108
|
}
|
|
109
|
-
.typography__component-
|
|
109
|
+
.typography__component-primary_16x2a.typography__medium_16x2a {
|
|
110
110
|
font-weight: 500;
|
|
111
111
|
}
|
|
112
|
-
.typography__secondary-
|
|
112
|
+
.typography__secondary-large_16x2a {
|
|
113
113
|
font-size: 13px;
|
|
114
114
|
line-height: 16px;
|
|
115
115
|
font-weight: 400;
|
|
116
116
|
font-family: var(--font-family-system);
|
|
117
117
|
}
|
|
118
|
-
.typography__secondary-
|
|
118
|
+
.typography__secondary-large_16x2a.typography__bold_16x2a {
|
|
119
119
|
font-weight: 700;
|
|
120
120
|
}
|
|
121
|
-
.typography__secondary-
|
|
121
|
+
.typography__secondary-large_16x2a.typography__medium_16x2a {
|
|
122
122
|
font-weight: 500;
|
|
123
123
|
}
|
|
124
|
-
.typography__secondary-
|
|
124
|
+
.typography__secondary-medium_16x2a {
|
|
125
125
|
font-size: 12px;
|
|
126
126
|
line-height: 16px;
|
|
127
127
|
font-weight: 400;
|
|
128
128
|
font-family: var(--font-family-system);
|
|
129
129
|
}
|
|
130
|
-
.typography__secondary-
|
|
130
|
+
.typography__secondary-medium_16x2a.typography__bold_16x2a {
|
|
131
131
|
font-weight: 700;
|
|
132
132
|
}
|
|
133
|
-
.typography__secondary-
|
|
133
|
+
.typography__secondary-medium_16x2a.typography__medium_16x2a {
|
|
134
134
|
font-weight: 500;
|
|
135
135
|
}
|
|
136
|
-
.typography__secondary-
|
|
136
|
+
.typography__secondary-small_16x2a {
|
|
137
137
|
font-size: 11px;
|
|
138
138
|
line-height: 16px;
|
|
139
139
|
font-weight: 400;
|
|
140
140
|
font-family: var(--font-family-system);
|
|
141
141
|
}
|
|
142
|
-
.typography__secondary-
|
|
142
|
+
.typography__secondary-small_16x2a.typography__bold_16x2a {
|
|
143
143
|
font-weight: 700;
|
|
144
144
|
}
|
|
145
|
-
.typography__secondary-
|
|
145
|
+
.typography__secondary-small_16x2a.typography__medium_16x2a {
|
|
146
146
|
font-weight: 500;
|
|
147
147
|
}
|
|
148
|
-
.typography__component-
|
|
148
|
+
.typography__component-secondary_16x2a {
|
|
149
149
|
font-size: 14px;
|
|
150
150
|
line-height: 18px;
|
|
151
151
|
font-weight: 400;
|
|
152
152
|
font-family: var(--font-family-system);
|
|
153
153
|
}
|
|
154
|
-
.typography__component-
|
|
154
|
+
.typography__component-secondary_16x2a.typography__bold_16x2a {
|
|
155
155
|
font-weight: 700;
|
|
156
156
|
}
|
|
157
|
-
.typography__component-
|
|
157
|
+
.typography__component-secondary_16x2a.typography__medium_16x2a {
|
|
158
158
|
font-weight: 500;
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
.typography__rowLimit1_16x2a {
|
|
161
161
|
-webkit-line-clamp: 1;
|
|
162
162
|
display: -webkit-box;
|
|
163
163
|
-webkit-box-orient: vertical;
|
|
164
164
|
overflow: hidden;
|
|
165
165
|
word-break: break-all;
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.typography__rowLimit2_16x2a {
|
|
168
168
|
-webkit-line-clamp: 2;
|
|
169
169
|
display: -webkit-box;
|
|
170
170
|
-webkit-box-orient: vertical;
|
|
171
171
|
overflow: hidden;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
.typography__rowLimit3_16x2a {
|
|
174
174
|
-webkit-line-clamp: 3;
|
|
175
175
|
display: -webkit-box;
|
|
176
176
|
-webkit-box-orient: vertical;
|
|
177
177
|
overflow: hidden;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
.typography__monospace_16x2a {
|
|
180
180
|
font-feature-settings: "tnum";
|
|
181
181
|
font-variant-numeric: tabular-nums;
|
|
182
182
|
}
|
package/text/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"transparent":"
|
|
5
|
+
var styles = {"transparent":"typography__transparent_16x2a","paragraph":"typography__paragraph_16x2a","paragraphWithMargins":"typography__paragraphWithMargins_16x2a","component":"typography__component_16x2a","bold":"typography__bold_16x2a","medium":"typography__medium_16x2a","caps":"typography__caps_16x2a","tagline":"typography__tagline_16x2a","primary-large":"typography__primary-large_16x2a","primary-medium":"typography__primary-medium_16x2a","primary-small":"typography__primary-small_16x2a","component-primary":"typography__component-primary_16x2a","secondary-large":"typography__secondary-large_16x2a","secondary-medium":"typography__secondary-medium_16x2a","secondary-small":"typography__secondary-small_16x2a","component-secondary":"typography__component-secondary_16x2a","rowLimit1":"typography__rowLimit1_16x2a","rowLimit2":"typography__rowLimit2_16x2a","rowLimit3":"typography__rowLimit3_16x2a","monospace":"typography__monospace_16x2a"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/title/common.css
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.typography__transparent_1adal {
|
|
5
5
|
opacity: 0;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.typography__component_1adal {
|
|
8
8
|
margin: var(--gap-0);
|
|
9
9
|
padding: var(--gap-0);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
.typography__rowLimit1_1adal {
|
|
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_1adal {
|
|
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_1adal {
|
|
25
25
|
-webkit-line-clamp: 3;
|
|
26
26
|
display: -webkit-box;
|
|
27
27
|
-webkit-box-orient: vertical;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./common.css');
|
|
4
4
|
|
|
5
|
-
var commonStyles = {"transparent":"
|
|
5
|
+
var commonStyles = {"transparent":"typography__transparent_1adal","component":"typography__component_1adal","rowLimit1":"typography__rowLimit1_1adal","rowLimit2":"typography__rowLimit2_1adal","rowLimit3":"typography__rowLimit3_1adal"};
|
|
6
6
|
|
|
7
7
|
module.exports = commonStyles;
|
|
8
8
|
//# sourceMappingURL=common.module.css.js.map
|
package/title/component.d.ts
CHANGED
|
@@ -21,8 +21,6 @@ export type TitleProps = Omit<NativeProps, 'color'> & {
|
|
|
21
21
|
weight?: 'regular' | 'medium' | 'bold' | 'semibold';
|
|
22
22
|
/**
|
|
23
23
|
* Шрифт текста
|
|
24
|
-
*
|
|
25
|
-
* @deprecated
|
|
26
24
|
*/
|
|
27
25
|
font?: 'styrene' | 'system' | 'alfasans' | {
|
|
28
26
|
font: 'alfasans';
|
|
@@ -87,8 +85,6 @@ export declare const TitleBase: React.ForwardRefExoticComponent<Omit<NativeProps
|
|
|
87
85
|
weight?: "regular" | "medium" | "bold" | "semibold";
|
|
88
86
|
/**
|
|
89
87
|
* Шрифт текста
|
|
90
|
-
*
|
|
91
|
-
* @deprecated
|
|
92
88
|
*/
|
|
93
89
|
font?: "styrene" | "system" | "alfasans" | {
|
|
94
90
|
font: "alfasans";
|
package/title/component.js.map
CHANGED
|
@@ -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 { isObject } from '@alfalab/core-components-shared';\nimport { type TextSkeletonProps, useSkeleton } from '@alfalab/core-components-skeleton';\n\nimport { type Color } from '../colors';\n\nimport { getDefaultWeight } from './utils';\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
|
|
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 { isObject } from '@alfalab/core-components-shared';\nimport { type TextSkeletonProps, useSkeleton } from '@alfalab/core-components-skeleton';\n\nimport { type Color } from '../colors';\n\nimport { getDefaultWeight } from './utils';\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' | 'alfasans' | { font: 'alfasans'; systemCompat: boolean };\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 = 'styrene',\n platform,\n weight = getDefaultWeight(isObject(font) ? font.font : font, platform),\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 [styles.font]:\n (isObject(font) && !font.systemCompat) || !(font === 'system'),\n },\n )}\n data-test-id={dataTestId}\n ref={mergeRefs([ref, textRef])}\n {...restProps}\n >\n {children}\n </Component>\n );\n },\n);\n"],"names":["forwardRef","getDefaultWeight","isObject","__rest","useSkeleton","cn","React","__assign","commonStyles","colors","mergeRefs"],"mappings":";;;;;;;;;;;;;;;;;;;;IA4Fa,SAAS,GAAGA,gBAAU,CAC/B,UACI,EAgBC,EACD,GAAG,EAAA;;AAhBC,IAAA,IAAA,WAAsB,EAAjB,SAAS,GAAG,EAAA,KAAA,MAAA,GAAA,KAAK,KAAA,EACtB,EAAA,GAAA,EAAA,CAAA,IAAe,EAAf,IAAI,mBAAG,QAAQ,GAAA,EAAA,EACf,EAAgB,GAAA,EAAA,CAAA,IAAA,EAAhB,IAAI,GAAG,EAAA,KAAA,MAAA,GAAA,SAAS,GAAA,EAAA,EAChB,QAAQ,GAAA,EAAA,CAAA,QAAA,EACR,cAAsE,EAAtE,MAAM,mBAAGC,sBAAgB,CAACC,6BAAQ,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,GAAG,IAAI,EAAE,QAAQ,CAAC,GAAA,EAAA,EACtE,sBAAsB,EAAtB,cAAc,GAAG,EAAA,KAAA,MAAA,GAAA,KAAK,KAAA,EACtB,KAAK,WAAA,EACL,SAAS,eAAA,EACT,UAAU,GAAA,EAAA,CAAA,UAAA,EACV,QAAQ,GAAA,EAAA,CAAA,QAAA,EACR,QAAQ,GAAA,EAAA,CAAA,QAAA,EACR,MAAM,GAAA,EAAA,CAAA,MAAA,EACN,aAAa,GAAA,EAAA,CAAA,aAAA,EACb,YAAY,GAAA,EAAA,CAAA,YAAA,EACT,SAAS,GAAAC,YAAA,CAAA,EAAA,EAfhB,sKAgBC,CADe;AAIV,IAAA,IAAA,EAA8B,GAAAC,kCAAW,CAAC,YAAY,EAAE,aAAa,CAAC,EAApE,cAAc,GAAA,EAAA,CAAA,cAAA,EAAE,OAAO,aAA6C;IAE5E,IAAM,QAAQ,GAAG,cAAc,CAAC;QAC5B,gBAAgB,EAAEC,mBAAE,CAAC,cAAc,IAAI,MAAM,CAAC,UAAW,CAAA,MAAA,CAAA,IAAI,CAAE,CAAC,CAAC;AACjE,QAAA,UAAU,EAAA,UAAA;AACb,KAAA,CAAC;IAEF,IAAI,QAAQ,EAAE;AACV,QAAA,OAAO,QAAQ;;IAGnB,QACIC,qCAAC,SAAS,EAAAC,cAAA,CAAA,EACN,SAAS,EAAEF,mBAAE,CACTG,aAAY,CAAC,SAAS,EACtB,MAAM,CAAC,SAAS,EAChB,SAAS,EACT,MAAM,CAAC,EAAA,CAAA,MAAA,CAAG,MAAM,KAAK,SAAS,GAAG,UAAU,GAAG,EAAE,SAAG,IAAI,CAAE,CAAC,EAC1D,cAAc,IAAI,MAAM,CAAC,UAAA,CAAA,MAAA,CAAW,IAAI,CAAE,CAAC,EAC3C,KAAK,IAAIC,aAAM,CAAC,KAAK,CAAC,GAAA,EAAA,GAAA,EAAA;AAElB,YAAA,EAAA,CAACD,aAAY,CAAC,UAAA,CAAA,MAAA,CAAW,QAAQ,CAAE,CAAC,IAAG,QAAQ;AAC/C,YAAA,EAAA,CAACA,aAAY,CAAC,WAAW,CAAA,GAAG,YAAY;YACxC,EAAC,CAAA,MAAM,CAAC,IAAI,CAAA,GACR,CAACN,6BAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,KAAK,EAAE,IAAI,KAAK,QAAQ,CAAC;AAEzE,YAAA,EAAA,EAAA,EAAA,cAAA,EACa,UAAU,EACxB,GAAG,EAAEQ,0BAAS,CAAC,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,EAC1B,EAAA,SAAS,GAEZ,QAAQ,CACD;AAEpB,CAAC;;;;"}
|
package/title/index.css
CHANGED
|
@@ -16,137 +16,137 @@
|
|
|
16
16
|
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
17
17
|
sans-serif;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.typography__xlarge_mzviu {
|
|
20
20
|
font-size: 48px;
|
|
21
21
|
line-height: 52px;
|
|
22
22
|
font-weight: 700;
|
|
23
23
|
font-family: var(--font-family-system);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.typography__xlarge_mzviu.typography__font_mzviu {
|
|
26
26
|
line-height: 64px;
|
|
27
27
|
font-weight: 500;
|
|
28
28
|
font-feature-settings: 'ss01';
|
|
29
29
|
font-family: var(--font-family-styrene);
|
|
30
30
|
}
|
|
31
|
-
.typography__regular-
|
|
31
|
+
.typography__regular-xlarge_mzviu {
|
|
32
32
|
font-size: 48px;
|
|
33
33
|
line-height: 52px;
|
|
34
34
|
font-weight: 400;
|
|
35
35
|
font-family: var(--font-family-system);
|
|
36
36
|
}
|
|
37
|
-
.typography__regular-
|
|
37
|
+
.typography__regular-xlarge_mzviu.typography__font_mzviu {
|
|
38
38
|
line-height: 64px;
|
|
39
39
|
font-feature-settings: 'ss01';
|
|
40
40
|
font-family: var(--font-family-styrene);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
.typography__large_mzviu {
|
|
43
43
|
font-size: 40px;
|
|
44
44
|
line-height: 48px;
|
|
45
45
|
font-weight: 700;
|
|
46
46
|
font-family: var(--font-family-system);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.typography__large_mzviu.typography__font_mzviu {
|
|
49
49
|
font-weight: 500;
|
|
50
50
|
font-feature-settings: 'ss01';
|
|
51
51
|
font-family: var(--font-family-styrene);
|
|
52
52
|
}
|
|
53
|
-
.typography__regular-
|
|
53
|
+
.typography__regular-large_mzviu {
|
|
54
54
|
font-size: 40px;
|
|
55
55
|
line-height: 48px;
|
|
56
56
|
font-weight: 400;
|
|
57
57
|
font-family: var(--font-family-system);
|
|
58
58
|
}
|
|
59
|
-
.typography__regular-
|
|
59
|
+
.typography__regular-large_mzviu.typography__font_mzviu {
|
|
60
60
|
font-feature-settings: 'ss01';
|
|
61
61
|
font-family: var(--font-family-styrene);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.typography__medium_mzviu {
|
|
64
64
|
font-size: 30px;
|
|
65
65
|
line-height: 36px;
|
|
66
66
|
font-weight: 700;
|
|
67
67
|
font-family: var(--font-family-system);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.typography__medium_mzviu.typography__font_mzviu {
|
|
70
70
|
font-size: 32px;
|
|
71
71
|
line-height: 40px;
|
|
72
72
|
font-weight: 500;
|
|
73
73
|
font-feature-settings: 'ss01';
|
|
74
74
|
font-family: var(--font-family-styrene);
|
|
75
75
|
}
|
|
76
|
-
.typography__regular-
|
|
76
|
+
.typography__regular-medium_mzviu {
|
|
77
77
|
font-size: 30px;
|
|
78
78
|
line-height: 36px;
|
|
79
79
|
font-weight: 400;
|
|
80
80
|
font-family: var(--font-family-system);
|
|
81
81
|
}
|
|
82
|
-
.typography__regular-
|
|
82
|
+
.typography__regular-medium_mzviu.typography__font_mzviu {
|
|
83
83
|
font-size: 32px;
|
|
84
84
|
line-height: 40px;
|
|
85
85
|
font-feature-settings: 'ss01';
|
|
86
86
|
font-family: var(--font-family-styrene);
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
.typography__small_mzviu {
|
|
89
89
|
font-size: 22px;
|
|
90
90
|
line-height: 26px;
|
|
91
91
|
font-weight: 700;
|
|
92
92
|
font-family: var(--font-family-system);
|
|
93
93
|
}
|
|
94
|
-
.
|
|
94
|
+
.typography__small_mzviu.typography__font_mzviu {
|
|
95
95
|
font-size: 24px;
|
|
96
96
|
line-height: 32px;
|
|
97
97
|
font-weight: 500;
|
|
98
98
|
font-feature-settings: 'ss01';
|
|
99
99
|
font-family: var(--font-family-styrene);
|
|
100
100
|
}
|
|
101
|
-
.typography__regular-
|
|
101
|
+
.typography__regular-small_mzviu {
|
|
102
102
|
font-size: 22px;
|
|
103
103
|
line-height: 26px;
|
|
104
104
|
font-weight: 400;
|
|
105
105
|
font-family: var(--font-family-system);
|
|
106
106
|
}
|
|
107
|
-
.typography__regular-
|
|
107
|
+
.typography__regular-small_mzviu.typography__font_mzviu {
|
|
108
108
|
font-size: 24px;
|
|
109
109
|
line-height: 32px;
|
|
110
110
|
font-feature-settings: 'ss01';
|
|
111
111
|
font-family: var(--font-family-styrene);
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
.typography__xsmall_mzviu {
|
|
114
114
|
font-size: 18px;
|
|
115
115
|
line-height: 22px;
|
|
116
116
|
font-weight: 700;
|
|
117
117
|
font-family: var(--font-family-system);
|
|
118
118
|
}
|
|
119
|
-
.
|
|
119
|
+
.typography__xsmall_mzviu.typography__font_mzviu {
|
|
120
120
|
font-size: 20px;
|
|
121
121
|
line-height: 24px;
|
|
122
122
|
font-weight: 500;
|
|
123
123
|
font-feature-settings: 'ss01';
|
|
124
124
|
font-family: var(--font-family-styrene);
|
|
125
125
|
}
|
|
126
|
-
.typography__regular-
|
|
126
|
+
.typography__regular-xsmall_mzviu {
|
|
127
127
|
font-size: 18px;
|
|
128
128
|
line-height: 22px;
|
|
129
129
|
font-weight: 400;
|
|
130
130
|
font-family: var(--font-family-system);
|
|
131
131
|
}
|
|
132
|
-
.typography__regular-
|
|
132
|
+
.typography__regular-xsmall_mzviu.typography__font_mzviu {
|
|
133
133
|
font-size: 20px;
|
|
134
134
|
line-height: 24px;
|
|
135
135
|
font-feature-settings: 'ss01';
|
|
136
136
|
font-family: var(--font-family-styrene);
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
.typography__component_mzviu.typography__margins-xlarge_mzviu {
|
|
139
139
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.typography__component_mzviu.typography__margins-large_mzviu {
|
|
142
142
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
.typography__component_mzviu.typography__margins-medium_mzviu {
|
|
145
145
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.typography__component_mzviu.typography__margins-small_mzviu {
|
|
148
148
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.typography__component_mzviu.typography__margins-xsmall_mzviu {
|
|
151
151
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
152
152
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"xlarge":"
|
|
5
|
+
var styles = {"xlarge":"typography__xlarge_mzviu","font":"typography__font_mzviu","regular-xlarge":"typography__regular-xlarge_mzviu","large":"typography__large_mzviu","regular-large":"typography__regular-large_mzviu","medium":"typography__medium_mzviu","regular-medium":"typography__regular-medium_mzviu","small":"typography__small_mzviu","regular-small":"typography__regular-small_mzviu","xsmall":"typography__xsmall_mzviu","regular-xsmall":"typography__regular-xsmall_mzviu","component":"typography__component_mzviu","margins-xlarge":"typography__margins-xlarge_mzviu","margins-large":"typography__margins-large_mzviu","margins-medium":"typography__margins-medium_mzviu","margins-small":"typography__margins-small_mzviu","margins-xsmall":"typography__margins-xsmall_mzviu"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/title-mobile/index.css
CHANGED
|
@@ -14,123 +14,123 @@
|
|
|
14
14
|
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
15
15
|
sans-serif;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.typography__xlarge_1v3ec {
|
|
18
18
|
font-size: 34px;
|
|
19
19
|
line-height: 40px;
|
|
20
20
|
font-weight: 600;
|
|
21
21
|
font-family: var(--font-family-system);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.typography__xlarge_1v3ec.typography__font_1v3ec {
|
|
24
24
|
font-weight: 500;
|
|
25
25
|
font-feature-settings: 'ss01';
|
|
26
26
|
font-family: var(--font-family-styrene);
|
|
27
27
|
}
|
|
28
|
-
.typography__regular-
|
|
28
|
+
.typography__regular-xlarge_1v3ec {
|
|
29
29
|
font-size: 34px;
|
|
30
30
|
line-height: 40px;
|
|
31
31
|
font-weight: 400;
|
|
32
32
|
font-family: var(--font-family-system);
|
|
33
33
|
}
|
|
34
|
-
.typography__regular-
|
|
34
|
+
.typography__regular-xlarge_1v3ec.typography__system_1v3ec {
|
|
35
35
|
font-feature-settings: 'ss01';
|
|
36
36
|
font-family: var(--font-family-styrene);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.typography__large_1v3ec {
|
|
39
39
|
font-size: 30px;
|
|
40
40
|
line-height: 36px;
|
|
41
41
|
font-weight: 600;
|
|
42
42
|
font-family: var(--font-family-system);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.typography__large_1v3ec.typography__font_1v3ec {
|
|
45
45
|
font-weight: 500;
|
|
46
46
|
font-feature-settings: 'ss01';
|
|
47
47
|
font-family: var(--font-family-styrene);
|
|
48
48
|
}
|
|
49
|
-
.typography__regular-
|
|
49
|
+
.typography__regular-large_1v3ec {
|
|
50
50
|
font-size: 30px;
|
|
51
51
|
line-height: 36px;
|
|
52
52
|
font-weight: 400;
|
|
53
53
|
font-family: var(--font-family-system);
|
|
54
54
|
}
|
|
55
|
-
.typography__regular-
|
|
55
|
+
.typography__regular-large_1v3ec.typography__system_1v3ec {
|
|
56
56
|
font-feature-settings: 'ss01';
|
|
57
57
|
font-family: var(--font-family-styrene);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.typography__medium_1v3ec {
|
|
60
60
|
font-size: 26px;
|
|
61
61
|
line-height: 32px;
|
|
62
62
|
font-weight: 600;
|
|
63
63
|
font-family: var(--font-family-system);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.typography__medium_1v3ec.typography__font_1v3ec {
|
|
66
66
|
font-weight: 500;
|
|
67
67
|
font-feature-settings: 'ss01';
|
|
68
68
|
font-family: var(--font-family-styrene);
|
|
69
69
|
}
|
|
70
|
-
.typography__regular-
|
|
70
|
+
.typography__regular-medium_1v3ec {
|
|
71
71
|
font-size: 26px;
|
|
72
72
|
line-height: 32px;
|
|
73
73
|
font-weight: 400;
|
|
74
74
|
font-family: var(--font-family-system);
|
|
75
75
|
}
|
|
76
|
-
.typography__regular-
|
|
76
|
+
.typography__regular-medium_1v3ec.typography__system_1v3ec {
|
|
77
77
|
font-feature-settings: 'ss01';
|
|
78
78
|
font-family: var(--font-family-styrene);
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
.typography__small_1v3ec {
|
|
81
81
|
font-size: 20px;
|
|
82
82
|
line-height: 28px;
|
|
83
83
|
font-weight: 600;
|
|
84
84
|
font-family: var(--font-family-system);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.typography__small_1v3ec.typography__font_1v3ec {
|
|
87
87
|
font-weight: 500;
|
|
88
88
|
font-feature-settings: 'ss01';
|
|
89
89
|
font-family: var(--font-family-styrene);
|
|
90
90
|
}
|
|
91
|
-
.typography__regular-
|
|
91
|
+
.typography__regular-small_1v3ec {
|
|
92
92
|
font-size: 20px;
|
|
93
93
|
line-height: 28px;
|
|
94
94
|
font-weight: 400;
|
|
95
95
|
font-family: var(--font-family-system);
|
|
96
96
|
}
|
|
97
|
-
.typography__regular-
|
|
97
|
+
.typography__regular-small_1v3ec.typography__system_1v3ec {
|
|
98
98
|
font-feature-settings: 'ss01';
|
|
99
99
|
font-family: var(--font-family-styrene);
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.typography__xsmall_1v3ec {
|
|
102
102
|
font-size: 16px;
|
|
103
103
|
line-height: 20px;
|
|
104
104
|
font-weight: 600;
|
|
105
105
|
font-family: var(--font-family-system);
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
.typography__xsmall_1v3ec.typography__font_1v3ec {
|
|
108
108
|
font-weight: 500;
|
|
109
109
|
font-feature-settings: 'ss01';
|
|
110
110
|
font-family: var(--font-family-styrene);
|
|
111
111
|
}
|
|
112
|
-
.typography__regular-
|
|
112
|
+
.typography__regular-xsmall_1v3ec {
|
|
113
113
|
font-size: 16px;
|
|
114
114
|
line-height: 20px;
|
|
115
115
|
font-weight: 400;
|
|
116
116
|
font-family: var(--font-family-system);
|
|
117
117
|
}
|
|
118
|
-
.typography__regular-
|
|
118
|
+
.typography__regular-xsmall_1v3ec.typography__system_1v3ec {
|
|
119
119
|
font-feature-settings: 'ss01';
|
|
120
120
|
font-family: var(--font-family-styrene);
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.typography__component_1v3ec.typography__margins-xlarge_1v3ec {
|
|
123
123
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
.typography__component_1v3ec.typography__margins-large_1v3ec {
|
|
126
126
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
.typography__component_1v3ec.typography__margins-medium_1v3ec {
|
|
129
129
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
.typography__component_1v3ec.typography__margins-small_1v3ec {
|
|
132
132
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
.typography__component_1v3ec .typography__margins-xsmall_1v3ec {
|
|
135
135
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
136
136
|
}
|