@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 @@
1
+ {"version":3,"file":"DashboardPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DashboardPattern/DashboardPattern.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { DashboardPattern } from './DashboardPattern';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DashboardPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,49 @@
1
+ import { type ChipItem } from '../../../components/DataDisplay/ChipsRow/ChipsRow';
2
+ import { type BannerItem } from '../../../components/DataDisplay/BannerRow/BannerRow';
3
+ import { type DataListProps } from '../../../components/DataDisplay/Datalist/Datalist';
4
+ export interface DataListPatternProps {
5
+ /** Whether to show the chips row */
6
+ showChips?: boolean;
7
+ /** Whether to show the banner row */
8
+ showBanners?: boolean;
9
+ /** Chips data for ChipsRow */
10
+ chips?: ChipItem[];
11
+ /** Banners data for BannerRow */
12
+ banners?: BannerItem[];
13
+ /** Data for DataList */
14
+ data: DataListProps['data'];
15
+ /** Style variant for DataList */
16
+ listStyle?: DataListProps['style'];
17
+ }
18
+ /**
19
+ * DataListPattern Component
20
+ *
21
+ * A pattern component that composes BannerRow, ChipsRow, and DataList.
22
+ * BannerRow and ChipsRow visibility is controlled by boolean props.
23
+ *
24
+ * Order:
25
+ * 1. BannerRow (optional)
26
+ * 2. ChipsRow (optional)
27
+ * 3. DataList (always shown)
28
+ *
29
+ * @example
30
+ * ```tsx
31
+ * <DataListPattern
32
+ * showBanners={true}
33
+ * showChips={true}
34
+ * banners={[{ id: '1' }, { id: '2' }]}
35
+ * chips={[
36
+ * { id: '1', label: 'Chip 1' },
37
+ * { id: '2', label: 'Chip 2' },
38
+ * ]}
39
+ * data={[
40
+ * { name: 'John Doe', subtitle: '123456789', avatarUrl: '' },
41
+ * ]}
42
+ * />
43
+ * ```
44
+ */
45
+ export declare const DataListPattern: {
46
+ ({ showChips, showBanners, chips, banners, data, listStyle, }: DataListPatternProps): import("react/jsx-runtime").JSX.Element;
47
+ displayName: string;
48
+ };
49
+ //# sourceMappingURL=DataListPattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataListPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DataListPattern/DataListPattern.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,QAAQ,EACd,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAEL,KAAK,UAAU,EAChB,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,mDAAmD,CAAC;AAM3D,MAAM,WAAW,oBAAoB;IACnC,oCAAoC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,qCAAqC;IACrC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;IAEnB,iCAAiC;IACjC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IAEvB,wBAAwB;IACxB,IAAI,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAE5B,iCAAiC;IACjC,SAAS,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CACpC;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,eAAe;mEAOzB,oBAAoB;;CAQtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DataListPattern.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataListPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DataListPattern/DataListPattern.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { DataListPattern } from './DataListPattern';
2
+ export type { DataListPatternProps } from './DataListPattern';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DataListPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,24 @@
1
+ export interface DialogPatternProps {
2
+ /** Dialog title */
3
+ title?: string;
4
+ /** Dialog description */
5
+ description?: string;
6
+ /** Whether to show dialog header */
7
+ showDialogHeader?: boolean;
8
+ /** Whether to show title */
9
+ showTitle?: boolean;
10
+ /** Whether to show description */
11
+ showDescription?: boolean;
12
+ /** Whether to show close icon */
13
+ showCloseIcon?: boolean;
14
+ /** Whether to show footer actions */
15
+ showFooterActions?: boolean;
16
+ /** Content type for dialog body */
17
+ dialogContentType?: 'placeholder' | 'form' | 'text' | 'list';
18
+ }
19
+ export declare function DialogPattern({ title, description, showDialogHeader, showTitle, showDescription, showCloseIcon, showFooterActions, dialogContentType, }: DialogPatternProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare namespace DialogPattern {
21
+ var displayName: string;
22
+ }
23
+ export default DialogPattern;
24
+ //# sourceMappingURL=DialogPattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DialogPattern/DialogPattern.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,kBAAkB;IACjC,mBAAmB;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,yBAAyB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,oCAAoC;IACpC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,4BAA4B;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,kCAAkC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B,iCAAiC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,qCAAqC;IACrC,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,mCAAmC;IACnC,iBAAiB,CAAC,EAAE,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;CAC9D;AAMD,wBAAgB,aAAa,CAAC,EAC5B,KAAsB,EACtB,WAA6C,EAC7C,gBAAuB,EACvB,SAAgB,EAChB,eAAsB,EACtB,aAAoB,EACpB,iBAAwB,EACxB,iBAAiC,GAClC,EAAE,kBAAkB,2CAepB;yBAxBe,aAAa;;;AA4B7B,eAAe,aAAa,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DialogPattern.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DialogPattern/DialogPattern.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { DialogPattern } from './DialogPattern';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/DialogPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,38 @@
1
+ export declare const EmptyStateTypes: readonly ["no-content", "no-connection", "no-profile", "no-search", "no-task", "no-wifi", "empty-document", "404"];
2
+ export type EmptyStateType = (typeof EmptyStateTypes)[number];
3
+ export interface EmptyStateProps {
4
+ /** Type of empty state to display */
5
+ type: EmptyStateType;
6
+ /** Whether to show the action button */
7
+ showButton?: boolean;
8
+ /** Custom button text (optional) */
9
+ buttonText?: string;
10
+ /** Button press handler */
11
+ onButtonPress?: () => void;
12
+ /** Custom title (optional - defaults based on type) */
13
+ title?: string;
14
+ /** Custom description (optional - defaults based on type) */
15
+ description?: string;
16
+ /** className should not be passed */
17
+ className?: never;
18
+ }
19
+ /**
20
+ * EmptyState Component
21
+ *
22
+ * Displays an empty state with a Lottie animation, title, description,
23
+ * and optional action button. Used for various empty/error states in the app.
24
+ *
25
+ * @example
26
+ * ```tsx
27
+ * <EmptyState
28
+ * type="no-content"
29
+ * showButton={true}
30
+ * onButtonPress={() => console.log('Refresh')}
31
+ * />
32
+ * ```
33
+ */
34
+ export declare function EmptyState({ type, showButton, buttonText, onButtonPress, title, description, }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
35
+ export declare namespace EmptyState {
36
+ var displayName: string;
37
+ }
38
+ //# sourceMappingURL=EmptyState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EmptyState/EmptyState.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,eAAe,oHASlB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAE9D,MAAM,WAAW,eAAe;IAC9B,qCAAqC;IACrC,IAAI,EAAE,cAAc,CAAC;IACrB,wCAAwC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2BAA2B;IAC3B,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,uDAAuD;IACvD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qCAAqC;IACrC,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB;AAgED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,UAAkB,EAClB,UAAU,EACV,aAAa,EACb,KAAK,EACL,WAAW,GACZ,EAAE,eAAe,2CAsCjB;yBA7Ce,UAAU"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EmptyState.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmptyState.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EmptyState/EmptyState.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { EmptyState, EmptyStateTypes } from './EmptyState';
2
+ export type { EmptyStateProps, EmptyStateType } from './EmptyState';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EmptyState/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3D,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,35 @@
1
+ import { type CardProps } from '../../../components/DataDisplay/Card/Card';
2
+ import { type StepperProps } from '../../../components/Feedback/Stepper/Stepper';
3
+ export interface EntityPatternGuidedProps extends Partial<CardProps>, Partial<StepperProps> {
4
+ showCard?: boolean;
5
+ showStepperSection?: boolean;
6
+ stepperSectionLabel?: string;
7
+ showStepper?: boolean;
8
+ stepperActiveIndex?: number;
9
+ }
10
+ /**
11
+ * EntityPatternGuided Component
12
+ *
13
+ * A pattern component that combines Card and Stepper components
14
+ * to create guided entity workflows with step-by-step processes.
15
+ *
16
+ * Layout:
17
+ * 1. Card section (optional - header with image, title, subtitle)
18
+ * 2. Stepper section (optional - titled section with step-by-step progression)
19
+ *
20
+ * @example
21
+ * ```tsx
22
+ * <EntityPatternGuided
23
+ * title="Entity Title"
24
+ * subtitle="Entity Subtitle"
25
+ * showCard={true}
26
+ * showStepperSection={true}
27
+ * stepperSectionLabel="Setup Steps"
28
+ * />
29
+ * ```
30
+ */
31
+ export declare const EntityPatternGuided: {
32
+ ({ title, subtitle, showCard, showMedia, showSubtitle, showLeading, showStepperSection, stepperSectionLabel, showStepper, stepperActiveIndex, steps, ...restProps }: EntityPatternGuidedProps): import("react/jsx-runtime").JSX.Element;
33
+ displayName: string;
34
+ };
35
+ //# sourceMappingURL=EntityPatternGuided.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityPatternGuided.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAEL,KAAK,YAAY,EAClB,MAAM,8CAA8C,CAAC;AAMtD,MAAM,WAAW,wBACf,SAAQ,OAAO,CAAC,SAAS,CAAC,EACxB,OAAO,CAAC,YAAY,CAAC;IAEvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAG7B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAMD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,mBAAmB;yKA4D7B,wBAAwB;;CA6C1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EntityPatternGuided.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityPatternGuided.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternGuided/EntityPatternGuided.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { EntityPatternGuided } from './EntityPatternGuided';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternGuided/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,42 @@
1
+ import { type CardProps } from '../../../components/DataDisplay/Card/Card';
2
+ import { type DataListItemProps } from '../../../components/DataDisplay/DataListItem/DataListItem';
3
+ export interface EntityPatternOverviewProps extends Partial<CardProps>, Partial<DataListItemProps> {
4
+ showCard?: boolean;
5
+ showDataListSection?: boolean;
6
+ dataListSectionLabel?: string;
7
+ showDataListItems?: boolean;
8
+ dataListItemCount?: number;
9
+ showFooterActions?: boolean;
10
+ primaryActionText?: string;
11
+ secondaryActionText?: string;
12
+ onPrimaryActionPress?: () => void;
13
+ onSecondaryActionPress?: () => void;
14
+ }
15
+ /**
16
+ * EntityPatternOverview Component
17
+ *
18
+ * A pattern component that combines Card, DataListItem, and Button components
19
+ * to create entity overview layouts with detailed information.
20
+ *
21
+ * Layout:
22
+ * 1. Card section (optional - header with image, title, subtitle)
23
+ * 2. Data List section (optional - titled section with list items)
24
+ * 3. Footer actions (optional - primary and secondary buttons)
25
+ *
26
+ * @example
27
+ * ```tsx
28
+ * <EntityPatternOverview
29
+ * title="Entity Title"
30
+ * subtitle="Entity Subtitle"
31
+ * showCard={true}
32
+ * showDataListSection={true}
33
+ * showFooterActions={true}
34
+ * dataListItemCount={2}
35
+ * />
36
+ * ```
37
+ */
38
+ export declare const EntityPatternOverview: {
39
+ ({ title, subtitle, showCard, showMedia, showSubtitle, showLeading, showDataListSection, dataListSectionLabel, showDataListItems, dataListItemCount, showMeta, showDivider, showFooterActions, primaryActionText, secondaryActionText, onPrimaryActionPress, onSecondaryActionPress, ...restProps }: EntityPatternOverviewProps): import("react/jsx-runtime").JSX.Element;
40
+ displayName: string;
41
+ };
42
+ //# sourceMappingURL=EntityPatternOverview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityPatternOverview.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,2DAA2D,CAAC;AAOnE,MAAM,WAAW,0BACf,SAAQ,OAAO,CAAC,SAAS,CAAC,EACxB,OAAO,CAAC,iBAAiB,CAAC;IAE5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;CACrC;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,qBAAqB;ySA2B/B,0BAA0B;;CA+E5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EntityPatternOverview.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityPatternOverview.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternOverview/EntityPatternOverview.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from './EntityPatternOverview';
2
+ export type { EntityPatternOverviewProps } from './EntityPatternOverview';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternOverview/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,YAAY,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { type CardProps } from '../../../components/DataDisplay/Card/Card';
2
+ import { type AccordionProps } from '../../../components/DataDisplay/Accordion/Accordion';
3
+ import { type AccordionItemProps } from '../../../components/DataDisplay/AccordionItem/AccordionItem';
4
+ export interface EntityPatternStructuredProps extends Partial<CardProps>, Partial<AccordionProps>, Partial<AccordionItemProps> {
5
+ showCard?: boolean;
6
+ showAccordionSection?: boolean;
7
+ accordionSectionLabel?: string;
8
+ showAccordionItems?: boolean;
9
+ accordionItemCount?: number;
10
+ showFooterActions?: boolean;
11
+ primaryActionText?: string;
12
+ secondaryActionText?: string;
13
+ onPrimaryActionPress?: () => void;
14
+ onSecondaryActionPress?: () => void;
15
+ }
16
+ /**
17
+ * EntityPatternStructured Component
18
+ *
19
+ * A pattern component that combines Card, Accordion, AccordionItem, and Button components
20
+ * to create structured entity layouts with collapsible sections.
21
+ *
22
+ * Layout:
23
+ * 1. Card section (optional - header with title, subtitle, badges, leading)
24
+ * 2. Accordion section (optional - titled section with accordion items)
25
+ * 3. Footer actions (optional - primary and secondary buttons)
26
+ *
27
+ * @example
28
+ * ```tsx
29
+ * <EntityPatternStructured
30
+ * title="Entity Title"
31
+ * subtitle="Entity Subtitle"
32
+ * showCard={true}
33
+ * showAccordionSection={true}
34
+ * accordionItemCount={3}
35
+ * showFooterActions={true}
36
+ * />
37
+ * ```
38
+ */
39
+ export declare const EntityPatternStructured: {
40
+ ({ title, subtitle, showCard, showMedia, showSubtitle, showLeading, showBadges, showAccordionSection, accordionSectionLabel, showAccordionItems, accordionItemCount, spacing, state, type, accordianTitle, accordianSubtitle, showFooterActions, primaryActionText, secondaryActionText, onPrimaryActionPress, onSecondaryActionPress, ...restProps }: EntityPatternStructuredProps): import("react/jsx-runtime").JSX.Element;
41
+ displayName: string;
42
+ };
43
+ //# sourceMappingURL=EntityPatternStructured.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityPatternStructured.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.tsx"],"names":[],"mappings":"AAGA,OAAO,EAEL,KAAK,SAAS,EACf,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,6DAA6D,CAAC;AAOrE,MAAM,WAAW,4BACf,SAAQ,OAAO,CAAC,SAAS,CAAC,EACxB,OAAO,CAAC,cAAc,CAAC,EACvB,OAAO,CAAC,kBAAkB,CAAC;IAE7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;CACrC;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,uBAAuB;2VAiCjC,4BAA4B;;CAiF9B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=EntityPatternStructured.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EntityPatternStructured.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternStructured/EntityPatternStructured.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from './EntityPatternStructured';
2
+ export type { EntityPatternStructuredProps } from './EntityPatternStructured';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/EntityPatternStructured/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,YAAY,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC"}
@@ -0,0 +1,42 @@
1
+ export interface FormPatternProps {
2
+ showSelectLabel?: boolean;
3
+ showSelectHelpText?: boolean;
4
+ showSelectLeftIcon?: boolean;
5
+ showTextFieldLabel?: boolean;
6
+ showTextFieldHelpText?: boolean;
7
+ showTextFieldLeftIcon?: boolean;
8
+ showTextFieldRightIcon?: boolean;
9
+ textFieldState?: 'default' | 'focused' | 'error' | 'success' | 'disabled';
10
+ textFieldContent?: 'filled' | 'placeholder';
11
+ textFieldType?: 'text' | 'search' | 'ai' | 'composer';
12
+ showSecondaryButton?: boolean;
13
+ showPrimaryButton?: boolean;
14
+ }
15
+ /**
16
+ * FormPattern Component
17
+ *
18
+ * A pattern component that composes Select and TextField components to create
19
+ * common form layouts.
20
+ *
21
+ * Layout:
22
+ * 1. Select field (with optional label and help text)
23
+ * 2. TextField field (with optional label and help text)
24
+ * 3. Action buttons row (optional primary/secondary buttons)
25
+ *
26
+ * @example
27
+ * ```tsx
28
+ * <FormPattern
29
+ * showSelectLabel={true}
30
+ * showSelectHelpText={true}
31
+ * showTextFieldLabel={true}
32
+ * showTextFieldHelpText={true}
33
+ * textFieldState="default"
34
+ * showPrimaryButton={true}
35
+ * />
36
+ * ```
37
+ */
38
+ export declare const FormPattern: {
39
+ ({ showSelectLabel, showSelectHelpText, showSelectLeftIcon, showTextFieldLabel, showTextFieldHelpText, showTextFieldLeftIcon, showTextFieldRightIcon, textFieldState, textFieldContent, textFieldType, showSecondaryButton, showPrimaryButton, }: FormPatternProps): import("react/jsx-runtime").JSX.Element;
40
+ displayName: string;
41
+ };
42
+ //# sourceMappingURL=FormPattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/FormPattern/FormPattern.tsx"],"names":[],"mappings":"AAWA,MAAM,WAAW,gBAAgB;IAE/B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAG7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAGjC,cAAc,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;IAC1E,gBAAgB,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAC5C,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI,GAAG,UAAU,CAAC;IAGtD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,WAAW;sPAoBrB,gBAAgB;;CAwDlB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FormPattern.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/FormPattern/FormPattern.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from './FormPattern';
2
+ export type { FormPatternProps } from './FormPattern';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/FormPattern/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,41 @@
1
+ export interface LegendItemProps {
2
+ label: string;
3
+ color: string;
4
+ }
5
+ export interface MonthlyCalendarPatternProps {
6
+ /** Months to display */
7
+ months?: string[];
8
+ /** Whether to show legend */
9
+ showLegend?: boolean;
10
+ /** Custom legend items */
11
+ legendItems?: LegendItemProps[];
12
+ /** Spacing between elements */
13
+ spacing?: number;
14
+ }
15
+ /**
16
+ * MonthlyCalendarPattern Component
17
+ *
18
+ * A pattern component that displays multiple months with an event legend.
19
+ *
20
+ * Layout:
21
+ * 1. Legend badges (optional) showing event types
22
+ * 2. Multiple MonthCalendar components for different months
23
+ *
24
+ * @example
25
+ * ```tsx
26
+ * <MonthlyCalendarPattern
27
+ * months={['January', 'February', 'March']}
28
+ * showLegend={true}
29
+ * legendItems={[
30
+ * { label: 'Theory Class', color: '#4baabe' },
31
+ * { label: 'Practical', color: '#88b053' },
32
+ * ]}
33
+ * />
34
+ * ```
35
+ */
36
+ export declare const MonthlyCalendarPattern: {
37
+ ({ months, showLegend, legendItems, spacing, }: MonthlyCalendarPatternProps): import("react/jsx-runtime").JSX.Element;
38
+ displayName: string;
39
+ };
40
+ export default MonthlyCalendarPattern;
41
+ //# sourceMappingURL=MonthlyCalendarPattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonthlyCalendarPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.tsx"],"names":[],"mappings":"AAOA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,2BAA2B;IAC1C,wBAAwB;IACxB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAElB,6BAA6B;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,0BAA0B;IAC1B,WAAW,CAAC,EAAE,eAAe,EAAE,CAAC;IAEhC,+BAA+B;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AA6CD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,sBAAsB;oDAWhC,2BAA2B;;CAiC7B,CAAC;AAIF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=MonthlyCalendarPattern.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonthlyCalendarPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/MonthlyCalendarPattern/MonthlyCalendarPattern.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { MonthlyCalendarPattern, type MonthlyCalendarPatternProps, } from './MonthlyCalendarPattern';
2
+ export { default } from './MonthlyCalendarPattern';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/MonthlyCalendarPattern/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,EACtB,KAAK,2BAA2B,GACjC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC"}
@@ -0,0 +1,42 @@
1
+ export interface SkeletonPatternProps {
2
+ /** Whether to show the large header skeleton */
3
+ showHeader?: boolean;
4
+ /** Whether to show the avatar and text skeleton */
5
+ showAvatarWithText?: boolean;
6
+ /** Whether to show the text lines skeleton */
7
+ showTextLines?: boolean;
8
+ /** Number of text lines to show */
9
+ textLineCount?: number;
10
+ /** Whether to show footer skeleton */
11
+ showFooter?: boolean;
12
+ /** Custom spacing between skeleton items */
13
+ spacing?: number;
14
+ }
15
+ /**
16
+ * SkeletonPattern Component
17
+ *
18
+ * A pattern component that composes multiple Skeleton variants to create
19
+ * common loading placeholder layouts.
20
+ *
21
+ * Order:
22
+ * 1. Large header rectangle (optional)
23
+ * 2. Avatar circle with text line (optional)
24
+ * 3. Multiple text lines (optional)
25
+ * 4. Footer rectangle (optional)
26
+ *
27
+ * @example
28
+ * ```tsx
29
+ * <SkeletonPattern
30
+ * showHeader={true}
31
+ * showAvatarWithText={true}
32
+ * showTextLines={true}
33
+ * textLineCount={4}
34
+ * showFooter={true}
35
+ * />
36
+ * ```
37
+ */
38
+ export declare const SkeletonPattern: {
39
+ ({ showHeader, showAvatarWithText, showTextLines, textLineCount, showFooter, spacing, }: SkeletonPatternProps): import("react/jsx-runtime").JSX.Element;
40
+ displayName: string;
41
+ };
42
+ //# sourceMappingURL=SkeletonPattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletonPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.tsx"],"names":[],"mappings":"AAQA,MAAM,WAAW,oBAAoB;IACnC,gDAAgD;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,mDAAmD;IACnD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,8CAA8C;IAC9C,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,mCAAmC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,sCAAsC;IACtC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAMD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,eAAe;6FAOzB,oBAAoB;;CAmCtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=SkeletonPattern.figma.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletonPattern.figma.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SkeletonPattern/SkeletonPattern.figma.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from './SkeletonPattern';
2
+ export type { SkeletonPatternProps } from './SkeletonPattern';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SkeletonPattern/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,YAAY,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,45 @@
1
+ export interface SuccessPatternProps {
2
+ /** Main success message text */
3
+ successMessage?: string;
4
+ /** Secondary description text */
5
+ description?: string;
6
+ /** Whether to show the lottie animation */
7
+ showAnimation?: boolean;
8
+ /** Animation duration in milliseconds */
9
+ animationDuration?: number;
10
+ /** Loop the animation */
11
+ loop?: boolean;
12
+ /** Auto-play the animation */
13
+ autoplay?: boolean;
14
+ /** Custom className for styling */
15
+ className?: string;
16
+ /** Test ID for testing */
17
+ testID?: string;
18
+ /** Callback when animation completes */
19
+ onAnimationFinish?: () => void;
20
+ }
21
+ /**
22
+ * SuccessPattern Component
23
+ *
24
+ * A pattern component that displays a success state with:
25
+ * - Animated success tick/checkmark (Lottie animation)
26
+ * - Success message
27
+ * - Description text
28
+ *
29
+ * Perfect for use after form submissions, confirmations, or successful operations.
30
+ *
31
+ * @example
32
+ * ```tsx
33
+ * <SuccessPattern
34
+ * successMessage="Order Placed Successfully!"
35
+ * description="Your order has been confirmed"
36
+ * showAnimation={true}
37
+ * onAnimationFinish={() => navigation.navigate('Home')}
38
+ * />
39
+ * ```
40
+ */
41
+ export declare const SuccessPattern: {
42
+ ({ successMessage, description, showAnimation, animationDuration, loop, autoplay, className, testID, onAnimationFinish, }: SuccessPatternProps): import("react/jsx-runtime").JSX.Element;
43
+ displayName: string;
44
+ };
45
+ //# sourceMappingURL=SuccessPattern.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuccessPattern.d.ts","sourceRoot":"","sources":["../../../../../../src/patterns/pattern-components/SuccessPattern/SuccessPattern.tsx"],"names":[],"mappings":"AAkBA,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,yBAAyB;IACzB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0BAA0B;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wCAAwC;IACxC,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AAMD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,cAAc;+HAUxB,mBAAmB;;CA2CrB,CAAC"}