@tamagui/config-base 1.0.1-beta.130 → 1.0.1-beta.133

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.130",
3
+ "version": "1.0.1-beta.133",
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.130",
21
- "@tamagui/colors": "^1.0.1-beta.130",
22
- "@tamagui/core": "^1.0.1-beta.130",
23
- "@tamagui/font-inter": "^1.0.1-beta.130",
24
- "@tamagui/font-silkscreen": "^1.0.1-beta.130",
25
- "@tamagui/shorthands": "^1.0.1-beta.130",
26
- "@tamagui/theme-base": "^1.0.1-beta.130"
20
+ "@tamagui/animations-react-native": "^1.0.1-beta.133",
21
+ "@tamagui/colors": "^1.0.1-beta.133",
22
+ "@tamagui/core": "^1.0.1-beta.133",
23
+ "@tamagui/font-inter": "^1.0.1-beta.133",
24
+ "@tamagui/font-silkscreen": "^1.0.1-beta.133",
25
+ "@tamagui/shorthands": "^1.0.1-beta.133",
26
+ "@tamagui/theme-base": "^1.0.1-beta.133"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "^1.0.1-beta.130"
29
+ "@tamagui/build": "^1.0.1-beta.133"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"
@@ -91,12 +91,12 @@ export declare const config: {
91
91
  readonly ai: "alignItems";
92
92
  readonly als: "alignSelf";
93
93
  readonly b: "bottom";
94
+ readonly bc: "backgroundColor";
94
95
  readonly bbc: "borderBottomColor";
95
96
  readonly bblr: "borderBottomLeftRadius";
96
97
  readonly bbrr: "borderBottomRightRadius";
97
- readonly bbs: "borderBottomStyle";
98
98
  readonly bbw: "borderBottomWidth";
99
- readonly bc: "backgroundColor";
99
+ readonly bg: "backgroundColor";
100
100
  readonly blc: "borderLeftColor";
101
101
  readonly bls: "borderLeftStyle";
102
102
  readonly blw: "borderLeftWidth";
@@ -104,13 +104,12 @@ export declare const config: {
104
104
  readonly boxs: "boxSizing";
105
105
  readonly boxsh: "boxShadow";
106
106
  readonly br: "borderRadius";
107
- readonly brc: "borderRightColor";
108
- readonly brs: "borderRightStyle";
107
+ readonly bs: "borderStyle";
109
108
  readonly brw: "borderRightWidth";
109
+ readonly brc: "borderRightColor";
110
110
  readonly btc: "borderTopColor";
111
111
  readonly btlr: "borderTopLeftRadius";
112
112
  readonly btrr: "borderTopRightRadius";
113
- readonly bts: "borderTopStyle";
114
113
  readonly btw: "borderTopWidth";
115
114
  readonly bw: "borderWidth";
116
115
  readonly col: "color";
@@ -120,7 +119,7 @@ export declare const config: {
120
119
  readonly fb: "flexBasis";
121
120
  readonly fd: "flexDirection";
122
121
  readonly fg: "flexGrow";
123
- readonly fofam: "fontFamily";
122
+ readonly ff: "fontFamily";
124
123
  readonly fos: "fontSize";
125
124
  readonly fost: "fontStyle";
126
125
  readonly fow: "fontWeight";