@tamagui/toast 1.38.2 → 1.38.3
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 +14 -14
- package/types/Toast.d.ts +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/toast",
|
|
3
|
-
"version": "1.38.
|
|
3
|
+
"version": "1.38.3",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/animate-presence": "1.38.
|
|
35
|
-
"@tamagui/compose-refs": "1.38.
|
|
36
|
-
"@tamagui/core": "1.38.
|
|
37
|
-
"@tamagui/create-context": "1.38.
|
|
38
|
-
"@tamagui/dismissable": "1.38.
|
|
39
|
-
"@tamagui/polyfill-dev": "1.38.
|
|
40
|
-
"@tamagui/portal": "1.38.
|
|
41
|
-
"@tamagui/stacks": "1.38.
|
|
42
|
-
"@tamagui/text": "1.38.
|
|
43
|
-
"@tamagui/use-controllable-state": "1.38.
|
|
44
|
-
"@tamagui/visually-hidden": "1.38.
|
|
34
|
+
"@tamagui/animate-presence": "1.38.3",
|
|
35
|
+
"@tamagui/compose-refs": "1.38.3",
|
|
36
|
+
"@tamagui/core": "1.38.3",
|
|
37
|
+
"@tamagui/create-context": "1.38.3",
|
|
38
|
+
"@tamagui/dismissable": "1.38.3",
|
|
39
|
+
"@tamagui/polyfill-dev": "1.38.3",
|
|
40
|
+
"@tamagui/portal": "1.38.3",
|
|
41
|
+
"@tamagui/stacks": "1.38.3",
|
|
42
|
+
"@tamagui/text": "1.38.3",
|
|
43
|
+
"@tamagui/use-controllable-state": "1.38.3",
|
|
44
|
+
"@tamagui/visually-hidden": "1.38.3"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"burnt": "^0.10.0",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"react-native": "*"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@tamagui/build": "1.38.
|
|
52
|
+
"@tamagui/build": "1.38.3",
|
|
53
53
|
"burnt": "^0.10.0",
|
|
54
54
|
"react": "^18.2.0",
|
|
55
|
-
"react-native": "^0.
|
|
55
|
+
"react-native": "^0.72.1"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
package/types/Toast.d.ts
CHANGED
|
@@ -94,7 +94,7 @@ declare const ToastCloseFrame: import("@tamagui/core").TamaguiComponent<(Omit<im
|
|
|
94
94
|
} & 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<{
|
|
95
95
|
readonly fullscreen?: boolean | undefined;
|
|
96
96
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
97
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
97
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
98
98
|
readonly backgrounded?: boolean | undefined;
|
|
99
99
|
readonly radiused?: boolean | undefined;
|
|
100
100
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -111,7 +111,7 @@ declare const ToastCloseFrame: import("@tamagui/core").TamaguiComponent<(Omit<im
|
|
|
111
111
|
} & 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<{
|
|
112
112
|
readonly fullscreen?: boolean | undefined;
|
|
113
113
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
114
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
114
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
115
115
|
readonly backgrounded?: boolean | undefined;
|
|
116
116
|
readonly radiused?: boolean | undefined;
|
|
117
117
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -128,7 +128,7 @@ declare const ToastCloseFrame: import("@tamagui/core").TamaguiComponent<(Omit<im
|
|
|
128
128
|
} & 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<{
|
|
129
129
|
readonly fullscreen?: boolean | undefined;
|
|
130
130
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
131
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
131
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
132
132
|
readonly backgrounded?: boolean | undefined;
|
|
133
133
|
readonly radiused?: boolean | undefined;
|
|
134
134
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -295,7 +295,7 @@ declare const Toast: ((props: Omit<ToastProps & React.RefAttributes<TamaguiEleme
|
|
|
295
295
|
} & 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<{
|
|
296
296
|
readonly fullscreen?: boolean | undefined;
|
|
297
297
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
298
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
298
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
299
299
|
readonly backgrounded?: boolean | undefined;
|
|
300
300
|
readonly radiused?: boolean | undefined;
|
|
301
301
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -312,7 +312,7 @@ declare const Toast: ((props: Omit<ToastProps & React.RefAttributes<TamaguiEleme
|
|
|
312
312
|
} & 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<{
|
|
313
313
|
readonly fullscreen?: boolean | undefined;
|
|
314
314
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
315
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
315
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
316
316
|
readonly backgrounded?: boolean | undefined;
|
|
317
317
|
readonly radiused?: boolean | undefined;
|
|
318
318
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -329,7 +329,7 @@ declare const Toast: ((props: Omit<ToastProps & React.RefAttributes<TamaguiEleme
|
|
|
329
329
|
} & 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<{
|
|
330
330
|
readonly fullscreen?: boolean | undefined;
|
|
331
331
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
332
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
332
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
333
333
|
readonly backgrounded?: boolean | undefined;
|
|
334
334
|
readonly radiused?: boolean | undefined;
|
|
335
335
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -420,7 +420,7 @@ declare const Toast: ((props: Omit<ToastProps & React.RefAttributes<TamaguiEleme
|
|
|
420
420
|
} & 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<{
|
|
421
421
|
readonly fullscreen?: boolean | undefined;
|
|
422
422
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
423
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
423
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
424
424
|
readonly backgrounded?: boolean | undefined;
|
|
425
425
|
readonly radiused?: boolean | undefined;
|
|
426
426
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -437,7 +437,7 @@ declare const Toast: ((props: Omit<ToastProps & React.RefAttributes<TamaguiEleme
|
|
|
437
437
|
} & 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<{
|
|
438
438
|
readonly fullscreen?: boolean | undefined;
|
|
439
439
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
440
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
440
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
441
441
|
readonly backgrounded?: boolean | undefined;
|
|
442
442
|
readonly radiused?: boolean | undefined;
|
|
443
443
|
readonly hoverTheme?: boolean | undefined;
|
|
@@ -454,7 +454,7 @@ declare const Toast: ((props: Omit<ToastProps & React.RefAttributes<TamaguiEleme
|
|
|
454
454
|
} & 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<{
|
|
455
455
|
readonly fullscreen?: boolean | undefined;
|
|
456
456
|
readonly elevation?: import("@tamagui/core").SizeTokens | undefined;
|
|
457
|
-
}, "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "
|
|
457
|
+
}, "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless"> & {
|
|
458
458
|
readonly backgrounded?: boolean | undefined;
|
|
459
459
|
readonly radiused?: boolean | undefined;
|
|
460
460
|
readonly hoverTheme?: boolean | undefined;
|