@alfalab/core-components-typography 6.0.7 → 6.0.8

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.
Files changed (42) hide show
  1. package/colors.css +20 -20
  2. package/colors.module.css.js +1 -1
  3. package/cssm/title/component.d.ts +0 -4
  4. package/cssm/title/component.js.map +1 -1
  5. package/esm/colors.css +20 -20
  6. package/esm/colors.module.css.js +1 -1
  7. package/esm/text/index.css +40 -40
  8. package/esm/text/index.module.css.js +1 -1
  9. package/esm/title/common.css +5 -5
  10. package/esm/title/common.module.css.js +1 -1
  11. package/esm/title/component.d.ts +0 -4
  12. package/esm/title/component.js.map +1 -1
  13. package/esm/title/index.css +25 -25
  14. package/esm/title/index.module.css.js +1 -1
  15. package/esm/title-mobile/index.css +25 -25
  16. package/esm/title-mobile/index.module.css.js +1 -1
  17. package/modern/colors.css +20 -20
  18. package/modern/colors.module.css.js +1 -1
  19. package/modern/text/index.css +40 -40
  20. package/modern/text/index.module.css.js +1 -1
  21. package/modern/title/common.css +5 -5
  22. package/modern/title/common.module.css.js +1 -1
  23. package/modern/title/component.d.ts +0 -4
  24. package/modern/title/component.js.map +1 -1
  25. package/modern/title/index.css +25 -25
  26. package/modern/title/index.module.css.js +1 -1
  27. package/modern/title-mobile/index.css +25 -25
  28. package/modern/title-mobile/index.module.css.js +1 -1
  29. package/moderncssm/title/component.d.ts +0 -4
  30. package/moderncssm/title/component.js.map +1 -1
  31. package/package.json +1 -1
  32. package/src/title/component.tsx +0 -2
  33. package/text/index.css +40 -40
  34. package/text/index.module.css.js +1 -1
  35. package/title/common.css +5 -5
  36. package/title/common.module.css.js +1 -1
  37. package/title/component.d.ts +0 -4
  38. package/title/component.js.map +1 -1
  39. package/title/index.css +25 -25
  40. package/title/index.module.css.js +1 -1
  41. package/title-mobile/index.css +25 -25
  42. package/title-mobile/index.module.css.js +1 -1
@@ -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_9p1fl {
19
+ .typography__xlarge_mzviu {
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_9p1fl.typography__font_9p1fl {
25
+ .typography__xlarge_mzviu.typography__font_mzviu {
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_9p1fl {
31
+ .typography__regular-xlarge_mzviu {
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_9p1fl.typography__font_9p1fl {
37
+ .typography__regular-xlarge_mzviu.typography__font_mzviu {
38
38
  line-height: 64px;
39
39
  font-feature-settings: 'ss01';
40
40
  font-family: var(--font-family-styrene);
41
41
  }
42
- .typography__large_9p1fl {
42
+ .typography__large_mzviu {
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_9p1fl.typography__font_9p1fl {
48
+ .typography__large_mzviu.typography__font_mzviu {
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_9p1fl {
53
+ .typography__regular-large_mzviu {
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_9p1fl.typography__font_9p1fl {
59
+ .typography__regular-large_mzviu.typography__font_mzviu {
60
60
  font-feature-settings: 'ss01';
61
61
  font-family: var(--font-family-styrene);
62
62
  }
63
- .typography__medium_9p1fl {
63
+ .typography__medium_mzviu {
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_9p1fl.typography__font_9p1fl {
69
+ .typography__medium_mzviu.typography__font_mzviu {
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_9p1fl {
76
+ .typography__regular-medium_mzviu {
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_9p1fl.typography__font_9p1fl {
82
+ .typography__regular-medium_mzviu.typography__font_mzviu {
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_9p1fl {
88
+ .typography__small_mzviu {
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_9p1fl.typography__font_9p1fl {
94
+ .typography__small_mzviu.typography__font_mzviu {
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_9p1fl {
101
+ .typography__regular-small_mzviu {
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_9p1fl.typography__font_9p1fl {
107
+ .typography__regular-small_mzviu.typography__font_mzviu {
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_9p1fl {
113
+ .typography__xsmall_mzviu {
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_9p1fl.typography__font_9p1fl {
119
+ .typography__xsmall_mzviu.typography__font_mzviu {
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_9p1fl {
126
+ .typography__regular-xsmall_mzviu {
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_9p1fl.typography__font_9p1fl {
132
+ .typography__regular-xsmall_mzviu.typography__font_mzviu {
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_9p1fl.typography__margins-xlarge_9p1fl {
138
+ .typography__component_mzviu.typography__margins-xlarge_mzviu {
139
139
  margin: var(--gap-0) var(--gap-0) var(--gap-24);
140
140
  }
141
- .typography__component_9p1fl.typography__margins-large_9p1fl {
141
+ .typography__component_mzviu.typography__margins-large_mzviu {
142
142
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
143
143
  }
144
- .typography__component_9p1fl.typography__margins-medium_9p1fl {
144
+ .typography__component_mzviu.typography__margins-medium_mzviu {
145
145
  margin: var(--gap-48) var(--gap-0) var(--gap-24);
146
146
  }
147
- .typography__component_9p1fl.typography__margins-small_9p1fl {
147
+ .typography__component_mzviu.typography__margins-small_mzviu {
148
148
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
149
149
  }
150
- .typography__component_9p1fl.typography__margins-xsmall_9p1fl {
150
+ .typography__component_mzviu.typography__margins-xsmall_mzviu {
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_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"};
3
+ var styles = {"xlarge":"typography__xlarge_mzviu","font":"typography__font_mzviu","regular-xlarge":"typography__regular-xlarge_mzviu","large":"typography__large_mzviu","regular-large":"typography__regular-large_mzviu","medium":"typography__medium_mzviu","regular-medium":"typography__regular-medium_mzviu","small":"typography__small_mzviu","regular-small":"typography__regular-small_mzviu","xsmall":"typography__xsmall_mzviu","regular-xsmall":"typography__regular-xsmall_mzviu","component":"typography__component_mzviu","margins-xlarge":"typography__margins-xlarge_mzviu","margins-large":"typography__margins-large_mzviu","margins-medium":"typography__margins-medium_mzviu","margins-small":"typography__margins-small_mzviu","margins-xsmall":"typography__margins-xsmall_mzviu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -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
- .typography__xlarge_13n6g {
17
+ .typography__xlarge_1v3ec {
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
- .typography__xlarge_13n6g.typography__font_13n6g {
23
+ .typography__xlarge_1v3ec.typography__font_1v3ec {
24
24
  font-weight: 500;
25
25
  font-feature-settings: 'ss01';
26
26
  font-family: var(--font-family-styrene);
27
27
  }
28
- .typography__regular-xlarge_13n6g {
28
+ .typography__regular-xlarge_1v3ec {
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-xlarge_13n6g.typography__system_13n6g {
34
+ .typography__regular-xlarge_1v3ec.typography__system_1v3ec {
35
35
  font-feature-settings: 'ss01';
36
36
  font-family: var(--font-family-styrene);
37
37
  }
38
- .typography__large_13n6g {
38
+ .typography__large_1v3ec {
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
- .typography__large_13n6g.typography__font_13n6g {
44
+ .typography__large_1v3ec.typography__font_1v3ec {
45
45
  font-weight: 500;
46
46
  font-feature-settings: 'ss01';
47
47
  font-family: var(--font-family-styrene);
48
48
  }
49
- .typography__regular-large_13n6g {
49
+ .typography__regular-large_1v3ec {
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-large_13n6g.typography__system_13n6g {
55
+ .typography__regular-large_1v3ec.typography__system_1v3ec {
56
56
  font-feature-settings: 'ss01';
57
57
  font-family: var(--font-family-styrene);
58
58
  }
59
- .typography__medium_13n6g {
59
+ .typography__medium_1v3ec {
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
- .typography__medium_13n6g.typography__font_13n6g {
65
+ .typography__medium_1v3ec.typography__font_1v3ec {
66
66
  font-weight: 500;
67
67
  font-feature-settings: 'ss01';
68
68
  font-family: var(--font-family-styrene);
69
69
  }
70
- .typography__regular-medium_13n6g {
70
+ .typography__regular-medium_1v3ec {
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-medium_13n6g.typography__system_13n6g {
76
+ .typography__regular-medium_1v3ec.typography__system_1v3ec {
77
77
  font-feature-settings: 'ss01';
78
78
  font-family: var(--font-family-styrene);
79
79
  }
80
- .typography__small_13n6g {
80
+ .typography__small_1v3ec {
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
- .typography__small_13n6g.typography__font_13n6g {
86
+ .typography__small_1v3ec.typography__font_1v3ec {
87
87
  font-weight: 500;
88
88
  font-feature-settings: 'ss01';
89
89
  font-family: var(--font-family-styrene);
90
90
  }
91
- .typography__regular-small_13n6g {
91
+ .typography__regular-small_1v3ec {
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-small_13n6g.typography__system_13n6g {
97
+ .typography__regular-small_1v3ec.typography__system_1v3ec {
98
98
  font-feature-settings: 'ss01';
99
99
  font-family: var(--font-family-styrene);
100
100
  }
101
- .typography__xsmall_13n6g {
101
+ .typography__xsmall_1v3ec {
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
- .typography__xsmall_13n6g.typography__font_13n6g {
107
+ .typography__xsmall_1v3ec.typography__font_1v3ec {
108
108
  font-weight: 500;
109
109
  font-feature-settings: 'ss01';
110
110
  font-family: var(--font-family-styrene);
111
111
  }
112
- .typography__regular-xsmall_13n6g {
112
+ .typography__regular-xsmall_1v3ec {
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-xsmall_13n6g.typography__system_13n6g {
118
+ .typography__regular-xsmall_1v3ec.typography__system_1v3ec {
119
119
  font-feature-settings: 'ss01';
120
120
  font-family: var(--font-family-styrene);
121
121
  }
122
- .typography__component_13n6g.typography__margins-xlarge_13n6g {
122
+ .typography__component_1v3ec.typography__margins-xlarge_1v3ec {
123
123
  margin: var(--gap-0) var(--gap-0) var(--gap-24);
124
124
  }
125
- .typography__component_13n6g.typography__margins-large_13n6g {
125
+ .typography__component_1v3ec.typography__margins-large_1v3ec {
126
126
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
127
127
  }
128
- .typography__component_13n6g.typography__margins-medium_13n6g {
128
+ .typography__component_1v3ec.typography__margins-medium_1v3ec {
129
129
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
130
130
  }
131
- .typography__component_13n6g.typography__margins-small_13n6g {
131
+ .typography__component_1v3ec.typography__margins-small_1v3ec {
132
132
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
133
133
  }
134
- .typography__component_13n6g .typography__margins-xsmall_13n6g {
134
+ .typography__component_1v3ec .typography__margins-xsmall_1v3ec {
135
135
  margin: var(--gap-40) var(--gap-0) var(--gap-16);
136
136
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"xlarge":"typography__xlarge_13n6g","font":"typography__font_13n6g","regular-xlarge":"typography__regular-xlarge_13n6g","system":"typography__system_13n6g","large":"typography__large_13n6g","regular-large":"typography__regular-large_13n6g","medium":"typography__medium_13n6g","regular-medium":"typography__regular-medium_13n6g","small":"typography__small_13n6g","regular-small":"typography__regular-small_13n6g","xsmall":"typography__xsmall_13n6g","regular-xsmall":"typography__regular-xsmall_13n6g","component":"typography__component_13n6g","margins-xlarge":"typography__margins-xlarge_13n6g","margins-large":"typography__margins-large_13n6g","margins-medium":"typography__margins-medium_13n6g","margins-small":"typography__margins-small_13n6g","margins-xsmall":"typography__margins-xsmall_13n6g"};
3
+ var styles = {"xlarge":"typography__xlarge_1v3ec","font":"typography__font_1v3ec","regular-xlarge":"typography__regular-xlarge_1v3ec","system":"typography__system_1v3ec","large":"typography__large_1v3ec","regular-large":"typography__regular-large_1v3ec","medium":"typography__medium_1v3ec","regular-medium":"typography__regular-medium_1v3ec","small":"typography__small_1v3ec","regular-small":"typography__regular-small_1v3ec","xsmall":"typography__xsmall_1v3ec","regular-xsmall":"typography__regular-xsmall_1v3ec","component":"typography__component_1v3ec","margins-xlarge":"typography__margins-xlarge_1v3ec","margins-large":"typography__margins-large_1v3ec","margins-medium":"typography__margins-medium_1v3ec","margins-small":"typography__margins-small_1v3ec","margins-xsmall":"typography__margins-xsmall_1v3ec"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/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_lgmjt {
23
+ .typography__tertiary_188we {
24
24
  color: var(--color-light-text-tertiary);
25
25
  }
26
- .typography__disabled_lgmjt {
26
+ .typography__disabled_188we {
27
27
  color: var(--color-light-text-quaternary);
28
28
  }
29
- .typography__accent_lgmjt {
29
+ .typography__accent_188we {
30
30
  color: var(--color-light-accent-primary);
31
31
  }
32
- .typography__primary_lgmjt {
32
+ .typography__primary_188we {
33
33
  color: var(--color-light-text-primary);
34
34
  }
35
- .typography__attention_lgmjt {
35
+ .typography__attention_188we {
36
36
  color: var(--color-light-text-attention);
37
37
  }
38
- .typography__positive_lgmjt {
38
+ .typography__positive_188we {
39
39
  color: var(--color-light-text-positive);
40
40
  }
41
- .typography__secondary_lgmjt {
41
+ .typography__secondary_188we {
42
42
  color: var(--color-light-text-secondary);
43
43
  }
44
- .typography__tertiary-inverted_lgmjt {
44
+ .typography__tertiary-inverted_188we {
45
45
  color: var(--color-light-text-tertiary-inverted);
46
46
  }
47
- .typography__primary-inverted_lgmjt {
47
+ .typography__primary-inverted_188we {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .typography__secondary-inverted_lgmjt {
50
+ .typography__secondary-inverted_188we {
51
51
  color: var(--color-light-text-secondary-inverted);
52
52
  }
53
- .typography__link_lgmjt {
53
+ .typography__link_188we {
54
54
  color: var(--color-light-text-info);
55
55
  }
56
- .typography__negative_lgmjt {
56
+ .typography__negative_188we {
57
57
  color: var(--color-light-text-negative);
58
58
  }
59
- .typography__static-primary-light_lgmjt {
59
+ .typography__static-primary-light_188we {
60
60
  color: var(--color-static-text-primary-light);
61
61
  }
62
- .typography__static-secondary-light_lgmjt {
62
+ .typography__static-secondary-light_188we {
63
63
  color: var(--color-static-text-secondary-light);
64
64
  }
65
- .typography__static-tertiary-light_lgmjt {
65
+ .typography__static-tertiary-light_188we {
66
66
  color: var(--color-static-text-tertiary-light);
67
67
  }
68
- .typography__static-primary-dark_lgmjt {
68
+ .typography__static-primary-dark_188we {
69
69
  color: var(--color-static-text-primary-dark);
70
70
  }
71
- .typography__static-secondary-dark_lgmjt {
71
+ .typography__static-secondary-dark_188we {
72
72
  color: var(--color-static-text-secondary-dark);
73
73
  }
74
- .typography__static-tertiary-dark_lgmjt {
74
+ .typography__static-tertiary-dark_188we {
75
75
  color: var(--color-static-text-tertiary-dark);
76
76
  }
77
- .typography__static-accent_lgmjt {
77
+ .typography__static-accent_188we {
78
78
  color: var(--color-static-accent-primary);
79
79
  }
80
- .typography__static-positive_lgmjt {
80
+ .typography__static-positive_188we {
81
81
  color: var(--color-static-text-positive);
82
82
  }
@@ -1,6 +1,6 @@
1
1
  import './colors.css';
2
2
 
3
- const 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"};
3
+ const colors = {"tertiary":"typography__tertiary_188we","disabled":"typography__disabled_188we","accent":"typography__accent_188we","primary":"typography__primary_188we","attention":"typography__attention_188we","positive":"typography__positive_188we","secondary":"typography__secondary_188we","tertiary-inverted":"typography__tertiary-inverted_188we","primary-inverted":"typography__primary-inverted_188we","secondary-inverted":"typography__secondary-inverted_188we","link":"typography__link_188we","negative":"typography__negative_188we","static-primary-light":"typography__static-primary-light_188we","static-secondary-light":"typography__static-secondary-light_188we","static-tertiary-light":"typography__static-tertiary-light_188we","static-primary-dark":"typography__static-primary-dark_188we","static-secondary-dark":"typography__static-secondary-dark_188we","static-tertiary-dark":"typography__static-tertiary-dark_188we","static-accent":"typography__static-accent_188we","static-positive":"typography__static-positive_188we"};
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_knen6 {
10
+ .typography__transparent_16x2a {
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_knen6 {
16
+ .typography__paragraph_16x2a {
17
17
  margin: var(--gap-0);
18
18
  padding: var(--gap-0);
19
19
  }
20
- .typography__paragraphWithMargins_knen6 {
20
+ .typography__paragraphWithMargins_16x2a {
21
21
  padding: var(--gap-0);
22
22
  margin: var(--text-paragraph-margin-bottom);
23
23
  }
24
- .typography__component_knen6 {
24
+ .typography__component_16x2a {
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_knen6.typography__bold_knen6 {
30
+ .typography__component_16x2a.typography__bold_16x2a {
31
31
  font-weight: 700;
32
32
  }
33
- .typography__component_knen6.typography__medium_knen6 {
33
+ .typography__component_16x2a.typography__medium_16x2a {
34
34
  font-weight: 500;
35
35
  }
36
- .typography__caps_knen6 {
36
+ .typography__caps_16x2a {
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_knen6.typography__bold_knen6 {
44
+ .typography__caps_16x2a.typography__bold_16x2a {
45
45
  font-weight: 700;
46
46
  }
47
- .typography__caps_knen6.typography__medium_knen6 {
47
+ .typography__caps_16x2a.typography__medium_16x2a {
48
48
  font-weight: 500;
49
49
  }
50
- .typography__tagline_knen6 {
50
+ .typography__tagline_16x2a {
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_knen6.typography__bold_knen6 {
58
+ .typography__tagline_16x2a.typography__bold_16x2a {
59
59
  font-weight: 700;
60
60
  }
61
- .typography__tagline_knen6.typography__medium_knen6 {
61
+ .typography__tagline_16x2a.typography__medium_16x2a {
62
62
  font-weight: 500;
63
63
  }
64
- .typography__primary-large_knen6 {
64
+ .typography__primary-large_16x2a {
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_knen6.typography__bold_knen6 {
70
+ .typography__primary-large_16x2a.typography__bold_16x2a {
71
71
  font-weight: 700;
72
72
  }
73
- .typography__primary-large_knen6.typography__medium_knen6 {
73
+ .typography__primary-large_16x2a.typography__medium_16x2a {
74
74
  font-weight: 500;
75
75
  }
76
- .typography__primary-medium_knen6 {
76
+ .typography__primary-medium_16x2a {
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_knen6.typography__bold_knen6 {
82
+ .typography__primary-medium_16x2a.typography__bold_16x2a {
83
83
  font-weight: 700;
84
84
  }
85
- .typography__primary-medium_knen6.typography__medium_knen6 {
85
+ .typography__primary-medium_16x2a.typography__medium_16x2a {
86
86
  font-weight: 500;
87
87
  }
88
- .typography__primary-small_knen6 {
88
+ .typography__primary-small_16x2a {
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_knen6.typography__bold_knen6 {
94
+ .typography__primary-small_16x2a.typography__bold_16x2a {
95
95
  font-weight: 700;
96
96
  }
97
- .typography__primary-small_knen6.typography__medium_knen6 {
97
+ .typography__primary-small_16x2a.typography__medium_16x2a {
98
98
  font-weight: 500;
99
99
  }
100
- .typography__component-primary_knen6 {
100
+ .typography__component-primary_16x2a {
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_knen6.typography__bold_knen6 {
106
+ .typography__component-primary_16x2a.typography__bold_16x2a {
107
107
  font-weight: 700;
108
108
  }
109
- .typography__component-primary_knen6.typography__medium_knen6 {
109
+ .typography__component-primary_16x2a.typography__medium_16x2a {
110
110
  font-weight: 500;
111
111
  }
112
- .typography__secondary-large_knen6 {
112
+ .typography__secondary-large_16x2a {
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_knen6.typography__bold_knen6 {
118
+ .typography__secondary-large_16x2a.typography__bold_16x2a {
119
119
  font-weight: 700;
120
120
  }
121
- .typography__secondary-large_knen6.typography__medium_knen6 {
121
+ .typography__secondary-large_16x2a.typography__medium_16x2a {
122
122
  font-weight: 500;
123
123
  }
124
- .typography__secondary-medium_knen6 {
124
+ .typography__secondary-medium_16x2a {
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_knen6.typography__bold_knen6 {
130
+ .typography__secondary-medium_16x2a.typography__bold_16x2a {
131
131
  font-weight: 700;
132
132
  }
133
- .typography__secondary-medium_knen6.typography__medium_knen6 {
133
+ .typography__secondary-medium_16x2a.typography__medium_16x2a {
134
134
  font-weight: 500;
135
135
  }
136
- .typography__secondary-small_knen6 {
136
+ .typography__secondary-small_16x2a {
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_knen6.typography__bold_knen6 {
142
+ .typography__secondary-small_16x2a.typography__bold_16x2a {
143
143
  font-weight: 700;
144
144
  }
145
- .typography__secondary-small_knen6.typography__medium_knen6 {
145
+ .typography__secondary-small_16x2a.typography__medium_16x2a {
146
146
  font-weight: 500;
147
147
  }
148
- .typography__component-secondary_knen6 {
148
+ .typography__component-secondary_16x2a {
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_knen6.typography__bold_knen6 {
154
+ .typography__component-secondary_16x2a.typography__bold_16x2a {
155
155
  font-weight: 700;
156
156
  }
157
- .typography__component-secondary_knen6.typography__medium_knen6 {
157
+ .typography__component-secondary_16x2a.typography__medium_16x2a {
158
158
  font-weight: 500;
159
159
  }
160
- .typography__rowLimit1_knen6 {
160
+ .typography__rowLimit1_16x2a {
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_knen6 {
167
+ .typography__rowLimit2_16x2a {
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_knen6 {
173
+ .typography__rowLimit3_16x2a {
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_knen6 {
179
+ .typography__monospace_16x2a {
180
180
  font-feature-settings: "tnum";
181
181
  font-variant-numeric: tabular-nums;
182
182
  }