@tamagui/config 2.0.0-1768586279389 → 2.0.0-1768696252732

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 (115) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/dist/cjs/animations.reanimated.cjs +0 -5
  3. package/dist/cjs/animations.reanimated.js +0 -5
  4. package/dist/cjs/animations.reanimated.js.map +1 -1
  5. package/dist/cjs/animations.reanimated.native.js +0 -5
  6. package/dist/cjs/animations.reanimated.native.js.map +1 -1
  7. package/dist/cjs/animationsCSS.cjs +1 -2
  8. package/dist/cjs/animationsCSS.js +1 -2
  9. package/dist/cjs/animationsCSS.js.map +1 -1
  10. package/dist/cjs/animationsCSS.native.js +1 -2
  11. package/dist/cjs/animationsCSS.native.js.map +1 -1
  12. package/dist/cjs/animationsReactNative.cjs +0 -5
  13. package/dist/cjs/animationsReactNative.js +0 -5
  14. package/dist/cjs/animationsReactNative.js.map +1 -1
  15. package/dist/cjs/animationsReactNative.native.js +0 -5
  16. package/dist/cjs/animationsReactNative.native.js.map +1 -1
  17. package/dist/cjs/animationsReanimated.cjs +0 -5
  18. package/dist/cjs/animationsReanimated.js +0 -5
  19. package/dist/cjs/animationsReanimated.js.map +1 -1
  20. package/dist/cjs/animationsReanimated.native.js +0 -5
  21. package/dist/cjs/animationsReanimated.native.js.map +1 -1
  22. package/dist/cjs/v4.cjs +0 -1
  23. package/dist/cjs/v4.js +0 -1
  24. package/dist/cjs/v4.js.map +1 -1
  25. package/dist/cjs/v4.native.js +0 -1
  26. package/dist/cjs/v4.native.js.map +1 -1
  27. package/dist/cjs/v5-media.cjs +84 -35
  28. package/dist/cjs/v5-media.js +57 -26
  29. package/dist/cjs/v5-media.js.map +1 -1
  30. package/dist/cjs/v5-media.native.js +84 -35
  31. package/dist/cjs/v5-media.native.js.map +1 -1
  32. package/dist/cjs/v5.cjs +0 -3
  33. package/dist/cjs/v5.js +0 -3
  34. package/dist/cjs/v5.js.map +1 -1
  35. package/dist/cjs/v5.native.js +0 -3
  36. package/dist/cjs/v5.native.js.map +1 -1
  37. package/dist/esm/animations.reanimated.js +0 -5
  38. package/dist/esm/animations.reanimated.js.map +1 -1
  39. package/dist/esm/animations.reanimated.mjs +0 -5
  40. package/dist/esm/animations.reanimated.mjs.map +1 -1
  41. package/dist/esm/animations.reanimated.native.js +0 -5
  42. package/dist/esm/animations.reanimated.native.js.map +1 -1
  43. package/dist/esm/animationsCSS.js +1 -2
  44. package/dist/esm/animationsCSS.js.map +1 -1
  45. package/dist/esm/animationsCSS.mjs +1 -2
  46. package/dist/esm/animationsCSS.mjs.map +1 -1
  47. package/dist/esm/animationsCSS.native.js +1 -2
  48. package/dist/esm/animationsCSS.native.js.map +1 -1
  49. package/dist/esm/animationsReactNative.js +0 -5
  50. package/dist/esm/animationsReactNative.js.map +1 -1
  51. package/dist/esm/animationsReactNative.mjs +0 -5
  52. package/dist/esm/animationsReactNative.mjs.map +1 -1
  53. package/dist/esm/animationsReactNative.native.js +0 -5
  54. package/dist/esm/animationsReactNative.native.js.map +1 -1
  55. package/dist/esm/animationsReanimated.js +0 -5
  56. package/dist/esm/animationsReanimated.js.map +1 -1
  57. package/dist/esm/animationsReanimated.mjs +0 -5
  58. package/dist/esm/animationsReanimated.mjs.map +1 -1
  59. package/dist/esm/animationsReanimated.native.js +0 -5
  60. package/dist/esm/animationsReanimated.native.js.map +1 -1
  61. package/dist/esm/v4.js +0 -1
  62. package/dist/esm/v4.js.map +1 -1
  63. package/dist/esm/v4.mjs +0 -1
  64. package/dist/esm/v4.mjs.map +1 -1
  65. package/dist/esm/v4.native.js +0 -1
  66. package/dist/esm/v4.native.js.map +1 -1
  67. package/dist/esm/v5-media.js +57 -26
  68. package/dist/esm/v5-media.js.map +1 -1
  69. package/dist/esm/v5-media.mjs +84 -35
  70. package/dist/esm/v5-media.mjs.map +1 -1
  71. package/dist/esm/v5-media.native.js +84 -35
  72. package/dist/esm/v5-media.native.js.map +1 -1
  73. package/dist/esm/v5.js +0 -3
  74. package/dist/esm/v5.js.map +1 -1
  75. package/dist/esm/v5.mjs +0 -3
  76. package/dist/esm/v5.mjs.map +1 -1
  77. package/dist/esm/v5.native.js +0 -3
  78. package/dist/esm/v5.native.js.map +1 -1
  79. package/package.json +15 -15
  80. package/src/animations.reanimated.ts +0 -5
  81. package/src/animationsCSS.ts +0 -1
  82. package/src/animationsReactNative.ts +0 -5
  83. package/src/animationsReanimated.ts +0 -5
  84. package/src/v4.ts +0 -1
  85. package/src/v5-media.ts +60 -26
  86. package/src/v5.ts +0 -3
  87. package/types/animations.reanimated.d.ts +6 -11
  88. package/types/animations.reanimated.d.ts.map +1 -1
  89. package/types/animationsCSS.d.ts +0 -1
  90. package/types/animationsCSS.d.ts.map +1 -1
  91. package/types/animationsReactNative.d.ts +0 -5
  92. package/types/animationsReactNative.d.ts.map +1 -1
  93. package/types/animationsReanimated.d.ts +0 -5
  94. package/types/animationsReanimated.d.ts.map +1 -1
  95. package/types/config.d.ts +3 -3
  96. package/types/fonts.d.ts +3 -3
  97. package/types/index.d.ts +3 -3
  98. package/types/index.reanimated.d.ts +9 -14
  99. package/types/index.reanimated.d.ts.map +1 -1
  100. package/types/v2-base.d.ts +3 -3
  101. package/types/v2-native.d.ts +3 -3
  102. package/types/v2-reanimated.d.ts +9 -14
  103. package/types/v2-reanimated.d.ts.map +1 -1
  104. package/types/v2.d.ts +3 -3
  105. package/types/v2.native.d.ts +3 -3
  106. package/types/v3.d.ts +3 -4
  107. package/types/v3.d.ts.map +1 -1
  108. package/types/v4-fonts.d.ts +2 -2
  109. package/types/v4.d.ts +2 -5
  110. package/types/v4.d.ts.map +1 -1
  111. package/types/v5-fonts.d.ts +2 -2
  112. package/types/v5-media.d.ts +69 -25
  113. package/types/v5-media.d.ts.map +1 -1
  114. package/types/v5.d.ts +169 -172
  115. package/types/v5.d.ts.map +1 -1
package/src/v5-media.ts CHANGED
@@ -2,39 +2,73 @@
2
2
  // earlier defined = less important
3
3
 
4
4
  export const breakpoints = {
5
- '2xl': 1536,
6
- xl: 1280,
7
- lg: 1024,
8
- md: 768,
9
- sm: 640,
5
+ xxxs: 260,
6
+ xxs: 340,
10
7
  xs: 460,
11
- '2xs': 340,
8
+ sm: 640,
9
+ md: 768,
10
+ lg: 1024,
11
+ xl: 1280,
12
+ xxl: 1536,
12
13
  }
13
14
 
14
15
  export const media = {
15
- maxXs: { maxWidth: breakpoints.xs },
16
- max2xs: { maxWidth: breakpoints['2xs'] },
17
- maxSm: { maxWidth: breakpoints.sm },
18
- maxMd: { maxWidth: breakpoints.md },
19
- maxLg: { maxWidth: breakpoints.lg },
20
- maxXl: { maxWidth: breakpoints.xl },
21
- max2Xl: { maxWidth: breakpoints['2xl'] },
22
- // for site
23
- '2xl': { minWidth: breakpoints['2xl'] },
24
- xl: { minWidth: breakpoints.xl },
25
- lg: { minWidth: breakpoints.lg },
26
- md: { minWidth: breakpoints.md },
27
- sm: { minWidth: breakpoints.sm },
16
+ pointerTouch: { pointer: 'coarse' },
17
+
18
+ // Height-based queries
19
+ heightXXXS: { minHeight: breakpoints.xxxs },
20
+ heightXXS: { minHeight: breakpoints.xxs },
21
+ heightXS: { minHeight: breakpoints.xs },
22
+ heightSM: { minHeight: breakpoints.sm },
23
+ heightMD: { minHeight: breakpoints.md },
24
+ heightLG: { minHeight: breakpoints.lg },
25
+
26
+ // Max-width queries (desktop-first)
27
+ maxXXXS: { maxWidth: breakpoints.xxxs },
28
+ maxXXS: { maxWidth: breakpoints.xxs },
29
+ maxXS: { maxWidth: breakpoints.xs },
30
+ maxSM: { maxWidth: breakpoints.sm },
31
+ maxMD: { maxWidth: breakpoints.md },
32
+ maxLG: { maxWidth: breakpoints.lg },
33
+ maxXL: { maxWidth: breakpoints.xl },
34
+ maxXXL: { maxWidth: breakpoints.xxl },
35
+
36
+ // Min-width queries (mobile-first)
37
+ xxxs: { minWidth: breakpoints.xxxs },
38
+ xxs: { minWidth: breakpoints.xxs },
28
39
  xs: { minWidth: breakpoints.xs },
29
- '2xs': { minWidth: breakpoints['2xs'] },
40
+ sm: { minWidth: breakpoints.sm },
41
+ md: { minWidth: breakpoints.md },
42
+ lg: { minWidth: breakpoints.lg },
43
+ xl: { minWidth: breakpoints.xl },
44
+ xxl: { minWidth: breakpoints.xxl },
30
45
  } as const
31
46
 
32
47
  export const mediaQueryDefaultActive = {
33
- '2xl': false,
34
- xl: false,
35
- lg: false,
36
- md: false,
37
- sm: false,
48
+ pointerTouch: false,
49
+ // Height queries
50
+ heightXXXS: true,
51
+ heightXXS: true,
52
+ heightXS: true,
53
+ heightSM: false,
54
+ heightMD: false,
55
+ heightLG: false,
56
+ // Max queries
57
+ maxXXXS: false,
58
+ maxXXS: false,
59
+ maxXS: true,
60
+ maxSM: true,
61
+ maxMD: true,
62
+ maxLG: true,
63
+ maxXL: true,
64
+ maxXXL: true,
65
+ // Min queries
66
+ xxxs: true,
67
+ xxs: true,
38
68
  xs: true,
39
- '2xs': true,
69
+ sm: false,
70
+ md: false,
71
+ lg: false,
72
+ xl: false,
73
+ xxl: false,
40
74
  }
package/src/v5.ts CHANGED
@@ -28,9 +28,6 @@ export const settings = {
28
28
  allowedStyleValues: 'somewhat-strict-web',
29
29
  addThemeClassName: 'html',
30
30
  onlyAllowShorthands: true,
31
- // allow two inverses (tooltips, etc)
32
- // TODO on inverse theme changes
33
- maxDarkLightNesting: 2,
34
31
  styleCompat: 'react-native',
35
32
  } satisfies CreateTamaguiProps['settings']
36
33
 
@@ -1,16 +1,16 @@
1
1
  export declare const animations: import("@tamagui/web").AnimationDriver<{
2
2
  '100ms': {
3
- type: "timing";
3
+ type: string;
4
4
  duration: number;
5
5
  };
6
6
  bouncy: {
7
- type: "spring";
7
+ type: string;
8
8
  damping: number;
9
9
  mass: number;
10
10
  stiffness: number;
11
11
  };
12
12
  lazy: {
13
- type: "spring";
13
+ type: string;
14
14
  damping: number;
15
15
  stiffness: number;
16
16
  };
@@ -20,23 +20,18 @@ export declare const animations: import("@tamagui/web").AnimationDriver<{
20
20
  mass: number;
21
21
  };
22
22
  slow: {
23
- type: "spring";
23
+ type: string;
24
24
  damping: number;
25
25
  stiffness: number;
26
26
  };
27
27
  quick: {
28
- type: "spring";
28
+ type: string;
29
29
  damping: number;
30
30
  mass: number;
31
31
  stiffness: number;
32
32
  };
33
33
  tooltip: {
34
- type: "spring";
35
- damping: number;
36
- mass: number;
37
- stiffness: number;
38
- };
39
- select: {
34
+ type: string;
40
35
  damping: number;
41
36
  mass: number;
42
37
  stiffness: number;
@@ -1 +1 @@
1
- {"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2CrB,CAAA"}
1
+ {"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCrB,CAAA"}
@@ -11,6 +11,5 @@ export declare const animationsCSS: import("@tamagui/web").AnimationDriver<{
11
11
  quicker: string;
12
12
  quickest: string;
13
13
  tooltip: string;
14
- select: string;
15
14
  }>;
16
15
  //# sourceMappingURL=animationsCSS.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animationsCSS.d.ts","sourceRoot":"","sources":["../src/animationsCSS.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;EAcxB,CAAA"}
1
+ {"version":3,"file":"animationsCSS.d.ts","sourceRoot":"","sources":["../src/animationsCSS.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa;;;;;;;;;;;;;EAaxB,CAAA"}
@@ -66,10 +66,5 @@ export declare const animationsReactNative: import("@tamagui/web").AnimationDriv
66
66
  mass: number;
67
67
  stiffness: number;
68
68
  };
69
- select: {
70
- damping: number;
71
- mass: number;
72
- stiffness: number;
73
- };
74
69
  }>;
75
70
  //# sourceMappingURL=animationsReactNative.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animationsReactNative.d.ts","sourceRoot":"","sources":["../src/animationsReactNative.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyEhC,CAAA"}
1
+ {"version":3,"file":"animationsReactNative.d.ts","sourceRoot":"","sources":["../src/animationsReactNative.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoEhC,CAAA"}
@@ -54,10 +54,5 @@ export declare const animationsReanimated: import("@tamagui/web").AnimationDrive
54
54
  mass: number;
55
55
  stiffness: number;
56
56
  };
57
- select: {
58
- damping: number;
59
- mass: number;
60
- stiffness: number;
61
- };
62
57
  }>;
63
58
  //# sourceMappingURL=animationsReanimated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animationsReanimated.d.ts","sourceRoot":"","sources":["../src/animationsReanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6D/B,CAAA"}
1
+ {"version":3,"file":"animationsReanimated.d.ts","sourceRoot":"","sources":["../src/animationsReanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD/B,CAAA"}
package/types/config.d.ts CHANGED
@@ -901,8 +901,8 @@ export declare const configWithoutAnimations: {
901
901
  normal: string;
902
902
  };
903
903
  };
904
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
905
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
904
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
905
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
906
906
  mono: {
907
907
  weight: {
908
908
  1: string;
@@ -926,7 +926,7 @@ export declare const configWithoutAnimations: {
926
926
  16: number;
927
927
  };
928
928
  };
929
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
929
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
930
930
  };
931
931
  selectionStyles: (theme: Record<string, string>) => {
932
932
  backgroundColor: string;
package/types/fonts.d.ts CHANGED
@@ -40,8 +40,8 @@ export declare const fonts: {
40
40
  normal: string;
41
41
  };
42
42
  };
43
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
44
- body: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
43
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
44
+ body: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
45
45
  mono: {
46
46
  weight: {
47
47
  1: string;
@@ -65,6 +65,6 @@ export declare const fonts: {
65
65
  16: number;
66
66
  };
67
67
  };
68
- silkscreen: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
68
+ silkscreen: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
69
69
  };
70
70
  //# sourceMappingURL=fonts.d.ts.map
package/types/index.d.ts CHANGED
@@ -811,8 +811,8 @@ export declare const config: {
811
811
  normal: string;
812
812
  };
813
813
  };
814
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
815
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
814
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
815
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
816
816
  mono: {
817
817
  weight: {
818
818
  1: string;
@@ -836,7 +836,7 @@ export declare const config: {
836
836
  16: number;
837
837
  };
838
838
  };
839
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
839
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
840
840
  };
841
841
  selectionStyles: (theme: Record<string, string>) => {
842
842
  backgroundColor: string;
@@ -4,17 +4,17 @@ export * from './animations.reanimated';
4
4
  export declare const config: {
5
5
  animations: import("@tamagui/web").AnimationDriver<{
6
6
  '100ms': {
7
- type: "timing";
7
+ type: string;
8
8
  duration: number;
9
9
  };
10
10
  bouncy: {
11
- type: "spring";
11
+ type: string;
12
12
  damping: number;
13
13
  mass: number;
14
14
  stiffness: number;
15
15
  };
16
16
  lazy: {
17
- type: "spring";
17
+ type: string;
18
18
  damping: number;
19
19
  stiffness: number;
20
20
  };
@@ -24,23 +24,18 @@ export declare const config: {
24
24
  mass: number;
25
25
  };
26
26
  slow: {
27
- type: "spring";
27
+ type: string;
28
28
  damping: number;
29
29
  stiffness: number;
30
30
  };
31
31
  quick: {
32
- type: "spring";
32
+ type: string;
33
33
  damping: number;
34
34
  mass: number;
35
35
  stiffness: number;
36
36
  };
37
37
  tooltip: {
38
- type: "spring";
39
- damping: number;
40
- mass: number;
41
- stiffness: number;
42
- };
43
- select: {
38
+ type: string;
44
39
  damping: number;
45
40
  mass: number;
46
41
  stiffness: number;
@@ -948,8 +943,8 @@ export declare const config: {
948
943
  normal: string;
949
944
  };
950
945
  };
951
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
952
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
946
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
947
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
953
948
  mono: {
954
949
  weight: {
955
950
  1: string;
@@ -973,7 +968,7 @@ export declare const config: {
973
968
  16: number;
974
969
  };
975
970
  };
976
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
971
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
977
972
  };
978
973
  selectionStyles: (theme: Record<string, string>) => {
979
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"}
@@ -3270,8 +3270,8 @@ export declare const config: {
3270
3270
  normal: string;
3271
3271
  };
3272
3272
  };
3273
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3274
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3273
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3274
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3275
3275
  mono: {
3276
3276
  weight: {
3277
3277
  1: string;
@@ -3295,7 +3295,7 @@ export declare const config: {
3295
3295
  16: number;
3296
3296
  };
3297
3297
  };
3298
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
3298
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
3299
3299
  };
3300
3300
  selectionStyles: (theme: Record<string, string>) => {
3301
3301
  backgroundColor: string;
@@ -3304,8 +3304,8 @@ export declare const config: {
3304
3304
  normal: string;
3305
3305
  };
3306
3306
  };
3307
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3308
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3307
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3308
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3309
3309
  mono: {
3310
3310
  weight: {
3311
3311
  1: string;
@@ -3329,7 +3329,7 @@ export declare const config: {
3329
3329
  16: number;
3330
3330
  };
3331
3331
  };
3332
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
3332
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
3333
3333
  };
3334
3334
  selectionStyles: (theme: Record<string, string>) => {
3335
3335
  backgroundColor: string;
@@ -1,17 +1,17 @@
1
1
  export declare const config: {
2
2
  animations: import("@tamagui/web").AnimationDriver<{
3
3
  '100ms': {
4
- type: "timing";
4
+ type: string;
5
5
  duration: number;
6
6
  };
7
7
  bouncy: {
8
- type: "spring";
8
+ type: string;
9
9
  damping: number;
10
10
  mass: number;
11
11
  stiffness: number;
12
12
  };
13
13
  lazy: {
14
- type: "spring";
14
+ type: string;
15
15
  damping: number;
16
16
  stiffness: number;
17
17
  };
@@ -21,23 +21,18 @@ export declare const config: {
21
21
  mass: number;
22
22
  };
23
23
  slow: {
24
- type: "spring";
24
+ type: string;
25
25
  damping: number;
26
26
  stiffness: number;
27
27
  };
28
28
  quick: {
29
- type: "spring";
29
+ type: string;
30
30
  damping: number;
31
31
  mass: number;
32
32
  stiffness: number;
33
33
  };
34
34
  tooltip: {
35
- type: "spring";
36
- damping: number;
37
- mass: number;
38
- stiffness: number;
39
- };
40
- select: {
35
+ type: string;
41
36
  damping: number;
42
37
  mass: number;
43
38
  stiffness: number;
@@ -3314,8 +3309,8 @@ export declare const config: {
3314
3309
  normal: string;
3315
3310
  };
3316
3311
  };
3317
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3318
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3312
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3313
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3319
3314
  mono: {
3320
3315
  weight: {
3321
3316
  1: string;
@@ -3339,7 +3334,7 @@ export declare const config: {
3339
3334
  16: number;
3340
3335
  };
3341
3336
  };
3342
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
3337
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
3343
3338
  };
3344
3339
  selectionStyles: (theme: Record<string, string>) => {
3345
3340
  backgroundColor: string;
@@ -1 +1 @@
1
- {"version":3,"file":"v2-reanimated.d.ts","sourceRoot":"","sources":["../src/v2-reanimated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGW,CAAA"}
1
+ {"version":3,"file":"v2-reanimated.d.ts","sourceRoot":"","sources":["../src/v2-reanimated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGW,CAAA"}
package/types/v2.d.ts CHANGED
@@ -3279,8 +3279,8 @@ export declare const config: {
3279
3279
  normal: string;
3280
3280
  };
3281
3281
  };
3282
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3283
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3282
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3283
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3284
3284
  mono: {
3285
3285
  weight: {
3286
3286
  1: string;
@@ -3304,7 +3304,7 @@ export declare const config: {
3304
3304
  16: number;
3305
3305
  };
3306
3306
  };
3307
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
3307
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
3308
3308
  };
3309
3309
  selectionStyles: (theme: Record<string, string>) => {
3310
3310
  backgroundColor: string;
@@ -3304,8 +3304,8 @@ export declare const config: {
3304
3304
  normal: string;
3305
3305
  };
3306
3306
  };
3307
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3308
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3307
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3308
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
3309
3309
  mono: {
3310
3310
  weight: {
3311
3311
  1: string;
@@ -3329,7 +3329,7 @@ export declare const config: {
3329
3329
  16: number;
3330
3330
  };
3331
3331
  };
3332
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
3332
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
3333
3333
  };
3334
3334
  selectionStyles: (theme: Record<string, string>) => {
3335
3335
  backgroundColor: string;
package/types/v3.d.ts CHANGED
@@ -21,7 +21,6 @@ export declare const config: {
21
21
  quicker: string;
22
22
  quickest: string;
23
23
  tooltip: string;
24
- select: string;
25
24
  }>;
26
25
  themes: import("@tamagui/themes/v3-themes").ThemesOut;
27
26
  media: {
@@ -859,8 +858,8 @@ export declare const config: {
859
858
  normal: string;
860
859
  };
861
860
  };
862
- }, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
863
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
861
+ }, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
862
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
864
863
  mono: {
865
864
  weight: {
866
865
  1: string;
@@ -884,7 +883,7 @@ export declare const config: {
884
883
  16: number;
885
884
  };
886
885
  };
887
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13>;
886
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13>;
888
887
  };
889
888
  selectionStyles: (theme: any) => {
890
889
  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,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcW,CAAA"}
1
+ {"version":3,"file":"v3.d.ts","sourceRoot":"","sources":["../src/v3.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcW,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, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
28
- heading: FillInFont<GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
27
+ body: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
28
+ heading: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
29
29
  };
30
30
  export {};
31
31
  //# sourceMappingURL=v4-fonts.d.ts.map
package/types/v4.d.ts CHANGED
@@ -25,7 +25,6 @@ export declare const settings: {
25
25
  allowedStyleValues: "somewhat-strict-web";
26
26
  addThemeClassName: "html";
27
27
  onlyAllowShorthands: true;
28
- maxDarkLightNesting: number;
29
28
  styleCompat: "legacy";
30
29
  defaultPosition: "relative";
31
30
  };
@@ -43,7 +42,6 @@ export declare const defaultConfig: {
43
42
  quicker: string;
44
43
  quickest: string;
45
44
  tooltip: string;
46
- select: string;
47
45
  }>;
48
46
  media: {
49
47
  readonly maxXs: {
@@ -373,8 +371,8 @@ export declare const defaultConfig: {
373
371
  };
374
372
  };
375
373
  fonts: {
376
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
377
- heading: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
374
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
375
+ heading: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
378
376
  };
379
377
  selectionStyles: (theme: any) => {
380
378
  backgroundColor: any;
@@ -396,7 +394,6 @@ export declare const defaultConfig: {
396
394
  allowedStyleValues: "somewhat-strict-web";
397
395
  addThemeClassName: "html";
398
396
  onlyAllowShorthands: true;
399
- maxDarkLightNesting: number;
400
397
  styleCompat: "legacy";
401
398
  defaultPosition: "relative";
402
399
  };
package/types/v4.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"v4.d.ts","sourceRoot":"","sources":["../src/v4.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC1D,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,oBAAoB,CAAA;AAI5D,eAAO,MAAM,eAAe,GAAI,UAAK;;;QAM3B,CAAA;AAEV,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAWqB,CAAA;AAE1C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASI,CAAA"}
1
+ {"version":3,"file":"v4.d.ts","sourceRoot":"","sources":["../src/v4.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC1D,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,oBAAoB,CAAA;AAI5D,eAAO,MAAM,eAAe,GAAI,UAAK;;;QAM3B,CAAA;AAEV,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;CAUqB,CAAA;AAE1C,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASI,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, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
28
- heading: FillInFont<GenericFont, 2 | 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
27
+ body: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
28
+ heading: FillInFont<GenericFont, 9 | 15 | 1 | 10 | 5 | 14 | 11 | 12 | 16 | 2 | 3 | 4 | 6 | 7 | 8 | 13 | "true">;
29
29
  };
30
30
  export {};
31
31
  //# sourceMappingURL=v5-fonts.d.ts.map