@campxdev/react-native-blueprint 0.1.18 → 0.1.20

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 (360) hide show
  1. package/lib/global.css +1 -672
  2. package/lib/module/components/DataDisplay/CalendarItem/CalendarItem.js +2 -2
  3. package/lib/module/components/DataDisplay/CalendarItem/CalendarItem.js.map +1 -1
  4. package/lib/module/components/Input/Button/Button.js +5 -5
  5. package/lib/module/components/Input/Button/Button.js.map +1 -1
  6. package/lib/module/components/Navigation/Popover/Popover.js +1 -1
  7. package/lib/module/components/Navigation/Popover/Popover.js.map +1 -1
  8. package/lib/module/components/ui/index.js +34 -34
  9. package/lib/module/components/ui/index.js.map +1 -1
  10. package/lib/typescript/babel.config.d.ts +13 -0
  11. package/lib/typescript/babel.config.d.ts.map +1 -0
  12. package/lib/typescript/src/app/_layout.d.ts +8 -0
  13. package/lib/typescript/src/app/_layout.d.ts.map +1 -0
  14. package/lib/typescript/src/assets/index.d.ts +2 -0
  15. package/lib/typescript/src/assets/index.d.ts.map +1 -0
  16. package/lib/typescript/src/assets/lotties/index.d.ts +14 -0
  17. package/lib/typescript/src/assets/lotties/index.d.ts.map +1 -0
  18. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts +35 -0
  19. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.d.ts.map +1 -0
  20. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts +2 -0
  21. package/lib/typescript/src/components/DataDisplay/Accordion/Accordion.figma.d.ts.map +1 -0
  22. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts +32 -0
  23. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.d.ts.map +1 -0
  24. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts +2 -0
  25. package/lib/typescript/src/components/DataDisplay/AccordionItem/AccordionItem.figma.d.ts.map +1 -0
  26. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts +36 -0
  27. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.d.ts.map +1 -0
  28. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts +2 -0
  29. package/lib/typescript/src/components/DataDisplay/Avatar/Avatar.figma.d.ts.map +1 -0
  30. package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts +219 -0
  31. package/lib/typescript/src/components/DataDisplay/Badge/Badge.d.ts.map +1 -0
  32. package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts +2 -0
  33. package/lib/typescript/src/components/DataDisplay/Badge/Badge.figma.d.ts.map +1 -0
  34. package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts +15 -0
  35. package/lib/typescript/src/components/DataDisplay/Banner/Banner.d.ts.map +1 -0
  36. package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts +2 -0
  37. package/lib/typescript/src/components/DataDisplay/Banner/Banner.figma.d.ts.map +1 -0
  38. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts +61 -0
  39. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.d.ts.map +1 -0
  40. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts +2 -0
  41. package/lib/typescript/src/components/DataDisplay/BannerRow/BannerRow.figma.d.ts.map +1 -0
  42. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts +44 -0
  43. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.d.ts.map +1 -0
  44. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts +2 -0
  45. package/lib/typescript/src/components/DataDisplay/CalendarItem/CalendarItem.figma.d.ts.map +1 -0
  46. package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts +65 -0
  47. package/lib/typescript/src/components/DataDisplay/Card/Card.d.ts.map +1 -0
  48. package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts +2 -0
  49. package/lib/typescript/src/components/DataDisplay/Card/Card.figma.d.ts.map +1 -0
  50. package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts +37 -0
  51. package/lib/typescript/src/components/DataDisplay/Chips/Chips.d.ts.map +1 -0
  52. package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts +2 -0
  53. package/lib/typescript/src/components/DataDisplay/Chips/Chips.figma.d.ts.map +1 -0
  54. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts +31 -0
  55. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.d.ts.map +1 -0
  56. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts +2 -0
  57. package/lib/typescript/src/components/DataDisplay/ChipsRow/ChipsRow.figma.d.ts.map +1 -0
  58. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts +25 -0
  59. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.d.ts.map +1 -0
  60. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts +2 -0
  61. package/lib/typescript/src/components/DataDisplay/DataCard/DataCard.figma.d.ts.map +1 -0
  62. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts +47 -0
  63. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.d.ts.map +1 -0
  64. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts +3 -0
  65. package/lib/typescript/src/components/DataDisplay/DataListItem/DataListItem.figma.d.ts.map +1 -0
  66. package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts +2 -0
  67. package/lib/typescript/src/components/DataDisplay/Datalist/DataList.figma.d.ts.map +1 -0
  68. package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts +14 -0
  69. package/lib/typescript/src/components/DataDisplay/Datalist/Datalist.d.ts.map +1 -0
  70. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts +49 -0
  71. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.d.ts.map +1 -0
  72. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts +2 -0
  73. package/lib/typescript/src/components/DataDisplay/FeedCard/FeedCard.figma.d.ts.map +1 -0
  74. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts +58 -0
  75. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.d.ts.map +1 -0
  76. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts +2 -0
  77. package/lib/typescript/src/components/DataDisplay/Greeting/Greeting.figma.d.ts.map +1 -0
  78. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts +6 -0
  79. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.d.ts.map +1 -0
  80. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts +3 -0
  81. package/lib/typescript/src/components/DataDisplay/MonthCalendar/MonthCalendar.figma.d.ts.map +1 -0
  82. package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts +2 -0
  83. package/lib/typescript/src/components/DataDisplay/MonthCalendar/index.d.ts.map +1 -0
  84. package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts +29 -0
  85. package/lib/typescript/src/components/DataDisplay/Separator/Separator.d.ts.map +1 -0
  86. package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts +2 -0
  87. package/lib/typescript/src/components/DataDisplay/Separator/Separator.figma.d.ts.map +1 -0
  88. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts +45 -0
  89. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.d.ts.map +1 -0
  90. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts +2 -0
  91. package/lib/typescript/src/components/DataDisplay/Skeleton/Skeleton.figma.d.ts.map +1 -0
  92. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts +178 -0
  93. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.d.ts.map +1 -0
  94. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts +2 -0
  95. package/lib/typescript/src/components/DataDisplay/Tooltip/Tooltip.figma.d.ts.map +1 -0
  96. package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts +32 -0
  97. package/lib/typescript/src/components/Feedback/Alert/Alert.d.ts.map +1 -0
  98. package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts +2 -0
  99. package/lib/typescript/src/components/Feedback/Alert/Alert.figma.d.ts.map +1 -0
  100. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts +28 -0
  101. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.d.ts.map +1 -0
  102. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts +2 -0
  103. package/lib/typescript/src/components/Feedback/AlertDialog/Alert-Dialog.figma.d.ts.map +1 -0
  104. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts +22 -0
  105. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.d.ts.map +1 -0
  106. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts +2 -0
  107. package/lib/typescript/src/components/Feedback/InfoBar/InfoBar.figma.d.ts.map +1 -0
  108. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts +47 -0
  109. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.d.ts.map +1 -0
  110. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts +2 -0
  111. package/lib/typescript/src/components/Feedback/ProgressCircular/Progress-circular.figma.d.ts.map +1 -0
  112. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts +39 -0
  113. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.d.ts.map +1 -0
  114. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts +2 -0
  115. package/lib/typescript/src/components/Feedback/ProgressLinear/Progress-linear.figma.d.ts.map +1 -0
  116. package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts +37 -0
  117. package/lib/typescript/src/components/Feedback/Stepper/Stepper.d.ts.map +1 -0
  118. package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts +2 -0
  119. package/lib/typescript/src/components/Feedback/Stepper/Stepper.figma.d.ts.map +1 -0
  120. package/lib/typescript/src/components/Input/Button/Button.d.ts +50 -0
  121. package/lib/typescript/src/components/Input/Button/Button.d.ts.map +1 -0
  122. package/lib/typescript/src/components/Input/Button/Button.figma.d.ts +2 -0
  123. package/lib/typescript/src/components/Input/Button/Button.figma.d.ts.map +1 -0
  124. package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts +35 -0
  125. package/lib/typescript/src/components/Input/Checkbox/Checkbox.d.ts.map +1 -0
  126. package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts +2 -0
  127. package/lib/typescript/src/components/Input/Checkbox/Checkbox.figma.d.ts.map +1 -0
  128. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts +46 -0
  129. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.d.ts.map +1 -0
  130. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts +2 -0
  131. package/lib/typescript/src/components/Input/RadioGroup/Radio-Group.figma.d.ts.map +1 -0
  132. package/lib/typescript/src/components/Input/Select/Select.d.ts +68 -0
  133. package/lib/typescript/src/components/Input/Select/Select.d.ts.map +1 -0
  134. package/lib/typescript/src/components/Input/Select/Select.figma.d.ts +2 -0
  135. package/lib/typescript/src/components/Input/Select/Select.figma.d.ts.map +1 -0
  136. package/lib/typescript/src/components/Input/Text/Text.d.ts +116 -0
  137. package/lib/typescript/src/components/Input/Text/Text.d.ts.map +1 -0
  138. package/lib/typescript/src/components/Input/TextField/Textfield.d.ts +57 -0
  139. package/lib/typescript/src/components/Input/TextField/Textfield.d.ts.map +1 -0
  140. package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts +2 -0
  141. package/lib/typescript/src/components/Input/TextField/Textfield.figma.d.ts.map +1 -0
  142. package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts +14 -0
  143. package/lib/typescript/src/components/Input/Toggle/Toggle.d.ts.map +1 -0
  144. package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts +2 -0
  145. package/lib/typescript/src/components/Input/Toggle/Toggle.figma.d.ts.map +1 -0
  146. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts +34 -0
  147. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.d.ts.map +1 -0
  148. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts +2 -0
  149. package/lib/typescript/src/components/Input/ToggleGroup/Toggle-Group.figma.d.ts.map +1 -0
  150. package/lib/typescript/src/components/Input/switch/Switch.d.ts +11 -0
  151. package/lib/typescript/src/components/Input/switch/Switch.d.ts.map +1 -0
  152. package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts +2 -0
  153. package/lib/typescript/src/components/Input/switch/Switch.figma.d.ts.map +1 -0
  154. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts +12 -0
  155. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.d.ts.map +1 -0
  156. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts +2 -0
  157. package/lib/typescript/src/components/Layout/AspectRatio/Aspect-Ratio.figma.d.ts.map +1 -0
  158. package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts +63 -0
  159. package/lib/typescript/src/components/Layout/Bottomsheet/Bottom-Sheet.d.ts.map +1 -0
  160. package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts +2 -0
  161. package/lib/typescript/src/components/Layout/Bottomsheet/BottomSheet.figma.d.ts.map +1 -0
  162. package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts +19 -0
  163. package/lib/typescript/src/components/Layout/PageContent/PageContent.d.ts.map +1 -0
  164. package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts +2 -0
  165. package/lib/typescript/src/components/Layout/PageContent/PageContent.figma.d.ts.map +1 -0
  166. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts +40 -0
  167. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.d.ts.map +1 -0
  168. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts +2 -0
  169. package/lib/typescript/src/components/Layout/PageLayoutFocused/PageLayoutFocused.figma.d.ts.map +1 -0
  170. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts +52 -0
  171. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.d.ts.map +1 -0
  172. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts +2 -0
  173. package/lib/typescript/src/components/Layout/PageLayoutShell/PageLayoutShell.figma.d.ts.map +1 -0
  174. package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts +288 -0
  175. package/lib/typescript/src/components/Layout/PopoverContainer/Popover-Container.d.ts.map +1 -0
  176. package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts +2 -0
  177. package/lib/typescript/src/components/Layout/PopoverContainer/PopoverContainer.figma.d.ts.map +1 -0
  178. package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts +32 -0
  179. package/lib/typescript/src/components/Layout/Tabs/Tabs.d.ts.map +1 -0
  180. package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts +2 -0
  181. package/lib/typescript/src/components/Layout/Tabs/Tabs.figma.d.ts.map +1 -0
  182. package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts +29 -0
  183. package/lib/typescript/src/components/Navigation/Appbar/AppBar.d.ts.map +1 -0
  184. package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts +2 -0
  185. package/lib/typescript/src/components/Navigation/Appbar/AppBar.figma.d.ts.map +1 -0
  186. package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts +30 -0
  187. package/lib/typescript/src/components/Navigation/ContextMenu/Context-Menu.d.ts.map +1 -0
  188. package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts +3 -0
  189. package/lib/typescript/src/components/Navigation/ContextMenu/ContextMenu.figma.d.ts.map +1 -0
  190. package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts +24 -0
  191. package/lib/typescript/src/components/Navigation/Dialog/Dialog.d.ts.map +1 -0
  192. package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts +2 -0
  193. package/lib/typescript/src/components/Navigation/Dialog/Dialog.figma.d.ts.map +1 -0
  194. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts +12 -0
  195. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.d.ts.map +1 -0
  196. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts +2 -0
  197. package/lib/typescript/src/components/Navigation/FloatingAction/Floating-Action.figma.d.ts.map +1 -0
  198. package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts +40 -0
  199. package/lib/typescript/src/components/Navigation/Navbar/NavBar.d.ts.map +1 -0
  200. package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts +3 -0
  201. package/lib/typescript/src/components/Navigation/Navbar/NavBar.figma.d.ts.map +1 -0
  202. package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts +19 -0
  203. package/lib/typescript/src/components/Navigation/Popover/Popover.d.ts.map +1 -0
  204. package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts +2 -0
  205. package/lib/typescript/src/components/Navigation/Popover/Popover.figma.d.ts.map +1 -0
  206. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts +7 -0
  207. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.d.ts.map +1 -0
  208. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts +3 -0
  209. package/lib/typescript/src/components/Navigation/Themetoggle/Theme-Toggle.figma.d.ts.map +1 -0
  210. package/lib/typescript/src/components/theme-config.d.ts +174 -0
  211. package/lib/typescript/src/components/theme-config.d.ts.map +1 -0
  212. package/lib/typescript/src/components/ui/Collapsible.d.ts +212 -0
  213. package/lib/typescript/src/components/ui/Collapsible.d.ts.map +1 -0
  214. package/lib/typescript/src/components/ui/Custom-Card.d.ts +864 -0
  215. package/lib/typescript/src/components/ui/Custom-Card.d.ts.map +1 -0
  216. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts +430 -0
  217. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts.map +1 -0
  218. package/lib/typescript/src/components/ui/Hover-Card.d.ts +214 -0
  219. package/lib/typescript/src/components/ui/Hover-Card.d.ts.map +1 -0
  220. package/lib/typescript/src/components/ui/Icon.d.ts +43 -0
  221. package/lib/typescript/src/components/ui/Icon.d.ts.map +1 -0
  222. package/lib/typescript/src/components/ui/Input.d.ts +52 -0
  223. package/lib/typescript/src/components/ui/Input.d.ts.map +1 -0
  224. package/lib/typescript/src/components/ui/Label.d.ts +105 -0
  225. package/lib/typescript/src/components/ui/Label.d.ts.map +1 -0
  226. package/lib/typescript/src/components/ui/Menubar.d.ts +142 -0
  227. package/lib/typescript/src/components/ui/Menubar.d.ts.map +1 -0
  228. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts +28 -0
  229. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts.map +1 -0
  230. package/lib/typescript/src/components/ui/SizedBox.d.ts +79 -0
  231. package/lib/typescript/src/components/ui/SizedBox.d.ts.map +1 -0
  232. package/lib/typescript/src/components/ui/Slider.d.ts +55 -0
  233. package/lib/typescript/src/components/ui/Slider.d.ts.map +1 -0
  234. package/lib/typescript/src/components/ui/Table.d.ts +70 -0
  235. package/lib/typescript/src/components/ui/Table.d.ts.map +1 -0
  236. package/lib/typescript/src/components/ui/Toast.d.ts +55 -0
  237. package/lib/typescript/src/components/ui/Toast.d.ts.map +1 -0
  238. package/lib/typescript/src/components/ui/index.d.ts +61 -0
  239. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  240. package/lib/typescript/src/index.d.ts +10 -0
  241. package/lib/typescript/src/index.d.ts.map +1 -0
  242. package/lib/typescript/src/lib/ThemeProvider.d.ts +137 -0
  243. package/lib/typescript/src/lib/ThemeProvider.d.ts.map +1 -0
  244. package/lib/typescript/src/lib/cornerRadius.d.ts +112 -0
  245. package/lib/typescript/src/lib/cornerRadius.d.ts.map +1 -0
  246. package/lib/typescript/src/lib/fonts.d.ts +21 -0
  247. package/lib/typescript/src/lib/fonts.d.ts.map +1 -0
  248. package/lib/typescript/src/lib/theme.d.ts +136 -0
  249. package/lib/typescript/src/lib/theme.d.ts.map +1 -0
  250. package/lib/typescript/src/lib/utils.d.ts +111 -0
  251. package/lib/typescript/src/lib/utils.d.ts.map +1 -0
  252. package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts +4 -0
  253. package/lib/typescript/src/patterns/MonthlyCalendarPattern.d.ts.map +1 -0
  254. package/lib/typescript/src/patterns/index.d.ts +2 -0
  255. package/lib/typescript/src/patterns/index.d.ts.map +1 -0
  256. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts +27 -0
  257. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.d.ts.map +1 -0
  258. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts +2 -0
  259. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/AlertDialogPattern.figma.d.ts.map +1 -0
  260. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts +2 -0
  261. package/lib/typescript/src/patterns/pattern-components/AlertDialogPattern/index.d.ts.map +1 -0
  262. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts +23 -0
  263. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.d.ts.map +1 -0
  264. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts +2 -0
  265. package/lib/typescript/src/patterns/pattern-components/AlertPattern/AlertPattern.figma.d.ts.map +1 -0
  266. package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts +3 -0
  267. package/lib/typescript/src/patterns/pattern-components/AlertPattern/index.d.ts.map +1 -0
  268. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts +22 -0
  269. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.d.ts.map +1 -0
  270. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts +2 -0
  271. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/BottomSheetPattern.figma.d.ts.map +1 -0
  272. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts +2 -0
  273. package/lib/typescript/src/patterns/pattern-components/BottomSheetPattern/index.d.ts.map +1 -0
  274. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts +37 -0
  275. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.d.ts.map +1 -0
  276. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts +2 -0
  277. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/CalendarPattern.figma.d.ts.map +1 -0
  278. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts +2 -0
  279. package/lib/typescript/src/patterns/pattern-components/CalendarPattern/index.d.ts.map +1 -0
  280. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts +70 -0
  281. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.d.ts.map +1 -0
  282. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts +2 -0
  283. package/lib/typescript/src/patterns/pattern-components/CardListPattern/CardListPattern.figma.d.ts.map +1 -0
  284. package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts +3 -0
  285. package/lib/typescript/src/patterns/pattern-components/CardListPattern/index.d.ts.map +1 -0
  286. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts +45 -0
  287. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.d.ts.map +1 -0
  288. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts +2 -0
  289. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.d.ts.map +1 -0
  290. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts +2 -0
  291. package/lib/typescript/src/patterns/pattern-components/DashboardPattern/index.d.ts.map +1 -0
  292. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts +49 -0
  293. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.d.ts.map +1 -0
  294. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts +2 -0
  295. package/lib/typescript/src/patterns/pattern-components/DataListPattern/DataListPattern.figma.d.ts.map +1 -0
  296. package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts +3 -0
  297. package/lib/typescript/src/patterns/pattern-components/DataListPattern/index.d.ts.map +1 -0
  298. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts +24 -0
  299. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.d.ts.map +1 -0
  300. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts +2 -0
  301. package/lib/typescript/src/patterns/pattern-components/DialogPattern/DialogPattern.figma.d.ts.map +1 -0
  302. package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts +2 -0
  303. package/lib/typescript/src/patterns/pattern-components/DialogPattern/index.d.ts.map +1 -0
  304. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts +38 -0
  305. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.d.ts.map +1 -0
  306. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts +2 -0
  307. package/lib/typescript/src/patterns/pattern-components/EmptyState/EmptyState.figma.d.ts.map +1 -0
  308. package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts +3 -0
  309. package/lib/typescript/src/patterns/pattern-components/EmptyState/index.d.ts.map +1 -0
  310. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts +35 -0
  311. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.d.ts.map +1 -0
  312. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts +2 -0
  313. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.d.ts.map +1 -0
  314. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts +2 -0
  315. package/lib/typescript/src/patterns/pattern-components/EntityPatternGuided/index.d.ts.map +1 -0
  316. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts +42 -0
  317. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.d.ts.map +1 -0
  318. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts +2 -0
  319. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.d.ts.map +1 -0
  320. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts +3 -0
  321. package/lib/typescript/src/patterns/pattern-components/EntityPatternOverview/index.d.ts.map +1 -0
  322. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts +43 -0
  323. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.d.ts.map +1 -0
  324. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts +2 -0
  325. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.d.ts.map +1 -0
  326. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts +3 -0
  327. package/lib/typescript/src/patterns/pattern-components/EntityPatternStructured/index.d.ts.map +1 -0
  328. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts +42 -0
  329. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.d.ts.map +1 -0
  330. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts +2 -0
  331. package/lib/typescript/src/patterns/pattern-components/FormPattern/FormPattern.figma.d.ts.map +1 -0
  332. package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts +3 -0
  333. package/lib/typescript/src/patterns/pattern-components/FormPattern/index.d.ts.map +1 -0
  334. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts +41 -0
  335. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.d.ts.map +1 -0
  336. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts +2 -0
  337. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.d.ts.map +1 -0
  338. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts +3 -0
  339. package/lib/typescript/src/patterns/pattern-components/MonthlyCalendarPattern/index.d.ts.map +1 -0
  340. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts +42 -0
  341. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.d.ts.map +1 -0
  342. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts +2 -0
  343. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.d.ts.map +1 -0
  344. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts +3 -0
  345. package/lib/typescript/src/patterns/pattern-components/SkeletonPattern/index.d.ts.map +1 -0
  346. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts +45 -0
  347. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.d.ts.map +1 -0
  348. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts +2 -0
  349. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/SuccessPattern.figma.d.ts.map +1 -0
  350. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts +3 -0
  351. package/lib/typescript/src/patterns/pattern-components/SuccessPattern/index.d.ts.map +1 -0
  352. package/lib/typescript/src/patterns/pattern-components/index.d.ts +16 -0
  353. package/lib/typescript/src/patterns/pattern-components/index.d.ts.map +1 -0
  354. package/lib/typescript/tailwind.config.d.ts +3 -0
  355. package/lib/typescript/tailwind.config.d.ts.map +1 -0
  356. package/package.json +8 -5
  357. package/src/components/DataDisplay/CalendarItem/CalendarItem.tsx +2 -2
  358. package/src/components/Input/Button/Button.tsx +6 -6
  359. package/src/components/Navigation/Popover/Popover.tsx +3 -3
  360. package/src/components/ui/index.ts +39 -34
@@ -0,0 +1,288 @@
1
+ import * as React from 'react';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ /**
4
+ * Root component for popover - provides context for trigger and content
5
+ *
6
+ * @component
7
+ * @example
8
+ * ```tsx
9
+ * <Popover>
10
+ * <PopoverTrigger>
11
+ * <Button variant="outline">
12
+ * <Text>Open Popover</Text>
13
+ * </Button>
14
+ * </PopoverTrigger>
15
+ * <PopoverContent>
16
+ * <Text>Popover content goes here</Text>
17
+ * </PopoverContent>
18
+ * </Popover>
19
+ * ```
20
+ */
21
+ declare const Popover: React.ForwardRefExoticComponent<import("react-native").ViewProps & {
22
+ asChild?: boolean;
23
+ } & {
24
+ onOpenChange?: (open: boolean) => void;
25
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
26
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
27
+ }> & {
28
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
29
+ }) => React.ReactNode>>;
30
+ /**
31
+ * Trigger component that opens the popover when pressed
32
+ *
33
+ * @component
34
+ */
35
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<Omit<Readonly<Omit<Omit<Readonly<Omit<Readonly<{
36
+ onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
37
+ onAccessibilityTap?: (() => unknown) | undefined;
38
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
39
+ onMagicTap?: (() => unknown) | undefined;
40
+ onAccessibilityEscape?: (() => unknown) | undefined;
41
+ }>, "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<{
42
+ onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
43
+ onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
44
+ onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
45
+ onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
46
+ onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
47
+ onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
48
+ onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
49
+ onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
50
+ onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
51
+ onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
52
+ onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
53
+ onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
54
+ }>, "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<{
55
+ onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
56
+ onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | 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" | "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
+ onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
59
+ onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
60
+ onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
61
+ onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
62
+ onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
63
+ onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
64
+ onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
65
+ onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
66
+ onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
67
+ onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
68
+ onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
69
+ onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
70
+ onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
71
+ onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
72
+ onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
73
+ onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
74
+ onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
75
+ onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
76
+ onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
77
+ onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
78
+ onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
79
+ onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
80
+ }>, "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<{
81
+ onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
82
+ onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
83
+ onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
84
+ onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
85
+ }>, "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<{
86
+ onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
87
+ onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
88
+ onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
89
+ onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
90
+ onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
91
+ onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
92
+ onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
93
+ onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
94
+ }>, "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<{
95
+ nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
96
+ nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
97
+ renderToHardwareTextureAndroid?: boolean | undefined;
98
+ hasTVPreferredFocus?: boolean | undefined;
99
+ nextFocusDown?: number | undefined;
100
+ nextFocusForward?: number | undefined;
101
+ nextFocusLeft?: number | undefined;
102
+ nextFocusRight?: number | undefined;
103
+ nextFocusUp?: number | undefined;
104
+ focusable?: boolean | undefined;
105
+ tabIndex?: 0 | -1;
106
+ onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
107
+ }>, "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<{
108
+ shouldRasterizeIOS?: boolean | undefined;
109
+ }>, "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<{
110
+ accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
111
+ "aria-labelledby"?: string | undefined;
112
+ accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
113
+ "aria-live"?: ("polite" | "assertive" | "off") | undefined;
114
+ importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
115
+ screenReaderFocusable?: boolean;
116
+ }>, "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<{
117
+ accessibilityIgnoresInvertColors?: boolean | undefined;
118
+ accessibilityViewIsModal?: boolean | undefined;
119
+ accessibilityShowsLargeContentViewer?: boolean | undefined;
120
+ accessibilityLargeContentTitle?: string | undefined;
121
+ "aria-modal"?: boolean | undefined;
122
+ accessibilityElementsHidden?: boolean | undefined;
123
+ accessibilityLanguage?: string | undefined;
124
+ accessibilityRespondsToUserInteraction?: boolean | undefined;
125
+ }>, "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"> & {
126
+ accessible?: boolean | undefined;
127
+ accessibilityLabel?: string | undefined;
128
+ accessibilityHint?: string | undefined;
129
+ "aria-label"?: string | undefined;
130
+ accessibilityRole?: import("react-native").AccessibilityRole | undefined;
131
+ role?: import("react-native").Role | undefined;
132
+ accessibilityState?: import("react-native").AccessibilityState | undefined;
133
+ accessibilityValue?: import("react-native").AccessibilityValue | undefined;
134
+ "aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
135
+ "aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
136
+ "aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
137
+ "aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
138
+ accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
139
+ "aria-busy"?: boolean | undefined;
140
+ "aria-checked"?: (boolean | undefined) | "mixed";
141
+ "aria-disabled"?: boolean | undefined;
142
+ "aria-expanded"?: boolean | undefined;
143
+ "aria-selected"?: boolean | undefined;
144
+ "aria-hidden"?: boolean | undefined;
145
+ }>, "pointerEvents" | "style" | "children" | "id" | "nativeID" | "testID" | "collapsable" | "collapsableChildren" | "needsOffscreenAlphaCompositing" | "hitSlop" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
146
+ children?: React.ReactNode;
147
+ style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
148
+ collapsable?: boolean | undefined;
149
+ collapsableChildren?: boolean | undefined;
150
+ id?: string;
151
+ testID?: string | undefined;
152
+ nativeID?: string | undefined;
153
+ needsOffscreenAlphaCompositing?: boolean | undefined;
154
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
155
+ pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
156
+ removeClippedSubviews?: boolean | undefined;
157
+ experimental_accessibilityOrder?: Array<string> | undefined;
158
+ }>, 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<{
159
+ cancelable?: boolean | undefined;
160
+ children?: React.ReactNode | ((state: import("react-native").PressableStateCallbackType) => React.ReactNode);
161
+ delayHoverIn?: number | undefined;
162
+ delayHoverOut?: number | undefined;
163
+ delayLongPress?: number | undefined;
164
+ disabled?: boolean | undefined;
165
+ hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/Rect").RectOrSize | undefined;
166
+ pressRetentionOffset?: import("react-native/types_generated/Libraries/StyleSheet/Rect").RectOrSize | undefined;
167
+ onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
168
+ onHoverIn?: ((event: import("react-native").MouseEvent) => unknown) | undefined;
169
+ onHoverOut?: ((event: import("react-native").MouseEvent) => unknown) | undefined;
170
+ onLongPress?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
171
+ onPress?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
172
+ onPressIn?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
173
+ onPressMove?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
174
+ onPressOut?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
175
+ 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;
176
+ testID?: string | undefined;
177
+ android_disableSound?: boolean | undefined;
178
+ android_ripple?: import("react-native").PressableAndroidRippleConfig | undefined;
179
+ testOnly_pressed?: boolean | undefined;
180
+ unstable_pressDelay?: number | undefined;
181
+ }>, never>> & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
182
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
183
+ }> & {
184
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
185
+ }) => React.ReactNode>, "ref"> & {
186
+ asChild?: boolean;
187
+ } & {
188
+ onKeyDown?: (ev: React.KeyboardEvent) => void;
189
+ onKeyUp?: (ev: React.KeyboardEvent) => void;
190
+ } & React.RefAttributes<import("@rn-primitives/popover").TriggerRef>>;
191
+ /**
192
+ * Content container for popover
193
+ *
194
+ * Displays content in a floating panel anchored to the trigger.
195
+ * Includes smooth animations and proper positioning.
196
+ *
197
+ * @component
198
+ * @example
199
+ * ```tsx
200
+ * <PopoverContent align="start" sideOffset={8}>
201
+ * <View className="gap-2">
202
+ * <Text className="font-semibold">Dimensions</Text>
203
+ * <Text className="text-sm">Set the dimensions for the layer</Text>
204
+ * </View>
205
+ * </PopoverContent>
206
+ * ```
207
+ *
208
+ * @accessibility
209
+ * - Content is announced by screen readers
210
+ * - Dismissible with escape key on web
211
+ * - Proper focus management
212
+ */
213
+ declare const PopoverContent: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps & {
214
+ asChild?: boolean;
215
+ } & import("@rn-primitives/types").PositionedContentProps & {
216
+ onOpenAutoFocus?: (event: Event) => void;
217
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
218
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
219
+ }> & {
220
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
221
+ }) => React.ReactNode>, "ref"> & {
222
+ portalHost?: string;
223
+ className?: string;
224
+ } & React.RefAttributes<(props: Omit<import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").ViewProps, keyof {
225
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
226
+ }> & {
227
+ ref?: React.Ref<React.ComponentRef<typeof import("react-native/types_generated/Libraries/Components/View/ViewNativeComponent").default>>;
228
+ }) => React.ReactNode>>;
229
+ export declare const PopoverContainerVariants: {
230
+ readonly size: readonly ["lg", "md"];
231
+ };
232
+ type PopoverSize = (typeof PopoverContainerVariants.size)[number];
233
+ declare const rootVariants: (props?: ({
234
+ size?: "lg" | "md" | null | undefined;
235
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
236
+ export type PopoverContainerProps = VariantProps<typeof rootVariants> & {
237
+ /** Popover description text */
238
+ description?: string;
239
+ /** Popover title text */
240
+ title?: string;
241
+ /** Size variant: lg (stretches to fill parent - wrap in container with px-5 for 20px padding), md (300px centered) */
242
+ size?: PopoverSize;
243
+ /** Show description text */
244
+ showDescription?: boolean;
245
+ /** Show footer with action buttons */
246
+ showFooter?: boolean;
247
+ /** Show header section (title + description) */
248
+ showHeader?: boolean;
249
+ /** Show secondary button in footer */
250
+ showSecondaryButton?: boolean;
251
+ /** Content to render inside the popover */
252
+ children?: React.ReactNode;
253
+ /** Primary button text */
254
+ primaryButtonText?: string;
255
+ /** Secondary button text */
256
+ secondaryButtonText?: string;
257
+ /** Primary button press handler */
258
+ onPrimaryPress?: () => void;
259
+ /** Secondary button press handler */
260
+ onSecondaryPress?: () => void;
261
+ /** Custom style override */
262
+ style?: any;
263
+ /** Test ID for testing */
264
+ testID?: string;
265
+ };
266
+ /**
267
+ * Styled container for popover content with header, body, and footer sections.
268
+ *
269
+ * @component
270
+ * @example
271
+ * ```tsx
272
+ * <PopoverContainer
273
+ * size="md"
274
+ * title="Popover Title"
275
+ * description="Popover Description"
276
+ * showHeader
277
+ * showFooter
278
+ * >
279
+ * <Text>Custom content here</Text>
280
+ * </PopoverContainer>
281
+ * ```
282
+ */
283
+ export declare function PopoverContainer({ description, title, size, showDescription, showFooter, showHeader, showSecondaryButton, children, primaryButtonText, secondaryButtonText, onPrimaryPress, onSecondaryPress, style, testID, }: PopoverContainerProps): import("react/jsx-runtime").JSX.Element;
284
+ export declare namespace PopoverContainer {
285
+ var displayName: string;
286
+ }
287
+ export { Popover, PopoverContent, PopoverTrigger };
288
+ //# sourceMappingURL=Popover-Container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover-Container.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/PopoverContainer/Popover-Container.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAOlE;;;;;;;;;;;;;;;;;GAiBG;AACH,QAAA,MAAM,OAAO;;;;;OAdL,CAAC;;OAIgB,CAAC;uBAUW,CAAC;AAEtC;;;;GAIG;AACH,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBZ,CAAC;;OAIgB,CAAC;;;;;;qEAiBqB,CAAC;AAQhD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,QAAA,MAAM,cAAc;;;;;OAnDZ,CAAC;;OAIgB,CAAC;;iBAkDT,MAAM;gBACP,MAAM;;OAvDd,CAAC;;OAIgB,CAAC;uBA6FzB,CAAC;AAOF,eAAO,MAAM,wBAAwB;;CAE3B,CAAC;AAEX,KAAK,WAAW,GAAG,CAAC,OAAO,wBAAwB,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE,QAAA,MAAM,YAAY;;8EAiBjB,CAAC;AAoBF,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,GAAG;IACtE,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sHAAsH;IACtH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,4BAA4B;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gDAAgD;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sCAAsC;IACtC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,0BAA0B;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4BAA4B;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mCAAmC;IACnC,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,qCAAqC;IACrC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,4BAA4B;IAC5B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,0BAA0B;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAMF;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,gBAAgB,CAAC,EAC/B,WAAmC,EACnC,KAAuB,EACvB,IAAW,EACX,eAAsB,EACtB,UAAiB,EACjB,UAAiB,EACjB,mBAA0B,EAC1B,QAAQ,EACR,iBAA4B,EAC5B,mBAA8B,EAC9B,cAAc,EACd,gBAAgB,EAChB,KAAK,EACL,MAAM,GACP,EAAE,qBAAqB,2CA8DvB;yBA7Ee,gBAAgB;;;AAiFhC,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=PopoverContainer.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopoverContainer.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/PopoverContainer/PopoverContainer.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ declare const rootVariants: (props?: ({
4
+ size?: "default" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare const tabSlotVariants: (props?: ({
7
+ active?: boolean | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
+ declare const tabItemVariants: (props?: ({
10
+ variant?: "Disabled" | "Active" | "Inactive" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ export type TabItemProps = VariantProps<typeof tabItemVariants> & {
13
+ showBadge?: boolean;
14
+ style?: StyleProp<ViewStyle>;
15
+ testID?: string;
16
+ };
17
+ export declare function TabItem({ variant, showBadge, style, testID }: TabItemProps): import("react/jsx-runtime").JSX.Element;
18
+ export type TabsProps = Omit<VariantProps<typeof rootVariants>, 'size'> & {
19
+ /** Used to override the default root style. */
20
+ style?: StyleProp<ViewStyle>;
21
+ /** Used to locate this view in end-to-end tests. */
22
+ testID?: string;
23
+ /** Prevent passing className */
24
+ className?: never;
25
+ };
26
+ export declare function Tabs(props: TabsProps): import("react/jsx-runtime").JSX.Element;
27
+ export declare namespace Tabs {
28
+ var displayName: string;
29
+ }
30
+ export { rootVariants, tabSlotVariants };
31
+ export type { TabsProps };
32
+ //# sourceMappingURL=Tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/Tabs/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAalE,QAAA,MAAM,YAAY;;8EAYjB,CAAC;AAEF,QAAA,MAAM,eAAe;;8EAUnB,CAAC;AAMH,QAAA,MAAM,eAAe;;8EAcpB,CAAC;AAeF,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC,OAAO,eAAe,CAAC,GAAG;IAChE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,OAAO,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,YAAY,2CAuB1E;AAMD,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,YAAY,CAAC,OAAO,YAAY,CAAC,EAAE,MAAM,CAAC,GAAG;IACxE,+CAA+C;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gCAAgC;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAMF,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,2CAiCpC;yBAjCe,IAAI;;;AAqCpB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AACzC,YAAY,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Tabs.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layout/Tabs/Tabs.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,29 @@
1
+ import * as React from 'react';
2
+ import { type ImageSourcePropType } from 'react-native';
3
+ export type AppBarVariant = 'default' | 'home';
4
+ export type HeaderBlockType = 'tabs' | 'search';
5
+ export interface AppBarProps {
6
+ variant?: AppBarVariant;
7
+ title?: string;
8
+ subtitle?: string;
9
+ showLeading?: boolean;
10
+ showTrailing?: boolean;
11
+ showSubtitle?: boolean;
12
+ showHeaderBlock?: boolean;
13
+ headerType?: HeaderBlockType;
14
+ onLeadingPress?: () => void;
15
+ onTrailingPress?: () => void;
16
+ leadingIcon?: React.ReactNode;
17
+ trailingIcon?: React.ReactNode;
18
+ /** For home variant logo */
19
+ logoSource?: ImageSourcePropType;
20
+ /** Whether to wrap with SafeAreaView for status bar */
21
+ useSafeArea?: boolean;
22
+ /** E2E */
23
+ testID?: string;
24
+ }
25
+ export declare function AppBar(props: AppBarProps): import("react/jsx-runtime").JSX.Element;
26
+ export declare namespace AppBar {
27
+ var displayName: string;
28
+ }
29
+ //# sourceMappingURL=AppBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Appbar/AppBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAOL,KAAK,mBAAmB,EACzB,MAAM,cAAc,CAAC;AAsBtB,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,MAAM,CAAC;AAC/C,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEhD,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE/B,4BAA4B;IAC5B,UAAU,CAAC,EAAE,mBAAmB,CAAC;IAEjC,uDAAuD;IACvD,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,UAAU;IACV,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AA4BD,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CA4HxC;yBA5He,MAAM"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=AppBar.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppBar.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Appbar/AppBar.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ import * as React from 'react';
2
+ import { type ViewStyle } from 'react-native';
3
+ export interface ContextMenuItem {
4
+ label: string;
5
+ icon?: React.ReactNode;
6
+ onPress?: () => void;
7
+ checked?: boolean;
8
+ }
9
+ export interface ContextMenuProps {
10
+ open?: boolean;
11
+ onOpenChange?: (open: boolean) => void;
12
+ showIcon?: boolean;
13
+ items?: ContextMenuItem[];
14
+ triggerIcon?: React.ReactNode;
15
+ style?: ViewStyle;
16
+ className?: string;
17
+ }
18
+ /**
19
+ * ContextMenu
20
+ *
21
+ * A simplified context menu component with trigger and dropdown items.
22
+ * Toggle showIcon to show/hide the trigger icon.
23
+ */
24
+ declare function ContextMenuComponent({ open: controlledOpen, onOpenChange, showIcon, items, triggerIcon, style, className, }: ContextMenuProps): import("react/jsx-runtime").JSX.Element;
25
+ declare namespace ContextMenuComponent {
26
+ var displayName: string;
27
+ }
28
+ export declare const ContextMenu: typeof ContextMenuComponent;
29
+ export {};
30
+ //# sourceMappingURL=Context-Menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context-Menu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/ContextMenu/Context-Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAIL,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAatB,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,iBAAS,oBAAoB,CAAC,EAC5B,IAAI,EAAE,cAAc,EACpB,YAAY,EACZ,QAAe,EACf,KAAU,EACV,WAAW,EACX,KAAK,EACL,SAAS,GACV,EAAE,gBAAgB,2CAiFlB;kBAzFQ,oBAAoB;;;AA6F7B,eAAO,MAAM,WAAW,6BAAuB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { ContextMenuProps } from './Context-Menu';
2
+ export type { ContextMenuProps };
3
+ //# sourceMappingURL=ContextMenu.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextMenu.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/ContextMenu/ContextMenu.figma.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,YAAY,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { type StyleProp, type ViewStyle } from 'react-native';
2
+ declare const rootVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
3
+ export interface DialogProps {
4
+ showDialogHeader?: boolean;
5
+ showTitle?: boolean;
6
+ title?: string;
7
+ showDescription?: boolean;
8
+ description?: string;
9
+ showCloseIcon?: boolean;
10
+ showFooterActions?: boolean;
11
+ dialogContentType?: 'placeholder' | 'form' | 'text' | 'list';
12
+ /** Used to override the default root style. */
13
+ style?: StyleProp<ViewStyle>;
14
+ /** Used to locate this view in end-to-end tests. */
15
+ testID?: string;
16
+ /** Prevent passing className */
17
+ className?: never;
18
+ }
19
+ export declare function Dialog(props: DialogProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare namespace Dialog {
21
+ var displayName: string;
22
+ }
23
+ export { rootVariants };
24
+ //# sourceMappingURL=Dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Dialog/Dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AA8FtB,QAAA,MAAM,YAAY,oFAEjB,CAAC;AAmBF,MAAM,WAAW,WAAW;IAE1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAG5B,iBAAiB,CAAC,EAAE,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IAE7D,+CAA+C;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7B,oDAAoD;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,gCAAgC;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB;AAMD,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CA+FxC;yBA/Fe,MAAM;;;AAmGtB,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Dialog.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dialog.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Dialog/Dialog.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { type TouchableOpacityProps } from 'react-native';
2
+ import { type VariantProps } from 'class-variance-authority';
3
+ declare const floatingActionVariants: (props?: ({
4
+ size?: "lg" | "md" | "sm" | null | undefined;
5
+ variant?: "default" | "disabled" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ export interface FloatingActionButtonProps extends TouchableOpacityProps, VariantProps<typeof floatingActionVariants> {
8
+ label?: boolean;
9
+ }
10
+ export declare function FloatingActionButton({ label, size, variant, className, ...props }: FloatingActionButtonProps): import("react/jsx-runtime").JSX.Element;
11
+ export default FloatingActionButton;
12
+ //# sourceMappingURL=Floating-Action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Floating-Action.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/FloatingAction/Floating-Action.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,qBAAqB,EAC3B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAMlE,QAAA,MAAM,sBAAsB;;;8EAmB3B,CAAC;AAEF,MAAM,WAAW,yBACf,SAAQ,qBAAqB,EAC3B,YAAY,CAAC,OAAO,sBAAsB,CAAC;IAC7C,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,KAAa,EACb,IAAW,EACX,OAAmB,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,yBAAyB,2CA4B3B;AAED,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Floating-Action.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Floating-Action.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/FloatingAction/Floating-Action.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,40 @@
1
+ import * as React from 'react';
2
+ import { type StyleProp, type ViewStyle } from 'react-native';
3
+ export type NavBarItemConfig = {
4
+ /** Unique key for the item */
5
+ key: string;
6
+ /** Icon component to render */
7
+ icon: React.ReactNode;
8
+ /** Active state icon (optional, uses icon if not provided) */
9
+ activeIcon?: React.ReactNode;
10
+ /** Label text (optional) */
11
+ label?: string;
12
+ /** Whether item is disabled */
13
+ disabled?: boolean;
14
+ /** Press handler */
15
+ onPress?: () => void;
16
+ /** Test ID for testing */
17
+ testID?: string;
18
+ };
19
+ export interface NavBarProps {
20
+ /** Array of navigation items (icons are passed here) */
21
+ items: NavBarItemConfig[];
22
+ /** Index of the currently active item */
23
+ activeIndex?: number;
24
+ /** Whether to show the center glow effect */
25
+ showCenterGlow?: boolean;
26
+ /** Style override */
27
+ style?: StyleProp<ViewStyle>;
28
+ /** Additional className */
29
+ className?: string;
30
+ /** Test ID */
31
+ testID?: string;
32
+ }
33
+ declare function NavBarComponent(props: NavBarProps): import("react/jsx-runtime").JSX.Element;
34
+ declare namespace NavBarComponent {
35
+ var displayName: string;
36
+ }
37
+ export declare const NavBar: typeof NavBarComponent;
38
+ export declare const Navbar: typeof NavBarComponent;
39
+ export type { NavBarProps as NavbarProps, NavBarItemConfig as NavbarItemModel };
40
+ //# sourceMappingURL=NavBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Navbar/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAkCtB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,8BAA8B;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,+BAA+B;IAC/B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,8DAA8D;IAC9D,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,0BAA0B;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,WAAW;IAC1B,wDAAwD;IACxD,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,6CAA6C;IAC7C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAkDD,iBAAS,eAAe,CAAC,KAAK,EAAE,WAAW,2CAsF1C;kBAtFQ,eAAe;;;AA2FxB,eAAO,MAAM,MAAM,wBAAkB,CAAC;AACtC,eAAO,MAAM,MAAM,wBAAkB,CAAC;AACtC,YAAY,EAAE,WAAW,IAAI,WAAW,EAAE,gBAAgB,IAAI,eAAe,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { NavBarProps, NavBarItemConfig } from './NavBar';
2
+ export type { NavBarProps, NavBarItemConfig };
3
+ //# sourceMappingURL=NavBar.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBar.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Navbar/NavBar.figma.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAG9D,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { type StyleProp, type ViewStyle } from 'react-native';
3
+ /**
4
+ * Popover Component
5
+ *
6
+ * A control that presents a floating panel of content anchored to a trigger button.
7
+ * Supports top and bottom placement with customizable opening state.
8
+ *
9
+ * Uses the underlying PopoverContainer primitive for actual positioning and animations.
10
+ */
11
+ export type PopoverPlacement = 'top' | 'bottom';
12
+ export interface PopoverProps {
13
+ placement?: PopoverPlacement;
14
+ style?: StyleProp<ViewStyle>;
15
+ testID?: string;
16
+ }
17
+ export declare const Popover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<import("react-native/types_generated/src/private/types/HostInstance").LegacyHostInstanceMethods>>;
18
+ export default Popover;
19
+ //# sourceMappingURL=Popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Navigation/Popover/Popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAc,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAU1E;;;;;;;GAOG;AAEH,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEhD,MAAM,WAAW,YAAY;IAC3B,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,OAAO,sKA0BlB,CAAC;AAIH,eAAe,OAAO,CAAC"}