@tamagui/alert-dialog 1.144.0 → 2.0.0-1767740890268
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 +18 -18
- package/types/AlertDialog.d.ts +4 -156
- package/types/AlertDialog.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/alert-dialog",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-1767740890268",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -38,25 +38,25 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@tamagui/animate-presence": "
|
|
42
|
-
"@tamagui/compose-refs": "
|
|
43
|
-
"@tamagui/constants": "
|
|
44
|
-
"@tamagui/core": "
|
|
45
|
-
"@tamagui/create-context": "
|
|
46
|
-
"@tamagui/dialog": "
|
|
47
|
-
"@tamagui/dismissable": "
|
|
48
|
-
"@tamagui/focus-scope": "
|
|
49
|
-
"@tamagui/helpers": "
|
|
50
|
-
"@tamagui/polyfill-dev": "
|
|
51
|
-
"@tamagui/popper": "
|
|
52
|
-
"@tamagui/portal": "
|
|
53
|
-
"@tamagui/remove-scroll": "
|
|
54
|
-
"@tamagui/stacks": "
|
|
55
|
-
"@tamagui/text": "
|
|
56
|
-
"@tamagui/use-controllable-state": "
|
|
41
|
+
"@tamagui/animate-presence": "2.0.0-1767740890268",
|
|
42
|
+
"@tamagui/compose-refs": "2.0.0-1767740890268",
|
|
43
|
+
"@tamagui/constants": "2.0.0-1767740890268",
|
|
44
|
+
"@tamagui/core": "2.0.0-1767740890268",
|
|
45
|
+
"@tamagui/create-context": "2.0.0-1767740890268",
|
|
46
|
+
"@tamagui/dialog": "2.0.0-1767740890268",
|
|
47
|
+
"@tamagui/dismissable": "2.0.0-1767740890268",
|
|
48
|
+
"@tamagui/focus-scope": "2.0.0-1767740890268",
|
|
49
|
+
"@tamagui/helpers": "2.0.0-1767740890268",
|
|
50
|
+
"@tamagui/polyfill-dev": "2.0.0-1767740890268",
|
|
51
|
+
"@tamagui/popper": "2.0.0-1767740890268",
|
|
52
|
+
"@tamagui/portal": "2.0.0-1767740890268",
|
|
53
|
+
"@tamagui/remove-scroll": "2.0.0-1767740890268",
|
|
54
|
+
"@tamagui/stacks": "2.0.0-1767740890268",
|
|
55
|
+
"@tamagui/text": "2.0.0-1767740890268",
|
|
56
|
+
"@tamagui/use-controllable-state": "2.0.0-1767740890268"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@tamagui/build": "
|
|
59
|
+
"@tamagui/build": "2.0.0-1767740890268",
|
|
60
60
|
"react": "*",
|
|
61
61
|
"react-native": "0.81.5"
|
|
62
62
|
},
|
package/types/AlertDialog.d.ts
CHANGED
|
@@ -21,33 +21,10 @@ type AlertDialogOverlayProps = AlertDialogOverlayExtraProps & DialogOverlayProps
|
|
|
21
21
|
declare const AlertDialogOverlay: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
22
22
|
open?: boolean | undefined;
|
|
23
23
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
24
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
25
|
-
top?: number;
|
|
26
|
-
bottom?: number;
|
|
27
|
-
left?: number;
|
|
28
|
-
right?: number;
|
|
29
|
-
} | null | undefined;
|
|
30
24
|
fullscreen?: boolean | undefined;
|
|
31
|
-
circular?: boolean | undefined;
|
|
32
|
-
transparent?: boolean | undefined;
|
|
33
25
|
unstyled?: boolean | undefined;
|
|
34
|
-
hoverTheme?: boolean | undefined;
|
|
35
|
-
pressTheme?: boolean | undefined;
|
|
36
|
-
focusTheme?: boolean | undefined;
|
|
37
|
-
elevate?: boolean | undefined;
|
|
38
|
-
bordered?: number | boolean | undefined;
|
|
39
|
-
backgrounded?: boolean | undefined;
|
|
40
|
-
radiused?: boolean | undefined;
|
|
41
|
-
padded?: boolean | undefined;
|
|
42
|
-
chromeless?: boolean | "all" | undefined;
|
|
43
26
|
}>, "scope" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "elevation" | keyof import("@tamagui/core").StackStyleBase | keyof import("@tamagui/core").RNTamaguiViewNonStyleProps | "fullscreen" | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
44
27
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
45
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
46
|
-
top?: number;
|
|
47
|
-
bottom?: number;
|
|
48
|
-
left?: number;
|
|
49
|
-
right?: number;
|
|
50
|
-
} | null | undefined;
|
|
51
28
|
fullscreen?: boolean | undefined;
|
|
52
29
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> | "forceMount"> & Omit<{}, "scope"> & {
|
|
53
30
|
scope?: AlertDialogScopes;
|
|
@@ -57,30 +34,12 @@ declare const AlertDialogOverlay: import("@tamagui/core").TamaguiComponent<Omit<
|
|
|
57
34
|
scope?: import("@tamagui/dialog").DialogScopes;
|
|
58
35
|
} & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
59
36
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
60
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
61
|
-
top?: number;
|
|
62
|
-
bottom?: number;
|
|
63
|
-
left?: number;
|
|
64
|
-
right?: number;
|
|
65
|
-
} | null | undefined;
|
|
66
37
|
fullscreen?: boolean | undefined;
|
|
67
38
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
68
39
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
69
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
70
|
-
top?: number;
|
|
71
|
-
bottom?: number;
|
|
72
|
-
left?: number;
|
|
73
|
-
right?: number;
|
|
74
|
-
} | null | undefined;
|
|
75
40
|
fullscreen?: boolean | undefined;
|
|
76
41
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
77
42
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
78
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
79
|
-
top?: number;
|
|
80
|
-
bottom?: number;
|
|
81
|
-
left?: number;
|
|
82
|
-
right?: number;
|
|
83
|
-
} | null | undefined;
|
|
84
43
|
fullscreen?: boolean | undefined;
|
|
85
44
|
}>>, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<{}, "scope"> & {
|
|
86
45
|
scope?: AlertDialogScopes;
|
|
@@ -90,60 +49,25 @@ declare const AlertDialogOverlay: import("@tamagui/core").TamaguiComponent<Omit<
|
|
|
90
49
|
scope?: import("@tamagui/dialog").DialogScopes;
|
|
91
50
|
} & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
92
51
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
93
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
94
|
-
top?: number;
|
|
95
|
-
bottom?: number;
|
|
96
|
-
left?: number;
|
|
97
|
-
right?: number;
|
|
98
|
-
} | null | undefined;
|
|
99
52
|
fullscreen?: boolean | undefined;
|
|
100
53
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
101
54
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
102
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
103
|
-
top?: number;
|
|
104
|
-
bottom?: number;
|
|
105
|
-
left?: number;
|
|
106
|
-
right?: number;
|
|
107
|
-
} | null | undefined;
|
|
108
55
|
fullscreen?: boolean | undefined;
|
|
109
56
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
110
57
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
111
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
112
|
-
top?: number;
|
|
113
|
-
bottom?: number;
|
|
114
|
-
left?: number;
|
|
115
|
-
right?: number;
|
|
116
|
-
} | null | undefined;
|
|
117
58
|
fullscreen?: boolean | undefined;
|
|
118
59
|
}>>, import("@tamagui/core").StackStyleBase, {
|
|
119
60
|
open?: boolean | undefined;
|
|
120
61
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
121
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
122
|
-
top?: number;
|
|
123
|
-
bottom?: number;
|
|
124
|
-
left?: number;
|
|
125
|
-
right?: number;
|
|
126
|
-
} | null | undefined;
|
|
127
62
|
fullscreen?: boolean | undefined;
|
|
128
|
-
circular?: boolean | undefined;
|
|
129
|
-
transparent?: boolean | undefined;
|
|
130
63
|
unstyled?: boolean | undefined;
|
|
131
|
-
hoverTheme?: boolean | undefined;
|
|
132
|
-
pressTheme?: boolean | undefined;
|
|
133
|
-
focusTheme?: boolean | undefined;
|
|
134
|
-
elevate?: boolean | undefined;
|
|
135
|
-
bordered?: number | boolean | undefined;
|
|
136
|
-
backgrounded?: boolean | undefined;
|
|
137
|
-
radiused?: boolean | undefined;
|
|
138
|
-
padded?: boolean | undefined;
|
|
139
|
-
chromeless?: boolean | "all" | undefined;
|
|
140
64
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
141
65
|
type AlertDialogContentProps = ScopedProps<Omit<DialogContentProps, 'onPointerDownOutside' | 'onInteractOutside'>>;
|
|
142
66
|
declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<Omit<DialogContentProps, "onPointerDownOutside" | "onInteractOutside">, "scope"> & {
|
|
143
67
|
scope?: AlertDialogScopes;
|
|
144
68
|
} & React.RefAttributes<TamaguiElement>>;
|
|
145
69
|
type AlertDialogTitleProps = ScopedProps<DialogTitleProps>;
|
|
146
|
-
declare const AlertDialogTitle: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "scope" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "size" | "unstyled" |
|
|
70
|
+
declare const AlertDialogTitle: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "theme" | "debug" | "scope" | "children" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "id" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "size" | "unstyled" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "maxFontSizeMultiplier" | "minimumFontScale" | "pressRetentionOffset" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | keyof import("@tamagui/core").TextStylePropsBase | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & {
|
|
147
71
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
148
72
|
unstyled?: boolean | undefined;
|
|
149
73
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>>>> & Omit<DialogTitleProps, "scope"> & {
|
|
@@ -152,7 +76,7 @@ declare const AlertDialogTitle: import("@tamagui/core").TamaguiComponent<Omit<im
|
|
|
152
76
|
scope?: AlertDialogScopes;
|
|
153
77
|
}, import("@tamagui/core").StackStyleBase, {}, import("@tamagui/core").StaticConfigPublic>;
|
|
154
78
|
type AlertDialogDescriptionProps = ScopedProps<DialogDescriptionProps>;
|
|
155
|
-
declare const AlertDialogDescription: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "scope" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "size" | "unstyled" |
|
|
79
|
+
declare const AlertDialogDescription: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "theme" | "debug" | "scope" | "children" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "id" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "size" | "unstyled" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "maxFontSizeMultiplier" | "minimumFontScale" | "pressRetentionOffset" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | keyof import("@tamagui/core").TextStylePropsBase | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & {
|
|
156
80
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
157
81
|
unstyled?: boolean | undefined;
|
|
158
82
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>>>> & Omit<DialogDescriptionProps, "scope"> & {
|
|
@@ -182,33 +106,10 @@ declare const AlertDialog: React.FC<AlertDialogProps> & {
|
|
|
182
106
|
Overlay: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {
|
|
183
107
|
open?: boolean | undefined;
|
|
184
108
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
185
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
186
|
-
top?: number;
|
|
187
|
-
bottom?: number;
|
|
188
|
-
left?: number;
|
|
189
|
-
right?: number;
|
|
190
|
-
} | null | undefined;
|
|
191
109
|
fullscreen?: boolean | undefined;
|
|
192
|
-
circular?: boolean | undefined;
|
|
193
|
-
transparent?: boolean | undefined;
|
|
194
110
|
unstyled?: boolean | undefined;
|
|
195
|
-
hoverTheme?: boolean | undefined;
|
|
196
|
-
pressTheme?: boolean | undefined;
|
|
197
|
-
focusTheme?: boolean | undefined;
|
|
198
|
-
elevate?: boolean | undefined;
|
|
199
|
-
bordered?: number | boolean | undefined;
|
|
200
|
-
backgrounded?: boolean | undefined;
|
|
201
|
-
radiused?: boolean | undefined;
|
|
202
|
-
padded?: boolean | undefined;
|
|
203
|
-
chromeless?: boolean | "all" | undefined;
|
|
204
111
|
}>, "scope" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "elevation" | keyof import("@tamagui/core").StackStyleBase | keyof import("@tamagui/core").RNTamaguiViewNonStyleProps | "fullscreen" | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
205
112
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
206
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
207
|
-
top?: number;
|
|
208
|
-
bottom?: number;
|
|
209
|
-
left?: number;
|
|
210
|
-
right?: number;
|
|
211
|
-
} | null | undefined;
|
|
212
113
|
fullscreen?: boolean | undefined;
|
|
213
114
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> | "forceMount"> & Omit<{}, "scope"> & {
|
|
214
115
|
scope?: AlertDialogScopes;
|
|
@@ -218,30 +119,12 @@ declare const AlertDialog: React.FC<AlertDialogProps> & {
|
|
|
218
119
|
scope?: import("@tamagui/dialog").DialogScopes;
|
|
219
120
|
} & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
220
121
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
221
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
222
|
-
top?: number;
|
|
223
|
-
bottom?: number;
|
|
224
|
-
left?: number;
|
|
225
|
-
right?: number;
|
|
226
|
-
} | null | undefined;
|
|
227
122
|
fullscreen?: boolean | undefined;
|
|
228
123
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
229
124
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
230
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
231
|
-
top?: number;
|
|
232
|
-
bottom?: number;
|
|
233
|
-
left?: number;
|
|
234
|
-
right?: number;
|
|
235
|
-
} | null | undefined;
|
|
236
125
|
fullscreen?: boolean | undefined;
|
|
237
126
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
238
127
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
239
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
240
|
-
top?: number;
|
|
241
|
-
bottom?: number;
|
|
242
|
-
left?: number;
|
|
243
|
-
right?: number;
|
|
244
|
-
} | null | undefined;
|
|
245
128
|
fullscreen?: boolean | undefined;
|
|
246
129
|
}>>, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<{}, "scope"> & {
|
|
247
130
|
scope?: AlertDialogScopes;
|
|
@@ -251,53 +134,18 @@ declare const AlertDialog: React.FC<AlertDialogProps> & {
|
|
|
251
134
|
scope?: import("@tamagui/dialog").DialogScopes;
|
|
252
135
|
} & Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps, "elevation" | keyof import("@tamagui/core").StackStyleBase | "fullscreen"> & import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
253
136
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
254
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
255
|
-
top?: number;
|
|
256
|
-
bottom?: number;
|
|
257
|
-
left?: number;
|
|
258
|
-
right?: number;
|
|
259
|
-
} | null | undefined;
|
|
260
137
|
fullscreen?: boolean | undefined;
|
|
261
138
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>> & import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
262
139
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
263
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
264
|
-
top?: number;
|
|
265
|
-
bottom?: number;
|
|
266
|
-
left?: number;
|
|
267
|
-
right?: number;
|
|
268
|
-
} | null | undefined;
|
|
269
140
|
fullscreen?: boolean | undefined;
|
|
270
141
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> & import("@tamagui/core").WithMediaProps<import("@tamagui/core").WithThemeShorthandsAndPseudos<import("@tamagui/core").StackStyleBase, {
|
|
271
142
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
272
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
273
|
-
top?: number;
|
|
274
|
-
bottom?: number;
|
|
275
|
-
left?: number;
|
|
276
|
-
right?: number;
|
|
277
|
-
} | null | undefined;
|
|
278
143
|
fullscreen?: boolean | undefined;
|
|
279
144
|
}>>, import("@tamagui/core").StackStyleBase, {
|
|
280
145
|
open?: boolean | undefined;
|
|
281
146
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
282
|
-
inset?: number | import("@tamagui/core").SizeTokens | {
|
|
283
|
-
top?: number;
|
|
284
|
-
bottom?: number;
|
|
285
|
-
left?: number;
|
|
286
|
-
right?: number;
|
|
287
|
-
} | null | undefined;
|
|
288
147
|
fullscreen?: boolean | undefined;
|
|
289
|
-
circular?: boolean | undefined;
|
|
290
|
-
transparent?: boolean | undefined;
|
|
291
148
|
unstyled?: boolean | undefined;
|
|
292
|
-
hoverTheme?: boolean | undefined;
|
|
293
|
-
pressTheme?: boolean | undefined;
|
|
294
|
-
focusTheme?: boolean | undefined;
|
|
295
|
-
elevate?: boolean | undefined;
|
|
296
|
-
bordered?: number | boolean | undefined;
|
|
297
|
-
backgrounded?: boolean | undefined;
|
|
298
|
-
radiused?: boolean | undefined;
|
|
299
|
-
padded?: boolean | undefined;
|
|
300
|
-
chromeless?: boolean | "all" | undefined;
|
|
301
149
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
302
150
|
Content: React.ForwardRefExoticComponent<Omit<Omit<DialogContentProps, "onPointerDownOutside" | "onInteractOutside">, "scope"> & {
|
|
303
151
|
scope?: AlertDialogScopes;
|
|
@@ -312,7 +160,7 @@ declare const AlertDialog: React.FC<AlertDialogProps> & {
|
|
|
312
160
|
}, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<DialogCloseProps, "scope"> & {
|
|
313
161
|
scope?: AlertDialogScopes;
|
|
314
162
|
}, import("@tamagui/core").StackStyleBase, {}, import("@tamagui/core").StaticConfigPublic>;
|
|
315
|
-
Title: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "scope" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "size" | "unstyled" |
|
|
163
|
+
Title: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "theme" | "debug" | "scope" | "children" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "id" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "size" | "unstyled" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "maxFontSizeMultiplier" | "minimumFontScale" | "pressRetentionOffset" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | keyof import("@tamagui/core").TextStylePropsBase | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & {
|
|
316
164
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
317
165
|
unstyled?: boolean | undefined;
|
|
318
166
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>>>> & Omit<DialogTitleProps, "scope"> & {
|
|
@@ -320,7 +168,7 @@ declare const AlertDialog: React.FC<AlertDialogProps> & {
|
|
|
320
168
|
}, TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & Omit<DialogTitleProps, "scope"> & {
|
|
321
169
|
scope?: AlertDialogScopes;
|
|
322
170
|
}, import("@tamagui/core").StackStyleBase, {}, import("@tamagui/core").StaticConfigPublic>;
|
|
323
|
-
Description: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "scope" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "size" | "unstyled" |
|
|
171
|
+
Description: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/core").StackStyleBase, {}>, "theme" | "debug" | "scope" | "children" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "id" | "tag" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "testID" | "nativeID" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "screenReaderFocusable" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "accessibilityRespondsToUserInteraction" | "onPress" | "onLongPress" | "onPressIn" | "onPressOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onMouseMove" | "onMouseOver" | "onMouseOut" | "onClick" | "onDoubleClick" | "onContextMenu" | "onWheel" | "onKeyDown" | "onKeyUp" | "onChange" | "onInput" | "onBeforeInput" | "onScroll" | "onCopy" | "onCut" | "onPaste" | "onDrag" | "onDragStart" | "onDragEnd" | "onDragEnter" | "onDragLeave" | "onDragOver" | "onDrop" | "size" | "unstyled" | "allowFontScaling" | "ellipsizeMode" | "lineBreakMode" | "numberOfLines" | "maxFontSizeMultiplier" | "minimumFontScale" | "pressRetentionOffset" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | keyof import("@tamagui/core").TextStylePropsBase | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase> & {
|
|
324
172
|
size?: import("@tamagui/core").FontSizeTokens | undefined;
|
|
325
173
|
unstyled?: boolean | undefined;
|
|
326
174
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").TextStylePropsBase>>>> & Omit<DialogDescriptionProps, "scope"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../src/AlertDialog.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAQnD,OAAO,KAAK,EACV,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,kBAAkB,EAClB,iBAAiB,EACjB,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,iBAAiB,CAAA;AAexB,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAW9B,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAA;AAEtC,KAAK,WAAW,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,iBAAiB,CAAA;CAAE,CAAA;AAEtE,KAAK,gBAAgB,GAAG,WAAW,CAAC,WAAW,CAAC,GAAG;IACjD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAA;AAQD,KAAK,uBAAuB,GAAG,WAAW,CAAC,kBAAkB,CAAC,CAAA;AAM9D,QAAA,MAAM,kBAAkB;YAlB2B,iBAAiB;;YAAjB,iBAAiB;0FAwCjE,CAAA;AAQH,KAAK,sBAAsB,GAAG,WAAW,CAAC,iBAAiB,CAAC,CAAA;AAE5D,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAKvD,CAAA;AAYD,KAAK,4BAA4B,GAAG,WAAW,CAAC,EAAE,CAAC,GAAG,uBAAuB,CAAA;AAC7E,KAAK,uBAAuB,GAAG,4BAA4B,GAAG,kBAAkB,CAAA;AAEhF,QAAA,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../src/AlertDialog.tsx"],"names":[],"mappings":"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"}
|