@tamagui/config-base 1.0.1-beta.110 → 1.0.1-beta.113
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.
|
|
3
|
+
"version": "1.0.1-beta.113",
|
|
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.
|
|
21
|
-
"@tamagui/colors": "^1.0.1-beta.
|
|
22
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
23
|
-
"@tamagui/font-inter": "^1.0.1-beta.
|
|
24
|
-
"@tamagui/font-silkscreen": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/shorthands": "^1.0.1-beta.
|
|
26
|
-
"@tamagui/theme-base": "^1.0.1-beta.
|
|
20
|
+
"@tamagui/animations-react-native": "^1.0.1-beta.113",
|
|
21
|
+
"@tamagui/colors": "^1.0.1-beta.113",
|
|
22
|
+
"@tamagui/core": "^1.0.1-beta.113",
|
|
23
|
+
"@tamagui/font-inter": "^1.0.1-beta.113",
|
|
24
|
+
"@tamagui/font-silkscreen": "^1.0.1-beta.113",
|
|
25
|
+
"@tamagui/shorthands": "^1.0.1-beta.113",
|
|
26
|
+
"@tamagui/theme-base": "^1.0.1-beta.113"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
29
|
+
"@tamagui/build": "^1.0.1-beta.113"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
@@ -96,7 +96,7 @@ export declare const config: {
|
|
|
96
96
|
readonly blw: "borderLeftWidth";
|
|
97
97
|
readonly boc: "borderColor";
|
|
98
98
|
readonly boxs: "boxSizing";
|
|
99
|
-
readonly
|
|
99
|
+
readonly boxsh: "boxShadow";
|
|
100
100
|
readonly br: "borderRadius";
|
|
101
101
|
readonly brc: "borderRightColor";
|
|
102
102
|
readonly brs: "borderRightStyle";
|
|
@@ -109,7 +109,7 @@ export declare const config: {
|
|
|
109
109
|
readonly bw: "borderWidth";
|
|
110
110
|
readonly col: "color";
|
|
111
111
|
readonly cur: "cursor";
|
|
112
|
-
readonly
|
|
112
|
+
readonly dsp: "display";
|
|
113
113
|
readonly f: "flex";
|
|
114
114
|
readonly fb: "flexBasis";
|
|
115
115
|
readonly fd: "flexDirection";
|
|
@@ -123,7 +123,7 @@ export declare const config: {
|
|
|
123
123
|
readonly h: "height";
|
|
124
124
|
readonly jc: "justifyContent";
|
|
125
125
|
readonly l: "left";
|
|
126
|
-
readonly
|
|
126
|
+
readonly ls: "letterSpacing";
|
|
127
127
|
readonly lh: "lineHeight";
|
|
128
128
|
readonly m: "margin";
|
|
129
129
|
readonly mah: "maxHeight";
|
|
@@ -14201,10 +14201,10 @@ export declare const config: {
|
|
|
14201
14201
|
};
|
|
14202
14202
|
};
|
|
14203
14203
|
fonts: {
|
|
14204
|
-
heading: import("@tamagui/core").GenericFont<
|
|
14205
|
-
body: import("@tamagui/core").GenericFont<
|
|
14206
|
-
mono: import("@tamagui/core").GenericFont<
|
|
14207
|
-
silkscreen: import("@tamagui/core").GenericFont<
|
|
14204
|
+
heading: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
|
|
14205
|
+
body: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
|
|
14206
|
+
mono: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
|
|
14207
|
+
silkscreen: import("@tamagui/core").GenericFont<11 | 12 | 13 | 14 | 15 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
|
|
14208
14208
|
};
|
|
14209
14209
|
};
|
|
14210
14210
|
//# sourceMappingURL=tamagui.config.d.ts.map
|