@gv-tech/ui-native 2.21.0 → 2.22.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/dist/accordion.d.ts +13 -0
- package/dist/accordion.d.ts.map +1 -0
- package/dist/accordion.test.d.ts +2 -0
- package/dist/accordion.test.d.ts.map +1 -0
- package/dist/alert-dialog.d.ts +51 -0
- package/dist/alert-dialog.d.ts.map +1 -0
- package/dist/alert.d.ts +10 -0
- package/dist/alert.d.ts.map +1 -0
- package/dist/alert.test.d.ts +2 -0
- package/dist/alert.test.d.ts.map +1 -0
- package/dist/aspect-ratio.d.ts +4 -0
- package/dist/aspect-ratio.d.ts.map +1 -0
- package/dist/avatar.d.ts +10 -0
- package/dist/avatar.d.ts.map +1 -0
- package/dist/avatar.test.d.ts +2 -0
- package/dist/avatar.test.d.ts.map +1 -0
- package/dist/badge.d.ts +12 -0
- package/dist/badge.d.ts.map +1 -0
- package/dist/badge.test.d.ts +2 -0
- package/dist/badge.test.d.ts.map +1 -0
- package/dist/breadcrumb.d.ts +24 -0
- package/dist/breadcrumb.d.ts.map +1 -0
- package/dist/button.d.ts +14 -0
- package/dist/button.d.ts.map +1 -0
- package/dist/button.test.d.ts +2 -0
- package/dist/button.test.d.ts.map +1 -0
- package/dist/calendar.d.ts +4 -0
- package/dist/calendar.d.ts.map +1 -0
- package/dist/card.d.ts +13 -0
- package/dist/card.d.ts.map +1 -0
- package/dist/card.test.d.ts +2 -0
- package/dist/card.test.d.ts.map +1 -0
- package/dist/carousel.d.ts +8 -0
- package/dist/carousel.d.ts.map +1 -0
- package/dist/chart.d.ts +13 -0
- package/dist/chart.d.ts.map +1 -0
- package/dist/checkbox.d.ts +15 -0
- package/dist/checkbox.d.ts.map +1 -0
- package/dist/checkbox.test.d.ts +2 -0
- package/dist/checkbox.test.d.ts.map +1 -0
- package/dist/collapsible.d.ts +8 -0
- package/dist/collapsible.d.ts.map +1 -0
- package/dist/collapsible.test.d.ts +2 -0
- package/dist/collapsible.test.d.ts.map +1 -0
- package/dist/command.d.ts +14 -0
- package/dist/command.d.ts.map +1 -0
- package/dist/context-menu.d.ts +61 -0
- package/dist/context-menu.d.ts.map +1 -0
- package/dist/dialog.d.ts +61 -0
- package/dist/dialog.d.ts.map +1 -0
- package/dist/dialog.test.d.ts +2 -0
- package/dist/dialog.test.d.ts.map +1 -0
- package/dist/drawer.d.ts +31 -0
- package/dist/drawer.d.ts.map +1 -0
- package/dist/dropdown-menu.d.ts +60 -0
- package/dist/dropdown-menu.d.ts.map +1 -0
- package/dist/form.d.ts +2 -0
- package/dist/form.d.ts.map +1 -0
- package/dist/hooks/use-toast.d.ts +46 -0
- package/dist/hooks/use-toast.d.ts.map +1 -0
- package/dist/hover-card.d.ts +23 -0
- package/dist/hover-card.d.ts.map +1 -0
- package/dist/index.d.ts +67 -1199
- package/dist/index.d.ts.map +1 -0
- package/dist/input.d.ts +8 -0
- package/dist/input.d.ts.map +1 -0
- package/dist/input.test.d.ts +2 -0
- package/dist/input.test.d.ts.map +1 -0
- package/dist/label.d.ts +9 -0
- package/dist/label.d.ts.map +1 -0
- package/dist/label.test.d.ts +2 -0
- package/dist/label.test.d.ts.map +1 -0
- package/dist/lib/render-native.d.ts +4 -0
- package/dist/lib/render-native.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +4 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/menubar.d.ts +53 -0
- package/dist/menubar.d.ts.map +1 -0
- package/dist/navigation-menu.d.ts +14 -0
- package/dist/navigation-menu.d.ts.map +1 -0
- package/dist/pagination.d.ts +33 -0
- package/dist/pagination.d.ts.map +1 -0
- package/dist/popover.d.ts +9 -0
- package/dist/popover.d.ts.map +1 -0
- package/dist/popover.test.d.ts +2 -0
- package/dist/popover.test.d.ts.map +1 -0
- package/dist/progress.d.ts +6 -0
- package/dist/progress.d.ts.map +1 -0
- package/dist/progress.test.d.ts +2 -0
- package/dist/progress.test.d.ts.map +1 -0
- package/dist/radio-group.d.ts +11 -0
- package/dist/radio-group.d.ts.map +1 -0
- package/dist/radio-group.test.d.ts +2 -0
- package/dist/radio-group.test.d.ts.map +1 -0
- package/dist/resizable.d.ts +6 -0
- package/dist/resizable.d.ts.map +1 -0
- package/dist/scroll-area.d.ts +6 -0
- package/dist/scroll-area.d.ts.map +1 -0
- package/dist/scroll-to-top.d.ts +29 -0
- package/dist/scroll-to-top.d.ts.map +1 -0
- package/dist/search.d.ts +3 -0
- package/dist/search.d.ts.map +1 -0
- package/dist/search.test.d.ts +2 -0
- package/dist/search.test.d.ts.map +1 -0
- package/dist/select.d.ts +66 -0
- package/dist/select.d.ts.map +1 -0
- package/dist/select.test.d.ts +2 -0
- package/dist/select.test.d.ts.map +1 -0
- package/dist/separator.d.ts +9 -0
- package/dist/separator.d.ts.map +1 -0
- package/dist/separator.test.d.ts +2 -0
- package/dist/separator.test.d.ts.map +1 -0
- package/dist/sheet.d.ts +59 -0
- package/dist/sheet.d.ts.map +1 -0
- package/dist/sheet.test.d.ts +2 -0
- package/dist/sheet.test.d.ts.map +1 -0
- package/dist/skeleton.d.ts +5 -0
- package/dist/skeleton.d.ts.map +1 -0
- package/dist/skeleton.test.d.ts +2 -0
- package/dist/skeleton.test.d.ts.map +1 -0
- package/dist/slider.d.ts +4 -0
- package/dist/slider.d.ts.map +1 -0
- package/dist/sonner.d.ts +4 -0
- package/dist/sonner.d.ts.map +1 -0
- package/dist/support-fab.d.ts +18 -0
- package/dist/support-fab.d.ts.map +1 -0
- package/dist/switch.d.ts +8 -0
- package/dist/switch.d.ts.map +1 -0
- package/dist/switch.test.d.ts +2 -0
- package/dist/switch.test.d.ts.map +1 -0
- package/dist/table-of-contents.d.ts +47 -0
- package/dist/table-of-contents.d.ts.map +1 -0
- package/dist/table-of-contents.test.d.ts +2 -0
- package/dist/table-of-contents.test.d.ts.map +1 -0
- package/dist/table.d.ts +12 -0
- package/dist/table.d.ts.map +1 -0
- package/dist/table.test.d.ts +2 -0
- package/dist/table.test.d.ts.map +1 -0
- package/dist/tabs.d.ts +30 -0
- package/dist/tabs.d.ts.map +1 -0
- package/dist/tabs.test.d.ts +2 -0
- package/dist/tabs.test.d.ts.map +1 -0
- package/dist/text.d.ts +13 -0
- package/dist/text.d.ts.map +1 -0
- package/dist/text.test.d.ts +2 -0
- package/dist/text.test.d.ts.map +1 -0
- package/dist/textarea.d.ts +6 -0
- package/dist/textarea.d.ts.map +1 -0
- package/dist/textarea.test.d.ts +2 -0
- package/dist/textarea.test.d.ts.map +1 -0
- package/dist/theme-provider.d.ts +6 -0
- package/dist/theme-provider.d.ts.map +1 -0
- package/dist/theme-toggle.d.ts +4 -0
- package/dist/theme-toggle.d.ts.map +1 -0
- package/dist/theme-toggle.test.d.ts +2 -0
- package/dist/theme-toggle.test.d.ts.map +1 -0
- package/dist/toast.d.ts +35 -0
- package/dist/toast.d.ts.map +1 -0
- package/dist/toast.test.d.ts +2 -0
- package/dist/toast.test.d.ts.map +1 -0
- package/dist/toaster.d.ts +5 -0
- package/dist/toaster.d.ts.map +1 -0
- package/dist/toggle-group.d.ts +11 -0
- package/dist/toggle-group.d.ts.map +1 -0
- package/dist/toggle-group.test.d.ts +2 -0
- package/dist/toggle-group.test.d.ts.map +1 -0
- package/dist/toggle.d.ts +8 -0
- package/dist/toggle.d.ts.map +1 -0
- package/dist/toggle.test.d.ts +2 -0
- package/dist/toggle.test.d.ts.map +1 -0
- package/dist/tooltip.d.ts +30 -0
- package/dist/tooltip.d.ts.map +1 -0
- package/dist/tooltip.test.d.ts +2 -0
- package/dist/tooltip.test.d.ts.map +1 -0
- package/dist/ui-native.cjs +2 -2
- package/dist/ui-native.mjs +484 -434
- package/package.json +2 -1
- package/src/theme-provider.tsx +5 -2
- package/src/theme-toggle.tsx +87 -7
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/input.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TextInput } from 'react-native';
|
|
2
|
+
import { InputBaseProps } from '@gv-tech/ui-core';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface InputProps extends React.ComponentPropsWithoutRef<typeof TextInput>, InputBaseProps {
|
|
5
|
+
}
|
|
6
|
+
declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<TextInput>>;
|
|
7
|
+
export { Input };
|
|
8
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../src/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,SAAS,CAAC,EAAE,cAAc;CAAG;AAEvG,QAAA,MAAM,KAAK,8EAcV,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.test.d.ts","sourceRoot":"","sources":["../src/input.test.tsx"],"names":[],"mappings":""}
|
package/dist/label.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<import('react-native').TextProps & {
|
|
3
|
+
asChild?: boolean;
|
|
4
|
+
} & {
|
|
5
|
+
nativeID?: string;
|
|
6
|
+
htmlFor?: string;
|
|
7
|
+
} & React.RefAttributes<import('react-native').Text>, "ref"> & React.RefAttributes<import('react-native').Text>>;
|
|
8
|
+
export { Label };
|
|
9
|
+
//# sourceMappingURL=label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../src/label.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,KAAK;;;;;gHAoBT,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"label.test.d.ts","sourceRoot":"","sources":["../src/label.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TextProps } from 'react-native';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
export declare function wrapTextChildren(children: React.ReactNode, TextComponent?: React.ComponentType<TextProps>, textProps?: TextProps): React.ReactNode;
|
|
4
|
+
//# sourceMappingURL=render-native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"render-native.d.ts","sourceRoot":"","sources":["../../src/lib/render-native.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAQ,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIpD,wBAAgB,gBAAgB,CAC9B,QAAQ,EAAE,KAAK,CAAC,SAAS,EACzB,aAAa,GAAE,KAAK,CAAC,aAAa,CAAC,SAAS,CAAQ,EACpD,SAAS,GAAE,SAAc,GACxB,KAAK,CAAC,SAAS,CAOjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAQ5C"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { MenubarBaseProps, MenubarCheckboxItemBaseProps, MenubarContentBaseProps, MenubarItemBaseProps, MenubarLabelBaseProps, MenubarRadioItemBaseProps, MenubarSeparatorBaseProps, MenubarShortcutBaseProps, MenubarSubContentBaseProps, MenubarSubTriggerBaseProps, MenubarTriggerBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import * as MenubarPrimitive from '@rn-primitives/menubar';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
export declare const Menubar: React.ForwardRefExoticComponent<MenubarBaseProps & React.RefAttributes<View>>;
|
|
6
|
+
export declare const MenubarMenu: {
|
|
7
|
+
({ asChild, value, ref, ...viewProps }: import('react-native').ViewProps & {
|
|
8
|
+
asChild?: boolean;
|
|
9
|
+
} & {
|
|
10
|
+
value: string | undefined;
|
|
11
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
12
|
+
displayName: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const MenubarPortal: typeof MenubarPrimitive.Portal;
|
|
15
|
+
export declare const MenubarGroup: {
|
|
16
|
+
({ asChild, ref, ...props }: import('react-native').ViewProps & {
|
|
17
|
+
asChild?: boolean;
|
|
18
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
19
|
+
displayName: string;
|
|
20
|
+
};
|
|
21
|
+
export declare const MenubarRadioGroup: {
|
|
22
|
+
({ asChild, value, onValueChange, ref, ...props }: import('react-native').ViewProps & {
|
|
23
|
+
asChild?: boolean;
|
|
24
|
+
} & {
|
|
25
|
+
value: string | undefined;
|
|
26
|
+
onValueChange: (value: string) => void;
|
|
27
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const MenubarSub: {
|
|
31
|
+
({ asChild, defaultOpen, open: openProp, onOpenChange: onOpenChangeProp, ref, ...props }: import('react-native').ViewProps & {
|
|
32
|
+
asChild?: boolean;
|
|
33
|
+
} & {
|
|
34
|
+
defaultOpen?: boolean;
|
|
35
|
+
open?: boolean;
|
|
36
|
+
onOpenChange?: (value: boolean) => void;
|
|
37
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
38
|
+
displayName: string;
|
|
39
|
+
};
|
|
40
|
+
export declare const MenubarTrigger: React.ForwardRefExoticComponent<MenubarTriggerBaseProps & React.RefAttributes<View>>;
|
|
41
|
+
export declare const MenubarContent: React.ForwardRefExoticComponent<MenubarContentBaseProps & React.RefAttributes<View>>;
|
|
42
|
+
export declare const MenubarItem: React.ForwardRefExoticComponent<MenubarItemBaseProps & React.RefAttributes<View>>;
|
|
43
|
+
export declare const MenubarCheckboxItem: React.ForwardRefExoticComponent<MenubarCheckboxItemBaseProps & React.RefAttributes<View>>;
|
|
44
|
+
export declare const MenubarRadioItem: React.ForwardRefExoticComponent<MenubarRadioItemBaseProps & React.RefAttributes<View>>;
|
|
45
|
+
export declare const MenubarLabel: React.ForwardRefExoticComponent<MenubarLabelBaseProps & React.RefAttributes<import('react-native').Text>>;
|
|
46
|
+
export declare const MenubarSeparator: React.ForwardRefExoticComponent<MenubarSeparatorBaseProps & React.RefAttributes<View>>;
|
|
47
|
+
export declare const MenubarShortcut: {
|
|
48
|
+
({ className, children, ...props }: MenubarShortcutBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
displayName: string;
|
|
50
|
+
};
|
|
51
|
+
export declare const MenubarSubTrigger: React.ForwardRefExoticComponent<MenubarSubTriggerBaseProps & React.RefAttributes<View>>;
|
|
52
|
+
export declare const MenubarSubContent: React.ForwardRefExoticComponent<MenubarSubContentBaseProps & React.RefAttributes<View>>;
|
|
53
|
+
//# sourceMappingURL=menubar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menubar.d.ts","sourceRoot":"","sources":["../src/menubar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,4BAA4B,EAC5B,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,uBAAuB,EACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAwB,IAAI,EAAE,MAAM,cAAc,CAAC;AAM1D,eAAO,MAAM,OAAO,+EAwBnB,CAAC;AAGF,eAAO,MAAM,WAAW;;;;;;;CAAwB,CAAC;AAEjD,eAAO,MAAM,aAAa,gCAA0B,CAAC;AAErD,eAAO,MAAM,YAAY;;;;;CAAyB,CAAC;AAEnD,eAAO,MAAM,iBAAiB;;;;;;;;CAA8B,CAAC;AAE7D,eAAO,MAAM,UAAU;;;;;;;;;CAAuB,CAAC;AAkB/C,eAAO,MAAM,cAAc,sFAgBzB,CAAC;AAGH,eAAO,MAAM,cAAc,sFAmBzB,CAAC;AAGH,eAAO,MAAM,WAAW,mFAgBvB,CAAC;AAGF,eAAO,MAAM,mBAAmB,2FAuB9B,CAAC;AAGH,eAAO,MAAM,gBAAgB,wFAsB3B,CAAC;AAGH,eAAO,MAAM,YAAY,2GAYxB,CAAC;AAGF,eAAO,MAAM,gBAAgB,wFAK3B,CAAC;AAGH,eAAO,MAAM,eAAe;wCAAuC,wBAAwB;;CAM1F,CAAC;AAGF,eAAO,MAAM,iBAAiB,yFAkB5B,CAAC;AAGH,eAAO,MAAM,iBAAiB,yFAgB5B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { NavigationMenuBaseProps, NavigationMenuContentBaseProps, NavigationMenuIndicatorBaseProps, NavigationMenuItemBaseProps, NavigationMenuLinkBaseProps, NavigationMenuListBaseProps, NavigationMenuTriggerBaseProps, NavigationMenuViewportBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export declare const NavigationMenu: React.ForwardRefExoticComponent<NavigationMenuBaseProps & React.RefAttributes<View>>;
|
|
5
|
+
export declare const NavigationMenuList: React.ForwardRefExoticComponent<NavigationMenuListBaseProps & React.RefAttributes<View>>;
|
|
6
|
+
export declare const NavigationMenuItem: React.ForwardRefExoticComponent<NavigationMenuItemBaseProps & React.RefAttributes<View>>;
|
|
7
|
+
export declare const NavigationMenuTrigger: React.ForwardRefExoticComponent<NavigationMenuTriggerBaseProps & React.RefAttributes<View>>;
|
|
8
|
+
export declare const NavigationMenuContent: React.ForwardRefExoticComponent<NavigationMenuContentBaseProps & React.RefAttributes<View>>;
|
|
9
|
+
export declare const NavigationMenuLink: React.ForwardRefExoticComponent<NavigationMenuLinkBaseProps & {
|
|
10
|
+
onPress?: () => void;
|
|
11
|
+
} & React.RefAttributes<View>>;
|
|
12
|
+
export declare const NavigationMenuViewport: React.ForwardRefExoticComponent<NavigationMenuViewportBaseProps & React.RefAttributes<View>>;
|
|
13
|
+
export declare const NavigationMenuIndicator: React.ForwardRefExoticComponent<NavigationMenuIndicatorBaseProps & React.RefAttributes<View>>;
|
|
14
|
+
//# sourceMappingURL=navigation-menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-menu.d.ts","sourceRoot":"","sources":["../src/navigation-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,8BAA8B,EAC9B,gCAAgC,EAChC,2BAA2B,EAC3B,2BAA2B,EAC3B,2BAA2B,EAC3B,8BAA8B,EAC9B,+BAA+B,EAChC,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAyB,IAAI,EAAE,MAAM,cAAc,CAAC;AAI3D,eAAO,MAAM,cAAc,sFAsB1B,CAAC;AAGF,eAAO,MAAM,kBAAkB,0FAa7B,CAAC;AAGH,eAAO,MAAM,kBAAkB,0FAS7B,CAAC;AAGH,eAAO,MAAM,qBAAqB,6FAqBhC,CAAC;AAGH,eAAO,MAAM,qBAAqB,6FAiBhC,CAAC;AAGH,eAAO,MAAM,kBAAkB;cAEa,MAAM,IAAI;8BA0BpD,CAAC;AAGH,eAAO,MAAM,sBAAsB,8FAgBjC,CAAC;AAGH,eAAO,MAAM,uBAAuB,+FAalC,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PaginationBaseProps, PaginationContentBaseProps, PaginationEllipsisBaseProps, PaginationItemBaseProps, PaginationLinkBaseProps, PaginationNextBaseProps, PaginationPreviousBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export declare const Pagination: {
|
|
5
|
+
({ className, children, ...props }: PaginationBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const PaginationContent: React.ForwardRefExoticComponent<PaginationContentBaseProps & React.RefAttributes<View>>;
|
|
9
|
+
export declare const PaginationItem: React.ForwardRefExoticComponent<PaginationItemBaseProps & React.RefAttributes<View>>;
|
|
10
|
+
export type PaginationLinkProps = PaginationLinkBaseProps & {
|
|
11
|
+
onPress?: () => void;
|
|
12
|
+
};
|
|
13
|
+
export declare const PaginationLink: {
|
|
14
|
+
({ className, isActive, size, children, onPress, ...props }: PaginationLinkProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
displayName: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const PaginationPrevious: {
|
|
18
|
+
({ className, children, onPress, ...props }: PaginationPreviousBaseProps & {
|
|
19
|
+
onPress?: () => void;
|
|
20
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
export declare const PaginationNext: {
|
|
24
|
+
({ className, children, onPress, ...props }: PaginationNextBaseProps & {
|
|
25
|
+
onPress?: () => void;
|
|
26
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
29
|
+
export declare const PaginationEllipsis: {
|
|
30
|
+
({ className, ...props }: PaginationEllipsisBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
displayName: string;
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../src/pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,0BAA0B,EAC1B,2BAA2B,EAC3B,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC5B,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAKpC,eAAO,MAAM,UAAU;wCAAuC,mBAAmB;;CAWhF,CAAC;AAGF,eAAO,MAAM,iBAAiB,yFAM7B,CAAC;AAGF,eAAO,MAAM,cAAc,sFAM1B,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG;IAC1D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,cAAc;iEAOxB,mBAAmB;;CAMrB,CAAC;AAGF,eAAO,MAAM,kBAAkB;iDAK5B,2BAA2B,GAAG;QAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE;;CAWxD,CAAC;AAGF,eAAO,MAAM,cAAc;iDAKxB,uBAAuB,GAAG;QAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE;;CAWpD,CAAC;AAGF,eAAO,MAAM,kBAAkB;8BAA6B,2BAA2B;;CAItF,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PopoverAnchorBaseProps, PopoverBaseProps, PopoverContentBaseProps, PopoverTriggerBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
declare const Popover: React.ForwardRefExoticComponent<import('react-native').ViewProps & PopoverBaseProps & React.RefAttributes<View>>;
|
|
5
|
+
declare const PopoverTrigger: React.ForwardRefExoticComponent<Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & PopoverTriggerBaseProps & React.RefAttributes<View>>;
|
|
6
|
+
declare const PopoverAnchor: React.ForwardRefExoticComponent<import('react-native').ViewProps & PopoverAnchorBaseProps & React.RefAttributes<View>>;
|
|
7
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<import('react-native').ViewProps & PopoverContentBaseProps & React.RefAttributes<View>>;
|
|
8
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
9
|
+
//# sourceMappingURL=popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../src/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAoB,IAAI,EAAE,MAAM,cAAc,CAAC;AAYtD,QAAA,MAAM,OAAO,kHAgBX,CAAC;AAGH,QAAA,MAAM,cAAc,uKAWlB,CAAC;AAGH,QAAA,MAAM,aAAa,wHAGoC,CAAC;AAGxD,QAAA,MAAM,cAAc,yHAuBlB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.test.d.ts","sourceRoot":"","sources":["../src/popover.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ProgressBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { View } from 'react-native';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
declare const Progress: React.ForwardRefExoticComponent<import('react-native').ViewProps & ProgressBaseProps & React.RefAttributes<View>>;
|
|
5
|
+
export { Progress };
|
|
6
|
+
//# sourceMappingURL=progress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../src/progress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAIpC,QAAA,MAAM,QAAQ,mHAaZ,CAAC;AAGH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress.test.d.ts","sourceRoot":"","sources":["../src/progress.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { RadioGroupBaseProps, RadioGroupItemBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import * as RadioGroupPrimitive from '@rn-primitives/radio-group';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface RadioGroupProps extends React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>, RadioGroupBaseProps {
|
|
5
|
+
}
|
|
6
|
+
declare const RadioGroup: React.ForwardRefExoticComponent<RadioGroupProps & React.RefAttributes<import('react-native').View>>;
|
|
7
|
+
export interface RadioGroupItemProps extends Omit<React.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item>, 'disabled'>, RadioGroupItemBaseProps {
|
|
8
|
+
}
|
|
9
|
+
declare const RadioGroupItem: React.ForwardRefExoticComponent<RadioGroupItemProps & React.RefAttributes<import('react-native').View>>;
|
|
10
|
+
export { RadioGroup, RadioGroupItem };
|
|
11
|
+
//# sourceMappingURL=radio-group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../src/radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAChF,OAAO,KAAK,mBAAmB,MAAM,4BAA4B,CAAC;AAElE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,eACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,EAAE,mBAAmB;CAAG;AAEjG,QAAA,MAAM,UAAU,qGAIf,CAAC;AAGF,MAAM,WAAW,mBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,EAAE,uBAAuB;CAAG;AAEvH,QAAA,MAAM,cAAc,yGAkBnB,CAAC;AAGF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-group.test.d.ts","sourceRoot":"","sources":["../src/radio-group.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ResizableHandleBaseProps, ResizablePanelBaseProps, ResizablePanelGroupBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
export declare const ResizablePanelGroup: React.FC<ResizablePanelGroupBaseProps>;
|
|
4
|
+
export declare const ResizablePanel: React.FC<ResizablePanelBaseProps>;
|
|
5
|
+
export declare const ResizableHandle: React.FC<ResizableHandleBaseProps>;
|
|
6
|
+
//# sourceMappingURL=resizable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../src/resizable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,MAAM,kBAAkB,CAAC;AACxH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAEtE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAE5D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAE9D,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ScrollAreaBaseProps, ScrollBarBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { ScrollView } from 'react-native';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export declare const ScrollArea: React.ForwardRefExoticComponent<ScrollAreaBaseProps & React.RefAttributes<ScrollView>>;
|
|
5
|
+
export declare const ScrollBar: React.FC<ScrollBarBaseProps>;
|
|
6
|
+
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../src/scroll-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAChF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAQ,MAAM,cAAc,CAAC;AAGhD,eAAO,MAAM,UAAU,wFActB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAElD,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FlatList, NativeScrollEvent, NativeSyntheticEvent, ScrollView } from 'react-native';
|
|
2
|
+
import { ScrollToTopBaseProps } from '@gv-tech/ui-core';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface ScrollToTopProps extends ScrollToTopBaseProps {
|
|
5
|
+
/**
|
|
6
|
+
* For Native: The scroll target is typically a ref to a ScrollView or FlatList.
|
|
7
|
+
* This is required unless you manually call the scroll handler.
|
|
8
|
+
*/
|
|
9
|
+
scrollRef?: React.RefObject<ScrollView | FlatList>;
|
|
10
|
+
/**
|
|
11
|
+
* Custom duration specifically for Native animations (opacity/transform).
|
|
12
|
+
* @default 300
|
|
13
|
+
*/
|
|
14
|
+
animationDuration?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* GV Tech Animated Scroll To Top (Native)
|
|
18
|
+
*
|
|
19
|
+
* A floating action button that appears when scrolling down and allows the user
|
|
20
|
+
* to quickly return to the top of a ScrollView, FlatList, or SectionList.
|
|
21
|
+
*
|
|
22
|
+
* Reuses the internal GV Tech Button primitive for consistent styling.
|
|
23
|
+
*/
|
|
24
|
+
export interface ScrollToTopHandle {
|
|
25
|
+
handleScroll: (event: NativeSyntheticEvent<NativeScrollEvent>) => void;
|
|
26
|
+
scrollToTop: () => void;
|
|
27
|
+
}
|
|
28
|
+
export declare const ScrollToTop: React.ForwardRefExoticComponent<ScrollToTopProps & React.RefAttributes<ScrollToTopHandle>>;
|
|
29
|
+
//# sourceMappingURL=scroll-to-top.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-to-top.d.ts","sourceRoot":"","sources":["../src/scroll-to-top.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAGL,KAAK,QAAQ,EACb,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EAEzB,UAAU,EAEX,MAAM,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAI7D,MAAM,WAAW,gBAAiB,SAAQ,oBAAoB;IAC5D;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,GAAG,QAAQ,CAAC,CAAC;IAEnD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,iBAAiB;IAChC,YAAY,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACvE,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,WAAW,4FAyIvB,CAAC"}
|
package/dist/search.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../src/search.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,+CAMlB,CAAC;AAEF,eAAO,MAAM,aAAa,+CAMzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.test.d.ts","sourceRoot":"","sources":["../src/search.test.tsx"],"names":[],"mappings":""}
|
package/dist/select.d.ts
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { SelectBaseProps, SelectContentBaseProps, SelectGroupBaseProps, SelectItemBaseProps, SelectLabelBaseProps, SelectScrollDownButtonBaseProps, SelectScrollUpButtonBaseProps, SelectSeparatorBaseProps, SelectTriggerBaseProps, SelectValueBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import { View, ViewStyle } from 'react-native';
|
|
3
|
+
import * as SelectPrimitive from '@rn-primitives/select';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
export interface SelectProps extends Omit<React.ComponentPropsWithoutRef<typeof SelectPrimitive.Root>, 'value' | 'defaultValue' | 'onValueChange' | 'disabled'>, SelectBaseProps {
|
|
6
|
+
}
|
|
7
|
+
declare const Select: {
|
|
8
|
+
({ asChild, value: valueProp, defaultValue, onValueChange: onValueChangeProp, onOpenChange: onOpenChangeProp, disabled, ref, ...viewProps }: import('react-native').ViewProps & {
|
|
9
|
+
asChild?: boolean;
|
|
10
|
+
} & {
|
|
11
|
+
value?: import('@rn-primitives/select').Option;
|
|
12
|
+
defaultValue?: import('@rn-primitives/select').Option;
|
|
13
|
+
onValueChange?: (option: import('@rn-primitives/select').Option) => void;
|
|
14
|
+
onOpenChange?: (open: boolean) => void;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
dir?: "ltr" | "rtl";
|
|
17
|
+
name?: string;
|
|
18
|
+
required?: boolean;
|
|
19
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
20
|
+
displayName: string;
|
|
21
|
+
};
|
|
22
|
+
export interface SelectGroupProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.Group>, SelectGroupBaseProps {
|
|
23
|
+
}
|
|
24
|
+
declare const SelectGroup: {
|
|
25
|
+
({ asChild, ref, ...props }: import('react-native').ViewProps & {
|
|
26
|
+
asChild?: boolean;
|
|
27
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
export interface SelectValueProps extends Omit<React.ComponentPropsWithoutRef<typeof SelectPrimitive.Value>, 'placeholder'>, SelectValueBaseProps {
|
|
31
|
+
}
|
|
32
|
+
declare const SelectValue: {
|
|
33
|
+
({ asChild, placeholder, ref, ...props }: import('react-native').TextProps & {
|
|
34
|
+
asChild?: boolean;
|
|
35
|
+
} & {
|
|
36
|
+
placeholder: string;
|
|
37
|
+
} & React.RefAttributes<import('react-native').Text>): React.JSX.Element;
|
|
38
|
+
displayName: string;
|
|
39
|
+
};
|
|
40
|
+
export interface SelectTriggerProps extends Omit<React.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger>, 'children' | 'disabled'>, SelectTriggerBaseProps {
|
|
41
|
+
}
|
|
42
|
+
declare const SelectTrigger: React.ForwardRefExoticComponent<SelectTriggerProps & React.RefAttributes<import('@rn-primitives/select').TriggerRef>>;
|
|
43
|
+
export interface SelectScrollUpButtonProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollUpButton>, SelectScrollUpButtonBaseProps {
|
|
44
|
+
}
|
|
45
|
+
declare const SelectScrollUpButton: React.ForwardRefExoticComponent<SelectScrollUpButtonProps & React.RefAttributes<unknown>>;
|
|
46
|
+
export interface SelectScrollDownButtonProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollDownButton>, SelectScrollDownButtonBaseProps {
|
|
47
|
+
}
|
|
48
|
+
declare const SelectScrollDownButton: React.ForwardRefExoticComponent<SelectScrollDownButtonProps & React.RefAttributes<unknown>>;
|
|
49
|
+
export interface SelectContentProps extends Omit<React.ComponentPropsWithoutRef<typeof SelectPrimitive.Content>, 'position'>, SelectContentBaseProps {
|
|
50
|
+
portalHost?: string;
|
|
51
|
+
overlayClassName?: string;
|
|
52
|
+
overlayStyle?: ViewStyle;
|
|
53
|
+
}
|
|
54
|
+
declare const SelectContent: React.ForwardRefExoticComponent<SelectContentProps & React.RefAttributes<View>>;
|
|
55
|
+
export interface SelectLabelProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.Label>, SelectLabelBaseProps {
|
|
56
|
+
}
|
|
57
|
+
declare const SelectLabel: React.ForwardRefExoticComponent<SelectLabelProps & React.RefAttributes<import('react-native').Text>>;
|
|
58
|
+
export interface SelectItemProps extends Omit<React.ComponentPropsWithoutRef<typeof SelectPrimitive.Item>, 'children' | 'disabled' | 'label'>, SelectItemBaseProps {
|
|
59
|
+
label?: string;
|
|
60
|
+
}
|
|
61
|
+
declare const SelectItem: React.ForwardRefExoticComponent<SelectItemProps & React.RefAttributes<View>>;
|
|
62
|
+
export interface SelectSeparatorProps extends React.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator>, SelectSeparatorBaseProps {
|
|
63
|
+
}
|
|
64
|
+
declare const SelectSeparator: React.ForwardRefExoticComponent<SelectSeparatorProps & React.RefAttributes<View>>;
|
|
65
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
66
|
+
//# sourceMappingURL=select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../src/select.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EACf,sBAAsB,EACtB,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,+BAA+B,EAC/B,6BAA6B,EAC7B,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACrB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AAEzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAwB,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAK1E,MAAM,WAAW,WACf,SACE,IAAI,CACF,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAC3D,OAAO,GAAG,cAAc,GAAG,eAAe,GAAG,UAAU,CACxD,EACD,eAAe;CAAG;AAEtB,QAAA,MAAM,MAAM;;;;;;;;;;;;;;CAAuB,CAAC;AAEpC,MAAM,WAAW,gBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,EAAE,oBAAoB;CAAG;AAE/F,QAAA,MAAM,WAAW;;;;;CAAwB,CAAC;AAE1C,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa,CAAC,EAAE,oBAAoB;CAAG;AAEpH,QAAA,MAAM,WAAW;;;;;;;CAAwB,CAAC;AAE1C,MAAM,WAAW,kBACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,EAC7F,sBAAsB;CAAG;AAE7B,QAAA,MAAM,aAAa,uHAelB,CAAC;AAGF,MAAM,WAAW,yBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,cAAc,CAAC,EAAE,6BAA6B;CAAG;AAEjH,QAAA,MAAM,oBAAoB,2FAYxB,CAAC;AAKH,MAAM,WAAW,2BACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,gBAAgB,CAAC,EAAE,+BAA+B;CAAG;AAErH,QAAA,MAAM,sBAAsB,6FAY1B,CAAC;AAMH,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC,EAAE,sBAAsB;IAChH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,QAAA,MAAM,aAAa,iFAoClB,CAAC;AAGF,MAAM,WAAW,gBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,EAAE,oBAAoB;CAAG;AAE/F,QAAA,MAAM,WAAW,sGAQhB,CAAC;AAGF,MAAM,WAAW,eACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAAE,UAAU,GAAG,UAAU,GAAG,OAAO,CAAC,EACpG,mBAAmB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,UAAU,8EA6Bf,CAAC;AAGF,MAAM,WAAW,oBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,EAAE,wBAAwB;CAAG;AAEvG,QAAA,MAAM,eAAe,mFAQpB,CAAC;AAGF,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.test.d.ts","sourceRoot":"","sources":["../src/select.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Separator: React.ForwardRefExoticComponent<Omit<import('react-native').ViewProps & {
|
|
3
|
+
asChild?: boolean;
|
|
4
|
+
} & {
|
|
5
|
+
orientation?: "horizontal" | "vertical";
|
|
6
|
+
decorative?: boolean;
|
|
7
|
+
} & React.RefAttributes<import('react-native').View>, "ref"> & React.RefAttributes<import('react-native').View>>;
|
|
8
|
+
export { Separator };
|
|
9
|
+
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../src/separator.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,SAAS;;;;;gHAWb,CAAC;AAGH,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.test.d.ts","sourceRoot":"","sources":["../src/separator.test.tsx"],"names":[],"mappings":""}
|
package/dist/sheet.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { View, ViewStyle } from 'react-native';
|
|
2
|
+
import { DialogContentProps } from './dialog';
|
|
3
|
+
import * as DialogPrimitive from '@rn-primitives/dialog';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
declare const Sheet: {
|
|
6
|
+
({ asChild, open: openProp, defaultOpen, onOpenChange: onOpenChangeProp, ref, ...viewProps }: import('react-native').ViewProps & {
|
|
7
|
+
asChild?: boolean;
|
|
8
|
+
} & {
|
|
9
|
+
open?: boolean;
|
|
10
|
+
defaultOpen?: boolean;
|
|
11
|
+
onOpenChange?: (value: boolean) => void;
|
|
12
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
13
|
+
displayName: string;
|
|
14
|
+
};
|
|
15
|
+
declare const SheetTrigger: {
|
|
16
|
+
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
17
|
+
asChild?: boolean;
|
|
18
|
+
} & {
|
|
19
|
+
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
20
|
+
onKeyUp?: (ev: React.KeyboardEvent) => void;
|
|
21
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
22
|
+
displayName: string;
|
|
23
|
+
};
|
|
24
|
+
declare const SheetClose: {
|
|
25
|
+
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & {
|
|
26
|
+
asChild?: boolean;
|
|
27
|
+
} & {
|
|
28
|
+
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
29
|
+
onKeyUp?: (ev: React.KeyboardEvent) => void;
|
|
30
|
+
} & React.RefAttributes<View>): React.JSX.Element;
|
|
31
|
+
displayName: string;
|
|
32
|
+
};
|
|
33
|
+
declare const SheetPortal: typeof DialogPrimitive.Portal;
|
|
34
|
+
export type SheetOverlayRef = React.ElementRef<typeof DialogPrimitive.Overlay>;
|
|
35
|
+
export type SheetOverlayProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;
|
|
36
|
+
declare const SheetOverlay: React.ForwardRefExoticComponent<SheetOverlayProps & React.RefAttributes<SheetOverlayRef>>;
|
|
37
|
+
export type SheetContentRef = React.ElementRef<typeof DialogPrimitive.Content>;
|
|
38
|
+
export type SheetContentProps = DialogContentProps & {
|
|
39
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
40
|
+
overlayClassName?: string;
|
|
41
|
+
overlayStyle?: ViewStyle;
|
|
42
|
+
};
|
|
43
|
+
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<SheetContentRef>>;
|
|
44
|
+
declare const SheetHeader: {
|
|
45
|
+
({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
displayName: string;
|
|
47
|
+
};
|
|
48
|
+
declare const SheetFooter: {
|
|
49
|
+
({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
|
|
50
|
+
displayName: string;
|
|
51
|
+
};
|
|
52
|
+
export type SheetTitleRef = React.ElementRef<typeof DialogPrimitive.Title>;
|
|
53
|
+
export type SheetTitleProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>;
|
|
54
|
+
declare const SheetTitle: React.ForwardRefExoticComponent<SheetTitleProps & React.RefAttributes<SheetTitleRef>>;
|
|
55
|
+
export type SheetDescriptionRef = React.ElementRef<typeof DialogPrimitive.Description>;
|
|
56
|
+
export type SheetDescriptionProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>;
|
|
57
|
+
declare const SheetDescription: React.ForwardRefExoticComponent<SheetDescriptionProps & React.RefAttributes<SheetDescriptionRef>>;
|
|
58
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, };
|
|
59
|
+
//# sourceMappingURL=sheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../src/sheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AAEzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAwB,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG1E,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAInD,QAAA,MAAM,KAAK;;;;;;;;;CAAuB,CAAC;AAEnC,QAAA,MAAM,YAAY;;;;;;;;CAA0B,CAAC;AAE7C,QAAA,MAAM,UAAU;;;;;;;;CAAwB,CAAC;AAEzC,QAAA,MAAM,WAAW,+BAAyB,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAC/E,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAC/F,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CAgBxG,CAAC;AAGL,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAC/E,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,GAAG;IACnD,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC3C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B,CAAC;AACF,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,yBAAyB,CAAC,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC,CA2CzG,CAAC;AAGJ,QAAA,MAAM,WAAW;8BAA6B,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC;;CAExF,CAAC;AAGF,QAAA,MAAM,WAAW;8BAA6B,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC;;CAExF,CAAC;AAGF,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAC3E,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAC3F,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,yBAAyB,CAAC,eAAe,GAAG,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,CAGlG,CAAC;AAGL,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,CAAC;AACvF,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,CAAC;AACvG,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,yBAAyB,CACrD,qBAAqB,GAAG,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAGhE,CAAC;AAGH,OAAO,EACL,KAAK,EACL,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,YAAY,EACZ,WAAW,EACX,UAAU,EACV,YAAY,GACb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheet.test.d.ts","sourceRoot":"","sources":["../src/sheet.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { View } from 'react-native';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
declare function Skeleton({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export { Skeleton };
|
|
5
|
+
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../src/skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAWpC,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,2CAgBrF;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.test.d.ts","sourceRoot":"","sources":["../src/skeleton.test.tsx"],"names":[],"mappings":""}
|
package/dist/slider.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../src/slider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAExD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmC5C,CAAC"}
|
package/dist/sonner.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sonner.d.ts","sourceRoot":"","sources":["../src/sonner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAE7C,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Button } from './button';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
declare const buildPageUrl: (supportUrl: string, creatorId: string) => string;
|
|
4
|
+
export interface SupportFabProps extends Omit<React.ComponentPropsWithoutRef<typeof Button>, 'onPress'> {
|
|
5
|
+
supportUrl?: string;
|
|
6
|
+
creatorId: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
open?: boolean;
|
|
10
|
+
defaultOpen?: boolean;
|
|
11
|
+
onOpenChange?: (open: boolean) => void;
|
|
12
|
+
positionClassName?: string;
|
|
13
|
+
buttonClassName?: string;
|
|
14
|
+
panelClassName?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function SupportFab({ supportUrl, creatorId, title, description, open, defaultOpen, onOpenChange, positionClassName, buttonClassName, panelClassName, className, ...buttonProps }: SupportFabProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export { buildPageUrl };
|
|
18
|
+
//# sourceMappingURL=support-fab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"support-fab.d.ts","sourceRoot":"","sources":["../src/support-fab.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAYlC,QAAA,MAAM,YAAY,GAAI,YAAY,MAAM,EAAE,WAAW,MAAM,WAI1D,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,SAAS,CAAC;IACrG,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,UAAU,CAAC,EACzB,UAA2C,EAC3C,SAAS,EACT,KAAyB,EACzB,WAA6D,EAC7D,IAAI,EACJ,WAAmB,EACnB,YAAY,EACZ,iBAAiB,EACjB,eAAe,EACf,cAAc,EACd,SAAS,EACT,GAAG,WAAW,EACf,EAAE,eAAe,2CA2FjB;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
package/dist/switch.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SwitchBaseProps } from '@gv-tech/ui-core';
|
|
2
|
+
import * as SwitchPrimitive from '@rn-primitives/switch';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface SwitchProps extends Omit<React.ComponentPropsWithoutRef<typeof SwitchPrimitive.Root>, 'checked' | 'onCheckedChange'>, SwitchBaseProps {
|
|
5
|
+
}
|
|
6
|
+
declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<import('react-native').View>>;
|
|
7
|
+
export { Switch };
|
|
8
|
+
//# sourceMappingURL=switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../src/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,WACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAAE,SAAS,GAAG,iBAAiB,CAAC,EAChG,eAAe;CAAG;AAEtB,QAAA,MAAM,MAAM,iGAmBX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,CAAC"}
|