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-parser.d.ts
CHANGED
|
@@ -690,8 +690,8 @@ declare type FontDef = {
|
|
|
690
690
|
*/
|
|
691
691
|
fontFamily: string;
|
|
692
692
|
/**
|
|
693
|
-
* A
|
|
694
|
-
* for example `
|
|
693
|
+
* A fontStyle value. Accepts two values to specify a range that is supported by a font-face,
|
|
694
|
+
* for example `fontStyle: oblique 20deg 50deg`
|
|
695
695
|
*/
|
|
696
696
|
fontStyle?: string;
|
|
697
697
|
/**
|