aiware-js 2.9.0 → 2.12.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.
Files changed (59) hide show
  1. package/index.esm.css +166 -166
  2. package/index.esm.js +1 -2095
  3. package/js-core.esm.js +960 -0
  4. package/js-core.esm10.js +1 -0
  5. package/js-core.esm11.js +1 -0
  6. package/js-core.esm12.js +1 -0
  7. package/js-core.esm13.js +1 -0
  8. package/js-core.esm14.js +1 -0
  9. package/js-core.esm15.js +1 -0
  10. package/js-core.esm16.js +22 -0
  11. package/js-core.esm17.js +1 -0
  12. package/js-core.esm18.js +595 -0
  13. package/js-core.esm19.js +1 -0
  14. package/js-core.esm2.js +1 -0
  15. package/js-core.esm20.js +1 -0
  16. package/js-core.esm21.js +1 -0
  17. package/js-core.esm22.js +1 -0
  18. package/js-core.esm23.js +1 -0
  19. package/js-core.esm24.js +1 -0
  20. package/js-core.esm25.js +1 -0
  21. package/js-core.esm26.js +1 -0
  22. package/js-core.esm27.js +230 -0
  23. package/js-core.esm28.js +60 -0
  24. package/js-core.esm29.js +1 -0
  25. package/js-core.esm3.js +1 -0
  26. package/js-core.esm30.js +1 -0
  27. package/js-core.esm31.js +1 -0
  28. package/js-core.esm32.js +1 -0
  29. package/js-core.esm33.js +14 -0
  30. package/js-core.esm34.js +12 -0
  31. package/js-core.esm35.js +54 -0
  32. package/js-core.esm36.js +1 -0
  33. package/js-core.esm37.js +88 -0
  34. package/js-core.esm38.js +226 -0
  35. package/js-core.esm39.js +35 -0
  36. package/js-core.esm4.js +1 -0
  37. package/js-core.esm40.js +1 -0
  38. package/js-core.esm41.js +1 -0
  39. package/js-core.esm42.js +1 -0
  40. package/js-core.esm43.js +1 -0
  41. package/js-core.esm44.js +31 -0
  42. package/js-core.esm45.js +1 -0
  43. package/js-core.esm46.js +1 -0
  44. package/js-core.esm47.js +1 -0
  45. package/js-core.esm5.js +1 -0
  46. package/js-core.esm6.js +20 -0
  47. package/js-core.esm7.js +136 -0
  48. package/js-core.esm8.js +1 -0
  49. package/js-core.esm9.js +1 -0
  50. package/js-core.umd.css +296 -358
  51. package/js-core.umd.js +572 -199
  52. package/lib/js.d.ts +2 -1
  53. package/lib/registry.d.ts +2 -8
  54. package/lib/widgetHandler.d.ts +2 -1
  55. package/locales/en.json +1 -1
  56. package/locales/es.json +1 -1
  57. package/locales/fr.json +1 -1
  58. package/package.json +26 -23
  59. package/index.umd.css +0 -486
package/js-core.umd.css CHANGED
@@ -4,9 +4,11 @@
4
4
  font-style: normal;
5
5
  font-display: swap;
6
6
  font-weight: 200;
7
- src: local('Dosis Extra Light '), local('Dosis-Extra Light'),
8
- url('./files/dosis-latin-200.woff2') format('woff2'),
9
- /* Super Modern Browsers */ url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
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 */
10
12
  }
11
13
 
12
14
  /* dosis-300normal - latin */
@@ -15,8 +17,11 @@
15
17
  font-style: normal;
16
18
  font-display: swap;
17
19
  font-weight: 300;
18
- src: local('Dosis Light '), local('Dosis-Light'), url('./files/dosis-latin-300.woff2') format('woff2'),
19
- /* Super Modern Browsers */ url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
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 */
20
25
  }
21
26
 
22
27
  /* dosis-400normal - latin */
@@ -25,8 +30,11 @@
25
30
  font-style: normal;
26
31
  font-display: swap;
27
32
  font-weight: 400;
28
- src: local('Dosis Regular '), local('Dosis-Regular'), url('./files/dosis-latin-400.woff2') format('woff2'),
29
- /* Super Modern Browsers */ url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
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 */
30
38
  }
31
39
 
32
40
  /* dosis-500normal - latin */
@@ -35,8 +43,11 @@
35
43
  font-style: normal;
36
44
  font-display: swap;
37
45
  font-weight: 500;
38
- src: local('Dosis Medium '), local('Dosis-Medium'), url('./files/dosis-latin-500.woff2') format('woff2'),
39
- /* Super Modern Browsers */ url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
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 */
40
51
  }
41
52
 
42
53
  /* dosis-600normal - latin */
@@ -45,8 +56,11 @@
45
56
  font-style: normal;
46
57
  font-display: swap;
47
58
  font-weight: 600;
48
- src: local('Dosis SemiBold '), local('Dosis-SemiBold'), url('./files/dosis-latin-600.woff2') format('woff2'),
49
- /* Super Modern Browsers */ url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
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 */
50
64
  }
51
65
 
52
66
  /* dosis-700normal - latin */
@@ -55,8 +69,11 @@
55
69
  font-style: normal;
56
70
  font-display: swap;
57
71
  font-weight: 700;
58
- src: local('Dosis Bold '), local('Dosis-Bold'), url('./files/dosis-latin-700.woff2') format('woff2'),
59
- /* Super Modern Browsers */ url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
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 */
60
77
  }
61
78
 
62
79
  /* dosis-800normal - latin */
@@ -65,9 +82,58 @@
65
82
  font-style: normal;
66
83
  font-display: swap;
67
84
  font-weight: 800;
68
- src: local('Dosis ExtraBold '), local('Dosis-ExtraBold'),
69
- url('./files/dosis-latin-800.woff2') format('woff2'),
70
- /* Super Modern Browsers */ url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
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;
71
137
  }
72
138
 
73
139
  /* nunito-200normal - latin */
@@ -76,9 +142,11 @@
76
142
  font-style: normal;
77
143
  font-display: swap;
78
144
  font-weight: 200;
79
- src: local('Nunito Extra Light '), local('Nunito-Extra Light'),
80
- url('./files/nunito-latin-200.woff2') format('woff2'),
81
- /* Super Modern Browsers */ url('./files/nunito-latin-200.woff') format('woff'); /* Modern Browsers */
145
+ src:
146
+ local('Nunito Extra Light '),
147
+ local('Nunito-Extra Light'),
148
+ url('./files/nunito-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
149
+ url('./files/nunito-latin-200.woff') format('woff'); /* Modern Browsers */
82
150
  }
83
151
 
84
152
  /* nunito-200italic - latin */
@@ -87,9 +155,11 @@
87
155
  font-style: italic;
88
156
  font-display: swap;
89
157
  font-weight: 200;
90
- src: local('Nunito Extra Light italic'), local('Nunito-Extra Lightitalic'),
91
- url('./files/nunito-latin-200italic.woff2') format('woff2'),
92
- /* Super Modern Browsers */ url('./files/nunito-latin-200italic.woff') format('woff'); /* Modern Browsers */
158
+ src:
159
+ local('Nunito Extra Light italic'),
160
+ local('Nunito-Extra Lightitalic'),
161
+ url('./files/nunito-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
162
+ url('./files/nunito-latin-200italic.woff') format('woff'); /* Modern Browsers */
93
163
  }
94
164
 
95
165
  /* nunito-300normal - latin */
@@ -98,8 +168,11 @@
98
168
  font-style: normal;
99
169
  font-display: swap;
100
170
  font-weight: 300;
101
- src: local('Nunito Light '), local('Nunito-Light'), url('./files/nunito-latin-300.woff2') format('woff2'),
102
- /* Super Modern Browsers */ url('./files/nunito-latin-300.woff') format('woff'); /* Modern Browsers */
171
+ src:
172
+ local('Nunito Light '),
173
+ local('Nunito-Light'),
174
+ url('./files/nunito-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
175
+ url('./files/nunito-latin-300.woff') format('woff'); /* Modern Browsers */
103
176
  }
104
177
 
105
178
  /* nunito-300italic - latin */
@@ -108,9 +181,11 @@
108
181
  font-style: italic;
109
182
  font-display: swap;
110
183
  font-weight: 300;
111
- src: local('Nunito Light italic'), local('Nunito-Lightitalic'),
112
- url('./files/nunito-latin-300italic.woff2') format('woff2'),
113
- /* Super Modern Browsers */ url('./files/nunito-latin-300italic.woff') format('woff'); /* Modern Browsers */
184
+ src:
185
+ local('Nunito Light italic'),
186
+ local('Nunito-Lightitalic'),
187
+ url('./files/nunito-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
188
+ url('./files/nunito-latin-300italic.woff') format('woff'); /* Modern Browsers */
114
189
  }
115
190
 
116
191
  /* nunito-400normal - latin */
@@ -119,9 +194,11 @@
119
194
  font-style: normal;
120
195
  font-display: swap;
121
196
  font-weight: 400;
122
- src: local('Nunito Regular '), local('Nunito-Regular'),
123
- url('./files/nunito-latin-400.woff2') format('woff2'),
124
- /* Super Modern Browsers */ url('./files/nunito-latin-400.woff') format('woff'); /* Modern Browsers */
197
+ src:
198
+ local('Nunito Regular '),
199
+ local('Nunito-Regular'),
200
+ url('./files/nunito-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
201
+ url('./files/nunito-latin-400.woff') format('woff'); /* Modern Browsers */
125
202
  }
126
203
 
127
204
  /* nunito-400italic - latin */
@@ -130,9 +207,11 @@
130
207
  font-style: italic;
131
208
  font-display: swap;
132
209
  font-weight: 400;
133
- src: local('Nunito Regular italic'), local('Nunito-Regularitalic'),
134
- url('./files/nunito-latin-400italic.woff2') format('woff2'),
135
- /* Super Modern Browsers */ url('./files/nunito-latin-400italic.woff') format('woff'); /* Modern Browsers */
210
+ src:
211
+ local('Nunito Regular italic'),
212
+ local('Nunito-Regularitalic'),
213
+ url('./files/nunito-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
214
+ url('./files/nunito-latin-400italic.woff') format('woff'); /* Modern Browsers */
136
215
  }
137
216
 
138
217
  /* nunito-600normal - latin */
@@ -141,9 +220,11 @@
141
220
  font-style: normal;
142
221
  font-display: swap;
143
222
  font-weight: 600;
144
- src: local('Nunito SemiBold '), local('Nunito-SemiBold'),
145
- url('./files/nunito-latin-600.woff2') format('woff2'),
146
- /* Super Modern Browsers */ url('./files/nunito-latin-600.woff') format('woff'); /* Modern Browsers */
223
+ src:
224
+ local('Nunito SemiBold '),
225
+ local('Nunito-SemiBold'),
226
+ url('./files/nunito-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
227
+ url('./files/nunito-latin-600.woff') format('woff'); /* Modern Browsers */
147
228
  }
148
229
 
149
230
  /* nunito-600italic - latin */
@@ -152,9 +233,11 @@
152
233
  font-style: italic;
153
234
  font-display: swap;
154
235
  font-weight: 600;
155
- src: local('Nunito SemiBold italic'), local('Nunito-SemiBolditalic'),
156
- url('./files/nunito-latin-600italic.woff2') format('woff2'),
157
- /* Super Modern Browsers */ url('./files/nunito-latin-600italic.woff') format('woff'); /* Modern Browsers */
236
+ src:
237
+ local('Nunito SemiBold italic'),
238
+ local('Nunito-SemiBolditalic'),
239
+ url('./files/nunito-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
240
+ url('./files/nunito-latin-600italic.woff') format('woff'); /* Modern Browsers */
158
241
  }
159
242
 
160
243
  /* nunito-700normal - latin */
@@ -163,8 +246,11 @@
163
246
  font-style: normal;
164
247
  font-display: swap;
165
248
  font-weight: 700;
166
- src: local('Nunito Bold '), local('Nunito-Bold'), url('./files/nunito-latin-700.woff2') format('woff2'),
167
- /* Super Modern Browsers */ url('./files/nunito-latin-700.woff') format('woff'); /* Modern Browsers */
249
+ src:
250
+ local('Nunito Bold '),
251
+ local('Nunito-Bold'),
252
+ url('./files/nunito-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
253
+ url('./files/nunito-latin-700.woff') format('woff'); /* Modern Browsers */
168
254
  }
169
255
 
170
256
  /* nunito-700italic - latin */
@@ -173,9 +259,11 @@
173
259
  font-style: italic;
174
260
  font-display: swap;
175
261
  font-weight: 700;
176
- src: local('Nunito Bold italic'), local('Nunito-Bolditalic'),
177
- url('./files/nunito-latin-700italic.woff2') format('woff2'),
178
- /* Super Modern Browsers */ url('./files/nunito-latin-700italic.woff') format('woff'); /* Modern Browsers */
262
+ src:
263
+ local('Nunito Bold italic'),
264
+ local('Nunito-Bolditalic'),
265
+ url('./files/nunito-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
266
+ url('./files/nunito-latin-700italic.woff') format('woff'); /* Modern Browsers */
179
267
  }
180
268
 
181
269
  /* nunito-800normal - latin */
@@ -184,9 +272,11 @@
184
272
  font-style: normal;
185
273
  font-display: swap;
186
274
  font-weight: 800;
187
- src: local('Nunito ExtraBold '), local('Nunito-ExtraBold'),
188
- url('./files/nunito-latin-800.woff2') format('woff2'),
189
- /* Super Modern Browsers */ url('./files/nunito-latin-800.woff') format('woff'); /* Modern Browsers */
275
+ src:
276
+ local('Nunito ExtraBold '),
277
+ local('Nunito-ExtraBold'),
278
+ url('./files/nunito-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
279
+ url('./files/nunito-latin-800.woff') format('woff'); /* Modern Browsers */
190
280
  }
191
281
 
192
282
  /* nunito-800italic - latin */
@@ -195,9 +285,11 @@
195
285
  font-style: italic;
196
286
  font-display: swap;
197
287
  font-weight: 800;
198
- src: local('Nunito ExtraBold italic'), local('Nunito-ExtraBolditalic'),
199
- url('./files/nunito-latin-800italic.woff2') format('woff2'),
200
- /* Super Modern Browsers */ url('./files/nunito-latin-800italic.woff') format('woff'); /* Modern Browsers */
288
+ src:
289
+ local('Nunito ExtraBold italic'),
290
+ local('Nunito-ExtraBolditalic'),
291
+ url('./files/nunito-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
292
+ url('./files/nunito-latin-800italic.woff') format('woff'); /* Modern Browsers */
201
293
  }
202
294
 
203
295
  /* nunito-900normal - latin */
@@ -206,8 +298,11 @@
206
298
  font-style: normal;
207
299
  font-display: swap;
208
300
  font-weight: 900;
209
- src: local('Nunito Black '), local('Nunito-Black'), url('./files/nunito-latin-900.woff2') format('woff2'),
210
- /* Super Modern Browsers */ url('./files/nunito-latin-900.woff') format('woff'); /* Modern Browsers */
301
+ src:
302
+ local('Nunito Black '),
303
+ local('Nunito-Black'),
304
+ url('./files/nunito-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
305
+ url('./files/nunito-latin-900.woff') format('woff'); /* Modern Browsers */
211
306
  }
212
307
 
213
308
  /* nunito-900italic - latin */
@@ -216,333 +311,176 @@
216
311
  font-style: italic;
217
312
  font-display: swap;
218
313
  font-weight: 900;
219
- src: local('Nunito Black italic'), local('Nunito-Blackitalic'),
220
- url('./files/nunito-latin-900italic.woff2') format('woff2'),
221
- /* Super Modern Browsers */ url('./files/nunito-latin-900italic.woff') format('woff'); /* Modern Browsers */
222
- }
223
-
224
- /*!
225
- * Cropper.js v1.5.9
226
- * https://fengyuanchen.github.io/cropperjs
227
- *
228
- * Copyright 2015-present Chen Fengyuan
229
- * Released under the MIT license
230
- *
231
- * Date: 2020-09-10T13:16:21.689Z
232
- */
233
-
234
- .cropper-container {
235
- direction: ltr;
236
- font-size: 0;
237
- line-height: 0;
238
- position: relative;
239
- -ms-touch-action: none;
240
- touch-action: none;
241
- -webkit-user-select: none;
242
- -moz-user-select: none;
243
- -ms-user-select: none;
244
- user-select: none;
245
- }
246
-
247
- .cropper-container img {
248
- display: block;
249
- height: 100%;
250
- image-orientation: 0deg;
251
- max-height: none !important;
252
- max-width: none !important;
253
- min-height: 0 !important;
254
- min-width: 0 !important;
255
- width: 100%;
256
- }
257
-
258
- .cropper-wrap-box,
259
- .cropper-canvas,
260
- .cropper-drag-box,
261
- .cropper-crop-box,
262
- .cropper-modal {
263
- bottom: 0;
264
- left: 0;
265
- position: absolute;
266
- right: 0;
267
- top: 0;
268
- }
269
-
270
- .cropper-wrap-box,
271
- .cropper-canvas {
272
- overflow: hidden;
273
- }
274
-
275
- .cropper-drag-box {
276
- background-color: #fff;
277
- opacity: 0;
278
- }
279
-
280
- .cropper-modal {
281
- background-color: #000;
282
- opacity: 0.5;
314
+ src:
315
+ local('Nunito Black italic'),
316
+ local('Nunito-Blackitalic'),
317
+ url('./files/nunito-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
318
+ url('./files/nunito-latin-900italic.woff') format('woff'); /* Modern Browsers */
283
319
  }
284
320
 
285
- .cropper-view-box {
286
- display: block;
287
- height: 100%;
288
- outline: 1px solid #39f;
289
- outline-color: rgba(51, 153, 255, 0.75);
290
- overflow: hidden;
291
- width: 100%;
292
- }
293
-
294
- .cropper-dashed {
295
- border: 0 dashed #eee;
296
- display: block;
297
- opacity: 0.5;
298
- position: absolute;
299
- }
300
321
 
301
- .cropper-dashed.dashed-h {
302
- border-bottom-width: 1px;
303
- border-top-width: 1px;
304
- height: calc(100% / 3);
305
- left: 0;
306
- top: calc(100% / 3);
307
- width: 100%;
308
- }
309
-
310
- .cropper-dashed.dashed-v {
311
- border-left-width: 1px;
312
- border-right-width: 1px;
313
- height: 100%;
314
- left: calc(100% / 3);
315
- top: 0;
316
- width: calc(100% / 3);
317
- }
318
-
319
- .cropper-center {
320
- display: block;
321
- height: 0;
322
- left: 50%;
323
- opacity: 0.75;
324
- position: absolute;
325
- top: 50%;
326
- width: 0;
327
- }
328
-
329
- .cropper-center::before,
330
- .cropper-center::after {
331
- background-color: #eee;
332
- content: ' ';
333
- display: block;
334
- position: absolute;
335
- }
336
-
337
- .cropper-center::before {
338
- height: 1px;
339
- left: -3px;
340
- top: 0;
341
- width: 7px;
342
- }
343
-
344
- .cropper-center::after {
345
- height: 7px;
346
- left: 0;
347
- top: -3px;
348
- width: 1px;
349
- }
350
-
351
- .cropper-face,
352
- .cropper-line,
353
- .cropper-point {
354
- display: block;
355
- height: 100%;
356
- opacity: 0.1;
357
- position: absolute;
358
- width: 100%;
359
- }
360
-
361
- .cropper-face {
362
- background-color: #fff;
363
- left: 0;
364
- top: 0;
365
- }
366
-
367
- .cropper-line {
368
- background-color: #39f;
369
- }
370
-
371
- .cropper-line.line-e {
372
- cursor: ew-resize;
373
- right: -3px;
374
- top: 0;
375
- width: 5px;
376
- }
377
-
378
- .cropper-line.line-n {
379
- cursor: ns-resize;
380
- height: 5px;
381
- left: 0;
382
- top: -3px;
383
- }
384
-
385
- .cropper-line.line-w {
386
- cursor: ew-resize;
387
- left: -3px;
388
- top: 0;
389
- width: 5px;
390
- }
391
-
392
- .cropper-line.line-s {
393
- bottom: -3px;
394
- cursor: ns-resize;
395
- height: 5px;
396
- left: 0;
397
- }
398
-
399
- .cropper-point {
400
- background-color: #39f;
401
- height: 5px;
402
- opacity: 0.75;
403
- width: 5px;
404
- }
405
-
406
- .cropper-point.point-e {
407
- cursor: ew-resize;
408
- margin-top: -3px;
409
- right: -3px;
410
- top: 50%;
411
- }
412
-
413
- .cropper-point.point-n {
414
- cursor: ns-resize;
415
- left: 50%;
416
- margin-left: -3px;
417
- top: -3px;
418
- }
419
-
420
- .cropper-point.point-w {
421
- cursor: ew-resize;
422
- left: -3px;
423
- margin-top: -3px;
424
- top: 50%;
425
- }
426
-
427
- .cropper-point.point-s {
428
- bottom: -3px;
429
- cursor: s-resize;
430
- left: 50%;
431
- margin-left: -3px;
432
- }
433
-
434
- .cropper-point.point-ne {
435
- cursor: nesw-resize;
436
- right: -3px;
437
- top: -3px;
322
+ /* nunito-cyrillic-ext-300-normal*/
323
+ @font-face {
324
+ font-family: 'Nunito';
325
+ font-style: normal;
326
+ font-display: swap;
327
+ font-weight: 300;
328
+ src: url('./files/nunito-cyrillic-ext-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
329
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
438
330
  }
439
-
440
- .cropper-point.point-nw {
441
- cursor: nwse-resize;
442
- left: -3px;
443
- top: -3px;
331
+ /* nunito-cyrillic-300-normal*/
332
+ @font-face {
333
+ font-family: 'Nunito';
334
+ font-style: normal;
335
+ font-display: swap;
336
+ font-weight: 300;
337
+ src: url('./files/nunito-cyrillic-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
338
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
444
339
  }
445
-
446
- .cropper-point.point-sw {
447
- bottom: -3px;
448
- cursor: nesw-resize;
449
- left: -3px;
340
+ /* nunito-vietnamese-300-normal*/
341
+ @font-face {
342
+ font-family: 'Nunito';
343
+ font-style: normal;
344
+ font-display: swap;
345
+ font-weight: 300;
346
+ src: url('./files/nunito-vietnamese-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
347
+ 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;
450
348
  }
451
-
452
- .cropper-point.point-se {
453
- bottom: -3px;
454
- cursor: nwse-resize;
455
- height: 20px;
456
- opacity: 1;
457
- right: -3px;
458
- width: 20px;
349
+ /* nunito-latin-ext-300-normal*/
350
+ @font-face {
351
+ font-family: 'Nunito';
352
+ font-style: normal;
353
+ font-display: swap;
354
+ font-weight: 300;
355
+ src: url('./files/nunito-latin-ext-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
356
+ 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;
459
357
  }
460
-
461
- @media (min-width: 768px) {
462
- .cropper-point.point-se {
463
- height: 15px;
464
- width: 15px;
465
- }
358
+ /* nunito-latin-300-normal*/
359
+ @font-face {
360
+ font-family: 'Nunito';
361
+ font-style: normal;
362
+ font-display: swap;
363
+ font-weight: 300;
364
+ src: url('./files/nunito-latin-300-normal.woff2') format('woff2'), url('./files/nunito-all-300-normal.woff') format('woff');
365
+ 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;
466
366
  }
467
367
 
468
- @media (min-width: 992px) {
469
- .cropper-point.point-se {
470
- height: 10px;
471
- width: 10px;
472
- }
368
+ /* nunito-cyrillic-ext-400-normal*/
369
+ @font-face {
370
+ font-family: 'Nunito';
371
+ font-style: normal;
372
+ font-display: swap;
373
+ font-weight: 400;
374
+ src: url('./files/nunito-cyrillic-ext-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
375
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
473
376
  }
474
-
475
- @media (min-width: 1200px) {
476
- .cropper-point.point-se {
477
- height: 5px;
478
- opacity: 0.75;
479
- width: 5px;
480
- }
377
+ /* nunito-cyrillic-400-normal*/
378
+ @font-face {
379
+ font-family: 'Nunito';
380
+ font-style: normal;
381
+ font-display: swap;
382
+ font-weight: 400;
383
+ src: url('./files/nunito-cyrillic-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
384
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
481
385
  }
482
-
483
- .cropper-point.point-se::before {
484
- background-color: #39f;
485
- bottom: -50%;
486
- content: ' ';
487
- display: block;
488
- height: 200%;
489
- opacity: 0;
490
- position: absolute;
491
- right: -50%;
492
- width: 200%;
386
+ /* nunito-vietnamese-400-normal*/
387
+ @font-face {
388
+ font-family: 'Nunito';
389
+ font-style: normal;
390
+ font-display: swap;
391
+ font-weight: 400;
392
+ src: url('./files/nunito-vietnamese-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
393
+ 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;
493
394
  }
494
-
495
- .cropper-invisible {
496
- opacity: 0;
395
+ /* nunito-latin-ext-400-normal*/
396
+ @font-face {
397
+ font-family: 'Nunito';
398
+ font-style: normal;
399
+ font-display: swap;
400
+ font-weight: 400;
401
+ src: url('./files/nunito-latin-ext-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
402
+ 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;
497
403
  }
498
-
499
- .cropper-bg {
500
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
404
+ /* nunito-latin-400-normal*/
405
+ @font-face {
406
+ font-family: 'Nunito';
407
+ font-style: normal;
408
+ font-display: swap;
409
+ font-weight: 400;
410
+ src: url('./files/nunito-latin-400-normal.woff2') format('woff2'), url('./files/nunito-all-400-normal.woff') format('woff');
411
+ 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;
501
412
  }
502
413
 
503
- .cropper-hide {
504
- display: block;
505
- height: 0;
506
- position: absolute;
507
- width: 0;
414
+ /* nunito-cyrillic-ext-600-normal*/
415
+ @font-face {
416
+ font-family: 'Nunito';
417
+ font-style: normal;
418
+ font-display: swap;
419
+ font-weight: 600;
420
+ src: url('./files/nunito-cyrillic-ext-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
421
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
508
422
  }
509
-
510
- .cropper-hidden {
511
- display: none !important;
423
+ /* nunito-cyrillic-600-normal*/
424
+ @font-face {
425
+ font-family: 'Nunito';
426
+ font-style: normal;
427
+ font-display: swap;
428
+ font-weight: 600;
429
+ src: url('./files/nunito-cyrillic-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
430
+ unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
512
431
  }
513
-
514
- .cropper-move {
515
- cursor: move;
432
+ /* nunito-vietnamese-600-normal*/
433
+ @font-face {
434
+ font-family: 'Nunito';
435
+ font-style: normal;
436
+ font-display: swap;
437
+ font-weight: 600;
438
+ src: url('./files/nunito-vietnamese-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
439
+ 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;
516
440
  }
517
-
518
- .cropper-crop {
519
- cursor: crosshair;
441
+ /* nunito-latin-ext-600-normal*/
442
+ @font-face {
443
+ font-family: 'Nunito';
444
+ font-style: normal;
445
+ font-display: swap;
446
+ font-weight: 600;
447
+ src: url('./files/nunito-latin-ext-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
448
+ 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;
520
449
  }
521
-
522
- .cropper-disabled .cropper-drag-box,
523
- .cropper-disabled .cropper-face,
524
- .cropper-disabled .cropper-line,
525
- .cropper-disabled .cropper-point {
526
- cursor: not-allowed;
450
+ /* nunito-latin-600-normal*/
451
+ @font-face {
452
+ font-family: 'Nunito';
453
+ font-style: normal;
454
+ font-display: swap;
455
+ font-weight: 600;
456
+ src: url('./files/nunito-latin-600-normal.woff2') format('woff2'), url('./files/nunito-all-600-normal.woff') format('woff');
457
+ 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;
527
458
  }
528
459
 
529
- /**
530
- * Custom scroll bar override start
531
- */
532
- .aiware-el ::-webkit-scrollbar {
533
- width: 8px !important;
460
+ /* dosis-vietnamese-600-normal*/
461
+ @font-face {
462
+ font-family: 'Dosis';
463
+ font-style: normal;
464
+ font-display: swap;
465
+ font-weight: 600;
466
+ src: url('./files/dosis-vietnamese-600-normal.woff2') format('woff2'), url('./files/dosis-all-600-normal.woff') format('woff');
467
+ 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;
534
468
  }
535
-
536
- .aiware-el ::-webkit-scrollbar-track:hover {
537
- opacity: 0.1 !important;
538
- background: #ffffff;
469
+ /* dosis-latin-ext-600-normal*/
470
+ @font-face {
471
+ font-family: 'Dosis';
472
+ font-style: normal;
473
+ font-display: swap;
474
+ font-weight: 600;
475
+ src: url('./files/dosis-latin-ext-600-normal.woff2') format('woff2'), url('./files/dosis-all-600-normal.woff') format('woff');
476
+ 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;
539
477
  }
540
-
541
- .aiware-el ::-webkit-scrollbar-thumb {
542
- background: #c4c4c4 !important;
543
- border-radius: 3px !important;
478
+ /* dosis-latin-600-normal*/
479
+ @font-face {
480
+ font-family: 'Dosis';
481
+ font-style: normal;
482
+ font-display: swap;
483
+ font-weight: 600;
484
+ src: url('./files/dosis-latin-600-normal.woff2') format('woff2'), url('./files/dosis-all-600-normal.woff') format('woff');
485
+ 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;
544
486
  }
545
-
546
- /**
547
- * Custom scroll bar override end
548
- */