fui-material 1.18.2 → 1.18.4
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/f-ui-kit.es.js +2 -2
- package/package.json +1 -1
package/dist/f-ui-kit.es.js
CHANGED
|
@@ -1004,7 +1004,7 @@ const Un = ({
|
|
|
1004
1004
|
}) => /* @__PURE__ */ x.jsx(Re, { direction: "row", spacing: 2, st: { overflowX: s }, children: /* @__PURE__ */ x.jsx(
|
|
1005
1005
|
"table",
|
|
1006
1006
|
{
|
|
1007
|
-
className: `table table-bordered table-bordered-half ${r}`,
|
|
1007
|
+
className: `table table-bordered table-bordered-half ${r !== void 0 ? r : ""}`,
|
|
1008
1008
|
style: i,
|
|
1009
1009
|
id: t,
|
|
1010
1010
|
onClick: n,
|
|
@@ -7302,7 +7302,7 @@ const Ma = async ({
|
|
|
7302
7302
|
fileName: e,
|
|
7303
7303
|
jsxElement: t,
|
|
7304
7304
|
format: r = "A4",
|
|
7305
|
-
orientation: n = "
|
|
7305
|
+
orientation: n = "vertical",
|
|
7306
7306
|
divId: s
|
|
7307
7307
|
}) => {
|
|
7308
7308
|
let a = 0;
|