@oceanbase/design 0.2.25 → 0.2.26
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.
|
@@ -2,7 +2,7 @@ import { message as antMessage, Modal as AntModal, notification as antNotificati
|
|
|
2
2
|
import type { MessageInstance } from 'antd/es/message/interface';
|
|
3
3
|
import type { ModalStaticFunctions } from 'antd/es/modal/confirm';
|
|
4
4
|
import type { NotificationInstance } from 'antd/es/notification/interface';
|
|
5
|
-
declare let token: import("antd/lib/theme/
|
|
5
|
+
declare let token: import("antd/lib/theme/interface").AliasToken;
|
|
6
6
|
declare let message: MessageInstance & {
|
|
7
7
|
useMessage: typeof antMessage.useMessage;
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "The Design System of OceanBase",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oceanbase",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"react": ">=16.9.0",
|
|
57
57
|
"react-dom": ">=16.9.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "c9a4257a5c6357396e72c6a7acccd24613c4ceaf"
|
|
60
60
|
}
|