@kengic/core.react 0.0.2-beta.1 → 0.0.2-beta.2

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.
@@ -64122,6 +64122,7 @@ function KgProvider({ children: e, id: t }) {
64122
64122
  motion: !1
64123
64123
  }
64124
64124
  },
64125
+ spin: { indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }) },
64125
64126
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(
64126
64127
  IntlProvider,
64127
64128
  {
@@ -67837,10 +67838,7 @@ function KgWorkStationModal() {
67837
67838
  {
67838
67839
  className: "kg-flex-table",
67839
67840
  dataSource: oa,
67840
- loading: {
67841
- indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }),
67842
- spinning: w
67843
- },
67841
+ loading: w,
67844
67842
  columns: ha,
67845
67843
  size: "small",
67846
67844
  pagination: !1,
@@ -67858,10 +67856,7 @@ function KgWorkStationModal() {
67858
67856
  {
67859
67857
  className: "kg-flex-table",
67860
67858
  dataSource: ia,
67861
- loading: {
67862
- indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }),
67863
- spinning: w
67864
- },
67859
+ loading: w,
67865
67860
  columns: ba,
67866
67861
  size: "small",
67867
67862
  pagination: !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.1",
3
+ "version": "0.0.2-beta.2",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",