@alfalab/core-components-typography 6.0.3 → 6.0.4

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_103ve {
23
+ .typography__tertiary_kmpvw {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_103ve {
26
+ .typography__disabled_kmpvw {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_103ve {
29
+ .typography__accent_kmpvw {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_103ve {
32
+ .typography__primary_kmpvw {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_103ve {
35
+ .typography__attention_kmpvw {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_103ve {
38
+ .typography__positive_kmpvw {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_103ve {
41
+ .typography__secondary_kmpvw {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_103ve {
44
+ .typography__tertiary-inverted_kmpvw {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_103ve {
47
+ .typography__primary-inverted_kmpvw {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_103ve {
50
+ .typography__secondary-inverted_kmpvw {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_103ve {
53
+ .typography__link_kmpvw {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_103ve {
56
+ .typography__negative_kmpvw {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_103ve {
59
+ .typography__static-primary-light_kmpvw {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_103ve {
62
+ .typography__static-secondary-light_kmpvw {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_103ve {
65
+ .typography__static-tertiary-light_kmpvw {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_103ve {
68
+ .typography__static-primary-dark_kmpvw {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_103ve {
71
+ .typography__static-secondary-dark_kmpvw {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_103ve {
74
+ .typography__static-tertiary-dark_kmpvw {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_103ve {
77
+ .typography__static-accent_kmpvw {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_103ve {
80
+ .typography__static-positive_kmpvw {
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_103ve","disabled":"typography__disabled_103ve","accent":"typography__accent_103ve","primary":"typography__primary_103ve","attention":"typography__attention_103ve","positive":"typography__positive_103ve","secondary":"typography__secondary_103ve","tertiary-inverted":"typography__tertiary-inverted_103ve","primary-inverted":"typography__primary-inverted_103ve","secondary-inverted":"typography__secondary-inverted_103ve","link":"typography__link_103ve","negative":"typography__negative_103ve","static-primary-light":"typography__static-primary-light_103ve","static-secondary-light":"typography__static-secondary-light_103ve","static-tertiary-light":"typography__static-tertiary-light_103ve","static-primary-dark":"typography__static-primary-dark_103ve","static-secondary-dark":"typography__static-secondary-dark_103ve","static-tertiary-dark":"typography__static-tertiary-dark_103ve","static-accent":"typography__static-accent_103ve","static-positive":"typography__static-positive_103ve"};
5
+ var colors = {"tertiary":"typography__tertiary_kmpvw","disabled":"typography__disabled_kmpvw","accent":"typography__accent_kmpvw","primary":"typography__primary_kmpvw","attention":"typography__attention_kmpvw","positive":"typography__positive_kmpvw","secondary":"typography__secondary_kmpvw","tertiary-inverted":"typography__tertiary-inverted_kmpvw","primary-inverted":"typography__primary-inverted_kmpvw","secondary-inverted":"typography__secondary-inverted_kmpvw","link":"typography__link_kmpvw","negative":"typography__negative_kmpvw","static-primary-light":"typography__static-primary-light_kmpvw","static-secondary-light":"typography__static-secondary-light_kmpvw","static-tertiary-light":"typography__static-tertiary-light_kmpvw","static-primary-dark":"typography__static-primary-dark_kmpvw","static-secondary-dark":"typography__static-secondary-dark_kmpvw","static-tertiary-dark":"typography__static-tertiary-dark_kmpvw","static-accent":"typography__static-accent_kmpvw","static-positive":"typography__static-positive_kmpvw"};
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_103ve {
23
+ .typography__tertiary_kmpvw {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_103ve {
26
+ .typography__disabled_kmpvw {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_103ve {
29
+ .typography__accent_kmpvw {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_103ve {
32
+ .typography__primary_kmpvw {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_103ve {
35
+ .typography__attention_kmpvw {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_103ve {
38
+ .typography__positive_kmpvw {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_103ve {
41
+ .typography__secondary_kmpvw {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_103ve {
44
+ .typography__tertiary-inverted_kmpvw {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_103ve {
47
+ .typography__primary-inverted_kmpvw {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_103ve {
50
+ .typography__secondary-inverted_kmpvw {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_103ve {
53
+ .typography__link_kmpvw {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_103ve {
56
+ .typography__negative_kmpvw {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_103ve {
59
+ .typography__static-primary-light_kmpvw {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_103ve {
62
+ .typography__static-secondary-light_kmpvw {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_103ve {
65
+ .typography__static-tertiary-light_kmpvw {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_103ve {
68
+ .typography__static-primary-dark_kmpvw {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_103ve {
71
+ .typography__static-secondary-dark_kmpvw {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_103ve {
74
+ .typography__static-tertiary-dark_kmpvw {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_103ve {
77
+ .typography__static-accent_kmpvw {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_103ve {
80
+ .typography__static-positive_kmpvw {
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_103ve","disabled":"typography__disabled_103ve","accent":"typography__accent_103ve","primary":"typography__primary_103ve","attention":"typography__attention_103ve","positive":"typography__positive_103ve","secondary":"typography__secondary_103ve","tertiary-inverted":"typography__tertiary-inverted_103ve","primary-inverted":"typography__primary-inverted_103ve","secondary-inverted":"typography__secondary-inverted_103ve","link":"typography__link_103ve","negative":"typography__negative_103ve","static-primary-light":"typography__static-primary-light_103ve","static-secondary-light":"typography__static-secondary-light_103ve","static-tertiary-light":"typography__static-tertiary-light_103ve","static-primary-dark":"typography__static-primary-dark_103ve","static-secondary-dark":"typography__static-secondary-dark_103ve","static-tertiary-dark":"typography__static-tertiary-dark_103ve","static-accent":"typography__static-accent_103ve","static-positive":"typography__static-positive_103ve"};
3
+ var colors = {"tertiary":"typography__tertiary_kmpvw","disabled":"typography__disabled_kmpvw","accent":"typography__accent_kmpvw","primary":"typography__primary_kmpvw","attention":"typography__attention_kmpvw","positive":"typography__positive_kmpvw","secondary":"typography__secondary_kmpvw","tertiary-inverted":"typography__tertiary-inverted_kmpvw","primary-inverted":"typography__primary-inverted_kmpvw","secondary-inverted":"typography__secondary-inverted_kmpvw","link":"typography__link_kmpvw","negative":"typography__negative_kmpvw","static-primary-light":"typography__static-primary-light_kmpvw","static-secondary-light":"typography__static-secondary-light_kmpvw","static-tertiary-light":"typography__static-tertiary-light_kmpvw","static-primary-dark":"typography__static-primary-dark_kmpvw","static-secondary-dark":"typography__static-secondary-dark_kmpvw","static-tertiary-dark":"typography__static-tertiary-dark_kmpvw","static-accent":"typography__static-accent_kmpvw","static-positive":"typography__static-positive_kmpvw"};
4
4
 
5
5
  export { colors as default };
6
6
  //# sourceMappingURL=colors.module.css.js.map
@@ -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
- .typography__transparent_zanhs {
10
+ .typography__transparent_javr3 {
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
- .typography__paragraph_zanhs {
16
+ .typography__paragraph_javr3 {
17
17
  margin: var(--gap-0);
18
18
  padding: var(--gap-0);
19
19
  }
20
- .typography__paragraphWithMargins_zanhs {
20
+ .typography__paragraphWithMargins_javr3 {
21
21
  padding: var(--gap-0);
22
22
  margin: var(--text-paragraph-margin-bottom);
23
23
  }
24
- .typography__component_zanhs {
24
+ .typography__component_javr3 {
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
- .typography__component_zanhs.typography__bold_zanhs {
30
+ .typography__component_javr3.typography__bold_javr3 {
31
31
  font-weight: 700;
32
32
  }
33
- .typography__component_zanhs.typography__medium_zanhs {
33
+ .typography__component_javr3.typography__medium_javr3 {
34
34
  font-weight: 500;
35
35
  }
36
- .typography__caps_zanhs {
36
+ .typography__caps_javr3 {
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
- .typography__caps_zanhs.typography__bold_zanhs {
44
+ .typography__caps_javr3.typography__bold_javr3 {
45
45
  font-weight: 700;
46
46
  }
47
- .typography__caps_zanhs.typography__medium_zanhs {
47
+ .typography__caps_javr3.typography__medium_javr3 {
48
48
  font-weight: 500;
49
49
  }
50
- .typography__tagline_zanhs {
50
+ .typography__tagline_javr3 {
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
- .typography__tagline_zanhs.typography__bold_zanhs {
58
+ .typography__tagline_javr3.typography__bold_javr3 {
59
59
  font-weight: 700;
60
60
  }
61
- .typography__tagline_zanhs.typography__medium_zanhs {
61
+ .typography__tagline_javr3.typography__medium_javr3 {
62
62
  font-weight: 500;
63
63
  }
64
- .typography__primary-large_zanhs {
64
+ .typography__primary-large_javr3 {
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-large_zanhs.typography__bold_zanhs {
70
+ .typography__primary-large_javr3.typography__bold_javr3 {
71
71
  font-weight: 700;
72
72
  }
73
- .typography__primary-large_zanhs.typography__medium_zanhs {
73
+ .typography__primary-large_javr3.typography__medium_javr3 {
74
74
  font-weight: 500;
75
75
  }
76
- .typography__primary-medium_zanhs {
76
+ .typography__primary-medium_javr3 {
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-medium_zanhs.typography__bold_zanhs {
82
+ .typography__primary-medium_javr3.typography__bold_javr3 {
83
83
  font-weight: 700;
84
84
  }
85
- .typography__primary-medium_zanhs.typography__medium_zanhs {
85
+ .typography__primary-medium_javr3.typography__medium_javr3 {
86
86
  font-weight: 500;
87
87
  }
88
- .typography__primary-small_zanhs {
88
+ .typography__primary-small_javr3 {
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-small_zanhs.typography__bold_zanhs {
94
+ .typography__primary-small_javr3.typography__bold_javr3 {
95
95
  font-weight: 700;
96
96
  }
97
- .typography__primary-small_zanhs.typography__medium_zanhs {
97
+ .typography__primary-small_javr3.typography__medium_javr3 {
98
98
  font-weight: 500;
99
99
  }
100
- .typography__component-primary_zanhs {
100
+ .typography__component-primary_javr3 {
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-primary_zanhs.typography__bold_zanhs {
106
+ .typography__component-primary_javr3.typography__bold_javr3 {
107
107
  font-weight: 700;
108
108
  }
109
- .typography__component-primary_zanhs.typography__medium_zanhs {
109
+ .typography__component-primary_javr3.typography__medium_javr3 {
110
110
  font-weight: 500;
111
111
  }
112
- .typography__secondary-large_zanhs {
112
+ .typography__secondary-large_javr3 {
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-large_zanhs.typography__bold_zanhs {
118
+ .typography__secondary-large_javr3.typography__bold_javr3 {
119
119
  font-weight: 700;
120
120
  }
121
- .typography__secondary-large_zanhs.typography__medium_zanhs {
121
+ .typography__secondary-large_javr3.typography__medium_javr3 {
122
122
  font-weight: 500;
123
123
  }
124
- .typography__secondary-medium_zanhs {
124
+ .typography__secondary-medium_javr3 {
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-medium_zanhs.typography__bold_zanhs {
130
+ .typography__secondary-medium_javr3.typography__bold_javr3 {
131
131
  font-weight: 700;
132
132
  }
133
- .typography__secondary-medium_zanhs.typography__medium_zanhs {
133
+ .typography__secondary-medium_javr3.typography__medium_javr3 {
134
134
  font-weight: 500;
135
135
  }
136
- .typography__secondary-small_zanhs {
136
+ .typography__secondary-small_javr3 {
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-small_zanhs.typography__bold_zanhs {
142
+ .typography__secondary-small_javr3.typography__bold_javr3 {
143
143
  font-weight: 700;
144
144
  }
145
- .typography__secondary-small_zanhs.typography__medium_zanhs {
145
+ .typography__secondary-small_javr3.typography__medium_javr3 {
146
146
  font-weight: 500;
147
147
  }
148
- .typography__component-secondary_zanhs {
148
+ .typography__component-secondary_javr3 {
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-secondary_zanhs.typography__bold_zanhs {
154
+ .typography__component-secondary_javr3.typography__bold_javr3 {
155
155
  font-weight: 700;
156
156
  }
157
- .typography__component-secondary_zanhs.typography__medium_zanhs {
157
+ .typography__component-secondary_javr3.typography__medium_javr3 {
158
158
  font-weight: 500;
159
159
  }
160
- .typography__rowLimit1_zanhs {
160
+ .typography__rowLimit1_javr3 {
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
- .typography__rowLimit2_zanhs {
167
+ .typography__rowLimit2_javr3 {
168
168
  -webkit-line-clamp: 2;
169
169
  display: -webkit-box;
170
170
  -webkit-box-orient: vertical;
171
171
  overflow: hidden;
172
172
  }
173
- .typography__rowLimit3_zanhs {
173
+ .typography__rowLimit3_javr3 {
174
174
  -webkit-line-clamp: 3;
175
175
  display: -webkit-box;
176
176
  -webkit-box-orient: vertical;
177
177
  overflow: hidden;
178
178
  }
179
- .typography__monospace_zanhs {
179
+ .typography__monospace_javr3 {
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":"typography__transparent_zanhs","paragraph":"typography__paragraph_zanhs","paragraphWithMargins":"typography__paragraphWithMargins_zanhs","component":"typography__component_zanhs","bold":"typography__bold_zanhs","medium":"typography__medium_zanhs","caps":"typography__caps_zanhs","tagline":"typography__tagline_zanhs","primary-large":"typography__primary-large_zanhs","primary-medium":"typography__primary-medium_zanhs","primary-small":"typography__primary-small_zanhs","component-primary":"typography__component-primary_zanhs","secondary-large":"typography__secondary-large_zanhs","secondary-medium":"typography__secondary-medium_zanhs","secondary-small":"typography__secondary-small_zanhs","component-secondary":"typography__component-secondary_zanhs","rowLimit1":"typography__rowLimit1_zanhs","rowLimit2":"typography__rowLimit2_zanhs","rowLimit3":"typography__rowLimit3_zanhs","monospace":"typography__monospace_zanhs"};
3
+ var styles = {"transparent":"typography__transparent_javr3","paragraph":"typography__paragraph_javr3","paragraphWithMargins":"typography__paragraphWithMargins_javr3","component":"typography__component_javr3","bold":"typography__bold_javr3","medium":"typography__medium_javr3","caps":"typography__caps_javr3","tagline":"typography__tagline_javr3","primary-large":"typography__primary-large_javr3","primary-medium":"typography__primary-medium_javr3","primary-small":"typography__primary-small_javr3","component-primary":"typography__component-primary_javr3","secondary-large":"typography__secondary-large_javr3","secondary-medium":"typography__secondary-medium_javr3","secondary-small":"typography__secondary-small_javr3","component-secondary":"typography__component-secondary_javr3","rowLimit1":"typography__rowLimit1_javr3","rowLimit2":"typography__rowLimit2_javr3","rowLimit3":"typography__rowLimit3_javr3","monospace":"typography__monospace_javr3"};
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_y1c4f {
4
+ .typography__transparent_1xzh4 {
5
5
  opacity: 0;
6
6
  }
7
- .typography__component_y1c4f {
7
+ .typography__component_1xzh4 {
8
8
  margin: var(--gap-0);
9
9
  padding: var(--gap-0);
10
10
  }
11
- .typography__rowLimit1_y1c4f {
11
+ .typography__rowLimit1_1xzh4 {
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_y1c4f {
18
+ .typography__rowLimit2_1xzh4 {
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_y1c4f {
24
+ .typography__rowLimit3_1xzh4 {
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_y1c4f","component":"typography__component_y1c4f","rowLimit1":"typography__rowLimit1_y1c4f","rowLimit2":"typography__rowLimit2_y1c4f","rowLimit3":"typography__rowLimit3_y1c4f"};
3
+ var commonStyles = {"transparent":"typography__transparent_1xzh4","component":"typography__component_1xzh4","rowLimit1":"typography__rowLimit1_1xzh4","rowLimit2":"typography__rowLimit2_1xzh4","rowLimit3":"typography__rowLimit3_1xzh4"};
4
4
 
5
5
  export { commonStyles as default };
6
6
  //# sourceMappingURL=common.module.css.js.map
@@ -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
- .typography__xlarge_1u2wm {
19
+ .typography__xlarge_1am21 {
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
- .typography__xlarge_1u2wm.typography__font_1u2wm {
25
+ .typography__xlarge_1am21.typography__font_1am21 {
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-xlarge_1u2wm {
31
+ .typography__regular-xlarge_1am21 {
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-xlarge_1u2wm.typography__font_1u2wm {
37
+ .typography__regular-xlarge_1am21.typography__font_1am21 {
38
38
  line-height: 64px;
39
39
  font-feature-settings: 'ss01';
40
40
  font-family: var(--font-family-styrene);
41
41
  }
42
- .typography__large_1u2wm {
42
+ .typography__large_1am21 {
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
- .typography__large_1u2wm.typography__font_1u2wm {
48
+ .typography__large_1am21.typography__font_1am21 {
49
49
  font-weight: 500;
50
50
  font-feature-settings: 'ss01';
51
51
  font-family: var(--font-family-styrene);
52
52
  }
53
- .typography__regular-large_1u2wm {
53
+ .typography__regular-large_1am21 {
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-large_1u2wm.typography__font_1u2wm {
59
+ .typography__regular-large_1am21.typography__font_1am21 {
60
60
  font-feature-settings: 'ss01';
61
61
  font-family: var(--font-family-styrene);
62
62
  }
63
- .typography__medium_1u2wm {
63
+ .typography__medium_1am21 {
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
- .typography__medium_1u2wm.typography__font_1u2wm {
69
+ .typography__medium_1am21.typography__font_1am21 {
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-medium_1u2wm {
76
+ .typography__regular-medium_1am21 {
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-medium_1u2wm.typography__font_1u2wm {
82
+ .typography__regular-medium_1am21.typography__font_1am21 {
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
- .typography__small_1u2wm {
88
+ .typography__small_1am21 {
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
- .typography__small_1u2wm.typography__font_1u2wm {
94
+ .typography__small_1am21.typography__font_1am21 {
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-small_1u2wm {
101
+ .typography__regular-small_1am21 {
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-small_1u2wm.typography__font_1u2wm {
107
+ .typography__regular-small_1am21.typography__font_1am21 {
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
- .typography__xsmall_1u2wm {
113
+ .typography__xsmall_1am21 {
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
- .typography__xsmall_1u2wm.typography__font_1u2wm {
119
+ .typography__xsmall_1am21.typography__font_1am21 {
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-xsmall_1u2wm {
126
+ .typography__regular-xsmall_1am21 {
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-xsmall_1u2wm.typography__font_1u2wm {
132
+ .typography__regular-xsmall_1am21.typography__font_1am21 {
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
- .typography__component_1u2wm.typography__margins-xlarge_1u2wm {
138
+ .typography__component_1am21.typography__margins-xlarge_1am21 {
139
139
  margin: var(--gap-0) var(--gap-0) var(--gap-24);
140
140
  }
141
- .typography__component_1u2wm.typography__margins-large_1u2wm {
141
+ .typography__component_1am21.typography__margins-large_1am21 {
142
142
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
143
143
  }
144
- .typography__component_1u2wm.typography__margins-medium_1u2wm {
144
+ .typography__component_1am21.typography__margins-medium_1am21 {
145
145
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
146
146
  }
147
- .typography__component_1u2wm.typography__margins-small_1u2wm {
147
+ .typography__component_1am21.typography__margins-small_1am21 {
148
148
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
149
149
  }
150
- .typography__component_1u2wm.typography__margins-xsmall_1u2wm {
150
+ .typography__component_1am21.typography__margins-xsmall_1am21 {
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":"typography__xlarge_1u2wm","font":"typography__font_1u2wm","regular-xlarge":"typography__regular-xlarge_1u2wm","large":"typography__large_1u2wm","regular-large":"typography__regular-large_1u2wm","medium":"typography__medium_1u2wm","regular-medium":"typography__regular-medium_1u2wm","small":"typography__small_1u2wm","regular-small":"typography__regular-small_1u2wm","xsmall":"typography__xsmall_1u2wm","regular-xsmall":"typography__regular-xsmall_1u2wm","component":"typography__component_1u2wm","margins-xlarge":"typography__margins-xlarge_1u2wm","margins-large":"typography__margins-large_1u2wm","margins-medium":"typography__margins-medium_1u2wm","margins-small":"typography__margins-small_1u2wm","margins-xsmall":"typography__margins-xsmall_1u2wm"};
3
+ var styles = {"xlarge":"typography__xlarge_1am21","font":"typography__font_1am21","regular-xlarge":"typography__regular-xlarge_1am21","large":"typography__large_1am21","regular-large":"typography__regular-large_1am21","medium":"typography__medium_1am21","regular-medium":"typography__regular-medium_1am21","small":"typography__small_1am21","regular-small":"typography__regular-small_1am21","xsmall":"typography__xsmall_1am21","regular-xsmall":"typography__regular-xsmall_1am21","component":"typography__component_1am21","margins-xlarge":"typography__margins-xlarge_1am21","margins-large":"typography__margins-large_1am21","margins-medium":"typography__margins-medium_1am21","margins-small":"typography__margins-small_1am21","margins-xsmall":"typography__margins-xsmall_1am21"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map