@tamagui/config-base 1.0.1-beta.189 → 1.0.1-beta.191

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.189",
3
+ "version": "1.0.1-beta.191",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -26,15 +26,15 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@tamagui/colors": "^1.0.1-beta.189",
30
- "@tamagui/core": "^1.0.1-beta.189",
31
- "@tamagui/font-inter": "^1.0.1-beta.189",
32
- "@tamagui/font-silkscreen": "^1.0.1-beta.189",
33
- "@tamagui/shorthands": "^1.0.1-beta.189",
34
- "@tamagui/theme-base": "^1.0.1-beta.189"
29
+ "@tamagui/colors": "^1.0.1-beta.191",
30
+ "@tamagui/core": "^1.0.1-beta.191",
31
+ "@tamagui/font-inter": "^1.0.1-beta.191",
32
+ "@tamagui/font-silkscreen": "^1.0.1-beta.191",
33
+ "@tamagui/shorthands": "^1.0.1-beta.191",
34
+ "@tamagui/theme-base": "^1.0.1-beta.191"
35
35
  },
36
36
  "devDependencies": {
37
- "@tamagui/build": "^1.0.1-beta.189"
37
+ "@tamagui/build": "^1.0.1-beta.191"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
@@ -88,22 +88,32 @@ export declare const config: {
88
88
  };
89
89
  };
90
90
  shorthands: {
91
+ readonly ussel: "userSelect";
92
+ readonly cur: "cursor";
93
+ readonly pe: "pointerEvents";
94
+ readonly col: "color";
95
+ readonly ff: "fontFamily";
96
+ readonly fos: "fontSize";
97
+ readonly fost: "fontStyle";
98
+ readonly fow: "fontWeight";
99
+ readonly ls: "letterSpacing";
100
+ readonly lh: "lineHeight";
101
+ readonly ta: "textAlign";
102
+ readonly tt: "textTransform";
103
+ readonly ww: "wordWrap";
91
104
  readonly ac: "alignContent";
92
105
  readonly ai: "alignItems";
93
106
  readonly als: "alignSelf";
94
107
  readonly b: "bottom";
95
108
  readonly bc: "backgroundColor";
109
+ readonly bg: "backgroundColor";
96
110
  readonly bbc: "borderBottomColor";
97
111
  readonly bblr: "borderBottomLeftRadius";
98
112
  readonly bbrr: "borderBottomRightRadius";
99
113
  readonly bbw: "borderBottomWidth";
100
- readonly bg: "backgroundColor";
101
114
  readonly blc: "borderLeftColor";
102
- readonly bls: "borderLeftStyle";
103
115
  readonly blw: "borderLeftWidth";
104
116
  readonly boc: "borderColor";
105
- readonly boxs: "boxSizing";
106
- readonly boxsh: "boxShadow";
107
117
  readonly br: "borderRadius";
108
118
  readonly bs: "borderStyle";
109
119
  readonly brw: "borderRightWidth";
@@ -113,24 +123,16 @@ export declare const config: {
113
123
  readonly btrr: "borderTopRightRadius";
114
124
  readonly btw: "borderTopWidth";
115
125
  readonly bw: "borderWidth";
116
- readonly col: "color";
117
- readonly cur: "cursor";
118
126
  readonly dsp: "display";
119
127
  readonly f: "flex";
120
128
  readonly fb: "flexBasis";
121
129
  readonly fd: "flexDirection";
122
130
  readonly fg: "flexGrow";
123
- readonly ff: "fontFamily";
124
- readonly fos: "fontSize";
125
- readonly fost: "fontStyle";
126
- readonly fow: "fontWeight";
127
131
  readonly fs: "flexShrink";
128
132
  readonly fw: "flexWrap";
129
133
  readonly h: "height";
130
134
  readonly jc: "justifyContent";
131
135
  readonly l: "left";
132
- readonly ls: "letterSpacing";
133
- readonly lh: "lineHeight";
134
136
  readonly m: "margin";
135
137
  readonly mah: "maxHeight";
136
138
  readonly maw: "maxWidth";
@@ -144,11 +146,8 @@ export declare const config: {
144
146
  readonly my: "marginVertical";
145
147
  readonly o: "opacity";
146
148
  readonly ov: "overflow";
147
- readonly ovx: "overflowX";
148
- readonly ovy: "overflowY";
149
149
  readonly p: "padding";
150
150
  readonly pb: "paddingBottom";
151
- readonly pe: "pointerEvents";
152
151
  readonly pl: "paddingLeft";
153
152
  readonly pos: "position";
154
153
  readonly pr: "paddingRight";
@@ -161,11 +160,7 @@ export declare const config: {
161
160
  readonly shof: "shadowOffset";
162
161
  readonly shop: "shadowOpacity";
163
162
  readonly t: "top";
164
- readonly ta: "textAlign";
165
- readonly tt: "textTransform";
166
- readonly ussel: "userSelect";
167
163
  readonly w: "width";
168
- readonly ww: "wordWrap";
169
164
  readonly zi: "zIndex";
170
165
  };
171
166
  themes: {