xmlui 0.8.2 → 0.8.3
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/dist/{apiInterceptorWorker-BP2dUk-q.mjs → apiInterceptorWorker-BbXqnrUa.mjs} +1 -1
- package/dist/{index-C-HsybJV.mjs → index-euqWddW6.mjs} +648 -648
- package/dist/index.css +1 -1
- package/dist/scripts/src/components/FormItem/FormItem.js +1 -1
- package/dist/scripts/src/components/Text/Text.js +2 -2
- package/dist/style.css +1 -1
- package/dist/xmlui-metadata.mjs +928 -928
- package/dist/xmlui-metadata.umd.js +11 -11
- package/dist/xmlui-parser.d.ts +2 -2
- package/dist/xmlui-standalone.umd.js +144 -144
- package/dist/xmlui.d.ts +4 -4
- package/dist/xmlui.mjs +1 -1
- package/package.json +1 -1
package/dist/xmlui.d.ts
CHANGED
|
@@ -891,8 +891,8 @@ declare type FontDef = {
|
|
|
891
891
|
*/
|
|
892
892
|
fontFamily: string;
|
|
893
893
|
/**
|
|
894
|
-
* A
|
|
895
|
-
* for example `
|
|
894
|
+
* A fontStyle value. Accepts two values to specify a range that is supported by a font-face,
|
|
895
|
+
* for example `fontStyle: oblique 20deg 50deg`
|
|
896
896
|
*/
|
|
897
897
|
fontStyle?: string;
|
|
898
898
|
/**
|
|
@@ -924,8 +924,8 @@ declare type FontDef_2 = {
|
|
|
924
924
|
*/
|
|
925
925
|
fontFamily: string;
|
|
926
926
|
/**
|
|
927
|
-
* A
|
|
928
|
-
* for example `
|
|
927
|
+
* A fontStyle value. Accepts two values to specify a range that is supported by a font-face,
|
|
928
|
+
* for example `fontStyle: oblique 20deg 50deg`
|
|
929
929
|
*/
|
|
930
930
|
fontStyle?: string;
|
|
931
931
|
/**
|
package/dist/xmlui.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e, B as t, E as o, I as r, i as n, h as p, S as c, b as d, c as S, e as l, f as u, j as A, p as C, s as i, t as m, k as B, u as E } from "./index-
|
|
1
|
+
import { A as e, B as t, E as o, I as r, i as n, h as p, S as c, b as d, c as S, e as l, f as u, j as A, p as C, s as i, t as m, k as B, u as E } from "./index-euqWddW6.mjs";
|
|
2
2
|
export {
|
|
3
3
|
e as AppRoot,
|
|
4
4
|
t as Button,
|