@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/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 {
|
|
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":["forwardRef","__rest","useSkeleton","cn","React","__assign","commonStyles","colors","mergeRefs"],"mappings":";;;;;;;;;;;;;;;;;;IAyFa,SAAS,GAAGA,gBAAU,CAC/B,UACI,EAgBC,EACD,GAAG,EAAA;;AAhBC,IAAA,IAAA,EAAsB,GAAA,EAAA,CAAA,GAAA,CAAA,CAAjB,SAAS,GAAA,EAAA,KAAA,MAAA,GAAG,KAAK,GAAA,EAAA,CACtB,CAAA,EAAA,GAAA,EAAA,CAAA,IAAe,CAAf,CAAA,IAAI,GAAG,EAAA,KAAA,MAAA,GAAA,QAAQ,GAAA,EAAA,CAAA,CACX,EAAA,CAAA,IAAA,CACJ,CAAQ,EAAA,CAAA,QAAA,CAAA,KACR,EAAe,GAAA,EAAA,CAAA,MAAA,CAAA,CAAf,MAAM,GAAA,EAAA,KAAA,MAAA,GAAG,MAAM,GAAA,EAAA,CACf,CAAA,EAAA,GAAA,EAAA,CAAA,cAAsB,CAAtB,CAAA,cAAc,GAAG,EAAA,KAAA,MAAA,GAAA,KAAK,GAAA,EAAA,CAAA,CACtB,KAAK,GAAA,EAAA,CAAA,KAAA,CACL,CAAA,SAAS,GAAA,EAAA,CAAA,SAAA,CAAA,CACT,UAAU,GAAA,EAAA,CAAA,UAAA,CACV,CAAA,QAAQ,GAAA,EAAA,CAAA,QAAA,CAAA,CACR,QAAQ,GAAA,EAAA,CAAA,QAAA,CACR,CAAA,MAAM,GAAA,EAAA,CAAA,MAAA,CAAA,CACN,aAAa,GAAA,EAAA,CAAA,aAAA,CACb,CAAA,YAAY,GAAA,EAAA,CAAA,YAAA,CAAA,CACT,SAAS,GAAAC,YAAA,CAAA,EAAA,EAfhB,sKAgBC;AAGK,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;AAE/C,YAAA,EAAA,EAAA,EAAA,cAAA,EACa,UAAU,EACxB,GAAG,EAAEE,0BAAS,CAAC,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,EAC1B,EAAA,SAAS,GAEZ,QAAQ,CACD;AAEpB,CAAC;;;;"}
|
package/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/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;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"xlarge":"
|
|
5
|
+
var 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"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# 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,aAAe,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;
|
package/title-mobile/index.css
CHANGED
|
@@ -8,129 +8,112 @@
|
|
|
8
8
|
--gap-40: var(--gap-3xl);
|
|
9
9
|
}
|
|
10
10
|
:root {
|
|
11
|
-
--font-family-
|
|
12
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
13
|
-
|
|
14
|
-
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
15
|
-
sans-serif;
|
|
11
|
+
--font-family-alfasans:
|
|
12
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
13
|
+
Helvetica, sans-serif;
|
|
16
14
|
}
|
|
17
|
-
.
|
|
15
|
+
.typography__xlarge_1qkac {
|
|
18
16
|
font-size: 34px;
|
|
19
17
|
line-height: 40px;
|
|
20
|
-
font-weight:
|
|
21
|
-
|
|
18
|
+
font-weight: 500;
|
|
19
|
+
letter-spacing: -0.32px;
|
|
20
|
+
font-family: var(--font-family-alfasans);
|
|
22
21
|
}
|
|
23
|
-
.
|
|
24
|
-
font-weight: 500;
|
|
25
|
-
font-feature-settings: 'ss01';
|
|
26
|
-
font-family: var(--font-family-styrene);
|
|
22
|
+
.typography__xlarge_1qkac.typography__font_1qkac {
|
|
27
23
|
}
|
|
28
|
-
.typography__regular-
|
|
24
|
+
.typography__regular-xlarge_1qkac {
|
|
29
25
|
font-size: 34px;
|
|
30
26
|
line-height: 40px;
|
|
31
27
|
font-weight: 400;
|
|
32
|
-
|
|
28
|
+
letter-spacing: -1.36px;
|
|
29
|
+
font-family: var(--font-family-alfasans);
|
|
33
30
|
}
|
|
34
|
-
.typography__regular-
|
|
35
|
-
font-feature-settings: 'ss01';
|
|
36
|
-
font-family: var(--font-family-styrene);
|
|
31
|
+
.typography__regular-xlarge_1qkac.typography__system_1qkac {
|
|
37
32
|
}
|
|
38
|
-
.
|
|
33
|
+
.typography__large_1qkac {
|
|
39
34
|
font-size: 30px;
|
|
40
35
|
line-height: 36px;
|
|
41
|
-
font-weight:
|
|
42
|
-
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
letter-spacing: -0.25px;
|
|
38
|
+
font-family: var(--font-family-alfasans);
|
|
43
39
|
}
|
|
44
|
-
.
|
|
45
|
-
font-weight: 500;
|
|
46
|
-
font-feature-settings: 'ss01';
|
|
47
|
-
font-family: var(--font-family-styrene);
|
|
40
|
+
.typography__large_1qkac.typography__font_1qkac {
|
|
48
41
|
}
|
|
49
|
-
.typography__regular-
|
|
42
|
+
.typography__regular-large_1qkac {
|
|
50
43
|
font-size: 30px;
|
|
51
44
|
line-height: 36px;
|
|
52
45
|
font-weight: 400;
|
|
53
|
-
|
|
46
|
+
letter-spacing: -1.25px;
|
|
47
|
+
font-family: var(--font-family-alfasans);
|
|
54
48
|
}
|
|
55
|
-
.typography__regular-
|
|
56
|
-
font-feature-settings: 'ss01';
|
|
57
|
-
font-family: var(--font-family-styrene);
|
|
49
|
+
.typography__regular-large_1qkac.typography__system_1qkac {
|
|
58
50
|
}
|
|
59
|
-
.
|
|
51
|
+
.typography__medium_1qkac {
|
|
60
52
|
font-size: 26px;
|
|
61
53
|
line-height: 32px;
|
|
62
|
-
font-weight:
|
|
63
|
-
|
|
54
|
+
font-weight: 500;
|
|
55
|
+
letter-spacing: -0.25px;
|
|
56
|
+
font-family: var(--font-family-alfasans);
|
|
64
57
|
}
|
|
65
|
-
.
|
|
66
|
-
font-weight: 500;
|
|
67
|
-
font-feature-settings: 'ss01';
|
|
68
|
-
font-family: var(--font-family-styrene);
|
|
58
|
+
.typography__medium_1qkac.typography__font_1qkac {
|
|
69
59
|
}
|
|
70
|
-
.typography__regular-
|
|
60
|
+
.typography__regular-medium_1qkac {
|
|
71
61
|
font-size: 26px;
|
|
72
62
|
line-height: 32px;
|
|
73
63
|
font-weight: 400;
|
|
74
|
-
|
|
64
|
+
letter-spacing: -1px;
|
|
65
|
+
font-family: var(--font-family-alfasans);
|
|
75
66
|
}
|
|
76
|
-
.typography__regular-
|
|
77
|
-
font-feature-settings: 'ss01';
|
|
78
|
-
font-family: var(--font-family-styrene);
|
|
67
|
+
.typography__regular-medium_1qkac.typography__system_1qkac {
|
|
79
68
|
}
|
|
80
|
-
.
|
|
69
|
+
.typography__small_1qkac {
|
|
81
70
|
font-size: 20px;
|
|
82
71
|
line-height: 28px;
|
|
83
|
-
font-weight:
|
|
84
|
-
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
letter-spacing: -0.15px;
|
|
74
|
+
font-family: var(--font-family-alfasans);
|
|
85
75
|
}
|
|
86
|
-
.
|
|
87
|
-
font-weight: 500;
|
|
88
|
-
font-feature-settings: 'ss01';
|
|
89
|
-
font-family: var(--font-family-styrene);
|
|
76
|
+
.typography__small_1qkac.typography__font_1qkac {
|
|
90
77
|
}
|
|
91
|
-
.typography__regular-
|
|
78
|
+
.typography__regular-small_1qkac {
|
|
92
79
|
font-size: 20px;
|
|
93
80
|
line-height: 28px;
|
|
94
81
|
font-weight: 400;
|
|
95
|
-
|
|
82
|
+
letter-spacing: -0.68px;
|
|
83
|
+
font-family: var(--font-family-alfasans);
|
|
96
84
|
}
|
|
97
|
-
.typography__regular-
|
|
98
|
-
font-feature-settings: 'ss01';
|
|
99
|
-
font-family: var(--font-family-styrene);
|
|
85
|
+
.typography__regular-small_1qkac.typography__system_1qkac {
|
|
100
86
|
}
|
|
101
|
-
.
|
|
87
|
+
.typography__xsmall_1qkac {
|
|
102
88
|
font-size: 16px;
|
|
103
89
|
line-height: 20px;
|
|
104
|
-
font-weight:
|
|
105
|
-
|
|
90
|
+
font-weight: 500;
|
|
91
|
+
letter-spacing: 0.17px;
|
|
92
|
+
font-family: var(--font-family-alfasans);
|
|
106
93
|
}
|
|
107
|
-
.
|
|
108
|
-
font-weight: 500;
|
|
109
|
-
font-feature-settings: 'ss01';
|
|
110
|
-
font-family: var(--font-family-styrene);
|
|
94
|
+
.typography__xsmall_1qkac.typography__font_1qkac {
|
|
111
95
|
}
|
|
112
|
-
.typography__regular-
|
|
96
|
+
.typography__regular-xsmall_1qkac {
|
|
113
97
|
font-size: 16px;
|
|
114
98
|
line-height: 20px;
|
|
115
99
|
font-weight: 400;
|
|
116
|
-
|
|
100
|
+
letter-spacing: -0.24px;
|
|
101
|
+
font-family: var(--font-family-alfasans);
|
|
117
102
|
}
|
|
118
|
-
.typography__regular-
|
|
119
|
-
font-feature-settings: 'ss01';
|
|
120
|
-
font-family: var(--font-family-styrene);
|
|
103
|
+
.typography__regular-xsmall_1qkac.typography__system_1qkac {
|
|
121
104
|
}
|
|
122
|
-
.
|
|
105
|
+
.typography__component_1qkac.typography__margins-xlarge_1qkac {
|
|
123
106
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
124
107
|
}
|
|
125
|
-
.
|
|
108
|
+
.typography__component_1qkac.typography__margins-large_1qkac {
|
|
126
109
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
127
110
|
}
|
|
128
|
-
.
|
|
111
|
+
.typography__component_1qkac.typography__margins-medium_1qkac {
|
|
129
112
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
130
113
|
}
|
|
131
|
-
.
|
|
114
|
+
.typography__component_1qkac.typography__margins-small_1qkac {
|
|
132
115
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
133
116
|
}
|
|
134
|
-
.
|
|
117
|
+
.typography__component_1qkac .typography__margins-xsmall_1qkac {
|
|
135
118
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
136
119
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"xlarge":"
|
|
5
|
+
var styles = {"xlarge":"typography__xlarge_1qkac","font":"typography__font_1qkac","regular-xlarge":"typography__regular-xlarge_1qkac","system":"typography__system_1qkac","large":"typography__large_1qkac","regular-large":"typography__regular-large_1qkac","medium":"typography__medium_1qkac","regular-medium":"typography__regular-medium_1qkac","small":"typography__small_1qkac","regular-small":"typography__regular-small_1qkac","xsmall":"typography__xsmall_1qkac","regular-xsmall":"typography__regular-xsmall_1qkac","component":"typography__component_1qkac","margins-xlarge":"typography__margins-xlarge_1qkac","margins-large":"typography__margins-large_1qkac","margins-medium":"typography__margins-medium_1qkac","margins-small":"typography__margins-small_1qkac","margins-xsmall":"typography__margins-xsmall_1qkac"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -16,10 +16,7 @@ export declare const TitleResponsive: React.ForwardRefExoticComponent<Omit<React
|
|
|
16
16
|
view?: "xlarge" | "large" | "medium" | "small" | "xsmall";
|
|
17
17
|
color?: import("..").Color;
|
|
18
18
|
weight?: "regular" | "medium" | "bold" | "semibold";
|
|
19
|
-
font?: "styrene" | "system"
|
|
20
|
-
font: "alfasans";
|
|
21
|
-
systemCompat: boolean;
|
|
22
|
-
};
|
|
19
|
+
font?: "styrene" | "system";
|
|
23
20
|
defaultMargins?: boolean;
|
|
24
21
|
className?: string;
|
|
25
22
|
dataTestId?: string;
|
package/cssm/title/utils.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getDefaultWeight(font: 'styrene' | 'system' | 'alfasans', platform: 'mobile' | 'desktop'): "medium" | "bold" | "semibold";
|
package/cssm/title/utils.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
function getDefaultWeight(font, platform) {
|
|
6
|
-
if (font === 'styrene' || font === 'alfasans') {
|
|
7
|
-
return 'medium';
|
|
8
|
-
}
|
|
9
|
-
if (platform === 'desktop') {
|
|
10
|
-
return 'bold';
|
|
11
|
-
}
|
|
12
|
-
return 'semibold';
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
exports.getDefaultWeight = getDefaultWeight;
|
|
16
|
-
//# sourceMappingURL=utils.js.map
|
package/cssm/title/utils.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../../src/title/utils.ts"],"sourcesContent":["export function getDefaultWeight(\n font: 'styrene' | 'system' | 'alfasans',\n platform: 'mobile' | 'desktop',\n) {\n if (font === 'styrene' || font === 'alfasans') {\n return 'medium';\n }\n\n if (platform === 'desktop') {\n return 'bold';\n }\n\n return 'semibold';\n}\n"],"names":[],"mappings":";;;;AAAgB,SAAA,gBAAgB,CAC5B,IAAuC,EACvC,QAA8B,EAAA;IAE9B,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,UAAU,EAAE;AAC3C,QAAA,OAAO,QAAQ;;AAGnB,IAAA,IAAI,QAAQ,KAAK,SAAS,EAAE;AACxB,QAAA,OAAO,MAAM;;AAGjB,IAAA,OAAO,UAAU;AACrB;;;;"}
|
package/esm/title/utils.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getDefaultWeight(font: 'styrene' | 'system' | 'alfasans', platform: 'mobile' | 'desktop'): "medium" | "bold" | "semibold";
|
package/esm/title/utils.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
function getDefaultWeight(font, platform) {
|
|
2
|
-
if (font === 'styrene' || font === 'alfasans') {
|
|
3
|
-
return 'medium';
|
|
4
|
-
}
|
|
5
|
-
if (platform === 'desktop') {
|
|
6
|
-
return 'bold';
|
|
7
|
-
}
|
|
8
|
-
return 'semibold';
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export { getDefaultWeight };
|
|
12
|
-
//# sourceMappingURL=utils.js.map
|
package/esm/title/utils.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../../src/title/utils.ts"],"sourcesContent":["export function getDefaultWeight(\n font: 'styrene' | 'system' | 'alfasans',\n platform: 'mobile' | 'desktop',\n) {\n if (font === 'styrene' || font === 'alfasans') {\n return 'medium';\n }\n\n if (platform === 'desktop') {\n return 'bold';\n }\n\n return 'semibold';\n}\n"],"names":[],"mappings":"AAAgB,SAAA,gBAAgB,CAC5B,IAAuC,EACvC,QAA8B,EAAA;IAE9B,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,UAAU,EAAE;AAC3C,QAAA,OAAO,QAAQ;;AAGnB,IAAA,IAAI,QAAQ,KAAK,SAAS,EAAE;AACxB,QAAA,OAAO,MAAM;;AAGjB,IAAA,OAAO,UAAU;AACrB;;;;"}
|
package/modern/title/utils.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getDefaultWeight(font: 'styrene' | 'system' | 'alfasans', platform: 'mobile' | 'desktop'): "medium" | "bold" | "semibold";
|
package/modern/title/utils.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
function getDefaultWeight(font, platform) {
|
|
2
|
-
if (font === 'styrene' || font === 'alfasans') {
|
|
3
|
-
return 'medium';
|
|
4
|
-
}
|
|
5
|
-
if (platform === 'desktop') {
|
|
6
|
-
return 'bold';
|
|
7
|
-
}
|
|
8
|
-
return 'semibold';
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export { getDefaultWeight };
|
|
12
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../../src/title/utils.ts"],"sourcesContent":["export function getDefaultWeight(\n font: 'styrene' | 'system' | 'alfasans',\n platform: 'mobile' | 'desktop',\n) {\n if (font === 'styrene' || font === 'alfasans') {\n return 'medium';\n }\n\n if (platform === 'desktop') {\n return 'bold';\n }\n\n return 'semibold';\n}\n"],"names":[],"mappings":"AAAgB,SAAA,gBAAgB,CAC5B,IAAuC,EACvC,QAA8B,EAAA;IAE9B,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,UAAU,EAAE;AAC3C,QAAA,OAAO,QAAQ;;AAGnB,IAAA,IAAI,QAAQ,KAAK,SAAS,EAAE;AACxB,QAAA,OAAO,MAAM;;AAGjB,IAAA,OAAO,UAAU;AACrB;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getDefaultWeight(font: 'styrene' | 'system' | 'alfasans', platform: 'mobile' | 'desktop'): "medium" | "bold" | "semibold";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
function getDefaultWeight(font, platform) {
|
|
2
|
-
if (font === 'styrene' || font === 'alfasans') {
|
|
3
|
-
return 'medium';
|
|
4
|
-
}
|
|
5
|
-
if (platform === 'desktop') {
|
|
6
|
-
return 'bold';
|
|
7
|
-
}
|
|
8
|
-
return 'semibold';
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export { getDefaultWeight };
|
|
12
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../../src/title/utils.ts"],"sourcesContent":["export function getDefaultWeight(\n font: 'styrene' | 'system' | 'alfasans',\n platform: 'mobile' | 'desktop',\n) {\n if (font === 'styrene' || font === 'alfasans') {\n return 'medium';\n }\n\n if (platform === 'desktop') {\n return 'bold';\n }\n\n return 'semibold';\n}\n"],"names":[],"mappings":"AAAgB,SAAA,gBAAgB,CAC5B,IAAuC,EACvC,QAA8B,EAAA;IAE9B,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,UAAU,EAAE;AAC3C,QAAA,OAAO,QAAQ;;AAGnB,IAAA,IAAI,QAAQ,KAAK,SAAS,EAAE;AACxB,QAAA,OAAO,MAAM;;AAGjB,IAAA,OAAO,UAAU;AACrB;;;;"}
|
package/src/title/utils.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export function getDefaultWeight(
|
|
2
|
-
font: 'styrene' | 'system' | 'alfasans',
|
|
3
|
-
platform: 'mobile' | 'desktop',
|
|
4
|
-
) {
|
|
5
|
-
if (font === 'styrene' || font === 'alfasans') {
|
|
6
|
-
return 'medium';
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
if (platform === 'desktop') {
|
|
10
|
-
return 'bold';
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return 'semibold';
|
|
14
|
-
}
|
package/title/utils.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getDefaultWeight(font: 'styrene' | 'system' | 'alfasans', platform: 'mobile' | 'desktop'): "medium" | "bold" | "semibold";
|
package/title/utils.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
function getDefaultWeight(font, platform) {
|
|
6
|
-
if (font === 'styrene' || font === 'alfasans') {
|
|
7
|
-
return 'medium';
|
|
8
|
-
}
|
|
9
|
-
if (platform === 'desktop') {
|
|
10
|
-
return 'bold';
|
|
11
|
-
}
|
|
12
|
-
return 'semibold';
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
exports.getDefaultWeight = getDefaultWeight;
|
|
16
|
-
//# sourceMappingURL=utils.js.map
|
package/title/utils.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sources":["../src/title/utils.ts"],"sourcesContent":["export function getDefaultWeight(\n font: 'styrene' | 'system' | 'alfasans',\n platform: 'mobile' | 'desktop',\n) {\n if (font === 'styrene' || font === 'alfasans') {\n return 'medium';\n }\n\n if (platform === 'desktop') {\n return 'bold';\n }\n\n return 'semibold';\n}\n"],"names":[],"mappings":";;;;AAAgB,SAAA,gBAAgB,CAC5B,IAAuC,EACvC,QAA8B,EAAA;IAE9B,IAAI,IAAI,KAAK,SAAS,IAAI,IAAI,KAAK,UAAU,EAAE;AAC3C,QAAA,OAAO,QAAQ;;AAGnB,IAAA,IAAI,QAAQ,KAAK,SAAS,EAAE;AACxB,QAAA,OAAO,MAAM;;AAGjB,IAAA,OAAO,UAAU;AACrB;;;;"}
|