aiware-js 1.0.0-master.82 → 1.0.0-master.83
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/index.esm.css +138 -138
- package/js-core.esm.js +1 -1
- package/js-core.esm46.js +1 -1
- package/js-core.umd.js +2 -2
- package/locales/es.json +1 -1
- package/locales/fr.json +1 -1
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -1,3 +1,141 @@
|
|
|
1
|
+
/* dosis-200normal - latin */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Dosis';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
font-weight: 200;
|
|
7
|
+
src:
|
|
8
|
+
local('Dosis Extra Light '),
|
|
9
|
+
local('Dosis-Extra Light'),
|
|
10
|
+
url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
11
|
+
url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
/* dosis-300normal - latin */
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'Dosis';
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-display: swap;
|
|
19
|
+
font-weight: 300;
|
|
20
|
+
src:
|
|
21
|
+
local('Dosis Light '),
|
|
22
|
+
local('Dosis-Light'),
|
|
23
|
+
url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
24
|
+
url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* dosis-400normal - latin */
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Dosis';
|
|
30
|
+
font-style: normal;
|
|
31
|
+
font-display: swap;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
src:
|
|
34
|
+
local('Dosis Regular '),
|
|
35
|
+
local('Dosis-Regular'),
|
|
36
|
+
url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
37
|
+
url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* dosis-500normal - latin */
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'Dosis';
|
|
43
|
+
font-style: normal;
|
|
44
|
+
font-display: swap;
|
|
45
|
+
font-weight: 500;
|
|
46
|
+
src:
|
|
47
|
+
local('Dosis Medium '),
|
|
48
|
+
local('Dosis-Medium'),
|
|
49
|
+
url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
50
|
+
url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* dosis-600normal - latin */
|
|
54
|
+
@font-face {
|
|
55
|
+
font-family: 'Dosis';
|
|
56
|
+
font-style: normal;
|
|
57
|
+
font-display: swap;
|
|
58
|
+
font-weight: 600;
|
|
59
|
+
src:
|
|
60
|
+
local('Dosis SemiBold '),
|
|
61
|
+
local('Dosis-SemiBold'),
|
|
62
|
+
url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
63
|
+
url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* dosis-700normal - latin */
|
|
67
|
+
@font-face {
|
|
68
|
+
font-family: 'Dosis';
|
|
69
|
+
font-style: normal;
|
|
70
|
+
font-display: swap;
|
|
71
|
+
font-weight: 700;
|
|
72
|
+
src:
|
|
73
|
+
local('Dosis Bold '),
|
|
74
|
+
local('Dosis-Bold'),
|
|
75
|
+
url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
76
|
+
url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* dosis-800normal - latin */
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'Dosis';
|
|
82
|
+
font-style: normal;
|
|
83
|
+
font-display: swap;
|
|
84
|
+
font-weight: 800;
|
|
85
|
+
src:
|
|
86
|
+
local('Dosis ExtraBold '),
|
|
87
|
+
local('Dosis-ExtraBold'),
|
|
88
|
+
url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
89
|
+
url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
/* nunito-cyrillic-ext-800-normal*/
|
|
94
|
+
@font-face {
|
|
95
|
+
font-family: 'Nunito';
|
|
96
|
+
font-style: normal;
|
|
97
|
+
font-display: swap;
|
|
98
|
+
font-weight: 800;
|
|
99
|
+
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
100
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
101
|
+
}
|
|
102
|
+
/* nunito-cyrillic-800-normal*/
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: 'Nunito';
|
|
105
|
+
font-style: normal;
|
|
106
|
+
font-display: swap;
|
|
107
|
+
font-weight: 800;
|
|
108
|
+
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
109
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
110
|
+
}
|
|
111
|
+
/* nunito-vietnamese-800-normal*/
|
|
112
|
+
@font-face {
|
|
113
|
+
font-family: 'Nunito';
|
|
114
|
+
font-style: normal;
|
|
115
|
+
font-display: swap;
|
|
116
|
+
font-weight: 800;
|
|
117
|
+
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
118
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
119
|
+
}
|
|
120
|
+
/* nunito-latin-ext-800-normal*/
|
|
121
|
+
@font-face {
|
|
122
|
+
font-family: 'Nunito';
|
|
123
|
+
font-style: normal;
|
|
124
|
+
font-display: swap;
|
|
125
|
+
font-weight: 800;
|
|
126
|
+
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
127
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
128
|
+
}
|
|
129
|
+
/* nunito-latin-800-normal*/
|
|
130
|
+
@font-face {
|
|
131
|
+
font-family: 'Nunito';
|
|
132
|
+
font-style: normal;
|
|
133
|
+
font-display: swap;
|
|
134
|
+
font-weight: 800;
|
|
135
|
+
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
136
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
137
|
+
}
|
|
138
|
+
|
|
1
139
|
/* nunito-200normal - latin */
|
|
2
140
|
@font-face {
|
|
3
141
|
font-family: 'Nunito';
|
|
@@ -181,144 +319,6 @@
|
|
|
181
319
|
}
|
|
182
320
|
|
|
183
321
|
|
|
184
|
-
/* dosis-200normal - latin */
|
|
185
|
-
@font-face {
|
|
186
|
-
font-family: 'Dosis';
|
|
187
|
-
font-style: normal;
|
|
188
|
-
font-display: swap;
|
|
189
|
-
font-weight: 200;
|
|
190
|
-
src:
|
|
191
|
-
local('Dosis Extra Light '),
|
|
192
|
-
local('Dosis-Extra Light'),
|
|
193
|
-
url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
194
|
-
url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
/* dosis-300normal - latin */
|
|
198
|
-
@font-face {
|
|
199
|
-
font-family: 'Dosis';
|
|
200
|
-
font-style: normal;
|
|
201
|
-
font-display: swap;
|
|
202
|
-
font-weight: 300;
|
|
203
|
-
src:
|
|
204
|
-
local('Dosis Light '),
|
|
205
|
-
local('Dosis-Light'),
|
|
206
|
-
url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
207
|
-
url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
/* dosis-400normal - latin */
|
|
211
|
-
@font-face {
|
|
212
|
-
font-family: 'Dosis';
|
|
213
|
-
font-style: normal;
|
|
214
|
-
font-display: swap;
|
|
215
|
-
font-weight: 400;
|
|
216
|
-
src:
|
|
217
|
-
local('Dosis Regular '),
|
|
218
|
-
local('Dosis-Regular'),
|
|
219
|
-
url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
220
|
-
url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/* dosis-500normal - latin */
|
|
224
|
-
@font-face {
|
|
225
|
-
font-family: 'Dosis';
|
|
226
|
-
font-style: normal;
|
|
227
|
-
font-display: swap;
|
|
228
|
-
font-weight: 500;
|
|
229
|
-
src:
|
|
230
|
-
local('Dosis Medium '),
|
|
231
|
-
local('Dosis-Medium'),
|
|
232
|
-
url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
233
|
-
url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/* dosis-600normal - latin */
|
|
237
|
-
@font-face {
|
|
238
|
-
font-family: 'Dosis';
|
|
239
|
-
font-style: normal;
|
|
240
|
-
font-display: swap;
|
|
241
|
-
font-weight: 600;
|
|
242
|
-
src:
|
|
243
|
-
local('Dosis SemiBold '),
|
|
244
|
-
local('Dosis-SemiBold'),
|
|
245
|
-
url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
246
|
-
url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/* dosis-700normal - latin */
|
|
250
|
-
@font-face {
|
|
251
|
-
font-family: 'Dosis';
|
|
252
|
-
font-style: normal;
|
|
253
|
-
font-display: swap;
|
|
254
|
-
font-weight: 700;
|
|
255
|
-
src:
|
|
256
|
-
local('Dosis Bold '),
|
|
257
|
-
local('Dosis-Bold'),
|
|
258
|
-
url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
259
|
-
url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/* dosis-800normal - latin */
|
|
263
|
-
@font-face {
|
|
264
|
-
font-family: 'Dosis';
|
|
265
|
-
font-style: normal;
|
|
266
|
-
font-display: swap;
|
|
267
|
-
font-weight: 800;
|
|
268
|
-
src:
|
|
269
|
-
local('Dosis ExtraBold '),
|
|
270
|
-
local('Dosis-ExtraBold'),
|
|
271
|
-
url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
272
|
-
url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
/* nunito-cyrillic-ext-800-normal*/
|
|
277
|
-
@font-face {
|
|
278
|
-
font-family: 'Nunito';
|
|
279
|
-
font-style: normal;
|
|
280
|
-
font-display: swap;
|
|
281
|
-
font-weight: 800;
|
|
282
|
-
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
283
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
284
|
-
}
|
|
285
|
-
/* nunito-cyrillic-800-normal*/
|
|
286
|
-
@font-face {
|
|
287
|
-
font-family: 'Nunito';
|
|
288
|
-
font-style: normal;
|
|
289
|
-
font-display: swap;
|
|
290
|
-
font-weight: 800;
|
|
291
|
-
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
292
|
-
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
293
|
-
}
|
|
294
|
-
/* nunito-vietnamese-800-normal*/
|
|
295
|
-
@font-face {
|
|
296
|
-
font-family: 'Nunito';
|
|
297
|
-
font-style: normal;
|
|
298
|
-
font-display: swap;
|
|
299
|
-
font-weight: 800;
|
|
300
|
-
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
301
|
-
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
302
|
-
}
|
|
303
|
-
/* nunito-latin-ext-800-normal*/
|
|
304
|
-
@font-face {
|
|
305
|
-
font-family: 'Nunito';
|
|
306
|
-
font-style: normal;
|
|
307
|
-
font-display: swap;
|
|
308
|
-
font-weight: 800;
|
|
309
|
-
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
310
|
-
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
311
|
-
}
|
|
312
|
-
/* nunito-latin-800-normal*/
|
|
313
|
-
@font-face {
|
|
314
|
-
font-family: 'Nunito';
|
|
315
|
-
font-style: normal;
|
|
316
|
-
font-display: swap;
|
|
317
|
-
font-weight: 800;
|
|
318
|
-
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
319
|
-
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
322
|
/* nunito-cyrillic-ext-300-normal*/
|
|
323
323
|
@font-face {
|
|
324
324
|
font-family: 'Nunito';
|