@oceanbase/ui 0.2.17 → 0.2.19

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/index.d.ts CHANGED
@@ -20,6 +20,7 @@ export { default as Login } from './Login';
20
20
  export { default as Lottie } from './Lottie';
21
21
  export { default as NavMenu } from './NavMenu';
22
22
  export { default as PageContainer } from './PageContainer';
23
+ export type { PageContainerProps } from './PageContainer';
23
24
  export { default as Password } from './Password';
24
25
  export { default as Ranger } from './Ranger';
25
26
  export { default as SideTip } from './SideTip';
package/lib/index.d.ts CHANGED
@@ -20,6 +20,7 @@ export { default as Login } from './Login';
20
20
  export { default as Lottie } from './Lottie';
21
21
  export { default as NavMenu } from './NavMenu';
22
22
  export { default as PageContainer } from './PageContainer';
23
+ export type { PageContainerProps } from './PageContainer';
23
24
  export { default as Password } from './Password';
24
25
  export { default as Ranger } from './Ranger';
25
26
  export { default as SideTip } from './SideTip';
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@oceanbase/ui",
3
- "version": "0.2.17",
3
+ "version": "0.2.19",
4
4
  "description": "The UI library based on OceanBase Design",
5
5
  "keywords": [
6
- "OceanBase",
7
- "database",
6
+ "oceanbase",
8
7
  "design",
9
8
  "ui",
10
9
  "react",
@@ -37,9 +36,9 @@
37
36
  "dependencies": {
38
37
  "@ant-design/cssinjs": "^1.17.0",
39
38
  "@ant-design/pro-components": "^2.6.16",
40
- "@oceanbase/design": "^0.2.16",
41
- "@oceanbase/icons": "^0.2.5",
42
- "@oceanbase/util": "^0.2.7",
39
+ "@oceanbase/design": "^0.2.18",
40
+ "@oceanbase/icons": "^0.2.6",
41
+ "@oceanbase/util": "^0.2.8",
43
42
  "ahooks": "^2.10.14",
44
43
  "classnames": "^2.3.2",
45
44
  "dayjs": "^1.11.9",
@@ -66,5 +65,5 @@
66
65
  "react": "^16.9.0",
67
66
  "react-dom": "^16.9.0"
68
67
  },
69
- "gitHead": "52f5d009120b001c9c0408ec96ff954e120b20f1"
68
+ "gitHead": "489ec76ca21b3a0448dae92fc001f2b03a4bf053"
70
69
  }