@oceanbase/ui 0.4.14 → 0.4.15
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/dist/ui.min.css +1 -1
- package/dist/ui.min.js +1 -1
- package/es/Boundary/index.d.ts +1 -1
- package/es/DateRanger/index.less +2 -1
- package/es/Highlight/index.d.ts +1 -1
- package/es/Login/index.less +1 -0
- package/lib/Boundary/index.d.ts +1 -1
- package/lib/DateRanger/index.less +2 -1
- package/lib/Highlight/index.d.ts +1 -1
- package/lib/Login/index.less +1 -0
- package/package.json +8 -8
package/es/Boundary/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import './index.less';
|
|
3
3
|
declare const _default: {
|
|
4
4
|
Code: any;
|
|
5
|
-
Function: import("react").FC<import("./Components").IBoundaryFunction>;
|
|
5
|
+
Function: import("react").FC<import("./Components/Function").IBoundaryFunction>;
|
|
6
6
|
Exception: any;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
package/es/DateRanger/index.less
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
|
|
8
8
|
.@{prefix}-wrapper {
|
|
9
|
+
background-color: @colorBgContainer;
|
|
9
10
|
border: 1px solid @colorBorder;
|
|
10
11
|
box-sizing: border-box;
|
|
11
12
|
display: flex;
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
display: flex;
|
|
72
73
|
padding: 4px;
|
|
73
74
|
gap: 4px;
|
|
74
|
-
background-color:
|
|
75
|
+
background-color: @colorBgContainer;
|
|
75
76
|
background-clip: padding-box;
|
|
76
77
|
border-radius: 8px;
|
|
77
78
|
outline: none;
|
package/es/Highlight/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const THEME_DARK = "dark";
|
|
|
29
29
|
export declare const THEME_LIGHT = "light";
|
|
30
30
|
declare const ThemeTypes: ["dark", "light"];
|
|
31
31
|
export type ThemeType = (typeof ThemeTypes)[number];
|
|
32
|
-
declare const supportedLanguages: ("ruby" | "css" | "
|
|
32
|
+
declare const supportedLanguages: ("ruby" | "css" | "json" | "jsx" | "tsx" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "sql" | "xml" | "dockerfile" | "go" | "yaml" | "solidity")[];
|
|
33
33
|
export type LanguageType = (typeof supportedLanguages)[number] | 'html';
|
|
34
34
|
export interface HighlightProps extends LocaleWrapperProps {
|
|
35
35
|
/**
|
package/es/Login/index.less
CHANGED
package/lib/Boundary/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import './index.less';
|
|
3
3
|
declare const _default: {
|
|
4
4
|
Code: any;
|
|
5
|
-
Function: import("react").FC<import("./Components").IBoundaryFunction>;
|
|
5
|
+
Function: import("react").FC<import("./Components/Function").IBoundaryFunction>;
|
|
6
6
|
Exception: any;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
|
|
8
8
|
.@{prefix}-wrapper {
|
|
9
|
+
background-color: @colorBgContainer;
|
|
9
10
|
border: 1px solid @colorBorder;
|
|
10
11
|
box-sizing: border-box;
|
|
11
12
|
display: flex;
|
|
@@ -71,7 +72,7 @@
|
|
|
71
72
|
display: flex;
|
|
72
73
|
padding: 4px;
|
|
73
74
|
gap: 4px;
|
|
74
|
-
background-color:
|
|
75
|
+
background-color: @colorBgContainer;
|
|
75
76
|
background-clip: padding-box;
|
|
76
77
|
border-radius: 8px;
|
|
77
78
|
outline: none;
|
package/lib/Highlight/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const THEME_DARK = "dark";
|
|
|
29
29
|
export declare const THEME_LIGHT = "light";
|
|
30
30
|
declare const ThemeTypes: ["dark", "light"];
|
|
31
31
|
export type ThemeType = (typeof ThemeTypes)[number];
|
|
32
|
-
declare const supportedLanguages: ("ruby" | "css" | "
|
|
32
|
+
declare const supportedLanguages: ("ruby" | "css" | "json" | "jsx" | "tsx" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "sql" | "xml" | "dockerfile" | "go" | "yaml" | "solidity")[];
|
|
33
33
|
export type LanguageType = (typeof supportedLanguages)[number] | 'html';
|
|
34
34
|
export interface HighlightProps extends LocaleWrapperProps {
|
|
35
35
|
/**
|
package/lib/Login/index.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.15",
|
|
4
4
|
"description": "The UI library based on OceanBase Design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oceanbase",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@ant-design/cssinjs": "^1.23.0",
|
|
43
|
-
"@ant-design/pro-components": "^2.8.
|
|
43
|
+
"@ant-design/pro-components": "^2.8.9",
|
|
44
44
|
"@antv/g6": "3.4.10",
|
|
45
|
-
"@oceanbase/design": "^0.4.
|
|
46
|
-
"@oceanbase/icons": "^0.4.
|
|
47
|
-
"@oceanbase/util": "^0.4.
|
|
45
|
+
"@oceanbase/design": "^0.4.12",
|
|
46
|
+
"@oceanbase/icons": "^0.4.7",
|
|
47
|
+
"@oceanbase/util": "^0.4.4",
|
|
48
48
|
"ahooks": "^2.10.14",
|
|
49
49
|
"classnames": "^2.5.1",
|
|
50
50
|
"dayjs": "^1.11.13",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"screenfull": "^6.0.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@ant-design/pro-form": "^2.31.
|
|
68
|
-
"@ant-design/pro-layout": "^7.22.
|
|
67
|
+
"@ant-design/pro-form": "^2.31.9",
|
|
68
|
+
"@ant-design/pro-layout": "^7.22.6"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"react": ">=16.9.0",
|
|
72
72
|
"react-dom": ">=16.9.0"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "eea14051a255a8820d64e80e4c0d08527002477f"
|
|
75
75
|
}
|