@tamagui/config-base 1.0.1-beta.134 → 1.0.1-beta.135
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.135",
|
|
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.135",
|
|
21
|
+
"@tamagui/colors": "^1.0.1-beta.135",
|
|
22
|
+
"@tamagui/core": "^1.0.1-beta.135",
|
|
23
|
+
"@tamagui/font-inter": "^1.0.1-beta.135",
|
|
24
|
+
"@tamagui/font-silkscreen": "^1.0.1-beta.135",
|
|
25
|
+
"@tamagui/shorthands": "^1.0.1-beta.135",
|
|
26
|
+
"@tamagui/theme-base": "^1.0.1-beta.135"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
29
|
+
"@tamagui/build": "^1.0.1-beta.135"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
package/types/animations.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/types/index.d.ts
CHANGED
|
File without changes
|
package/types/media.d.ts
CHANGED
|
File without changes
|
|
@@ -14207,10 +14207,10 @@ export declare const config: {
|
|
|
14207
14207
|
};
|
|
14208
14208
|
};
|
|
14209
14209
|
fonts: {
|
|
14210
|
-
heading: import("@tamagui/core").GenericFont<
|
|
14211
|
-
body: import("@tamagui/core").GenericFont<
|
|
14212
|
-
mono: import("@tamagui/core").GenericFont<
|
|
14213
|
-
silkscreen: import("@tamagui/core").GenericFont<
|
|
14210
|
+
heading: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
|
|
14211
|
+
body: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
|
|
14212
|
+
mono: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
|
|
14213
|
+
silkscreen: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
|
|
14214
14214
|
};
|
|
14215
14215
|
};
|
|
14216
14216
|
//# sourceMappingURL=tamagui.config.d.ts.map
|