@tamagui/stacks 1.88.10 → 1.88.12
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/stacks",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.12",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@tamagui/core": "1.88.
|
|
35
|
+
"@tamagui/core": "1.88.12"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": "*"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@tamagui/build": "1.88.
|
|
42
|
-
"@tamagui/get-button-sized": "1.88.
|
|
41
|
+
"@tamagui/build": "1.88.12",
|
|
42
|
+
"@tamagui/get-button-sized": "1.88.12",
|
|
43
43
|
"react": "^18.2.0"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
package/types/SizableStack.d.ts
CHANGED
|
@@ -10,6 +10,6 @@ export declare const SizableStack: import("@tamagui/core").TamaguiComponent<impo
|
|
|
10
10
|
elevate?: boolean | undefined;
|
|
11
11
|
bordered?: number | boolean | undefined;
|
|
12
12
|
unstyled?: boolean | undefined;
|
|
13
|
-
},
|
|
13
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
14
14
|
export type SizableStackProps = GetProps<typeof SizableStack>;
|
|
15
15
|
//# sourceMappingURL=SizableStack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SizableStack.d.ts","sourceRoot":"","sources":["../src/SizableStack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAA;AAahD,eAAO,MAAM,YAAY;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"SizableStack.d.ts","sourceRoot":"","sources":["../src/SizableStack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAA;AAahD,eAAO,MAAM,YAAY;;;;;;;;;;;8CA2BvB,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
package/types/Stacks.d.ts
CHANGED
|
@@ -12,13 +12,16 @@ export declare const fullscreenStyle: {
|
|
|
12
12
|
export declare const YStack: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
13
13
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
14
14
|
fullscreen?: boolean | undefined;
|
|
15
|
-
},
|
|
15
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
16
16
|
export declare const XStack: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
17
17
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
18
18
|
fullscreen?: boolean | undefined;
|
|
19
|
-
},
|
|
19
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
20
20
|
export declare const ZStack: import("@tamagui/core").TamaguiComponent<import("@tamagui/core").TamaDefer, import("@tamagui/core").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
21
21
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
22
22
|
fullscreen?: boolean | undefined;
|
|
23
|
-
}, {
|
|
23
|
+
}, import("@tamagui/core").StaticConfigPublic & {
|
|
24
|
+
neverFlatten: true;
|
|
25
|
+
isZStack: true;
|
|
26
|
+
}>;
|
|
24
27
|
//# sourceMappingURL=Stacks.d.ts.map
|
package/types/Stacks.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stacks.d.ts","sourceRoot":"","sources":["../src/Stacks.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAgB,MAAM,eAAe,CAAA;AAItD,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AAEjD,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AACrC,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AAErC,eAAO,MAAM,eAAe;;;;;;CAMlB,CAAA;AAYV,eAAO,MAAM,MAAM;;;
|
|
1
|
+
{"version":3,"file":"Stacks.d.ts","sourceRoot":"","sources":["../src/Stacks.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAgB,MAAM,eAAe,CAAA;AAItD,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AAEjD,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AACrC,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AAErC,eAAO,MAAM,eAAe;;;;;;CAMlB,CAAA;AAYV,eAAO,MAAM,MAAM;;;8CAGjB,CAAA;AAIF,eAAO,MAAM,MAAM;;;8CAGjB,CAAA;AAIF,eAAO,MAAM,MAAM;;;;;;EASlB,CAAA"}
|
|
@@ -126,6 +126,6 @@ export declare const ThemeableStack: import("@tamagui/core").TamaguiComponent<im
|
|
|
126
126
|
radiused?: boolean | undefined;
|
|
127
127
|
padded?: boolean | undefined;
|
|
128
128
|
chromeless?: boolean | "all" | undefined;
|
|
129
|
-
},
|
|
129
|
+
}, import("@tamagui/core").StaticConfigPublic>;
|
|
130
130
|
export type ThemeableStackProps = GetProps<typeof ThemeableStack>;
|
|
131
131
|
//# sourceMappingURL=ThemeableStack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeableStack.d.ts","sourceRoot":"","sources":["../src/ThemeableStack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAA;AAyBhD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BpB,CAAA;AAEV,eAAO,MAAM,cAAc;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ThemeableStack.d.ts","sourceRoot":"","sources":["../src/ThemeableStack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,eAAe,CAAA;AAyBhD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BpB,CAAA;AAEV,eAAO,MAAM,cAAc;;;;;;;;;;;;;;8CAEzB,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAA"}
|