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/xmlui.d.ts CHANGED
@@ -891,8 +891,8 @@ declare type FontDef = {
891
891
  */
892
892
  fontFamily: string;
893
893
  /**
894
- * A font-style value. Accepts two values to specify a range that is supported by a font-face,
895
- * for example `font-style: oblique 20deg 50deg`
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 font-style value. Accepts two values to specify a range that is supported by a font-face,
928
- * for example `font-style: oblique 20deg 50deg`
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-C-HsybJV.mjs";
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmlui",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "sideEffects": false,
5
5
  "scripts": {
6
6
  "start-test-bed": "cd src/testing/infrastructure && xmlui start",