@kengic/core.react 0.0.2-beta.20 → 0.0.2-beta.21

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.
@@ -67843,8 +67843,8 @@ function KgWorkStationModal() {
67843
67843
  cancelButtonProps: { disabled: w },
67844
67844
  onCancel: Ea,
67845
67845
  onOk: ya,
67846
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex", height: "100%" }, children: [
67847
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "1" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
67846
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { height: "100%", margin: "0", overflow: "hidden", padding: "0" }, children: [
67847
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { display: "inline-flex", height: "100%", verticalAlign: "top", width: "50%" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
67848
67848
  ForwardTable,
67849
67849
  {
67850
67850
  className: "kg-flex-table",
@@ -67863,7 +67863,7 @@ function KgWorkStationModal() {
67863
67863
  })
67864
67864
  }
67865
67865
  ) }),
67866
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "1" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
67866
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { display: "inline-flex", height: "100%", verticalAlign: "top", width: "50%" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
67867
67867
  ForwardTable,
67868
67868
  {
67869
67869
  className: "kg-flex-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.20",
3
+ "version": "0.0.2-beta.21",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",