@itera-web/react-ui-themedown 1.20.0 → 1.25.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/Components/Moon.d.ts +5 -5
- package/es/Components/Sun.d.ts +5 -5
- package/es/ThemeDown.d.ts +7 -7
- package/es/index.d.ts +1 -1
- package/package.json +4 -4
package/es/Components/Moon.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export type IconProps = {
|
|
3
|
-
className?: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const Moon: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export type IconProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const Moon: React.FC<IconProps>;
|
package/es/Components/Sun.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export type IconProps = {
|
|
3
|
-
className?: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const Sun: React.FC<IconProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export type IconProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const Sun: React.FC<IconProps>;
|
package/es/ThemeDown.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare function ThemeDownCom({ theme, setState }: {
|
|
3
|
-
theme: any;
|
|
4
|
-
setState: any;
|
|
5
|
-
}): React.JSX.Element;
|
|
6
|
-
export declare const ThemeDown: React.MemoExoticComponent<typeof ThemeDownCom>;
|
|
7
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function ThemeDownCom({ theme, setState }: {
|
|
3
|
+
theme: any;
|
|
4
|
+
setState: any;
|
|
5
|
+
}): React.JSX.Element;
|
|
6
|
+
export declare const ThemeDown: React.MemoExoticComponent<typeof ThemeDownCom>;
|
|
7
|
+
export {};
|
package/es/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ThemeDown } from './ThemeDown';
|
|
1
|
+
export { ThemeDown } from './ThemeDown';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itera-web/react-ui-themedown",
|
|
3
3
|
"description": "主题切换",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.25.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/react-ui-toggle": "^1.
|
|
16
|
+
"@itera-web/react-ui-toggle": "^1.25.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.
|
|
23
|
+
"@itera-web/cli": "^1.1.70"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "ed385657bd5f002b9339de322c08659ae5ce6fc1"
|
|
26
26
|
}
|