@hanzogui/config 4.3.1 → 7.0.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/.turbo/turbo-build.log +1 -1
- package/package.json +17 -17
- package/types/config.d.ts +3 -3
- package/types/index.d.ts +3 -3
- package/types/index.reanimated.d.ts +3 -3
- package/types/v3.d.ts +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ hanzo-gui-build
|
|
2
|
-
built @hanzogui/config in
|
|
2
|
+
built @hanzogui/config in 5848 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -109,29 +109,29 @@
|
|
|
109
109
|
"clean:build": "hanzo-gui-build clean:build"
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
|
-
"@hanzogui/animations-css": "
|
|
113
|
-
"@hanzogui/animations-motion": "
|
|
114
|
-
"@hanzogui/animations-react-native": "
|
|
115
|
-
"@hanzogui/animations-reanimated": "
|
|
116
|
-
"@hanzogui/colors": "
|
|
117
|
-
"@hanzogui/core": "
|
|
118
|
-
"@hanzogui/react-native-media-driver": "
|
|
119
|
-
"@hanzogui/shorthands": "
|
|
120
|
-
"@hanzogui/theme-builder": "
|
|
121
|
-
"@hanzogui/themes": "
|
|
122
|
-
"@hanzogui/web": "
|
|
123
|
-
"@hanzogui/font-geist-sans": "
|
|
124
|
-
"@hanzogui/font-geist-mono": "
|
|
112
|
+
"@hanzogui/animations-css": "^7.0.0",
|
|
113
|
+
"@hanzogui/animations-motion": "^7.0.0",
|
|
114
|
+
"@hanzogui/animations-react-native": "^7.0.0",
|
|
115
|
+
"@hanzogui/animations-reanimated": "^7.0.0",
|
|
116
|
+
"@hanzogui/colors": "^7.0.0",
|
|
117
|
+
"@hanzogui/core": "^7.0.0",
|
|
118
|
+
"@hanzogui/react-native-media-driver": "^7.0.0",
|
|
119
|
+
"@hanzogui/shorthands": "^7.0.0",
|
|
120
|
+
"@hanzogui/theme-builder": "^7.0.0",
|
|
121
|
+
"@hanzogui/themes": "^7.0.0",
|
|
122
|
+
"@hanzogui/web": "^7.0.0",
|
|
123
|
+
"@hanzogui/font-geist-sans": "^7.0.0",
|
|
124
|
+
"@hanzogui/font-geist-mono": "^7.0.0"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@hanzogui/build": "
|
|
127
|
+
"@hanzogui/build": "^7.0.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
|
-
"@hanzogui/animations-moti": "
|
|
130
|
+
"@hanzogui/animations-moti": "^7.0.0"
|
|
131
131
|
},
|
|
132
132
|
"peerDependenciesMeta": {
|
|
133
133
|
"@hanzogui/animations-moti": {
|
|
134
134
|
"optional": true
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
|
-
}
|
|
137
|
+
}
|
package/types/config.d.ts
CHANGED
|
@@ -860,7 +860,7 @@ export declare const configWithoutAnimations: {
|
|
|
860
860
|
};
|
|
861
861
|
}, "size" | "color" | "space" | "radius" | "zIndex">;
|
|
862
862
|
fonts: {
|
|
863
|
-
heading: import("@hanzogui/
|
|
863
|
+
heading: import("@hanzogui/web").FillInFont<{
|
|
864
864
|
size: {
|
|
865
865
|
5: number;
|
|
866
866
|
6: number;
|
|
@@ -902,8 +902,8 @@ export declare const configWithoutAnimations: {
|
|
|
902
902
|
};
|
|
903
903
|
};
|
|
904
904
|
}, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
905
|
-
body: import("@hanzogui/
|
|
906
|
-
mono: import("@hanzogui/
|
|
905
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
906
|
+
mono: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
907
907
|
};
|
|
908
908
|
selectionStyles: (theme: Record<string, string>) => {
|
|
909
909
|
backgroundColor: string;
|
package/types/index.d.ts
CHANGED
|
@@ -802,7 +802,7 @@ export declare const config: {
|
|
|
802
802
|
};
|
|
803
803
|
}, "size" | "color" | "space" | "radius" | "zIndex">;
|
|
804
804
|
fonts: {
|
|
805
|
-
heading: import("@hanzogui/
|
|
805
|
+
heading: import("@hanzogui/web").FillInFont<{
|
|
806
806
|
size: {
|
|
807
807
|
5: number;
|
|
808
808
|
6: number;
|
|
@@ -844,8 +844,8 @@ export declare const config: {
|
|
|
844
844
|
};
|
|
845
845
|
};
|
|
846
846
|
}, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
847
|
-
body: import("@hanzogui/
|
|
848
|
-
mono: import("@hanzogui/
|
|
847
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
848
|
+
mono: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
849
849
|
};
|
|
850
850
|
selectionStyles: (theme: Record<string, string>) => {
|
|
851
851
|
backgroundColor: string;
|
|
@@ -902,7 +902,7 @@ export declare const config: {
|
|
|
902
902
|
};
|
|
903
903
|
}, "size" | "color" | "space" | "radius" | "zIndex">;
|
|
904
904
|
fonts: {
|
|
905
|
-
heading: import("@hanzogui/
|
|
905
|
+
heading: import("@hanzogui/web").FillInFont<{
|
|
906
906
|
size: {
|
|
907
907
|
5: number;
|
|
908
908
|
6: number;
|
|
@@ -944,8 +944,8 @@ export declare const config: {
|
|
|
944
944
|
};
|
|
945
945
|
};
|
|
946
946
|
}, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
947
|
-
body: import("@hanzogui/
|
|
948
|
-
mono: import("@hanzogui/
|
|
947
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
948
|
+
mono: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
949
949
|
};
|
|
950
950
|
selectionStyles: (theme: Record<string, string>) => {
|
|
951
951
|
backgroundColor: string;
|
package/types/v3.d.ts
CHANGED
|
@@ -904,7 +904,7 @@ export declare const config: {
|
|
|
904
904
|
};
|
|
905
905
|
}, "size" | "color" | "space" | "radius" | "zIndex">;
|
|
906
906
|
fonts: {
|
|
907
|
-
heading: import("@hanzogui/
|
|
907
|
+
heading: import("@hanzogui/web").FillInFont<{
|
|
908
908
|
size: {
|
|
909
909
|
5: number;
|
|
910
910
|
6: number;
|
|
@@ -946,8 +946,8 @@ export declare const config: {
|
|
|
946
946
|
};
|
|
947
947
|
};
|
|
948
948
|
}, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
949
|
-
body: import("@hanzogui/
|
|
950
|
-
mono: import("@hanzogui/
|
|
949
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
950
|
+
mono: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
951
951
|
};
|
|
952
952
|
selectionStyles: (theme: any) => {
|
|
953
953
|
backgroundColor: any;
|