@tamagui/popover 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 +18 -18
- package/types/Popover.d.ts +10 -77
- package/types/Popover.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/popover",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@floating-ui/react": "^0.24.7",
|
|
35
|
-
"@tamagui/adapt": "1.
|
|
36
|
-
"@tamagui/animate": "1.
|
|
37
|
-
"@tamagui/aria-hidden": "1.
|
|
38
|
-
"@tamagui/compose-refs": "1.
|
|
39
|
-
"@tamagui/core": "1.
|
|
40
|
-
"@tamagui/dismissable": "1.
|
|
41
|
-
"@tamagui/floating": "1.
|
|
42
|
-
"@tamagui/focus-scope": "1.
|
|
43
|
-
"@tamagui/polyfill-dev": "1.
|
|
44
|
-
"@tamagui/popper": "1.
|
|
45
|
-
"@tamagui/portal": "1.
|
|
46
|
-
"@tamagui/remove-scroll": "1.
|
|
47
|
-
"@tamagui/scroll-view": "1.
|
|
48
|
-
"@tamagui/sheet": "1.
|
|
49
|
-
"@tamagui/stacks": "1.
|
|
50
|
-
"@tamagui/use-controllable-state": "1.
|
|
35
|
+
"@tamagui/adapt": "1.45.0",
|
|
36
|
+
"@tamagui/animate": "1.45.0",
|
|
37
|
+
"@tamagui/aria-hidden": "1.45.0",
|
|
38
|
+
"@tamagui/compose-refs": "1.45.0",
|
|
39
|
+
"@tamagui/core": "1.45.0",
|
|
40
|
+
"@tamagui/dismissable": "1.45.0",
|
|
41
|
+
"@tamagui/floating": "1.45.0",
|
|
42
|
+
"@tamagui/focus-scope": "1.45.0",
|
|
43
|
+
"@tamagui/polyfill-dev": "1.45.0",
|
|
44
|
+
"@tamagui/popper": "1.45.0",
|
|
45
|
+
"@tamagui/portal": "1.45.0",
|
|
46
|
+
"@tamagui/remove-scroll": "1.45.0",
|
|
47
|
+
"@tamagui/scroll-view": "1.45.0",
|
|
48
|
+
"@tamagui/sheet": "1.45.0",
|
|
49
|
+
"@tamagui/stacks": "1.45.0",
|
|
50
|
+
"@tamagui/use-controllable-state": "1.45.0",
|
|
51
51
|
"react-freeze": "^1.0.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react-native": "*"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@tamagui/build": "1.
|
|
58
|
+
"@tamagui/build": "1.45.0",
|
|
59
59
|
"react": "^18.2.0",
|
|
60
60
|
"react-native": "^0.72.1"
|
|
61
61
|
},
|
package/types/Popover.d.ts
CHANGED
|
@@ -46,12 +46,7 @@ export declare const PopoverAnchor: React.ForwardRefExoticComponent<Omit<import(
|
|
|
46
46
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
47
47
|
readonly fullscreen?: boolean | undefined;
|
|
48
48
|
readonly elevation?: SizeTokens | undefined;
|
|
49
|
-
} &
|
|
50
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
51
|
-
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
52
|
-
readonly fullscreen?: boolean | undefined;
|
|
53
|
-
readonly elevation?: SizeTokens | undefined;
|
|
54
|
-
}>>>> & React.RefAttributes<TamaguiElement>>;
|
|
49
|
+
}>> & React.RefAttributes<TamaguiElement>>;
|
|
55
50
|
export type PopoverTriggerProps = StackProps;
|
|
56
51
|
export declare const PopoverTrigger: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
57
52
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -98,12 +93,7 @@ export declare const PopoverClose: React.ForwardRefExoticComponent<Omit<import("
|
|
|
98
93
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
99
94
|
readonly fullscreen?: boolean | undefined;
|
|
100
95
|
readonly elevation?: SizeTokens | undefined;
|
|
101
|
-
} &
|
|
102
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
103
|
-
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
104
|
-
readonly fullscreen?: boolean | undefined;
|
|
105
|
-
readonly elevation?: SizeTokens | undefined;
|
|
106
|
-
}>>>> & React.RefAttributes<TamaguiElement>>;
|
|
96
|
+
}>> & React.RefAttributes<TamaguiElement>>;
|
|
107
97
|
export type PopoverArrowProps = PopperArrowProps;
|
|
108
98
|
export declare const PopoverArrow: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
109
99
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -120,12 +110,7 @@ export declare const PopoverArrow: React.ForwardRefExoticComponent<Omit<import("
|
|
|
120
110
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
121
111
|
readonly fullscreen?: boolean | undefined;
|
|
122
112
|
readonly elevation?: SizeTokens | undefined;
|
|
123
|
-
} &
|
|
124
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
125
|
-
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
126
|
-
readonly fullscreen?: boolean | undefined;
|
|
127
|
-
readonly elevation?: SizeTokens | undefined;
|
|
128
|
-
}>>>> & {
|
|
113
|
+
}>> & {
|
|
129
114
|
offset?: number | undefined;
|
|
130
115
|
size?: SizeTokens | undefined;
|
|
131
116
|
} & React.RefAttributes<TamaguiElement>>;
|
|
@@ -145,12 +130,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
145
130
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
146
131
|
readonly fullscreen?: boolean | undefined;
|
|
147
132
|
readonly elevation?: SizeTokens | undefined;
|
|
148
|
-
} &
|
|
149
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
150
|
-
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
151
|
-
readonly fullscreen?: boolean | undefined;
|
|
152
|
-
readonly elevation?: SizeTokens | undefined;
|
|
153
|
-
}>>>> & React.RefAttributes<TamaguiElement>>;
|
|
133
|
+
}>> & React.RefAttributes<TamaguiElement>>;
|
|
154
134
|
Arrow: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
155
135
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
156
136
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
@@ -166,12 +146,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
166
146
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
167
147
|
readonly fullscreen?: boolean | undefined;
|
|
168
148
|
readonly elevation?: SizeTokens | undefined;
|
|
169
|
-
} &
|
|
170
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
171
|
-
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
172
|
-
readonly fullscreen?: boolean | undefined;
|
|
173
|
-
readonly elevation?: SizeTokens | undefined;
|
|
174
|
-
}>>>> & {
|
|
149
|
+
}>> & {
|
|
175
150
|
offset?: number | undefined;
|
|
176
151
|
size?: SizeTokens | undefined;
|
|
177
152
|
} & React.RefAttributes<TamaguiElement>>;
|
|
@@ -194,12 +169,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
194
169
|
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
195
170
|
readonly fullscreen?: boolean | undefined;
|
|
196
171
|
readonly elevation?: SizeTokens | undefined;
|
|
197
|
-
} &
|
|
198
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
199
|
-
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
200
|
-
readonly fullscreen?: boolean | undefined;
|
|
201
|
-
readonly elevation?: SizeTokens | undefined;
|
|
202
|
-
}>>>> & React.RefAttributes<TamaguiElement>>;
|
|
172
|
+
}>> & React.RefAttributes<TamaguiElement>>;
|
|
203
173
|
Adapt: (({ platform, when, children }: import("@tamagui/adapt").AdaptProps) => any) & {
|
|
204
174
|
Contents: {
|
|
205
175
|
(props: any): React.FunctionComponentElement<any>;
|
|
@@ -229,14 +199,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
229
199
|
readonly elevation?: SizeTokens | undefined;
|
|
230
200
|
}, "unstyled"> & {
|
|
231
201
|
readonly unstyled?: boolean | undefined;
|
|
232
|
-
} &
|
|
233
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
234
|
-
} & 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<{
|
|
235
|
-
readonly fullscreen?: boolean | undefined;
|
|
236
|
-
readonly elevation?: SizeTokens | undefined;
|
|
237
|
-
}, "unstyled"> & {
|
|
238
|
-
readonly unstyled?: boolean | undefined;
|
|
239
|
-
}>>>> & {
|
|
202
|
+
}>> & {
|
|
240
203
|
disableHideBottomOverflow?: boolean | undefined;
|
|
241
204
|
} & {
|
|
242
205
|
__scopeSheet?: import("@tamagui/create-context").Scope<any>;
|
|
@@ -301,27 +264,7 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
301
264
|
}, "open" | "unstyled"> & {
|
|
302
265
|
readonly open?: boolean | undefined;
|
|
303
266
|
readonly unstyled?: boolean | undefined;
|
|
304
|
-
}
|
|
305
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
306
|
-
} & 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<{
|
|
307
|
-
readonly fullscreen?: boolean | undefined;
|
|
308
|
-
readonly elevation?: SizeTokens | undefined;
|
|
309
|
-
} & {
|
|
310
|
-
readonly backgrounded?: boolean | undefined;
|
|
311
|
-
readonly radiused?: boolean | undefined;
|
|
312
|
-
readonly hoverTheme?: boolean | undefined;
|
|
313
|
-
readonly pressTheme?: boolean | undefined;
|
|
314
|
-
readonly focusTheme?: boolean | undefined;
|
|
315
|
-
readonly circular?: boolean | undefined;
|
|
316
|
-
readonly padded?: boolean | undefined;
|
|
317
|
-
readonly elevate?: boolean | undefined;
|
|
318
|
-
readonly bordered?: number | boolean | undefined;
|
|
319
|
-
readonly transparent?: boolean | undefined;
|
|
320
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
321
|
-
}, "open" | "unstyled"> & {
|
|
322
|
-
readonly open?: boolean | undefined;
|
|
323
|
-
readonly unstyled?: boolean | undefined;
|
|
324
|
-
}>>>>>) => null>;
|
|
267
|
+
}>>>) => null>;
|
|
325
268
|
Handle: ({ __scopeSheet, ...props }: import("@tamagui/sheet").SheetScopedProps<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/core").ExtendBaseStackProps & import("@tamagui/core").TamaguiComponentPropsBase & {
|
|
326
269
|
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
327
270
|
} & 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<{
|
|
@@ -346,24 +289,14 @@ export declare const Popover: React.FC<PopoverProps> & {
|
|
|
346
289
|
}, "open" | "unstyled"> & {
|
|
347
290
|
readonly open?: boolean | undefined;
|
|
348
291
|
readonly unstyled?: boolean | undefined;
|
|
349
|
-
}
|
|
350
|
-
style?: import("@tamagui/core").StyleProp<React.CSSProperties | import("react-native").ViewStyle | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
351
|
-
} & 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<{
|
|
352
|
-
readonly fullscreen?: boolean | undefined;
|
|
353
|
-
readonly elevation?: SizeTokens | undefined;
|
|
354
|
-
}, "open" | "unstyled"> & {
|
|
355
|
-
readonly open?: boolean | undefined;
|
|
356
|
-
readonly unstyled?: boolean | undefined;
|
|
357
|
-
}>>>>>) => JSX.Element | null;
|
|
292
|
+
}>>>) => JSX.Element | null;
|
|
358
293
|
ScrollView: React.ForwardRefExoticComponent<ScrollViewProps & Omit<StackProps, keyof ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
359
294
|
readonly fullscreen?: boolean | undefined;
|
|
360
295
|
} & import("@tamagui/core").PseudoProps<Partial<ScrollViewProps & Omit<StackProps, keyof ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
361
296
|
readonly fullscreen?: boolean | undefined;
|
|
362
297
|
}>> & import("@tamagui/core").MediaProps<Partial<ScrollViewProps & Omit<StackProps, keyof ScrollViewProps> & Omit<{}, "fullscreen"> & {
|
|
363
298
|
readonly fullscreen?: boolean | undefined;
|
|
364
|
-
} &
|
|
365
|
-
readonly fullscreen?: boolean | undefined;
|
|
366
|
-
}>>>> & React.RefAttributes<ScrollView>>;
|
|
299
|
+
}>> & React.RefAttributes<ScrollView>>;
|
|
367
300
|
};
|
|
368
301
|
};
|
|
369
302
|
export {};
|
package/types/Popover.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,CAAA;AAM9B,OAAO,EAEL,UAAU,EAEV,UAAU,EACV,cAAc,EAYf,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AAEvD,OAAO,EAAc,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAClE,OAAO,EAIL,gBAAgB,EAGhB,kBAAkB,EAGlB,WAAW,EAEZ,MAAM,iBAAiB,CAAA;AAExB,OAAO,EAAgB,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAExE,OAAO,EAAU,WAAW,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAY,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAMpE,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACvC,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAA;IACtC,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B,CAAA;AAED,KAAK,mBAAmB,GAAG;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,OAAO,CAAA;IACb,YAAY,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,CAAA;IACjC,YAAY,IAAI,IAAI,CAAA;IACpB,eAAe,EAAE,OAAO,CAAA;IACxB,iBAAiB,IAAI,IAAI,CAAA;IACzB,oBAAoB,IAAI,IAAI,CAAA;IAC5B,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,eAAe,EAAE,GAAG,CAAA;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAC9B,CAAA;AAED,eAAO,MAAM,cAAc,4DAAsD,CAAA;AAEjF,eAAO,MAAM,iBAAiB,2BAAyC,CAAA;AAMvE,MAAM,MAAM,kBAAkB,GAAG,WAAW,CAAA;AAE5C,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../src/Popover.tsx"],"names":[],"mappings":"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"}
|