@itera-web/react-ui-spin 1.25.0 → 1.26.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/es/Spin.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- export interface SpinProps extends React.HTMLAttributes<HTMLDivElement> {
3
- spinning?: boolean;
4
- tip?: React.ReactNode;
5
- indicator?: React.ReactNode;
6
- fullscreen?: boolean;
7
- size?: 'small' | 'default' | 'large';
8
- children?: React.ReactNode;
9
- }
10
- export declare const Spin: ({ spinning, tip, indicator, fullscreen, size, children, className, ...props }: SpinProps) => React.JSX.Element;
1
+ import * as React from 'react';
2
+ export interface SpinProps extends React.HTMLAttributes<HTMLDivElement> {
3
+ spinning?: boolean;
4
+ tip?: React.ReactNode;
5
+ indicator?: React.ReactNode;
6
+ fullscreen?: boolean;
7
+ size?: 'small' | 'default' | 'large';
8
+ children?: React.ReactNode;
9
+ }
10
+ export declare const Spin: ({ spinning, tip, indicator, fullscreen, size, children, className, ...props }: SpinProps) => React.JSX.Element;
package/es/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { Spin, type SpinProps } from './Spin';
1
+ export { Spin, type SpinProps } from './Spin';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itera-web/react-ui-spin",
3
3
  "description": "加载状态",
4
- "version": "1.25.0",
4
+ "version": "1.26.0",
5
5
  "main": "es/index.js",
6
6
  "types": "es/index.d.ts",
7
7
  "publishConfig": {
@@ -13,14 +13,14 @@
13
13
  "up": "npm publish"
14
14
  },
15
15
  "dependencies": {
16
- "@itera-web/utils-cn": "^1.26.0"
16
+ "@itera-web/utils-cn": "^1.27.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": ">=17.0.0",
20
20
  "react-dom": ">=17.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@itera-web/cli": "^1.1.70"
23
+ "@itera-web/cli": "^1.1.71"
24
24
  },
25
- "gitHead": "ed385657bd5f002b9339de322c08659ae5ce6fc1"
25
+ "gitHead": "edf48c14210bffed32eceb306cea437b9d651bf9"
26
26
  }