@hanzogui/config 4.3.1 → 4.4.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/package.json +15 -15
- 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 +0 -2
- package/types/animations.css.d.ts.map +0 -1
- package/types/animations.d.ts.map +0 -1
- package/types/animations.reanimated.d.ts.map +0 -1
- package/types/animationsCSS.d.ts.map +0 -1
- package/types/animationsMotion.d.ts.map +0 -1
- package/types/animationsReactNative.d.ts.map +0 -1
- package/types/animationsReanimated.d.ts.map +0 -1
- package/types/config.d.ts.map +0 -1
- package/types/createGenericFont.d.ts.map +0 -1
- package/types/fonts.d.ts.map +0 -1
- package/types/index.d.ts.map +0 -1
- package/types/index.reanimated.d.ts.map +0 -1
- package/types/media.d.ts.map +0 -1
- package/types/v3-animations.d.ts.map +0 -1
- package/types/v3-animations.native.d.ts.map +0 -1
- package/types/v3.d.ts.map +0 -1
- package/types/v4-animations.d.ts.map +0 -1
- package/types/v4-animations.native.d.ts.map +0 -1
- package/types/v4-fonts.d.ts.map +0 -1
- package/types/v4-media.d.ts.map +0 -1
- package/types/v4.d.ts.map +0 -1
- package/types/v5-base.d.ts.map +0 -1
- package/types/v5-css.d.ts.map +0 -1
- package/types/v5-css.native.d.ts.map +0 -1
- package/types/v5-fonts.d.ts.map +0 -1
- package/types/v5-media.d.ts.map +0 -1
- package/types/v5-motion.d.ts.map +0 -1
- package/types/v5-reanimated.d.ts.map +0 -1
- package/types/v5-rn.d.ts.map +0 -1
- package/types/v5-subtle.d.ts.map +0 -1
- package/types/v5.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -109,22 +109,22 @@
|
|
|
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": "4.4.0",
|
|
113
|
+
"@hanzogui/animations-motion": "4.4.0",
|
|
114
|
+
"@hanzogui/animations-react-native": "4.4.0",
|
|
115
|
+
"@hanzogui/animations-reanimated": "4.4.0",
|
|
116
|
+
"@hanzogui/colors": "4.4.0",
|
|
117
|
+
"@hanzogui/core": "4.4.0",
|
|
118
|
+
"@hanzogui/react-native-media-driver": "4.4.0",
|
|
119
|
+
"@hanzogui/shorthands": "4.4.0",
|
|
120
|
+
"@hanzogui/theme-builder": "4.4.0",
|
|
121
|
+
"@hanzogui/themes": "4.4.0",
|
|
122
|
+
"@hanzogui/web": "4.4.0",
|
|
123
|
+
"@hanzogui/font-geist-sans": "4.4.0",
|
|
124
|
+
"@hanzogui/font-geist-mono": "4.4.0"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
|
-
"@hanzogui/build": "
|
|
127
|
+
"@hanzogui/build": "4.4.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"@hanzogui/animations-moti": "3.0.6"
|
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;
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animations.css.d.ts","sourceRoot":"","sources":["../src/animations.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;EAQrB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../src/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiErB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCrB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animationsCSS.d.ts","sourceRoot":"","sources":["../src/animationsCSS.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;EA0BxB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animationsMotion.d.ts","sourceRoot":"","sources":["../src/animationsMotion.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuH3B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animationsReactNative.d.ts","sourceRoot":"","sources":["../src/animationsReactNative.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8HhC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"animationsReanimated.d.ts","sourceRoot":"","sources":["../src/animationsReanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkH/B,CAAA"}
|
package/types/config.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBV,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createGenericFont.d.ts","sourceRoot":"","sources":["../src/createGenericFont.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAGhD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;CAiBZ,CAAA;AAEV,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,CAAC,MAAM,OAAO,gBAAgB,CAAC,EACpF,MAAM,EAAE,MAAM,EACd,IAAI,GAAE,OAAO,CAAC,CAAC,CAAM,EACrB,EACE,cAAoC,GACrC,GAAE;IACD,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAA;CACpC,GACL,CAAC,CAYH"}
|
package/types/fonts.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../src/fonts.ts"],"names":[],"mappings":"AAkEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjB,CAAA"}
|
package/types/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AAKzC,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAClD,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,MAAM;YAGC,OAAO,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.reanimated.d.ts","sourceRoot":"","sources":["../src/index.reanimated.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGlB,CAAA"}
|
package/types/media.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../src/media.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,UAAuB,CAAA;AAC7C,eAAO,MAAM,MAAM,UAAyB,CAAA;AAK5C,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAajB,CAAA;AAID,eAAO,MAAM,uBAAuB;;;;;;;CAQnC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v3-animations.d.ts","sourceRoot":"","sources":["../src/v3-animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v3-animations.native.d.ts","sourceRoot":"","sources":["../src/v3-animations.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA"}
|
package/types/v3.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v3.d.ts","sourceRoot":"","sources":["../src/v3.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Eb,CAAA;AAEV,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,EAAE,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAA;AAExD,eAAO,MAAM,eAAe,GAAI,UAAK;;;QAM3B,CAAA;AAMV,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcO,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v4-animations.d.ts","sourceRoot":"","sources":["../src/v4-animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v4-animations.native.d.ts","sourceRoot":"","sources":["../src/v4-animations.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA"}
|
package/types/v4-fonts.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v4-fonts.d.ts","sourceRoot":"","sources":["../src/v4-fonts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAG7D,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,WAAW,EAAE,sCAIrD;IACD,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAA;IACjB,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAA;IAC7C,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAA;CAC/B,KAAG,UAAU,CAAC,CAAC,EAAE,MAAM,OAAO,YAAY,CAwB/C,CAAA;AAED,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;CAkBR,CAAA;AAEV,eAAO,MAAM,KAAK;;;CAGjB,CAAA"}
|
package/types/v4-media.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v4-media.d.ts","sourceRoot":"","sources":["../src/v4-media.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;CAQvB,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBR,CAAA;AAEV,eAAO,MAAM,uBAAuB;;;;;;;;CAQnC,CAAA"}
|
package/types/v4.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v4.d.ts","sourceRoot":"","sources":["../src/v4.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAA;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AACpD,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AACxE,OAAO,EAAE,aAAa,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAA;AAI7D,eAAO,MAAM,eAAe,GAAI,UAAK;;;QAM3B,CAAA;AAEV,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;CAUiB,CAAA;AAEtC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASA,CAAA"}
|
package/types/v5-base.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-base.d.ts","sourceRoot":"","sources":["../src/v5-base.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AAEzD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AAG7D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEzC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AACtD,OAAO,EACL,aAAa,EACb,cAAc,EACd,aAAa,EACb,qBAAqB,EACrB,kBAAkB,EAClB,mBAAmB,EACnB,WAAW,EAEX,gBAAgB,EAChB,OAAO,EACP,QAAQ,EACR,MAAM,EACN,KAAK,QAAQ,EAEb,KAAK,GAAG,EACR,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,QAAQ,GACd,MAAM,qBAAqB,CAAA;AAC5B,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AACpD,YAAY,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAA;AACxE,YAAY,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEzC,eAAO,MAAM,eAAe,GAAI,UAAK;;;QAM3B,CAAA;AAEV,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASiB,CAAA;AAEtC,MAAM,MAAM,UAAU,GAAG,OAAO,QAAQ,CAAA;AAExC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,OAAO,CAAA;IACd,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,EAAE,QAAQ,CAAA;IAChB,MAAM,EAAE,QAAQ,CAAA;IAChB,KAAK,EAAE,OAAO,CAAA;IACd,eAAe,EAAE,OAAO,eAAe,CAAA;IACvC,QAAQ,EAAE,UAAU,CAAA;CACrB,CAAA;AAGD,eAAO,MAAM,aAAa,EAAE,eAQ3B,CAAA"}
|
package/types/v5-css.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-css.d.ts","sourceRoot":"","sources":["../src/v5-css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;EAuBxB,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;EAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-css.native.d.ts","sourceRoot":"","sources":["../src/v5-css.native.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA"}
|
package/types/v5-fonts.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-fonts.d.ts","sourceRoot":"","sources":["../src/v5-fonts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAO7D,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;CAkBJ,CAAA;AAkCV,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,WAAW,EAAE,sCAIrD;IACD,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAA;IACjB,cAAc,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,MAAM,CAAA;IAC7C,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAA;CAC/B,KAAG,UAAU,CAAC,CAAC,EAAE,MAAM,OAAO,QAAQ,CAwB3C,CAAA;AAMD,eAAO,MAAM,KAAK;;;CAYjB,CAAA;AAED,MAAM,MAAM,OAAO,GAAG,OAAO,KAAK,CAAA"}
|
package/types/v5-media.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-media.d.ts","sourceRoot":"","sources":["../src/v5-media.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;;;CAavB,CAAA;AAID,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDR,CAAA;AAEV,MAAM,MAAM,OAAO,GAAG,OAAO,KAAK,CAAA;AAElC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;CA4BnC,CAAA"}
|
package/types/v5-motion.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-motion.d.ts","sourceRoot":"","sources":["../src/v5-motion.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwG3B,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAmB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-reanimated.d.ts","sourceRoot":"","sources":["../src/v5-reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoG/B,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAuB,CAAA"}
|
package/types/v5-rn.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-rn.d.ts","sourceRoot":"","sources":["../src/v5-rn.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8GhC,CAAA;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAA"}
|
package/types/v5-subtle.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5-subtle.d.ts","sourceRoot":"","sources":["../src/v5-subtle.ts"],"names":[],"mappings":"AAEA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,WAAW,CAAA"}
|
package/types/v5.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v5.d.ts","sourceRoot":"","sources":["../src/v5.ts"],"names":[],"mappings":"AAKA,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA"}
|