@tamagui/group 1.43.17 → 1.45.0
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 +6 -6
- package/types/Group.d.ts +4 -84
- package/types/Group.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/group",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"clean:build": "tamagui-build clean:build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tamagui/core": "1.
|
|
27
|
-
"@tamagui/create-context": "1.
|
|
28
|
-
"@tamagui/stacks": "1.
|
|
29
|
-
"@tamagui/use-controllable-state": "1.
|
|
26
|
+
"@tamagui/core": "1.45.0",
|
|
27
|
+
"@tamagui/create-context": "1.45.0",
|
|
28
|
+
"@tamagui/stacks": "1.45.0",
|
|
29
|
+
"@tamagui/use-controllable-state": "1.45.0",
|
|
30
30
|
"reforest": "^0.12.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": "*"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@tamagui/build": "1.
|
|
36
|
+
"@tamagui/build": "1.45.0",
|
|
37
37
|
"react": "^18.2.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
package/types/Group.d.ts
CHANGED
|
@@ -65,27 +65,7 @@ export declare const GroupFrame: import("@tamagui/core").TamaguiComponent<Omit<i
|
|
|
65
65
|
}, "size" | "unstyled"> & {
|
|
66
66
|
readonly unstyled?: boolean | undefined;
|
|
67
67
|
readonly size?: any;
|
|
68
|
-
}
|
|
69
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
70
|
-
} & 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").RNViewProps & Omit<{
|
|
71
|
-
readonly fullscreen?: boolean | undefined;
|
|
72
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
73
|
-
} & {
|
|
74
|
-
readonly backgrounded?: boolean | undefined;
|
|
75
|
-
readonly radiused?: boolean | undefined;
|
|
76
|
-
readonly hoverTheme?: boolean | undefined;
|
|
77
|
-
readonly pressTheme?: boolean | undefined;
|
|
78
|
-
readonly focusTheme?: boolean | undefined;
|
|
79
|
-
readonly circular?: boolean | undefined;
|
|
80
|
-
readonly padded?: boolean | undefined;
|
|
81
|
-
readonly elevate?: boolean | undefined;
|
|
82
|
-
readonly bordered?: number | boolean | undefined;
|
|
83
|
-
readonly transparent?: boolean | undefined;
|
|
84
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
85
|
-
}, "size" | "unstyled"> & {
|
|
86
|
-
readonly unstyled?: boolean | undefined;
|
|
87
|
-
readonly size?: any;
|
|
88
|
-
}>>>>, TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
68
|
+
}>>, TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
89
69
|
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
90
70
|
} & 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").RNViewProps, {
|
|
91
71
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -213,27 +193,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<import("react-n
|
|
|
213
193
|
}, "size" | "unstyled"> & {
|
|
214
194
|
readonly unstyled?: boolean | undefined;
|
|
215
195
|
readonly size?: any;
|
|
216
|
-
} &
|
|
217
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
218
|
-
} & 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").RNViewProps & Omit<{
|
|
219
|
-
readonly fullscreen?: boolean | undefined;
|
|
220
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
221
|
-
} & {
|
|
222
|
-
readonly backgrounded?: boolean | undefined;
|
|
223
|
-
readonly radiused?: boolean | undefined;
|
|
224
|
-
readonly hoverTheme?: boolean | undefined;
|
|
225
|
-
readonly pressTheme?: boolean | undefined;
|
|
226
|
-
readonly focusTheme?: boolean | undefined;
|
|
227
|
-
readonly circular?: boolean | undefined;
|
|
228
|
-
readonly padded?: boolean | undefined;
|
|
229
|
-
readonly elevate?: boolean | undefined;
|
|
230
|
-
readonly bordered?: number | boolean | undefined;
|
|
231
|
-
readonly transparent?: boolean | undefined;
|
|
232
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
233
|
-
}, "size" | "unstyled"> & {
|
|
234
|
-
readonly unstyled?: boolean | undefined;
|
|
235
|
-
readonly size?: any;
|
|
236
|
-
}>>>> & {
|
|
196
|
+
}>> & {
|
|
237
197
|
/**
|
|
238
198
|
* @deprecated use `orientation` instead
|
|
239
199
|
*/
|
|
@@ -317,27 +277,7 @@ export declare const YGroup: React.ForwardRefExoticComponent<Omit<import("react-
|
|
|
317
277
|
}, "size" | "unstyled"> & {
|
|
318
278
|
readonly unstyled?: boolean | undefined;
|
|
319
279
|
readonly size?: any;
|
|
320
|
-
} &
|
|
321
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
322
|
-
} & 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").RNViewProps & Omit<{
|
|
323
|
-
readonly fullscreen?: boolean | undefined;
|
|
324
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
325
|
-
} & {
|
|
326
|
-
readonly backgrounded?: boolean | undefined;
|
|
327
|
-
readonly radiused?: boolean | undefined;
|
|
328
|
-
readonly hoverTheme?: boolean | undefined;
|
|
329
|
-
readonly pressTheme?: boolean | undefined;
|
|
330
|
-
readonly focusTheme?: boolean | undefined;
|
|
331
|
-
readonly circular?: boolean | undefined;
|
|
332
|
-
readonly padded?: boolean | undefined;
|
|
333
|
-
readonly elevate?: boolean | undefined;
|
|
334
|
-
readonly bordered?: number | boolean | undefined;
|
|
335
|
-
readonly transparent?: boolean | undefined;
|
|
336
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
337
|
-
}, "size" | "unstyled"> & {
|
|
338
|
-
readonly unstyled?: boolean | undefined;
|
|
339
|
-
readonly size?: any;
|
|
340
|
-
}>>>> & {
|
|
280
|
+
}>> & {
|
|
341
281
|
/**
|
|
342
282
|
* @deprecated use `orientation` instead
|
|
343
283
|
*/
|
|
@@ -421,27 +361,7 @@ export declare const XGroup: React.ForwardRefExoticComponent<Omit<import("react-
|
|
|
421
361
|
}, "size" | "unstyled"> & {
|
|
422
362
|
readonly unstyled?: boolean | undefined;
|
|
423
363
|
readonly size?: any;
|
|
424
|
-
} &
|
|
425
|
-
style?: import("@tamagui/core").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
426
|
-
} & 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").RNViewProps & Omit<{
|
|
427
|
-
readonly fullscreen?: boolean | undefined;
|
|
428
|
-
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
429
|
-
} & {
|
|
430
|
-
readonly backgrounded?: boolean | undefined;
|
|
431
|
-
readonly radiused?: boolean | undefined;
|
|
432
|
-
readonly hoverTheme?: boolean | undefined;
|
|
433
|
-
readonly pressTheme?: boolean | undefined;
|
|
434
|
-
readonly focusTheme?: boolean | undefined;
|
|
435
|
-
readonly circular?: boolean | undefined;
|
|
436
|
-
readonly padded?: boolean | undefined;
|
|
437
|
-
readonly elevate?: boolean | undefined;
|
|
438
|
-
readonly bordered?: number | boolean | undefined;
|
|
439
|
-
readonly transparent?: boolean | undefined;
|
|
440
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
441
|
-
}, "size" | "unstyled"> & {
|
|
442
|
-
readonly unstyled?: boolean | undefined;
|
|
443
|
-
readonly size?: any;
|
|
444
|
-
}>>>> & {
|
|
364
|
+
}>> & {
|
|
445
365
|
/**
|
|
446
366
|
* @deprecated use `orientation` instead
|
|
447
367
|
*/
|
package/types/Group.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Group.d.ts","sourceRoot":"","sources":["../src/Group.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,cAAc,EAaf,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,KAAK,EAAsB,MAAM,yBAAyB,CAAA;AAGnE,OAAO,KAA+C,MAAM,OAAO,CAAA;AAInE,KAAK,uBAAuB,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,CAAA;AAa3E,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,YAAY,CAAC,EAAE,KAAK,CAAA;CAAE,CAAA;AAIlD,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"Group.d.ts","sourceRoot":"","sources":["../src/Group.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,cAAc,EAaf,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,KAAK,EAAsB,MAAM,yBAAyB,CAAA;AAGnE,OAAO,KAA+C,MAAM,OAAO,CAAA;AAInE,KAAK,uBAAuB,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,CAAA;AAa3E,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,YAAY,CAAC,EAAE,KAAK,CAAA;CAAE,CAAA;AAIlD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBrB,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,GAAG;IACrD;;OAEG;IACH,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IAChC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;IACvC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,uBAAuB,CAAC,EAAE,uBAAuB,CAAA;IACjD;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAA;AA2ID,eAAO,MAAM,YAAY,kBACR;IAAE,QAAQ,EAAE,OAAO,CAAA;CAAE,iBACrB,KAAK,wBAoCrB,CAAA;AAED,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAnMhB;;OAEG;;;;IAIH;;OAEG;;;;IAIH;;OAEG;;;mBA5CsC,KAAK;;kBAkKtB,YAAY;QAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;KAAE,CAAC;CA+D9B,CAAA;AACtC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApMjB;;OAEG;;;;IAIH;;OAEG;;;;IAIH;;OAEG;;;mBA5CsC,KAAK;;kBAkKtB,YAAY;QAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;KAAE,CAAC;CAgEzC,CAAA;AAC3B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArMjB;;OAEG;;;;IAIH;;OAEG;;;;IAIH;;OAEG;;;mBA5CsC,KAAK;;kBAkKtB,YAAY;QAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;KAAE,CAAC;CAiE5B,CAAA"}
|