@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/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
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"xlarge":"
|
|
5
|
+
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"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/title-mobile/index.css
CHANGED
|
@@ -14,123 +14,123 @@
|
|
|
14
14
|
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
15
15
|
sans-serif;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.typography__xlarge_28dno {
|
|
18
18
|
font-size: 34px;
|
|
19
19
|
line-height: 40px;
|
|
20
20
|
font-weight: 600;
|
|
21
21
|
font-family: var(--font-family-system);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.typography__xlarge_28dno.typography__font_28dno {
|
|
24
24
|
font-weight: 500;
|
|
25
25
|
font-feature-settings: 'ss01';
|
|
26
26
|
font-family: var(--font-family-styrene);
|
|
27
27
|
}
|
|
28
|
-
.typography__regular-
|
|
28
|
+
.typography__regular-xlarge_28dno {
|
|
29
29
|
font-size: 34px;
|
|
30
30
|
line-height: 40px;
|
|
31
31
|
font-weight: 400;
|
|
32
32
|
font-family: var(--font-family-system);
|
|
33
33
|
}
|
|
34
|
-
.typography__regular-
|
|
34
|
+
.typography__regular-xlarge_28dno.typography__system_28dno {
|
|
35
35
|
font-feature-settings: 'ss01';
|
|
36
36
|
font-family: var(--font-family-styrene);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.typography__large_28dno {
|
|
39
39
|
font-size: 30px;
|
|
40
40
|
line-height: 36px;
|
|
41
41
|
font-weight: 600;
|
|
42
42
|
font-family: var(--font-family-system);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.typography__large_28dno.typography__font_28dno {
|
|
45
45
|
font-weight: 500;
|
|
46
46
|
font-feature-settings: 'ss01';
|
|
47
47
|
font-family: var(--font-family-styrene);
|
|
48
48
|
}
|
|
49
|
-
.typography__regular-
|
|
49
|
+
.typography__regular-large_28dno {
|
|
50
50
|
font-size: 30px;
|
|
51
51
|
line-height: 36px;
|
|
52
52
|
font-weight: 400;
|
|
53
53
|
font-family: var(--font-family-system);
|
|
54
54
|
}
|
|
55
|
-
.typography__regular-
|
|
55
|
+
.typography__regular-large_28dno.typography__system_28dno {
|
|
56
56
|
font-feature-settings: 'ss01';
|
|
57
57
|
font-family: var(--font-family-styrene);
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.typography__medium_28dno {
|
|
60
60
|
font-size: 26px;
|
|
61
61
|
line-height: 32px;
|
|
62
62
|
font-weight: 600;
|
|
63
63
|
font-family: var(--font-family-system);
|
|
64
64
|
}
|
|
65
|
-
.
|
|
65
|
+
.typography__medium_28dno.typography__font_28dno {
|
|
66
66
|
font-weight: 500;
|
|
67
67
|
font-feature-settings: 'ss01';
|
|
68
68
|
font-family: var(--font-family-styrene);
|
|
69
69
|
}
|
|
70
|
-
.typography__regular-
|
|
70
|
+
.typography__regular-medium_28dno {
|
|
71
71
|
font-size: 26px;
|
|
72
72
|
line-height: 32px;
|
|
73
73
|
font-weight: 400;
|
|
74
74
|
font-family: var(--font-family-system);
|
|
75
75
|
}
|
|
76
|
-
.typography__regular-
|
|
76
|
+
.typography__regular-medium_28dno.typography__system_28dno {
|
|
77
77
|
font-feature-settings: 'ss01';
|
|
78
78
|
font-family: var(--font-family-styrene);
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
.typography__small_28dno {
|
|
81
81
|
font-size: 20px;
|
|
82
82
|
line-height: 28px;
|
|
83
83
|
font-weight: 600;
|
|
84
84
|
font-family: var(--font-family-system);
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.typography__small_28dno.typography__font_28dno {
|
|
87
87
|
font-weight: 500;
|
|
88
88
|
font-feature-settings: 'ss01';
|
|
89
89
|
font-family: var(--font-family-styrene);
|
|
90
90
|
}
|
|
91
|
-
.typography__regular-
|
|
91
|
+
.typography__regular-small_28dno {
|
|
92
92
|
font-size: 20px;
|
|
93
93
|
line-height: 28px;
|
|
94
94
|
font-weight: 400;
|
|
95
95
|
font-family: var(--font-family-system);
|
|
96
96
|
}
|
|
97
|
-
.typography__regular-
|
|
97
|
+
.typography__regular-small_28dno.typography__system_28dno {
|
|
98
98
|
font-feature-settings: 'ss01';
|
|
99
99
|
font-family: var(--font-family-styrene);
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.typography__xsmall_28dno {
|
|
102
102
|
font-size: 16px;
|
|
103
103
|
line-height: 20px;
|
|
104
104
|
font-weight: 600;
|
|
105
105
|
font-family: var(--font-family-system);
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
.typography__xsmall_28dno.typography__font_28dno {
|
|
108
108
|
font-weight: 500;
|
|
109
109
|
font-feature-settings: 'ss01';
|
|
110
110
|
font-family: var(--font-family-styrene);
|
|
111
111
|
}
|
|
112
|
-
.typography__regular-
|
|
112
|
+
.typography__regular-xsmall_28dno {
|
|
113
113
|
font-size: 16px;
|
|
114
114
|
line-height: 20px;
|
|
115
115
|
font-weight: 400;
|
|
116
116
|
font-family: var(--font-family-system);
|
|
117
117
|
}
|
|
118
|
-
.typography__regular-
|
|
118
|
+
.typography__regular-xsmall_28dno.typography__system_28dno {
|
|
119
119
|
font-feature-settings: 'ss01';
|
|
120
120
|
font-family: var(--font-family-styrene);
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
.typography__component_28dno.typography__margins-xlarge_28dno {
|
|
123
123
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
.typography__component_28dno.typography__margins-large_28dno {
|
|
126
126
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
.typography__component_28dno.typography__margins-medium_28dno {
|
|
129
129
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
.typography__component_28dno.typography__margins-small_28dno {
|
|
132
132
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
.typography__component_28dno .typography__margins-xsmall_28dno {
|
|
135
135
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
136
136
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"xlarge":"
|
|
5
|
+
var styles = {"xlarge":"typography__xlarge_28dno","font":"typography__font_28dno","regular-xlarge":"typography__regular-xlarge_28dno","system":"typography__system_28dno","large":"typography__large_28dno","regular-large":"typography__regular-large_28dno","medium":"typography__medium_28dno","regular-medium":"typography__regular-medium_28dno","small":"typography__small_28dno","regular-small":"typography__regular-small_28dno","xsmall":"typography__xsmall_28dno","regular-xsmall":"typography__regular-xsmall_28dno","component":"typography__component_28dno","margins-xlarge":"typography__margins-xlarge_28dno","margins-large":"typography__margins-large_28dno","margins-medium":"typography__margins-medium_28dno","margins-small":"typography__margins-small_28dno","margins-xsmall":"typography__margins-xsmall_28dno"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|