aiware-js 1.0.0-master.7 → 1.0.0-master.72

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 (106) hide show
  1. package/files/dosis-latin-200.woff +0 -0
  2. package/files/dosis-latin-200.woff2 +0 -0
  3. package/files/dosis-latin-300.woff +0 -0
  4. package/files/dosis-latin-300.woff2 +0 -0
  5. package/files/dosis-latin-500.woff +0 -0
  6. package/files/dosis-latin-500.woff2 +0 -0
  7. package/files/dosis-latin-600.woff +0 -0
  8. package/files/dosis-latin-600.woff2 +0 -0
  9. package/files/dosis-latin-700.woff +0 -0
  10. package/files/dosis-latin-700.woff2 +0 -0
  11. package/files/dosis-latin-800.woff +0 -0
  12. package/files/dosis-latin-800.woff2 +0 -0
  13. package/files/nunito-latin-200.woff +0 -0
  14. package/files/nunito-latin-200.woff2 +0 -0
  15. package/files/nunito-latin-200italic.woff +0 -0
  16. package/files/nunito-latin-200italic.woff2 +0 -0
  17. package/files/nunito-latin-300.woff +0 -0
  18. package/files/nunito-latin-300.woff2 +0 -0
  19. package/files/nunito-latin-300italic.woff +0 -0
  20. package/files/nunito-latin-300italic.woff2 +0 -0
  21. package/files/nunito-latin-400.woff2 +0 -0
  22. package/files/nunito-latin-400italic.woff +0 -0
  23. package/files/nunito-latin-400italic.woff2 +0 -0
  24. package/files/nunito-latin-600.woff +0 -0
  25. package/files/nunito-latin-600.woff2 +0 -0
  26. package/files/nunito-latin-600italic.woff +0 -0
  27. package/files/nunito-latin-600italic.woff2 +0 -0
  28. package/files/nunito-latin-700.woff +0 -0
  29. package/files/nunito-latin-700.woff2 +0 -0
  30. package/files/nunito-latin-700italic.woff +0 -0
  31. package/files/nunito-latin-700italic.woff2 +0 -0
  32. package/files/nunito-latin-800.woff +0 -0
  33. package/files/nunito-latin-800.woff2 +0 -0
  34. package/files/nunito-latin-800italic.woff +0 -0
  35. package/files/nunito-latin-800italic.woff2 +0 -0
  36. package/files/nunito-latin-900.woff +0 -0
  37. package/files/nunito-latin-900.woff2 +0 -0
  38. package/files/nunito-latin-900italic.woff +0 -0
  39. package/files/nunito-latin-900italic.woff2 +0 -0
  40. package/index.esm.css +486 -0
  41. package/index.esm.js +1 -0
  42. package/index.html +41 -0
  43. package/js-core.esm.js +889 -1863
  44. package/js-core.esm10.js +1 -0
  45. package/js-core.esm11.js +1 -0
  46. package/js-core.esm12.js +1 -0
  47. package/js-core.esm13.js +1 -0
  48. package/js-core.esm14.js +1 -0
  49. package/js-core.esm15.js +1 -0
  50. package/js-core.esm16.js +22 -0
  51. package/js-core.esm17.js +1 -0
  52. package/js-core.esm18.js +595 -0
  53. package/js-core.esm19.js +1 -0
  54. package/js-core.esm2.js +1 -0
  55. package/js-core.esm20.js +1 -0
  56. package/js-core.esm21.js +1 -0
  57. package/js-core.esm22.js +1 -0
  58. package/js-core.esm23.js +1 -0
  59. package/js-core.esm24.js +1 -0
  60. package/js-core.esm25.js +1 -0
  61. package/js-core.esm26.js +1 -0
  62. package/js-core.esm27.js +230 -0
  63. package/js-core.esm28.js +60 -0
  64. package/js-core.esm29.js +1 -0
  65. package/js-core.esm3.js +1 -0
  66. package/js-core.esm30.js +1 -0
  67. package/js-core.esm31.js +1 -0
  68. package/js-core.esm32.js +1 -0
  69. package/js-core.esm33.js +14 -0
  70. package/js-core.esm34.js +12 -0
  71. package/js-core.esm35.js +54 -0
  72. package/js-core.esm36.js +1 -0
  73. package/js-core.esm37.js +88 -0
  74. package/js-core.esm38.js +226 -0
  75. package/js-core.esm39.js +35 -0
  76. package/js-core.esm4.js +1 -0
  77. package/js-core.esm40.js +1 -0
  78. package/js-core.esm41.js +1 -0
  79. package/js-core.esm42.js +1 -0
  80. package/js-core.esm43.js +1 -0
  81. package/js-core.esm44.js +31 -0
  82. package/js-core.esm45.js +1 -0
  83. package/js-core.esm46.js +1 -0
  84. package/js-core.esm47.js +1 -0
  85. package/js-core.esm5.js +1 -0
  86. package/js-core.esm6.js +20 -0
  87. package/js-core.esm7.js +136 -0
  88. package/js-core.esm8.js +1 -0
  89. package/js-core.esm9.js +1 -0
  90. package/js-core.umd.css +486 -0
  91. package/js-core.umd.js +2325 -1849
  92. package/js-core.umd.min.css +548 -0
  93. package/lib/ApplicationDialog.d.ts +2 -0
  94. package/lib/components/SupportCenterPixel.d.ts +2 -0
  95. package/lib/js.d.ts +12 -7
  96. package/lib/registry.d.ts +7 -23
  97. package/lib/snackbar.d.ts +14 -0
  98. package/lib/validateConfig.d.ts +2 -0
  99. package/lib/widgetHandler.d.ts +4 -2
  100. package/locales/en.json +1 -0
  101. package/locales/es.json +1 -0
  102. package/locales/fr.json +1 -0
  103. package/package.json +60 -6
  104. package/lib/helpers/getElement.d.ts +0 -2
  105. package/lib/helpers/getUniqueID.d.ts +0 -2
  106. package/lib/panel.redux.d.ts +0 -2
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/index.esm.css ADDED
@@ -0,0 +1,486 @@
1
+ /* nunito-cyrillic-ext-800-normal*/
2
+ @font-face {
3
+ font-family: 'Nunito';
4
+ font-style: normal;
5
+ font-display: swap;
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;
9
+ }
10
+ /* nunito-cyrillic-800-normal*/
11
+ @font-face {
12
+ font-family: 'Nunito';
13
+ font-style: normal;
14
+ font-display: swap;
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;
18
+ }
19
+ /* nunito-vietnamese-800-normal*/
20
+ @font-face {
21
+ font-family: 'Nunito';
22
+ font-style: normal;
23
+ font-display: swap;
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;
27
+ }
28
+ /* nunito-latin-ext-800-normal*/
29
+ @font-face {
30
+ font-family: 'Nunito';
31
+ font-style: normal;
32
+ font-display: swap;
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;
36
+ }
37
+ /* nunito-latin-800-normal*/
38
+ @font-face {
39
+ font-family: 'Nunito';
40
+ font-style: normal;
41
+ font-display: swap;
42
+ font-weight: 800;
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;
45
+ }
46
+
47
+ /* dosis-200normal - latin */
48
+ @font-face {
49
+ font-family: 'Dosis';
50
+ font-style: normal;
51
+ font-display: swap;
52
+ font-weight: 200;
53
+ src:
54
+ local('Dosis Extra Light '),
55
+ local('Dosis-Extra Light'),
56
+ url('./files/dosis-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
57
+ url('./files/dosis-latin-200.woff') format('woff'); /* Modern Browsers */
58
+ }
59
+
60
+ /* dosis-300normal - latin */
61
+ @font-face {
62
+ font-family: 'Dosis';
63
+ font-style: normal;
64
+ font-display: swap;
65
+ font-weight: 300;
66
+ src:
67
+ local('Dosis Light '),
68
+ local('Dosis-Light'),
69
+ url('./files/dosis-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
70
+ url('./files/dosis-latin-300.woff') format('woff'); /* Modern Browsers */
71
+ }
72
+
73
+ /* dosis-400normal - latin */
74
+ @font-face {
75
+ font-family: 'Dosis';
76
+ font-style: normal;
77
+ font-display: swap;
78
+ font-weight: 400;
79
+ src:
80
+ local('Dosis Regular '),
81
+ local('Dosis-Regular'),
82
+ url('./files/dosis-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
83
+ url('./files/dosis-latin-400.woff') format('woff'); /* Modern Browsers */
84
+ }
85
+
86
+ /* dosis-500normal - latin */
87
+ @font-face {
88
+ font-family: 'Dosis';
89
+ font-style: normal;
90
+ font-display: swap;
91
+ font-weight: 500;
92
+ src:
93
+ local('Dosis Medium '),
94
+ local('Dosis-Medium'),
95
+ url('./files/dosis-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
96
+ url('./files/dosis-latin-500.woff') format('woff'); /* Modern Browsers */
97
+ }
98
+
99
+ /* dosis-600normal - latin */
100
+ @font-face {
101
+ font-family: 'Dosis';
102
+ font-style: normal;
103
+ font-display: swap;
104
+ font-weight: 600;
105
+ src:
106
+ local('Dosis SemiBold '),
107
+ local('Dosis-SemiBold'),
108
+ url('./files/dosis-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
109
+ url('./files/dosis-latin-600.woff') format('woff'); /* Modern Browsers */
110
+ }
111
+
112
+ /* dosis-700normal - latin */
113
+ @font-face {
114
+ font-family: 'Dosis';
115
+ font-style: normal;
116
+ font-display: swap;
117
+ font-weight: 700;
118
+ src:
119
+ local('Dosis Bold '),
120
+ local('Dosis-Bold'),
121
+ url('./files/dosis-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
122
+ url('./files/dosis-latin-700.woff') format('woff'); /* Modern Browsers */
123
+ }
124
+
125
+ /* dosis-800normal - latin */
126
+ @font-face {
127
+ font-family: 'Dosis';
128
+ font-style: normal;
129
+ font-display: swap;
130
+ font-weight: 800;
131
+ src:
132
+ local('Dosis ExtraBold '),
133
+ local('Dosis-ExtraBold'),
134
+ url('./files/dosis-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
135
+ url('./files/dosis-latin-800.woff') format('woff'); /* Modern Browsers */
136
+ }
137
+
138
+
139
+ /* nunito-200normal - latin */
140
+ @font-face {
141
+ font-family: 'Nunito';
142
+ font-style: normal;
143
+ font-display: swap;
144
+ font-weight: 200;
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 */
150
+ }
151
+
152
+ /* nunito-200italic - latin */
153
+ @font-face {
154
+ font-family: 'Nunito';
155
+ font-style: italic;
156
+ font-display: swap;
157
+ font-weight: 200;
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 */
163
+ }
164
+
165
+ /* nunito-300normal - latin */
166
+ @font-face {
167
+ font-family: 'Nunito';
168
+ font-style: normal;
169
+ font-display: swap;
170
+ font-weight: 300;
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 */
176
+ }
177
+
178
+ /* nunito-300italic - latin */
179
+ @font-face {
180
+ font-family: 'Nunito';
181
+ font-style: italic;
182
+ font-display: swap;
183
+ font-weight: 300;
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 */
189
+ }
190
+
191
+ /* nunito-400normal - latin */
192
+ @font-face {
193
+ font-family: 'Nunito';
194
+ font-style: normal;
195
+ font-display: swap;
196
+ font-weight: 400;
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 */
202
+ }
203
+
204
+ /* nunito-400italic - latin */
205
+ @font-face {
206
+ font-family: 'Nunito';
207
+ font-style: italic;
208
+ font-display: swap;
209
+ font-weight: 400;
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 */
215
+ }
216
+
217
+ /* nunito-600normal - latin */
218
+ @font-face {
219
+ font-family: 'Nunito';
220
+ font-style: normal;
221
+ font-display: swap;
222
+ font-weight: 600;
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 */
228
+ }
229
+
230
+ /* nunito-600italic - latin */
231
+ @font-face {
232
+ font-family: 'Nunito';
233
+ font-style: italic;
234
+ font-display: swap;
235
+ font-weight: 600;
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 */
241
+ }
242
+
243
+ /* nunito-700normal - latin */
244
+ @font-face {
245
+ font-family: 'Nunito';
246
+ font-style: normal;
247
+ font-display: swap;
248
+ font-weight: 700;
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 */
254
+ }
255
+
256
+ /* nunito-700italic - latin */
257
+ @font-face {
258
+ font-family: 'Nunito';
259
+ font-style: italic;
260
+ font-display: swap;
261
+ font-weight: 700;
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 */
267
+ }
268
+
269
+ /* nunito-800normal - latin */
270
+ @font-face {
271
+ font-family: 'Nunito';
272
+ font-style: normal;
273
+ font-display: swap;
274
+ font-weight: 800;
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 */
280
+ }
281
+
282
+ /* nunito-800italic - latin */
283
+ @font-face {
284
+ font-family: 'Nunito';
285
+ font-style: italic;
286
+ font-display: swap;
287
+ font-weight: 800;
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 */
293
+ }
294
+
295
+ /* nunito-900normal - latin */
296
+ @font-face {
297
+ font-family: 'Nunito';
298
+ font-style: normal;
299
+ font-display: swap;
300
+ font-weight: 900;
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 */
306
+ }
307
+
308
+ /* nunito-900italic - latin */
309
+ @font-face {
310
+ font-family: 'Nunito';
311
+ font-style: italic;
312
+ font-display: swap;
313
+ font-weight: 900;
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 */
319
+ }
320
+
321
+
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;
330
+ }
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;
339
+ }
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;
348
+ }
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;
357
+ }
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;
366
+ }
367
+
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;
376
+ }
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;
385
+ }
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;
394
+ }
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;
403
+ }
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;
412
+ }
413
+
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;
422
+ }
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;
431
+ }
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;
440
+ }
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;
449
+ }
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;
458
+ }
459
+
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;
468
+ }
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;
477
+ }
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;
486
+ }
package/index.esm.js ADDED
@@ -0,0 +1 @@
1
+ export{gZ as AvailableWidgets,h3 as hidePanel,av as hidePanelAction,h5 as init,h1 as mountPanel,L as mountPanelAction,g$ as mountWidget,gY as registerComponent,gX as registry,g_ as root,fp as setData,s as store,h4 as unmountAllPanel,h2 as unmountPanel,bj as unmountPanelAction,h0 as unmountWidget,fo as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";
package/index.html ADDED
@@ -0,0 +1,41 @@
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8" />
4
+ <meta
5
+ name="viewport"
6
+ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
7
+ />
8
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
9
+ <title>@aiware/js</title>
10
+ </head>
11
+ <body>
12
+ <div id="root"></div>
13
+ <link rel="stylesheet" href="./js-core.umd.css" />
14
+ <script src="./js-core.umd.js" type="application/javascript"></script>
15
+ <script>
16
+ setTimeout(() => {
17
+ aiware.init(
18
+ {
19
+ baseUrl: 'https://api.dev.us-1.veritone.com/v3/graphql',
20
+ applicationId: 'app-123',
21
+ withAuth: true,
22
+ },
23
+ () => {
24
+ aiware.mountWidget({
25
+ name: 'APP_BAR',
26
+ elementId: 'app-bar',
27
+ config: {
28
+ title: 'Library',
29
+ backgroundColor: '#0000ff',
30
+ help: true,
31
+ zIndex: 1000,
32
+ betaFeatures: true,
33
+ notifications: true,
34
+ },
35
+ });
36
+ }
37
+ );
38
+ }, 0);
39
+ </script>
40
+ </body>
41
+ </html>