@alfalab/core-components-typography 6.0.1 → 6.0.2
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/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/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/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/package.json +3 -3
- 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/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/colors.css
CHANGED
|
@@ -20,63 +20,63 @@
|
|
|
20
20
|
--color-static-text-tertiary-dark: rgba(5, 8, 29, 0.38);
|
|
21
21
|
--color-static-text-tertiary-light: rgba(233, 233, 250, 0.37);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.typography__tertiary_68na9 {
|
|
24
24
|
color: var(--color-light-text-tertiary);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.typography__disabled_68na9 {
|
|
27
27
|
color: var(--color-light-text-quaternary);
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.typography__accent_68na9 {
|
|
30
30
|
color: var(--color-light-accent-primary);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.typography__primary_68na9 {
|
|
33
33
|
color: var(--color-light-text-primary);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.typography__attention_68na9 {
|
|
36
36
|
color: var(--color-light-text-attention);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.typography__positive_68na9 {
|
|
39
39
|
color: var(--color-light-text-positive);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.typography__secondary_68na9 {
|
|
42
42
|
color: var(--color-light-text-secondary);
|
|
43
43
|
}
|
|
44
|
-
.typography__tertiary-
|
|
44
|
+
.typography__tertiary-inverted_68na9 {
|
|
45
45
|
color: var(--color-light-text-tertiary-inverted);
|
|
46
46
|
}
|
|
47
|
-
.typography__primary-
|
|
47
|
+
.typography__primary-inverted_68na9 {
|
|
48
48
|
color: var(--color-light-text-primary-inverted);
|
|
49
49
|
}
|
|
50
|
-
.typography__secondary-
|
|
50
|
+
.typography__secondary-inverted_68na9 {
|
|
51
51
|
color: var(--color-light-text-secondary-inverted);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.typography__link_68na9 {
|
|
54
54
|
color: var(--color-light-text-info);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.typography__negative_68na9 {
|
|
57
57
|
color: var(--color-light-text-negative);
|
|
58
58
|
}
|
|
59
|
-
.typography__static-primary-
|
|
59
|
+
.typography__static-primary-light_68na9 {
|
|
60
60
|
color: var(--color-static-text-primary-light);
|
|
61
61
|
}
|
|
62
|
-
.typography__static-secondary-
|
|
62
|
+
.typography__static-secondary-light_68na9 {
|
|
63
63
|
color: var(--color-static-text-secondary-light);
|
|
64
64
|
}
|
|
65
|
-
.typography__static-tertiary-
|
|
65
|
+
.typography__static-tertiary-light_68na9 {
|
|
66
66
|
color: var(--color-static-text-tertiary-light);
|
|
67
67
|
}
|
|
68
|
-
.typography__static-primary-
|
|
68
|
+
.typography__static-primary-dark_68na9 {
|
|
69
69
|
color: var(--color-static-text-primary-dark);
|
|
70
70
|
}
|
|
71
|
-
.typography__static-secondary-
|
|
71
|
+
.typography__static-secondary-dark_68na9 {
|
|
72
72
|
color: var(--color-static-text-secondary-dark);
|
|
73
73
|
}
|
|
74
|
-
.typography__static-tertiary-
|
|
74
|
+
.typography__static-tertiary-dark_68na9 {
|
|
75
75
|
color: var(--color-static-text-tertiary-dark);
|
|
76
76
|
}
|
|
77
|
-
.typography__static-
|
|
77
|
+
.typography__static-accent_68na9 {
|
|
78
78
|
color: var(--color-static-accent-primary);
|
|
79
79
|
}
|
|
80
|
-
.typography__static-
|
|
80
|
+
.typography__static-positive_68na9 {
|
|
81
81
|
color: var(--color-static-text-positive);
|
|
82
82
|
}
|
package/colors.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./colors.css');
|
|
4
4
|
|
|
5
|
-
var colors = {"tertiary":"
|
|
5
|
+
var colors = {"tertiary":"typography__tertiary_68na9","disabled":"typography__disabled_68na9","accent":"typography__accent_68na9","primary":"typography__primary_68na9","attention":"typography__attention_68na9","positive":"typography__positive_68na9","secondary":"typography__secondary_68na9","tertiary-inverted":"typography__tertiary-inverted_68na9","primary-inverted":"typography__primary-inverted_68na9","secondary-inverted":"typography__secondary-inverted_68na9","link":"typography__link_68na9","negative":"typography__negative_68na9","static-primary-light":"typography__static-primary-light_68na9","static-secondary-light":"typography__static-secondary-light_68na9","static-tertiary-light":"typography__static-tertiary-light_68na9","static-primary-dark":"typography__static-primary-dark_68na9","static-secondary-dark":"typography__static-secondary-dark_68na9","static-tertiary-dark":"typography__static-tertiary-dark_68na9","static-accent":"typography__static-accent_68na9","static-positive":"typography__static-positive_68na9"};
|
|
6
6
|
|
|
7
7
|
module.exports = colors;
|
|
8
8
|
//# sourceMappingURL=colors.module.css.js.map
|
package/esm/colors.css
CHANGED
|
@@ -20,63 +20,63 @@
|
|
|
20
20
|
--color-static-text-tertiary-dark: rgba(5, 8, 29, 0.38);
|
|
21
21
|
--color-static-text-tertiary-light: rgba(233, 233, 250, 0.37);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.typography__tertiary_68na9 {
|
|
24
24
|
color: var(--color-light-text-tertiary);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.typography__disabled_68na9 {
|
|
27
27
|
color: var(--color-light-text-quaternary);
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.typography__accent_68na9 {
|
|
30
30
|
color: var(--color-light-accent-primary);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.typography__primary_68na9 {
|
|
33
33
|
color: var(--color-light-text-primary);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.typography__attention_68na9 {
|
|
36
36
|
color: var(--color-light-text-attention);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.typography__positive_68na9 {
|
|
39
39
|
color: var(--color-light-text-positive);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.typography__secondary_68na9 {
|
|
42
42
|
color: var(--color-light-text-secondary);
|
|
43
43
|
}
|
|
44
|
-
.typography__tertiary-
|
|
44
|
+
.typography__tertiary-inverted_68na9 {
|
|
45
45
|
color: var(--color-light-text-tertiary-inverted);
|
|
46
46
|
}
|
|
47
|
-
.typography__primary-
|
|
47
|
+
.typography__primary-inverted_68na9 {
|
|
48
48
|
color: var(--color-light-text-primary-inverted);
|
|
49
49
|
}
|
|
50
|
-
.typography__secondary-
|
|
50
|
+
.typography__secondary-inverted_68na9 {
|
|
51
51
|
color: var(--color-light-text-secondary-inverted);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.typography__link_68na9 {
|
|
54
54
|
color: var(--color-light-text-info);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.typography__negative_68na9 {
|
|
57
57
|
color: var(--color-light-text-negative);
|
|
58
58
|
}
|
|
59
|
-
.typography__static-primary-
|
|
59
|
+
.typography__static-primary-light_68na9 {
|
|
60
60
|
color: var(--color-static-text-primary-light);
|
|
61
61
|
}
|
|
62
|
-
.typography__static-secondary-
|
|
62
|
+
.typography__static-secondary-light_68na9 {
|
|
63
63
|
color: var(--color-static-text-secondary-light);
|
|
64
64
|
}
|
|
65
|
-
.typography__static-tertiary-
|
|
65
|
+
.typography__static-tertiary-light_68na9 {
|
|
66
66
|
color: var(--color-static-text-tertiary-light);
|
|
67
67
|
}
|
|
68
|
-
.typography__static-primary-
|
|
68
|
+
.typography__static-primary-dark_68na9 {
|
|
69
69
|
color: var(--color-static-text-primary-dark);
|
|
70
70
|
}
|
|
71
|
-
.typography__static-secondary-
|
|
71
|
+
.typography__static-secondary-dark_68na9 {
|
|
72
72
|
color: var(--color-static-text-secondary-dark);
|
|
73
73
|
}
|
|
74
|
-
.typography__static-tertiary-
|
|
74
|
+
.typography__static-tertiary-dark_68na9 {
|
|
75
75
|
color: var(--color-static-text-tertiary-dark);
|
|
76
76
|
}
|
|
77
|
-
.typography__static-
|
|
77
|
+
.typography__static-accent_68na9 {
|
|
78
78
|
color: var(--color-static-accent-primary);
|
|
79
79
|
}
|
|
80
|
-
.typography__static-
|
|
80
|
+
.typography__static-positive_68na9 {
|
|
81
81
|
color: var(--color-static-text-positive);
|
|
82
82
|
}
|
package/esm/colors.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './colors.css';
|
|
2
2
|
|
|
3
|
-
var colors = {"tertiary":"
|
|
3
|
+
var colors = {"tertiary":"typography__tertiary_68na9","disabled":"typography__disabled_68na9","accent":"typography__accent_68na9","primary":"typography__primary_68na9","attention":"typography__attention_68na9","positive":"typography__positive_68na9","secondary":"typography__secondary_68na9","tertiary-inverted":"typography__tertiary-inverted_68na9","primary-inverted":"typography__primary-inverted_68na9","secondary-inverted":"typography__secondary-inverted_68na9","link":"typography__link_68na9","negative":"typography__negative_68na9","static-primary-light":"typography__static-primary-light_68na9","static-secondary-light":"typography__static-secondary-light_68na9","static-tertiary-light":"typography__static-tertiary-light_68na9","static-primary-dark":"typography__static-primary-dark_68na9","static-secondary-dark":"typography__static-secondary-dark_68na9","static-tertiary-dark":"typography__static-tertiary-dark_68na9","static-accent":"typography__static-accent_68na9","static-positive":"typography__static-positive_68na9"};
|
|
4
4
|
|
|
5
5
|
export { colors as default };
|
|
6
6
|
//# sourceMappingURL=colors.module.css.js.map
|
package/esm/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_9ra3f {
|
|
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_9ra3f {
|
|
17
17
|
margin: var(--gap-0);
|
|
18
18
|
padding: var(--gap-0);
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.typography__paragraphWithMargins_9ra3f {
|
|
21
21
|
padding: var(--gap-0);
|
|
22
22
|
margin: var(--text-paragraph-margin-bottom);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.typography__component_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
31
31
|
font-weight: 700;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.typography__component_9ra3f.typography__medium_9ra3f {
|
|
34
34
|
font-weight: 500;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.typography__caps_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
45
45
|
font-weight: 700;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.typography__caps_9ra3f.typography__medium_9ra3f {
|
|
48
48
|
font-weight: 500;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.typography__tagline_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
59
59
|
font-weight: 700;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
.typography__tagline_9ra3f.typography__medium_9ra3f {
|
|
62
62
|
font-weight: 500;
|
|
63
63
|
}
|
|
64
|
-
.typography__primary-
|
|
64
|
+
.typography__primary-large_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
71
71
|
font-weight: 700;
|
|
72
72
|
}
|
|
73
|
-
.typography__primary-
|
|
73
|
+
.typography__primary-large_9ra3f.typography__medium_9ra3f {
|
|
74
74
|
font-weight: 500;
|
|
75
75
|
}
|
|
76
|
-
.typography__primary-
|
|
76
|
+
.typography__primary-medium_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
83
83
|
font-weight: 700;
|
|
84
84
|
}
|
|
85
|
-
.typography__primary-
|
|
85
|
+
.typography__primary-medium_9ra3f.typography__medium_9ra3f {
|
|
86
86
|
font-weight: 500;
|
|
87
87
|
}
|
|
88
|
-
.typography__primary-
|
|
88
|
+
.typography__primary-small_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
95
95
|
font-weight: 700;
|
|
96
96
|
}
|
|
97
|
-
.typography__primary-
|
|
97
|
+
.typography__primary-small_9ra3f.typography__medium_9ra3f {
|
|
98
98
|
font-weight: 500;
|
|
99
99
|
}
|
|
100
|
-
.typography__component-
|
|
100
|
+
.typography__component-primary_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
107
107
|
font-weight: 700;
|
|
108
108
|
}
|
|
109
|
-
.typography__component-
|
|
109
|
+
.typography__component-primary_9ra3f.typography__medium_9ra3f {
|
|
110
110
|
font-weight: 500;
|
|
111
111
|
}
|
|
112
|
-
.typography__secondary-
|
|
112
|
+
.typography__secondary-large_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
119
119
|
font-weight: 700;
|
|
120
120
|
}
|
|
121
|
-
.typography__secondary-
|
|
121
|
+
.typography__secondary-large_9ra3f.typography__medium_9ra3f {
|
|
122
122
|
font-weight: 500;
|
|
123
123
|
}
|
|
124
|
-
.typography__secondary-
|
|
124
|
+
.typography__secondary-medium_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
131
131
|
font-weight: 700;
|
|
132
132
|
}
|
|
133
|
-
.typography__secondary-
|
|
133
|
+
.typography__secondary-medium_9ra3f.typography__medium_9ra3f {
|
|
134
134
|
font-weight: 500;
|
|
135
135
|
}
|
|
136
|
-
.typography__secondary-
|
|
136
|
+
.typography__secondary-small_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
143
143
|
font-weight: 700;
|
|
144
144
|
}
|
|
145
|
-
.typography__secondary-
|
|
145
|
+
.typography__secondary-small_9ra3f.typography__medium_9ra3f {
|
|
146
146
|
font-weight: 500;
|
|
147
147
|
}
|
|
148
|
-
.typography__component-
|
|
148
|
+
.typography__component-secondary_9ra3f {
|
|
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_9ra3f.typography__bold_9ra3f {
|
|
155
155
|
font-weight: 700;
|
|
156
156
|
}
|
|
157
|
-
.typography__component-
|
|
157
|
+
.typography__component-secondary_9ra3f.typography__medium_9ra3f {
|
|
158
158
|
font-weight: 500;
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
.typography__rowLimit1_9ra3f {
|
|
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_9ra3f {
|
|
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_9ra3f {
|
|
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_9ra3f {
|
|
180
180
|
font-feature-settings: "tnum";
|
|
181
181
|
font-variant-numeric: tabular-nums;
|
|
182
182
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"transparent":"
|
|
3
|
+
var styles = {"transparent":"typography__transparent_9ra3f","paragraph":"typography__paragraph_9ra3f","paragraphWithMargins":"typography__paragraphWithMargins_9ra3f","component":"typography__component_9ra3f","bold":"typography__bold_9ra3f","medium":"typography__medium_9ra3f","caps":"typography__caps_9ra3f","tagline":"typography__tagline_9ra3f","primary-large":"typography__primary-large_9ra3f","primary-medium":"typography__primary-medium_9ra3f","primary-small":"typography__primary-small_9ra3f","component-primary":"typography__component-primary_9ra3f","secondary-large":"typography__secondary-large_9ra3f","secondary-medium":"typography__secondary-medium_9ra3f","secondary-small":"typography__secondary-small_9ra3f","component-secondary":"typography__component-secondary_9ra3f","rowLimit1":"typography__rowLimit1_9ra3f","rowLimit2":"typography__rowLimit2_9ra3f","rowLimit3":"typography__rowLimit3_9ra3f","monospace":"typography__monospace_9ra3f"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/title/common.css
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.typography__transparent_8hyq2 {
|
|
5
5
|
opacity: 0;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.typography__component_8hyq2 {
|
|
8
8
|
margin: var(--gap-0);
|
|
9
9
|
padding: var(--gap-0);
|
|
10
10
|
}
|
|
11
|
-
.
|
|
11
|
+
.typography__rowLimit1_8hyq2 {
|
|
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_8hyq2 {
|
|
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_8hyq2 {
|
|
25
25
|
-webkit-line-clamp: 3;
|
|
26
26
|
display: -webkit-box;
|
|
27
27
|
-webkit-box-orient: vertical;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './common.css';
|
|
2
2
|
|
|
3
|
-
var commonStyles = {"transparent":"
|
|
3
|
+
var commonStyles = {"transparent":"typography__transparent_8hyq2","component":"typography__component_8hyq2","rowLimit1":"typography__rowLimit1_8hyq2","rowLimit2":"typography__rowLimit2_8hyq2","rowLimit3":"typography__rowLimit3_8hyq2"};
|
|
4
4
|
|
|
5
5
|
export { commonStyles as default };
|
|
6
6
|
//# sourceMappingURL=common.module.css.js.map
|
package/esm/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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
60
60
|
font-feature-settings: 'ss01';
|
|
61
61
|
font-family: var(--font-family-styrene);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.typography__medium_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8 {
|
|
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_1b3u8.typography__font_1b3u8 {
|
|
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_1b3u8.typography__margins-xlarge_1b3u8 {
|
|
139
139
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
.typography__component_1b3u8.typography__margins-large_1b3u8 {
|
|
142
142
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
.typography__component_1b3u8.typography__margins-medium_1b3u8 {
|
|
145
145
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.typography__component_1b3u8.typography__margins-small_1b3u8 {
|
|
148
148
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.typography__component_1b3u8.typography__margins-xsmall_1b3u8 {
|
|
151
151
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
152
152
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"xlarge":"
|
|
3
|
+
var styles = {"xlarge":"typography__xlarge_1b3u8","font":"typography__font_1b3u8","regular-xlarge":"typography__regular-xlarge_1b3u8","large":"typography__large_1b3u8","regular-large":"typography__regular-large_1b3u8","medium":"typography__medium_1b3u8","regular-medium":"typography__regular-medium_1b3u8","small":"typography__small_1b3u8","regular-small":"typography__regular-small_1b3u8","xsmall":"typography__xsmall_1b3u8","regular-xsmall":"typography__regular-xsmall_1b3u8","component":"typography__component_1b3u8","margins-xlarge":"typography__margins-xlarge_1b3u8","margins-large":"typography__margins-large_1b3u8","margins-medium":"typography__margins-medium_1b3u8","margins-small":"typography__margins-small_1b3u8","margins-xsmall":"typography__margins-xsmall_1b3u8"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|