@kengic/core.react 0.0.1-beta.61 → 0.0.1-beta.62

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