aiware-js 1.0.0-master.89 → 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 +46 -46
- package/index.esm.js +1 -1
- 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 -14
- package/js-core.esm33.js +1 -12
- package/js-core.esm34.js +7 -47
- package/js-core.esm35.js +12 -1
- package/js-core.esm36.js +54 -88
- package/js-core.esm37.js +1 -226
- package/js-core.esm38.js +80 -27
- package/js-core.esm39.js +226 -1
- 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 -31
- package/js-core.esm44.js +1 -1
- package/js-core.esm45.js +31 -1
- package/js-core.esm46.js +1 -1
- package/js-core.esm47.js +1 -0
- 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 +111 -93
- 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,3 +1,49 @@
|
|
|
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
|
+
|
|
1
47
|
/* nunito-200normal - latin */
|
|
2
48
|
@font-face {
|
|
3
49
|
font-family: 'Nunito';
|
|
@@ -181,52 +227,6 @@
|
|
|
181
227
|
}
|
|
182
228
|
|
|
183
229
|
|
|
184
|
-
/* nunito-cyrillic-ext-800-normal*/
|
|
185
|
-
@font-face {
|
|
186
|
-
font-family: 'Nunito';
|
|
187
|
-
font-style: normal;
|
|
188
|
-
font-display: swap;
|
|
189
|
-
font-weight: 800;
|
|
190
|
-
src: url('./files/nunito-cyrillic-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
191
|
-
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
192
|
-
}
|
|
193
|
-
/* nunito-cyrillic-800-normal*/
|
|
194
|
-
@font-face {
|
|
195
|
-
font-family: 'Nunito';
|
|
196
|
-
font-style: normal;
|
|
197
|
-
font-display: swap;
|
|
198
|
-
font-weight: 800;
|
|
199
|
-
src: url('./files/nunito-cyrillic-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
200
|
-
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
201
|
-
}
|
|
202
|
-
/* nunito-vietnamese-800-normal*/
|
|
203
|
-
@font-face {
|
|
204
|
-
font-family: 'Nunito';
|
|
205
|
-
font-style: normal;
|
|
206
|
-
font-display: swap;
|
|
207
|
-
font-weight: 800;
|
|
208
|
-
src: url('./files/nunito-vietnamese-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
209
|
-
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;
|
|
210
|
-
}
|
|
211
|
-
/* nunito-latin-ext-800-normal*/
|
|
212
|
-
@font-face {
|
|
213
|
-
font-family: 'Nunito';
|
|
214
|
-
font-style: normal;
|
|
215
|
-
font-display: swap;
|
|
216
|
-
font-weight: 800;
|
|
217
|
-
src: url('./files/nunito-latin-ext-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
218
|
-
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;
|
|
219
|
-
}
|
|
220
|
-
/* nunito-latin-800-normal*/
|
|
221
|
-
@font-face {
|
|
222
|
-
font-family: 'Nunito';
|
|
223
|
-
font-style: normal;
|
|
224
|
-
font-display: swap;
|
|
225
|
-
font-weight: 800;
|
|
226
|
-
src: url('./files/nunito-latin-800-normal.woff2') format('woff2'), url('./files/nunito-all-800-normal.woff') format('woff');
|
|
227
|
-
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;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
230
|
/* dosis-200normal - latin */
|
|
231
231
|
@font-face {
|
|
232
232
|
font-family: 'Dosis';
|
package/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{h3 as AvailableWidgets,h9 as hidePanel,av as hidePanelAction,hb as init,h7 as mountPanel,L as mountPanelAction,h5 as mountWidget,h2 as registerComponent,h1 as registry,h4 as root,fs as setData,s as store,ha as unmountAllPanel,h8 as unmountPanel,bj as unmountPanelAction,h6 as unmountWidget,fr as updatePanelMicroFrontendPropsAction}from"./js-core.esm.js";
|