@alfalab/core-components-typography 6.0.6-alfasans → 6.0.7-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 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
- .typography__tertiary_xc9ar {
23
+ .typography__tertiary_1r7he {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_xc9ar {
26
+ .typography__disabled_1r7he {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_xc9ar {
29
+ .typography__accent_1r7he {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_xc9ar {
32
+ .typography__primary_1r7he {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_xc9ar {
35
+ .typography__attention_1r7he {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_xc9ar {
38
+ .typography__positive_1r7he {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_xc9ar {
41
+ .typography__secondary_1r7he {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_xc9ar {
44
+ .typography__tertiary-inverted_1r7he {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_xc9ar {
47
+ .typography__primary-inverted_1r7he {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_xc9ar {
50
+ .typography__secondary-inverted_1r7he {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_xc9ar {
53
+ .typography__link_1r7he {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_xc9ar {
56
+ .typography__negative_1r7he {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_xc9ar {
59
+ .typography__static-primary-light_1r7he {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_xc9ar {
62
+ .typography__static-secondary-light_1r7he {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_xc9ar {
65
+ .typography__static-tertiary-light_1r7he {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_xc9ar {
68
+ .typography__static-primary-dark_1r7he {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_xc9ar {
71
+ .typography__static-secondary-dark_1r7he {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_xc9ar {
74
+ .typography__static-tertiary-dark_1r7he {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_xc9ar {
77
+ .typography__static-accent_1r7he {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_xc9ar {
80
+ .typography__static-positive_1r7he {
81
81
  color: var(--color-static-text-positive);
82
82
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./colors.css');
4
4
 
5
- var colors = {"tertiary":"typography__tertiary_xc9ar","disabled":"typography__disabled_xc9ar","accent":"typography__accent_xc9ar","primary":"typography__primary_xc9ar","attention":"typography__attention_xc9ar","positive":"typography__positive_xc9ar","secondary":"typography__secondary_xc9ar","tertiary-inverted":"typography__tertiary-inverted_xc9ar","primary-inverted":"typography__primary-inverted_xc9ar","secondary-inverted":"typography__secondary-inverted_xc9ar","link":"typography__link_xc9ar","negative":"typography__negative_xc9ar","static-primary-light":"typography__static-primary-light_xc9ar","static-secondary-light":"typography__static-secondary-light_xc9ar","static-tertiary-light":"typography__static-tertiary-light_xc9ar","static-primary-dark":"typography__static-primary-dark_xc9ar","static-secondary-dark":"typography__static-secondary-dark_xc9ar","static-tertiary-dark":"typography__static-tertiary-dark_xc9ar","static-accent":"typography__static-accent_xc9ar","static-positive":"typography__static-positive_xc9ar"};
5
+ var colors = {"tertiary":"typography__tertiary_1r7he","disabled":"typography__disabled_1r7he","accent":"typography__accent_1r7he","primary":"typography__primary_1r7he","attention":"typography__attention_1r7he","positive":"typography__positive_1r7he","secondary":"typography__secondary_1r7he","tertiary-inverted":"typography__tertiary-inverted_1r7he","primary-inverted":"typography__primary-inverted_1r7he","secondary-inverted":"typography__secondary-inverted_1r7he","link":"typography__link_1r7he","negative":"typography__negative_1r7he","static-primary-light":"typography__static-primary-light_1r7he","static-secondary-light":"typography__static-secondary-light_1r7he","static-tertiary-light":"typography__static-tertiary-light_1r7he","static-primary-dark":"typography__static-primary-dark_1r7he","static-secondary-dark":"typography__static-secondary-dark_1r7he","static-tertiary-dark":"typography__static-tertiary-dark_1r7he","static-accent":"typography__static-accent_1r7he","static-positive":"typography__static-positive_1r7he"};
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
- .typography__tertiary_xc9ar {
23
+ .typography__tertiary_1r7he {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_xc9ar {
26
+ .typography__disabled_1r7he {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_xc9ar {
29
+ .typography__accent_1r7he {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_xc9ar {
32
+ .typography__primary_1r7he {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_xc9ar {
35
+ .typography__attention_1r7he {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_xc9ar {
38
+ .typography__positive_1r7he {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_xc9ar {
41
+ .typography__secondary_1r7he {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_xc9ar {
44
+ .typography__tertiary-inverted_1r7he {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_xc9ar {
47
+ .typography__primary-inverted_1r7he {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_xc9ar {
50
+ .typography__secondary-inverted_1r7he {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_xc9ar {
53
+ .typography__link_1r7he {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_xc9ar {
56
+ .typography__negative_1r7he {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_xc9ar {
59
+ .typography__static-primary-light_1r7he {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_xc9ar {
62
+ .typography__static-secondary-light_1r7he {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_xc9ar {
65
+ .typography__static-tertiary-light_1r7he {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_xc9ar {
68
+ .typography__static-primary-dark_1r7he {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_xc9ar {
71
+ .typography__static-secondary-dark_1r7he {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_xc9ar {
74
+ .typography__static-tertiary-dark_1r7he {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_xc9ar {
77
+ .typography__static-accent_1r7he {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_xc9ar {
80
+ .typography__static-positive_1r7he {
81
81
  color: var(--color-static-text-positive);
82
82
  }
@@ -1,6 +1,6 @@
1
1
  import './colors.css';
2
2
 
3
- var colors = {"tertiary":"typography__tertiary_xc9ar","disabled":"typography__disabled_xc9ar","accent":"typography__accent_xc9ar","primary":"typography__primary_xc9ar","attention":"typography__attention_xc9ar","positive":"typography__positive_xc9ar","secondary":"typography__secondary_xc9ar","tertiary-inverted":"typography__tertiary-inverted_xc9ar","primary-inverted":"typography__primary-inverted_xc9ar","secondary-inverted":"typography__secondary-inverted_xc9ar","link":"typography__link_xc9ar","negative":"typography__negative_xc9ar","static-primary-light":"typography__static-primary-light_xc9ar","static-secondary-light":"typography__static-secondary-light_xc9ar","static-tertiary-light":"typography__static-tertiary-light_xc9ar","static-primary-dark":"typography__static-primary-dark_xc9ar","static-secondary-dark":"typography__static-secondary-dark_xc9ar","static-tertiary-dark":"typography__static-tertiary-dark_xc9ar","static-accent":"typography__static-accent_xc9ar","static-positive":"typography__static-positive_xc9ar"};
3
+ var colors = {"tertiary":"typography__tertiary_1r7he","disabled":"typography__disabled_1r7he","accent":"typography__accent_1r7he","primary":"typography__primary_1r7he","attention":"typography__attention_1r7he","positive":"typography__positive_1r7he","secondary":"typography__secondary_1r7he","tertiary-inverted":"typography__tertiary-inverted_1r7he","primary-inverted":"typography__primary-inverted_1r7he","secondary-inverted":"typography__secondary-inverted_1r7he","link":"typography__link_1r7he","negative":"typography__negative_1r7he","static-primary-light":"typography__static-primary-light_1r7he","static-secondary-light":"typography__static-secondary-light_1r7he","static-tertiary-light":"typography__static-tertiary-light_1r7he","static-primary-dark":"typography__static-primary-dark_1r7he","static-secondary-dark":"typography__static-secondary-dark_1r7he","static-tertiary-dark":"typography__static-tertiary-dark_1r7he","static-accent":"typography__static-accent_1r7he","static-positive":"typography__static-positive_1r7he"};
4
4
 
5
5
  export { colors as default };
6
6
  //# sourceMappingURL=colors.module.css.js.map
@@ -8,36 +8,36 @@
8
8
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
9
9
  Helvetica, sans-serif;
10
10
  }
11
- .typography__transparent_imgoa {
11
+ .typography__transparent_185u2 {
12
12
  opacity: 0;
13
13
  }
14
14
  :root {
15
15
  --text-paragraph-margin-bottom: var(--gap-0) var(--gap-0) var(--gap-12);
16
16
  }
17
- .typography__paragraph_imgoa {
17
+ .typography__paragraph_185u2 {
18
18
  margin: var(--gap-0);
19
19
  padding: var(--gap-0);
20
20
  }
21
- .typography__paragraphWithMargins_imgoa {
21
+ .typography__paragraphWithMargins_185u2 {
22
22
  padding: var(--gap-0);
23
23
  margin: var(--text-paragraph-margin-bottom);
24
24
  }
25
- .typography__component_imgoa {
25
+ .typography__component_185u2 {
26
26
  font-size: 16px;
27
27
  line-height: 20px;
28
28
  font-weight: 400;
29
29
  letter-spacing: -0.24px;
30
30
  font-family: var(--font-family-alfasans);
31
31
  }
32
- .typography__component_imgoa.typography__bold_imgoa {
32
+ .typography__component_185u2.typography__bold_185u2 {
33
33
  font-weight: 700;
34
34
  letter-spacing: 0.43px;
35
35
  }
36
- .typography__component_imgoa.typography__medium_imgoa {
36
+ .typography__component_185u2.typography__medium_185u2 {
37
37
  font-weight: 500;
38
38
  letter-spacing: -0.05px;
39
39
  }
40
- .typography__caps_imgoa {
40
+ .typography__caps_185u2 {
41
41
  font-size: 12px;
42
42
  line-height: 16px;
43
43
  font-weight: 400;
@@ -45,13 +45,13 @@
45
45
  text-transform: uppercase;
46
46
  font-family: var(--font-family-alfasans);
47
47
  }
48
- .typography__caps_imgoa.typography__bold_imgoa {
48
+ .typography__caps_185u2.typography__bold_185u2 {
49
49
  font-weight: 700;
50
50
  }
51
- .typography__caps_imgoa.typography__medium_imgoa {
51
+ .typography__caps_185u2.typography__medium_185u2 {
52
52
  font-weight: 500;
53
53
  }
54
- .typography__tagline_imgoa {
54
+ .typography__tagline_185u2 {
55
55
  font-size: 12px;
56
56
  line-height: 16px;
57
57
  font-weight: 400;
@@ -59,151 +59,151 @@
59
59
  text-transform: uppercase;
60
60
  font-family: var(--font-family-alfasans);
61
61
  }
62
- .typography__tagline_imgoa.typography__bold_imgoa {
62
+ .typography__tagline_185u2.typography__bold_185u2 {
63
63
  font-weight: 700;
64
64
  }
65
- .typography__tagline_imgoa.typography__medium_imgoa {
65
+ .typography__tagline_185u2.typography__medium_185u2 {
66
66
  font-weight: 500;
67
67
  }
68
- .typography__primary-large_imgoa {
68
+ .typography__primary-large_185u2 {
69
69
  font-size: 18px;
70
70
  line-height: 24px;
71
71
  font-weight: 400;
72
72
  letter-spacing: -0.36px;
73
73
  font-family: var(--font-family-alfasans);
74
74
  }
75
- .typography__primary-large_imgoa.typography__bold_imgoa {
75
+ .typography__primary-large_185u2.typography__bold_185u2 {
76
76
  font-weight: 700;
77
77
  letter-spacing: 0.38px;
78
78
  }
79
- .typography__primary-large_imgoa.typography__medium_imgoa {
79
+ .typography__primary-large_185u2.typography__medium_185u2 {
80
80
  font-weight: 500;
81
81
  letter-spacing: -0.17px;
82
82
  }
83
- .typography__primary-medium_imgoa {
83
+ .typography__primary-medium_185u2 {
84
84
  font-size: 16px;
85
85
  line-height: 24px;
86
86
  font-weight: 400;
87
87
  letter-spacing: -0.24px;
88
88
  font-family: var(--font-family-alfasans);
89
89
  }
90
- .typography__primary-medium_imgoa.typography__bold_imgoa {
90
+ .typography__primary-medium_185u2.typography__bold_185u2 {
91
91
  font-weight: 700;
92
92
  letter-spacing: 0.43px;
93
93
  }
94
- .typography__primary-medium_imgoa.typography__medium_imgoa {
94
+ .typography__primary-medium_185u2.typography__medium_185u2 {
95
95
  font-weight: 500;
96
96
  letter-spacing: -0.05px;
97
97
  }
98
- .typography__primary-small_imgoa {
98
+ .typography__primary-small_185u2 {
99
99
  font-size: 14px;
100
100
  line-height: 20px;
101
101
  font-weight: 400;
102
102
  letter-spacing: -0.08px;
103
103
  font-family: var(--font-family-alfasans);
104
104
  }
105
- .typography__primary-small_imgoa.typography__bold_imgoa {
105
+ .typography__primary-small_185u2.typography__bold_185u2 {
106
106
  font-weight: 700;
107
107
  letter-spacing: 0.47px;
108
108
  }
109
- .typography__primary-small_imgoa.typography__medium_imgoa {
109
+ .typography__primary-small_185u2.typography__medium_185u2 {
110
110
  font-weight: 500;
111
111
  letter-spacing: 0.07px;
112
112
  }
113
- .typography__component-primary_imgoa {
113
+ .typography__component-primary_185u2 {
114
114
  font-size: 16px;
115
115
  line-height: 20px;
116
116
  font-weight: 400;
117
117
  letter-spacing: -0.24px;
118
118
  font-family: var(--font-family-alfasans);
119
119
  }
120
- .typography__component-primary_imgoa.typography__bold_imgoa {
120
+ .typography__component-primary_185u2.typography__bold_185u2 {
121
121
  font-weight: 700;
122
122
  letter-spacing: 0.43px;
123
123
  }
124
- .typography__component-primary_imgoa.typography__medium_imgoa {
124
+ .typography__component-primary_185u2.typography__medium_185u2 {
125
125
  font-weight: 500;
126
126
  letter-spacing: -0.05px;
127
127
  }
128
- .typography__secondary-large_imgoa {
128
+ .typography__secondary-large_185u2 {
129
129
  font-size: 13px;
130
130
  line-height: 16px;
131
131
  font-weight: 400;
132
132
  font-family: var(--font-family-alfasans);
133
133
  }
134
- .typography__secondary-large_imgoa.typography__bold_imgoa {
134
+ .typography__secondary-large_185u2.typography__bold_185u2 {
135
135
  font-weight: 700;
136
136
  letter-spacing: 0.54px;
137
137
  }
138
- .typography__secondary-large_imgoa.typography__medium_imgoa {
138
+ .typography__secondary-large_185u2.typography__medium_185u2 {
139
139
  font-weight: 500;
140
140
  letter-spacing: 0.13px;
141
141
  }
142
- .typography__secondary-medium_imgoa {
142
+ .typography__secondary-medium_185u2 {
143
143
  font-size: 12px;
144
144
  line-height: 16px;
145
145
  font-weight: 400;
146
146
  letter-spacing: 0.06px;
147
147
  font-family: var(--font-family-alfasans);
148
148
  }
149
- .typography__secondary-medium_imgoa.typography__bold_imgoa {
149
+ .typography__secondary-medium_185u2.typography__bold_185u2 {
150
150
  font-weight: 700;
151
151
  letter-spacing: 0.57px;
152
152
  }
153
- .typography__secondary-medium_imgoa.typography__medium_imgoa {
153
+ .typography__secondary-medium_185u2.typography__medium_185u2 {
154
154
  font-weight: 500;
155
155
  letter-spacing: 0.19px;
156
156
  }
157
- .typography__secondary-small_imgoa {
157
+ .typography__secondary-small_185u2 {
158
158
  font-size: 11px;
159
159
  line-height: 16px;
160
160
  font-weight: 400;
161
161
  letter-spacing: 0.15px;
162
162
  font-family: var(--font-family-alfasans);
163
163
  }
164
- .typography__secondary-small_imgoa.typography__bold_imgoa {
164
+ .typography__secondary-small_185u2.typography__bold_185u2 {
165
165
  font-weight: 700;
166
166
  letter-spacing: 0.54px;
167
167
  }
168
- .typography__secondary-small_imgoa.typography__medium_imgoa {
168
+ .typography__secondary-small_185u2.typography__medium_185u2 {
169
169
  font-weight: 500;
170
170
  letter-spacing: 0.24px;
171
171
  }
172
- .typography__component-secondary_imgoa {
172
+ .typography__component-secondary_185u2 {
173
173
  font-size: 14px;
174
174
  line-height: 18px;
175
175
  font-weight: 400;
176
176
  letter-spacing: -0.08px;
177
177
  font-family: var(--font-family-alfasans);
178
178
  }
179
- .typography__component-secondary_imgoa.typography__bold_imgoa {
179
+ .typography__component-secondary_185u2.typography__bold_185u2 {
180
180
  font-weight: 700;
181
181
  letter-spacing: 0.47px;
182
182
  }
183
- .typography__component-secondary_imgoa.typography__medium_imgoa {
183
+ .typography__component-secondary_185u2.typography__medium_185u2 {
184
184
  font-weight: 500;
185
185
  letter-spacing: 0.07px;
186
186
  }
187
- .typography__rowLimit1_imgoa {
187
+ .typography__rowLimit1_185u2 {
188
188
  -webkit-line-clamp: 1;
189
189
  display: -webkit-box;
190
190
  -webkit-box-orient: vertical;
191
191
  overflow: hidden;
192
192
  word-break: break-all;
193
193
  }
194
- .typography__rowLimit2_imgoa {
194
+ .typography__rowLimit2_185u2 {
195
195
  -webkit-line-clamp: 2;
196
196
  display: -webkit-box;
197
197
  -webkit-box-orient: vertical;
198
198
  overflow: hidden;
199
199
  }
200
- .typography__rowLimit3_imgoa {
200
+ .typography__rowLimit3_185u2 {
201
201
  -webkit-line-clamp: 3;
202
202
  display: -webkit-box;
203
203
  -webkit-box-orient: vertical;
204
204
  overflow: hidden;
205
205
  }
206
- .typography__monospace_imgoa {
206
+ .typography__monospace_185u2 {
207
207
  font-feature-settings: "tnum";
208
208
  font-variant-numeric: tabular-nums;
209
209
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"transparent":"typography__transparent_imgoa","paragraph":"typography__paragraph_imgoa","paragraphWithMargins":"typography__paragraphWithMargins_imgoa","component":"typography__component_imgoa","bold":"typography__bold_imgoa","medium":"typography__medium_imgoa","caps":"typography__caps_imgoa","tagline":"typography__tagline_imgoa","primary-large":"typography__primary-large_imgoa","primary-medium":"typography__primary-medium_imgoa","primary-small":"typography__primary-small_imgoa","component-primary":"typography__component-primary_imgoa","secondary-large":"typography__secondary-large_imgoa","secondary-medium":"typography__secondary-medium_imgoa","secondary-small":"typography__secondary-small_imgoa","component-secondary":"typography__component-secondary_imgoa","rowLimit1":"typography__rowLimit1_imgoa","rowLimit2":"typography__rowLimit2_imgoa","rowLimit3":"typography__rowLimit3_imgoa","monospace":"typography__monospace_imgoa"};
3
+ var styles = {"transparent":"typography__transparent_185u2","paragraph":"typography__paragraph_185u2","paragraphWithMargins":"typography__paragraphWithMargins_185u2","component":"typography__component_185u2","bold":"typography__bold_185u2","medium":"typography__medium_185u2","caps":"typography__caps_185u2","tagline":"typography__tagline_185u2","primary-large":"typography__primary-large_185u2","primary-medium":"typography__primary-medium_185u2","primary-small":"typography__primary-small_185u2","component-primary":"typography__component-primary_185u2","secondary-large":"typography__secondary-large_185u2","secondary-medium":"typography__secondary-medium_185u2","secondary-small":"typography__secondary-small_185u2","component-secondary":"typography__component-secondary_185u2","rowLimit1":"typography__rowLimit1_185u2","rowLimit2":"typography__rowLimit2_185u2","rowLimit3":"typography__rowLimit3_185u2","monospace":"typography__monospace_185u2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,27 +1,27 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .typography__transparent_g55ul {
4
+ .typography__transparent_1w77i {
5
5
  opacity: 0;
6
6
  }
7
- .typography__component_g55ul {
7
+ .typography__component_1w77i {
8
8
  margin: var(--gap-0);
9
9
  padding: var(--gap-0);
10
10
  }
11
- .typography__rowLimit1_g55ul {
11
+ .typography__rowLimit1_1w77i {
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
- .typography__rowLimit2_g55ul {
18
+ .typography__rowLimit2_1w77i {
19
19
  -webkit-line-clamp: 2;
20
20
  display: -webkit-box;
21
21
  -webkit-box-orient: vertical;
22
22
  overflow: hidden;
23
23
  }
24
- .typography__rowLimit3_g55ul {
24
+ .typography__rowLimit3_1w77i {
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":"typography__transparent_g55ul","component":"typography__component_g55ul","rowLimit1":"typography__rowLimit1_g55ul","rowLimit2":"typography__rowLimit2_g55ul","rowLimit3":"typography__rowLimit3_g55ul"};
3
+ var commonStyles = {"transparent":"typography__transparent_1w77i","component":"typography__component_1w77i","rowLimit1":"typography__rowLimit1_1w77i","rowLimit2":"typography__rowLimit2_1w77i","rowLimit3":"typography__rowLimit3_1w77i"};
4
4
 
5
5
  export { commonStyles as default };
6
6
  //# sourceMappingURL=common.module.css.js.map
@@ -14,88 +14,88 @@
14
14
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
15
15
  Helvetica, sans-serif;
16
16
  }
17
- .typography__xlarge_1r5ea {
17
+ .typography__xlarge_tdih8 {
18
18
  font-size: 48px;
19
19
  line-height: 52px;
20
20
  font-weight: 700;
21
21
  letter-spacing: 0.1px;
22
22
  font-family: var(--font-family-alfasans);
23
23
  }
24
- .typography__regular-xlarge_1r5ea {
24
+ .typography__regular-xlarge_tdih8 {
25
25
  font-size: 48px;
26
26
  line-height: 52px;
27
27
  font-weight: 400;
28
28
  letter-spacing: -2.1px;
29
29
  font-family: var(--font-family-alfasans);
30
30
  }
31
- .typography__large_1r5ea {
31
+ .typography__large_tdih8 {
32
32
  font-size: 40px;
33
33
  line-height: 48px;
34
34
  font-weight: 700;
35
35
  letter-spacing: 0.1px;
36
36
  font-family: var(--font-family-alfasans);
37
37
  }
38
- .typography__regular-large_1r5ea {
38
+ .typography__regular-large_tdih8 {
39
39
  font-size: 40px;
40
40
  line-height: 48px;
41
41
  font-weight: 400;
42
42
  letter-spacing: -1.7px;
43
43
  font-family: var(--font-family-alfasans);
44
44
  }
45
- .typography__medium_1r5ea {
45
+ .typography__medium_tdih8 {
46
46
  font-size: 30px;
47
47
  line-height: 36px;
48
48
  font-weight: 700;
49
49
  letter-spacing: 0.1px;
50
50
  font-family: var(--font-family-alfasans);
51
51
  }
52
- .typography__regular-medium_1r5ea {
52
+ .typography__regular-medium_tdih8 {
53
53
  font-size: 30px;
54
54
  line-height: 36px;
55
55
  font-weight: 400;
56
56
  letter-spacing: -1.25px;
57
57
  font-family: var(--font-family-alfasans);
58
58
  }
59
- .typography__small_1r5ea {
59
+ .typography__small_tdih8 {
60
60
  font-size: 22px;
61
61
  line-height: 26px;
62
62
  font-weight: 700;
63
63
  letter-spacing: 0.2px;
64
64
  font-family: var(--font-family-alfasans);
65
65
  }
66
- .typography__regular-small_1r5ea {
66
+ .typography__regular-small_tdih8 {
67
67
  font-size: 22px;
68
68
  line-height: 26px;
69
69
  font-weight: 400;
70
70
  letter-spacing: -0.8px;
71
71
  font-family: var(--font-family-alfasans);
72
72
  }
73
- .typography__xsmall_1r5ea {
73
+ .typography__xsmall_tdih8 {
74
74
  font-size: 18px;
75
75
  line-height: 22px;
76
76
  font-weight: 700;
77
77
  letter-spacing: 0.38px;
78
78
  font-family: var(--font-family-alfasans);
79
79
  }
80
- .typography__regular-xsmall_1r5ea {
80
+ .typography__regular-xsmall_tdih8 {
81
81
  font-size: 18px;
82
82
  line-height: 22px;
83
83
  font-weight: 400;
84
84
  letter-spacing: -0.36px;
85
85
  font-family: var(--font-family-alfasans);
86
86
  }
87
- .typography__component_1r5ea.typography__margins-xlarge_1r5ea {
87
+ .typography__component_tdih8.typography__margins-xlarge_tdih8 {
88
88
  margin: var(--gap-0) var(--gap-0) var(--gap-24);
89
89
  }
90
- .typography__component_1r5ea.typography__margins-large_1r5ea {
90
+ .typography__component_tdih8.typography__margins-large_tdih8 {
91
91
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
92
92
  }
93
- .typography__component_1r5ea.typography__margins-medium_1r5ea {
93
+ .typography__component_tdih8.typography__margins-medium_tdih8 {
94
94
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
95
95
  }
96
- .typography__component_1r5ea.typography__margins-small_1r5ea {
96
+ .typography__component_tdih8.typography__margins-small_tdih8 {
97
97
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
98
98
  }
99
- .typography__component_1r5ea.typography__margins-xsmall_1r5ea {
99
+ .typography__component_tdih8.typography__margins-xsmall_tdih8 {
100
100
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
101
101
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"xlarge":"typography__xlarge_1r5ea","regular-xlarge":"typography__regular-xlarge_1r5ea","large":"typography__large_1r5ea","regular-large":"typography__regular-large_1r5ea","medium":"typography__medium_1r5ea","regular-medium":"typography__regular-medium_1r5ea","small":"typography__small_1r5ea","regular-small":"typography__regular-small_1r5ea","xsmall":"typography__xsmall_1r5ea","regular-xsmall":"typography__regular-xsmall_1r5ea","component":"typography__component_1r5ea","margins-xlarge":"typography__margins-xlarge_1r5ea","margins-large":"typography__margins-large_1r5ea","margins-medium":"typography__margins-medium_1r5ea","margins-small":"typography__margins-small_1r5ea","margins-xsmall":"typography__margins-xsmall_1r5ea"};
3
+ var styles = {"xlarge":"typography__xlarge_tdih8","regular-xlarge":"typography__regular-xlarge_tdih8","large":"typography__large_tdih8","regular-large":"typography__regular-large_tdih8","medium":"typography__medium_tdih8","regular-medium":"typography__regular-medium_tdih8","small":"typography__small_tdih8","regular-small":"typography__regular-small_tdih8","xsmall":"typography__xsmall_tdih8","regular-xsmall":"typography__regular-xsmall_tdih8","component":"typography__component_tdih8","margins-xlarge":"typography__margins-xlarge_tdih8","margins-large":"typography__margins-large_tdih8","margins-medium":"typography__margins-medium_tdih8","margins-small":"typography__margins-small_tdih8","margins-xsmall":"typography__margins-xsmall_tdih8"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map