@alfalab/core-components-typography 3.2.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/colors.css +20 -20
- package/colors.module-1c06b16d.js +6 -0
- package/common.module-00fb3f71.js +6 -0
- package/component.js +2 -2
- package/cssm/text/component.d.ts +1 -1
- package/cssm/title-responsive/index.module.css +14 -64
- package/esm/colors.css +20 -20
- package/esm/colors.module-d9f55bc3.js +4 -0
- package/esm/common.module-39c4c6a5.js +4 -0
- package/esm/component.js +2 -2
- package/esm/index.js +2 -2
- package/esm/text/component.d.ts +1 -1
- package/esm/text/component.js +2 -2
- package/esm/text/index.css +18 -19
- package/esm/text/index.js +1 -1
- package/esm/title/common.css +5 -5
- package/esm/title/component.js +1 -1
- package/esm/title/index.css +19 -19
- package/esm/title/index.js +3 -3
- package/esm/title-mobile/component.js +3 -3
- package/esm/title-mobile/index.css +11 -11
- package/esm/title-mobile/index.js +2 -2
- package/esm/title-responsive/component.js +3 -3
- package/esm/title-responsive/index.css +44 -94
- package/esm/title-responsive/index.js +2 -2
- package/index.js +2 -2
- package/modern/colors.css +20 -20
- package/modern/colors.module-d0f9b310.js +4 -0
- package/modern/common.module-47d6bc91.js +4 -0
- package/modern/component.js +2 -2
- package/modern/index.js +2 -2
- package/modern/text/component.d.ts +1 -1
- package/modern/text/component.js +2 -2
- package/modern/text/index.css +18 -19
- package/modern/text/index.js +1 -1
- package/modern/title/common.css +5 -5
- package/modern/title/component.js +1 -1
- package/modern/title/index.css +19 -19
- package/modern/title/index.js +3 -3
- package/modern/title-mobile/component.js +3 -3
- package/modern/title-mobile/index.css +11 -11
- package/modern/title-mobile/index.js +2 -2
- package/modern/title-responsive/component.js +3 -3
- package/modern/title-responsive/index.css +44 -94
- package/modern/title-responsive/index.js +2 -2
- package/package.json +1 -4
- package/src/colors.module.css +79 -0
- package/src/colors.ts +23 -0
- package/src/component.tsx +19 -0
- package/src/index.ts +5 -0
- package/src/margins.module.css +11 -0
- package/src/presets.ts +17 -0
- package/src/text/component.tsx +116 -0
- package/src/text/index.module.css +76 -0
- package/src/text/index.ts +1 -0
- package/src/title/common.module.css +16 -0
- package/src/title/component.tsx +105 -0
- package/src/title/index.module.css +75 -0
- package/src/title/index.tsx +17 -0
- package/src/title-mobile/component.tsx +16 -0
- package/src/title-mobile/index.module.css +42 -0
- package/src/title-mobile/index.tsx +1 -0
- package/src/title-responsive/component.tsx +14 -0
- package/src/title-responsive/index.module.css +126 -0
- package/src/title-responsive/index.tsx +1 -0
- package/src/types.ts +1 -0
- package/text/component.d.ts +1 -1
- package/text/component.js +2 -2
- package/text/index.css +18 -19
- package/text/index.js +1 -1
- package/title/common.css +5 -5
- package/title/component.js +1 -1
- package/title/index.css +19 -19
- package/title/index.js +3 -3
- package/title-mobile/component.js +3 -3
- package/title-mobile/index.css +11 -11
- package/title-mobile/index.js +2 -2
- package/title-responsive/component.js +3 -3
- package/title-responsive/index.css +44 -94
- package/title-responsive/index.js +2 -2
- package/colors.module-5ace86c0.js +0 -6
- package/common.module-141e6c42.js +0 -6
- package/esm/colors.module-5c7093c3.js +0 -4
- package/esm/common.module-b1986a07.js +0 -4
- package/modern/colors.module-fb1ac5bf.js +0 -4
- package/modern/common.module-3dd593c8.js +0 -4
- package/send-stats.js +0 -82
package/colors.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: xlwka */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-text-accent: #ef3124;
|
|
@@ -33,42 +33,42 @@
|
|
|
33
33
|
} :root {
|
|
34
34
|
} :root {
|
|
35
35
|
} :root {
|
|
36
|
-
} /* colors */ .
|
|
36
|
+
} /* colors */ .typography__tertiary_j1wcp {
|
|
37
37
|
color: var(--color-light-text-tertiary);
|
|
38
|
-
} .
|
|
38
|
+
} .typography__disabled_j1wcp {
|
|
39
39
|
color: var(--color-light-text-disabled);
|
|
40
|
-
} .
|
|
40
|
+
} .typography__accent_j1wcp {
|
|
41
41
|
color: var(--color-light-text-accent);
|
|
42
|
-
} .
|
|
42
|
+
} .typography__primary_j1wcp {
|
|
43
43
|
color: var(--color-light-text-primary);
|
|
44
|
-
} .
|
|
44
|
+
} .typography__attention_j1wcp {
|
|
45
45
|
color: var(--color-light-text-attention);
|
|
46
|
-
} .
|
|
46
|
+
} .typography__positive_j1wcp {
|
|
47
47
|
color: var(--color-light-text-positive);
|
|
48
|
-
} .
|
|
48
|
+
} .typography__secondary_j1wcp {
|
|
49
49
|
color: var(--color-light-text-secondary);
|
|
50
|
-
} .typography__tertiary-
|
|
50
|
+
} .typography__tertiary-inverted_j1wcp {
|
|
51
51
|
color: var(--color-light-text-tertiary-inverted);
|
|
52
|
-
} .typography__primary-
|
|
52
|
+
} .typography__primary-inverted_j1wcp {
|
|
53
53
|
color: var(--color-light-text-primary-inverted);
|
|
54
|
-
} .typography__secondary-
|
|
54
|
+
} .typography__secondary-inverted_j1wcp {
|
|
55
55
|
color: var(--color-light-text-secondary-inverted);
|
|
56
|
-
} .
|
|
56
|
+
} .typography__link_j1wcp {
|
|
57
57
|
color: var(--color-light-text-link);
|
|
58
|
-
} .
|
|
58
|
+
} .typography__negative_j1wcp {
|
|
59
59
|
color: var(--color-light-text-negative);
|
|
60
|
-
} .typography__static-primary-
|
|
60
|
+
} .typography__static-primary-light_j1wcp {
|
|
61
61
|
color: var(--color-static-text-primary-light);
|
|
62
|
-
} .typography__static-secondary-
|
|
62
|
+
} .typography__static-secondary-light_j1wcp {
|
|
63
63
|
color: var(--color-static-text-secondary-light);
|
|
64
|
-
} .typography__static-tertiary-
|
|
64
|
+
} .typography__static-tertiary-light_j1wcp {
|
|
65
65
|
color: var(--color-static-text-tertiary-light);
|
|
66
|
-
} .typography__static-primary-
|
|
66
|
+
} .typography__static-primary-dark_j1wcp {
|
|
67
67
|
color: var(--color-static-text-primary-dark);
|
|
68
|
-
} .typography__static-secondary-
|
|
68
|
+
} .typography__static-secondary-dark_j1wcp {
|
|
69
69
|
color: var(--color-static-text-secondary-dark);
|
|
70
|
-
} .typography__static-tertiary-
|
|
70
|
+
} .typography__static-tertiary-dark_j1wcp {
|
|
71
71
|
color: var(--color-static-text-tertiary-dark);
|
|
72
|
-
} .typography__static-
|
|
72
|
+
} .typography__static-accent_j1wcp {
|
|
73
73
|
color: var(--color-static-text-accent);
|
|
74
74
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var colors = {"tertiary":"typography__tertiary_j1wcp","disabled":"typography__disabled_j1wcp","accent":"typography__accent_j1wcp","primary":"typography__primary_j1wcp","attention":"typography__attention_j1wcp","positive":"typography__positive_j1wcp","secondary":"typography__secondary_j1wcp","tertiary-inverted":"typography__tertiary-inverted_j1wcp","primary-inverted":"typography__primary-inverted_j1wcp","secondary-inverted":"typography__secondary-inverted_j1wcp","link":"typography__link_j1wcp","negative":"typography__negative_j1wcp","static-primary-light":"typography__static-primary-light_j1wcp","static-secondary-light":"typography__static-secondary-light_j1wcp","static-tertiary-light":"typography__static-tertiary-light_j1wcp","static-primary-dark":"typography__static-primary-dark_j1wcp","static-secondary-dark":"typography__static-secondary-dark_j1wcp","static-tertiary-dark":"typography__static-tertiary-dark_j1wcp","static-accent":"typography__static-accent_j1wcp"};
|
|
4
|
+
require('./colors.css')
|
|
5
|
+
|
|
6
|
+
exports.colors = colors;
|
package/component.js
CHANGED
|
@@ -9,9 +9,9 @@ var titleResponsive_component = require('./title-responsive/component.js');
|
|
|
9
9
|
require('tslib');
|
|
10
10
|
require('react');
|
|
11
11
|
require('classnames');
|
|
12
|
-
require('./colors.module-
|
|
12
|
+
require('./colors.module-1c06b16d.js');
|
|
13
13
|
require('./title/component.js');
|
|
14
|
-
require('./common.module-
|
|
14
|
+
require('./common.module-00fb3f71.js');
|
|
15
15
|
|
|
16
16
|
var Typography = {
|
|
17
17
|
Title: title_index.Title,
|
package/cssm/text/component.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { TextElementType } from "../types";
|
|
|
6
6
|
type NativeProps = HTMLAttributes<HTMLSpanElement>;
|
|
7
7
|
type TextBaseProps = {
|
|
8
8
|
/**
|
|
9
|
-
* [Вариант начертания](https://core-ds.github.io/core-components/master/?path=/docs/
|
|
9
|
+
* [Вариант начертания](https://core-ds.github.io/core-components/master/?path=/docs/tokens-assets-типографика--docs)
|
|
10
10
|
*/
|
|
11
11
|
view?: 'primary-large' | 'primary-medium' | 'primary-small' | 'secondary-large' | 'secondary-medium' | 'secondary-small' | 'component' | 'caps';
|
|
12
12
|
/**
|
|
@@ -50,25 +50,25 @@
|
|
|
50
50
|
font-feature-settings: 'ss01';
|
|
51
51
|
font-family: var(--font-family-styrene);
|
|
52
52
|
} .system-xlarge {
|
|
53
|
+
font-size: 34px;
|
|
54
|
+
line-height: 40px;
|
|
55
|
+
font-weight: 600;
|
|
56
|
+
} .system-large {
|
|
53
57
|
font-size: 30px;
|
|
54
58
|
line-height: 36px;
|
|
55
|
-
font-weight:
|
|
56
|
-
} .system-large {
|
|
57
|
-
font-size: 22px;
|
|
58
|
-
line-height: 26px;
|
|
59
|
-
font-weight: 700;
|
|
59
|
+
font-weight: 600;
|
|
60
60
|
} .system-medium {
|
|
61
|
-
font-size:
|
|
62
|
-
line-height:
|
|
63
|
-
font-weight:
|
|
61
|
+
font-size: 26px;
|
|
62
|
+
line-height: 32px;
|
|
63
|
+
font-weight: 600;
|
|
64
64
|
} .system-small {
|
|
65
|
-
font-size:
|
|
66
|
-
line-height:
|
|
67
|
-
font-weight:
|
|
65
|
+
font-size: 20px;
|
|
66
|
+
line-height: 28px;
|
|
67
|
+
font-weight: 600;
|
|
68
68
|
} .system-xsmall {
|
|
69
|
-
font-size:
|
|
70
|
-
line-height:
|
|
71
|
-
font-weight:
|
|
69
|
+
font-size: 16px;
|
|
70
|
+
line-height: 20px;
|
|
71
|
+
font-weight: 600;
|
|
72
72
|
} .margins-xlarge {
|
|
73
73
|
margin: 0 0 var(--gap-xl);
|
|
74
74
|
} .margins-large {
|
|
@@ -79,56 +79,6 @@
|
|
|
79
79
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
80
80
|
} .margins-xsmall {
|
|
81
81
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
82
|
-
} @media screen and (min-width: 600px) {
|
|
83
|
-
.system-xlarge {
|
|
84
|
-
font-size: 40px;
|
|
85
|
-
line-height: 48px;
|
|
86
|
-
font-weight: 700;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.system-large {
|
|
90
|
-
font-size: 30px;
|
|
91
|
-
line-height: 36px;
|
|
92
|
-
font-weight: 700;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.system-medium {
|
|
96
|
-
font-size: 22px;
|
|
97
|
-
line-height: 26px;
|
|
98
|
-
font-weight: 700;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.system-small {
|
|
102
|
-
font-size: 22px;
|
|
103
|
-
line-height: 26px;
|
|
104
|
-
font-weight: 700;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.system-xsmall {
|
|
108
|
-
font-size: 18px;
|
|
109
|
-
line-height: 22px;
|
|
110
|
-
font-weight: 700;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.margins-xlarge {
|
|
114
|
-
margin: 0 0 var(--gap-xl);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.margins-large {
|
|
118
|
-
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.margins-medium {
|
|
122
|
-
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.margins-small {
|
|
126
|
-
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.margins-xsmall {
|
|
130
|
-
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
131
|
-
}
|
|
132
82
|
} @media screen and (min-width: 1024px) {
|
|
133
83
|
.styrene-xlarge {
|
|
134
84
|
font-size: 48px;
|
package/esm/colors.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: xlwka */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root {
|
|
4
4
|
--color-light-text-accent: #ef3124;
|
|
@@ -33,42 +33,42 @@
|
|
|
33
33
|
} :root {
|
|
34
34
|
} :root {
|
|
35
35
|
} :root {
|
|
36
|
-
} /* colors */ .
|
|
36
|
+
} /* colors */ .typography__tertiary_j1wcp {
|
|
37
37
|
color: var(--color-light-text-tertiary);
|
|
38
|
-
} .
|
|
38
|
+
} .typography__disabled_j1wcp {
|
|
39
39
|
color: var(--color-light-text-disabled);
|
|
40
|
-
} .
|
|
40
|
+
} .typography__accent_j1wcp {
|
|
41
41
|
color: var(--color-light-text-accent);
|
|
42
|
-
} .
|
|
42
|
+
} .typography__primary_j1wcp {
|
|
43
43
|
color: var(--color-light-text-primary);
|
|
44
|
-
} .
|
|
44
|
+
} .typography__attention_j1wcp {
|
|
45
45
|
color: var(--color-light-text-attention);
|
|
46
|
-
} .
|
|
46
|
+
} .typography__positive_j1wcp {
|
|
47
47
|
color: var(--color-light-text-positive);
|
|
48
|
-
} .
|
|
48
|
+
} .typography__secondary_j1wcp {
|
|
49
49
|
color: var(--color-light-text-secondary);
|
|
50
|
-
} .typography__tertiary-
|
|
50
|
+
} .typography__tertiary-inverted_j1wcp {
|
|
51
51
|
color: var(--color-light-text-tertiary-inverted);
|
|
52
|
-
} .typography__primary-
|
|
52
|
+
} .typography__primary-inverted_j1wcp {
|
|
53
53
|
color: var(--color-light-text-primary-inverted);
|
|
54
|
-
} .typography__secondary-
|
|
54
|
+
} .typography__secondary-inverted_j1wcp {
|
|
55
55
|
color: var(--color-light-text-secondary-inverted);
|
|
56
|
-
} .
|
|
56
|
+
} .typography__link_j1wcp {
|
|
57
57
|
color: var(--color-light-text-link);
|
|
58
|
-
} .
|
|
58
|
+
} .typography__negative_j1wcp {
|
|
59
59
|
color: var(--color-light-text-negative);
|
|
60
|
-
} .typography__static-primary-
|
|
60
|
+
} .typography__static-primary-light_j1wcp {
|
|
61
61
|
color: var(--color-static-text-primary-light);
|
|
62
|
-
} .typography__static-secondary-
|
|
62
|
+
} .typography__static-secondary-light_j1wcp {
|
|
63
63
|
color: var(--color-static-text-secondary-light);
|
|
64
|
-
} .typography__static-tertiary-
|
|
64
|
+
} .typography__static-tertiary-light_j1wcp {
|
|
65
65
|
color: var(--color-static-text-tertiary-light);
|
|
66
|
-
} .typography__static-primary-
|
|
66
|
+
} .typography__static-primary-dark_j1wcp {
|
|
67
67
|
color: var(--color-static-text-primary-dark);
|
|
68
|
-
} .typography__static-secondary-
|
|
68
|
+
} .typography__static-secondary-dark_j1wcp {
|
|
69
69
|
color: var(--color-static-text-secondary-dark);
|
|
70
|
-
} .typography__static-tertiary-
|
|
70
|
+
} .typography__static-tertiary-dark_j1wcp {
|
|
71
71
|
color: var(--color-static-text-tertiary-dark);
|
|
72
|
-
} .typography__static-
|
|
72
|
+
} .typography__static-accent_j1wcp {
|
|
73
73
|
color: var(--color-static-text-accent);
|
|
74
74
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var colors = {"tertiary":"typography__tertiary_j1wcp","disabled":"typography__disabled_j1wcp","accent":"typography__accent_j1wcp","primary":"typography__primary_j1wcp","attention":"typography__attention_j1wcp","positive":"typography__positive_j1wcp","secondary":"typography__secondary_j1wcp","tertiary-inverted":"typography__tertiary-inverted_j1wcp","primary-inverted":"typography__primary-inverted_j1wcp","secondary-inverted":"typography__secondary-inverted_j1wcp","link":"typography__link_j1wcp","negative":"typography__negative_j1wcp","static-primary-light":"typography__static-primary-light_j1wcp","static-secondary-light":"typography__static-secondary-light_j1wcp","static-tertiary-light":"typography__static-tertiary-light_j1wcp","static-primary-dark":"typography__static-primary-dark_j1wcp","static-secondary-dark":"typography__static-secondary-dark_j1wcp","static-tertiary-dark":"typography__static-tertiary-dark_j1wcp","static-accent":"typography__static-accent_j1wcp"};
|
|
2
|
+
require('./colors.css')
|
|
3
|
+
|
|
4
|
+
export { colors as c };
|
package/esm/component.js
CHANGED
|
@@ -5,9 +5,9 @@ import { TitleResponsive } from './title-responsive/component.js';
|
|
|
5
5
|
import 'tslib';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
|
-
import './colors.module-
|
|
8
|
+
import './colors.module-d9f55bc3.js';
|
|
9
9
|
import './title/component.js';
|
|
10
|
-
import './common.module-
|
|
10
|
+
import './common.module-39c4c6a5.js';
|
|
11
11
|
|
|
12
12
|
var Typography = {
|
|
13
13
|
Title: Title,
|
package/esm/index.js
CHANGED
|
@@ -4,9 +4,9 @@ import './text/component.js';
|
|
|
4
4
|
import 'tslib';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'classnames';
|
|
7
|
-
import './colors.module-
|
|
7
|
+
import './colors.module-d9f55bc3.js';
|
|
8
8
|
import './title/index.js';
|
|
9
9
|
import './title/component.js';
|
|
10
|
-
import './common.module-
|
|
10
|
+
import './common.module-39c4c6a5.js';
|
|
11
11
|
import './title-mobile/component.js';
|
|
12
12
|
import './title-responsive/component.js';
|
package/esm/text/component.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { TextElementType } from "../types";
|
|
|
6
6
|
type NativeProps = HTMLAttributes<HTMLSpanElement>;
|
|
7
7
|
type TextBaseProps = {
|
|
8
8
|
/**
|
|
9
|
-
* [Вариант начертания](https://core-ds.github.io/core-components/master/?path=/docs/
|
|
9
|
+
* [Вариант начертания](https://core-ds.github.io/core-components/master/?path=/docs/tokens-assets-типографика--docs)
|
|
10
10
|
*/
|
|
11
11
|
view?: 'primary-large' | 'primary-medium' | 'primary-small' | 'secondary-large' | 'secondary-medium' | 'secondary-small' | 'component' | 'caps';
|
|
12
12
|
/**
|
package/esm/text/component.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import { c as colors } from '../colors.module-
|
|
4
|
+
import { c as colors } from '../colors.module-d9f55bc3.js';
|
|
5
5
|
|
|
6
|
-
var styles = {"paragraph":"
|
|
6
|
+
var styles = {"paragraph":"typography__paragraph_pm003","paragraphWithMargins":"typography__paragraphWithMargins_pm003","primary-large":"typography__primary-large_pm003","primary-medium":"typography__primary-medium_pm003","primary-small":"typography__primary-small_pm003","secondary-large":"typography__secondary-large_pm003","secondary-medium":"typography__secondary-medium_pm003","secondary-small":"typography__secondary-small_pm003","component":"typography__component_pm003","caps":"typography__caps_pm003","bold":"typography__bold_pm003","medium":"typography__medium_pm003","regular":"typography__regular_pm003","monospace":"typography__monospace_pm003","rowLimit1":"typography__rowLimit1_pm003","rowLimit2":"typography__rowLimit2_pm003","rowLimit3":"typography__rowLimit3_pm003"};
|
|
7
7
|
require('./index.css')
|
|
8
8
|
|
|
9
9
|
var Text = forwardRef(function (_a, ref) {
|
package/esm/text/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1o1yf */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -17,67 +17,66 @@
|
|
|
17
17
|
} :root {
|
|
18
18
|
} :root {
|
|
19
19
|
--text-paragraph-margin-bottom: 0 0 var(--gap-s);
|
|
20
|
-
} .
|
|
20
|
+
} .typography__paragraph_pm003 {
|
|
21
21
|
margin: 0;
|
|
22
22
|
padding: 0;
|
|
23
|
-
} .
|
|
23
|
+
} .typography__paragraphWithMargins_pm003 {
|
|
24
24
|
padding: 0;
|
|
25
25
|
margin: var(--text-paragraph-margin-bottom);
|
|
26
|
-
} .typography__primary-
|
|
26
|
+
} .typography__primary-large_pm003 {
|
|
27
27
|
font-size: 18px;
|
|
28
28
|
line-height: 24px;
|
|
29
29
|
font-weight: 400;
|
|
30
|
-
} .typography__primary-
|
|
30
|
+
} .typography__primary-medium_pm003 {
|
|
31
31
|
font-size: 16px;
|
|
32
32
|
line-height: 24px;
|
|
33
33
|
font-weight: 400;
|
|
34
|
-
} .typography__primary-
|
|
34
|
+
} .typography__primary-small_pm003 {
|
|
35
35
|
font-size: 14px;
|
|
36
36
|
line-height: 20px;
|
|
37
37
|
font-weight: 400;
|
|
38
|
-
} .typography__secondary-
|
|
38
|
+
} .typography__secondary-large_pm003 {
|
|
39
39
|
font-size: 13px;
|
|
40
40
|
line-height: 16px;
|
|
41
41
|
font-weight: 400;
|
|
42
|
-
} .typography__secondary-
|
|
42
|
+
} .typography__secondary-medium_pm003 {
|
|
43
43
|
font-size: 12px;
|
|
44
44
|
line-height: 16px;
|
|
45
45
|
font-weight: 400;
|
|
46
|
-
} .typography__secondary-
|
|
46
|
+
} .typography__secondary-small_pm003 {
|
|
47
47
|
font-size: 11px;
|
|
48
48
|
line-height: 16px;
|
|
49
49
|
font-weight: 400;
|
|
50
|
-
} .
|
|
50
|
+
} .typography__component_pm003 {
|
|
51
51
|
font-size: 16px;
|
|
52
52
|
line-height: 20px;
|
|
53
53
|
font-weight: 400;
|
|
54
|
-
} .
|
|
54
|
+
} .typography__caps_pm003 {
|
|
55
55
|
font-size: 12px;
|
|
56
56
|
line-height: 16px;
|
|
57
57
|
font-weight: 500;
|
|
58
58
|
letter-spacing: 1.25px;
|
|
59
59
|
text-transform: uppercase;
|
|
60
|
-
} .
|
|
60
|
+
} .typography__bold_pm003 {
|
|
61
61
|
font-weight: bold;
|
|
62
|
-
} .
|
|
62
|
+
} .typography__medium_pm003 {
|
|
63
63
|
font-weight: 500;
|
|
64
|
-
} .
|
|
64
|
+
} .typography__regular_pm003 {
|
|
65
65
|
font-weight: normal;
|
|
66
|
-
} .
|
|
67
|
-
font-feature-settings: "tnum";
|
|
66
|
+
} .typography__monospace_pm003 {
|
|
68
67
|
font-variant-numeric: tabular-nums;
|
|
69
|
-
} .
|
|
68
|
+
} .typography__rowLimit1_pm003 {
|
|
70
69
|
-webkit-line-clamp: 1;
|
|
71
70
|
display: -webkit-box;
|
|
72
71
|
-webkit-box-orient: vertical;
|
|
73
72
|
overflow: hidden;
|
|
74
73
|
word-break: break-all;
|
|
75
|
-
} .
|
|
74
|
+
} .typography__rowLimit2_pm003 {
|
|
76
75
|
-webkit-line-clamp: 2;
|
|
77
76
|
display: -webkit-box;
|
|
78
77
|
-webkit-box-orient: vertical;
|
|
79
78
|
overflow: hidden;
|
|
80
|
-
} .
|
|
79
|
+
} .typography__rowLimit3_pm003 {
|
|
81
80
|
-webkit-line-clamp: 3;
|
|
82
81
|
display: -webkit-box;
|
|
83
82
|
-webkit-box-orient: vertical;
|
package/esm/text/index.js
CHANGED
package/esm/title/common.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
.
|
|
1
|
+
/* hash: 7cyus */
|
|
2
|
+
.typography__component_n0ewz {
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
.typography__component_n0ewz.typography__bold_n0ewz {
|
|
7
7
|
font-weight: bold;
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.typography__component_n0ewz.typography__medium_n0ewz {
|
|
10
10
|
font-weight: 500;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.typography__component_n0ewz.typography__regular_n0ewz {
|
|
13
13
|
font-weight: normal;
|
|
14
14
|
}
|
package/esm/title/component.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import { c as colors } from '../colors.module-
|
|
4
|
+
import { c as colors } from '../colors.module-d9f55bc3.js';
|
|
5
5
|
|
|
6
6
|
var Title = forwardRef(function (_a, ref) {
|
|
7
7
|
var _b;
|
package/esm/title/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1jvl1 */
|
|
2
2
|
:root {
|
|
3
3
|
} /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
4
4
|
} :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
@@ -20,78 +20,78 @@
|
|
|
20
20
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
21
21
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
22
22
|
} :root {
|
|
23
|
-
} .typography__styrene-
|
|
23
|
+
} .typography__styrene-xlarge_1mab3 {
|
|
24
24
|
font-size: 48px;
|
|
25
25
|
line-height: 64px;
|
|
26
26
|
font-weight: 500;
|
|
27
27
|
font-feature-settings: 'ss01';
|
|
28
28
|
font-family: var(--font-family-styrene);
|
|
29
|
-
} .typography__styrene-
|
|
29
|
+
} .typography__styrene-large_1mab3 {
|
|
30
30
|
font-size: 40px;
|
|
31
31
|
line-height: 48px;
|
|
32
32
|
font-weight: 500;
|
|
33
33
|
font-feature-settings: 'ss01';
|
|
34
34
|
font-family: var(--font-family-styrene);
|
|
35
|
-
} .typography__styrene-
|
|
35
|
+
} .typography__styrene-medium_1mab3 {
|
|
36
36
|
font-size: 32px;
|
|
37
37
|
line-height: 40px;
|
|
38
38
|
font-weight: 500;
|
|
39
39
|
font-feature-settings: 'ss01';
|
|
40
40
|
font-family: var(--font-family-styrene);
|
|
41
|
-
} .typography__styrene-
|
|
41
|
+
} .typography__styrene-small_1mab3 {
|
|
42
42
|
font-size: 24px;
|
|
43
43
|
line-height: 32px;
|
|
44
44
|
font-weight: 500;
|
|
45
45
|
font-feature-settings: 'ss01';
|
|
46
46
|
font-family: var(--font-family-styrene);
|
|
47
|
-
} .typography__styrene-
|
|
47
|
+
} .typography__styrene-xsmall_1mab3 {
|
|
48
48
|
font-size: 20px;
|
|
49
49
|
line-height: 24px;
|
|
50
50
|
font-weight: 500;
|
|
51
51
|
font-feature-settings: 'ss01';
|
|
52
52
|
font-family: var(--font-family-styrene);
|
|
53
|
-
} .typography__system-
|
|
53
|
+
} .typography__system-xlarge_1mab3 {
|
|
54
54
|
font-size: 48px;
|
|
55
55
|
line-height: 52px;
|
|
56
56
|
font-weight: 700;
|
|
57
|
-
} .typography__system-
|
|
57
|
+
} .typography__system-large_1mab3 {
|
|
58
58
|
font-size: 40px;
|
|
59
59
|
line-height: 48px;
|
|
60
60
|
font-weight: 700;
|
|
61
|
-
} .typography__system-
|
|
61
|
+
} .typography__system-medium_1mab3 {
|
|
62
62
|
font-size: 30px;
|
|
63
63
|
line-height: 36px;
|
|
64
64
|
font-weight: 700;
|
|
65
|
-
} .typography__system-
|
|
65
|
+
} .typography__system-small_1mab3 {
|
|
66
66
|
font-size: 22px;
|
|
67
67
|
line-height: 26px;
|
|
68
68
|
font-weight: 700;
|
|
69
|
-
} .typography__system-
|
|
69
|
+
} .typography__system-xsmall_1mab3 {
|
|
70
70
|
font-size: 18px;
|
|
71
71
|
line-height: 22px;
|
|
72
72
|
font-weight: 700;
|
|
73
|
-
} .typography__margins-
|
|
73
|
+
} .typography__margins-xlarge_1mab3 {
|
|
74
74
|
margin: 0 0 var(--gap-xl);
|
|
75
|
-
} .typography__margins-
|
|
75
|
+
} .typography__margins-large_1mab3 {
|
|
76
76
|
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
77
|
-
} .typography__margins-
|
|
77
|
+
} .typography__margins-medium_1mab3 {
|
|
78
78
|
margin: var(--gap-4xl) 0 var(--gap-xl);
|
|
79
|
-
} .typography__margins-
|
|
79
|
+
} .typography__margins-small_1mab3 {
|
|
80
80
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
81
|
-
} .typography__margins-
|
|
81
|
+
} .typography__margins-xsmall_1mab3 {
|
|
82
82
|
margin: var(--gap-3xl) 0 var(--gap-m);
|
|
83
|
-
} .
|
|
83
|
+
} .typography__rowLimit1_1mab3 {
|
|
84
84
|
-webkit-line-clamp: 1;
|
|
85
85
|
display: -webkit-box;
|
|
86
86
|
-webkit-box-orient: vertical;
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
word-break: break-all;
|
|
89
|
-
} .
|
|
89
|
+
} .typography__rowLimit2_1mab3 {
|
|
90
90
|
-webkit-line-clamp: 2;
|
|
91
91
|
display: -webkit-box;
|
|
92
92
|
-webkit-box-orient: vertical;
|
|
93
93
|
overflow: hidden;
|
|
94
|
-
} .
|
|
94
|
+
} .typography__rowLimit3_1mab3 {
|
|
95
95
|
-webkit-line-clamp: 3;
|
|
96
96
|
display: -webkit-box;
|
|
97
97
|
-webkit-box-orient: vertical;
|
package/esm/title/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Title as Title$1 } from './component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-39c4c6a5.js';
|
|
5
5
|
import 'classnames';
|
|
6
|
-
import '../colors.module-
|
|
6
|
+
import '../colors.module-d9f55bc3.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"styrene-xlarge":"typography__styrene-
|
|
8
|
+
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1mab3","styrene-large":"typography__styrene-large_1mab3","styrene-medium":"typography__styrene-medium_1mab3","styrene-small":"typography__styrene-small_1mab3","styrene-xsmall":"typography__styrene-xsmall_1mab3","system-xlarge":"typography__system-xlarge_1mab3","system-large":"typography__system-large_1mab3","system-medium":"typography__system-medium_1mab3","system-small":"typography__system-small_1mab3","system-xsmall":"typography__system-xsmall_1mab3","margins-xlarge":"typography__margins-xlarge_1mab3","margins-large":"typography__margins-large_1mab3","margins-medium":"typography__margins-medium_1mab3","margins-small":"typography__margins-small_1mab3","margins-xsmall":"typography__margins-xsmall_1mab3","rowLimit1":"typography__rowLimit1_1mab3","rowLimit2":"typography__rowLimit2_1mab3","rowLimit3":"typography__rowLimit3_1mab3"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
var Title = function (props) { return (
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { Title } from '../title/component.js';
|
|
4
|
-
import { c as commonStyles } from '../common.module-
|
|
4
|
+
import { c as commonStyles } from '../common.module-39c4c6a5.js';
|
|
5
5
|
import 'classnames';
|
|
6
|
-
import '../colors.module-
|
|
6
|
+
import '../colors.module-d9f55bc3.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"styrene-xlarge":"typography__styrene-
|
|
8
|
+
var styles = {"styrene-xlarge":"typography__styrene-xlarge_1ovqs","styrene-large":"typography__styrene-large_1ovqs","styrene-medium":"typography__styrene-medium_1ovqs","styrene-small":"typography__styrene-small_1ovqs","styrene-xsmall":"typography__styrene-xsmall_1ovqs","system-xlarge":"typography__system-xlarge_1ovqs","system-large":"typography__system-large_1ovqs","system-medium":"typography__system-medium_1ovqs","system-small":"typography__system-small_1ovqs","system-xsmall":"typography__system-xsmall_1ovqs"};
|
|
9
9
|
require('./index.css')
|
|
10
10
|
|
|
11
11
|
var TitleMobile = function (props) { return (
|