aiware-js 2.19.0 → 2.21.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/index.esm.css CHANGED
@@ -5,7 +5,7 @@
5
5
  font-display: swap;
6
6
  font-weight: 800;
7
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;
8
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
9
9
  }
10
10
  /* nunito-cyrillic-800-normal*/
11
11
  @font-face {
@@ -14,7 +14,7 @@
14
14
  font-display: swap;
15
15
  font-weight: 800;
16
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;
17
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
18
18
  }
19
19
  /* nunito-vietnamese-800-normal*/
20
20
  @font-face {
@@ -23,7 +23,7 @@
23
23
  font-display: swap;
24
24
  font-weight: 800;
25
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;
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
27
  }
28
28
  /* nunito-latin-ext-800-normal*/
29
29
  @font-face {
@@ -32,7 +32,7 @@
32
32
  font-display: swap;
33
33
  font-weight: 800;
34
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;
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
36
  }
37
37
  /* nunito-latin-800-normal*/
38
38
  @font-face {
@@ -41,101 +41,9 @@
41
41
  font-display: swap;
42
42
  font-weight: 800;
43
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;
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
45
  }
46
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
47
  /* nunito-200normal - latin */
140
48
  @font-face {
141
49
  font-family: 'Nunito';
@@ -319,6 +227,98 @@
319
227
  }
320
228
 
321
229
 
230
+ /* dosis-200normal - latin */
231
+ @font-face {
232
+ font-family: 'Dosis';
233
+ font-style: normal;
234
+ font-display: swap;
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 */
241
+ }
242
+
243
+ /* dosis-300normal - latin */
244
+ @font-face {
245
+ font-family: 'Dosis';
246
+ font-style: normal;
247
+ font-display: swap;
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 */
254
+ }
255
+
256
+ /* dosis-400normal - latin */
257
+ @font-face {
258
+ font-family: 'Dosis';
259
+ font-style: normal;
260
+ font-display: swap;
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 */
267
+ }
268
+
269
+ /* dosis-500normal - latin */
270
+ @font-face {
271
+ font-family: 'Dosis';
272
+ font-style: normal;
273
+ font-display: swap;
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 */
280
+ }
281
+
282
+ /* dosis-600normal - latin */
283
+ @font-face {
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';
311
+ font-style: normal;
312
+ font-display: swap;
313
+ font-weight: 800;
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 */
319
+ }
320
+
321
+
322
322
  /* nunito-cyrillic-ext-300-normal*/
323
323
  @font-face {
324
324
  font-family: 'Nunito';
@@ -326,7 +326,7 @@
326
326
  font-display: swap;
327
327
  font-weight: 300;
328
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;
329
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
330
330
  }
331
331
  /* nunito-cyrillic-300-normal*/
332
332
  @font-face {
@@ -335,7 +335,7 @@
335
335
  font-display: swap;
336
336
  font-weight: 300;
337
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;
338
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
339
339
  }
340
340
  /* nunito-vietnamese-300-normal*/
341
341
  @font-face {
@@ -344,7 +344,7 @@
344
344
  font-display: swap;
345
345
  font-weight: 300;
346
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;
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
348
  }
349
349
  /* nunito-latin-ext-300-normal*/
350
350
  @font-face {
@@ -353,7 +353,7 @@
353
353
  font-display: swap;
354
354
  font-weight: 300;
355
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;
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
357
  }
358
358
  /* nunito-latin-300-normal*/
359
359
  @font-face {
@@ -362,7 +362,7 @@
362
362
  font-display: swap;
363
363
  font-weight: 300;
364
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;
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
366
  }
367
367
 
368
368
  /* nunito-cyrillic-ext-400-normal*/
@@ -372,7 +372,7 @@
372
372
  font-display: swap;
373
373
  font-weight: 400;
374
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;
375
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
376
376
  }
377
377
  /* nunito-cyrillic-400-normal*/
378
378
  @font-face {
@@ -381,7 +381,7 @@
381
381
  font-display: swap;
382
382
  font-weight: 400;
383
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;
384
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
385
385
  }
386
386
  /* nunito-vietnamese-400-normal*/
387
387
  @font-face {
@@ -390,7 +390,7 @@
390
390
  font-display: swap;
391
391
  font-weight: 400;
392
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;
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
394
  }
395
395
  /* nunito-latin-ext-400-normal*/
396
396
  @font-face {
@@ -399,7 +399,7 @@
399
399
  font-display: swap;
400
400
  font-weight: 400;
401
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;
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
403
  }
404
404
  /* nunito-latin-400-normal*/
405
405
  @font-face {
@@ -408,7 +408,7 @@
408
408
  font-display: swap;
409
409
  font-weight: 400;
410
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;
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
412
  }
413
413
 
414
414
  /* nunito-cyrillic-ext-600-normal*/
@@ -418,7 +418,7 @@
418
418
  font-display: swap;
419
419
  font-weight: 600;
420
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;
421
+ unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
422
422
  }
423
423
  /* nunito-cyrillic-600-normal*/
424
424
  @font-face {
@@ -427,7 +427,7 @@
427
427
  font-display: swap;
428
428
  font-weight: 600;
429
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;
430
+ unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
431
431
  }
432
432
  /* nunito-vietnamese-600-normal*/
433
433
  @font-face {
@@ -436,7 +436,7 @@
436
436
  font-display: swap;
437
437
  font-weight: 600;
438
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;
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
440
  }
441
441
  /* nunito-latin-ext-600-normal*/
442
442
  @font-face {
@@ -445,7 +445,7 @@
445
445
  font-display: swap;
446
446
  font-weight: 600;
447
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;
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
449
  }
450
450
  /* nunito-latin-600-normal*/
451
451
  @font-face {
@@ -454,7 +454,7 @@
454
454
  font-display: swap;
455
455
  font-weight: 600;
456
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;
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
458
  }
459
459
 
460
460
  /* dosis-vietnamese-600-normal*/
@@ -464,7 +464,7 @@
464
464
  font-display: swap;
465
465
  font-weight: 600;
466
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;
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
468
  }
469
469
  /* dosis-latin-ext-600-normal*/
470
470
  @font-face {
@@ -473,7 +473,7 @@
473
473
  font-display: swap;
474
474
  font-weight: 600;
475
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;
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
477
  }
478
478
  /* dosis-latin-600-normal*/
479
479
  @font-face {
@@ -482,5 +482,5 @@
482
482
  font-display: swap;
483
483
  font-weight: 600;
484
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;
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
486
  }
package/index.esm.js CHANGED
@@ -1 +1 @@
1
- export{gq as AvailableWidgets,gw as hidePanel,ed as hidePanelAction,gy as init,gu as mountPanel,cr as mountPanelAction,gs as mountWidget,gp as registerComponent,go as registry,gr as root,ef as setData,s as store,gx as unmountAllPanel,gv as unmountPanel,co as unmountPanelAction,gt as unmountWidget,ee as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";
1
+ export{gq as AvailableWidgets,gw as hidePanel,eb as hidePanelAction,gy as init,gu as mountPanel,cq as mountPanelAction,gs as mountWidget,gp as registerComponent,go as registry,gr as root,ed as setData,s as store,gx as unmountAllPanel,gv as unmountPanel,cn as unmountPanelAction,gt as unmountWidget,ec as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";