@nocobase/client 1.3.19-beta → 1.3.20-beta

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.
package/es/pm/style.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
10
10
  cardActionDisabled: {
11
11
  color: string;
12
- cursor: "not-allowed";
12
+ cursor: string;
13
13
  };
14
14
  pageHeader: {
15
15
  backgroundColor: string;
@@ -30,15 +30,15 @@ export declare const useStyles: (props?: unknown) => import("antd-style").Return
30
30
  margin: number;
31
31
  };
32
32
  PluginDetailBaseInfo: {
33
- display: "flex";
34
- flexDirection: "column";
33
+ display: string;
34
+ flexDirection: string;
35
35
  marginBottom: number;
36
36
  };
37
37
  PluginDocument: {
38
38
  background: string;
39
39
  padding: number;
40
40
  height: string;
41
- overflowY: "auto";
41
+ overflowY: string;
42
42
  };
43
43
  avatar: {
44
44
  '.ant-card-meta-avatar': {
@@ -49,9 +49,9 @@ export declare const useStyles: (props?: unknown) => import("antd-style").Return
49
49
  };
50
50
  };
51
51
  version: {
52
- display: "block";
52
+ display: string;
53
53
  color: string;
54
- fontWeight: "normal";
54
+ fontWeight: string;
55
55
  fontSize: number;
56
56
  };
57
57
  }>;
@@ -9,11 +9,11 @@
9
9
  export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
10
10
  nbMenuItemGroup: {
11
11
  maxHeight: string;
12
- overflowY: "auto";
12
+ overflowY: string;
13
13
  };
14
14
  nbMenuItemSubMenu: {
15
15
  maxHeight: string;
16
- overflowY: "auto";
16
+ overflowY: string;
17
17
  boxShadow: string;
18
18
  borderRadius: number;
19
19
  };
@@ -8,23 +8,23 @@
8
8
  */
9
9
  export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
10
10
  toolbar: {
11
- position: "absolute";
11
+ position: string;
12
12
  zIndex: number;
13
- display: "none";
13
+ display: string;
14
14
  top: number;
15
15
  left: number;
16
16
  right: number;
17
17
  bottom: number;
18
18
  border: string;
19
19
  background: string;
20
- pointerEvents: "none";
20
+ pointerEvents: string;
21
21
  '.ant-space-item .anticon': {
22
22
  margin: number;
23
23
  };
24
24
  };
25
25
  toolbarTitle: {
26
- pointerEvents: "none";
27
- position: "absolute";
26
+ pointerEvents: string;
27
+ position: string;
28
28
  fontSize: number;
29
29
  padding: number;
30
30
  lineHeight: string;
@@ -38,22 +38,22 @@ export declare const useStyles: (props?: unknown) => import("antd-style").Return
38
38
  padding: string;
39
39
  borderRadius: number;
40
40
  background: string;
41
- color: "#fff";
42
- display: "block";
41
+ color: string;
42
+ display: string;
43
43
  };
44
44
  toolbarIcons: {
45
- position: "absolute";
45
+ position: string;
46
46
  right: string;
47
47
  top: string;
48
48
  lineHeight: string;
49
- pointerEvents: "all";
49
+ pointerEvents: string;
50
50
  '.ant-space-item': {
51
- backgroundColor: "var(--colorSettings)";
52
- color: "#fff";
51
+ backgroundColor: string;
52
+ color: string;
53
53
  lineHeight: string;
54
54
  width: string;
55
55
  paddingLeft: string;
56
- alignSelf: "stretch";
56
+ alignSelf: string;
57
57
  };
58
58
  };
59
59
  }>;