@hanzogui/config 7.0.0 → 7.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.
Files changed (87) hide show
  1. package/LICENSE +40 -19
  2. package/dist/cjs/fonts.cjs +32 -10
  3. package/dist/cjs/fonts.native.js +32 -10
  4. package/dist/cjs/fonts.native.js.map +1 -1
  5. package/dist/cjs/v5-fonts.cjs +4 -27
  6. package/dist/cjs/v5-fonts.native.js +21 -23
  7. package/dist/cjs/v5-fonts.native.js.map +1 -1
  8. package/dist/cjs/v5-media.cjs +3 -20
  9. package/dist/cjs/v5-media.native.js +3 -20
  10. package/dist/cjs/v5-media.native.js.map +1 -1
  11. package/dist/esm/fonts.mjs +32 -10
  12. package/dist/esm/fonts.mjs.map +1 -1
  13. package/dist/esm/fonts.native.js +32 -10
  14. package/dist/esm/fonts.native.js.map +1 -1
  15. package/dist/esm/v3.mjs.map +1 -1
  16. package/dist/esm/v5-fonts.mjs +4 -27
  17. package/dist/esm/v5-fonts.mjs.map +1 -1
  18. package/dist/esm/v5-fonts.native.js +21 -23
  19. package/dist/esm/v5-fonts.native.js.map +1 -1
  20. package/dist/esm/v5-media.mjs +3 -20
  21. package/dist/esm/v5-media.mjs.map +1 -1
  22. package/dist/esm/v5-media.native.js +3 -20
  23. package/dist/esm/v5-media.native.js.map +1 -1
  24. package/package.json +33 -22
  25. package/src/fonts.ts +34 -9
  26. package/src/v5-fonts.ts +2 -2
  27. package/src/v5-media.ts +3 -1
  28. package/types/config.d.ts +26 -3
  29. package/types/config.d.ts.map +1 -1
  30. package/types/fonts.d.ts +27 -4
  31. package/types/fonts.d.ts.map +1 -1
  32. package/types/index.d.ts +26 -3
  33. package/types/index.d.ts.map +1 -1
  34. package/types/index.reanimated.d.ts +26 -3
  35. package/types/index.reanimated.d.ts.map +1 -1
  36. package/types/v3.d.ts +26 -3
  37. package/types/v3.d.ts.map +1 -1
  38. package/types/v4-fonts.d.ts +2 -2
  39. package/types/v4.d.ts +2 -2
  40. package/types/v5-fonts.d.ts +2 -2
  41. package/types/v5-media.d.ts.map +1 -1
  42. package/.turbo/turbo-build.log +0 -2
  43. package/reanimated/index.cjs +0 -2
  44. package/reanimated/index.js +0 -2
  45. package/reanimated/index.native.cjs +0 -2
  46. package/reanimated/index.native.js +0 -2
  47. package/tsconfig.json +0 -65
  48. package/v3/index.cjs +0 -2
  49. package/v3/index.js +0 -2
  50. package/v3/index.native.cjs +0 -2
  51. package/v3/index.native.js +0 -2
  52. package/v3.d.ts +0 -1
  53. package/v4/index.cjs +0 -2
  54. package/v4/index.js +0 -2
  55. package/v4/index.native.cjs +0 -2
  56. package/v4/index.native.js +0 -2
  57. package/v4.d.ts +0 -1
  58. package/v5/index.cjs +0 -2
  59. package/v5/index.js +0 -2
  60. package/v5/index.native.cjs +0 -2
  61. package/v5/index.native.js +0 -2
  62. package/v5-css/index.cjs +0 -2
  63. package/v5-css/index.js +0 -2
  64. package/v5-css/index.native.cjs +0 -2
  65. package/v5-css/index.native.js +0 -2
  66. package/v5-css.d.ts +0 -1
  67. package/v5-motion/index.cjs +0 -2
  68. package/v5-motion/index.js +0 -2
  69. package/v5-motion/index.native.cjs +0 -2
  70. package/v5-motion/index.native.js +0 -2
  71. package/v5-motion.d.ts +0 -1
  72. package/v5-reanimated/index.cjs +0 -2
  73. package/v5-reanimated/index.js +0 -2
  74. package/v5-reanimated/index.native.cjs +0 -2
  75. package/v5-reanimated/index.native.js +0 -2
  76. package/v5-reanimated.d.ts +0 -1
  77. package/v5-rn/index.cjs +0 -2
  78. package/v5-rn/index.js +0 -2
  79. package/v5-rn/index.native.cjs +0 -2
  80. package/v5-rn/index.native.js +0 -2
  81. package/v5-rn.d.ts +0 -1
  82. package/v5-subtle/index.cjs +0 -2
  83. package/v5-subtle/index.js +0 -2
  84. package/v5-subtle/index.native.cjs +0 -2
  85. package/v5-subtle/index.native.js +0 -2
  86. package/v5-subtle.d.ts +0 -1
  87. package/v5.d.ts +0 -1
package/src/fonts.ts CHANGED
@@ -1,7 +1,11 @@
1
- import { createGeistSansFont } from '@hanzogui/font-geist-sans'
2
- import { createGeistMonoFont } from '@hanzogui/font-geist-mono'
1
+ import { createInterFont } from '@hanzogui/font-inter'
2
+ import { createSilkscreenFont } from '@hanzogui/font-silkscreen'
3
3
 
4
- const headingFont = createGeistSansFont(
4
+ import { createGenericFont } from './createGenericFont'
5
+
6
+ const silkscreenFont = createSilkscreenFont()
7
+
8
+ const headingFont = createInterFont(
5
9
  {
6
10
  size: {
7
11
  5: 13,
@@ -32,16 +36,17 @@ const headingFont = createGeistSansFont(
32
36
  14: -3,
33
37
  15: -4,
34
38
  },
39
+ // for native
35
40
  face: {
36
- 700: { normal: 'GeistBold' },
37
- 800: { normal: 'GeistBold' },
38
- 900: { normal: 'GeistBold' },
41
+ 700: { normal: 'InterBold' },
42
+ 800: { normal: 'InterBold' },
43
+ 900: { normal: 'InterBold' },
39
44
  },
40
45
  },
41
46
  { sizeLineHeight: (size) => Math.round(size * 1.1 + (size < 30 ? 10 : 5)) }
42
47
  )
43
48
 
44
- const bodyFont = createGeistSansFont(
49
+ const bodyFont = createInterFont(
45
50
  {
46
51
  weight: {
47
52
  1: '400',
@@ -53,14 +58,33 @@ const bodyFont = createGeistSansFont(
53
58
  }
54
59
  )
55
60
 
56
- const monoFont = createGeistMonoFont(
61
+ const monoFont = createGenericFont(
62
+ `"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace`,
57
63
  {
58
64
  weight: {
59
65
  1: '500',
60
66
  },
67
+ size: {
68
+ 1: 11,
69
+ 2: 12,
70
+ 3: 13,
71
+ 4: 14,
72
+ 5: 16,
73
+ 6: 18,
74
+ 7: 20,
75
+ 8: 22,
76
+ 9: 30,
77
+ 10: 42,
78
+ 11: 52,
79
+ 12: 62,
80
+ 13: 72,
81
+ 14: 92,
82
+ 15: 114,
83
+ 16: 124,
84
+ },
61
85
  },
62
86
  {
63
- sizeLineHeight: (x) => Math.round(x * 1.5),
87
+ sizeLineHeight: (x) => x * 1.5,
64
88
  }
65
89
  )
66
90
 
@@ -68,4 +92,5 @@ export const fonts = {
68
92
  heading: headingFont,
69
93
  body: bodyFont,
70
94
  mono: monoFont,
95
+ silkscreen: silkscreenFont,
71
96
  }
package/src/v5-fonts.ts CHANGED
@@ -75,8 +75,8 @@ export const createSystemFont = <A extends GenericFont>({
75
75
  )
76
76
  return createFont({
77
77
  family: isWeb
78
- ? '"Geist Sans", "Geist", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'
79
- : 'Geist',
78
+ ? '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif'
79
+ : 'System',
80
80
  lineHeight: Object.fromEntries(
81
81
  Object.entries(size).map(([k, v]) => [k, sizeLineHeight(getVariableValue(v))])
82
82
  ),
package/src/v5-media.ts CHANGED
@@ -27,7 +27,9 @@ export const media = {
27
27
 
28
28
  // always false on native (can't hover on touch)
29
29
  hoverable:
30
- process.env.GUI_TARGET === 'native' ? ({ maxWidth: 0 } as never) : { hover: 'hover' },
30
+ process.env.GUI_TARGET === 'native'
31
+ ? ({ maxWidth: 0 } as never)
32
+ : { hover: 'hover' },
31
33
 
32
34
  // Max-width queries (desktop-first, ordered large-to-small so smaller wins)
33
35
  'max-xxl': { maxWidth: breakpoints.xxl - mediaQueryForceNonOverlap },
package/types/config.d.ts CHANGED
@@ -901,9 +901,32 @@ export declare const configWithoutAnimations: {
901
901
  normal: string;
902
902
  };
903
903
  };
904
- }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
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>;
904
+ }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
905
+ body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
906
+ mono: {
907
+ weight: {
908
+ 1: string;
909
+ };
910
+ size: {
911
+ 1: number;
912
+ 2: number;
913
+ 3: number;
914
+ 4: number;
915
+ 5: number;
916
+ 6: number;
917
+ 7: number;
918
+ 8: number;
919
+ 9: number;
920
+ 10: number;
921
+ 11: number;
922
+ 12: number;
923
+ 13: number;
924
+ 14: number;
925
+ 15: number;
926
+ 16: number;
927
+ };
928
+ };
929
+ silkscreen: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13>;
907
930
  };
908
931
  selectionStyles: (theme: Record<string, string>) => {
909
932
  backgroundColor: string;
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBV,CAAA"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBV,CAAA"}
package/types/fonts.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export declare const fonts: {
2
- heading: import("@hanzogui/font-geist-sans").FillInFont<{
2
+ heading: import("@hanzogui/font-inter").FillInFont<{
3
3
  size: {
4
4
  5: number;
5
5
  6: number;
@@ -40,8 +40,31 @@ export declare const fonts: {
40
40
  normal: string;
41
41
  };
42
42
  };
43
- }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
44
- body: import("@hanzogui/font-geist-sans").FillInFont<import("@hanzogui/font-geist-sans").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
45
- mono: import("@hanzogui/font-geist-sans").FillInFont<import("@hanzogui/font-geist-sans").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
43
+ }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
44
+ body: import("@hanzogui/font-inter").FillInFont<import("@hanzogui/font-inter").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
45
+ mono: {
46
+ weight: {
47
+ 1: string;
48
+ };
49
+ size: {
50
+ 1: number;
51
+ 2: number;
52
+ 3: number;
53
+ 4: number;
54
+ 5: number;
55
+ 6: number;
56
+ 7: number;
57
+ 8: number;
58
+ 9: number;
59
+ 10: number;
60
+ 11: number;
61
+ 12: number;
62
+ 13: number;
63
+ 14: number;
64
+ 15: number;
65
+ 16: number;
66
+ };
67
+ };
68
+ silkscreen: import("@hanzogui/font-inter").FillInFont<import("@hanzogui/font-inter").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13>;
46
69
  };
47
70
  //# sourceMappingURL=fonts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../src/fonts.ts"],"names":[],"mappings":"AAkEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIjB,CAAA"}
1
+ {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../src/fonts.ts"],"names":[],"mappings":"AA0FA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKjB,CAAA"}
package/types/index.d.ts CHANGED
@@ -843,9 +843,32 @@ export declare const config: {
843
843
  normal: string;
844
844
  };
845
845
  };
846
- }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
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>;
846
+ }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
847
+ body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
848
+ mono: {
849
+ weight: {
850
+ 1: string;
851
+ };
852
+ size: {
853
+ 1: number;
854
+ 2: number;
855
+ 3: number;
856
+ 4: number;
857
+ 5: number;
858
+ 6: number;
859
+ 7: number;
860
+ 8: number;
861
+ 9: number;
862
+ 10: number;
863
+ 11: number;
864
+ 12: number;
865
+ 13: number;
866
+ 14: number;
867
+ 15: number;
868
+ 16: number;
869
+ };
870
+ };
871
+ silkscreen: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13>;
849
872
  };
850
873
  selectionStyles: (theme: Record<string, string>) => {
851
874
  backgroundColor: string;
@@ -1 +1 @@
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
+ {"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"}
@@ -943,9 +943,32 @@ export declare const config: {
943
943
  normal: string;
944
944
  };
945
945
  };
946
- }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
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>;
946
+ }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
947
+ body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
948
+ mono: {
949
+ weight: {
950
+ 1: string;
951
+ };
952
+ size: {
953
+ 1: number;
954
+ 2: number;
955
+ 3: number;
956
+ 4: number;
957
+ 5: number;
958
+ 6: number;
959
+ 7: number;
960
+ 8: number;
961
+ 9: number;
962
+ 10: number;
963
+ 11: number;
964
+ 12: number;
965
+ 13: number;
966
+ 14: number;
967
+ 15: number;
968
+ 16: number;
969
+ };
970
+ };
971
+ silkscreen: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13>;
949
972
  };
950
973
  selectionStyles: (theme: Record<string, string>) => {
951
974
  backgroundColor: string;
@@ -1 +1 @@
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"}
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/v3.d.ts CHANGED
@@ -945,9 +945,32 @@ export declare const config: {
945
945
  normal: string;
946
946
  };
947
947
  };
948
- }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
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>;
948
+ }, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
949
+ body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
950
+ mono: {
951
+ weight: {
952
+ 1: string;
953
+ };
954
+ size: {
955
+ 1: number;
956
+ 2: number;
957
+ 3: number;
958
+ 4: number;
959
+ 5: number;
960
+ 6: number;
961
+ 7: number;
962
+ 8: number;
963
+ 9: number;
964
+ 10: number;
965
+ 11: number;
966
+ 12: number;
967
+ 13: number;
968
+ 14: number;
969
+ 15: number;
970
+ 16: number;
971
+ };
972
+ };
973
+ silkscreen: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13>;
951
974
  };
952
975
  selectionStyles: (theme: any) => {
953
976
  backgroundColor: any;
package/types/v3.d.ts.map CHANGED
@@ -1 +1 @@
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
+ {"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"}
@@ -24,8 +24,8 @@ declare const defaultSizes: {
24
24
  readonly 16: 134;
25
25
  };
26
26
  export declare const fonts: {
27
- body: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
28
- heading: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
27
+ body: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
28
+ heading: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
29
29
  };
30
30
  export {};
31
31
  //# sourceMappingURL=v4-fonts.d.ts.map
package/types/v4.d.ts CHANGED
@@ -253,8 +253,8 @@ export declare const defaultConfig: {
253
253
  };
254
254
  };
255
255
  fonts: {
256
- 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>;
257
- heading: 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>;
256
+ body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
257
+ heading: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
258
258
  };
259
259
  selectionStyles: (theme: any) => {
260
260
  backgroundColor: any;
@@ -24,8 +24,8 @@ export declare const createSystemFont: <A extends GenericFont>({ font, sizeLineH
24
24
  sizeSize?: (size: number) => number;
25
25
  }) => FillInFont<A, keyof typeof webSizes>;
26
26
  export declare const fonts: {
27
- body: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
28
- heading: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
27
+ body: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
28
+ heading: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
29
29
  };
30
30
  export type V5Fonts = typeof fonts;
31
31
  export {};
@@ -1 +1 @@
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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDR,CAAA;AAEV,MAAM,MAAM,OAAO,GAAG,OAAO,KAAK,CAAA;AAElC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;CA4BnC,CAAA"}
@@ -1,2 +0,0 @@
1
- $ hanzo-gui-build
2
- built @hanzogui/config in 5848 ms
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/index.reanimated.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/index.reanimated.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/index.reanimated.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/index.reanimated.cjs'))
package/tsconfig.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "extends": "../../../tsconfig.json",
3
- "compilerOptions": {
4
- "composite": true
5
- },
6
- "exclude": [
7
- "types",
8
- "v5.d.ts",
9
- "v5.cjs",
10
- "v5-css.d.ts",
11
- "v5-css.cjs",
12
- "v5-rn.d.ts",
13
- "v5-rn.cjs",
14
- "v5-reanimated.d.ts",
15
- "v5-reanimated.cjs",
16
- "v5-motion.d.ts",
17
- "v5-motion.cjs",
18
- "v5-subtle.d.ts",
19
- "v5-subtle.cjs",
20
- "v4.d.ts",
21
- "v4.cjs",
22
- "v3.cjs",
23
- "v3.d.ts",
24
- "v2.d.ts",
25
- "v2.cjs",
26
- "v2-reanimated.d.ts",
27
- "v2-reanimated.js",
28
- "v2-native.d.ts",
29
- "v2-native.js",
30
- "dist",
31
- "**/__tests__"
32
- ],
33
- "references": [
34
- {
35
- "path": "../animations-css"
36
- },
37
- {
38
- "path": "../animations-moti"
39
- },
40
- {
41
- "path": "../animations-react-native"
42
- },
43
- {
44
- "path": "../colors"
45
- },
46
- {
47
- "path": "../font-inter"
48
- },
49
- {
50
- "path": "../font-silkscreen"
51
- },
52
- {
53
- "path": "../react-native-media-driver"
54
- },
55
- {
56
- "path": "../shorthands"
57
- },
58
- {
59
- "path": "../themes"
60
- },
61
- {
62
- "path": "../web"
63
- }
64
- ]
65
- }
package/v3/index.cjs DELETED
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v3.cjs'))
package/v3/index.js DELETED
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v3.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v3.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v3.native.js'))
package/v3.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './types/v3'
package/v4/index.cjs DELETED
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v4.cjs'))
package/v4/index.js DELETED
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v4.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v4.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v4.native.js'))
package/v4.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './types/v4'
package/v5/index.cjs DELETED
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5.cjs'))
package/v5/index.js DELETED
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5.native.js'))
package/v5-css/index.cjs DELETED
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-css.cjs'))
package/v5-css/index.js DELETED
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-css.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-css.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-css.native.js'))
package/v5-css.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './types/v5-css'
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-motion.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-motion.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-motion.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-motion.native.js'))
package/v5-motion.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './types/v5-motion'
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-reanimated.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-reanimated.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-reanimated.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-reanimated.native.js'))
@@ -1 +0,0 @@
1
- export * from './types/v5-reanimated'
package/v5-rn/index.cjs DELETED
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-rn.cjs'))
package/v5-rn/index.js DELETED
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-rn.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-rn.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-rn.native.js'))
package/v5-rn.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './types/v5-rn'
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-subtle.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-subtle.cjs'))
@@ -1,2 +0,0 @@
1
- // compat with hanzo-gui static compiler
2
- Object.assign(module.exports, require('../dist/cjs/v5-subtle.native.js'))
@@ -1,2 +0,0 @@
1
- // compat with metro without package exports
2
- Object.assign(module.exports, require('../dist/cjs/v5-subtle.native.js'))
package/v5-subtle.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './types/v5-subtle'