@alfalab/core-components-typography 6.0.6 → 6.0.7

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_1qmih {
23
+ .typography__tertiary_lgmjt {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_1qmih {
26
+ .typography__disabled_lgmjt {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_1qmih {
29
+ .typography__accent_lgmjt {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_1qmih {
32
+ .typography__primary_lgmjt {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_1qmih {
35
+ .typography__attention_lgmjt {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_1qmih {
38
+ .typography__positive_lgmjt {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_1qmih {
41
+ .typography__secondary_lgmjt {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_1qmih {
44
+ .typography__tertiary-inverted_lgmjt {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_1qmih {
47
+ .typography__primary-inverted_lgmjt {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_1qmih {
50
+ .typography__secondary-inverted_lgmjt {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_1qmih {
53
+ .typography__link_lgmjt {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_1qmih {
56
+ .typography__negative_lgmjt {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_1qmih {
59
+ .typography__static-primary-light_lgmjt {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_1qmih {
62
+ .typography__static-secondary-light_lgmjt {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_1qmih {
65
+ .typography__static-tertiary-light_lgmjt {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_1qmih {
68
+ .typography__static-primary-dark_lgmjt {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_1qmih {
71
+ .typography__static-secondary-dark_lgmjt {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_1qmih {
74
+ .typography__static-tertiary-dark_lgmjt {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_1qmih {
77
+ .typography__static-accent_lgmjt {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_1qmih {
80
+ .typography__static-positive_lgmjt {
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_1qmih","disabled":"typography__disabled_1qmih","accent":"typography__accent_1qmih","primary":"typography__primary_1qmih","attention":"typography__attention_1qmih","positive":"typography__positive_1qmih","secondary":"typography__secondary_1qmih","tertiary-inverted":"typography__tertiary-inverted_1qmih","primary-inverted":"typography__primary-inverted_1qmih","secondary-inverted":"typography__secondary-inverted_1qmih","link":"typography__link_1qmih","negative":"typography__negative_1qmih","static-primary-light":"typography__static-primary-light_1qmih","static-secondary-light":"typography__static-secondary-light_1qmih","static-tertiary-light":"typography__static-tertiary-light_1qmih","static-primary-dark":"typography__static-primary-dark_1qmih","static-secondary-dark":"typography__static-secondary-dark_1qmih","static-tertiary-dark":"typography__static-tertiary-dark_1qmih","static-accent":"typography__static-accent_1qmih","static-positive":"typography__static-positive_1qmih"};
5
+ var colors = {"tertiary":"typography__tertiary_lgmjt","disabled":"typography__disabled_lgmjt","accent":"typography__accent_lgmjt","primary":"typography__primary_lgmjt","attention":"typography__attention_lgmjt","positive":"typography__positive_lgmjt","secondary":"typography__secondary_lgmjt","tertiary-inverted":"typography__tertiary-inverted_lgmjt","primary-inverted":"typography__primary-inverted_lgmjt","secondary-inverted":"typography__secondary-inverted_lgmjt","link":"typography__link_lgmjt","negative":"typography__negative_lgmjt","static-primary-light":"typography__static-primary-light_lgmjt","static-secondary-light":"typography__static-secondary-light_lgmjt","static-tertiary-light":"typography__static-tertiary-light_lgmjt","static-primary-dark":"typography__static-primary-dark_lgmjt","static-secondary-dark":"typography__static-secondary-dark_lgmjt","static-tertiary-dark":"typography__static-tertiary-dark_lgmjt","static-accent":"typography__static-accent_lgmjt","static-positive":"typography__static-positive_lgmjt"};
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_1qmih {
23
+ .typography__tertiary_lgmjt {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_1qmih {
26
+ .typography__disabled_lgmjt {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_1qmih {
29
+ .typography__accent_lgmjt {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_1qmih {
32
+ .typography__primary_lgmjt {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_1qmih {
35
+ .typography__attention_lgmjt {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_1qmih {
38
+ .typography__positive_lgmjt {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_1qmih {
41
+ .typography__secondary_lgmjt {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_1qmih {
44
+ .typography__tertiary-inverted_lgmjt {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_1qmih {
47
+ .typography__primary-inverted_lgmjt {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_1qmih {
50
+ .typography__secondary-inverted_lgmjt {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_1qmih {
53
+ .typography__link_lgmjt {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_1qmih {
56
+ .typography__negative_lgmjt {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_1qmih {
59
+ .typography__static-primary-light_lgmjt {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_1qmih {
62
+ .typography__static-secondary-light_lgmjt {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_1qmih {
65
+ .typography__static-tertiary-light_lgmjt {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_1qmih {
68
+ .typography__static-primary-dark_lgmjt {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_1qmih {
71
+ .typography__static-secondary-dark_lgmjt {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_1qmih {
74
+ .typography__static-tertiary-dark_lgmjt {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_1qmih {
77
+ .typography__static-accent_lgmjt {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_1qmih {
80
+ .typography__static-positive_lgmjt {
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_1qmih","disabled":"typography__disabled_1qmih","accent":"typography__accent_1qmih","primary":"typography__primary_1qmih","attention":"typography__attention_1qmih","positive":"typography__positive_1qmih","secondary":"typography__secondary_1qmih","tertiary-inverted":"typography__tertiary-inverted_1qmih","primary-inverted":"typography__primary-inverted_1qmih","secondary-inverted":"typography__secondary-inverted_1qmih","link":"typography__link_1qmih","negative":"typography__negative_1qmih","static-primary-light":"typography__static-primary-light_1qmih","static-secondary-light":"typography__static-secondary-light_1qmih","static-tertiary-light":"typography__static-tertiary-light_1qmih","static-primary-dark":"typography__static-primary-dark_1qmih","static-secondary-dark":"typography__static-secondary-dark_1qmih","static-tertiary-dark":"typography__static-tertiary-dark_1qmih","static-accent":"typography__static-accent_1qmih","static-positive":"typography__static-positive_1qmih"};
3
+ var colors = {"tertiary":"typography__tertiary_lgmjt","disabled":"typography__disabled_lgmjt","accent":"typography__accent_lgmjt","primary":"typography__primary_lgmjt","attention":"typography__attention_lgmjt","positive":"typography__positive_lgmjt","secondary":"typography__secondary_lgmjt","tertiary-inverted":"typography__tertiary-inverted_lgmjt","primary-inverted":"typography__primary-inverted_lgmjt","secondary-inverted":"typography__secondary-inverted_lgmjt","link":"typography__link_lgmjt","negative":"typography__negative_lgmjt","static-primary-light":"typography__static-primary-light_lgmjt","static-secondary-light":"typography__static-secondary-light_lgmjt","static-tertiary-light":"typography__static-tertiary-light_lgmjt","static-primary-dark":"typography__static-primary-dark_lgmjt","static-secondary-dark":"typography__static-secondary-dark_lgmjt","static-tertiary-dark":"typography__static-tertiary-dark_lgmjt","static-accent":"typography__static-accent_lgmjt","static-positive":"typography__static-positive_lgmjt"};
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_1u55a {
10
+ .typography__transparent_knen6 {
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_1u55a {
16
+ .typography__paragraph_knen6 {
17
17
  margin: var(--gap-0);
18
18
  padding: var(--gap-0);
19
19
  }
20
- .typography__paragraphWithMargins_1u55a {
20
+ .typography__paragraphWithMargins_knen6 {
21
21
  padding: var(--gap-0);
22
22
  margin: var(--text-paragraph-margin-bottom);
23
23
  }
24
- .typography__component_1u55a {
24
+ .typography__component_knen6 {
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_1u55a.typography__bold_1u55a {
30
+ .typography__component_knen6.typography__bold_knen6 {
31
31
  font-weight: 700;
32
32
  }
33
- .typography__component_1u55a.typography__medium_1u55a {
33
+ .typography__component_knen6.typography__medium_knen6 {
34
34
  font-weight: 500;
35
35
  }
36
- .typography__caps_1u55a {
36
+ .typography__caps_knen6 {
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_1u55a.typography__bold_1u55a {
44
+ .typography__caps_knen6.typography__bold_knen6 {
45
45
  font-weight: 700;
46
46
  }
47
- .typography__caps_1u55a.typography__medium_1u55a {
47
+ .typography__caps_knen6.typography__medium_knen6 {
48
48
  font-weight: 500;
49
49
  }
50
- .typography__tagline_1u55a {
50
+ .typography__tagline_knen6 {
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_1u55a.typography__bold_1u55a {
58
+ .typography__tagline_knen6.typography__bold_knen6 {
59
59
  font-weight: 700;
60
60
  }
61
- .typography__tagline_1u55a.typography__medium_1u55a {
61
+ .typography__tagline_knen6.typography__medium_knen6 {
62
62
  font-weight: 500;
63
63
  }
64
- .typography__primary-large_1u55a {
64
+ .typography__primary-large_knen6 {
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_1u55a.typography__bold_1u55a {
70
+ .typography__primary-large_knen6.typography__bold_knen6 {
71
71
  font-weight: 700;
72
72
  }
73
- .typography__primary-large_1u55a.typography__medium_1u55a {
73
+ .typography__primary-large_knen6.typography__medium_knen6 {
74
74
  font-weight: 500;
75
75
  }
76
- .typography__primary-medium_1u55a {
76
+ .typography__primary-medium_knen6 {
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_1u55a.typography__bold_1u55a {
82
+ .typography__primary-medium_knen6.typography__bold_knen6 {
83
83
  font-weight: 700;
84
84
  }
85
- .typography__primary-medium_1u55a.typography__medium_1u55a {
85
+ .typography__primary-medium_knen6.typography__medium_knen6 {
86
86
  font-weight: 500;
87
87
  }
88
- .typography__primary-small_1u55a {
88
+ .typography__primary-small_knen6 {
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_1u55a.typography__bold_1u55a {
94
+ .typography__primary-small_knen6.typography__bold_knen6 {
95
95
  font-weight: 700;
96
96
  }
97
- .typography__primary-small_1u55a.typography__medium_1u55a {
97
+ .typography__primary-small_knen6.typography__medium_knen6 {
98
98
  font-weight: 500;
99
99
  }
100
- .typography__component-primary_1u55a {
100
+ .typography__component-primary_knen6 {
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_1u55a.typography__bold_1u55a {
106
+ .typography__component-primary_knen6.typography__bold_knen6 {
107
107
  font-weight: 700;
108
108
  }
109
- .typography__component-primary_1u55a.typography__medium_1u55a {
109
+ .typography__component-primary_knen6.typography__medium_knen6 {
110
110
  font-weight: 500;
111
111
  }
112
- .typography__secondary-large_1u55a {
112
+ .typography__secondary-large_knen6 {
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_1u55a.typography__bold_1u55a {
118
+ .typography__secondary-large_knen6.typography__bold_knen6 {
119
119
  font-weight: 700;
120
120
  }
121
- .typography__secondary-large_1u55a.typography__medium_1u55a {
121
+ .typography__secondary-large_knen6.typography__medium_knen6 {
122
122
  font-weight: 500;
123
123
  }
124
- .typography__secondary-medium_1u55a {
124
+ .typography__secondary-medium_knen6 {
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_1u55a.typography__bold_1u55a {
130
+ .typography__secondary-medium_knen6.typography__bold_knen6 {
131
131
  font-weight: 700;
132
132
  }
133
- .typography__secondary-medium_1u55a.typography__medium_1u55a {
133
+ .typography__secondary-medium_knen6.typography__medium_knen6 {
134
134
  font-weight: 500;
135
135
  }
136
- .typography__secondary-small_1u55a {
136
+ .typography__secondary-small_knen6 {
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_1u55a.typography__bold_1u55a {
142
+ .typography__secondary-small_knen6.typography__bold_knen6 {
143
143
  font-weight: 700;
144
144
  }
145
- .typography__secondary-small_1u55a.typography__medium_1u55a {
145
+ .typography__secondary-small_knen6.typography__medium_knen6 {
146
146
  font-weight: 500;
147
147
  }
148
- .typography__component-secondary_1u55a {
148
+ .typography__component-secondary_knen6 {
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_1u55a.typography__bold_1u55a {
154
+ .typography__component-secondary_knen6.typography__bold_knen6 {
155
155
  font-weight: 700;
156
156
  }
157
- .typography__component-secondary_1u55a.typography__medium_1u55a {
157
+ .typography__component-secondary_knen6.typography__medium_knen6 {
158
158
  font-weight: 500;
159
159
  }
160
- .typography__rowLimit1_1u55a {
160
+ .typography__rowLimit1_knen6 {
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_1u55a {
167
+ .typography__rowLimit2_knen6 {
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_1u55a {
173
+ .typography__rowLimit3_knen6 {
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_1u55a {
179
+ .typography__monospace_knen6 {
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_1u55a","paragraph":"typography__paragraph_1u55a","paragraphWithMargins":"typography__paragraphWithMargins_1u55a","component":"typography__component_1u55a","bold":"typography__bold_1u55a","medium":"typography__medium_1u55a","caps":"typography__caps_1u55a","tagline":"typography__tagline_1u55a","primary-large":"typography__primary-large_1u55a","primary-medium":"typography__primary-medium_1u55a","primary-small":"typography__primary-small_1u55a","component-primary":"typography__component-primary_1u55a","secondary-large":"typography__secondary-large_1u55a","secondary-medium":"typography__secondary-medium_1u55a","secondary-small":"typography__secondary-small_1u55a","component-secondary":"typography__component-secondary_1u55a","rowLimit1":"typography__rowLimit1_1u55a","rowLimit2":"typography__rowLimit2_1u55a","rowLimit3":"typography__rowLimit3_1u55a","monospace":"typography__monospace_1u55a"};
3
+ var styles = {"transparent":"typography__transparent_knen6","paragraph":"typography__paragraph_knen6","paragraphWithMargins":"typography__paragraphWithMargins_knen6","component":"typography__component_knen6","bold":"typography__bold_knen6","medium":"typography__medium_knen6","caps":"typography__caps_knen6","tagline":"typography__tagline_knen6","primary-large":"typography__primary-large_knen6","primary-medium":"typography__primary-medium_knen6","primary-small":"typography__primary-small_knen6","component-primary":"typography__component-primary_knen6","secondary-large":"typography__secondary-large_knen6","secondary-medium":"typography__secondary-medium_knen6","secondary-small":"typography__secondary-small_knen6","component-secondary":"typography__component-secondary_knen6","rowLimit1":"typography__rowLimit1_knen6","rowLimit2":"typography__rowLimit2_knen6","rowLimit3":"typography__rowLimit3_knen6","monospace":"typography__monospace_knen6"};
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_n57ko {
4
+ .typography__transparent_1cokz {
5
5
  opacity: 0;
6
6
  }
7
- .typography__component_n57ko {
7
+ .typography__component_1cokz {
8
8
  margin: var(--gap-0);
9
9
  padding: var(--gap-0);
10
10
  }
11
- .typography__rowLimit1_n57ko {
11
+ .typography__rowLimit1_1cokz {
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_n57ko {
18
+ .typography__rowLimit2_1cokz {
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_n57ko {
24
+ .typography__rowLimit3_1cokz {
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_n57ko","component":"typography__component_n57ko","rowLimit1":"typography__rowLimit1_n57ko","rowLimit2":"typography__rowLimit2_n57ko","rowLimit3":"typography__rowLimit3_n57ko"};
3
+ var commonStyles = {"transparent":"typography__transparent_1cokz","component":"typography__component_1cokz","rowLimit1":"typography__rowLimit1_1cokz","rowLimit2":"typography__rowLimit2_1cokz","rowLimit3":"typography__rowLimit3_1cokz"};
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_1pr33 {
19
+ .typography__xlarge_9p1fl {
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_1pr33.typography__font_1pr33 {
25
+ .typography__xlarge_9p1fl.typography__font_9p1fl {
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_1pr33 {
31
+ .typography__regular-xlarge_9p1fl {
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_1pr33.typography__font_1pr33 {
37
+ .typography__regular-xlarge_9p1fl.typography__font_9p1fl {
38
38
  line-height: 64px;
39
39
  font-feature-settings: 'ss01';
40
40
  font-family: var(--font-family-styrene);
41
41
  }
42
- .typography__large_1pr33 {
42
+ .typography__large_9p1fl {
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_1pr33.typography__font_1pr33 {
48
+ .typography__large_9p1fl.typography__font_9p1fl {
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_1pr33 {
53
+ .typography__regular-large_9p1fl {
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_1pr33.typography__font_1pr33 {
59
+ .typography__regular-large_9p1fl.typography__font_9p1fl {
60
60
  font-feature-settings: 'ss01';
61
61
  font-family: var(--font-family-styrene);
62
62
  }
63
- .typography__medium_1pr33 {
63
+ .typography__medium_9p1fl {
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_1pr33.typography__font_1pr33 {
69
+ .typography__medium_9p1fl.typography__font_9p1fl {
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_1pr33 {
76
+ .typography__regular-medium_9p1fl {
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_1pr33.typography__font_1pr33 {
82
+ .typography__regular-medium_9p1fl.typography__font_9p1fl {
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_1pr33 {
88
+ .typography__small_9p1fl {
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_1pr33.typography__font_1pr33 {
94
+ .typography__small_9p1fl.typography__font_9p1fl {
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_1pr33 {
101
+ .typography__regular-small_9p1fl {
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_1pr33.typography__font_1pr33 {
107
+ .typography__regular-small_9p1fl.typography__font_9p1fl {
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_1pr33 {
113
+ .typography__xsmall_9p1fl {
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_1pr33.typography__font_1pr33 {
119
+ .typography__xsmall_9p1fl.typography__font_9p1fl {
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_1pr33 {
126
+ .typography__regular-xsmall_9p1fl {
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_1pr33.typography__font_1pr33 {
132
+ .typography__regular-xsmall_9p1fl.typography__font_9p1fl {
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_1pr33.typography__margins-xlarge_1pr33 {
138
+ .typography__component_9p1fl.typography__margins-xlarge_9p1fl {
139
139
  margin: var(--gap-0) var(--gap-0) var(--gap-24);
140
140
  }
141
- .typography__component_1pr33.typography__margins-large_1pr33 {
141
+ .typography__component_9p1fl.typography__margins-large_9p1fl {
142
142
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
143
143
  }
144
- .typography__component_1pr33.typography__margins-medium_1pr33 {
144
+ .typography__component_9p1fl.typography__margins-medium_9p1fl {
145
145
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
146
146
  }
147
- .typography__component_1pr33.typography__margins-small_1pr33 {
147
+ .typography__component_9p1fl.typography__margins-small_9p1fl {
148
148
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
149
149
  }
150
- .typography__component_1pr33.typography__margins-xsmall_1pr33 {
150
+ .typography__component_9p1fl.typography__margins-xsmall_9p1fl {
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_1pr33","font":"typography__font_1pr33","regular-xlarge":"typography__regular-xlarge_1pr33","large":"typography__large_1pr33","regular-large":"typography__regular-large_1pr33","medium":"typography__medium_1pr33","regular-medium":"typography__regular-medium_1pr33","small":"typography__small_1pr33","regular-small":"typography__regular-small_1pr33","xsmall":"typography__xsmall_1pr33","regular-xsmall":"typography__regular-xsmall_1pr33","component":"typography__component_1pr33","margins-xlarge":"typography__margins-xlarge_1pr33","margins-large":"typography__margins-large_1pr33","margins-medium":"typography__margins-medium_1pr33","margins-small":"typography__margins-small_1pr33","margins-xsmall":"typography__margins-xsmall_1pr33"};
3
+ var styles = {"xlarge":"typography__xlarge_9p1fl","font":"typography__font_9p1fl","regular-xlarge":"typography__regular-xlarge_9p1fl","large":"typography__large_9p1fl","regular-large":"typography__regular-large_9p1fl","medium":"typography__medium_9p1fl","regular-medium":"typography__regular-medium_9p1fl","small":"typography__small_9p1fl","regular-small":"typography__regular-small_9p1fl","xsmall":"typography__xsmall_9p1fl","regular-xsmall":"typography__regular-xsmall_9p1fl","component":"typography__component_9p1fl","margins-xlarge":"typography__margins-xlarge_9p1fl","margins-large":"typography__margins-large_9p1fl","margins-medium":"typography__margins-medium_9p1fl","margins-small":"typography__margins-small_9p1fl","margins-xsmall":"typography__margins-xsmall_9p1fl"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map