@tamagui/stacks 1.14.2 → 1.14.4
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.14.
|
|
3
|
+
"version": "1.14.4",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@tamagui/core": "1.14.
|
|
32
|
+
"@tamagui/core": "1.14.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "*"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@tamagui/build": "1.14.
|
|
39
|
-
"@tamagui/get-button-sized": "1.14.
|
|
38
|
+
"@tamagui/build": "1.14.4",
|
|
39
|
+
"@tamagui/get-button-sized": "1.14.4",
|
|
40
40
|
"react": "^18.2.0"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
package/types/SizableStack.d.ts
CHANGED
|
@@ -47,6 +47,8 @@ export declare const SizableStack: import("@tamagui/core").TamaguiComponent<Omit
|
|
|
47
47
|
readonly elevate?: boolean | undefined;
|
|
48
48
|
readonly bordered?: number | boolean | undefined;
|
|
49
49
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
50
|
+
}, {
|
|
51
|
+
displayName: string | undefined;
|
|
50
52
|
}>;
|
|
51
53
|
export type SizableStackProps = GetProps<typeof SizableStack>;
|
|
52
54
|
//# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BvB,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAA"}
|
package/types/Stacks.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ export declare const YStack: import("@tamagui/core").TamaguiComponent<Omit<impor
|
|
|
21
21
|
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes.js").RNViewProps, {
|
|
22
22
|
readonly fullscreen?: boolean | undefined;
|
|
23
23
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
24
|
+
}, {
|
|
25
|
+
displayName: string | undefined;
|
|
24
26
|
}>;
|
|
25
27
|
export declare const XStack: import("@tamagui/core").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes.js").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
26
28
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -34,6 +36,8 @@ export declare const XStack: import("@tamagui/core").TamaguiComponent<Omit<impor
|
|
|
34
36
|
}>>, import("@tamagui/core").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes.js").RNViewProps, {
|
|
35
37
|
readonly fullscreen?: boolean | undefined;
|
|
36
38
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
displayName: string | undefined;
|
|
37
41
|
}>;
|
|
38
42
|
export declare const ZStack: import("@tamagui/core").TamaguiComponent<(Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase> & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes.js").RNViewProps & Omit<{}, "elevation" | "fullscreen"> & {
|
|
39
43
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -67,5 +71,7 @@ export declare const ZStack: import("@tamagui/core").TamaguiComponent<(Omit<impo
|
|
|
67
71
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
68
72
|
} & {
|
|
69
73
|
[x: string]: undefined;
|
|
70
|
-
})
|
|
74
|
+
}), {
|
|
75
|
+
displayName: string | undefined;
|
|
76
|
+
}>;
|
|
71
77
|
//# 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,EAAiB,MAAM,eAAe,CAAA;AAIvD,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AACjD,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AACrC,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AAErC,eAAO,MAAM,eAAe;;;;;;CAMlB,CAAA;AAWV,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Stacks.d.ts","sourceRoot":"","sources":["../src/Stacks.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAiB,MAAM,eAAe,CAAA;AAIvD,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAA;AACjD,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AACrC,MAAM,MAAM,WAAW,GAAG,WAAW,CAAA;AAErC,eAAO,MAAM,eAAe;;;;;;CAMlB,CAAA;AAWV,eAAO,MAAM,MAAM;;;;;;;;;;;;;;EAIjB,CAAA;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;EAIjB,CAAA;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUlB,CAAA"}
|
|
@@ -59,6 +59,8 @@ export declare const ThemeableStack: import("@tamagui/core").TamaguiComponent<Om
|
|
|
59
59
|
readonly bordered?: number | boolean | undefined;
|
|
60
60
|
readonly transparent?: boolean | undefined;
|
|
61
61
|
readonly chromeless?: boolean | "all" | undefined;
|
|
62
|
+
}, {
|
|
63
|
+
displayName: string | undefined;
|
|
62
64
|
}>;
|
|
63
65
|
export type ThemeableStackProps = GetProps<typeof ThemeableStack>;
|
|
64
66
|
//# 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;AAoBhD,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;AAoBhD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmCzB,CAAA;AAEF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAA"}
|