@lark-apaas/client-toolkit 1.2.25-alpha-test.1 → 1.2.25-alpha.0

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.
@@ -63,7 +63,6 @@ function ConfirmDialog({ title, message, confirmText, cancelText, variant, onCon
63
63
  children: [
64
64
  /*#__PURE__*/ jsx(Button, {
65
65
  variant: "outline",
66
- className: "!bg-transparent !text-inherit",
67
66
  onClick: onCancel,
68
67
  children: cancelText
69
68
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/client-toolkit",
3
- "version": "1.2.25-alpha-test.1",
3
+ "version": "1.2.25-alpha.0",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [