@campxdev/react-native-blueprint 0.1.17 → 0.1.19

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 (364) hide show
  1. package/lib/global.css +1 -0
  2. package/lib/module/components/DataDisplay/FeedCard/FeedCard.figma.js +42 -0
  3. package/lib/module/components/DataDisplay/FeedCard/FeedCard.figma.js.map +1 -0
  4. package/lib/module/components/DataDisplay/FeedCard/FeedCard.js +261 -0
  5. package/lib/module/components/DataDisplay/FeedCard/FeedCard.js.map +1 -0
  6. package/lib/module/components/DataDisplay/Greeting/Greeting.figma.js +8 -1
  7. package/lib/module/components/DataDisplay/Greeting/Greeting.figma.js.map +1 -1
  8. package/lib/module/components/DataDisplay/Greeting/Greeting.js +75 -21
  9. package/lib/module/components/DataDisplay/Greeting/Greeting.js.map +1 -1
  10. package/lib/module/components/ui/index.js +1 -0
  11. package/lib/module/components/ui/index.js.map +1 -1
  12. package/lib/typescript/babel.config.d.ts +13 -0
  13. package/lib/typescript/babel.config.d.ts.map +1 -0
  14. package/lib/typescript/package.json +1 -0
  15. package/lib/typescript/src/app/_layout.d.ts +8 -0
  16. package/lib/typescript/src/app/_layout.d.ts.map +1 -0
  17. package/lib/typescript/src/assets/index.d.ts +2 -0
  18. package/lib/typescript/src/assets/index.d.ts.map +1 -0
  19. package/lib/typescript/src/assets/lotties/index.d.ts +14 -0
  20. package/lib/typescript/src/assets/lotties/index.d.ts.map +1 -0
  21. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts +35 -0
  22. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts.map +1 -0
  23. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts +2 -0
  24. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts.map +1 -0
  25. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts +32 -0
  26. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts.map +1 -0
  27. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts +2 -0
  28. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts.map +1 -0
  29. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts +36 -0
  30. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
  31. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts +2 -0
  32. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts.map +1 -0
  33. package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts +219 -0
  34. package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts.map +1 -0
  35. package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts +2 -0
  36. package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts.map +1 -0
  37. package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts +15 -0
  38. package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts.map +1 -0
  39. package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts +2 -0
  40. package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts.map +1 -0
  41. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts +61 -0
  42. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts.map +1 -0
  43. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts +2 -0
  44. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts.map +1 -0
  45. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts +44 -0
  46. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts.map +1 -0
  47. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts +2 -0
  48. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts.map +1 -0
  49. package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts +65 -0
  50. package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts.map +1 -0
  51. package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts +2 -0
  52. package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts.map +1 -0
  53. package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts +37 -0
  54. package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts.map +1 -0
  55. package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts +2 -0
  56. package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts.map +1 -0
  57. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts +31 -0
  58. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts.map +1 -0
  59. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts +2 -0
  60. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts.map +1 -0
  61. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts +25 -0
  62. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts.map +1 -0
  63. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts +2 -0
  64. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts.map +1 -0
  65. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts +47 -0
  66. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts.map +1 -0
  67. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts +3 -0
  68. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts.map +1 -0
  69. package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts +2 -0
  70. package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts.map +1 -0
  71. package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts +14 -0
  72. package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts.map +1 -0
  73. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts +49 -0
  74. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts.map +1 -0
  75. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts +2 -0
  76. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts.map +1 -0
  77. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts +58 -0
  78. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts.map +1 -0
  79. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts +2 -0
  80. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts.map +1 -0
  81. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts +6 -0
  82. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts.map +1 -0
  83. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts +3 -0
  84. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts.map +1 -0
  85. package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts +2 -0
  86. package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts.map +1 -0
  87. package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts +29 -0
  88. package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts.map +1 -0
  89. package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts +2 -0
  90. package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts.map +1 -0
  91. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts +45 -0
  92. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts.map +1 -0
  93. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts +2 -0
  94. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts.map +1 -0
  95. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts +178 -0
  96. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts.map +1 -0
  97. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts +2 -0
  98. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts.map +1 -0
  99. package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts +32 -0
  100. package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts.map +1 -0
  101. package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts +2 -0
  102. package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts.map +1 -0
  103. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts +28 -0
  104. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts.map +1 -0
  105. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts +2 -0
  106. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts.map +1 -0
  107. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts +22 -0
  108. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts.map +1 -0
  109. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts +2 -0
  110. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts.map +1 -0
  111. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts +47 -0
  112. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts.map +1 -0
  113. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts +2 -0
  114. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts.map +1 -0
  115. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts +39 -0
  116. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts.map +1 -0
  117. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts +2 -0
  118. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts.map +1 -0
  119. package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts +37 -0
  120. package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts.map +1 -0
  121. package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts +2 -0
  122. package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts.map +1 -0
  123. package/lib/typescript/src/components/Input/Button/Button.d.ts +50 -0
  124. package/lib/typescript/src/components/Input/Button/Button.d.ts.map +1 -0
  125. package/lib/typescript/src/components/Input/Button/Button.figma.d.ts +2 -0
  126. package/lib/typescript/src/components/Input/Button/Button.figma.d.ts.map +1 -0
  127. package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts +35 -0
  128. package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts.map +1 -0
  129. package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts +2 -0
  130. package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts.map +1 -0
  131. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts +46 -0
  132. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts.map +1 -0
  133. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts +2 -0
  134. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts.map +1 -0
  135. package/lib/typescript/src/components/Input/Select/Select.d.ts +68 -0
  136. package/lib/typescript/src/components/Input/Select/Select.d.ts.map +1 -0
  137. package/lib/typescript/src/components/Input/Select/Select.figma.d.ts +2 -0
  138. package/lib/typescript/src/components/Input/Select/Select.figma.d.ts.map +1 -0
  139. package/lib/typescript/src/components/Input/Text/Text.d.ts +116 -0
  140. package/lib/typescript/src/components/Input/Text/Text.d.ts.map +1 -0
  141. package/lib/typescript/src/components/Input/TextField/Textfield.d.ts +57 -0
  142. package/lib/typescript/src/components/Input/TextField/Textfield.d.ts.map +1 -0
  143. package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts +2 -0
  144. package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts.map +1 -0
  145. package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts +14 -0
  146. package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts.map +1 -0
  147. package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts +2 -0
  148. package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts.map +1 -0
  149. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts +34 -0
  150. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts.map +1 -0
  151. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts +2 -0
  152. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts.map +1 -0
  153. package/lib/typescript/src/components/Input/switch/Switch.d.ts +11 -0
  154. package/lib/typescript/src/components/Input/switch/Switch.d.ts.map +1 -0
  155. package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts +2 -0
  156. package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts.map +1 -0
  157. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts +12 -0
  158. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts.map +1 -0
  159. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts +2 -0
  160. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts.map +1 -0
  161. package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts +63 -0
  162. package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts.map +1 -0
  163. package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts +2 -0
  164. package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts.map +1 -0
  165. package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts +19 -0
  166. package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts.map +1 -0
  167. package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts +2 -0
  168. package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts.map +1 -0
  169. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts +40 -0
  170. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts.map +1 -0
  171. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts +2 -0
  172. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts.map +1 -0
  173. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts +52 -0
  174. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts.map +1 -0
  175. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts +2 -0
  176. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts.map +1 -0
  177. package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts +288 -0
  178. package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts.map +1 -0
  179. package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts +2 -0
  180. package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts.map +1 -0
  181. package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts +32 -0
  182. package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts.map +1 -0
  183. package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts +2 -0
  184. package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts.map +1 -0
  185. package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts +29 -0
  186. package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts.map +1 -0
  187. package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts +2 -0
  188. package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts.map +1 -0
  189. package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts +30 -0
  190. package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts.map +1 -0
  191. package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts +3 -0
  192. package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts.map +1 -0
  193. package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts +24 -0
  194. package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts.map +1 -0
  195. package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts +2 -0
  196. package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts.map +1 -0
  197. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts +12 -0
  198. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts.map +1 -0
  199. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts +2 -0
  200. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts.map +1 -0
  201. package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts +40 -0
  202. package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts.map +1 -0
  203. package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts +3 -0
  204. package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts.map +1 -0
  205. package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts +19 -0
  206. package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts.map +1 -0
  207. package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts +2 -0
  208. package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts.map +1 -0
  209. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts +7 -0
  210. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts.map +1 -0
  211. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts +3 -0
  212. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts.map +1 -0
  213. package/lib/typescript/src/components/theme-config.d.ts +174 -0
  214. package/lib/typescript/src/components/theme-config.d.ts.map +1 -0
  215. package/lib/typescript/src/components/ui/Collapsible.d.ts +212 -0
  216. package/lib/typescript/src/components/ui/Collapsible.d.ts.map +1 -0
  217. package/lib/typescript/src/components/ui/Custom-Card.d.ts +864 -0
  218. package/lib/typescript/src/components/ui/Custom-Card.d.ts.map +1 -0
  219. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts +430 -0
  220. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts.map +1 -0
  221. package/lib/typescript/src/components/ui/Hover-Card.d.ts +214 -0
  222. package/lib/typescript/src/components/ui/Hover-Card.d.ts.map +1 -0
  223. package/lib/typescript/src/components/ui/Icon.d.ts +43 -0
  224. package/lib/typescript/src/components/ui/Icon.d.ts.map +1 -0
  225. package/lib/typescript/src/components/ui/Input.d.ts +52 -0
  226. package/lib/typescript/src/components/ui/Input.d.ts.map +1 -0
  227. package/lib/typescript/src/components/ui/Label.d.ts +105 -0
  228. package/lib/typescript/src/components/ui/Label.d.ts.map +1 -0
  229. package/lib/typescript/src/components/ui/Menubar.d.ts +142 -0
  230. package/lib/typescript/src/components/ui/Menubar.d.ts.map +1 -0
  231. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts +28 -0
  232. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts.map +1 -0
  233. package/lib/typescript/src/components/ui/SizedBox.d.ts +79 -0
  234. package/lib/typescript/src/components/ui/SizedBox.d.ts.map +1 -0
  235. package/lib/typescript/src/components/ui/Slider.d.ts +55 -0
  236. package/lib/typescript/src/components/ui/Slider.d.ts.map +1 -0
  237. package/lib/typescript/src/components/ui/Table.d.ts +70 -0
  238. package/lib/typescript/src/components/ui/Table.d.ts.map +1 -0
  239. package/lib/typescript/src/components/ui/Toast.d.ts +55 -0
  240. package/lib/typescript/src/components/ui/Toast.d.ts.map +1 -0
  241. package/lib/typescript/src/components/ui/index.d.ts +61 -0
  242. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  243. package/lib/typescript/src/index.d.ts +10 -0
  244. package/lib/typescript/src/index.d.ts.map +1 -0
  245. package/lib/typescript/src/lib/ThemeProvider.d.ts +137 -0
  246. package/lib/typescript/src/lib/ThemeProvider.d.ts.map +1 -0
  247. package/lib/typescript/src/lib/cornerRadius.d.ts +112 -0
  248. package/lib/typescript/src/lib/cornerRadius.d.ts.map +1 -0
  249. package/lib/typescript/src/lib/fonts.d.ts +21 -0
  250. package/lib/typescript/src/lib/fonts.d.ts.map +1 -0
  251. package/lib/typescript/src/lib/theme.d.ts +136 -0
  252. package/lib/typescript/src/lib/theme.d.ts.map +1 -0
  253. package/lib/typescript/src/lib/utils.d.ts +111 -0
  254. package/lib/typescript/src/lib/utils.d.ts.map +1 -0
  255. package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts +4 -0
  256. package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts.map +1 -0
  257. package/lib/typescript/src/patterns/index.d.ts +2 -0
  258. package/lib/typescript/src/patterns/index.d.ts.map +1 -0
  259. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts +27 -0
  260. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts.map +1 -0
  261. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts +2 -0
  262. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts.map +1 -0
  263. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts +2 -0
  264. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts.map +1 -0
  265. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts +23 -0
  266. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts.map +1 -0
  267. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts +2 -0
  268. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts.map +1 -0
  269. package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts +3 -0
  270. package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts.map +1 -0
  271. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts +22 -0
  272. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts.map +1 -0
  273. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts +2 -0
  274. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts.map +1 -0
  275. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts +2 -0
  276. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts.map +1 -0
  277. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts +37 -0
  278. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts.map +1 -0
  279. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts +2 -0
  280. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts.map +1 -0
  281. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts +2 -0
  282. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts.map +1 -0
  283. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts +70 -0
  284. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts.map +1 -0
  285. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts +2 -0
  286. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts.map +1 -0
  287. package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts +3 -0
  288. package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts.map +1 -0
  289. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts +45 -0
  290. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts.map +1 -0
  291. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts +2 -0
  292. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts.map +1 -0
  293. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts +2 -0
  294. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts.map +1 -0
  295. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts +49 -0
  296. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts.map +1 -0
  297. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts +2 -0
  298. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts.map +1 -0
  299. package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts +3 -0
  300. package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts.map +1 -0
  301. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts +24 -0
  302. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts.map +1 -0
  303. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts +2 -0
  304. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts.map +1 -0
  305. package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts +2 -0
  306. package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts.map +1 -0
  307. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts +38 -0
  308. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts.map +1 -0
  309. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts +2 -0
  310. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts.map +1 -0
  311. package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts +3 -0
  312. package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts.map +1 -0
  313. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts +35 -0
  314. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts.map +1 -0
  315. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts +2 -0
  316. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts.map +1 -0
  317. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts +2 -0
  318. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts.map +1 -0
  319. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts +42 -0
  320. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts.map +1 -0
  321. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts +2 -0
  322. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts.map +1 -0
  323. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts +3 -0
  324. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts.map +1 -0
  325. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts +43 -0
  326. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts.map +1 -0
  327. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts +2 -0
  328. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts.map +1 -0
  329. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts +3 -0
  330. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts.map +1 -0
  331. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts +42 -0
  332. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts.map +1 -0
  333. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts +2 -0
  334. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts.map +1 -0
  335. package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts +3 -0
  336. package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts.map +1 -0
  337. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts +41 -0
  338. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts.map +1 -0
  339. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts +2 -0
  340. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts.map +1 -0
  341. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts +3 -0
  342. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts.map +1 -0
  343. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts +42 -0
  344. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts.map +1 -0
  345. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts +2 -0
  346. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts.map +1 -0
  347. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts +3 -0
  348. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts.map +1 -0
  349. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts +45 -0
  350. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts.map +1 -0
  351. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts +2 -0
  352. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts.map +1 -0
  353. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts +3 -0
  354. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts.map +1 -0
  355. package/lib/typescript/src/patterns/pattern-components/index.d.ts +16 -0
  356. package/lib/typescript/src/patterns/pattern-components/index.d.ts.map +1 -0
  357. package/lib/typescript/tailwind.config.d.ts +3 -0
  358. package/lib/typescript/tailwind.config.d.ts.map +1 -0
  359. package/package.json +7 -5
  360. package/src/components/DataDisplay/FeedCard/FeedCard.figma.tsx +43 -0
  361. package/src/components/DataDisplay/FeedCard/FeedCard.tsx +376 -0
  362. package/src/components/DataDisplay/Greeting/Greeting.figma.tsx +10 -2
  363. package/src/components/DataDisplay/Greeting/Greeting.tsx +107 -26
  364. package/src/components/ui/index.ts +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Custom-Card.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Custom-Card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAGA,MAAM;mBACH,MAAM;sBACH,MAAM;yHA8C3B,CAAC;AAGF;;;;;;;GAOG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEe,MAAM;yHAUzC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEgB,MAAM;yHAazC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEU,MAAM;yHAazC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEc,MAAM;yHAMzC,CAAC;AAGH;;;;;;;;GAQG;AACH,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAEe,MAAM;yHAUzC,CAAC;AAGH,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,GAChB,CAAC"}
@@ -0,0 +1,430 @@
1
+ import * as DropdownMenuPrimitive from '@rn-primitives/dropdown-menu';
2
+ import * as React from 'react';
3
+ import { type StyleProp, Text, type TextProps, type ViewStyle } from 'react-native';
4
+ /**
5
+ * Root component for dropdown menu - provides context for all dropdown menu children
6
+ *
7
+ * @component
8
+ * @example
9
+ * ```tsx
10
+ * <DropdownMenu>
11
+ * <DropdownMenuTrigger>
12
+ * <Button variant="outline">
13
+ * <Text>Open Menu</Text>
14
+ * </Button>
15
+ * </DropdownMenuTrigger>
16
+ * <DropdownMenuContent>
17
+ * <DropdownMenuItem>
18
+ * <Text>Profile</Text>
19
+ * </DropdownMenuItem>
20
+ * </DropdownMenuContent>
21
+ * </DropdownMenu>
22
+ * ```
23
+ */
24
+ declare const DropdownMenu: React.ForwardRefExoticComponent<import("react-native").ViewProps & {
25
+ asChild?: boolean;
26
+ } & {
27
+ onOpenChange?: (open: boolean) => void;
28
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
29
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
30
+ }> & {
31
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
32
+ }) => React.ReactNode>>;
33
+ /**
34
+ * Trigger component that opens the dropdown menu when pressed
35
+ *
36
+ * @component
37
+ */
38
+ declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
39
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
40
+ onAccessibilityTap?: (() => unknown) | undefined;
41
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
42
+ onMagicTap?: (() => unknown) | undefined;
43
+ onAccessibilityEscape?: (() => unknown) | undefined;
44
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "onResponderGrant" | "onResponderMove" | "onResponderRelease" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMoveShouldSetResponderCapture" | "onResponderReject" | "onResponderStart" | "onResponderEnd" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
45
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
47
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
48
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
49
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
52
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
53
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
54
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
55
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
56
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
57
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onMouseEnter" | "onMouseLeave" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
58
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
59
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
60
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onClick" | "onClickCapture" | "onPointerEnterCapture" | "onPointerLeaveCapture" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
61
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
62
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
63
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
64
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
65
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
66
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
67
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
68
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
69
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
70
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
71
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
72
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
73
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
74
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
75
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
76
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
77
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
78
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
79
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
80
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
81
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
82
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
83
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
84
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
85
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
86
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
87
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
88
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
89
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
92
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
93
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
94
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
95
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
96
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
97
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
98
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
99
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
100
+ renderToHardwareTextureAndroid?: boolean | undefined;
101
+ hasTVPreferredFocus?: boolean | undefined;
102
+ nextFocusDown?: number | undefined;
103
+ nextFocusForward?: number | undefined;
104
+ nextFocusLeft?: number | undefined;
105
+ nextFocusRight?: number | undefined;
106
+ nextFocusUp?: number | undefined;
107
+ focusable?: boolean | undefined;
108
+ tabIndex?: 0 | -1;
109
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
110
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "shouldRasterizeIOS" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
111
+ shouldRasterizeIOS?: boolean | undefined;
112
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "role" | "testID" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
113
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
114
+ "aria-labelledby"?: string | undefined;
115
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
116
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
117
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
118
+ screenReaderFocusable?: boolean;
119
+ }>, "role" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
120
+ accessibilityIgnoresInvertColors?: boolean | undefined;
121
+ accessibilityViewIsModal?: boolean | undefined;
122
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
123
+ accessibilityLargeContentTitle?: string | undefined;
124
+ "aria-modal"?: boolean | undefined;
125
+ accessibilityElementsHidden?: boolean | undefined;
126
+ accessibilityLanguage?: string | undefined;
127
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
128
+ }>, "role" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
129
+ accessible?: boolean | undefined;
130
+ accessibilityLabel?: string | undefined;
131
+ accessibilityHint?: string | undefined;
132
+ "aria-label"?: string | undefined;
133
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
134
+ role?: import("react-native").Role | undefined;
135
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
136
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
137
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
138
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
139
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
140
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
141
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
142
+ "aria-busy"?: boolean | undefined;
143
+ "aria-checked"?: (boolean | undefined) | "mixed";
144
+ "aria-disabled"?: boolean | undefined;
145
+ "aria-expanded"?: boolean | undefined;
146
+ "aria-selected"?: boolean | undefined;
147
+ "aria-hidden"?: boolean | undefined;
148
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
149
+ children?: React.ReactNode;
150
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
151
+ collapsable?: boolean | undefined;
152
+ collapsableChildren?: boolean | undefined;
153
+ id?: string;
154
+ testID?: string | undefined;
155
+ nativeID?: string | undefined;
156
+ needsOffscreenAlphaCompositing?: boolean | undefined;
157
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
158
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
159
+ removeClippedSubviews?: boolean | undefined;
160
+ experimental_accessibilityOrder?: Array<string> | undefined;
161
+ }>, never>>, "onMouseEnter" | "onMouseLeave">, "style" | "disabled" | "children" | "onLayout" | "onLongPress" | "onPress" | "onPressIn" | "onPressOut" | "pressRetentionOffset" | "testID" | "hitSlop" | "cancelable" | "delayHoverIn" | "delayHoverOut" | "delayLongPress" | "onHoverIn" | "onHoverOut" | "onPressMove" | "android_disableSound" | "android_ripple" | "testOnly_pressed" | "unstable_pressDelay"> & Omit<Readonly<{
162
+ cancelable?: boolean | undefined;
163
+ children?: React.ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode);
164
+ delayHoverIn?: number | undefined;
165
+ delayHoverOut?: number | undefined;
166
+ delayLongPress?: number | undefined;
167
+ disabled?: boolean | undefined;
168
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/Rect").RectOrSize | undefined;
169
+ pressRetentionOffset?: import("react-native/types_generated/Libraries/StyleSheet/Rect").RectOrSize | undefined;
170
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
171
+ onHoverIn?: ((event: import("react-native").MouseEvent) => unknown) | undefined;
172
+ onHoverOut?: ((event: import("react-native").MouseEvent) => unknown) | undefined;
173
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
174
+ onPress?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
175
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
176
+ onPressMove?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
177
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
178
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheetTypes").____ViewStyleProp_Internal | ((state: import("react-native").PressableStateCallbackType) => import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp) | undefined;
179
+ testID?: string | undefined;
180
+ android_disableSound?: boolean | undefined;
181
+ android_ripple?: import("react-native").PressableAndroidRippleConfig | undefined;
182
+ testOnly_pressed?: boolean | undefined;
183
+ unstable_pressDelay?: number | undefined;
184
+ }>, never>> & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
185
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
186
+ }> & {
187
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
188
+ }) => React.ReactNode>, "ref"> & {
189
+ asChild?: boolean;
190
+ } & {
191
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
192
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
193
+ } & React.RefAttributes<import("@rn-primitives/dropdown-menu").TriggerRef>>;
194
+ /**
195
+ * Groups related menu items together
196
+ *
197
+ * @component
198
+ */
199
+ declare const DropdownMenuGroup: React.ForwardRefExoticComponent<import("react-native").ViewProps & {
200
+ asChild?: boolean;
201
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
202
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
203
+ }> & {
204
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
205
+ }) => React.ReactNode>>;
206
+ /**
207
+ * Portal component to render menu content outside the DOM hierarchy
208
+ *
209
+ * @component
210
+ */
211
+ declare const DropdownMenuPortal: typeof DropdownMenuPrimitive.Portal;
212
+ /**
213
+ * Root component for nested submenu
214
+ *
215
+ * @component
216
+ */
217
+ declare const DropdownMenuSub: React.ForwardRefExoticComponent<import("react-native").ViewProps & {
218
+ asChild?: boolean;
219
+ } & {
220
+ defaultOpen?: boolean;
221
+ open?: boolean;
222
+ onOpenChange?: (value: boolean) => void;
223
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
224
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
225
+ }> & {
226
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
227
+ }) => React.ReactNode>>;
228
+ /**
229
+ * Groups radio items together with single selection
230
+ *
231
+ * @component
232
+ */
233
+ declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<import("react-native").ViewProps & {
234
+ asChild?: boolean;
235
+ } & {
236
+ value: string | undefined;
237
+ onValueChange: (value: string) => void;
238
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
239
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
240
+ }> & {
241
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
242
+ }) => React.ReactNode>>;
243
+ /**
244
+ * Trigger for opening a nested submenu
245
+ *
246
+ * Displays a chevron icon that indicates expandable content. The icon direction
247
+ * changes based on platform and submenu state.
248
+ *
249
+ * @component
250
+ * @example
251
+ * ```tsx
252
+ * <DropdownMenuSub>
253
+ * <DropdownMenuSubTrigger>
254
+ * <Text>More Options</Text>
255
+ * </DropdownMenuSubTrigger>
256
+ * <DropdownMenuSubContent>
257
+ * <DropdownMenuItem>
258
+ * <Text>Nested Item</Text>
259
+ * </DropdownMenuItem>
260
+ * </DropdownMenuSubContent>
261
+ * </DropdownMenuSub>
262
+ * ```
263
+ */
264
+ declare function DropdownMenuSubTrigger({ className: _className, inset, children, iconClassName, ...props }: DropdownMenuPrimitive.SubTriggerProps & React.RefAttributes<DropdownMenuPrimitive.SubTriggerRef> & {
265
+ children?: React.ReactNode;
266
+ iconClassName?: string;
267
+ inset?: boolean;
268
+ }): import("react/jsx-runtime").JSX.Element;
269
+ /**
270
+ * Content container for nested submenu items
271
+ *
272
+ * @component
273
+ * @example
274
+ * ```tsx
275
+ * <DropdownMenuSubContent>
276
+ * <DropdownMenuItem>
277
+ * <Text>Submenu Item</Text>
278
+ * </DropdownMenuItem>
279
+ * </DropdownMenuSubContent>
280
+ * ```
281
+ */
282
+ declare function DropdownMenuSubContent({ className, ...props }: DropdownMenuPrimitive.SubContentProps & React.RefAttributes<DropdownMenuPrimitive.SubContentRef>): import("react/jsx-runtime").JSX.Element;
283
+ /**
284
+ * Main content container for dropdown menu items
285
+ *
286
+ * Renders menu items in a popover with proper positioning, animations,
287
+ * and overlay handling. Uses a portal to render outside the parent hierarchy.
288
+ *
289
+ * @component
290
+ * @example
291
+ * ```tsx
292
+ * <DropdownMenuContent>
293
+ * <DropdownMenuItem>
294
+ * <Text>Profile</Text>
295
+ * </DropdownMenuItem>
296
+ * <DropdownMenuSeparator />
297
+ * <DropdownMenuItem>
298
+ * <Text>Settings</Text>
299
+ * </DropdownMenuItem>
300
+ * </DropdownMenuContent>
301
+ * ```
302
+ *
303
+ * @accessibility
304
+ * - Properly handles focus management
305
+ * - Supports keyboard navigation
306
+ * - Screen reader friendly menu structure
307
+ */
308
+ declare function DropdownMenuContent({ className, overlayClassName, overlayStyle, portalHost, ...props }: DropdownMenuPrimitive.ContentProps & React.RefAttributes<DropdownMenuPrimitive.ContentRef> & {
309
+ overlayStyle?: StyleProp<ViewStyle>;
310
+ overlayClassName?: string;
311
+ portalHost?: string;
312
+ }): import("react/jsx-runtime").JSX.Element;
313
+ /**
314
+ * Individual menu item component
315
+ *
316
+ * Supports both default and destructive variants for different actions.
317
+ * Includes proper hover, active, and focus states.
318
+ *
319
+ * @component
320
+ * @example
321
+ * ```tsx
322
+ * <DropdownMenuItem onSelect={() => console.log('Selected')}>
323
+ * <Text>Edit Profile</Text>
324
+ * </DropdownMenuItem>
325
+ *
326
+ * <DropdownMenuItem variant="destructive">
327
+ * <Text>Delete Account</Text>
328
+ * </DropdownMenuItem>
329
+ * ```
330
+ *
331
+ * @accessibility
332
+ * - Disabled items cannot be interacted with
333
+ * - Proper focus indicators on web
334
+ */
335
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: DropdownMenuPrimitive.ItemProps & React.RefAttributes<DropdownMenuPrimitive.ItemRef> & {
336
+ className?: string;
337
+ inset?: boolean;
338
+ variant?: 'default' | 'destructive';
339
+ }): import("react/jsx-runtime").JSX.Element;
340
+ /**
341
+ * Menu item with checkbox for multi-selection
342
+ *
343
+ * Shows a checkmark when selected. Useful for toggling multiple options.
344
+ *
345
+ * @component
346
+ * @example
347
+ * ```tsx
348
+ * <DropdownMenuCheckboxItem
349
+ * checked={showPanel}
350
+ * onCheckedChange={setShowPanel}
351
+ * >
352
+ * <Text>Show Side Panel</Text>
353
+ * </DropdownMenuCheckboxItem>
354
+ * ```
355
+ */
356
+ declare function DropdownMenuCheckboxItem({ className, children, ...props }: DropdownMenuPrimitive.CheckboxItemProps & React.RefAttributes<DropdownMenuPrimitive.CheckboxItemRef> & {
357
+ children?: React.ReactNode;
358
+ }): import("react/jsx-runtime").JSX.Element;
359
+ /**
360
+ * Menu item with radio button for single selection within a group
361
+ *
362
+ * Shows a filled circle when selected. Use within DropdownMenuRadioGroup.
363
+ *
364
+ * @component
365
+ * @example
366
+ * ```tsx
367
+ * <DropdownMenuRadioGroup value={sortBy} onValueChange={setSortBy}>
368
+ * <DropdownMenuRadioItem value="name">
369
+ * <Text>Sort by Name</Text>
370
+ * </DropdownMenuRadioItem>
371
+ * <DropdownMenuRadioItem value="date">
372
+ * <Text>Sort by Date</Text>
373
+ * </DropdownMenuRadioItem>
374
+ * </DropdownMenuRadioGroup>
375
+ * ```
376
+ */
377
+ declare function DropdownMenuRadioItem({ className, children, ...props }: DropdownMenuPrimitive.RadioItemProps & React.RefAttributes<DropdownMenuPrimitive.RadioItemRef> & {
378
+ children?: React.ReactNode;
379
+ }): import("react/jsx-runtime").JSX.Element;
380
+ /**
381
+ * Label component for grouping and describing menu sections
382
+ *
383
+ * @component
384
+ * @example
385
+ * ```tsx
386
+ * <DropdownMenuLabel>
387
+ * <Text>Account</Text>
388
+ * </DropdownMenuLabel>
389
+ * <DropdownMenuItem>
390
+ * <Text>Profile</Text>
391
+ * </DropdownMenuItem>
392
+ * ```
393
+ */
394
+ declare function DropdownMenuLabel({ className, inset, ...props }: DropdownMenuPrimitive.LabelProps & React.RefAttributes<DropdownMenuPrimitive.LabelRef> & {
395
+ className?: string;
396
+ inset?: boolean;
397
+ }): import("react/jsx-runtime").JSX.Element;
398
+ /**
399
+ * Visual separator between menu items or sections
400
+ *
401
+ * @component
402
+ * @example
403
+ * ```tsx
404
+ * <DropdownMenuItem>
405
+ * <Text>Edit</Text>
406
+ * </DropdownMenuItem>
407
+ * <DropdownMenuSeparator />
408
+ * <DropdownMenuItem variant="destructive">
409
+ * <Text>Delete</Text>
410
+ * </DropdownMenuItem>
411
+ * ```
412
+ */
413
+ declare function DropdownMenuSeparator({ className, ...props }: DropdownMenuPrimitive.SeparatorProps & React.RefAttributes<DropdownMenuPrimitive.SeparatorRef>): import("react/jsx-runtime").JSX.Element;
414
+ /**
415
+ * Displays keyboard shortcut hint for menu items
416
+ *
417
+ * @component
418
+ * @example
419
+ * ```tsx
420
+ * <DropdownMenuItem>
421
+ * <Text>Save</Text>
422
+ * <DropdownMenuShortcut>
423
+ * <Text>⌘S</Text>
424
+ * </DropdownMenuShortcut>
425
+ * </DropdownMenuItem>
426
+ * ```
427
+ */
428
+ declare function DropdownMenuShortcut({ className, ...props }: TextProps & React.RefAttributes<Text>): import("react/jsx-runtime").JSX.Element;
429
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
430
+ //# sourceMappingURL=Dropdown-Menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown-Menu.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/Dropdown-Menu.tsx"],"names":[],"mappings":"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"}