@tamagui/config-default 1.79.17 → 1.79.19
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 +4 -4
- package/types/index.d.ts +2 -18
- package/types/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/config-default",
|
|
3
|
-
"version": "1.79.
|
|
3
|
+
"version": "1.79.19",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@tamagui/core": "1.79.
|
|
19
|
-
"@tamagui/shorthands": "1.79.
|
|
18
|
+
"@tamagui/core": "1.79.19",
|
|
19
|
+
"@tamagui/shorthands": "1.79.19"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@tamagui/build": "1.79.
|
|
22
|
+
"@tamagui/build": "1.79.19"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|
package/types/index.d.ts
CHANGED
|
@@ -311,11 +311,7 @@ export declare function getDefaultTamaguiConfig(): import("@tamagui/core").Tamag
|
|
|
311
311
|
pointerCoarse: {
|
|
312
312
|
pointer: string;
|
|
313
313
|
};
|
|
314
|
-
}, {
|
|
315
|
-
[key: string]: string | any[] | {
|
|
316
|
-
[key: string]: any;
|
|
317
|
-
};
|
|
318
|
-
}, {
|
|
314
|
+
}, {}, {
|
|
319
315
|
heading: {
|
|
320
316
|
family: string;
|
|
321
317
|
size: {
|
|
@@ -354,17 +350,5 @@ export declare function getDefaultTamaguiConfig(): import("@tamagui/core").Tamag
|
|
|
354
350
|
1: number;
|
|
355
351
|
};
|
|
356
352
|
};
|
|
357
|
-
}, boolean | undefined, string | undefined, {
|
|
358
|
-
allowedStyleValues?: ((boolean | "strict" | "somewhat-strict" | "strict-web" | "somewhat-strict-web") | {
|
|
359
|
-
space?: ("number" | (boolean | "strict" | "somewhat-strict" | "strict-web" | "somewhat-strict-web") | "percent") | undefined;
|
|
360
|
-
size?: ("number" | (boolean | "strict" | "somewhat-strict" | "strict-web" | "somewhat-strict-web") | "percent") | undefined;
|
|
361
|
-
radius?: ("number" | (boolean | "strict" | "somewhat-strict" | "strict-web" | "somewhat-strict-web")) | undefined;
|
|
362
|
-
zIndex?: ("number" | (boolean | "strict" | "somewhat-strict" | "strict-web" | "somewhat-strict-web")) | undefined;
|
|
363
|
-
color?: ((boolean | "strict" | "somewhat-strict" | "strict-web" | "somewhat-strict-web") | "named") | undefined;
|
|
364
|
-
}) | undefined;
|
|
365
|
-
autocompleteSpecificTokens?: (boolean | "except-special") | undefined;
|
|
366
|
-
mediaPropOrder?: boolean | undefined;
|
|
367
|
-
fastSchemeChange?: boolean | undefined;
|
|
368
|
-
webContainerType?: "size" | "unset" | "normal" | "inline-size" | "inherit" | "initial" | "revert" | "revert-layer" | undefined;
|
|
369
|
-
}>;
|
|
353
|
+
}, boolean | undefined, string | undefined, {}>;
|
|
370
354
|
//# sourceMappingURL=index.d.ts.map
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,wBAAgB,uBAAuB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,wBAAgB,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA2NtC"}
|