@aloudata/aloudata-design 2.2.0 → 2.3.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.
package/dist/index.d.ts CHANGED
@@ -95,6 +95,7 @@ export type { TypographyProps } from './Typography';
95
95
  export { default as Upload } from './Upload';
96
96
  export type { UploadFile, UploadProps } from './Upload';
97
97
  export { default as User } from './User';
98
+ export { default as Watermark } from './Watermark';
98
99
  export { default as message } from './message';
99
100
  export type { MessageArgsProps } from './message';
100
101
  export { default as notification } from './notification';
package/dist/index.js CHANGED
@@ -53,6 +53,7 @@ export { default as Tree } from "./Tree";
53
53
  export { default as Typography } from "./Typography";
54
54
  export { default as Upload } from "./Upload";
55
55
  export { default as User } from "./User";
56
+ export { default as Watermark } from "./Watermark";
56
57
  export { default as message } from "./message";
57
58
  // alias, keep API the same as antd
58
59
 
package/dist/index.less CHANGED
@@ -52,3 +52,4 @@
52
52
  @import './InputSearch/style/index.less';
53
53
  @import './RenameInput/style/index.less';
54
54
  @import './User/style/index.less';
55
+ @import './Watermark/style/index.less';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",