aiware-js 1.0.0-master.90 → 1.0.0-master.91
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 +94 -94
- package/js-core.esm.js +2 -2
- package/js-core.esm11.js +1 -1
- package/js-core.esm14.js +1 -1
- package/js-core.esm15.js +3 -3
- package/js-core.esm17.js +3 -3
- package/js-core.esm2.js +1 -1
- package/js-core.esm20.js +1 -1
- package/js-core.esm21.js +1 -1
- package/js-core.esm22.js +1 -1
- package/js-core.esm23.js +1 -1
- package/js-core.esm24.js +1 -1
- package/js-core.esm25.js +1 -1
- package/js-core.esm26.js +1 -230
- package/js-core.esm27.js +222 -52
- package/js-core.esm28.js +60 -1
- package/js-core.esm29.js +1 -1
- package/js-core.esm30.js +1 -1
- package/js-core.esm31.js +1 -1
- package/js-core.esm32.js +1 -1
- package/js-core.esm33.js +1 -14
- package/js-core.esm34.js +14 -12
- package/js-core.esm35.js +12 -54
- package/js-core.esm36.js +54 -1
- package/js-core.esm37.js +1 -88
- package/js-core.esm38.js +71 -209
- package/js-core.esm39.js +203 -12
- package/js-core.esm40.js +35 -1
- package/js-core.esm41.js +1 -1
- package/js-core.esm42.js +1 -1
- package/js-core.esm43.js +1 -1
- package/js-core.esm44.js +1 -31
- package/js-core.esm45.js +31 -1
- package/js-core.esm46.js +1 -1
- package/js-core.esm47.js +1 -1
- package/js-core.esm48.js +1 -0
- package/js-core.esm6.js +1 -1
- package/js-core.esm7.js +3 -3
- package/js-core.umd.css +92 -92
- package/js-core.umd.js +92 -92
- package/locales/en.json +1 -1
- package/locales/es.json +1 -1
- package/locales/fr.json +1 -1
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -1,95 +1,49 @@
|
|
|
1
|
-
/*
|
|
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 */
|
|
1
|
+
/* nunito-cyrillic-ext-800-normal*/
|
|
28
2
|
@font-face {
|
|
29
|
-
font-family: '
|
|
3
|
+
font-family: 'Nunito';
|
|
30
4
|
font-style: normal;
|
|
31
5
|
font-display: swap;
|
|
32
|
-
font-weight:
|
|
33
|
-
src:
|
|
34
|
-
|
|
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 */
|
|
6
|
+
font-weight: 800;
|
|
7
|
+
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
8
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
38
9
|
}
|
|
39
|
-
|
|
40
|
-
/* dosis-500normal - latin */
|
|
10
|
+
/* nunito-cyrillic-800-normal*/
|
|
41
11
|
@font-face {
|
|
42
|
-
font-family: '
|
|
12
|
+
font-family: 'Nunito';
|
|
43
13
|
font-style: normal;
|
|
44
14
|
font-display: swap;
|
|
45
|
-
font-weight:
|
|
46
|
-
src:
|
|
47
|
-
|
|
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 */
|
|
15
|
+
font-weight: 800;
|
|
16
|
+
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
17
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
51
18
|
}
|
|
52
|
-
|
|
53
|
-
/* dosis-600normal - latin */
|
|
19
|
+
/* nunito-vietnamese-800-normal*/
|
|
54
20
|
@font-face {
|
|
55
|
-
font-family: '
|
|
21
|
+
font-family: 'Nunito';
|
|
56
22
|
font-style: normal;
|
|
57
23
|
font-display: swap;
|
|
58
|
-
font-weight:
|
|
59
|
-
src:
|
|
60
|
-
|
|
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 */
|
|
24
|
+
font-weight: 800;
|
|
25
|
+
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
26
|
+
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;
|
|
64
27
|
}
|
|
65
|
-
|
|
66
|
-
/* dosis-700normal - latin */
|
|
28
|
+
/* nunito-latin-ext-800-normal*/
|
|
67
29
|
@font-face {
|
|
68
|
-
font-family: '
|
|
30
|
+
font-family: 'Nunito';
|
|
69
31
|
font-style: normal;
|
|
70
32
|
font-display: swap;
|
|
71
|
-
font-weight:
|
|
72
|
-
src:
|
|
73
|
-
|
|
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 */
|
|
33
|
+
font-weight: 800;
|
|
34
|
+
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
35
|
+
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;
|
|
77
36
|
}
|
|
78
|
-
|
|
79
|
-
/* dosis-800normal - latin */
|
|
37
|
+
/* nunito-latin-800-normal*/
|
|
80
38
|
@font-face {
|
|
81
|
-
font-family: '
|
|
39
|
+
font-family: 'Nunito';
|
|
82
40
|
font-style: normal;
|
|
83
41
|
font-display: swap;
|
|
84
42
|
font-weight: 800;
|
|
85
|
-
src:
|
|
86
|
-
|
|
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 */
|
|
43
|
+
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
44
|
+
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;
|
|
90
45
|
}
|
|
91
46
|
|
|
92
|
-
|
|
93
47
|
/* nunito-200normal - latin */
|
|
94
48
|
@font-face {
|
|
95
49
|
font-family: 'Nunito';
|
|
@@ -273,52 +227,98 @@
|
|
|
273
227
|
}
|
|
274
228
|
|
|
275
229
|
|
|
276
|
-
/*
|
|
230
|
+
/* dosis-200normal - latin */
|
|
277
231
|
@font-face {
|
|
278
|
-
font-family: '
|
|
232
|
+
font-family: 'Dosis';
|
|
279
233
|
font-style: normal;
|
|
280
234
|
font-display: swap;
|
|
281
|
-
font-weight:
|
|
282
|
-
src:
|
|
283
|
-
|
|
235
|
+
font-weight: 200;
|
|
236
|
+
src:
|
|
237
|
+
local('Dosis Extra Light '),
|
|
238
|
+
local('Dosis-Extra Light'),
|
|
239
|
+
url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
|
|
240
|
+
url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
|
|
284
241
|
}
|
|
285
|
-
|
|
242
|
+
|
|
243
|
+
/* dosis-300normal - latin */
|
|
286
244
|
@font-face {
|
|
287
|
-
font-family: '
|
|
245
|
+
font-family: 'Dosis';
|
|
288
246
|
font-style: normal;
|
|
289
247
|
font-display: swap;
|
|
290
|
-
font-weight:
|
|
291
|
-
src:
|
|
292
|
-
|
|
248
|
+
font-weight: 300;
|
|
249
|
+
src:
|
|
250
|
+
local('Dosis Light '),
|
|
251
|
+
local('Dosis-Light'),
|
|
252
|
+
url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
253
|
+
url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
|
|
293
254
|
}
|
|
294
|
-
|
|
255
|
+
|
|
256
|
+
/* dosis-400normal - latin */
|
|
295
257
|
@font-face {
|
|
296
|
-
font-family: '
|
|
258
|
+
font-family: 'Dosis';
|
|
297
259
|
font-style: normal;
|
|
298
260
|
font-display: swap;
|
|
299
|
-
font-weight:
|
|
300
|
-
src:
|
|
301
|
-
|
|
261
|
+
font-weight: 400;
|
|
262
|
+
src:
|
|
263
|
+
local('Dosis Regular '),
|
|
264
|
+
local('Dosis-Regular'),
|
|
265
|
+
url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
|
|
266
|
+
url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
|
|
302
267
|
}
|
|
303
|
-
|
|
268
|
+
|
|
269
|
+
/* dosis-500normal - latin */
|
|
304
270
|
@font-face {
|
|
305
|
-
font-family: '
|
|
271
|
+
font-family: 'Dosis';
|
|
306
272
|
font-style: normal;
|
|
307
273
|
font-display: swap;
|
|
308
|
-
font-weight:
|
|
309
|
-
src:
|
|
310
|
-
|
|
274
|
+
font-weight: 500;
|
|
275
|
+
src:
|
|
276
|
+
local('Dosis Medium '),
|
|
277
|
+
local('Dosis-Medium'),
|
|
278
|
+
url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
|
|
279
|
+
url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
|
|
311
280
|
}
|
|
312
|
-
|
|
281
|
+
|
|
282
|
+
/* dosis-600normal - latin */
|
|
313
283
|
@font-face {
|
|
314
|
-
font-family: '
|
|
284
|
+
font-family: 'Dosis';
|
|
285
|
+
font-style: normal;
|
|
286
|
+
font-display: swap;
|
|
287
|
+
font-weight: 600;
|
|
288
|
+
src:
|
|
289
|
+
local('Dosis SemiBold '),
|
|
290
|
+
local('Dosis-SemiBold'),
|
|
291
|
+
url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
|
|
292
|
+
url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
/* dosis-700normal - latin */
|
|
296
|
+
@font-face {
|
|
297
|
+
font-family: 'Dosis';
|
|
298
|
+
font-style: normal;
|
|
299
|
+
font-display: swap;
|
|
300
|
+
font-weight: 700;
|
|
301
|
+
src:
|
|
302
|
+
local('Dosis Bold '),
|
|
303
|
+
local('Dosis-Bold'),
|
|
304
|
+
url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
305
|
+
url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/* dosis-800normal - latin */
|
|
309
|
+
@font-face {
|
|
310
|
+
font-family: 'Dosis';
|
|
315
311
|
font-style: normal;
|
|
316
312
|
font-display: swap;
|
|
317
313
|
font-weight: 800;
|
|
318
|
-
src:
|
|
319
|
-
|
|
314
|
+
src:
|
|
315
|
+
local('Dosis ExtraBold '),
|
|
316
|
+
local('Dosis-ExtraBold'),
|
|
317
|
+
url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
|
|
318
|
+
url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
|
|
320
319
|
}
|
|
321
320
|
|
|
321
|
+
|
|
322
322
|
/* nunito-cyrillic-ext-300-normal*/
|
|
323
323
|
@font-face {
|
|
324
324
|
font-family: 'Nunito';
|