@gv-tech/ui-native 2.20.0 → 2.21.1

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 (198) hide show
  1. package/dist/index.d.ts +2 -679
  2. package/dist/packages/ui-native/src/accordion.d.ts +13 -0
  3. package/dist/packages/ui-native/src/accordion.d.ts.map +1 -0
  4. package/dist/packages/ui-native/src/accordion.test.d.ts +2 -0
  5. package/dist/packages/ui-native/src/accordion.test.d.ts.map +1 -0
  6. package/dist/packages/ui-native/src/alert-dialog.d.ts +51 -0
  7. package/dist/packages/ui-native/src/alert-dialog.d.ts.map +1 -0
  8. package/dist/packages/ui-native/src/alert.d.ts +10 -0
  9. package/dist/packages/ui-native/src/alert.d.ts.map +1 -0
  10. package/dist/packages/ui-native/src/alert.test.d.ts +2 -0
  11. package/dist/packages/ui-native/src/alert.test.d.ts.map +1 -0
  12. package/dist/packages/ui-native/src/aspect-ratio.d.ts +4 -0
  13. package/dist/packages/ui-native/src/aspect-ratio.d.ts.map +1 -0
  14. package/dist/packages/ui-native/src/avatar.d.ts +10 -0
  15. package/dist/packages/ui-native/src/avatar.d.ts.map +1 -0
  16. package/dist/packages/ui-native/src/avatar.test.d.ts +2 -0
  17. package/dist/packages/ui-native/src/avatar.test.d.ts.map +1 -0
  18. package/dist/packages/ui-native/src/badge.d.ts +12 -0
  19. package/dist/packages/ui-native/src/badge.d.ts.map +1 -0
  20. package/dist/packages/ui-native/src/badge.test.d.ts +2 -0
  21. package/dist/packages/ui-native/src/badge.test.d.ts.map +1 -0
  22. package/dist/packages/ui-native/src/breadcrumb.d.ts +24 -0
  23. package/dist/packages/ui-native/src/breadcrumb.d.ts.map +1 -0
  24. package/dist/packages/ui-native/src/button.d.ts +14 -0
  25. package/dist/packages/ui-native/src/button.d.ts.map +1 -0
  26. package/dist/packages/ui-native/src/button.test.d.ts +2 -0
  27. package/dist/packages/ui-native/src/button.test.d.ts.map +1 -0
  28. package/dist/packages/ui-native/src/calendar.d.ts +4 -0
  29. package/dist/packages/ui-native/src/calendar.d.ts.map +1 -0
  30. package/dist/packages/ui-native/src/card.d.ts +13 -0
  31. package/dist/packages/ui-native/src/card.d.ts.map +1 -0
  32. package/dist/packages/ui-native/src/card.test.d.ts +2 -0
  33. package/dist/packages/ui-native/src/card.test.d.ts.map +1 -0
  34. package/dist/packages/ui-native/src/carousel.d.ts +8 -0
  35. package/dist/packages/ui-native/src/carousel.d.ts.map +1 -0
  36. package/dist/packages/ui-native/src/chart.d.ts +13 -0
  37. package/dist/packages/ui-native/src/chart.d.ts.map +1 -0
  38. package/dist/packages/ui-native/src/checkbox.d.ts +15 -0
  39. package/dist/packages/ui-native/src/checkbox.d.ts.map +1 -0
  40. package/dist/packages/ui-native/src/checkbox.test.d.ts +2 -0
  41. package/dist/packages/ui-native/src/checkbox.test.d.ts.map +1 -0
  42. package/dist/packages/ui-native/src/collapsible.d.ts +8 -0
  43. package/dist/packages/ui-native/src/collapsible.d.ts.map +1 -0
  44. package/dist/packages/ui-native/src/collapsible.test.d.ts +2 -0
  45. package/dist/packages/ui-native/src/collapsible.test.d.ts.map +1 -0
  46. package/dist/packages/ui-native/src/command.d.ts +14 -0
  47. package/dist/packages/ui-native/src/command.d.ts.map +1 -0
  48. package/dist/packages/ui-native/src/context-menu.d.ts +61 -0
  49. package/dist/packages/ui-native/src/context-menu.d.ts.map +1 -0
  50. package/dist/packages/ui-native/src/dialog.d.ts +61 -0
  51. package/dist/packages/ui-native/src/dialog.d.ts.map +1 -0
  52. package/dist/packages/ui-native/src/dialog.test.d.ts +2 -0
  53. package/dist/packages/ui-native/src/dialog.test.d.ts.map +1 -0
  54. package/dist/packages/ui-native/src/drawer.d.ts +31 -0
  55. package/dist/packages/ui-native/src/drawer.d.ts.map +1 -0
  56. package/dist/packages/ui-native/src/dropdown-menu.d.ts +60 -0
  57. package/dist/packages/ui-native/src/dropdown-menu.d.ts.map +1 -0
  58. package/dist/packages/ui-native/src/form.d.ts +2 -0
  59. package/dist/packages/ui-native/src/form.d.ts.map +1 -0
  60. package/dist/packages/ui-native/src/hooks/use-toast.d.ts +46 -0
  61. package/dist/packages/ui-native/src/hooks/use-toast.d.ts.map +1 -0
  62. package/dist/packages/ui-native/src/hover-card.d.ts +23 -0
  63. package/dist/packages/ui-native/src/hover-card.d.ts.map +1 -0
  64. package/dist/packages/ui-native/src/index.d.ts +67 -0
  65. package/dist/packages/ui-native/src/index.d.ts.map +1 -0
  66. package/dist/packages/ui-native/src/input.d.ts +8 -0
  67. package/dist/packages/ui-native/src/input.d.ts.map +1 -0
  68. package/dist/packages/ui-native/src/input.test.d.ts +2 -0
  69. package/dist/packages/ui-native/src/input.test.d.ts.map +1 -0
  70. package/dist/packages/ui-native/src/label.d.ts +9 -0
  71. package/dist/packages/ui-native/src/label.d.ts.map +1 -0
  72. package/dist/packages/ui-native/src/label.test.d.ts +2 -0
  73. package/dist/packages/ui-native/src/label.test.d.ts.map +1 -0
  74. package/dist/packages/ui-native/src/lib/render-native.d.ts +4 -0
  75. package/dist/packages/ui-native/src/lib/render-native.d.ts.map +1 -0
  76. package/dist/packages/ui-native/src/lib/utils.d.ts +4 -0
  77. package/dist/packages/ui-native/src/lib/utils.d.ts.map +1 -0
  78. package/dist/packages/ui-native/src/menubar.d.ts +53 -0
  79. package/dist/packages/ui-native/src/menubar.d.ts.map +1 -0
  80. package/dist/packages/ui-native/src/navigation-menu.d.ts +14 -0
  81. package/dist/packages/ui-native/src/navigation-menu.d.ts.map +1 -0
  82. package/dist/packages/ui-native/src/pagination.d.ts +33 -0
  83. package/dist/packages/ui-native/src/pagination.d.ts.map +1 -0
  84. package/dist/packages/ui-native/src/popover.d.ts +9 -0
  85. package/dist/packages/ui-native/src/popover.d.ts.map +1 -0
  86. package/dist/packages/ui-native/src/popover.test.d.ts +2 -0
  87. package/dist/packages/ui-native/src/popover.test.d.ts.map +1 -0
  88. package/dist/packages/ui-native/src/progress.d.ts +6 -0
  89. package/dist/packages/ui-native/src/progress.d.ts.map +1 -0
  90. package/dist/packages/ui-native/src/progress.test.d.ts +2 -0
  91. package/dist/packages/ui-native/src/progress.test.d.ts.map +1 -0
  92. package/dist/packages/ui-native/src/radio-group.d.ts +11 -0
  93. package/dist/packages/ui-native/src/radio-group.d.ts.map +1 -0
  94. package/dist/packages/ui-native/src/radio-group.test.d.ts +2 -0
  95. package/dist/packages/ui-native/src/radio-group.test.d.ts.map +1 -0
  96. package/dist/packages/ui-native/src/resizable.d.ts +6 -0
  97. package/dist/packages/ui-native/src/resizable.d.ts.map +1 -0
  98. package/dist/packages/ui-native/src/scroll-area.d.ts +6 -0
  99. package/dist/packages/ui-native/src/scroll-area.d.ts.map +1 -0
  100. package/dist/packages/ui-native/src/scroll-to-top.d.ts +29 -0
  101. package/dist/packages/ui-native/src/scroll-to-top.d.ts.map +1 -0
  102. package/dist/packages/ui-native/src/search.d.ts +3 -0
  103. package/dist/packages/ui-native/src/search.d.ts.map +1 -0
  104. package/dist/packages/ui-native/src/search.test.d.ts +2 -0
  105. package/dist/packages/ui-native/src/search.test.d.ts.map +1 -0
  106. package/dist/packages/ui-native/src/select.d.ts +66 -0
  107. package/dist/packages/ui-native/src/select.d.ts.map +1 -0
  108. package/dist/packages/ui-native/src/select.test.d.ts +2 -0
  109. package/dist/packages/ui-native/src/select.test.d.ts.map +1 -0
  110. package/dist/packages/ui-native/src/separator.d.ts +9 -0
  111. package/dist/packages/ui-native/src/separator.d.ts.map +1 -0
  112. package/dist/packages/ui-native/src/separator.test.d.ts +2 -0
  113. package/dist/packages/ui-native/src/separator.test.d.ts.map +1 -0
  114. package/dist/packages/ui-native/src/sheet.d.ts +59 -0
  115. package/dist/packages/ui-native/src/sheet.d.ts.map +1 -0
  116. package/dist/packages/ui-native/src/sheet.test.d.ts +2 -0
  117. package/dist/packages/ui-native/src/sheet.test.d.ts.map +1 -0
  118. package/dist/packages/ui-native/src/skeleton.d.ts +5 -0
  119. package/dist/packages/ui-native/src/skeleton.d.ts.map +1 -0
  120. package/dist/packages/ui-native/src/skeleton.test.d.ts +2 -0
  121. package/dist/packages/ui-native/src/skeleton.test.d.ts.map +1 -0
  122. package/dist/packages/ui-native/src/slider.d.ts +4 -0
  123. package/dist/packages/ui-native/src/slider.d.ts.map +1 -0
  124. package/dist/packages/ui-native/src/sonner.d.ts +4 -0
  125. package/dist/packages/ui-native/src/sonner.d.ts.map +1 -0
  126. package/dist/packages/ui-native/src/support-fab.d.ts +18 -0
  127. package/dist/packages/ui-native/src/support-fab.d.ts.map +1 -0
  128. package/dist/packages/ui-native/src/switch.d.ts +8 -0
  129. package/dist/packages/ui-native/src/switch.d.ts.map +1 -0
  130. package/dist/packages/ui-native/src/switch.test.d.ts +2 -0
  131. package/dist/packages/ui-native/src/switch.test.d.ts.map +1 -0
  132. package/dist/packages/ui-native/src/table-of-contents.d.ts +47 -0
  133. package/dist/packages/ui-native/src/table-of-contents.d.ts.map +1 -0
  134. package/dist/packages/ui-native/src/table-of-contents.test.d.ts +2 -0
  135. package/dist/packages/ui-native/src/table-of-contents.test.d.ts.map +1 -0
  136. package/dist/packages/ui-native/src/table.d.ts +12 -0
  137. package/dist/packages/ui-native/src/table.d.ts.map +1 -0
  138. package/dist/packages/ui-native/src/table.test.d.ts +2 -0
  139. package/dist/packages/ui-native/src/table.test.d.ts.map +1 -0
  140. package/dist/packages/ui-native/src/tabs.d.ts +30 -0
  141. package/dist/packages/ui-native/src/tabs.d.ts.map +1 -0
  142. package/dist/packages/ui-native/src/tabs.test.d.ts +2 -0
  143. package/dist/packages/ui-native/src/tabs.test.d.ts.map +1 -0
  144. package/dist/packages/ui-native/src/text.d.ts +13 -0
  145. package/dist/packages/ui-native/src/text.d.ts.map +1 -0
  146. package/dist/packages/ui-native/src/text.test.d.ts +2 -0
  147. package/dist/packages/ui-native/src/text.test.d.ts.map +1 -0
  148. package/dist/packages/ui-native/src/textarea.d.ts +6 -0
  149. package/dist/packages/ui-native/src/textarea.d.ts.map +1 -0
  150. package/dist/packages/ui-native/src/textarea.test.d.ts +2 -0
  151. package/dist/packages/ui-native/src/textarea.test.d.ts.map +1 -0
  152. package/dist/packages/ui-native/src/theme-provider.d.ts +5 -0
  153. package/dist/packages/ui-native/src/theme-provider.d.ts.map +1 -0
  154. package/dist/packages/ui-native/src/theme-toggle.d.ts +2 -0
  155. package/dist/packages/ui-native/src/theme-toggle.d.ts.map +1 -0
  156. package/dist/packages/ui-native/src/theme-toggle.test.d.ts +2 -0
  157. package/dist/packages/ui-native/src/theme-toggle.test.d.ts.map +1 -0
  158. package/dist/packages/ui-native/src/toast.d.ts +35 -0
  159. package/dist/packages/ui-native/src/toast.d.ts.map +1 -0
  160. package/dist/packages/ui-native/src/toast.test.d.ts +2 -0
  161. package/dist/packages/ui-native/src/toast.test.d.ts.map +1 -0
  162. package/dist/packages/ui-native/src/toaster.d.ts +5 -0
  163. package/dist/packages/ui-native/src/toaster.d.ts.map +1 -0
  164. package/dist/packages/ui-native/src/toggle-group.d.ts +11 -0
  165. package/dist/packages/ui-native/src/toggle-group.d.ts.map +1 -0
  166. package/dist/packages/ui-native/src/toggle-group.test.d.ts +2 -0
  167. package/dist/packages/ui-native/src/toggle-group.test.d.ts.map +1 -0
  168. package/dist/packages/ui-native/src/toggle.d.ts +8 -0
  169. package/dist/packages/ui-native/src/toggle.d.ts.map +1 -0
  170. package/dist/packages/ui-native/src/toggle.test.d.ts +2 -0
  171. package/dist/packages/ui-native/src/toggle.test.d.ts.map +1 -0
  172. package/dist/packages/ui-native/src/tooltip.d.ts +30 -0
  173. package/dist/packages/ui-native/src/tooltip.d.ts.map +1 -0
  174. package/dist/packages/ui-native/src/tooltip.test.d.ts +2 -0
  175. package/dist/packages/ui-native/src/tooltip.test.d.ts.map +1 -0
  176. package/dist/ui-native.cjs +2 -0
  177. package/dist/ui-native.mjs +2036 -1428
  178. package/package.json +10 -12
  179. package/src/aspect-ratio.tsx +9 -5
  180. package/src/breadcrumb.tsx +126 -4
  181. package/src/calendar.tsx +5 -7
  182. package/src/carousel.tsx +28 -8
  183. package/src/chart.tsx +30 -8
  184. package/src/command.tsx +48 -8
  185. package/src/context-menu.tsx +213 -5
  186. package/src/drawer.tsx +132 -6
  187. package/src/dropdown-menu.tsx +217 -5
  188. package/src/hooks/use-toast.ts +186 -0
  189. package/src/hover-card.tsx +26 -6
  190. package/src/index.ts +114 -11
  191. package/src/menubar.tsx +253 -5
  192. package/src/navigation-menu.tsx +175 -5
  193. package/src/pagination.tsx +107 -4
  194. package/src/resizable.tsx +9 -19
  195. package/src/scroll-area.tsx +24 -7
  196. package/src/slider.tsx +38 -5
  197. package/src/sonner.tsx +5 -7
  198. package/src/toaster.tsx +25 -6
@@ -0,0 +1,66 @@
1
+ import { SelectBaseProps, SelectContentBaseProps, SelectGroupBaseProps, SelectItemBaseProps, SelectLabelBaseProps, SelectScrollDownButtonBaseProps, SelectScrollUpButtonBaseProps, SelectSeparatorBaseProps, SelectTriggerBaseProps, SelectValueBaseProps } from '../../ui-core/src';
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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=select.test.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=separator.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separator.test.d.ts","sourceRoot":"","sources":["../../../../src/separator.test.tsx"],"names":[],"mappings":""}
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sheet.test.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=skeleton.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skeleton.test.d.ts","sourceRoot":"","sources":["../../../../src/skeleton.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { SliderBaseProps } from '../../ui-core/src';
2
+ import * as React from 'react';
3
+ export declare const Slider: React.FC<SliderBaseProps>;
4
+ //# sourceMappingURL=slider.d.ts.map
@@ -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"}
@@ -0,0 +1,4 @@
1
+ import { SonnerBaseProps } from '../../ui-core/src';
2
+ import * as React from 'react';
3
+ export declare const Toaster: React.FC<SonnerBaseProps>;
4
+ //# sourceMappingURL=sonner.d.ts.map
@@ -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"}
@@ -0,0 +1,8 @@
1
+ import { SwitchBaseProps } from '../../ui-core/src';
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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=switch.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.test.d.ts","sourceRoot":"","sources":["../../../../src/switch.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,47 @@
1
+ import { NativeScrollEvent, NativeSyntheticEvent, ScrollView } from 'react-native';
2
+ import { HeadingItem as BaseHeadingItem, TableOfContentsContentBaseProps, TableOfContentsRootBaseProps } from '../../ui-core/src';
3
+ import * as React from 'react';
4
+ interface HeadingItem extends BaseHeadingItem {
5
+ pageY: number;
6
+ }
7
+ interface TOCContextValue {
8
+ headings: HeadingItem[];
9
+ activeId: string | null;
10
+ activeHeadingText: string | null;
11
+ registerHeading: (id: string, text: string, level: number, pageY: number) => void;
12
+ unregisterHeading: (id: string) => void;
13
+ scrollToHeading: (id: string) => void;
14
+ onScroll: (event: NativeSyntheticEvent<NativeScrollEvent>) => void;
15
+ scrollViewRef: React.RefObject<ScrollView | null>;
16
+ }
17
+ export declare function useTOC(): TOCContextValue;
18
+ /**
19
+ * Native Table of Contents Provider
20
+ */
21
+ export declare function TableOfContents({ children, activeId: activeIdOverride }: TableOfContentsRootBaseProps): import("react/jsx-runtime").JSX.Element;
22
+ export declare namespace TableOfContents {
23
+ var List: typeof TableOfContentsList;
24
+ var Content: typeof TableOfContentsContent;
25
+ var Heading: typeof TableOfContentsHeader;
26
+ }
27
+ /**
28
+ * Heading component that registers itself with the TOC provider
29
+ */
30
+ export declare function TableOfContentsHeader({ children, level, id: manualId, className, }: {
31
+ children: string;
32
+ level?: number;
33
+ id?: string;
34
+ className?: string;
35
+ }): import("react/jsx-runtime").JSX.Element;
36
+ /**
37
+ * Renders the TOC list of links
38
+ */
39
+ export declare function TableOfContentsList({ className }: {
40
+ className?: string;
41
+ }): import("react/jsx-runtime").JSX.Element | null;
42
+ /**
43
+ * Wrapper for content that handles scrolling
44
+ */
45
+ export declare function TableOfContentsContent({ children, className }: TableOfContentsContentBaseProps): import("react/jsx-runtime").JSX.Element;
46
+ export { TableOfContentsHeader as TableOfContentsHeading };
47
+ //# sourceMappingURL=table-of-contents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-of-contents.d.ts","sourceRoot":"","sources":["../../../../src/table-of-contents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAEL,iBAAiB,EACjB,oBAAoB,EAGpB,UAAU,EAGX,MAAM,cAAc,CAAC;AAEtB,OAAO,EACL,WAAW,IAAI,eAAe,EAC9B,+BAA+B,EAC/B,4BAA4B,EAC7B,MAAM,kBAAkB,CAAC;AAI1B,UAAU,WAAY,SAAQ,eAAe;IAC3C,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,eAAe;IACvB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClF,iBAAiB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACnE,aAAa,EAAE,KAAK,CAAC,SAAS,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;CACnD;AAID,wBAAgB,MAAM,oBAMrB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,EAAE,4BAA4B,2CAwFrG;yBAxFe,eAAe;;;;;AA0F/B;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,QAAQ,EACR,KAAS,EACT,EAAE,EAAE,QAAQ,EACZ,SAAS,GACV,EAAE;IACD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,2CAuBA;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,kDAiCxE;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,+BAA+B,2CAgB9F;AAED,OAAO,EAAE,qBAAqB,IAAI,sBAAsB,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=table-of-contents.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-of-contents.test.d.ts","sourceRoot":"","sources":["../../../../src/table-of-contents.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { View } from 'react-native';
2
+ import * as React from 'react';
3
+ declare const Table: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
4
+ declare const TableHeader: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
5
+ declare const TableBody: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
6
+ declare const TableFooter: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
7
+ declare const TableRow: React.ForwardRefExoticComponent<import('react-native').ViewProps & React.RefAttributes<View>>;
8
+ declare const TableHead: React.ForwardRefExoticComponent<Omit<import('./text').TextProps & React.RefAttributes<import('react-native').Text>, "ref"> & React.RefAttributes<import('react-native').Text>>;
9
+ declare const TableCell: React.ForwardRefExoticComponent<Omit<import('./text').TextProps & React.RefAttributes<import('react-native').Text>, "ref"> & React.RefAttributes<import('react-native').Text>>;
10
+ declare const TableCaption: React.ForwardRefExoticComponent<Omit<import('./text').TextProps & React.RefAttributes<import('react-native').Text>, "ref"> & React.RefAttributes<import('react-native').Text>>;
11
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
12
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAKpC,QAAA,MAAM,KAAK,+FAIV,CAAC;AAGF,QAAA,MAAM,WAAW,+FAEhB,CAAC;AAGF,QAAA,MAAM,SAAS,+FAEd,CAAC;AAGF,QAAA,MAAM,WAAW,+FAIhB,CAAC;AAGF,QAAA,MAAM,QAAQ,+FAWb,CAAC;AAGF,QAAA,MAAM,SAAS,gLAWd,CAAC;AAGF,QAAA,MAAM,SAAS,gLAId,CAAC;AAGF,QAAA,MAAM,YAAY,gLAIjB,CAAC;AAGF,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=table.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.test.d.ts","sourceRoot":"","sources":["../../../../src/table.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ import { TabsBaseProps, TabsContentBaseProps, TabsListBaseProps, TabsTriggerBaseProps } from '../../ui-core/src';
2
+ import * as TabsPrimitive from '@rn-primitives/tabs';
3
+ import * as React from 'react';
4
+ declare const Tabs: React.ForwardRefExoticComponent<Omit<Omit<import('react-native').ViewProps & {
5
+ asChild?: boolean;
6
+ } & {
7
+ value: string;
8
+ onValueChange: (value: string) => void;
9
+ orientation?: "horizontal" | "vertical";
10
+ dir?: "ltr" | "rtl";
11
+ activationMode?: "automatic" | "manual";
12
+ } & React.RefAttributes<import('react-native').View>, "ref">, "value" | "onValueChange"> & Omit<TabsBaseProps, "value"> & {
13
+ value: string;
14
+ onValueChange: (value: string) => void;
15
+ } & React.RefAttributes<import('react-native').View>>;
16
+ export type TabsProps = Omit<React.ComponentPropsWithoutRef<typeof TabsPrimitive.Root>, 'onValueChange' | 'value'> & Omit<TabsBaseProps, 'value'> & {
17
+ value: string;
18
+ onValueChange: (value: string) => void;
19
+ };
20
+ export interface TabsListProps extends React.ComponentPropsWithoutRef<typeof TabsPrimitive.List>, TabsListBaseProps {
21
+ }
22
+ export interface TabsTriggerProps extends Omit<React.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger>, 'children' | 'disabled'>, TabsTriggerBaseProps {
23
+ }
24
+ export interface TabsContentProps extends React.ComponentPropsWithoutRef<typeof TabsPrimitive.Content>, TabsContentBaseProps {
25
+ }
26
+ declare const TabsList: React.ForwardRefExoticComponent<TabsListProps & React.RefAttributes<import('react-native').View>>;
27
+ declare const TabsTrigger: React.ForwardRefExoticComponent<TabsTriggerProps & React.RefAttributes<import('react-native').View>>;
28
+ declare const TabsContent: React.ForwardRefExoticComponent<TabsContentProps & React.RefAttributes<import('react-native').View>>;
29
+ export { Tabs, TabsContent, TabsList, TabsTrigger };
30
+ //# sourceMappingURL=tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAChH,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,QAAA,MAAM,IAAI;;;;;;;;;WAMgC,MAAM;mBAAiB,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;qDAJtF,CAAC;AAGH,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,GAChH,IAAI,CAAC,aAAa,EAAE,OAAO,CAAC,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAAE,CAAC;AAC3F,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,EAAE,iBAAiB;CAAG;AACtH,MAAM,WAAW,gBACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,EAC3F,oBAAoB;CAAG;AAC3B,MAAM,WAAW,gBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,aAAa,CAAC,OAAO,CAAC,EAAE,oBAAoB;CAAG;AAE/F,QAAA,MAAM,QAAQ,mGAWb,CAAC;AAGF,QAAA,MAAM,WAAW,sGAuBhB,CAAC;AAGF,QAAA,MAAM,WAAW,sGAWhB,CAAC;AAGF,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=tabs.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.test.d.ts","sourceRoot":"","sources":["../../../../src/tabs.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import { Text as RNText } from 'react-native';
3
+ import { TextBaseProps } from '../../ui-core/src';
4
+ import * as React from 'react';
5
+ declare const TextClassContext: React.Context<string | undefined>;
6
+ declare const textVariants: (props?: ({
7
+ variant?: "body" | "caption" | "h1" | "h2" | "h3" | "h4" | "label" | "bodySmall" | "overline" | null | undefined;
8
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
9
+ export interface TextProps extends React.ComponentPropsWithoutRef<typeof RNText>, VariantProps<typeof textVariants>, TextBaseProps {
10
+ }
11
+ declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<RNText>>;
12
+ export { Text, TextClassContext, textVariants };
13
+ //# sourceMappingURL=text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../src/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AAE9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGtD,QAAA,MAAM,gBAAgB,mCAAqD,CAAC;AAE5E,QAAA,MAAM,YAAY;;8EAiBhB,CAAC;AAEH,MAAM,WAAW,SACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,MAAM,CAAC,EAAE,YAAY,CAAC,OAAO,YAAY,CAAC,EAAE,aAAa;CAAG;AAE5G,QAAA,MAAM,IAAI,0EAQT,CAAC;AAGF,OAAO,EAAE,IAAI,EAAE,gBAAgB,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=text.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.test.d.ts","sourceRoot":"","sources":["../../../../src/text.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { TextInput } from 'react-native';
2
+ import * as React from 'react';
3
+ export type TextareaProps = React.ComponentPropsWithoutRef<typeof TextInput>;
4
+ declare const Textarea: React.ForwardRefExoticComponent<import('react-native').TextInputProps & React.RefAttributes<TextInput>>;
5
+ export { Textarea };
6
+ //# sourceMappingURL=textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../../src/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzC,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,SAAS,CAAC,CAAC;AAE7E,QAAA,MAAM,QAAQ,yGAiBb,CAAC;AAIF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=textarea.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.test.d.ts","sourceRoot":"","sources":["../../../../src/textarea.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ export declare function ThemeProvider({ children }: {
3
+ children: React.ReactNode;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=theme-provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme-provider.d.ts","sourceRoot":"","sources":["../../../../src/theme-provider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAExE"}
@@ -0,0 +1,2 @@
1
+ export declare function ThemeToggle(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=theme-toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme-toggle.d.ts","sourceRoot":"","sources":["../../../../src/theme-toggle.tsx"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,4CAQ1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=theme-toggle.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme-toggle.test.d.ts","sourceRoot":"","sources":["../../../../src/theme-toggle.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,35 @@
1
+ import * as React from 'react';
2
+ declare const ToastProvider: ({ children }: {
3
+ children: React.ReactNode;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ declare const ToastViewport: () => null;
6
+ declare const Toast: React.ForwardRefExoticComponent<Omit<import('react-native').ViewProps & {
7
+ asChild?: boolean;
8
+ } & {
9
+ open: boolean;
10
+ onOpenChange: (value: boolean) => void;
11
+ type?: "foreground" | "background";
12
+ } & React.RefAttributes<import('react-native').View>, "ref"> & {
13
+ variant?: "default" | "destructive";
14
+ } & React.RefAttributes<import('react-native').View>>;
15
+ declare const ToastTitle: React.ForwardRefExoticComponent<Omit<import('react-native').TextProps & {
16
+ asChild?: boolean;
17
+ } & React.RefAttributes<import('react-native').Text>, "ref"> & React.RefAttributes<import('react-native').Text>>;
18
+ declare const ToastDescription: React.ForwardRefExoticComponent<Omit<import('react-native').TextProps & {
19
+ asChild?: boolean;
20
+ } & React.RefAttributes<import('react-native').Text>, "ref"> & React.RefAttributes<import('react-native').Text>>;
21
+ declare const ToastClose: React.ForwardRefExoticComponent<Omit<Omit<import('react-native').PressableProps & React.RefAttributes<import('react-native').View>, "ref"> & {
22
+ asChild?: boolean;
23
+ } & {
24
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
25
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
26
+ } & React.RefAttributes<import('react-native').View>, "ref"> & React.RefAttributes<import('react-native').View>>;
27
+ declare const ToastAction: React.ForwardRefExoticComponent<Omit<Omit<import('react-native').PressableProps & React.RefAttributes<import('react-native').View>, "ref"> & {
28
+ asChild?: boolean;
29
+ } & {
30
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
31
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
32
+ } & React.RefAttributes<import('react-native').View>, "ref"> & React.RefAttributes<import('react-native').View>>;
33
+ export type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
34
+ export { Toast, ToastAction, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport };
35
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../src/toast.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,QAAA,MAAM,aAAa,GAAI,cAAc;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,4CAAoB,CAAC;AACvF,QAAA,MAAM,aAAa,YAAa,CAAC;AAEjC,QAAA,MAAM,KAAK;;;;;;;cAEgE,SAAS,GAAG,aAAa;qDAiBlG,CAAC;AAGH,QAAA,MAAM,UAAU;;gHAKd,CAAC;AAGH,QAAA,MAAM,gBAAgB;;gHASpB,CAAC;AAGH,QAAA,MAAM,UAAU;;;;;gHAcd,CAAC;AAGH,QAAA,MAAM,WAAW;;;;;gHAYf,CAAC;AAGH,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,gBAAgB,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=toast.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.test.d.ts","sourceRoot":"","sources":["../../../../src/toast.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { ToasterBaseProps } from '../../ui-core/src';
2
+ import * as React from 'react';
3
+ export declare const Toaster: React.FC<ToasterBaseProps>;
4
+ export default Toaster;
5
+ //# sourceMappingURL=toaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../../src/toaster.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAmB9C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ToggleGroupBaseProps, ToggleGroupItemBaseProps } from '../../ui-core/src';
2
+ import * as ToggleGroupPrimitive from '@rn-primitives/toggle-group';
3
+ import * as React from 'react';
4
+ export interface ToggleGroupProps extends Omit<React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'value' | 'onValueChange' | 'type'>, ToggleGroupBaseProps {
5
+ }
6
+ declare const ToggleGroup: React.ForwardRefExoticComponent<ToggleGroupProps & React.RefAttributes<import('react-native').View>>;
7
+ export interface ToggleGroupItemProps extends Omit<React.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item>, 'children' | 'disabled'>, ToggleGroupItemBaseProps {
8
+ }
9
+ declare const ToggleGroupItem: React.ForwardRefExoticComponent<ToggleGroupItemProps & React.RefAttributes<import('react-native').View>>;
10
+ export { ToggleGroup, ToggleGroupItem };
11
+ //# sourceMappingURL=toggle-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../../src/toggle-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAClF,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAC;AAEpE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,WAAW,gBACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,EAAE,OAAO,GAAG,eAAe,GAAG,MAAM,CAAC,EAC1G,oBAAoB;CAAG;AAE3B,QAAA,MAAM,WAAW,sGAehB,CAAC;AAIF,MAAM,WAAW,oBACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,EAC/F,wBAAwB;CAAG;AAE/B,QAAA,MAAM,eAAe,0GA8BpB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=toggle-group.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-group.test.d.ts","sourceRoot":"","sources":["../../../../src/toggle-group.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { ToggleBaseProps, toggleVariants } from '../../ui-core/src';
2
+ import * as TogglePrimitive from '@rn-primitives/toggle';
3
+ import * as React from 'react';
4
+ export interface ToggleProps extends Omit<React.ComponentPropsWithoutRef<typeof TogglePrimitive.Root>, 'pressed' | 'onPressedChange' | 'children'>, ToggleBaseProps {
5
+ }
6
+ declare const Toggle: React.ForwardRefExoticComponent<ToggleProps & React.RefAttributes<import('react-native').View>>;
7
+ export { Toggle, toggleVariants };
8
+ //# sourceMappingURL=toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle.d.ts","sourceRoot":"","sources":["../../../../src/toggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,WACf,SACE,IAAI,CAAC,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,EAAE,SAAS,GAAG,iBAAiB,GAAG,UAAU,CAAC,EAC7G,eAAe;CAAG;AAEtB,QAAA,MAAM,MAAM,iGAkBX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=toggle.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle.test.d.ts","sourceRoot":"","sources":["../../../../src/toggle.test.tsx"],"names":[],"mappings":""}