@tamagui/config-base 1.0.1-beta.129 → 1.0.1-beta.132

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config-base",
3
- "version": "1.0.1-beta.129",
3
+ "version": "1.0.1-beta.132",
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-react-native": "^1.0.1-beta.129",
21
- "@tamagui/colors": "^1.0.1-beta.129",
22
- "@tamagui/core": "^1.0.1-beta.129",
23
- "@tamagui/font-inter": "^1.0.1-beta.129",
24
- "@tamagui/font-silkscreen": "^1.0.1-beta.129",
25
- "@tamagui/shorthands": "^1.0.1-beta.129",
26
- "@tamagui/theme-base": "^1.0.1-beta.129"
20
+ "@tamagui/animations-react-native": "^1.0.1-beta.132",
21
+ "@tamagui/colors": "^1.0.1-beta.132",
22
+ "@tamagui/core": "^1.0.1-beta.132",
23
+ "@tamagui/font-inter": "^1.0.1-beta.132",
24
+ "@tamagui/font-silkscreen": "^1.0.1-beta.132",
25
+ "@tamagui/shorthands": "^1.0.1-beta.132",
26
+ "@tamagui/theme-base": "^1.0.1-beta.132"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "^1.0.1-beta.129"
29
+ "@tamagui/build": "^1.0.1-beta.132"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
@@ -120,7 +120,7 @@ export declare const config: {
120
120
  readonly fb: "flexBasis";
121
121
  readonly fd: "flexDirection";
122
122
  readonly fg: "flexGrow";
123
- readonly fofam: "fontFamily";
123
+ readonly ff: "fontFamily";
124
124
  readonly fos: "fontSize";
125
125
  readonly fost: "fontStyle";
126
126
  readonly fow: "fontWeight";