@tamagui/dialog 2.0.0-1768741592663 → 2.0.0-1768781784925
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 +20 -20
- package/types/Dialog.d.ts +9 -51
- package/types/Dialog.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/dialog",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-1768781784925",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -39,31 +39,31 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@tamagui/adapt": "2.0.0-
|
|
43
|
-
"@tamagui/animate-presence": "2.0.0-
|
|
44
|
-
"@tamagui/compose-refs": "2.0.0-
|
|
45
|
-
"@tamagui/constants": "2.0.0-
|
|
46
|
-
"@tamagui/core": "2.0.0-
|
|
47
|
-
"@tamagui/create-context": "2.0.0-
|
|
48
|
-
"@tamagui/dismissable": "2.0.0-
|
|
49
|
-
"@tamagui/focus-scope": "2.0.0-
|
|
50
|
-
"@tamagui/helpers": "2.0.0-
|
|
51
|
-
"@tamagui/polyfill-dev": "2.0.0-
|
|
52
|
-
"@tamagui/popper": "2.0.0-
|
|
53
|
-
"@tamagui/portal": "2.0.0-
|
|
54
|
-
"@tamagui/remove-scroll": "2.0.0-
|
|
55
|
-
"@tamagui/sheet": "2.0.0-
|
|
56
|
-
"@tamagui/stacks": "2.0.0-
|
|
57
|
-
"@tamagui/text": "2.0.0-
|
|
58
|
-
"@tamagui/use-controllable-state": "2.0.0-
|
|
59
|
-
"@tamagui/z-index-stack": "2.0.0-
|
|
42
|
+
"@tamagui/adapt": "2.0.0-1768781784925",
|
|
43
|
+
"@tamagui/animate-presence": "2.0.0-1768781784925",
|
|
44
|
+
"@tamagui/compose-refs": "2.0.0-1768781784925",
|
|
45
|
+
"@tamagui/constants": "2.0.0-1768781784925",
|
|
46
|
+
"@tamagui/core": "2.0.0-1768781784925",
|
|
47
|
+
"@tamagui/create-context": "2.0.0-1768781784925",
|
|
48
|
+
"@tamagui/dismissable": "2.0.0-1768781784925",
|
|
49
|
+
"@tamagui/focus-scope": "2.0.0-1768781784925",
|
|
50
|
+
"@tamagui/helpers": "2.0.0-1768781784925",
|
|
51
|
+
"@tamagui/polyfill-dev": "2.0.0-1768781784925",
|
|
52
|
+
"@tamagui/popper": "2.0.0-1768781784925",
|
|
53
|
+
"@tamagui/portal": "2.0.0-1768781784925",
|
|
54
|
+
"@tamagui/remove-scroll": "2.0.0-1768781784925",
|
|
55
|
+
"@tamagui/sheet": "2.0.0-1768781784925",
|
|
56
|
+
"@tamagui/stacks": "2.0.0-1768781784925",
|
|
57
|
+
"@tamagui/text": "2.0.0-1768781784925",
|
|
58
|
+
"@tamagui/use-controllable-state": "2.0.0-1768781784925",
|
|
59
|
+
"@tamagui/z-index-stack": "2.0.0-1768781784925"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"react": "*",
|
|
63
63
|
"react-native": "*"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tamagui/build": "2.0.0-
|
|
66
|
+
"@tamagui/build": "2.0.0-1768781784925",
|
|
67
67
|
"react": "*",
|
|
68
68
|
"react-native": "0.81.5"
|
|
69
69
|
},
|
package/types/Dialog.d.ts
CHANGED
|
@@ -125,15 +125,9 @@ declare const DialogContentFrame: import("@tamagui/core").TamaguiComponent<impor
|
|
|
125
125
|
transparent?: boolean | undefined;
|
|
126
126
|
unstyled?: boolean | undefined;
|
|
127
127
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
128
|
-
backgrounded?: boolean | undefined;
|
|
129
128
|
circular?: boolean | undefined;
|
|
130
|
-
radiused?: boolean | undefined;
|
|
131
|
-
hoverTheme?: boolean | undefined;
|
|
132
|
-
pressTheme?: boolean | undefined;
|
|
133
|
-
focusTheme?: boolean | undefined;
|
|
134
|
-
padded?: boolean | undefined;
|
|
135
129
|
elevate?: boolean | undefined;
|
|
136
|
-
bordered?:
|
|
130
|
+
bordered?: boolean | undefined;
|
|
137
131
|
chromeless?: boolean | "all" | undefined;
|
|
138
132
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
139
133
|
type DialogContentFrameProps = GetProps<typeof DialogContentFrame>;
|
|
@@ -151,31 +145,19 @@ declare const DialogContent: import("@tamagui/core").TamaguiComponent<Omit<impor
|
|
|
151
145
|
transparent?: boolean | undefined;
|
|
152
146
|
unstyled?: boolean | undefined;
|
|
153
147
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
154
|
-
backgrounded?: boolean | undefined;
|
|
155
148
|
circular?: boolean | undefined;
|
|
156
|
-
radiused?: boolean | undefined;
|
|
157
|
-
hoverTheme?: boolean | undefined;
|
|
158
|
-
pressTheme?: boolean | undefined;
|
|
159
|
-
focusTheme?: boolean | undefined;
|
|
160
|
-
padded?: boolean | undefined;
|
|
161
149
|
elevate?: boolean | undefined;
|
|
162
|
-
bordered?:
|
|
150
|
+
bordered?: boolean | undefined;
|
|
163
151
|
chromeless?: boolean | "all" | undefined;
|
|
164
|
-
}>, "theme" | "debug" | "children" | "id" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onStartShouldSetResponder" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "elevationAndroid" | "rel" | "download" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerUpCapture" | "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" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "scope" | "fullscreen" | "transparent" | "unstyled" | "size" | "forceMount" | "
|
|
152
|
+
}>, "theme" | "debug" | "children" | "id" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onStartShouldSetResponder" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "elevationAndroid" | "rel" | "download" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerUpCapture" | "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" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "scope" | "fullscreen" | "transparent" | "unstyled" | "size" | "forceMount" | "circular" | "elevate" | "bordered" | "chromeless" | "disableOutsidePointerEvents" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceUnmount" | "onBlurCapture" | "onFocusCapture" | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
165
153
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
166
154
|
fullscreen?: boolean | undefined;
|
|
167
155
|
transparent?: boolean | undefined;
|
|
168
156
|
unstyled?: boolean | undefined;
|
|
169
157
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
170
|
-
backgrounded?: boolean | undefined;
|
|
171
158
|
circular?: boolean | undefined;
|
|
172
|
-
radiused?: boolean | undefined;
|
|
173
|
-
hoverTheme?: boolean | undefined;
|
|
174
|
-
pressTheme?: boolean | undefined;
|
|
175
|
-
focusTheme?: boolean | undefined;
|
|
176
|
-
padded?: boolean | undefined;
|
|
177
159
|
elevate?: boolean | undefined;
|
|
178
|
-
bordered?:
|
|
160
|
+
bordered?: boolean | undefined;
|
|
179
161
|
chromeless?: boolean | "all" | undefined;
|
|
180
162
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> | "trapFocus" | "onOpenAutoFocus" | "onCloseAutoFocus"> & Omit<DialogContentTypeProps, "onPointerDownCapture" | "context"> & {
|
|
181
163
|
/**
|
|
@@ -199,15 +181,9 @@ declare const DialogContent: import("@tamagui/core").TamaguiComponent<Omit<impor
|
|
|
199
181
|
transparent?: boolean | undefined;
|
|
200
182
|
unstyled?: boolean | undefined;
|
|
201
183
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
202
|
-
backgrounded?: boolean | undefined;
|
|
203
184
|
circular?: boolean | undefined;
|
|
204
|
-
radiused?: boolean | undefined;
|
|
205
|
-
hoverTheme?: boolean | undefined;
|
|
206
|
-
pressTheme?: boolean | undefined;
|
|
207
|
-
focusTheme?: boolean | undefined;
|
|
208
|
-
padded?: boolean | undefined;
|
|
209
185
|
elevate?: boolean | undefined;
|
|
210
|
-
bordered?:
|
|
186
|
+
bordered?: boolean | undefined;
|
|
211
187
|
chromeless?: boolean | "all" | undefined;
|
|
212
188
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
213
189
|
type DialogContentTypeProps = DialogContentImplProps & {
|
|
@@ -362,31 +338,19 @@ declare const Dialog: React.ForwardRefExoticComponent<{
|
|
|
362
338
|
transparent?: boolean | undefined;
|
|
363
339
|
unstyled?: boolean | undefined;
|
|
364
340
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
365
|
-
backgrounded?: boolean | undefined;
|
|
366
341
|
circular?: boolean | undefined;
|
|
367
|
-
radiused?: boolean | undefined;
|
|
368
|
-
hoverTheme?: boolean | undefined;
|
|
369
|
-
pressTheme?: boolean | undefined;
|
|
370
|
-
focusTheme?: boolean | undefined;
|
|
371
|
-
padded?: boolean | undefined;
|
|
372
342
|
elevate?: boolean | undefined;
|
|
373
|
-
bordered?:
|
|
343
|
+
bordered?: boolean | undefined;
|
|
374
344
|
chromeless?: boolean | "all" | undefined;
|
|
375
|
-
}>, "theme" | "debug" | "children" | "id" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onStartShouldSetResponder" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "elevationAndroid" | "rel" | "download" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerUpCapture" | "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" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "scope" | "fullscreen" | "transparent" | "unstyled" | "size" | "forceMount" | "
|
|
345
|
+
}>, "theme" | "debug" | "children" | "id" | `$${string}` | `$${number}` | import("@tamagui/core").GroupMediaKeys | `$theme-${string}` | `$theme-${number}` | "hitSlop" | "target" | "htmlFor" | "asChild" | "dangerouslySetInnerHTML" | "disabled" | "className" | "themeShallow" | "render" | "group" | "untilMeasured" | "componentName" | "tabIndex" | "role" | "disableOptimization" | "forceStyle" | "disableClassName" | "animatedBy" | "onStartShouldSetResponder" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "onLayout" | "elevationAndroid" | "rel" | "download" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "onFocus" | "onBlur" | "onPointerCancel" | "onPointerDown" | "onPointerMove" | "onPointerUp" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancelCapture" | "onPointerUpCapture" | "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" | "elevation" | keyof import("@tamagui/core").StackStyleBase | "scope" | "fullscreen" | "transparent" | "unstyled" | "size" | "forceMount" | "circular" | "elevate" | "bordered" | "chromeless" | "disableOutsidePointerEvents" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceUnmount" | "onBlurCapture" | "onFocusCapture" | keyof import("@tamagui/core").WithPseudoProps<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase> & {
|
|
376
346
|
elevation?: number | import("@tamagui/core").SizeTokens | undefined;
|
|
377
347
|
fullscreen?: boolean | undefined;
|
|
378
348
|
transparent?: boolean | undefined;
|
|
379
349
|
unstyled?: boolean | undefined;
|
|
380
350
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
381
|
-
backgrounded?: boolean | undefined;
|
|
382
351
|
circular?: boolean | undefined;
|
|
383
|
-
radiused?: boolean | undefined;
|
|
384
|
-
hoverTheme?: boolean | undefined;
|
|
385
|
-
pressTheme?: boolean | undefined;
|
|
386
|
-
focusTheme?: boolean | undefined;
|
|
387
|
-
padded?: boolean | undefined;
|
|
388
352
|
elevate?: boolean | undefined;
|
|
389
|
-
bordered?:
|
|
353
|
+
bordered?: boolean | undefined;
|
|
390
354
|
chromeless?: boolean | "all" | undefined;
|
|
391
355
|
} & import("@tamagui/core").WithShorthands<import("@tamagui/core").WithThemeValues<import("@tamagui/core").StackStyleBase>>> | "trapFocus" | "onOpenAutoFocus" | "onCloseAutoFocus"> & Omit<DialogContentTypeProps, "onPointerDownCapture" | "context"> & {
|
|
392
356
|
/**
|
|
@@ -410,15 +374,9 @@ declare const Dialog: React.ForwardRefExoticComponent<{
|
|
|
410
374
|
transparent?: boolean | undefined;
|
|
411
375
|
unstyled?: boolean | undefined;
|
|
412
376
|
size?: import("@tamagui/core").SizeTokens | undefined;
|
|
413
|
-
backgrounded?: boolean | undefined;
|
|
414
377
|
circular?: boolean | undefined;
|
|
415
|
-
radiused?: boolean | undefined;
|
|
416
|
-
hoverTheme?: boolean | undefined;
|
|
417
|
-
pressTheme?: boolean | undefined;
|
|
418
|
-
focusTheme?: boolean | undefined;
|
|
419
|
-
padded?: boolean | undefined;
|
|
420
378
|
elevate?: boolean | undefined;
|
|
421
|
-
bordered?:
|
|
379
|
+
bordered?: boolean | undefined;
|
|
422
380
|
chromeless?: boolean | "all" | undefined;
|
|
423
381
|
}, import("@tamagui/core").StaticConfigPublic>;
|
|
424
382
|
Title: import("@tamagui/core").TamaguiComponent<Omit<import("@tamagui/core").GetFinalProps<import("@tamagui/core").TextNonStyleProps, import("@tamagui/core").TextStylePropsBase, {
|
package/types/Dialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../src/Dialog.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,eAAe,CAAA;AAWxE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAE5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAM3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAKlD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,MAAM,MAAM,YAAY,GAAG,MAAM,CAAA;AAEjC,KAAK,WAAW,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,KAAK,CAAC,EAAE,YAAY,CAAA;CAAE,CAAA;AAElD,KAAK,WAAW,GAAG,WAAW,CAAC;IAC7B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAA;IAClC,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B,CAAC,CAAA;AAEF,KAAK,OAAO,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC,CAAA;AAEzC,KAAK,kBAAkB,GAAG;IACxB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IAClD,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IAClD,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,IAAI,IAAI,CAAA;IACpB,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAA;IAClC,YAAY,EAAE,OAAO,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAA;IAClD,KAAK,EAAE,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAA;IACpC,WAAW,EAAE,YAAY,CAAA;IACzB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,aAAa,2DAIzB,CAAA;AAED,eAAO,MAA0B,gBAAgB,0CAAY,cAAc;;;EAC5D,CAAA;AAUf,KAAK,kBAAkB,GAAG,WAAW,CAAC,SAAS,CAAC,CAAA;AAEhD,QAAA,MAAM,aAAa;YApDiB,YAAY;;YAAZ,YAAY;0FAyE/C,CAAA;AAMD,KAAK,iBAAiB,GAAG,WAAW,CAClC,WAAW,GAAG;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CACF,CAAA;AAED,eAAO,MAAM,iBAAiB;;;;8CAiC5B,CAAA;AAqCF,QAAA,MAAM,YAAY;;;;;;;;;;IA9Ed;;;OAGG;iBACU,IAAI;;YArFe,YAAY;wCAoP/C,CAAA;AAwBD;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;8CA2B7B,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,WAAW,CAAC;IAChD;;;OAGG;IACH,UAAU,CAAC,EAAE,IAAI,CAAA;CAClB,CAAC,CAAA;AAEF,KAAK,kBAAkB,GAAG,WAAW,GAAG,uBAAuB,CAAA;AAE/D,QAAA,MAAM,aAAa;;;;;;IATjB;;;OAGG;iBACU,IAAI;;YAjTiB,YAAY;;IA6S9C;;;OAGG;iBACU,IAAI;;YAjTiB,YAAY;;;;;;8CAmV/C,CAAA;AAQD,QAAA,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../src/Dialog.tsx"],"names":[],"mappings":"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"}
|