bootstrap-rn 0.4.6 → 0.4.7
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/lib/module/Context.js.map +1 -1
- package/lib/module/Provider.js +3 -7
- package/lib/module/Provider.js.map +1 -1
- package/lib/module/components/Body.js +8 -1
- package/lib/module/components/Body.js.map +1 -1
- package/lib/module/components/buttons/Button.js +10 -8
- package/lib/module/components/buttons/Button.js.map +1 -1
- package/lib/module/components/close/CloseButton.js +7 -3
- package/lib/module/components/close/CloseButton.js.map +1 -1
- package/lib/module/components/collapse/useCollapse.js +2 -3
- package/lib/module/components/collapse/useCollapse.js.map +1 -1
- package/lib/module/components/dropdown/Dropdown.js +1 -2
- package/lib/module/components/dropdown/Dropdown.js.map +1 -1
- package/lib/module/components/dropdown/DropdownContext.js.map +1 -1
- package/lib/module/components/dropdown/DropdownMenu.js +33 -59
- package/lib/module/components/dropdown/DropdownMenu.js.map +1 -1
- package/lib/module/components/dropdown/useDismissDropdown.js +5 -4
- package/lib/module/components/dropdown/useDismissDropdown.js.map +1 -1
- package/lib/module/components/dropdown/useDropdown.js +35 -11
- package/lib/module/components/dropdown/useDropdown.js.map +1 -1
- package/lib/module/components/dropdown/useToggleDropdown.js +4 -6
- package/lib/module/components/dropdown/useToggleDropdown.js.map +1 -1
- package/lib/module/components/forms/FormCheckInput.js +1 -1
- package/lib/module/components/forms/Input.js +1 -1
- package/lib/module/components/forms/internals/PickerNative.js +1 -1
- package/lib/module/components/forms/internals/PickerNative.js.map +1 -1
- package/lib/module/components/helpers/BackdropHandler.js +6 -92
- package/lib/module/components/helpers/BackdropHandler.js.map +1 -1
- package/lib/module/components/helpers/BackdropHandler.web.js +8 -0
- package/lib/module/components/helpers/BackdropHandler.web.js.map +1 -0
- package/lib/module/components/helpers/Dialog.js +29 -0
- package/lib/module/components/helpers/Dialog.js.map +1 -0
- package/lib/module/components/helpers/Dialog.web.js +117 -0
- package/lib/module/components/helpers/Dialog.web.js.map +1 -0
- package/lib/module/components/helpers/Portal.js +5 -0
- package/lib/module/components/helpers/Portal.js.map +1 -0
- package/lib/module/components/helpers/Portal.web.js +16 -0
- package/lib/module/components/helpers/Portal.web.js.map +1 -0
- package/lib/module/components/helpers/PortalHost.js +5 -0
- package/lib/module/components/helpers/PortalHost.js.map +1 -0
- package/lib/module/components/helpers/PortalHost.web.js +15 -0
- package/lib/module/components/helpers/PortalHost.web.js.map +1 -0
- package/lib/module/components/modal/Modal.js +58 -48
- package/lib/module/components/modal/Modal.js.map +1 -1
- package/lib/module/components/modal/ModalContext.js.map +1 -1
- package/lib/module/components/modal/ModalTitle.js +6 -0
- package/lib/module/components/modal/ModalTitle.js.map +1 -1
- package/lib/module/components/modal/useModal.js +4 -13
- package/lib/module/components/modal/useModal.js.map +1 -1
- package/lib/module/components/nav/useTabbable.js +2 -3
- package/lib/module/components/nav/useTabbable.js.map +1 -1
- package/lib/module/components/navbar/NavbarToggler.js +1 -1
- package/lib/module/components/navbar/useNavbar.js +2 -3
- package/lib/module/components/navbar/useNavbar.js.map +1 -1
- package/lib/module/components/offcanvas/Offcanvas.js +84 -82
- package/lib/module/components/offcanvas/Offcanvas.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasContext.js.map +1 -1
- package/lib/module/components/offcanvas/OffcanvasTitle.js +6 -0
- package/lib/module/components/offcanvas/OffcanvasTitle.js.map +1 -1
- package/lib/module/components/offcanvas/useOffcanvas.js +6 -14
- package/lib/module/components/offcanvas/useOffcanvas.js.map +1 -1
- package/lib/module/components/pagination/PaginationItem.js +39 -39
- package/lib/module/components/popover/Popover.js +6 -8
- package/lib/module/components/popover/Popover.js.map +1 -1
- package/lib/module/components/popover/PopoverArrow.js +18 -9
- package/lib/module/components/popover/PopoverArrow.js.map +1 -1
- package/lib/module/components/popover/PopoverContext.js.map +1 -1
- package/lib/module/components/popover/injectPopover.js +48 -45
- package/lib/module/components/popover/injectPopover.js.map +1 -1
- package/lib/module/components/tooltip/Tooltip.js +7 -23
- package/lib/module/components/tooltip/Tooltip.js.map +1 -1
- package/lib/module/components/tooltip/TooltipArrow.js +22 -12
- package/lib/module/components/tooltip/TooltipArrow.js.map +1 -1
- package/lib/module/components/tooltip/TooltipContext.js.map +1 -1
- package/lib/module/components/tooltip/injectTooltip.js +46 -42
- package/lib/module/components/tooltip/injectTooltip.js.map +1 -1
- package/lib/module/hooks/useBackgroundNative.js.map +1 -1
- package/lib/module/hooks/useFocusRing.js +13 -0
- package/lib/module/hooks/useFocusRing.js.map +1 -0
- package/lib/module/hooks/useFocusRing.web.js +5 -0
- package/lib/module/hooks/useFocusRing.web.js.map +1 -0
- package/lib/module/hooks/useInteractionState.js +11 -11
- package/lib/module/hooks/useInteractionState.js.map +1 -1
- package/lib/module/hooks/useOverlay.js +121 -0
- package/lib/module/hooks/useOverlay.js.map +1 -0
- package/lib/module/hooks/useOverlay.web.js +113 -0
- package/lib/module/hooks/useOverlay.web.js.map +1 -0
- package/lib/module/hooks/useScrollbarEffects.js +7 -60
- package/lib/module/hooks/useScrollbarEffects.js.map +1 -1
- package/lib/module/hooks/useScrollbarEffects.web.js +59 -0
- package/lib/module/hooks/useScrollbarEffects.web.js.map +1 -0
- package/lib/module/index.js +3 -3
- package/lib/module/index.js.map +1 -1
- package/lib/module/style/StyleSheet.js +1 -3
- package/lib/module/style/StyleSheet.js.map +1 -1
- package/lib/module/theme/variables.js +9 -9
- package/lib/module/utils.js +0 -11
- package/lib/module/utils.js.map +1 -1
- package/lib/typescript/Context.d.ts +0 -1
- package/lib/typescript/Context.d.ts.map +1 -1
- package/lib/typescript/Provider.d.ts.map +1 -1
- package/lib/typescript/components/Body.d.ts.map +1 -1
- package/lib/typescript/components/Link.d.ts +1 -1
- package/lib/typescript/components/Link.d.ts.map +1 -1
- package/lib/typescript/components/Pressable.d.ts +1 -1
- package/lib/typescript/components/Pressable.d.ts.map +1 -1
- package/lib/typescript/components/TextInput.d.ts +3 -3
- package/lib/typescript/components/TextInput.d.ts.map +1 -1
- package/lib/typescript/components/buttons/Button.d.ts +1 -1
- package/lib/typescript/components/buttons/Button.d.ts.map +1 -1
- package/lib/typescript/components/close/CloseButton.d.ts +1 -1
- package/lib/typescript/components/close/CloseButton.d.ts.map +1 -1
- package/lib/typescript/components/collapse/useCollapse.d.ts.map +1 -1
- package/lib/typescript/components/dropdown/Dropdown.d.ts +0 -1
- package/lib/typescript/components/dropdown/Dropdown.d.ts.map +1 -1
- package/lib/typescript/components/dropdown/DropdownContext.d.ts +14 -3
- package/lib/typescript/components/dropdown/DropdownContext.d.ts.map +1 -1
- package/lib/typescript/components/dropdown/DropdownMenu.d.ts +0 -1
- package/lib/typescript/components/dropdown/DropdownMenu.d.ts.map +1 -1
- package/lib/typescript/components/dropdown/useDismissDropdown.d.ts +1 -1
- package/lib/typescript/components/dropdown/useDismissDropdown.d.ts.map +1 -1
- package/lib/typescript/components/dropdown/useDropdown.d.ts +38 -4
- package/lib/typescript/components/dropdown/useDropdown.d.ts.map +1 -1
- package/lib/typescript/components/dropdown/useToggleDropdown.d.ts +4 -3
- package/lib/typescript/components/dropdown/useToggleDropdown.d.ts.map +1 -1
- package/lib/typescript/components/forms/Picker.d.ts +1 -1
- package/lib/typescript/components/forms/internals/PickerNative.d.ts +1 -1
- package/lib/typescript/components/forms/internals/PickerNative.d.ts.map +1 -1
- package/lib/typescript/components/forms/internals/PickerWeb.d.ts +1 -1
- package/lib/typescript/components/forms/internals/PickerWeb.d.ts.map +1 -1
- package/lib/typescript/components/helpers/BackdropHandler.d.ts +2 -11
- package/lib/typescript/components/helpers/BackdropHandler.d.ts.map +1 -1
- package/lib/typescript/components/helpers/BackdropHandler.web.d.ts +3 -0
- package/lib/typescript/components/helpers/BackdropHandler.web.d.ts.map +1 -0
- package/lib/typescript/components/helpers/Dialog.d.ts +15 -0
- package/lib/typescript/components/helpers/Dialog.d.ts.map +1 -0
- package/lib/typescript/components/helpers/Dialog.web.d.ts +15 -0
- package/lib/typescript/components/helpers/Dialog.web.d.ts.map +1 -0
- package/lib/typescript/components/helpers/Portal.d.ts +8 -0
- package/lib/typescript/components/helpers/Portal.d.ts.map +1 -0
- package/lib/typescript/components/helpers/Portal.web.d.ts +8 -0
- package/lib/typescript/components/helpers/Portal.web.d.ts.map +1 -0
- package/lib/typescript/components/helpers/PortalHost.d.ts +6 -0
- package/lib/typescript/components/helpers/PortalHost.d.ts.map +1 -0
- package/lib/typescript/components/helpers/PortalHost.web.d.ts +7 -0
- package/lib/typescript/components/helpers/PortalHost.web.d.ts.map +1 -0
- package/lib/typescript/components/list-group/ListGroup.d.ts +1 -1
- package/lib/typescript/components/list-group/ListGroupItemAction.d.ts +1 -1
- package/lib/typescript/components/list-group/ListGroupItemAction.d.ts.map +1 -1
- package/lib/typescript/components/modal/Modal.d.ts +1 -1
- package/lib/typescript/components/modal/Modal.d.ts.map +1 -1
- package/lib/typescript/components/modal/ModalContext.d.ts +1 -0
- package/lib/typescript/components/modal/ModalContext.d.ts.map +1 -1
- package/lib/typescript/components/modal/ModalTitle.d.ts.map +1 -1
- package/lib/typescript/components/modal/useModal.d.ts +2 -1
- package/lib/typescript/components/modal/useModal.d.ts.map +1 -1
- package/lib/typescript/components/nav/Nav.d.ts +1 -1
- package/lib/typescript/components/nav/NavLink.d.ts +1 -1
- package/lib/typescript/components/nav/NavLink.d.ts.map +1 -1
- package/lib/typescript/components/nav/useTabbable.d.ts.map +1 -1
- package/lib/typescript/components/navbar/Navbar.d.ts +2 -2
- package/lib/typescript/components/navbar/NavbarBrand.d.ts +1 -1
- package/lib/typescript/components/navbar/NavbarBrand.d.ts.map +1 -1
- package/lib/typescript/components/navbar/NavbarToggler.d.ts +1 -1
- package/lib/typescript/components/navbar/NavbarToggler.d.ts.map +1 -1
- package/lib/typescript/components/navbar/useNavbar.d.ts.map +1 -1
- package/lib/typescript/components/offcanvas/Offcanvas.d.ts +1 -4
- package/lib/typescript/components/offcanvas/Offcanvas.d.ts.map +1 -1
- package/lib/typescript/components/offcanvas/OffcanvasContext.d.ts +3 -1
- package/lib/typescript/components/offcanvas/OffcanvasContext.d.ts.map +1 -1
- package/lib/typescript/components/offcanvas/OffcanvasTitle.d.ts.map +1 -1
- package/lib/typescript/components/offcanvas/useOffcanvas.d.ts +3 -1
- package/lib/typescript/components/offcanvas/useOffcanvas.d.ts.map +1 -1
- package/lib/typescript/components/popover/Popover.d.ts +3 -4
- package/lib/typescript/components/popover/Popover.d.ts.map +1 -1
- package/lib/typescript/components/popover/PopoverArrow.d.ts.map +1 -1
- package/lib/typescript/components/popover/PopoverContext.d.ts +3 -4
- package/lib/typescript/components/popover/PopoverContext.d.ts.map +1 -1
- package/lib/typescript/components/popover/injectPopover.d.ts +5 -7
- package/lib/typescript/components/popover/injectPopover.d.ts.map +1 -1
- package/lib/typescript/components/tooltip/Tooltip.d.ts +3 -4
- package/lib/typescript/components/tooltip/Tooltip.d.ts.map +1 -1
- package/lib/typescript/components/tooltip/TooltipArrow.d.ts.map +1 -1
- package/lib/typescript/components/tooltip/TooltipContext.d.ts +3 -4
- package/lib/typescript/components/tooltip/TooltipContext.d.ts.map +1 -1
- package/lib/typescript/components/tooltip/injectTooltip.d.ts +5 -7
- package/lib/typescript/components/tooltip/injectTooltip.d.ts.map +1 -1
- package/lib/typescript/hooks/useBackgroundNative.d.ts.map +1 -1
- package/lib/typescript/hooks/useFocusRing.d.ts +3 -0
- package/lib/typescript/hooks/useFocusRing.d.ts.map +1 -0
- package/lib/typescript/hooks/useFocusRing.web.d.ts +3 -0
- package/lib/typescript/hooks/useFocusRing.web.d.ts.map +1 -0
- package/lib/typescript/hooks/useInteractionState.d.ts +7 -7
- package/lib/typescript/hooks/useInteractionState.d.ts.map +1 -1
- package/lib/typescript/hooks/useOverlay.d.ts +64 -0
- package/lib/typescript/hooks/useOverlay.d.ts.map +1 -0
- package/lib/typescript/hooks/useOverlay.web.d.ts +37 -0
- package/lib/typescript/hooks/useOverlay.web.d.ts.map +1 -0
- package/lib/typescript/hooks/useScrollbarEffects.d.ts.map +1 -1
- package/lib/typescript/hooks/useScrollbarEffects.web.d.ts +7 -0
- package/lib/typescript/hooks/useScrollbarEffects.web.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +5 -4
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/style/StyleSheet.d.ts.map +1 -1
- package/lib/typescript/types.d.ts +12 -6
- package/lib/typescript/types.d.ts.map +1 -1
- package/lib/typescript/utils.d.ts +2 -3
- package/lib/typescript/utils.d.ts.map +1 -1
- package/package.json +92 -85
- package/src/Context.ts +37 -38
- package/src/Provider.tsx +61 -66
- package/src/components/Body.tsx +16 -1
- package/src/components/TextInput.tsx +66 -66
- package/src/components/buttons/Button.tsx +381 -379
- package/src/components/close/CloseButton.tsx +142 -138
- package/src/components/collapse/useCollapse.ts +25 -26
- package/src/components/dropdown/Dropdown.tsx +77 -80
- package/src/components/dropdown/DropdownContext.ts +14 -3
- package/src/components/dropdown/DropdownMenu.tsx +243 -284
- package/src/components/dropdown/useDismissDropdown.ts +30 -29
- package/src/components/dropdown/useDropdown.ts +55 -38
- package/src/components/dropdown/useToggleDropdown.ts +31 -32
- package/src/components/forms/FormCheckInput.tsx +268 -268
- package/src/components/forms/Input.tsx +220 -220
- package/src/components/forms/internals/PickerNative.tsx +9 -10
- package/src/components/helpers/BackdropHandler.tsx +5 -119
- package/src/components/helpers/BackdropHandler.web.tsx +6 -0
- package/src/components/helpers/Dialog.tsx +49 -0
- package/src/components/helpers/Dialog.web.tsx +145 -0
- package/src/components/helpers/Portal.tsx +10 -0
- package/src/components/helpers/Portal.web.tsx +22 -0
- package/src/components/helpers/PortalHost.tsx +7 -0
- package/src/components/helpers/PortalHost.web.tsx +14 -0
- package/src/components/modal/Modal.tsx +60 -48
- package/src/components/modal/ModalContext.ts +12 -11
- package/src/components/modal/ModalTitle.tsx +41 -31
- package/src/components/modal/useModal.ts +13 -25
- package/src/components/nav/useTabbable.ts +31 -32
- package/src/components/navbar/NavbarToggler.tsx +130 -130
- package/src/components/navbar/useNavbar.ts +30 -31
- package/src/components/offcanvas/Offcanvas.tsx +91 -92
- package/src/components/offcanvas/OffcanvasContext.ts +13 -11
- package/src/components/offcanvas/OffcanvasTitle.tsx +43 -33
- package/src/components/offcanvas/useOffcanvas.ts +12 -20
- package/src/components/pagination/PaginationItem.tsx +139 -139
- package/src/components/popover/Popover.tsx +87 -90
- package/src/components/popover/PopoverArrow.tsx +22 -6
- package/src/components/popover/PopoverContext.ts +13 -18
- package/src/components/popover/injectPopover.tsx +63 -55
- package/src/components/tooltip/Tooltip.tsx +79 -98
- package/src/components/tooltip/TooltipArrow.tsx +26 -8
- package/src/components/tooltip/TooltipContext.ts +13 -18
- package/src/components/tooltip/injectTooltip.tsx +62 -53
- package/src/hooks/useAction.ts +78 -78
- package/src/hooks/useBackgroundNative.tsx +6 -4
- package/src/hooks/useFocusRing.ts +13 -0
- package/src/hooks/useFocusRing.web.ts +3 -0
- package/src/hooks/useInteractionState.ts +75 -81
- package/src/hooks/useOverlay.ts +197 -0
- package/src/hooks/useOverlay.web.ts +190 -0
- package/src/hooks/useScrollbarEffects.ts +5 -83
- package/src/hooks/useScrollbarEffects.web.ts +83 -0
- package/src/index.ts +5 -5
- package/src/style/StyleSheet.ts +2 -5
- package/src/theme/variables.ts +1420 -1420
- package/src/types.ts +14 -14
- package/src/utils.ts +4 -22
- package/lib/module/components/SafeAreaView.js +0 -42
- package/lib/module/components/SafeAreaView.js.map +0 -1
- package/lib/module/components/helpers/Overlay.js +0 -50
- package/lib/module/components/helpers/Overlay.js.map +0 -1
- package/lib/module/hooks/useIdentifier.js +0 -14
- package/lib/module/hooks/useIdentifier.js.map +0 -1
- package/lib/module/hooks/useTrigger.js +0 -97
- package/lib/module/hooks/useTrigger.js.map +0 -1
- package/lib/typescript/components/SafeAreaView.d.ts +0 -12
- package/lib/typescript/components/SafeAreaView.d.ts.map +0 -1
- package/lib/typescript/components/helpers/Overlay.d.ts +0 -28
- package/lib/typescript/components/helpers/Overlay.d.ts.map +0 -1
- package/lib/typescript/hooks/useIdentifier.d.ts +0 -2
- package/lib/typescript/hooks/useIdentifier.d.ts.map +0 -1
- package/lib/typescript/hooks/useTrigger.d.ts +0 -33
- package/lib/typescript/hooks/useTrigger.d.ts.map +0 -1
- package/src/components/SafeAreaView.tsx +0 -64
- package/src/components/helpers/Overlay.tsx +0 -81
- package/src/hooks/useIdentifier.ts +0 -15
- package/src/hooks/useTrigger.ts +0 -141
|
@@ -11,10 +11,10 @@ export interface NavbarProps extends ViewProps {
|
|
|
11
11
|
expand?: NavbarExpand;
|
|
12
12
|
}
|
|
13
13
|
declare const _default: React.ForwardRefExoticComponent<NavbarProps & React.RefAttributes<import("react-native").View>> & {
|
|
14
|
-
Brand: React.ForwardRefExoticComponent<import("./NavbarBrand").NavbarBrandProps & React.RefAttributes<import("react-native").View>>;
|
|
14
|
+
Brand: React.ForwardRefExoticComponent<Omit<import("./NavbarBrand").NavbarBrandProps, "ref"> & React.RefAttributes<import("react-native").View>>;
|
|
15
15
|
Text: React.ForwardRefExoticComponent<import("./NavbarText").NavbarTextProps & React.RefAttributes<import("react-native").View>>;
|
|
16
16
|
Collapse: React.ForwardRefExoticComponent<import("./NavbarCollapse").NavbarCollapseProps & React.RefAttributes<import("react-native").View>>;
|
|
17
|
-
Toggler: React.ForwardRefExoticComponent<import("./NavbarToggler").NavbarTogglerProps & React.RefAttributes<import("react-native").View>>;
|
|
17
|
+
Toggler: React.ForwardRefExoticComponent<Omit<import("./NavbarToggler").NavbarTogglerProps, "ref"> & React.RefAttributes<import("react-native").View>>;
|
|
18
18
|
useDismiss: typeof useDismissNavbar;
|
|
19
19
|
useToggle: typeof useToggleNavbar;
|
|
20
20
|
};
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { PressableProps } from '../Pressable';
|
|
3
3
|
export interface NavbarBrandProps extends PressableProps {
|
|
4
4
|
}
|
|
5
|
-
declare const NavbarBrand: React.ForwardRefExoticComponent<NavbarBrandProps & React.RefAttributes<import("react-native").View>>;
|
|
5
|
+
declare const NavbarBrand: React.ForwardRefExoticComponent<Omit<NavbarBrandProps, "ref"> & React.RefAttributes<import("react-native").View>>;
|
|
6
6
|
export default NavbarBrand;
|
|
7
7
|
//# sourceMappingURL=NavbarBrand.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavbarBrand.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/NavbarBrand.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAKvE,MAAM,WAAW,gBAAiB,SAAQ,cAAc;CAAG;AA2C3D,QAAA,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"NavbarBrand.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/NavbarBrand.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAE,cAAc,EAAgB,MAAM,cAAc,CAAC;AAKvE,MAAM,WAAW,gBAAiB,SAAQ,cAAc;CAAG;AA2C3D,QAAA,MAAM,WAAW,mHAwBhB,CAAC;AAIF,eAAe,WAAW,CAAC"}
|
|
@@ -4,6 +4,6 @@ import type { ExtendedViewStyle, StyleProp } from '../../types';
|
|
|
4
4
|
export interface NavbarTogglerProps extends Omit<PressableProps, 'children'> {
|
|
5
5
|
iconStyle?: StyleProp<ExtendedViewStyle>;
|
|
6
6
|
}
|
|
7
|
-
declare const NavbarToggler: React.ForwardRefExoticComponent<NavbarTogglerProps & React.RefAttributes<import("react-native").View>>;
|
|
7
|
+
declare const NavbarToggler: React.ForwardRefExoticComponent<Omit<NavbarTogglerProps, "ref"> & React.RefAttributes<import("react-native").View>>;
|
|
8
8
|
export default NavbarToggler;
|
|
9
9
|
//# sourceMappingURL=NavbarToggler.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavbarToggler.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/NavbarToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAYzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAkB,MAAM,aAAa,CAAC;AAEhF,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IAC1E,SAAS,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC1C;AAmED,QAAA,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"NavbarToggler.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/NavbarToggler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAYzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAkB,MAAM,aAAa,CAAC;AAEhF,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IAC1E,SAAS,CAAC,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;CAC1C;AAmED,QAAA,MAAM,aAAa,qHAuClB,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useNavbar.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/useNavbar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useNavbar.d.ts","sourceRoot":"","sources":["../../../../src/components/navbar/useNavbar.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEnE,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,aAAa,EACtB,eAAe,EAAE,OAAO,EACxB,kBAAkB,CAAC,EAAE,OAAO,EAC5B,QAAQ,CAAC,EAAE,MAAM,IAAI,EACrB,MAAM,CAAC,EAAE,YAAY;;;;;;EAoBtB"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ViewProps } from '../View';
|
|
3
|
-
import type { ExtendedTextStyle, ExtendedViewStyle, StyleProp } from '../../types';
|
|
4
3
|
export interface OffcanvasProps extends ViewProps {
|
|
5
4
|
visible?: boolean;
|
|
6
5
|
placement?: 'top' | 'bottom' | 'start' | 'end';
|
|
7
6
|
backdrop?: boolean | 'static';
|
|
8
7
|
scroll?: boolean;
|
|
9
|
-
|
|
10
|
-
dialogStyle?: StyleProp<ExtendedViewStyle>;
|
|
11
|
-
dialogTextStyle?: StyleProp<ExtendedTextStyle>;
|
|
8
|
+
onClose: () => void;
|
|
12
9
|
}
|
|
13
10
|
declare const _default: React.ForwardRefExoticComponent<OffcanvasProps & React.RefAttributes<import("react-native").View>> & {
|
|
14
11
|
Context: React.Context<import("./OffcanvasContext").OffcanvasContextProps | null>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Offcanvas.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/Offcanvas.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Offcanvas.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/Offcanvas.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAKlD,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAanD,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,CAAC;IAC/C,QAAQ,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;;;;;;;AAsND,wBAKG"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
2
|
+
export interface OffcanvasContextProps {
|
|
3
|
+
identifier: string;
|
|
4
|
+
}
|
|
3
5
|
declare const OffcanvasContext: React.Context<OffcanvasContextProps | null>;
|
|
4
6
|
export default OffcanvasContext;
|
|
5
7
|
//# sourceMappingURL=OffcanvasContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OffcanvasContext.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/OffcanvasContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,
|
|
1
|
+
{"version":3,"file":"OffcanvasContext.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/OffcanvasContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,qBAAqB;IACpC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,gBAAgB,6CAErB,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OffcanvasTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/OffcanvasTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"OffcanvasTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/OffcanvasTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAIlD,MAAM,WAAW,mBAAoB,SAAQ,SAAS;CAAG;AASzD,QAAA,MAAM,cAAc,yGAoBnB,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOffcanvas.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/useOffcanvas.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useOffcanvas.d.ts","sourceRoot":"","sources":["../../../../src/components/offcanvas/useOffcanvas.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,YAAY;;EASnC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ViewProps } from '../View';
|
|
3
|
-
import {
|
|
3
|
+
import type { OverlayPhysicalPlacement } from '../../types';
|
|
4
4
|
export interface PopoverProps extends ViewProps {
|
|
5
|
-
placement?:
|
|
6
|
-
|
|
7
|
-
arrowStyle?: StyleProp<ExtendedViewStyle>;
|
|
5
|
+
placement?: OverlayPhysicalPlacement;
|
|
6
|
+
floating?: boolean;
|
|
8
7
|
}
|
|
9
8
|
declare const _default: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<import("react-native").View>> & {
|
|
10
9
|
Arrow: React.ForwardRefExoticComponent<import("./PopoverArrow").PopoverArrowProps & React.RefAttributes<import("react-native").View>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAKnD,OAAO,
|
|
1
|
+
{"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAKnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C,SAAS,CAAC,EAAE,wBAAwB,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;;;;;AAmED,wBAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverArrow.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/PopoverArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AASnD,MAAM,WAAW,iBAAkB,SAAQ,SAAS;CAAG;
|
|
1
|
+
{"version":3,"file":"PopoverArrow.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/PopoverArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AASnD,MAAM,WAAW,iBAAkB,SAAQ,SAAS;CAAG;AAmKvD,QAAA,MAAM,YAAY,uGA8BjB,CAAC;AAIF,eAAe,YAAY,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { OverlayPlacement } from '../../types';
|
|
3
3
|
type PopoverContextType = {
|
|
4
|
-
placement:
|
|
5
|
-
|
|
6
|
-
arrowStyle?: StyleProp<ExtendedViewStyle>;
|
|
4
|
+
placement: OverlayPlacement;
|
|
5
|
+
floating?: boolean;
|
|
7
6
|
};
|
|
8
7
|
declare const PopoverContext: React.Context<PopoverContextType | null>;
|
|
9
8
|
export default PopoverContext;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopoverContext.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/PopoverContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
|
1
|
+
{"version":3,"file":"PopoverContext.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/PopoverContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,cAAc,0CAAuD,CAAC;AAI5E,eAAe,cAAc,CAAC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export interface InjectPopoverProps {
|
|
2
|
+
import type { OverlayTrigger, OverlayPlacement, OverlayProps } from '../../types';
|
|
3
|
+
export interface InjectPopoverProps extends OverlayProps {
|
|
5
4
|
popover: {
|
|
6
5
|
title?: React.ReactNode;
|
|
7
6
|
content: React.ReactNode;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
} & TriggerProps;
|
|
7
|
+
trigger?: OverlayTrigger;
|
|
8
|
+
placement?: OverlayPlacement;
|
|
9
|
+
};
|
|
12
10
|
}
|
|
13
11
|
export default function injectPopover<Props>(Target: React.ComponentType<Props>): React.ForwardRefExoticComponent<React.PropsWithoutRef<Props & InjectPopoverProps> & React.RefAttributes<import("react-native").View>>;
|
|
14
12
|
//# sourceMappingURL=injectPopover.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectPopover.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/injectPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"injectPopover.d.ts","sourceRoot":"","sources":["../../../../src/components/popover/injectPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EACV,cAAc,EACd,gBAAgB,EAChB,YAAY,EACb,MAAM,aAAa,CAAC;AAGrB,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,OAAO,EAAE;QACP,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACxB,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;QACzB,OAAO,CAAC,EAAE,cAAc,CAAC;QACzB,SAAS,CAAC,EAAE,gBAAgB,CAAC;KAC9B,CAAC;CACH;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EACzC,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,yIA+EnC"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ViewProps } from '../View';
|
|
3
|
-
import {
|
|
3
|
+
import type { OverlayPhysicalPlacement } from '../../types';
|
|
4
4
|
export interface TooltipProps extends ViewProps {
|
|
5
|
-
placement?:
|
|
6
|
-
|
|
7
|
-
arrowStyle?: StyleProp<ExtendedViewStyle>;
|
|
5
|
+
placement?: OverlayPhysicalPlacement;
|
|
6
|
+
floating?: boolean;
|
|
8
7
|
}
|
|
9
8
|
declare const _default: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<import("react-native").View>> & {
|
|
10
9
|
Arrow: React.ForwardRefExoticComponent<import("./TooltipArrow").TooltipArrowProps & React.RefAttributes<import("react-native").View>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAOnD,OAAO,
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAOnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C,SAAS,CAAC,EAAE,wBAAwB,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;;;;AA6DD,wBAGG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipArrow.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/TooltipArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"TooltipArrow.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/TooltipArrow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAa,EAAE,SAAS,EAAW,MAAM,SAAS,CAAC;AAQnD,MAAM,WAAW,iBAAkB,SAAQ,SAAS;CAAG;AAgGvD,QAAA,MAAM,YAAY,uGA0BjB,CAAC;AAIF,eAAe,YAAY,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import type { OverlayPlacement } from '../../types';
|
|
3
3
|
type TooltipContextType = {
|
|
4
|
-
placement:
|
|
5
|
-
|
|
6
|
-
arrowStyle?: StyleProp<ExtendedViewStyle>;
|
|
4
|
+
placement: OverlayPlacement;
|
|
5
|
+
floating?: boolean;
|
|
7
6
|
};
|
|
8
7
|
declare const TooltipContext: React.Context<TooltipContextType | null>;
|
|
9
8
|
export default TooltipContext;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipContext.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/TooltipContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,
|
|
1
|
+
{"version":3,"file":"TooltipContext.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/TooltipContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,cAAc,0CAAuD,CAAC;AAI5E,eAAe,cAAc,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export interface InjectTooltipProps {
|
|
2
|
+
import type { OverlayTrigger, OverlayPlacement, OverlayProps } from '../../types';
|
|
3
|
+
export interface InjectTooltipProps extends OverlayProps {
|
|
5
4
|
tooltip: {
|
|
6
5
|
title: React.ReactNode;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} & TriggerProps;
|
|
6
|
+
trigger?: OverlayTrigger;
|
|
7
|
+
placement?: OverlayPlacement;
|
|
8
|
+
};
|
|
11
9
|
}
|
|
12
10
|
export default function injectTooltip<Props>(Target: React.ComponentType<Props>): React.ForwardRefExoticComponent<React.PropsWithoutRef<Props & InjectTooltipProps> & React.RefAttributes<import("react-native").View>>;
|
|
13
11
|
//# sourceMappingURL=injectTooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"injectTooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/injectTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"injectTooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/injectTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EACV,cAAc,EACd,gBAAgB,EAChB,YAAY,EACb,MAAM,aAAa,CAAC;AAGrB,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,OAAO,EAAE;QACP,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;QACvB,OAAO,CAAC,EAAE,cAAc,CAAC;QACzB,SAAS,CAAC,EAAE,gBAAgB,CAAC;KAC9B,CAAC;CACH;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,KAAK,EACzC,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,yIA6EnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useBackgroundNative.d.ts","sourceRoot":"","sources":["../../../src/hooks/useBackgroundNative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"useBackgroundNative.d.ts","sourceRoot":"","sources":["../../../src/hooks/useBackgroundNative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AA6J1C,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK,EAAE,SAAS,EAAE;;;;;EA2C7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFocusRing.d.ts","sourceRoot":"","sources":["../../../src/hooks/useFocusRing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAE3E,MAAM,CAAC,OAAO,UAAU,YAAY,CAGlC,KAAK,CAAC,EAAE,kBAAkB,GACzB,aAAa,CAMf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFocusRing.web.d.ts","sourceRoot":"","sources":["../../../src/hooks/useFocusRing.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,eAAe,YAAY,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { MouseEvent, GestureResponderEvent, FocusEvent, BlurEvent } from 'react-native';
|
|
2
2
|
type InteractionProps = {
|
|
3
|
-
onFocus?: null | ((event:
|
|
4
|
-
onBlur?: null | ((event:
|
|
3
|
+
onFocus?: null | ((event: FocusEvent) => void) | undefined;
|
|
4
|
+
onBlur?: null | ((event: BlurEvent) => void) | undefined;
|
|
5
5
|
onHoverIn?: null | ((event: MouseEvent) => void) | undefined;
|
|
6
6
|
onHoverOut?: null | ((event: MouseEvent) => void) | undefined;
|
|
7
7
|
onPressIn?: null | ((event: GestureResponderEvent) => void) | undefined;
|
|
@@ -11,15 +11,15 @@ type InteractionProps = {
|
|
|
11
11
|
export default function useInteractionState({ onFocus, onBlur, onHoverIn, onHoverOut, onPressIn, onPressOut, autoFocus, }: InteractionProps): {
|
|
12
12
|
interaction: {
|
|
13
13
|
hover: boolean;
|
|
14
|
-
focus:
|
|
15
|
-
focusVisible:
|
|
14
|
+
focus: boolean;
|
|
15
|
+
focusVisible: boolean;
|
|
16
16
|
active: boolean;
|
|
17
17
|
};
|
|
18
18
|
interactionProps: {
|
|
19
19
|
onHoverIn(event: MouseEvent): void;
|
|
20
20
|
onHoverOut(event: MouseEvent): void;
|
|
21
|
-
onFocus(event:
|
|
22
|
-
onBlur(event:
|
|
21
|
+
onFocus(event: FocusEvent): void;
|
|
22
|
+
onBlur(event: BlurEvent): void;
|
|
23
23
|
onPressIn(event: GestureResponderEvent): void;
|
|
24
24
|
onPressOut(event: GestureResponderEvent): void;
|
|
25
25
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInteractionState.d.ts","sourceRoot":"","sources":["../../../src/hooks/useInteractionState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,
|
|
1
|
+
{"version":3,"file":"useInteractionState.d.ts","sourceRoot":"","sources":["../../../src/hooks/useInteractionState.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,UAAU,EACV,qBAAqB,EACrB,UAAU,EACV,SAAS,EACV,MAAM,cAAc,CAAC;AAGtB,KAAK,gBAAgB,GAAG;IACtB,OAAO,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC3D,MAAM,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACzD,SAAS,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC7D,UAAU,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC9D,SAAS,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACxE,UAAU,CAAC,EAAE,IAAI,GAAG,CAAC,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IACzE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,OAAO,EACP,MAAM,EACN,SAAS,EACT,UAAU,EACV,SAAS,EACT,UAAU,EACV,SAAS,GACV,EAAE,gBAAgB;;;;;;;;yBAcI,UAAU;0BAIT,UAAU;uBAIb,UAAU;sBAKX,SAAS;yBAKN,qBAAqB;0BAIpB,qBAAqB;;EAW5C"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { GestureResponderEvent, type LayoutChangeEvent } from 'react-native';
|
|
2
|
+
import type { OverlayTrigger, OverlayAlignment, OverlayPlacement, OverlayPhysicalPlacement } from '../types';
|
|
3
|
+
type UseOverlayOptions = {
|
|
4
|
+
defaultVisible: boolean;
|
|
5
|
+
controlledVisible: boolean | undefined;
|
|
6
|
+
onToggle: (value: boolean) => void;
|
|
7
|
+
offset: number;
|
|
8
|
+
align: OverlayAlignment;
|
|
9
|
+
placement: OverlayPlacement;
|
|
10
|
+
trigger?: OverlayTrigger;
|
|
11
|
+
};
|
|
12
|
+
export default function useOverlay({ defaultVisible, controlledVisible, onToggle, offset, align, placement, }: UseOverlayOptions): {
|
|
13
|
+
identifier: string;
|
|
14
|
+
visible: boolean;
|
|
15
|
+
setVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
16
|
+
placement: OverlayPhysicalPlacement;
|
|
17
|
+
trigger: {
|
|
18
|
+
ref: import("react").RefObject<import("react-native").View | null>;
|
|
19
|
+
getProps: (props: {
|
|
20
|
+
onPress?: (event: GestureResponderEvent) => void;
|
|
21
|
+
} & Record<string, unknown>) => {
|
|
22
|
+
onPress: (event: GestureResponderEvent) => void;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
content: {
|
|
26
|
+
ref: import("react").RefObject<import("react-native").View | null>;
|
|
27
|
+
getProps: (props: {
|
|
28
|
+
onLayout?: (event: LayoutChangeEvent) => void;
|
|
29
|
+
} & Record<string, unknown>) => {
|
|
30
|
+
onLayout: (event: LayoutChangeEvent) => void;
|
|
31
|
+
};
|
|
32
|
+
style: ({
|
|
33
|
+
readonly position: "absolute";
|
|
34
|
+
} & {
|
|
35
|
+
top: number;
|
|
36
|
+
} & {
|
|
37
|
+
left: number;
|
|
38
|
+
maxWidth: number;
|
|
39
|
+
}) | {
|
|
40
|
+
readonly position?: undefined;
|
|
41
|
+
readonly opacity?: undefined;
|
|
42
|
+
readonly top?: undefined;
|
|
43
|
+
readonly zIndex?: undefined;
|
|
44
|
+
} | {
|
|
45
|
+
readonly position: "absolute";
|
|
46
|
+
readonly opacity: 0;
|
|
47
|
+
readonly top: number;
|
|
48
|
+
readonly zIndex: -9999999;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
arrow: {
|
|
52
|
+
ref: null;
|
|
53
|
+
getProps: (props: {
|
|
54
|
+
onLayout?: (event: LayoutChangeEvent) => void;
|
|
55
|
+
} & Record<string, unknown>) => {
|
|
56
|
+
onLayout: (event: LayoutChangeEvent) => void;
|
|
57
|
+
};
|
|
58
|
+
style: {
|
|
59
|
+
left: number;
|
|
60
|
+
} | null;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
export {};
|
|
64
|
+
//# sourceMappingURL=useOverlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOverlay.d.ts","sourceRoot":"","sources":["../../../src/hooks/useOverlay.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACrB,KAAK,iBAAiB,EAEvB,MAAM,cAAc,CAAC;AAMtB,OAAO,KAAK,EACV,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,UAAU,CAAC;AAElB,KAAK,iBAAiB,GAAG;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,gBAAgB,CAAC;IACxB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAuBF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,cAAc,EACd,iBAAiB,EACjB,QAAQ,EACR,MAAM,EACN,KAAK,EACL,SAAS,GACV,EAAE,iBAAiB;;;;eA0HgB,wBAAwB;;;0BAlE/C;YAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAA;SAAE,GAAG,MAAM,CAClE,MAAM,EACN,OAAO,CACR;6BAEgB,qBAAqB;;;;;0BAU/B;YAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAA;SAAE,GAAG,MAAM,CAC/D,MAAM,EACN,OAAO,CACR;8BAEiB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;0BAW5B;YAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAA;SAAE,GAAG,MAAM,CAC/D,MAAM,EACN,OAAO,CACR;8BAEiB,iBAAiB;;;;;;EAgDxC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { type HTMLProps } from 'react';
|
|
2
|
+
import type { OverlayPhysicalPlacement, OverlayTrigger, OverlayAlignment, OverlayPlacement } from '../types';
|
|
3
|
+
type UseOverlayOptions = {
|
|
4
|
+
defaultVisible: boolean;
|
|
5
|
+
controlledVisible: boolean | undefined;
|
|
6
|
+
onToggle: (value: boolean) => void;
|
|
7
|
+
offset: number;
|
|
8
|
+
align: OverlayAlignment;
|
|
9
|
+
placement: OverlayPlacement;
|
|
10
|
+
trigger?: OverlayTrigger;
|
|
11
|
+
};
|
|
12
|
+
export default function useOverlay({ defaultVisible, controlledVisible, onToggle: handleToggle, offset, align, placement, trigger, }: UseOverlayOptions): {
|
|
13
|
+
identifier: string;
|
|
14
|
+
visible: boolean;
|
|
15
|
+
setVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
16
|
+
placement: OverlayPhysicalPlacement;
|
|
17
|
+
trigger: {
|
|
18
|
+
ref: ((node: import("@floating-ui/react-dom").ReferenceType | null) => void) & ((node: import("@floating-ui/react").ReferenceType | null) => void);
|
|
19
|
+
getProps: (props: HTMLProps<Element> | undefined) => {
|
|
20
|
+
onPress: unknown;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
content: {
|
|
24
|
+
ref: ((node: HTMLElement | null) => void) & ((node: HTMLElement | null) => void);
|
|
25
|
+
getProps: (userProps?: React.HTMLProps<HTMLElement>) => Record<string, unknown>;
|
|
26
|
+
style: import("react").CSSProperties;
|
|
27
|
+
};
|
|
28
|
+
arrow: {
|
|
29
|
+
ref: import("react").RefObject<null>;
|
|
30
|
+
getProps: () => void;
|
|
31
|
+
style: {
|
|
32
|
+
position: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export {};
|
|
37
|
+
//# sourceMappingURL=useOverlay.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOverlay.web.d.ts","sourceRoot":"","sources":["../../../src/hooks/useOverlay.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAA0B,MAAM,OAAO,CAAC;AAkB/D,OAAO,KAAK,EACV,wBAAwB,EACxB,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EACjB,MAAM,UAAU,CAAC;AAGlB,KAAK,iBAAiB,GAAG;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,gBAAgB,CAAC;IACxB,SAAS,EAAE,gBAAgB,CAAC;IAC5B,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAmCF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,cAAc,EACd,iBAAiB,EACjB,QAAQ,EAAE,YAAY,EACtB,MAAM,EACN,KAAK,EACL,SAAS,EACT,OAAiB,GAClB,EAAE,iBAAiB;;;;eAyFiC,wBAAwB;;;0BAvGnE,SAAS,CAAC,OAAO,CAAC,GAAG,SAAS;;;;;;;;;;;;;;;;EA8HvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useScrollbarEffects.d.ts","sourceRoot":"","sources":["../../../src/hooks/useScrollbarEffects.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"useScrollbarEffects.d.ts","sourceRoot":"","sources":["../../../src/hooks/useScrollbarEffects.ts"],"names":[],"mappings":"AAAA,OAAO,EAAW,SAAS,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAGzC,QAAQ,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE;;;EAStC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import type { ViewRef } from '../components/View';
|
|
3
|
+
export default function useScrollbarEffects(elements: RefObject<ViewRef | null>[]): {
|
|
4
|
+
hide(): void;
|
|
5
|
+
show(): void;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=useScrollbarEffects.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useScrollbarEffects.web.d.ts","sourceRoot":"","sources":["../../../src/hooks/useScrollbarEffects.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAclD,MAAM,CAAC,OAAO,UAAU,mBAAmB,CACzC,QAAQ,EAAE,SAAS,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE;;;EAkEtC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PortalProvider } from '@react-native-aria/overlays';
|
|
2
1
|
import css from './style/css';
|
|
3
2
|
import makeUtilities from './style/makeUtilities';
|
|
4
3
|
import makeTheme from './style/makeTheme';
|
|
@@ -8,7 +7,7 @@ import Provider from './Provider';
|
|
|
8
7
|
import useFixedElement from './hooks/useFixedElement';
|
|
9
8
|
import useMedia from './hooks/useMedia';
|
|
10
9
|
import useStyle from './hooks/useStyle';
|
|
11
|
-
export { css, Context, makeUtilities, makeTheme,
|
|
10
|
+
export { css, Context, makeUtilities, makeTheme, Provider, StyleSheet, useFixedElement, useMedia, useStyle, };
|
|
12
11
|
export * from './theme/functions';
|
|
13
12
|
export * from './types';
|
|
14
13
|
export { default as Alert } from './components/alert/Alert';
|
|
@@ -133,6 +132,10 @@ export type { ProgressProps } from './components/progress/Progress';
|
|
|
133
132
|
export type { ProgressBarProps } from './components/progress/ProgressBar';
|
|
134
133
|
export { default as Paragraph } from './components/type/Paragraph';
|
|
135
134
|
export type { ParagraphProps } from './components/type/Paragraph';
|
|
135
|
+
export { default as Portal } from './components/helpers/Portal';
|
|
136
|
+
export { default as PortalHost } from './components/helpers/PortalHost';
|
|
137
|
+
export type { PortalProps } from './components/helpers/Portal';
|
|
138
|
+
export type { PortalHostProps } from './components/helpers/PortalHost';
|
|
136
139
|
export { default as Pressable } from './components/Pressable';
|
|
137
140
|
export type { PressableProps } from './components/Pressable';
|
|
138
141
|
export { default as Pagination } from './components/pagination/Pagination';
|
|
@@ -147,8 +150,6 @@ export { default as Switch } from './components/forms/Switch';
|
|
|
147
150
|
export type { SwitchProps } from './components/forms/Switch';
|
|
148
151
|
export { default as Spinner } from './components/spinners/Spinner';
|
|
149
152
|
export type { SpinnerProps } from './components/spinners/Spinner';
|
|
150
|
-
export { default as SafeAreaView } from './components/SafeAreaView';
|
|
151
|
-
export type { SafeAreaViewProps } from './components/SafeAreaView';
|
|
152
153
|
export { default as ScrollView } from './components/ScrollView';
|
|
153
154
|
export type { ScrollViewProps } from './components/ScrollView';
|
|
154
155
|
export { default as Tab } from './components/nav/Tab';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyleSheet.d.ts","sourceRoot":"","sources":["../../../src/style/StyleSheet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAa,cAAc,EAAE,MAAM,UAAU,CAAC;AAEzE,KAAK,gBAAgB,GACjB,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,aAAa,CAAC,GAC/C,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"StyleSheet.d.ts","sourceRoot":"","sources":["../../../src/style/StyleSheet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAa,cAAc,EAAE,MAAM,UAAU,CAAC;AAEzE,KAAK,gBAAgB,GACjB,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,aAAa,CAAC,GAC/C,aAAa,CAAC;AA4ElB,QAAA,MAAM,UAAU;WACP,CAAC,SAAS,MAAM,UAAU,GAAG,CAAC,IAAI,CAAC,GAAG,gBAAgB,GAAE,GAAG,GAC/D,CAAC,IAAI,CAAC,GAAG,aAAa,GACxB;iBAmBY,cAAc,QAAO,MAAM;eA2B7B,MAAM,cAAc;;;;CAahC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { ViewStyle as BaseViewStyle, ImageStyle as TempImageStyle, TextStyle as BaseTextStyle, GestureResponderEvent, Role,
|
|
2
|
-
import type { Placement, Axis, PlacementAxis } from '@react-types/overlays';
|
|
1
|
+
import { ViewStyle as BaseViewStyle, ImageStyle as TempImageStyle, TextStyle as BaseTextStyle, GestureResponderEvent, Role, TextInputKeyPressEvent } from 'react-native';
|
|
3
2
|
import { BOOTSTRAP_RN_STYLE } from './style/createStyle';
|
|
4
3
|
export type Viewport = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
5
4
|
export type MediaHandler = {
|
|
@@ -54,9 +53,15 @@ export type FormValidationState = (t: ThemeVariables) => {
|
|
|
54
53
|
color: string;
|
|
55
54
|
icon: string;
|
|
56
55
|
};
|
|
57
|
-
export type
|
|
58
|
-
export
|
|
59
|
-
|
|
56
|
+
export type OverlayTrigger = 'press' | 'hover' | 'focus' | 'manual' | 'press hover' | 'hover press' | 'hover focus' | 'focus hover' | 'press focus' | 'focus press';
|
|
57
|
+
export type OverlayProps = {
|
|
58
|
+
defaultVisible?: boolean;
|
|
59
|
+
visible?: boolean;
|
|
60
|
+
onToggle?: (visible: boolean) => void;
|
|
61
|
+
};
|
|
62
|
+
export type OverlayAlignment = 'top' | 'bottom' | 'start' | 'end' | 'center';
|
|
63
|
+
export type OverlayPhysicalPlacement = 'top' | 'bottom' | 'left' | 'right';
|
|
64
|
+
export type OverlayPlacement = OverlayPhysicalPlacement | 'start' | 'end';
|
|
60
65
|
type To = string | Partial<{
|
|
61
66
|
pathname: string;
|
|
62
67
|
search: string;
|
|
@@ -86,6 +91,7 @@ export type UseActionableProps = {
|
|
|
86
91
|
role?: Role;
|
|
87
92
|
};
|
|
88
93
|
export type UseFormFieldProps = {
|
|
89
|
-
onKeyPress?: (e:
|
|
94
|
+
onKeyPress?: (e: TextInputKeyPressEvent) => void;
|
|
90
95
|
};
|
|
96
|
+
export {};
|
|
91
97
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,IAAI,aAAa,EAC1B,UAAU,IAAI,cAAc,EAC5B,SAAS,IAAI,aAAa,EAC1B,qBAAqB,EACrB,IAAI,EACJ,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
|