@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.
Files changed (179) hide show
  1. package/dist/accordion.d.ts +13 -0
  2. package/dist/accordion.d.ts.map +1 -0
  3. package/dist/accordion.test.d.ts +2 -0
  4. package/dist/accordion.test.d.ts.map +1 -0
  5. package/dist/alert-dialog.d.ts +51 -0
  6. package/dist/alert-dialog.d.ts.map +1 -0
  7. package/dist/alert.d.ts +10 -0
  8. package/dist/alert.d.ts.map +1 -0
  9. package/dist/alert.test.d.ts +2 -0
  10. package/dist/alert.test.d.ts.map +1 -0
  11. package/dist/aspect-ratio.d.ts +4 -0
  12. package/dist/aspect-ratio.d.ts.map +1 -0
  13. package/dist/avatar.d.ts +10 -0
  14. package/dist/avatar.d.ts.map +1 -0
  15. package/dist/avatar.test.d.ts +2 -0
  16. package/dist/avatar.test.d.ts.map +1 -0
  17. package/dist/badge.d.ts +12 -0
  18. package/dist/badge.d.ts.map +1 -0
  19. package/dist/badge.test.d.ts +2 -0
  20. package/dist/badge.test.d.ts.map +1 -0
  21. package/dist/breadcrumb.d.ts +24 -0
  22. package/dist/breadcrumb.d.ts.map +1 -0
  23. package/dist/button.d.ts +14 -0
  24. package/dist/button.d.ts.map +1 -0
  25. package/dist/button.test.d.ts +2 -0
  26. package/dist/button.test.d.ts.map +1 -0
  27. package/dist/calendar.d.ts +4 -0
  28. package/dist/calendar.d.ts.map +1 -0
  29. package/dist/card.d.ts +13 -0
  30. package/dist/card.d.ts.map +1 -0
  31. package/dist/card.test.d.ts +2 -0
  32. package/dist/card.test.d.ts.map +1 -0
  33. package/dist/carousel.d.ts +8 -0
  34. package/dist/carousel.d.ts.map +1 -0
  35. package/dist/chart.d.ts +13 -0
  36. package/dist/chart.d.ts.map +1 -0
  37. package/dist/checkbox.d.ts +15 -0
  38. package/dist/checkbox.d.ts.map +1 -0
  39. package/dist/checkbox.test.d.ts +2 -0
  40. package/dist/checkbox.test.d.ts.map +1 -0
  41. package/dist/collapsible.d.ts +8 -0
  42. package/dist/collapsible.d.ts.map +1 -0
  43. package/dist/collapsible.test.d.ts +2 -0
  44. package/dist/collapsible.test.d.ts.map +1 -0
  45. package/dist/command.d.ts +14 -0
  46. package/dist/command.d.ts.map +1 -0
  47. package/dist/context-menu.d.ts +61 -0
  48. package/dist/context-menu.d.ts.map +1 -0
  49. package/dist/dialog.d.ts +61 -0
  50. package/dist/dialog.d.ts.map +1 -0
  51. package/dist/dialog.test.d.ts +2 -0
  52. package/dist/dialog.test.d.ts.map +1 -0
  53. package/dist/drawer.d.ts +31 -0
  54. package/dist/drawer.d.ts.map +1 -0
  55. package/dist/dropdown-menu.d.ts +60 -0
  56. package/dist/dropdown-menu.d.ts.map +1 -0
  57. package/dist/form.d.ts +2 -0
  58. package/dist/form.d.ts.map +1 -0
  59. package/dist/hooks/use-toast.d.ts +46 -0
  60. package/dist/hooks/use-toast.d.ts.map +1 -0
  61. package/dist/hover-card.d.ts +23 -0
  62. package/dist/hover-card.d.ts.map +1 -0
  63. package/dist/index.d.ts +67 -1199
  64. package/dist/index.d.ts.map +1 -0
  65. package/dist/input.d.ts +8 -0
  66. package/dist/input.d.ts.map +1 -0
  67. package/dist/input.test.d.ts +2 -0
  68. package/dist/input.test.d.ts.map +1 -0
  69. package/dist/label.d.ts +9 -0
  70. package/dist/label.d.ts.map +1 -0
  71. package/dist/label.test.d.ts +2 -0
  72. package/dist/label.test.d.ts.map +1 -0
  73. package/dist/lib/render-native.d.ts +4 -0
  74. package/dist/lib/render-native.d.ts.map +1 -0
  75. package/dist/lib/utils.d.ts +4 -0
  76. package/dist/lib/utils.d.ts.map +1 -0
  77. package/dist/menubar.d.ts +53 -0
  78. package/dist/menubar.d.ts.map +1 -0
  79. package/dist/navigation-menu.d.ts +14 -0
  80. package/dist/navigation-menu.d.ts.map +1 -0
  81. package/dist/pagination.d.ts +33 -0
  82. package/dist/pagination.d.ts.map +1 -0
  83. package/dist/popover.d.ts +9 -0
  84. package/dist/popover.d.ts.map +1 -0
  85. package/dist/popover.test.d.ts +2 -0
  86. package/dist/popover.test.d.ts.map +1 -0
  87. package/dist/progress.d.ts +6 -0
  88. package/dist/progress.d.ts.map +1 -0
  89. package/dist/progress.test.d.ts +2 -0
  90. package/dist/progress.test.d.ts.map +1 -0
  91. package/dist/radio-group.d.ts +11 -0
  92. package/dist/radio-group.d.ts.map +1 -0
  93. package/dist/radio-group.test.d.ts +2 -0
  94. package/dist/radio-group.test.d.ts.map +1 -0
  95. package/dist/resizable.d.ts +6 -0
  96. package/dist/resizable.d.ts.map +1 -0
  97. package/dist/scroll-area.d.ts +6 -0
  98. package/dist/scroll-area.d.ts.map +1 -0
  99. package/dist/scroll-to-top.d.ts +29 -0
  100. package/dist/scroll-to-top.d.ts.map +1 -0
  101. package/dist/search.d.ts +3 -0
  102. package/dist/search.d.ts.map +1 -0
  103. package/dist/search.test.d.ts +2 -0
  104. package/dist/search.test.d.ts.map +1 -0
  105. package/dist/select.d.ts +66 -0
  106. package/dist/select.d.ts.map +1 -0
  107. package/dist/select.test.d.ts +2 -0
  108. package/dist/select.test.d.ts.map +1 -0
  109. package/dist/separator.d.ts +9 -0
  110. package/dist/separator.d.ts.map +1 -0
  111. package/dist/separator.test.d.ts +2 -0
  112. package/dist/separator.test.d.ts.map +1 -0
  113. package/dist/sheet.d.ts +59 -0
  114. package/dist/sheet.d.ts.map +1 -0
  115. package/dist/sheet.test.d.ts +2 -0
  116. package/dist/sheet.test.d.ts.map +1 -0
  117. package/dist/skeleton.d.ts +5 -0
  118. package/dist/skeleton.d.ts.map +1 -0
  119. package/dist/skeleton.test.d.ts +2 -0
  120. package/dist/skeleton.test.d.ts.map +1 -0
  121. package/dist/slider.d.ts +4 -0
  122. package/dist/slider.d.ts.map +1 -0
  123. package/dist/sonner.d.ts +4 -0
  124. package/dist/sonner.d.ts.map +1 -0
  125. package/dist/support-fab.d.ts +18 -0
  126. package/dist/support-fab.d.ts.map +1 -0
  127. package/dist/switch.d.ts +8 -0
  128. package/dist/switch.d.ts.map +1 -0
  129. package/dist/switch.test.d.ts +2 -0
  130. package/dist/switch.test.d.ts.map +1 -0
  131. package/dist/table-of-contents.d.ts +47 -0
  132. package/dist/table-of-contents.d.ts.map +1 -0
  133. package/dist/table-of-contents.test.d.ts +2 -0
  134. package/dist/table-of-contents.test.d.ts.map +1 -0
  135. package/dist/table.d.ts +12 -0
  136. package/dist/table.d.ts.map +1 -0
  137. package/dist/table.test.d.ts +2 -0
  138. package/dist/table.test.d.ts.map +1 -0
  139. package/dist/tabs.d.ts +30 -0
  140. package/dist/tabs.d.ts.map +1 -0
  141. package/dist/tabs.test.d.ts +2 -0
  142. package/dist/tabs.test.d.ts.map +1 -0
  143. package/dist/text.d.ts +13 -0
  144. package/dist/text.d.ts.map +1 -0
  145. package/dist/text.test.d.ts +2 -0
  146. package/dist/text.test.d.ts.map +1 -0
  147. package/dist/textarea.d.ts +6 -0
  148. package/dist/textarea.d.ts.map +1 -0
  149. package/dist/textarea.test.d.ts +2 -0
  150. package/dist/textarea.test.d.ts.map +1 -0
  151. package/dist/theme-provider.d.ts +6 -0
  152. package/dist/theme-provider.d.ts.map +1 -0
  153. package/dist/theme-toggle.d.ts +4 -0
  154. package/dist/theme-toggle.d.ts.map +1 -0
  155. package/dist/theme-toggle.test.d.ts +2 -0
  156. package/dist/theme-toggle.test.d.ts.map +1 -0
  157. package/dist/toast.d.ts +35 -0
  158. package/dist/toast.d.ts.map +1 -0
  159. package/dist/toast.test.d.ts +2 -0
  160. package/dist/toast.test.d.ts.map +1 -0
  161. package/dist/toaster.d.ts +5 -0
  162. package/dist/toaster.d.ts.map +1 -0
  163. package/dist/toggle-group.d.ts +11 -0
  164. package/dist/toggle-group.d.ts.map +1 -0
  165. package/dist/toggle-group.test.d.ts +2 -0
  166. package/dist/toggle-group.test.d.ts.map +1 -0
  167. package/dist/toggle.d.ts +8 -0
  168. package/dist/toggle.d.ts.map +1 -0
  169. package/dist/toggle.test.d.ts +2 -0
  170. package/dist/toggle.test.d.ts.map +1 -0
  171. package/dist/tooltip.d.ts +30 -0
  172. package/dist/tooltip.d.ts.map +1 -0
  173. package/dist/tooltip.test.d.ts +2 -0
  174. package/dist/tooltip.test.d.ts.map +1 -0
  175. package/dist/ui-native.cjs +2 -2
  176. package/dist/ui-native.mjs +484 -434
  177. package/package.json +2 -1
  178. package/src/theme-provider.tsx +5 -2
  179. package/src/theme-toggle.tsx +87 -7
@@ -0,0 +1,13 @@
1
+ import * as AccordionPrimitive from '@rn-primitives/accordion';
2
+ import * as React from 'react';
3
+ declare const Accordion: React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<React.ElementRef<typeof AccordionPrimitive.Root>>>;
4
+ declare const AccordionItem: React.ForwardRefExoticComponent<AccordionItemProps & React.RefAttributes<React.ElementRef<typeof AccordionPrimitive.Item>>>;
5
+ declare const AccordionTrigger: React.ForwardRefExoticComponent<AccordionTriggerProps & React.RefAttributes<React.ElementRef<typeof AccordionPrimitive.Trigger>>>;
6
+ declare const AccordionContent: React.ForwardRefExoticComponent<AccordionContentProps & React.RefAttributes<React.ElementRef<typeof AccordionPrimitive.Content>>>;
7
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
8
+ export type AccordionProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
9
+ export type AccordionItemProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item>;
10
+ export type AccordionHeaderProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Header>;
11
+ export type AccordionTriggerProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger>;
12
+ export type AccordionContentProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content>;
13
+ //# sourceMappingURL=accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../src/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,0BAA0B,CAAC;AAE/D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,yBAAyB,CAC9C,cAAc,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAMtF,CAAC;AAGH,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,yBAAyB,CAClD,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAQ1F,CAAC;AAaH,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,yBAAyB,CACrD,qBAAqB,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,CAAC,CA+BhG,CAAC;AAGH,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,yBAAyB,CACrD,qBAAqB,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAiBhG,CAAC;AAGH,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,CAAC;AACxE,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;AAC5F,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,CAAC;AAChG,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,MAAM,CAAC,CAAC;AACpG,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,CAAC;AACtG,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=accordion.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.test.d.ts","sourceRoot":"","sources":["../src/accordion.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,51 @@
1
+ import { View, ViewStyle } from 'react-native';
2
+ import * as AlertDialogPrimitive from '@rn-primitives/alert-dialog';
3
+ import * as React from 'react';
4
+ declare const AlertDialog: {
5
+ ({ asChild, open: openProp, defaultOpen, onOpenChange: onOpenChangeProp, ref, ...viewProps }: {
6
+ open?: boolean;
7
+ onOpenChange?: (value: boolean) => void;
8
+ defaultOpen?: boolean;
9
+ } & import('react-native').ViewProps & {
10
+ asChild?: boolean;
11
+ } & React.RefAttributes<View>): React.JSX.Element;
12
+ displayName: string;
13
+ };
14
+ declare const AlertDialogTrigger: {
15
+ ({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & {
16
+ asChild?: boolean;
17
+ } & {
18
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
19
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
20
+ } & React.RefAttributes<View>): React.JSX.Element;
21
+ displayName: string;
22
+ };
23
+ declare const AlertDialogPortal: typeof AlertDialogPrimitive.Portal;
24
+ declare const AlertDialogOverlay: React.ForwardRefExoticComponent<AlertDialogOverlayProps & React.RefAttributes<React.ElementRef<typeof AlertDialogPrimitive.Overlay>>>;
25
+ declare const AlertDialogContent: React.ForwardRefExoticComponent<AlertDialogContentProps & React.RefAttributes<React.ElementRef<typeof AlertDialogPrimitive.Content>>>;
26
+ declare const AlertDialogHeader: {
27
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
28
+ displayName: string;
29
+ };
30
+ declare const AlertDialogFooter: {
31
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
32
+ displayName: string;
33
+ };
34
+ declare const AlertDialogTitle: React.ForwardRefExoticComponent<AlertDialogTitleProps & React.RefAttributes<React.ElementRef<typeof AlertDialogPrimitive.Title>>>;
35
+ declare const AlertDialogDescription: React.ForwardRefExoticComponent<AlertDialogDescriptionProps & React.RefAttributes<React.ElementRef<typeof AlertDialogPrimitive.Description>>>;
36
+ declare const AlertDialogAction: React.ForwardRefExoticComponent<AlertDialogActionProps & React.RefAttributes<React.ElementRef<typeof AlertDialogPrimitive.Action>>>;
37
+ declare const AlertDialogCancel: React.ForwardRefExoticComponent<AlertDialogCancelProps & React.RefAttributes<React.ElementRef<typeof AlertDialogPrimitive.Cancel>>>;
38
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, };
39
+ export type AlertDialogOverlayProps = React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Overlay>;
40
+ export type AlertDialogContentProps = React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Content> & {
41
+ portalHost?: string;
42
+ overlayClassName?: string;
43
+ overlayStyle?: ViewStyle;
44
+ };
45
+ export type AlertDialogHeaderProps = React.ComponentPropsWithoutRef<typeof View>;
46
+ export type AlertDialogFooterProps = React.ComponentPropsWithoutRef<typeof View>;
47
+ export type AlertDialogTitleProps = React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Title>;
48
+ export type AlertDialogDescriptionProps = React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Description>;
49
+ export type AlertDialogActionProps = React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Action>;
50
+ export type AlertDialogCancelProps = React.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Cancel>;
51
+ //# sourceMappingURL=alert-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../src/alert-dialog.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { Text, View } from 'react-native';
3
+ import * as React from 'react';
4
+ declare const Alert: React.ForwardRefExoticComponent<import('react-native').ViewProps & VariantProps<(props?: ({
5
+ variant?: "default" | "destructive" | "warning" | "info" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<View>>;
7
+ declare const AlertTitle: React.ForwardRefExoticComponent<import('react-native').TextProps & React.RefAttributes<Text>>;
8
+ declare const AlertDescription: React.ForwardRefExoticComponent<import('react-native').TextProps & React.RefAttributes<Text>>;
9
+ export { Alert, AlertDescription, AlertTitle };
10
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../src/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAmB1C,QAAA,MAAM,KAAK;;4GAOT,CAAC;AAGH,QAAA,MAAM,UAAU,+FAQf,CAAC;AAGF,QAAA,MAAM,gBAAgB,+FAIrB,CAAC;AAGF,OAAO,EAAE,KAAK,EAAE,gBAAgB,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=alert.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.test.d.ts","sourceRoot":"","sources":["../src/alert.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { AspectRatioBaseProps } from '@gv-tech/ui-core';
2
+ import * as React from 'react';
3
+ export declare const AspectRatio: React.FC<AspectRatioBaseProps>;
4
+ //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../src/aspect-ratio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAE7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAMtD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as AvatarPrimitive from '@rn-primitives/avatar';
2
+ import * as React from 'react';
3
+ declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<React.ElementRef<typeof AvatarPrimitive.Root>>>;
4
+ declare const AvatarImage: React.ForwardRefExoticComponent<AvatarImageProps & React.RefAttributes<React.ElementRef<typeof AvatarPrimitive.Image>>>;
5
+ declare const AvatarFallback: React.ForwardRefExoticComponent<AvatarFallbackProps & React.RefAttributes<React.ElementRef<typeof AvatarPrimitive.Fallback>>>;
6
+ export { Avatar, AvatarFallback, AvatarImage };
7
+ export type AvatarProps = React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>;
8
+ export type AvatarImageProps = React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Image>;
9
+ export type AvatarFallbackProps = React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>;
10
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../src/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,yBAAyB,CAC3C,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,CAAC,CAUhF,CAAC;AAGH,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,yBAAyB,CAChD,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC,CAMtF,CAAC;AAGH,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,yBAAyB,CACnD,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,CAAC,CAU5F,CAAC;AAGH,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC;AAE/C,MAAM,MAAM,WAAW,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,CAAC;AACtF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAC5F,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=avatar.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.test.d.ts","sourceRoot":"","sources":["../src/avatar.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { View } from 'react-native';
3
+ import * as React from 'react';
4
+ declare const badgeVariants: (props?: ({
5
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ export interface BadgeProps extends React.ComponentPropsWithoutRef<typeof View>, VariantProps<typeof badgeVariants> {
8
+ textClassName?: string;
9
+ }
10
+ declare function Badge({ className, textClassName, variant, children, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
11
+ export { Badge, badgeVariants };
12
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../src/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAQ,IAAI,EAAE,MAAM,cAAc,CAAC;AAI1C,QAAA,MAAM,aAAa;;8EAYjB,CAAC;AAgBH,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,YAAY,CAAC,OAAO,aAAa,CAAC;IACjH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAID,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,UAAU,2CAQnF;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=badge.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.test.d.ts","sourceRoot":"","sources":["../src/badge.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,24 @@
1
+ import { BreadcrumbBaseProps, BreadcrumbEllipsisBaseProps, BreadcrumbItemBaseProps, BreadcrumbLinkBaseProps, BreadcrumbListBaseProps, BreadcrumbPageBaseProps, BreadcrumbSeparatorBaseProps } from '@gv-tech/ui-core';
2
+ import { View } from 'react-native';
3
+ import * as React from 'react';
4
+ export declare const Breadcrumb: React.ForwardRefExoticComponent<BreadcrumbBaseProps & {
5
+ separator?: React.ReactNode;
6
+ } & React.RefAttributes<View>>;
7
+ export declare const BreadcrumbList: React.ForwardRefExoticComponent<BreadcrumbListBaseProps & React.RefAttributes<View>>;
8
+ export declare const BreadcrumbItem: React.ForwardRefExoticComponent<BreadcrumbItemBaseProps & React.RefAttributes<View>>;
9
+ export type BreadcrumbLinkProps = BreadcrumbLinkBaseProps & {
10
+ onPress?: () => void;
11
+ };
12
+ export declare const BreadcrumbLink: React.ForwardRefExoticComponent<BreadcrumbLinkBaseProps & {
13
+ onPress?: () => void;
14
+ } & React.RefAttributes<View>>;
15
+ export declare const BreadcrumbPage: React.ForwardRefExoticComponent<BreadcrumbPageBaseProps & React.RefAttributes<View>>;
16
+ export declare const BreadcrumbSeparator: {
17
+ ({ children, className, ...props }: BreadcrumbSeparatorBaseProps): import("react/jsx-runtime").JSX.Element;
18
+ displayName: string;
19
+ };
20
+ export declare const BreadcrumbEllipsis: {
21
+ ({ className, children, ...props }: BreadcrumbEllipsisBaseProps): import("react/jsx-runtime").JSX.Element;
22
+ displayName: string;
23
+ };
24
+ //# sourceMappingURL=breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../src/breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,2BAA2B,EAC3B,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,4BAA4B,EAC7B,MAAM,kBAAkB,CAAC;AAG1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAa,IAAI,EAAE,MAAM,cAAc,CAAC;AAK/C,eAAO,MAAM,UAAU;gBAA8D,KAAK,CAAC,SAAS;8BAQnG,CAAC;AAGF,eAAO,MAAM,cAAc,sFAe1B,CAAC;AAGF,eAAO,MAAM,cAAc,sFAQ1B,CAAC;AAGF,MAAM,MAAM,mBAAmB,GAAG,uBAAuB,GAAG;IAC1D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,cAAc;cAHf,MAAM,IAAI;8BAuBrB,CAAC;AAGF,eAAO,MAAM,cAAc,sFAiB1B,CAAC;AAGF,eAAO,MAAM,mBAAmB;wCAAuC,4BAA4B;;CAWlG,CAAC;AAGF,eAAO,MAAM,kBAAkB;wCAAuC,2BAA2B;;CAWhG,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { View } from 'react-native';
3
+ import { ButtonBaseProps } from '@gv-tech/ui-core';
4
+ import * as React from 'react';
5
+ declare const buttonVariants: (props?: ({
6
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
7
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export interface ButtonProps extends VariantProps<typeof buttonVariants>, ButtonBaseProps {
10
+ onPress?: () => void;
11
+ }
12
+ declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<View>>;
13
+ export { Button, buttonVariants };
14
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../src/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAmB,IAAI,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAIxD,QAAA,MAAM,cAAc;;;8EAwBnB,CAAC;AAkBF,MAAM,WAAW,WAAY,SAAQ,YAAY,CAAC,OAAO,cAAc,CAAC,EAAE,eAAe;IACvF,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,QAAA,MAAM,MAAM,0EAgBX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=button.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.test.d.ts","sourceRoot":"","sources":["../src/button.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { CalendarBaseProps } from '@gv-tech/ui-core';
2
+ import * as React from 'react';
3
+ export declare const Calendar: React.FC<CalendarBaseProps>;
4
+ //# sourceMappingURL=calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../src/calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAEhD,CAAC"}
package/dist/card.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ import { Text, View } from 'react-native';
2
+ import { CardBaseProps } from '@gv-tech/ui-core';
3
+ import * as React from 'react';
4
+ export interface CardProps extends React.ComponentPropsWithoutRef<typeof View>, CardBaseProps {
5
+ }
6
+ declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<View>>;
7
+ declare const CardHeader: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
8
+ declare const CardTitle: React.ForwardRefExoticComponent<import('react-native').TextProps & React.RefAttributes<Text>>;
9
+ declare const CardDescription: React.ForwardRefExoticComponent<import('react-native').TextProps & React.RefAttributes<Text>>;
10
+ declare const CardContent: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
11
+ declare const CardFooter: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
12
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
13
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../src/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAItD,MAAM,WAAW,SAAU,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC,EAAE,aAAa;CAAG;AAEhG,QAAA,MAAM,IAAI,wEAER,CAAC;AAGH,QAAA,MAAM,UAAU,+FAIf,CAAC;AAGF,QAAA,MAAM,SAAS,+FAQd,CAAC;AAGF,QAAA,MAAM,eAAe,+FAIpB,CAAC;AAGF,QAAA,MAAM,WAAW,+FAMhB,CAAC;AAGF,QAAA,MAAM,UAAU,+FAIf,CAAC;AAGF,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=card.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.test.d.ts","sourceRoot":"","sources":["../src/card.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { CarouselBaseProps, CarouselContentBaseProps, CarouselItemBaseProps, CarouselNextBaseProps, CarouselPreviousBaseProps } from '@gv-tech/ui-core';
2
+ import * as React from 'react';
3
+ export declare const Carousel: React.FC<CarouselBaseProps>;
4
+ export declare const CarouselContent: React.FC<CarouselContentBaseProps>;
5
+ export declare const CarouselItem: React.FC<CarouselItemBaseProps>;
6
+ export declare const CarouselPrevious: React.FC<CarouselPreviousBaseProps>;
7
+ export declare const CarouselNext: React.FC<CarouselNextBaseProps>;
8
+ //# sourceMappingURL=carousel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../src/carousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EAC1B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAEhD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAE9D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAExD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAEhE,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAExD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ChartContainerBaseProps, ChartLegendContentBaseProps, ChartTooltipContentBaseProps } from '@gv-tech/ui-core';
2
+ import * as React from 'react';
3
+ export declare const ChartContainer: React.FC<ChartContainerBaseProps>;
4
+ export declare const ChartTooltipContent: React.FC<ChartTooltipContentBaseProps>;
5
+ export declare const ChartLegendContent: React.FC<ChartLegendContentBaseProps>;
6
+ export declare const ChartTooltip: React.FC<{
7
+ children?: React.ReactNode;
8
+ }>;
9
+ export declare const ChartLegend: React.FC<{
10
+ children?: React.ReactNode;
11
+ }>;
12
+ export declare const ChartStyle: React.FC;
13
+ //# sourceMappingURL=chart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chart.d.ts","sourceRoot":"","sources":["../src/chart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,4BAA4B,EAC7B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAE5D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,4BAA4B,CAEtE,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAEpE,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAEjE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAEhE,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAE9B,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as CheckboxPrimitive from '@rn-primitives/checkbox';
2
+ import * as React from 'react';
3
+ declare const Checkbox: React.ForwardRefExoticComponent<Omit<Omit<import('react-native').PressableProps & React.RefAttributes<import('react-native').View>, "ref"> & {
4
+ asChild?: boolean;
5
+ } & {
6
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
7
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
8
+ } & {
9
+ checked: boolean;
10
+ onCheckedChange: (checked: boolean) => void;
11
+ disabled?: boolean;
12
+ } & React.RefAttributes<import('react-native').View>, "ref"> & React.RefAttributes<import('react-native').View>>;
13
+ export { Checkbox };
14
+ export type CheckboxProps = React.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>;
15
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../src/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,yBAAyB,CAAC;AAE7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,QAAA,MAAM,QAAQ;;;;;;;;;gHAmBZ,CAAC;AAGH,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=checkbox.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.test.d.ts","sourceRoot":"","sources":["../src/checkbox.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { CollapsibleBaseProps, CollapsibleContentBaseProps, CollapsibleTriggerBaseProps } from '@gv-tech/ui-core';
2
+ import * as CollapsiblePrimitive from '@rn-primitives/collapsible';
3
+ declare const Collapsible: typeof CollapsiblePrimitive.Root;
4
+ declare const CollapsibleTrigger: typeof CollapsiblePrimitive.Trigger;
5
+ declare const CollapsibleContent: typeof CollapsiblePrimitive.Content;
6
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger };
7
+ export type { CollapsibleContentBaseProps as CollapsibleContentProps, CollapsibleBaseProps as CollapsibleProps, CollapsibleTriggerBaseProps as CollapsibleTriggerProps, };
8
+ //# sourceMappingURL=collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../src/collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAClH,OAAO,KAAK,oBAAoB,MAAM,4BAA4B,CAAC;AAEnE,QAAA,MAAM,WAAW,EAAE,OAAO,oBAAoB,CAAC,IAAgC,CAAC;AAEhF,QAAA,MAAM,kBAAkB,EAAE,OAAO,oBAAoB,CAAC,OAAsC,CAAC;AAE7F,QAAA,MAAM,kBAAkB,EAAE,OAAO,oBAAoB,CAAC,OAAsC,CAAC;AAE7F,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAC;AAC/D,YAAY,EACV,2BAA2B,IAAI,uBAAuB,EACtD,oBAAoB,IAAI,gBAAgB,EACxC,2BAA2B,IAAI,uBAAuB,GACvD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=collapsible.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.test.d.ts","sourceRoot":"","sources":["../src/collapsible.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { CommandBaseProps, CommandEmptyBaseProps, CommandGroupBaseProps, CommandInputBaseProps, CommandItemBaseProps, CommandListBaseProps, CommandSeparatorBaseProps, CommandShortcutBaseProps } from '@gv-tech/ui-core';
2
+ import * as React from 'react';
3
+ export declare const Command: React.FC<CommandBaseProps>;
4
+ export declare const CommandDialog: React.FC<{
5
+ children?: React.ReactNode;
6
+ }>;
7
+ export declare const CommandInput: React.FC<CommandInputBaseProps>;
8
+ export declare const CommandList: React.FC<CommandListBaseProps>;
9
+ export declare const CommandEmpty: React.FC<CommandEmptyBaseProps>;
10
+ export declare const CommandGroup: React.FC<CommandGroupBaseProps>;
11
+ export declare const CommandItem: React.FC<CommandItemBaseProps>;
12
+ export declare const CommandSeparator: React.FC<CommandSeparatorBaseProps>;
13
+ export declare const CommandShortcut: React.FC<CommandShortcutBaseProps>;
14
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../src/command.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,yBAAyB,EACzB,wBAAwB,EACzB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAE9C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAElE,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAEtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAExD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAEtD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAEhE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAE9D,CAAC"}
@@ -0,0 +1,61 @@
1
+ import { ContextMenuCheckboxItemBaseProps, ContextMenuContentBaseProps, ContextMenuItemBaseProps, ContextMenuLabelBaseProps, ContextMenuRadioItemBaseProps, ContextMenuSeparatorBaseProps, ContextMenuShortcutBaseProps, ContextMenuSubContentBaseProps, ContextMenuSubTriggerBaseProps } from '@gv-tech/ui-core';
2
+ import { View } from 'react-native';
3
+ import * as ContextMenuPrimitive from '@rn-primitives/context-menu';
4
+ import * as React from 'react';
5
+ export declare const ContextMenu: {
6
+ ({ asChild, relativeTo, onOpenChange: onOpenChangeProp, ref, ...viewProps }: import('react-native').ViewProps & {
7
+ asChild?: boolean;
8
+ } & {
9
+ onOpenChange?: (open: boolean) => void;
10
+ relativeTo?: "longPress" | "trigger";
11
+ } & React.RefAttributes<View>): React.JSX.Element;
12
+ displayName: string;
13
+ };
14
+ export declare const ContextMenuTrigger: {
15
+ ({ asChild, onLongPress: onLongPressProp, disabled, onAccessibilityAction: onAccessibilityActionProp, ref, ...props }: Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & {
16
+ asChild?: boolean;
17
+ } & {
18
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
19
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
20
+ } & React.RefAttributes<import('@rn-primitives/context-menu').TriggerRef>): React.JSX.Element;
21
+ displayName: string;
22
+ };
23
+ export declare const ContextMenuPortal: typeof ContextMenuPrimitive.Portal;
24
+ export declare const ContextMenuGroup: {
25
+ ({ asChild, ref, ...props }: import('react-native').ViewProps & {
26
+ asChild?: boolean;
27
+ } & React.RefAttributes<View>): React.JSX.Element;
28
+ displayName: string;
29
+ };
30
+ export declare const ContextMenuRadioGroup: {
31
+ ({ asChild, value, onValueChange, ref, ...props }: import('react-native').ViewProps & {
32
+ asChild?: boolean;
33
+ } & {
34
+ value: string | undefined;
35
+ onValueChange: (value: string) => void;
36
+ } & React.RefAttributes<View>): React.JSX.Element;
37
+ displayName: string;
38
+ };
39
+ export declare const ContextMenuSub: {
40
+ ({ asChild, defaultOpen, open: openProp, onOpenChange: onOpenChangeProp, ref, ...props }: import('react-native').ViewProps & {
41
+ asChild?: boolean;
42
+ } & {
43
+ defaultOpen?: boolean;
44
+ open?: boolean;
45
+ onOpenChange?: (value: boolean) => void;
46
+ } & React.RefAttributes<View>): React.JSX.Element;
47
+ displayName: string;
48
+ };
49
+ export declare const ContextMenuContent: React.ForwardRefExoticComponent<ContextMenuContentBaseProps & React.RefAttributes<View>>;
50
+ export declare const ContextMenuItem: React.ForwardRefExoticComponent<ContextMenuItemBaseProps & React.RefAttributes<View>>;
51
+ export declare const ContextMenuCheckboxItem: React.ForwardRefExoticComponent<ContextMenuCheckboxItemBaseProps & React.RefAttributes<View>>;
52
+ export declare const ContextMenuRadioItem: React.ForwardRefExoticComponent<ContextMenuRadioItemBaseProps & React.RefAttributes<View>>;
53
+ export declare const ContextMenuLabel: React.ForwardRefExoticComponent<ContextMenuLabelBaseProps & React.RefAttributes<import('react-native').Text>>;
54
+ export declare const ContextMenuSeparator: React.ForwardRefExoticComponent<ContextMenuSeparatorBaseProps & React.RefAttributes<View>>;
55
+ export declare const ContextMenuShortcut: {
56
+ ({ className, children, ...props }: ContextMenuShortcutBaseProps): import("react/jsx-runtime").JSX.Element;
57
+ displayName: string;
58
+ };
59
+ export declare const ContextMenuSubTrigger: React.ForwardRefExoticComponent<ContextMenuSubTriggerBaseProps & React.RefAttributes<View>>;
60
+ export declare const ContextMenuSubContent: React.ForwardRefExoticComponent<ContextMenuSubContentBaseProps & React.RefAttributes<View>>;
61
+ //# sourceMappingURL=context-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../src/context-menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gCAAgC,EAChC,2BAA2B,EAC3B,wBAAwB,EACxB,yBAAyB,EACzB,6BAA6B,EAC7B,6BAA6B,EAC7B,4BAA4B,EAC5B,8BAA8B,EAC9B,8BAA8B,EAC/B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAwB,IAAI,EAAE,MAAM,cAAc,CAAC;AAM1D,eAAO,MAAM,WAAW;;;;;;;;CAA4B,CAAC;AAErD,eAAO,MAAM,kBAAkB;;;;;;;;CAA+B,CAAC;AAE/D,eAAO,MAAM,iBAAiB,oCAA8B,CAAC;AAE7D,eAAO,MAAM,gBAAgB;;;;;CAA6B,CAAC;AAE3D,eAAO,MAAM,qBAAqB;;;;;;;;CAAkC,CAAC;AAErE,eAAO,MAAM,cAAc;;;;;;;;;CAA2B,CAAC;AAsBvD,eAAO,MAAM,kBAAkB,0FAmB7B,CAAC;AAGH,eAAO,MAAM,eAAe,uFAiB1B,CAAC;AAGH,eAAO,MAAM,uBAAuB,+FAuBlC,CAAC;AAGH,eAAO,MAAM,oBAAoB,4FAsB/B,CAAC;AAGH,eAAO,MAAM,gBAAgB,+GAa3B,CAAC;AAGH,eAAO,MAAM,oBAAoB,4FAK/B,CAAC;AAGH,eAAO,MAAM,mBAAmB;wCAAuC,4BAA4B;;CAMlG,CAAC;AAGF,eAAO,MAAM,qBAAqB,6FAkBhC,CAAC;AAGH,eAAO,MAAM,qBAAqB,6FAgBhC,CAAC"}
@@ -0,0 +1,61 @@
1
+ import { DialogBaseProps, DialogContentBaseProps } from '@gv-tech/ui-core';
2
+ import { View, ViewStyle } from 'react-native';
3
+ import * as DialogPrimitive from '@rn-primitives/dialog';
4
+ import * as React from 'react';
5
+ declare const Dialog: {
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
+ export interface DialogProps extends React.ComponentPropsWithoutRef<typeof DialogPrimitive.Root>, DialogBaseProps {
16
+ }
17
+ export interface DialogContentProps extends React.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, DialogContentBaseProps {
18
+ portalHost?: string;
19
+ overlayClassName?: string;
20
+ overlayStyle?: ViewStyle;
21
+ }
22
+ declare const DialogTrigger: {
23
+ ({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & {
24
+ asChild?: boolean;
25
+ } & {
26
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
27
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
28
+ } & React.RefAttributes<View>): React.JSX.Element;
29
+ displayName: string;
30
+ };
31
+ declare const DialogPortal: typeof DialogPrimitive.Portal;
32
+ declare const DialogClose: {
33
+ ({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<import('react-native').PressableProps & React.RefAttributes<View>, "ref"> & {
34
+ asChild?: boolean;
35
+ } & {
36
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
37
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
38
+ } & React.RefAttributes<View>): React.JSX.Element;
39
+ displayName: string;
40
+ };
41
+ export type DialogOverlayProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;
42
+ export type DialogOverlayRef = React.ElementRef<typeof DialogPrimitive.Overlay>;
43
+ declare const DialogOverlay: React.ForwardRefExoticComponent<DialogOverlayProps & React.RefAttributes<DialogOverlayRef>>;
44
+ export type DialogContentRef = React.ElementRef<typeof DialogPrimitive.Content>;
45
+ declare const DialogContent: React.ForwardRefExoticComponent<DialogContentProps & React.RefAttributes<DialogContentRef>>;
46
+ declare const DialogHeader: {
47
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
48
+ displayName: string;
49
+ };
50
+ declare const DialogFooter: {
51
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof View>): import("react/jsx-runtime").JSX.Element;
52
+ displayName: string;
53
+ };
54
+ export type DialogTitleRef = React.ElementRef<typeof DialogPrimitive.Title>;
55
+ export type DialogTitleProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>;
56
+ declare const DialogTitle: React.ForwardRefExoticComponent<DialogTitleProps & React.RefAttributes<DialogTitleRef>>;
57
+ export type DialogDescriptionRef = React.ElementRef<typeof DialogPrimitive.Description>;
58
+ export type DialogDescriptionProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>;
59
+ declare const DialogDescription: React.ForwardRefExoticComponent<DialogDescriptionProps & React.RefAttributes<DialogDescriptionRef>>;
60
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
61
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../src/dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAC3E,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AAEzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAc,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAKhE,QAAA,MAAM,MAAM;;;;;;;;;CAAuB,CAAC;AAEpC,MAAM,WAAW,WAAY,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAAE,eAAe;CAAG;AAEpH,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,EAAE,sBAAsB;IAC9F,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,QAAA,MAAM,aAAa;;;;;;;;CAA0B,CAAC;AAE9C,QAAA,MAAM,YAAY,+BAAyB,CAAC;AAE5C,QAAA,MAAM,WAAW;;;;;;;;CAAwB,CAAC;AAE1C,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAChG,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAEhF,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,yBAAyB,CAAC,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAW3G,CAAC;AAGL,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAChF,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,yBAAyB,CAAC,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CA+B5G,CAAC;AAGJ,QAAA,MAAM,YAAY;8BAA6B,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC;;CAEzF,CAAC;AAGF,QAAA,MAAM,YAAY;8BAA6B,KAAK,CAAC,wBAAwB,CAAC,OAAO,IAAI,CAAC;;CAEzF,CAAC;AAGF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAC5E,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;AAC5F,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,yBAAyB,CAAC,gBAAgB,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAOrG,CAAC;AAGL,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,CAAC;AACxF,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,CAAC;AACxG,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,yBAAyB,CACtD,sBAAsB,GAAG,KAAK,CAAC,aAAa,CAAC,oBAAoB,CAAC,CAOlE,CAAC;AAGH,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dialog.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.test.d.ts","sourceRoot":"","sources":["../src/dialog.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ import { DrawerBaseProps, DrawerCloseBaseProps, DrawerContentBaseProps, DrawerDescriptionBaseProps, DrawerFooterBaseProps, DrawerHeaderBaseProps, DrawerTitleBaseProps, DrawerTriggerBaseProps } from '@gv-tech/ui-core';
2
+ import { View, ViewStyle } from 'react-native';
3
+ import * as DialogPrimitive from '@rn-primitives/dialog';
4
+ import * as React from 'react';
5
+ export declare const Drawer: React.FC<DrawerBaseProps>;
6
+ export declare const DrawerTrigger: React.ForwardRefExoticComponent<DrawerTriggerBaseProps & {
7
+ className?: string;
8
+ } & React.RefAttributes<View>>;
9
+ export declare const DrawerPortal: typeof DialogPrimitive.Portal;
10
+ export type DrawerOverlayProps = React.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;
11
+ export type DrawerOverlayRef = React.ElementRef<typeof DialogPrimitive.Overlay>;
12
+ export declare const DrawerOverlay: React.ForwardRefExoticComponent<DrawerOverlayProps & React.RefAttributes<DrawerOverlayRef>>;
13
+ export declare const DrawerContent: React.ForwardRefExoticComponent<DrawerContentBaseProps & {
14
+ portalHost?: string;
15
+ overlayClassName?: string;
16
+ overlayStyle?: ViewStyle;
17
+ } & React.RefAttributes<View>>;
18
+ export declare const DrawerHeader: {
19
+ ({ className, children, ...props }: DrawerHeaderBaseProps): import("react/jsx-runtime").JSX.Element;
20
+ displayName: string;
21
+ };
22
+ export declare const DrawerFooter: {
23
+ ({ className, children, ...props }: DrawerFooterBaseProps): import("react/jsx-runtime").JSX.Element;
24
+ displayName: string;
25
+ };
26
+ export declare const DrawerClose: React.ForwardRefExoticComponent<DrawerCloseBaseProps & {
27
+ className?: string;
28
+ } & React.RefAttributes<View>>;
29
+ export declare const DrawerTitle: React.ForwardRefExoticComponent<DrawerTitleBaseProps & React.RefAttributes<import('react-native').Text>>;
30
+ export declare const DrawerDescription: React.ForwardRefExoticComponent<DrawerDescriptionBaseProps & React.RefAttributes<import('react-native').Text>>;
31
+ //# sourceMappingURL=drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drawer.d.ts","sourceRoot":"","sources":["../src/drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,0BAA0B,EAC1B,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAc,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAKhE,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAE5C,CAAC;AAGF,eAAO,MAAM,aAAa;gBAEe,MAAM;8BAO7C,CAAC;AAGH,eAAO,MAAM,YAAY,+BAAyB,CAAC;AAEnD,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAChG,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,CAAC;AAEhF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,yBAAyB,CACzD,kBAAkB,GAAG,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAW1D,CAAC;AAGH,eAAO,MAAM,aAAa;iBAGT,MAAM;uBACA,MAAM;mBACV,SAAS;8BAqB1B,CAAC;AAGH,eAAO,MAAM,YAAY;wCAAuC,qBAAqB;;CAIpF,CAAC;AAGF,eAAO,MAAM,YAAY;wCAAuC,qBAAqB;;CAIpF,CAAC;AAGF,eAAO,MAAM,WAAW;gBAEe,MAAM;8BAO3C,CAAC;AAGH,eAAO,MAAM,WAAW,0GAYvB,CAAC;AAGF,eAAO,MAAM,iBAAiB,gHAS5B,CAAC"}