@preply/ds-web-root 0.41.0 → 0.42.0
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/dist/components/GlobalStyle/index.d.ts +1 -0
- package/dist/components/GlobalStyle/index.js +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/generated/GlobalStyle.d.ts +2 -0
- package/dist/generated/GlobalStyle.js +202 -0
- package/dist/generated/global-style.less +193 -0
- package/dist/generated/global-style.less.js +8 -0
- package/dist/generated/themes.d.ts +1 -1
- package/dist/generated/themes.js +2 -2
- package/dist/generated/themes.module.less +5 -5
- package/dist/generated/themes.module.less.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/styles/global-style.less +1 -0
- package/dist/styles/global-style.less.js +8 -0
- package/package.json +12 -12
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GlobalStyle } from '../../generated/GlobalStyle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './GlobalStyle';
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
/* eslint-disable react/no-danger */
|
|
4
|
+
const GlobalStyle = () => (React.createElement("style", { "data-ds-style": "global", dangerouslySetInnerHTML: {
|
|
5
|
+
__html: `/* Variable fonts */
|
|
6
|
+
/* English */
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: 'PreplyInterV';
|
|
9
|
+
font-weight: 400 700;
|
|
10
|
+
font-display: swap;
|
|
11
|
+
font-style: oblique 0deg 10deg;
|
|
12
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2') format('woff2');
|
|
13
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
14
|
+
}
|
|
15
|
+
/* Cyrillic */
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'PreplyInterV';
|
|
18
|
+
font-weight: 400 700;
|
|
19
|
+
font-display: swap;
|
|
20
|
+
font-style: oblique 0deg 10deg;
|
|
21
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2') format('woff2');
|
|
22
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
23
|
+
}
|
|
24
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'PreplyInterV';
|
|
27
|
+
font-weight: 400 700;
|
|
28
|
+
font-display: swap;
|
|
29
|
+
font-style: oblique 0deg 10deg;
|
|
30
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2') format('woff2');
|
|
31
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
32
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
33
|
+
U+15F, U+178-17C, U+1E9E;
|
|
34
|
+
}
|
|
35
|
+
/* Non-variable fonts */
|
|
36
|
+
/* English */
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'PreplyInter';
|
|
39
|
+
font-style: normal;
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
font-display: swap;
|
|
42
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2') format('woff2');
|
|
43
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
44
|
+
}
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'PreplyInter';
|
|
47
|
+
font-style: normal;
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
font-display: swap;
|
|
50
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2') format('woff2');
|
|
51
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
52
|
+
}
|
|
53
|
+
@font-face {
|
|
54
|
+
font-family: 'PreplyInter';
|
|
55
|
+
font-style: normal;
|
|
56
|
+
font-weight: 700;
|
|
57
|
+
font-display: swap;
|
|
58
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2') format('woff2');
|
|
59
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
60
|
+
}
|
|
61
|
+
@font-face {
|
|
62
|
+
font-family: 'PreplyInter';
|
|
63
|
+
font-style: oblique 10deg;
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
font-display: swap;
|
|
66
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2') format('woff2');
|
|
67
|
+
unicode-range: U+0000-00FF;
|
|
68
|
+
}
|
|
69
|
+
@font-face {
|
|
70
|
+
font-family: 'PreplyInter';
|
|
71
|
+
font-style: oblique 10deg;
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
font-display: swap;
|
|
74
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2')
|
|
75
|
+
format('woff2');
|
|
76
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
77
|
+
}
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'PreplyInter';
|
|
80
|
+
font-style: oblique 10deg;
|
|
81
|
+
font-weight: 700;
|
|
82
|
+
font-display: swap;
|
|
83
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2') format('woff2');
|
|
84
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
85
|
+
}
|
|
86
|
+
/* Cyrillic */
|
|
87
|
+
@font-face {
|
|
88
|
+
font-family: 'PreplyInter';
|
|
89
|
+
font-style: normal;
|
|
90
|
+
font-weight: 400;
|
|
91
|
+
font-display: swap;
|
|
92
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2') format('woff2');
|
|
93
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
94
|
+
}
|
|
95
|
+
@font-face {
|
|
96
|
+
font-family: 'PreplyInter';
|
|
97
|
+
font-style: normal;
|
|
98
|
+
font-weight: 500;
|
|
99
|
+
font-display: swap;
|
|
100
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2') format('woff2');
|
|
101
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
102
|
+
}
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: 'PreplyInter';
|
|
105
|
+
font-style: normal;
|
|
106
|
+
font-weight: 700;
|
|
107
|
+
font-display: swap;
|
|
108
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2') format('woff2');
|
|
109
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
110
|
+
}
|
|
111
|
+
@font-face {
|
|
112
|
+
font-family: 'PreplyInter';
|
|
113
|
+
font-style: oblique 10deg;
|
|
114
|
+
font-weight: 400;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2') format('woff2');
|
|
117
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
118
|
+
}
|
|
119
|
+
@font-face {
|
|
120
|
+
font-family: 'PreplyInter';
|
|
121
|
+
font-style: oblique 10deg;
|
|
122
|
+
font-weight: 500;
|
|
123
|
+
font-display: swap;
|
|
124
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2')
|
|
125
|
+
format('woff2');
|
|
126
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
127
|
+
}
|
|
128
|
+
@font-face {
|
|
129
|
+
font-family: 'PreplyInter';
|
|
130
|
+
font-style: oblique 10deg;
|
|
131
|
+
font-weight: 700;
|
|
132
|
+
font-display: swap;
|
|
133
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2') format('woff2');
|
|
134
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
135
|
+
}
|
|
136
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
137
|
+
@font-face {
|
|
138
|
+
font-family: 'PreplyInter';
|
|
139
|
+
font-style: normal;
|
|
140
|
+
font-weight: 400;
|
|
141
|
+
font-display: swap;
|
|
142
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2') format('woff2');
|
|
143
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
144
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
145
|
+
U+15F, U+178-17C, U+1E9E;
|
|
146
|
+
}
|
|
147
|
+
@font-face {
|
|
148
|
+
font-family: 'PreplyInter';
|
|
149
|
+
font-style: normal;
|
|
150
|
+
font-weight: 500;
|
|
151
|
+
font-display: swap;
|
|
152
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2') format('woff2');
|
|
153
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
154
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
155
|
+
U+15F, U+178-17C, U+1E9E;
|
|
156
|
+
}
|
|
157
|
+
@font-face {
|
|
158
|
+
font-family: 'PreplyInter';
|
|
159
|
+
font-style: normal;
|
|
160
|
+
font-weight: 700;
|
|
161
|
+
font-display: swap;
|
|
162
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2') format('woff2');
|
|
163
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
164
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
165
|
+
U+15F, U+178-17C, U+1E9E;
|
|
166
|
+
}
|
|
167
|
+
@font-face {
|
|
168
|
+
font-family: 'PreplyInter';
|
|
169
|
+
font-style: oblique 10deg;
|
|
170
|
+
font-weight: 400;
|
|
171
|
+
font-display: swap;
|
|
172
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2') format('woff2');
|
|
173
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
174
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
175
|
+
U+15F, U+178-17C, U+1E9E;
|
|
176
|
+
}
|
|
177
|
+
@font-face {
|
|
178
|
+
font-family: 'PreplyInter';
|
|
179
|
+
font-style: oblique 10deg;
|
|
180
|
+
font-weight: 500;
|
|
181
|
+
font-display: swap;
|
|
182
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2')
|
|
183
|
+
format('woff2');
|
|
184
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
185
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
186
|
+
U+15F, U+178-17C, U+1E9E;
|
|
187
|
+
}
|
|
188
|
+
@font-face {
|
|
189
|
+
font-family: 'PreplyInter';
|
|
190
|
+
font-style: oblique 10deg;
|
|
191
|
+
font-weight: 700;
|
|
192
|
+
font-display: swap;
|
|
193
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2') format('woff2');
|
|
194
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
195
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
196
|
+
U+15F, U+178-17C, U+1E9E;
|
|
197
|
+
}
|
|
198
|
+
`,
|
|
199
|
+
} }));
|
|
200
|
+
|
|
201
|
+
export { GlobalStyle };
|
|
202
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiR2xvYmFsU3R5bGUuanMiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9nZW5lcmF0ZWQvR2xvYmFsU3R5bGUudHN4Il0sInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIHJlYWN0L25vLWRhbmdlciAqL1xuaW1wb3J0IFJlYWN0LCB7IEZDIH0gZnJvbSAncmVhY3QnO1xuXG5leHBvcnQgY29uc3QgR2xvYmFsU3R5bGU6IEZDID0gKCkgPT4gKFxuICAgIDxzdHlsZVxuICAgICAgICBkYXRhLWRzLXN0eWxlPVwiZ2xvYmFsXCJcbiAgICAgICAgZGFuZ2Vyb3VzbHlTZXRJbm5lckhUTUw9e3tcbiAgICAgICAgICAgIF9faHRtbDogYC8qIFZhcmlhYmxlIGZvbnRzICovXG4vKiBFbmdsaXNoICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyVic7XG4gICAgZm9udC13ZWlnaHQ6IDQwMCA3MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMGRlZyAxMGRlZztcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci52YXIud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSswMDIwLTAwN0YsIFUrQUIsIFUrQkI7XG59XG4vKiBDeXJpbGxpYyAqL1xuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlclYnO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDAgNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBmb250LXN0eWxlOiBvYmxpcXVlIDBkZWcgMTBkZWc7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLnZhci53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzQwMSwgVSs0MDQsIFUrNDA2LCBVKzQwNywgVSs0MTAtNDRGLCBVKzQ1MSwgVSs0NTQsIFUrNDU2LCBVKzQ1NywgVSs0OTAsIFUrNDkxO1xufVxuLyogTGF0aW4gRXh0ZW5kZWQgKFBvbGlzaCwgR2VybWFuLCBGcmVuY2gsIEl0YWxpYW4sIFR1cmtpc2gsIFBvcnR1Z3Vlc2UsIFNwYW5pc2gpICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyVic7XG4gICAgZm9udC13ZWlnaHQ6IDQwMCA3MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMGRlZyAxMGRlZztcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9sYXQvUHJlcGx5SW50ZXIudmFyLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrQzAtQzQsIFUrQzYtQ0YsIFUrRDItRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsIFUrRjItRjYsIFUrRjktRkMsIFUrRkYsXG4gICAgICAgIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLCBVKzE1MywgVSsxNUEsIFUrMTVCLCBVKzE1RSxcbiAgICAgICAgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFO1xufVxuLyogTm9uLXZhcmlhYmxlIGZvbnRzICovXG4vKiBFbmdsaXNoICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvZW4vUHJlcGx5SW50ZXIucmVndWxhci53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzAwMjAtMDA3RiwgVStBQiwgVStCQjtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci5tZWRpdW0ud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSswMDIwLTAwN0YsIFUrQUIsIFUrQkI7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvZW4vUHJlcGx5SW50ZXIuYm9sZC53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzAwMjAtMDA3RiwgVStBQiwgVStCQjtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMTBkZWc7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvZW4vUHJlcGx5SW50ZXIuaXRhbGljLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrMDAwMC0wMEZGO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci5tZWRpdW0uaXRhbGljLndvZmYyJylcbiAgICAgICAgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrMDAyMC0wMDdGLCBVK0FCLCBVK0JCO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9lbi9QcmVwbHlJbnRlci5ib2xkLml0YWxpYy53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzAwMjAtMDA3RiwgVStBQiwgVStCQjtcbn1cbi8qIEN5cmlsbGljICovXG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLnJlZ3VsYXIud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSs0MDEsIFUrNDA0LCBVKzQwNiwgVSs0MDcsIFUrNDEwLTQ0RiwgVSs0NTEsIFUrNDU0LCBVKzQ1NiwgVSs0NTcsIFUrNDkwLCBVKzQ5MTtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9jeXIvUHJlcGx5SW50ZXIubWVkaXVtLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrNDAxLCBVKzQwNCwgVSs0MDYsIFUrNDA3LCBVKzQxMC00NEYsIFUrNDUxLCBVKzQ1NCwgVSs0NTYsIFUrNDU3LCBVKzQ5MCwgVSs0OTE7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLmJvbGQud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSs0MDEsIFUrNDA0LCBVKzQwNiwgVSs0MDcsIFUrNDEwLTQ0RiwgVSs0NTEsIFUrNDU0LCBVKzQ1NiwgVSs0NTcsIFUrNDkwLCBVKzQ5MTtcbn1cbkBmb250LWZhY2Uge1xuICAgIGZvbnQtZmFtaWx5OiAnUHJlcGx5SW50ZXInO1xuICAgIGZvbnQtc3R5bGU6IG9ibGlxdWUgMTBkZWc7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvY3lyL1ByZXBseUludGVyLml0YWxpYy53b2ZmMicpIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzQwMSwgVSs0MDQsIFUrNDA2LCBVKzQwNywgVSs0MTAtNDRGLCBVKzQ1MSwgVSs0NTQsIFUrNDU2LCBVKzQ1NywgVSs0OTAsIFUrNDkxO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNTAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9jeXIvUHJlcGx5SW50ZXIubWVkaXVtLml0YWxpYy53b2ZmMicpXG4gICAgICAgIGZvcm1hdCgnd29mZjInKTtcbiAgICB1bmljb2RlLXJhbmdlOiBVKzQwMSwgVSs0MDQsIFUrNDA2LCBVKzQwNywgVSs0MTAtNDRGLCBVKzQ1MSwgVSs0NTQsIFUrNDU2LCBVKzQ1NywgVSs0OTAsIFUrNDkxO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9jeXIvUHJlcGx5SW50ZXIuYm9sZC5pdGFsaWMud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVSs0MDEsIFUrNDA0LCBVKzQwNiwgVSs0MDcsIFUrNDEwLTQ0RiwgVSs0NTEsIFUrNDU0LCBVKzQ1NiwgVSs0NTcsIFUrNDkwLCBVKzQ5MTtcbn1cbi8qIExhdGluIEV4dGVuZGVkIChQb2xpc2gsIEdlcm1hbiwgRnJlbmNoLCBJdGFsaWFuLCBUdXJraXNoLCBQb3J0dWd1ZXNlLCBTcGFuaXNoKSAqL1xuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5yZWd1bGFyLndvZmYyJykgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrQzAtQzQsIFUrQzYtQ0YsIFUrRDItRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsIFUrRjItRjYsIFUrRjktRkMsIFUrRkYsXG4gICAgICAgIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLCBVKzE1MywgVSsxNUEsIFUrMTVCLCBVKzE1RSxcbiAgICAgICAgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIGZvbnQtd2VpZ2h0OiA1MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5tZWRpdW0ud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStDMC1DNCwgVStDNi1DRiwgVStEMi1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMi1GNiwgVStGOS1GQywgVStGRixcbiAgICAgICAgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLFxuICAgICAgICBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBmb250LWRpc3BsYXk6IHN3YXA7XG4gICAgc3JjOiB1cmwoJ2h0dHBzOi8vc3RhdGljLnByZXBseS5jb20vZHMvZm9udHMvbGF0L1ByZXBseUludGVyLmJvbGQud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStDMC1DNCwgVStDNi1DRiwgVStEMi1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMi1GNiwgVStGOS1GQywgVStGRixcbiAgICAgICAgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLFxuICAgICAgICBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBvYmxpcXVlIDEwZGVnO1xuICAgIGZvbnQtd2VpZ2h0OiA0MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5pdGFsaWMud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStDMC1DNCwgVStDNi1DRiwgVStEMi1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMi1GNiwgVStGOS1GQywgVStGRixcbiAgICAgICAgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLFxuICAgICAgICBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5AZm9udC1mYWNlIHtcbiAgICBmb250LWZhbWlseTogJ1ByZXBseUludGVyJztcbiAgICBmb250LXN0eWxlOiBvYmxpcXVlIDEwZGVnO1xuICAgIGZvbnQtd2VpZ2h0OiA1MDA7XG4gICAgZm9udC1kaXNwbGF5OiBzd2FwO1xuICAgIHNyYzogdXJsKCdodHRwczovL3N0YXRpYy5wcmVwbHkuY29tL2RzL2ZvbnRzL2xhdC9QcmVwbHlJbnRlci5tZWRpdW0uaXRhbGljLndvZmYyJylcbiAgICAgICAgZm9ybWF0KCd3b2ZmMicpO1xuICAgIHVuaWNvZGUtcmFuZ2U6IFUrQzAtQzQsIFUrQzYtQ0YsIFUrRDItRDYsIFUrRDktREMsIFUrREYtRTQsIFUrRTYtRUYsIFUrRjItRjYsIFUrRjktRkMsIFUrRkYsXG4gICAgICAgIFUrMTA0LTEwNywgVSsxMTgsIFUrMTE5LCBVKzExRSwgVSsxMUYsIFUrMTMxLCBVKzE0MS0xNDQsIFUrMTUyLCBVKzE1MywgVSsxNUEsIFUrMTVCLCBVKzE1RSxcbiAgICAgICAgVSsxNUYsIFUrMTc4LTE3QywgVSsxRTlFO1xufVxuQGZvbnQtZmFjZSB7XG4gICAgZm9udC1mYW1pbHk6ICdQcmVwbHlJbnRlcic7XG4gICAgZm9udC1zdHlsZTogb2JsaXF1ZSAxMGRlZztcbiAgICBmb250LXdlaWdodDogNzAwO1xuICAgIGZvbnQtZGlzcGxheTogc3dhcDtcbiAgICBzcmM6IHVybCgnaHR0cHM6Ly9zdGF0aWMucHJlcGx5LmNvbS9kcy9mb250cy9sYXQvUHJlcGx5SW50ZXIuYm9sZC5pdGFsaWMud29mZjInKSBmb3JtYXQoJ3dvZmYyJyk7XG4gICAgdW5pY29kZS1yYW5nZTogVStDMC1DNCwgVStDNi1DRiwgVStEMi1ENiwgVStEOS1EQywgVStERi1FNCwgVStFNi1FRiwgVStGMi1GNiwgVStGOS1GQywgVStGRixcbiAgICAgICAgVSsxMDQtMTA3LCBVKzExOCwgVSsxMTksIFUrMTFFLCBVKzExRiwgVSsxMzEsIFUrMTQxLTE0NCwgVSsxNTIsIFUrMTUzLCBVKzE1QSwgVSsxNUIsIFUrMTVFLFxuICAgICAgICBVKzE1RiwgVSsxNzgtMTdDLCBVKzFFOUU7XG59XG5gLFxuICAgICAgICB9fVxuICAgIC8+XG4pO1xuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUE7TUFHYSxXQUFXLEdBQU8sT0FDM0IsZ0RBQ2tCLFFBQVEsRUFDdEIsdUJBQXVCLEVBQUU7UUFDckIsTUFBTSxFQUFFOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBaU1uQjtLQUNRLEdBQ0g7Ozs7In0=
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
/* Variable fonts */
|
|
2
|
+
/* English */
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'PreplyInterV';
|
|
5
|
+
font-weight: 400 700;
|
|
6
|
+
font-display: swap;
|
|
7
|
+
font-style: oblique 0deg 10deg;
|
|
8
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2') format('woff2');
|
|
9
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
10
|
+
}
|
|
11
|
+
/* Cyrillic */
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'PreplyInterV';
|
|
14
|
+
font-weight: 400 700;
|
|
15
|
+
font-display: swap;
|
|
16
|
+
font-style: oblique 0deg 10deg;
|
|
17
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2') format('woff2');
|
|
18
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
19
|
+
}
|
|
20
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'PreplyInterV';
|
|
23
|
+
font-weight: 400 700;
|
|
24
|
+
font-display: swap;
|
|
25
|
+
font-style: oblique 0deg 10deg;
|
|
26
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2') format('woff2');
|
|
27
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
28
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
29
|
+
U+15F, U+178-17C, U+1E9E;
|
|
30
|
+
}
|
|
31
|
+
/* Non-variable fonts */
|
|
32
|
+
/* English */
|
|
33
|
+
@font-face {
|
|
34
|
+
font-family: 'PreplyInter';
|
|
35
|
+
font-style: normal;
|
|
36
|
+
font-weight: 400;
|
|
37
|
+
font-display: swap;
|
|
38
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2') format('woff2');
|
|
39
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'PreplyInter';
|
|
43
|
+
font-style: normal;
|
|
44
|
+
font-weight: 500;
|
|
45
|
+
font-display: swap;
|
|
46
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2') format('woff2');
|
|
47
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
48
|
+
}
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: 'PreplyInter';
|
|
51
|
+
font-style: normal;
|
|
52
|
+
font-weight: 700;
|
|
53
|
+
font-display: swap;
|
|
54
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2') format('woff2');
|
|
55
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'PreplyInter';
|
|
59
|
+
font-style: oblique 10deg;
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
font-display: swap;
|
|
62
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2') format('woff2');
|
|
63
|
+
unicode-range: U+0000-00FF;
|
|
64
|
+
}
|
|
65
|
+
@font-face {
|
|
66
|
+
font-family: 'PreplyInter';
|
|
67
|
+
font-style: oblique 10deg;
|
|
68
|
+
font-weight: 500;
|
|
69
|
+
font-display: swap;
|
|
70
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2')
|
|
71
|
+
format('woff2');
|
|
72
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
73
|
+
}
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'PreplyInter';
|
|
76
|
+
font-style: oblique 10deg;
|
|
77
|
+
font-weight: 700;
|
|
78
|
+
font-display: swap;
|
|
79
|
+
src: url('https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2') format('woff2');
|
|
80
|
+
unicode-range: U+0020-007F, U+AB, U+BB;
|
|
81
|
+
}
|
|
82
|
+
/* Cyrillic */
|
|
83
|
+
@font-face {
|
|
84
|
+
font-family: 'PreplyInter';
|
|
85
|
+
font-style: normal;
|
|
86
|
+
font-weight: 400;
|
|
87
|
+
font-display: swap;
|
|
88
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2') format('woff2');
|
|
89
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
90
|
+
}
|
|
91
|
+
@font-face {
|
|
92
|
+
font-family: 'PreplyInter';
|
|
93
|
+
font-style: normal;
|
|
94
|
+
font-weight: 500;
|
|
95
|
+
font-display: swap;
|
|
96
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2') format('woff2');
|
|
97
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
98
|
+
}
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'PreplyInter';
|
|
101
|
+
font-style: normal;
|
|
102
|
+
font-weight: 700;
|
|
103
|
+
font-display: swap;
|
|
104
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2') format('woff2');
|
|
105
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
106
|
+
}
|
|
107
|
+
@font-face {
|
|
108
|
+
font-family: 'PreplyInter';
|
|
109
|
+
font-style: oblique 10deg;
|
|
110
|
+
font-weight: 400;
|
|
111
|
+
font-display: swap;
|
|
112
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2') format('woff2');
|
|
113
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
114
|
+
}
|
|
115
|
+
@font-face {
|
|
116
|
+
font-family: 'PreplyInter';
|
|
117
|
+
font-style: oblique 10deg;
|
|
118
|
+
font-weight: 500;
|
|
119
|
+
font-display: swap;
|
|
120
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2')
|
|
121
|
+
format('woff2');
|
|
122
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
123
|
+
}
|
|
124
|
+
@font-face {
|
|
125
|
+
font-family: 'PreplyInter';
|
|
126
|
+
font-style: oblique 10deg;
|
|
127
|
+
font-weight: 700;
|
|
128
|
+
font-display: swap;
|
|
129
|
+
src: url('https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2') format('woff2');
|
|
130
|
+
unicode-range: U+401, U+404, U+406, U+407, U+410-44F, U+451, U+454, U+456, U+457, U+490, U+491;
|
|
131
|
+
}
|
|
132
|
+
/* Latin Extended (Polish, German, French, Italian, Turkish, Portuguese, Spanish) */
|
|
133
|
+
@font-face {
|
|
134
|
+
font-family: 'PreplyInter';
|
|
135
|
+
font-style: normal;
|
|
136
|
+
font-weight: 400;
|
|
137
|
+
font-display: swap;
|
|
138
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2') format('woff2');
|
|
139
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
140
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
141
|
+
U+15F, U+178-17C, U+1E9E;
|
|
142
|
+
}
|
|
143
|
+
@font-face {
|
|
144
|
+
font-family: 'PreplyInter';
|
|
145
|
+
font-style: normal;
|
|
146
|
+
font-weight: 500;
|
|
147
|
+
font-display: swap;
|
|
148
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2') format('woff2');
|
|
149
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
150
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
151
|
+
U+15F, U+178-17C, U+1E9E;
|
|
152
|
+
}
|
|
153
|
+
@font-face {
|
|
154
|
+
font-family: 'PreplyInter';
|
|
155
|
+
font-style: normal;
|
|
156
|
+
font-weight: 700;
|
|
157
|
+
font-display: swap;
|
|
158
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2') format('woff2');
|
|
159
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
160
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
161
|
+
U+15F, U+178-17C, U+1E9E;
|
|
162
|
+
}
|
|
163
|
+
@font-face {
|
|
164
|
+
font-family: 'PreplyInter';
|
|
165
|
+
font-style: oblique 10deg;
|
|
166
|
+
font-weight: 400;
|
|
167
|
+
font-display: swap;
|
|
168
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2') format('woff2');
|
|
169
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
170
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
171
|
+
U+15F, U+178-17C, U+1E9E;
|
|
172
|
+
}
|
|
173
|
+
@font-face {
|
|
174
|
+
font-family: 'PreplyInter';
|
|
175
|
+
font-style: oblique 10deg;
|
|
176
|
+
font-weight: 500;
|
|
177
|
+
font-display: swap;
|
|
178
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2')
|
|
179
|
+
format('woff2');
|
|
180
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
181
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
182
|
+
U+15F, U+178-17C, U+1E9E;
|
|
183
|
+
}
|
|
184
|
+
@font-face {
|
|
185
|
+
font-family: 'PreplyInter';
|
|
186
|
+
font-style: oblique 10deg;
|
|
187
|
+
font-weight: 700;
|
|
188
|
+
font-display: swap;
|
|
189
|
+
src: url('https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2') format('woff2');
|
|
190
|
+
unicode-range: U+C0-C4, U+C6-CF, U+D2-D6, U+D9-DC, U+DF-E4, U+E6-EF, U+F2-F6, U+F9-FC, U+FF,
|
|
191
|
+
U+104-107, U+118, U+119, U+11E, U+11F, U+131, U+141-144, U+152, U+153, U+15A, U+15B, U+15E,
|
|
192
|
+
U+15F, U+178-17C, U+1E9E;
|
|
193
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import styleInject from '../external/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = "@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+00??}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}";
|
|
4
|
+
var stylesheet="@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+00??}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}";
|
|
5
|
+
styleInject(css_248z);
|
|
6
|
+
|
|
7
|
+
export { css_248z as default, stylesheet };
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjpudWxsLCJzb3VyY2VzIjpbbnVsbF0sInNvdXJjZXNDb250ZW50IjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHdCQUF3QixrREFBc0Q7QUFDOUU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOyJ9
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AUTO GENERATED @
|
|
2
|
+
* AUTO GENERATED @Mon Sep 12 2022 15:29:07 GMT+0000 (Coordinated Universal Time)
|
|
3
3
|
*/
|
|
4
4
|
import { ThemeInterface } from '@preply/ds-web-core';
|
|
5
5
|
export declare const themes: ThemeInterface[];
|
package/dist/generated/themes.js
CHANGED
|
@@ -5,7 +5,7 @@ import { Theme } from '@preply/ds-web-core';
|
|
|
5
5
|
import styles from './themes.module.less.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
|
-
* AUTO GENERATED @
|
|
8
|
+
* AUTO GENERATED @Mon Sep 12 2022 15:29:07 GMT+0000 (Coordinated Universal Time)
|
|
9
9
|
*/
|
|
10
10
|
const BOLD_UI = new Theme(styles, NAME, [], VALUES_WEB);
|
|
11
11
|
const BASE_UI = new Theme(styles, NAME$1, [BOLD_UI], VALUES_WEB$1);
|
|
@@ -13,4 +13,4 @@ const PREPLY_UI = new Theme(styles, NAME$2, [BASE_UI], VALUES_WEB$2);
|
|
|
13
13
|
const themes = [BOLD_UI, BASE_UI, PREPLY_UI];
|
|
14
14
|
|
|
15
15
|
export { themes };
|
|
16
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlbWVzLmpzIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZ2VuZXJhdGVkL3RoZW1lcy50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEFVVE8gR0VORVJBVEVEIEBNb24gU2VwIDEyIDIwMjIgMTU6Mjk6MDcgR01UKzAwMDAgKENvb3JkaW5hdGVkIFVuaXZlcnNhbCBUaW1lKVxuICovXG5cbmltcG9ydCB7IE5BTUUgYXMgQkFTRV9VSV9OQU1FLCBWQUxVRVNfV0VCIGFzIEJBU0VfVUlfVkFMVUVTX1dFQiB9IGZyb20gJ0BwcmVwbHkvZHMtdGhlbWUtYmFzZS11aSc7XG5pbXBvcnQgeyBOQU1FIGFzIEJPTERfVUlfTkFNRSwgVkFMVUVTX1dFQiBhcyBCT0xEX1VJX1ZBTFVFU19XRUIgfSBmcm9tICdAcHJlcGx5L2RzLXRoZW1lLWJvbGQtdWknO1xuaW1wb3J0IHtcbiAgICBOQU1FIGFzIFBSRVBMWV9VSV9OQU1FLFxuICAgIFZBTFVFU19XRUIgYXMgUFJFUExZX1VJX1ZBTFVFU19XRUIsXG59IGZyb20gJ0BwcmVwbHkvZHMtdGhlbWUtcHJlcGx5LXVpJztcbmltcG9ydCB7IFRoZW1lLCBUaGVtZUludGVyZmFjZSB9IGZyb20gJ0BwcmVwbHkvZHMtd2ViLWNvcmUnO1xuXG5pbXBvcnQgc3R5bGVzIGZyb20gJy4vdGhlbWVzLm1vZHVsZS5sZXNzJztcblxuY29uc3QgQk9MRF9VSSA9IG5ldyBUaGVtZShzdHlsZXMsIEJPTERfVUlfTkFNRSwgW10sIEJPTERfVUlfVkFMVUVTX1dFQik7XG5jb25zdCBCQVNFX1VJID0gbmV3IFRoZW1lKHN0eWxlcywgQkFTRV9VSV9OQU1FLCBbQk9MRF9VSV0sIEJBU0VfVUlfVkFMVUVTX1dFQik7XG5jb25zdCBQUkVQTFlfVUkgPSBuZXcgVGhlbWUoc3R5bGVzLCBQUkVQTFlfVUlfTkFNRSwgW0JBU0VfVUldLCBQUkVQTFlfVUlfVkFMVUVTX1dFQik7XG5cbmV4cG9ydCBjb25zdCB0aGVtZXM6IFRoZW1lSW50ZXJmYWNlW10gPSBbQk9MRF9VSSwgQkFTRV9VSSwgUFJFUExZX1VJXTtcbiJdLCJuYW1lcyI6WyJCT0xEX1VJX05BTUUiLCJCT0xEX1VJX1ZBTFVFU19XRUIiLCJCQVNFX1VJX05BTUUiLCJCQVNFX1VJX1ZBTFVFU19XRUIiLCJQUkVQTFlfVUlfTkFNRSIsIlBSRVBMWV9VSV9WQUxVRVNfV0VCIl0sIm1hcHBpbmdzIjoiOzs7Ozs7QUFBQTs7O0FBY0EsTUFBTSxPQUFPLEdBQUcsSUFBSSxLQUFLLENBQUMsTUFBTSxFQUFFQSxJQUFZLEVBQUUsRUFBRSxFQUFFQyxVQUFrQixDQUFDLENBQUM7QUFDeEUsTUFBTSxPQUFPLEdBQUcsSUFBSSxLQUFLLENBQUMsTUFBTSxFQUFFQyxNQUFZLEVBQUUsQ0FBQyxPQUFPLENBQUMsRUFBRUMsWUFBa0IsQ0FBQyxDQUFDO0FBQy9FLE1BQU0sU0FBUyxHQUFHLElBQUksS0FBSyxDQUFDLE1BQU0sRUFBRUMsTUFBYyxFQUFFLENBQUMsT0FBTyxDQUFDLEVBQUVDLFlBQW9CLENBQUMsQ0FBQztNQUV4RSxNQUFNLEdBQXFCLENBQUMsT0FBTyxFQUFFLE9BQU8sRUFBRSxTQUFTOzs7OyJ9
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @
|
|
1
|
+
/* AUTO GENERATED @Mon Sep 12 2022 15:29:07 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
.ds-bold-ui {
|
|
4
4
|
/**
|
|
@@ -610,9 +610,9 @@
|
|
|
610
610
|
/**
|
|
611
611
|
* action.size.s.horizontalPadding (--65766) ::horizontalPadding
|
|
612
612
|
*
|
|
613
|
-
* =
|
|
613
|
+
* = 16 (via root.space.xs)
|
|
614
614
|
*/
|
|
615
|
-
--65766:
|
|
615
|
+
--65766: 16px;
|
|
616
616
|
/**
|
|
617
617
|
* action.size.m.horizontalPadding (--0f2d7) ::horizontalPadding
|
|
618
618
|
*
|
|
@@ -3001,7 +3001,7 @@
|
|
|
3001
3001
|
|
|
3002
3002
|
}
|
|
3003
3003
|
|
|
3004
|
-
/* AUTO GENERATED @
|
|
3004
|
+
/* AUTO GENERATED @Mon Sep 12 2022 15:29:07 GMT+0000 (Coordinated Universal Time) */
|
|
3005
3005
|
|
|
3006
3006
|
.ds-base-ui {
|
|
3007
3007
|
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
|
|
3575
3575
|
}
|
|
3576
3576
|
|
|
3577
|
-
/* AUTO GENERATED @
|
|
3577
|
+
/* AUTO GENERATED @Mon Sep 12 2022 15:29:07 GMT+0000 (Coordinated Universal Time) */
|
|
3578
3578
|
|
|
3579
3579
|
.ds-preply-ui {
|
|
3580
3580
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styleInject from '../external/style-inject/dist/style-inject.es.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".f5F8lI{--74358:0px;--6947b:4px;--1ba55:8px;--477fd:16px;--74380:24px;--39ce9:32px;--28cff:48px;--6acb5:64px;--14567:#fff;--0e728:#f7f5f2;--f1876:transparent;--55407:#fafafa;--8f123:#d8dfe6;--da403:#8194a7;--7c8c3:#52667d;--c9575:#192435;--2fb6f:#090f19;--54ed1:#c3f5fa;--b706b:#27e0f6;--4adef:#0096b2;--de8a4:#006987;--57454:#002846;--1383a:#daf2dc;--9f106:#55df61;--d4cf9:#22ae25;--bbfa9:#007913;--5f8b3:#00340b;--c7d8b:#ffecbd;--17bab:#fdc75f;--f017e:#d28408;--2242e:#914100;--e40de:#531200;--ecb5d:#f9e1e1;--5b5cb:#f2aba4;--d55c7:#c21f18;--4e47f:#7d0b00;--3e787:#3a0900;--21906:#e4ebfd;--5d87f:#a8bbf8;--201e1:#3858c2;--e1c27:#11287d;--6a142:#000635;--1a996:#fadbea;--b774d:#ff98c8;--f72cd:#cd4a86;--6cbd8:#8e093f;--5893e:#470017;--7068b:Roboto;--0e309:\"Roboto\",-apple-system,\"Helvetica Neue\",Arial,sans-serif;--3056a:16px;--f8a46:20px;--80463:24px;--6b62f:32px;--ad20b:40px;--3345f:56px;--25e5a:72px;--9fea4:11px;--cc496:12px;--38f57:13px;--7df86:14px;--e84bc:16px;--c7d48:18px;--c8989:20px;--76b8d:22px;--8be1e:24px;--dcabc:28px;--6f187:32px;--f339d:36px;--00a28:48px;--b4751:60px;--f3cb5:0.005em;--28429:0.01em;--488ba:0.015em;--bc8cb:0.03em;--7bbf5:normal;--dfb50:italic;--2a8f5:400;--d1c48:500;--a25b2:700;--8d63e:14px;--d4313:1.42857143;--410fb:rgba(9,15,25,.56);--8d513:12px;--a8b89:#52667d;--04dae:#d8dfe6;--e0528:transparent;--99d31:2px;--c0b12:2px;--0aee7:8px;--5eeb2:2px;--50cc6:32px;--2f2e0:40px;--bcfcb:48px;--26156:64px;--d6bfc:80px;--fec17:4px;--9a573:8px;--3b902:8px;--303c6:8px;--da188:8px;--29b03:16px;--65766:
|
|
3
|
+
var css_248z = ".f5F8lI{--74358:0px;--6947b:4px;--1ba55:8px;--477fd:16px;--74380:24px;--39ce9:32px;--28cff:48px;--6acb5:64px;--14567:#fff;--0e728:#f7f5f2;--f1876:transparent;--55407:#fafafa;--8f123:#d8dfe6;--da403:#8194a7;--7c8c3:#52667d;--c9575:#192435;--2fb6f:#090f19;--54ed1:#c3f5fa;--b706b:#27e0f6;--4adef:#0096b2;--de8a4:#006987;--57454:#002846;--1383a:#daf2dc;--9f106:#55df61;--d4cf9:#22ae25;--bbfa9:#007913;--5f8b3:#00340b;--c7d8b:#ffecbd;--17bab:#fdc75f;--f017e:#d28408;--2242e:#914100;--e40de:#531200;--ecb5d:#f9e1e1;--5b5cb:#f2aba4;--d55c7:#c21f18;--4e47f:#7d0b00;--3e787:#3a0900;--21906:#e4ebfd;--5d87f:#a8bbf8;--201e1:#3858c2;--e1c27:#11287d;--6a142:#000635;--1a996:#fadbea;--b774d:#ff98c8;--f72cd:#cd4a86;--6cbd8:#8e093f;--5893e:#470017;--7068b:Roboto;--0e309:\"Roboto\",-apple-system,\"Helvetica Neue\",Arial,sans-serif;--3056a:16px;--f8a46:20px;--80463:24px;--6b62f:32px;--ad20b:40px;--3345f:56px;--25e5a:72px;--9fea4:11px;--cc496:12px;--38f57:13px;--7df86:14px;--e84bc:16px;--c7d48:18px;--c8989:20px;--76b8d:22px;--8be1e:24px;--dcabc:28px;--6f187:32px;--f339d:36px;--00a28:48px;--b4751:60px;--f3cb5:0.005em;--28429:0.01em;--488ba:0.015em;--bc8cb:0.03em;--7bbf5:normal;--dfb50:italic;--2a8f5:400;--d1c48:500;--a25b2:700;--8d63e:14px;--d4313:1.42857143;--410fb:rgba(9,15,25,.56);--8d513:12px;--a8b89:#52667d;--04dae:#d8dfe6;--e0528:transparent;--99d31:2px;--c0b12:2px;--0aee7:8px;--5eeb2:2px;--50cc6:32px;--2f2e0:40px;--bcfcb:48px;--26156:64px;--d6bfc:80px;--fec17:4px;--9a573:8px;--3b902:8px;--303c6:8px;--da188:8px;--29b03:16px;--65766:16px;--0f2d7:24px;--b1c76:32px;--88eef:48px;--357dd:14px;--b47a6:14px;--89a35:16px;--a899b:16px;--f7be0:18px;--dad9e:16px;--d51f4:24px;--cfdb4:32px;--2dafb:40px;--b5133:48px;--d318a:64px;--6eb1c:80px;--1c37d:16px;--9e57e:24px;--a814c:0px 0px 8px rgba(9,15,25,.1);--b21f6:12px;--766f3:16px;--7c1b1:24px;--2152b:32px;--8f525:40px;--1801d:36px;--814fe:24px;--ace69:20px;--3e140:16px;--af282:14px;--d04d4:36px;--2bd50:28px;--28917:20px;--63dde:16px;--4dbf8:14px;--d41fd:700;--a8a52:700;--f6b07:700;--aea9a:700;--51bd6:700;--263a0:40px;--74d17:32px;--33f70:24px;--2059e:24px;--4f103:20px;--08c11:0.015em;--ac8be:0.015em;--02dfa:0.015em;--b5659:0.015em;--918f0:0.015em;--da58b:60px;--8a757:48px;--42200:28px;--abc50:16px;--3b191:14px;--32576:700;--000cc:500;--80998:500;--0e9c4:700;--99df3:700;--a165a:72px;--65785:56px;--8c79b:32px;--95bce:24px;--759bb:20px;--921c8:0.015em;--56bc0:0.01em;--2f0fc:0.01em;--45a27:0.015em;--4400a:0.015em;--ff478:16px;--e8082:16px;--c8793:24px;--0c9f7:32px;--1d829:48px;--330e4:4px;--58c1e:4px;--45133:11px;--619ce:12px;--9f728:14px;--08192:16px;--da41a:20px;--698b6:24px;--4c9f6:12px;--a7cfd:14px;--79c03:14px;--28e99:14px;--0e0e6:14px;--69b27:14px;--0afa8:14px;--0c62d:16px;--aa6f0:16px;--a5b1e:16px;--a9ad4:16px;--29e81:16px;--741af:16px;--8d5be:20px;--feec7:20px;--0bcae:20px;--007ce:20px;--c338f:28px;--734b0:28px;--19e13:28px;--88dc1:28px;--71d69:400;--dc8b9:400;--5127d:400;--ca04c:500;--f9d4c:500;--a9bc9:700;--363b4:700;--cb99b:400;--fb483:400;--749dc:500;--faf5f:500;--18f8e:700;--c521d:700;--0776b:400;--6e450:400;--149f7:500;--fa919:500;--f8f48:400;--0baf2:400;--6455e:500;--cc6f6:500;--54357:16px;--c552e:20px;--aeb64:20px;--af784:20px;--88c2d:20px;--42f89:20px;--49446:20px;--829b1:24px;--33548:24px;--76f1e:24px;--3bd2e:24px;--3d432:24px;--c47e7:24px;--1cd7a:32px;--1056e:32px;--02fee:32px;--2c996:32px;--2503f:32px;--e8423:32px;--85e4a:32px;--904c1:32px;--29af8:0.005em;--4d1d5:0.005em;--a50d8:0.005em;--015e8:0.01em;--bc7f3:0.01em;--c2692:0.01em;--10dc5:0.015em;--03511:0.005em;--8330d:0.005em;--2a382:0.01em;--fe4b2:0.015em;--6e9f2:0.015em;--2e489:0.015em;--b5b33:0.005em;--421c2:0.01em;--11ba2:0.01em;--9705f:0.015em;--4aff4:0.005em;--c9c19:0.01em;--e7696:0.01em;--cf0e2:0.015em;--647b4:normal;--b8dd4:normal;--c89e0:italic;--e1d91:normal;--38a14:italic;--07031:normal;--36d92:italic;--a833d:normal;--b8b43:italic;--b079f:normal;--a19ae:italic;--f02b4:normal;--8c577:italic;--af51c:normal;--2adf6:italic;--03e30:normal;--56d3f:italic;--a93d9:normal;--0b0b0:italic;--0a5e6:normal;--6fc94:italic;--5b0e0:400;--73984:400;--6e979:500;--d5337:700;--5ea10:400;--2734e:500;--80078:700;--c12f1:0px;--389aa:2px;--8848e:4px;--cd0a2:8px;--0b3de:12px;--875b6:16px;--f02c4:24px;--260b6:32px;--b2669:40px;--53cdf:48px;--e37f1:64px;--f10ea:80px;--7fff2:2px;--bf855:4px;--c3119:12px;--75dce:16px;--0397a:24px}.f5F8lI.ds-scheme--base{--aface:#090f19;--786b9:#fff;--7271a:#f7f5f2;--5836c:#fff;--e4113:#192435;--3d280:#52667d;--4dadf:#006987;--31874:#007913;--603ec:#0096b2;--d2baa:#fff;--1614c:#006987;--93754:#090f19;--9cf6e:#006987;--122a9:#006987;--efde5:#fff;--508b3:#0096b2;--e5616:#c3f5fa;--28f3c:#f7f5f2;--e4644:transparent;--bbb35:#fff;--118bd:#c21f18;--44bfe:transparent;--ab736:transparent;--10556:transparent;--0e9e0:transparent;--0cad8:transparent;--ab597:transparent;--902b5:#22a2be;--0d124:#d9fafd;--ec17b:#fbf9f6;--afc17:#d9fafd;--df2ac:#d9fafd;--e0b0f:#d23123;--c1c1c:#0089a3;--33b43:#baecf1;--b0bf5:#edebe8;--2ee55:#baecf1;--435fa:#baecf1;--a5eaa:#b50a0f;--df615:#fff;--0d6ae:#006987;--175a7:#090f19;--6609c:#006987;--1265d:#006987;--6f5d5:#fff;--15cee:#fff;--22cb4:#006987;--8274e:#090f19;--e9f22:#006987;--a4162:#006987;--6b4e9:#fff;--1e752:#006987;--7d796:#2e81a0;--17d30:#006987;--7c8e6:#fff;--66a60:#8194a7;--68bd1:#000635;--c5023:#00340b;--2d51a:#e4ebfd;--29200:#daf2dc;color:#090f19}.f5F8lI .ds-scheme--base.ds-scheme----bg{background-color:#fff}.f5F8lI.ds-scheme--banner{--aface:#fff;--786b9:#22ae25;--7271a:#22ae25;--5836c:#007913;--e4113:#fff;--3d280:#fafafa;--4dadf:#fff;--31874:#fff;--603ec:#fff;--d2baa:#007913;--1614c:#fff;--93754:#090f19;--9cf6e:#fff;--122a9:#fff;--efde5:#fff;--508b3:#fff;--e5616:#22ae25;--28f3c:#f7f5f2;--e4644:transparent;--bbb35:#22ae25;--118bd:#c21f18;--44bfe:transparent;--ab736:#fff;--10556:transparent;--0e9e0:transparent;--0cad8:transparent;--ab597:transparent;--902b5:#fff;--0d124:#38af34;--ec17b:#fbf9f6;--afc17:#38af34;--df2ac:#38af34;--e0b0f:#d23123;--c1c1c:#fff;--33b43:#24a525;--b0bf5:#edebe8;--2ee55:#24a525;--435fa:#24a525;--a5eaa:#b50a0f;--df615:#2c912d;--0d6ae:#fff;--175a7:#090f19;--6609c:#fff;--1265d:#fff;--6f5d5:#fff;--15cee:#046b12;--22cb4:#fff;--8274e:#090f19;--e9f22:#fff;--a4162:#fff;--6b4e9:#fff;--1e752:#fff;--7d796:#fff;--17d30:#fff;--7c8e6:#22ae25;--66a60:#fff;--68bd1:#000635;--c5023:#00340b;--2d51a:#e4ebfd;--29200:#daf2dc;color:#fff}.f5F8lI .ds-scheme--banner.ds-scheme----bg{background-color:#22ae25}.f5F8lI.ds-scheme--invert{--aface:#fff;--786b9:#192435;--7271a:#192435;--5836c:#090f19;--e4113:#fff;--3d280:#d8dfe6;--4dadf:#27e0f6;--31874:#55df61;--603ec:#0096b2;--d2baa:#fff;--1614c:#fff;--93754:#090f19;--9cf6e:#fff;--122a9:#fff;--efde5:#fff;--508b3:#0096b2;--e5616:#192435;--28f3c:#f7f5f2;--e4644:transparent;--bbb35:#192435;--118bd:#c21f18;--44bfe:transparent;--ab736:#fff;--10556:transparent;--0e9e0:transparent;--0cad8:transparent;--ab597:transparent;--902b5:#22a2be;--0d124:#202b3c;--ec17b:#fbf9f6;--afc17:#202b3c;--df2ac:#3c3c3c;--e0b0f:#d23123;--c1c1c:#0089a3;--33b43:#131e2f;--b0bf5:#edebe8;--2ee55:#131e2f;--435fa:#313131;--a5eaa:#b50a0f;--df615:#fff;--0d6ae:#fff;--175a7:#090f19;--6609c:#fff;--1265d:#fff;--6f5d5:#fff;--15cee:#fff;--22cb4:#fff;--8274e:#090f19;--e9f22:#fff;--a4162:#fff;--6b4e9:#fff;--1e752:#27e0f6;--7d796:#c3f5fa;--17d30:#fff;--7c8e6:#192435;--66a60:#fff;--68bd1:#000635;--c5023:#00340b;--2d51a:#e4ebfd;--29200:#daf2dc;color:#fff}.f5F8lI .ds-scheme--invert.ds-scheme----bg{background-color:#192435}._2eJWsr.ds-scheme--base{--aface:#3c4447;--e4113:#3c4447;--3d280:#738678;--4dadf:#3bb3bd;--31874:#24bb36;--603ec:#3bb3bd;--1614c:#3bb3bd;--9cf6e:#3bb3bd;--122a9:#3bb3bd;--508b3:#3bb3bd;--e5616:#e8f6f7;--28f3c:#f3f3f3;--bbb35:transparent;--902b5:#44bbc5;--0d124:#e1f3f4;--afc17:transparent;--df2ac:transparent;--c1c1c:#4cbec7;--33b43:#eff9fa;--2ee55:transparent;--435fa:transparent;--0d6ae:#3bb3bd;--6609c:#4cbec7;--1265d:#4cbec7;--22cb4:#3bb3bd;--e9f22:#60c5cd;--a4162:#60c5cd;--1e752:#3bb3bd;--7d796:#4cbec7;--17d30:#60c5cd;--68bd1:#3c4447;--c5023:#3c4447;--2d51a:#e8f6f7;--29200:#e1fae3;color:#3c4447}._2eJWsr .ds-scheme--base.ds-scheme----bg{background-color:#fff}._2eJWsr.ds-scheme--banner{--786b9:#24bb36;--d2baa:#24bb36;--e5616:#24bb36;--28f3c:#f3f3f3;--bbb35:transparent;--902b5:#fafafa;--0d124:#24bb36;--afc17:transparent;--df2ac:transparent;--c1c1c:#fff;--33b43:#24bb36;--2ee55:transparent;--435fa:transparent;--df615:#24bb36;--0d6ae:#f0f0f0;--15cee:#24bb36;--68bd1:#3c4447;--c5023:#3c4447;--2d51a:#e8f6f7;--29200:#e1fae3;color:#fff}._2eJWsr .ds-scheme--banner.ds-scheme----bg{background-color:#24bb36}._2eJWsr.ds-scheme--invert{--786b9:#3c4447;--4dadf:#3bb3bd;--31874:#fff;--603ec:#3bb3bd;--1614c:#3bb3bd;--9cf6e:#3bb3bd;--122a9:#3bb3bd;--508b3:#3bb3bd;--e5616:#3c4447;--28f3c:#f3f3f3;--bbb35:transparent;--ab736:#3bb3bd;--902b5:#44bbc5;--0d124:#3c4447;--afc17:transparent;--df2ac:transparent;--c1c1c:#4cbec7;--33b43:#3c4447;--2ee55:transparent;--435fa:transparent;--0d6ae:#4cbec7;--6609c:#4cbec7;--1265d:#4cbec7;--22cb4:#60c5cd;--e9f22:#60c5cd;--a4162:#60c5cd;--1e752:#3bb3bd;--7d796:#4cbec7;--17d30:#60c5cd;--68bd1:#3c4447;--c5023:#3c4447;--2d51a:#e8f6f7;--29200:#e1fae3;color:#fff}._2eJWsr .ds-scheme--invert.ds-scheme----bg{background-color:#3c4447}._3aconP{--8d513:2px;--814fe:22px;--ace69:18px;--ff478:4px;--619ce:13px;--9f728:14px;--08192:16px;--da41a:18px;--698b6:20px;--7fff2:2px;--bf855:4px}._3aconP.ds-scheme--base{--e5616:#fff;--ab736:#3bb3bd;--0d124:#fafafa;--33b43:#fff;color:#3c4447}._3aconP .ds-scheme--base.ds-scheme----bg{background-color:#fff}._3aconP.ds-scheme--banner{--e5616:transparent;color:#fff}._3aconP .ds-scheme--banner.ds-scheme----bg{background-color:#24bb36}._3aconP.ds-scheme--invert{--e5616:transparent;color:#fff}._3aconP .ds-scheme--invert.ds-scheme----bg{background-color:#3c4447}";
|
|
4
4
|
var styles = {__id:"/home/jenkins/workspace/design-system_main/packages/web-root/src/generated/themes.module.less",__css:css_248z,"ds-bold-ui":"f5F8lI","ds-base-ui":"_2eJWsr","ds-preply-ui":"_3aconP"};
|
|
5
5
|
var stylesheet=css_248z;
|
|
6
6
|
styleInject(css_248z);
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
export { GlobalStyle } from './generated/GlobalStyle.js';
|
|
1
2
|
export { RootProvider } from './root/providers/RootProvider.js';
|
|
2
3
|
export { Root } from './root/components/Root.js';
|
|
3
4
|
export { SSRProvider } from './root/providers/SSRProvider.js';
|
|
4
5
|
export { themes } from './generated/themes.js';
|
|
5
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
6
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OyJ9
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../generated/global-style.less';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import styleInject from '../external/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = "@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+00??}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}";
|
|
4
|
+
var stylesheet="@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInterV;font-style:oblique 0deg 10deg;font-weight:400 700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.var.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+00??}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/en/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+0020-007f,U+ab,U+bb}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/cyr/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+401,U+404,U+406,U+407,U+410-44f,U+451,U+454,U+456,U+457,U+490,U+491}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.regular.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:normal;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:400;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:500;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.medium.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}@font-face{font-display:swap;font-family:PreplyInter;font-style:oblique 10deg;font-weight:700;src:url(https://static.preply.com/ds/fonts/lat/PreplyInter.bold.italic.woff2) format(\"woff2\");unicode-range:U+c0-c4,U+c6-cf,U+d2-d6,U+d9-dc,U+df-e4,U+e6-ef,U+f2-f6,U+f9-fc,U+ff,U+104-107,U+118,U+119,U+11e,U+11f,U+131,U+141-144,U+152,U+153,U+15a,U+15b,U+15e,U+15f,U+178-17c,U+1e9e}";
|
|
5
|
+
styleInject(css_248z);
|
|
6
|
+
|
|
7
|
+
export { css_248z as default, stylesheet };
|
|
8
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjpudWxsLCJzb3VyY2VzIjpbbnVsbF0sInNvdXJjZXNDb250ZW50IjpbbnVsbF0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHdCQUF3QixrREFBc0Q7QUFDOUU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBOyJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-web-root",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"dev": "run build:rollup -w"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@preply/ds-core": "0.
|
|
22
|
-
"@preply/ds-theme-base-ui": "0.
|
|
23
|
-
"@preply/ds-theme-bold-ui": "0.
|
|
24
|
-
"@preply/ds-theme-preply-ui": "0.
|
|
25
|
-
"@preply/ds-web-core": "0.
|
|
21
|
+
"@preply/ds-core": "0.42.0",
|
|
22
|
+
"@preply/ds-theme-base-ui": "0.42.0",
|
|
23
|
+
"@preply/ds-theme-bold-ui": "0.42.0",
|
|
24
|
+
"@preply/ds-theme-preply-ui": "0.42.0",
|
|
25
|
+
"@preply/ds-web-core": "0.42.0"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@preply/ds-core": "0.
|
|
29
|
-
"@preply/ds-theme-base-ui": "0.
|
|
30
|
-
"@preply/ds-theme-bold-ui": "0.
|
|
31
|
-
"@preply/ds-theme-preply-ui": "0.
|
|
32
|
-
"@preply/ds-web-core": "0.
|
|
28
|
+
"@preply/ds-core": "0.42.0",
|
|
29
|
+
"@preply/ds-theme-base-ui": "0.42.0",
|
|
30
|
+
"@preply/ds-theme-bold-ui": "0.42.0",
|
|
31
|
+
"@preply/ds-theme-preply-ui": "0.42.0",
|
|
32
|
+
"@preply/ds-web-core": "0.42.0",
|
|
33
33
|
"react": "^16.8.3",
|
|
34
34
|
"react-dom": "^16.8.3"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "bb3f62c66920d5a9c31c6e9df22b5d5fb6f8b721"
|
|
37
37
|
}
|