@tamagui/config-base 1.0.1-beta.95 → 1.0.1-beta.98

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 (40) hide show
  1. package/dist/cjs/animations.js +0 -0
  2. package/dist/cjs/animations.js.map +0 -0
  3. package/dist/cjs/createGenericFont.js +0 -0
  4. package/dist/cjs/createGenericFont.js.map +0 -0
  5. package/dist/cjs/index.js +0 -0
  6. package/dist/cjs/index.js.map +0 -0
  7. package/dist/cjs/media.js +0 -0
  8. package/dist/cjs/media.js.map +0 -0
  9. package/dist/cjs/tamagui.config.js +0 -0
  10. package/dist/cjs/tamagui.config.js.map +0 -0
  11. package/dist/esm/animations.js +0 -0
  12. package/dist/esm/animations.js.map +0 -0
  13. package/dist/esm/createGenericFont.js +0 -0
  14. package/dist/esm/createGenericFont.js.map +0 -0
  15. package/dist/esm/index.js +0 -0
  16. package/dist/esm/index.js.map +0 -0
  17. package/dist/esm/media.js +0 -0
  18. package/dist/esm/media.js.map +0 -0
  19. package/dist/esm/tamagui.config.js +0 -0
  20. package/dist/esm/tamagui.config.js.map +0 -0
  21. package/dist/jsx/animations.js +0 -0
  22. package/dist/jsx/animations.js.map +0 -0
  23. package/dist/jsx/createGenericFont.js +0 -0
  24. package/dist/jsx/createGenericFont.js.map +0 -0
  25. package/dist/jsx/index.js +0 -0
  26. package/dist/jsx/index.js.map +0 -0
  27. package/dist/jsx/media.js +0 -0
  28. package/dist/jsx/media.js.map +0 -0
  29. package/dist/jsx/tamagui.config.js +0 -0
  30. package/dist/jsx/tamagui.config.js.map +0 -0
  31. package/package.json +9 -9
  32. package/types/animations.d.ts +0 -0
  33. package/types/animations.d.ts.map +0 -0
  34. package/types/createGenericFont.d.ts +0 -0
  35. package/types/createGenericFont.d.ts.map +0 -0
  36. package/types/index.d.ts +0 -0
  37. package/types/index.d.ts.map +0 -0
  38. package/types/media.d.ts +0 -0
  39. package/types/tamagui.config.d.ts +4 -4
  40. package/types/tamagui.config.d.ts.map +0 -0
File without changes
File without changes
File without changes
File without changes
package/dist/cjs/index.js CHANGED
File without changes
File without changes
package/dist/cjs/media.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/esm/index.js CHANGED
File without changes
File without changes
package/dist/esm/media.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/jsx/index.js CHANGED
File without changes
File without changes
package/dist/jsx/media.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-base",
3
- "version": "1.0.1-beta.95",
3
+ "version": "1.0.1-beta.98",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -17,16 +17,16 @@
17
17
  "clean:build": "tamagui-build clean:build"
18
18
  },
19
19
  "dependencies": {
20
- "@tamagui/animations-reanimated": "^1.0.1-beta.95",
21
- "@tamagui/colors": "^1.0.1-beta.95",
22
- "@tamagui/core": "^1.0.1-beta.95",
23
- "@tamagui/font-inter": "^1.0.1-beta.95",
24
- "@tamagui/font-silkscreen": "^1.0.1-beta.95",
25
- "@tamagui/shorthands": "^1.0.1-beta.95",
26
- "@tamagui/theme-base": "^1.0.1-beta.95"
20
+ "@tamagui/animations-reanimated": "^1.0.1-beta.98",
21
+ "@tamagui/colors": "^1.0.1-beta.98",
22
+ "@tamagui/core": "^1.0.1-beta.98",
23
+ "@tamagui/font-inter": "^1.0.1-beta.98",
24
+ "@tamagui/font-silkscreen": "^1.0.1-beta.98",
25
+ "@tamagui/shorthands": "^1.0.1-beta.98",
26
+ "@tamagui/theme-base": "^1.0.1-beta.98"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "^1.0.1-beta.95"
29
+ "@tamagui/build": "^1.0.1-beta.98"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
File without changes
File without changes
File without changes
File without changes
package/types/index.d.ts CHANGED
File without changes
File without changes
package/types/media.d.ts CHANGED
File without changes
@@ -14206,10 +14206,10 @@ export declare const config: {
14206
14206
  };
14207
14207
  };
14208
14208
  fonts: {
14209
- heading: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14210
- body: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14211
- mono: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14212
- silkscreen: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
14209
+ heading: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14210
+ body: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14211
+ mono: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14212
+ silkscreen: import("@tamagui/core").GenericFont<10 | 11 | 12 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13>;
14213
14213
  };
14214
14214
  };
14215
14215
  //# sourceMappingURL=tamagui.config.d.ts.map
File without changes