@kengic/core.react 0.0.1-beta.59 → 0.0.1-beta.60

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.
@@ -67703,6 +67703,7 @@ class KgUtil {
67703
67703
  okText: t.intl.formatMessage({ id: "kg.confirm" }),
67704
67704
  onCancel() {
67705
67705
  },
67706
+ prefixCls: "kgcrant",
67706
67707
  title: t.intl.formatMessage({ id: "kg.confirm" }),
67707
67708
  transitionName: "",
67708
67709
  ...t
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.1-beta.59",
3
+ "version": "0.0.1-beta.60",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",