prometeo-design-system 3.1.5 → 3.1.7

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 (465) hide show
  1. package/dist/Avatar.d.ts +4 -0
  2. package/dist/Avatar.es.js +94 -0
  3. package/dist/Button.d.ts +6 -0
  4. package/dist/Button.es.js +400 -0
  5. package/dist/CardProfile-y9Knsg26.js +280 -0
  6. package/dist/CardProfile.d.ts +6 -0
  7. package/dist/CardProfile.es.js +5 -0
  8. package/dist/CheckBox.d.ts +6 -0
  9. package/dist/CheckBox.es.js +112 -0
  10. package/dist/DatePicker-6eb-0Ns5.js +3733 -0
  11. package/dist/DatePicker.d.ts +6 -0
  12. package/dist/DatePicker.es.js +5 -0
  13. package/dist/DialogModal.d.ts +6 -0
  14. package/dist/DialogModal.es.js +75 -0
  15. package/dist/DrawerDesktop.d.ts +6 -0
  16. package/dist/DrawerDesktop.es.js +217 -0
  17. package/dist/DrawerMobile.d.ts +6 -0
  18. package/dist/DrawerMobile.es.js +243 -0
  19. package/dist/DropZone.d.ts +6 -0
  20. package/dist/DropZone.es.js +88 -0
  21. package/dist/FAButton.d.ts +4 -0
  22. package/dist/FAButton.es.js +111 -0
  23. package/dist/Header.d.ts +6 -0
  24. package/dist/Header.es.js +32 -0
  25. package/dist/HelperComponent-ljsn0xD6.js +26 -0
  26. package/dist/Icons/AccountCircle.d.ts +6 -0
  27. package/dist/Icons/AccountCircle.es.js +21 -0
  28. package/dist/Icons/Add.d.ts +6 -0
  29. package/dist/Icons/Add.es.js +19 -0
  30. package/dist/Icons/ArrowLeft.d.ts +6 -0
  31. package/dist/Icons/ArrowLeft.es.js +19 -0
  32. package/dist/Icons/ArrowUpDown.d.ts +6 -0
  33. package/dist/Icons/ArrowUpDown.es.js +21 -0
  34. package/dist/Icons/AttachFile.d.ts +6 -0
  35. package/dist/Icons/AttachFile.es.js +19 -0
  36. package/dist/Icons/Boards.d.ts +6 -0
  37. package/dist/Icons/Boards.es.js +19 -0
  38. package/dist/Icons/Calendar.d.ts +6 -0
  39. package/dist/Icons/Calendar.es.js +19 -0
  40. package/dist/Icons/Cancel.d.ts +6 -0
  41. package/dist/Icons/Cancel.es.js +19 -0
  42. package/dist/Icons/Check.d.ts +6 -0
  43. package/dist/Icons/Check.es.js +19 -0
  44. package/dist/Icons/CheckCircle.d.ts +6 -0
  45. package/dist/Icons/CheckCircle.es.js +21 -0
  46. package/dist/Icons/CheckList.d.ts +6 -0
  47. package/dist/Icons/CheckList.es.js +25 -0
  48. package/dist/Icons/ChevronDown.d.ts +6 -0
  49. package/dist/Icons/ChevronDown.es.js +21 -0
  50. package/dist/Icons/Clock.d.ts +6 -0
  51. package/dist/Icons/Clock.es.js +19 -0
  52. package/dist/Icons/Close.d.ts +6 -0
  53. package/dist/Icons/Close.es.js +19 -0
  54. package/dist/Icons/CloseNavBarDesktop.d.ts +6 -0
  55. package/dist/Icons/CloseNavBarDesktop.es.js +36 -0
  56. package/dist/Icons/Collapse.d.ts +6 -0
  57. package/dist/Icons/Collapse.es.js +19 -0
  58. package/dist/Icons/Company.d.ts +6 -0
  59. package/dist/Icons/Company.es.js +25 -0
  60. package/dist/Icons/Copy.d.ts +6 -0
  61. package/dist/Icons/Copy.es.js +19 -0
  62. package/dist/Icons/CrevronLeft.d.ts +6 -0
  63. package/dist/Icons/CrevronLeft.es.js +21 -0
  64. package/dist/Icons/CrevronRight.d.ts +6 -0
  65. package/dist/Icons/CrevronRight.es.js +21 -0
  66. package/dist/Icons/DocumentFill.d.ts +6 -0
  67. package/dist/Icons/DocumentFill.es.js +27 -0
  68. package/dist/Icons/Download.d.ts +6 -0
  69. package/dist/Icons/Download.es.js +25 -0
  70. package/dist/Icons/Edit.d.ts +6 -0
  71. package/dist/Icons/Edit.es.js +19 -0
  72. package/dist/Icons/EditFill.d.ts +6 -0
  73. package/dist/Icons/EditFill.es.js +25 -0
  74. package/dist/Icons/Email.d.ts +6 -0
  75. package/dist/Icons/Email.es.js +25 -0
  76. package/dist/Icons/Error.d.ts +6 -0
  77. package/dist/Icons/Error.es.js +19 -0
  78. package/dist/Icons/EyeVisibility.d.ts +6 -0
  79. package/dist/Icons/EyeVisibility.es.js +21 -0
  80. package/dist/Icons/EyeVisibilityOff.d.ts +6 -0
  81. package/dist/Icons/EyeVisibilityOff.es.js +21 -0
  82. package/dist/Icons/FaLock.d.ts +6 -0
  83. package/dist/Icons/FaLock.es.js +19 -0
  84. package/dist/Icons/FastForward.d.ts +6 -0
  85. package/dist/Icons/FastForward.es.js +27 -0
  86. package/dist/Icons/File.d.ts +6 -0
  87. package/dist/Icons/File.es.js +25 -0
  88. package/dist/Icons/Filter.d.ts +6 -0
  89. package/dist/Icons/Filter.es.js +19 -0
  90. package/dist/Icons/FormatColorText.d.ts +6 -0
  91. package/dist/Icons/FormatColorText.es.js +26 -0
  92. package/dist/Icons/Help.d.ts +6 -0
  93. package/dist/Icons/Help.es.js +19 -0
  94. package/dist/Icons/HistoryActivity.d.ts +6 -0
  95. package/dist/Icons/HistoryActivity.es.js +21 -0
  96. package/dist/Icons/Home.d.ts +6 -0
  97. package/dist/Icons/Home.es.js +19 -0
  98. package/dist/Icons/Image.d.ts +6 -0
  99. package/dist/Icons/Image.es.js +25 -0
  100. package/dist/Icons/Info.d.ts +6 -0
  101. package/dist/Icons/Info.es.js +19 -0
  102. package/dist/Icons/Logout.d.ts +6 -0
  103. package/dist/Icons/Logout.es.js +19 -0
  104. package/dist/Icons/MessageSquare.d.ts +6 -0
  105. package/dist/Icons/MessageSquare.es.js +21 -0
  106. package/dist/Icons/MessageSquareFill.d.ts +6 -0
  107. package/dist/Icons/MessageSquareFill.es.js +27 -0
  108. package/dist/Icons/MoreVert.d.ts +6 -0
  109. package/dist/Icons/MoreVert.es.js +19 -0
  110. package/dist/Icons/Notifications.d.ts +6 -0
  111. package/dist/Icons/Notifications.es.js +21 -0
  112. package/dist/Icons/Pause.d.ts +6 -0
  113. package/dist/Icons/Pause.es.js +19 -0
  114. package/dist/Icons/Reassignment.d.ts +6 -0
  115. package/dist/Icons/Reassignment.es.js +22 -0
  116. package/dist/Icons/ReassignmentFill.d.ts +6 -0
  117. package/dist/Icons/ReassignmentFill.es.js +52 -0
  118. package/dist/Icons/Reload.d.ts +6 -0
  119. package/dist/Icons/Reload.es.js +25 -0
  120. package/dist/Icons/Search.d.ts +6 -0
  121. package/dist/Icons/Search.es.js +19 -0
  122. package/dist/Icons/Send.d.ts +6 -0
  123. package/dist/Icons/Send.es.js +24 -0
  124. package/dist/Icons/Settings.d.ts +6 -0
  125. package/dist/Icons/Settings.es.js +19 -0
  126. package/dist/Icons/Shared.d.ts +6 -0
  127. package/dist/Icons/Shared.es.js +19 -0
  128. package/dist/Icons/Sort.d.ts +6 -0
  129. package/dist/Icons/Sort.es.js +19 -0
  130. package/dist/Icons/Stars.d.ts +6 -0
  131. package/dist/Icons/Stars.es.js +19 -0
  132. package/dist/Icons/Ticket.d.ts +6 -0
  133. package/dist/Icons/Ticket.es.js +19 -0
  134. package/dist/Icons/TicketFilled.d.ts +6 -0
  135. package/dist/Icons/TicketFilled.es.js +21 -0
  136. package/dist/Icons/Trash.d.ts +6 -0
  137. package/dist/Icons/Trash.es.js +19 -0
  138. package/dist/Icons/TrashFill.d.ts +6 -0
  139. package/dist/Icons/TrashFill.es.js +25 -0
  140. package/dist/Icons/Upload.d.ts +6 -0
  141. package/dist/Icons/Upload.es.js +19 -0
  142. package/dist/Icons/UploadCloud.d.ts +6 -0
  143. package/dist/Icons/UploadCloud.es.js +21 -0
  144. package/dist/Icons/UserAdd.d.ts +6 -0
  145. package/dist/Icons/UserAdd.es.js +19 -0
  146. package/dist/Icons/UserAddFill.d.ts +6 -0
  147. package/dist/Icons/UserAddFill.es.js +27 -0
  148. package/dist/Icons/UserPerson.d.ts +6 -0
  149. package/dist/Icons/UserPerson.es.js +19 -0
  150. package/dist/Icons/WhatsApp.d.ts +6 -0
  151. package/dist/Icons/WhatsApp.es.js +76 -0
  152. package/dist/Icons/components/AccountCircle.d.ts +4 -0
  153. package/dist/Icons/components/Add.d.ts +4 -0
  154. package/dist/Icons/components/ArrowLeft.d.ts +4 -0
  155. package/dist/Icons/components/ArrowUpDown.d.ts +4 -0
  156. package/dist/Icons/components/AttachFile.d.ts +4 -0
  157. package/dist/Icons/components/Boards.d.ts +4 -0
  158. package/dist/Icons/components/Calendar.d.ts +4 -0
  159. package/dist/Icons/components/Cancel.d.ts +4 -0
  160. package/dist/Icons/components/Check.d.ts +4 -0
  161. package/dist/Icons/components/CheckCircle.d.ts +4 -0
  162. package/dist/Icons/components/CheckList.d.ts +4 -0
  163. package/dist/Icons/components/ChevronDown.d.ts +4 -0
  164. package/dist/Icons/components/Clock.d.ts +4 -0
  165. package/dist/Icons/components/Close.d.ts +4 -0
  166. package/dist/Icons/components/CloseNavBarDesktop.d.ts +4 -0
  167. package/dist/Icons/components/Collapse.d.ts +4 -0
  168. package/dist/Icons/components/Company.d.ts +4 -0
  169. package/dist/Icons/components/Copy.d.ts +4 -0
  170. package/dist/Icons/components/CrevronLeft.d.ts +4 -0
  171. package/dist/Icons/components/CrevronRight.d.ts +4 -0
  172. package/dist/Icons/components/DocumentFill.d.ts +4 -0
  173. package/dist/Icons/components/Download.d.ts +4 -0
  174. package/dist/Icons/components/Edit.d.ts +4 -0
  175. package/dist/Icons/components/EditFill.d.ts +4 -0
  176. package/dist/Icons/components/Email.d.ts +4 -0
  177. package/dist/Icons/components/Error.d.ts +4 -0
  178. package/dist/Icons/components/EyeVisibility.d.ts +4 -0
  179. package/dist/Icons/components/EyeVisibilityOff.d.ts +4 -0
  180. package/dist/Icons/components/FaLock.d.ts +4 -0
  181. package/dist/Icons/components/FastForward.d.ts +4 -0
  182. package/dist/Icons/components/File.d.ts +4 -0
  183. package/dist/Icons/components/Filter.d.ts +4 -0
  184. package/dist/Icons/components/FormatColorText.d.ts +4 -0
  185. package/dist/Icons/components/Help.d.ts +4 -0
  186. package/dist/Icons/components/HistoryActivity.d.ts +4 -0
  187. package/dist/Icons/components/Home.d.ts +4 -0
  188. package/dist/Icons/components/Image.d.ts +4 -0
  189. package/dist/Icons/components/Info.d.ts +4 -0
  190. package/dist/Icons/components/Logout.d.ts +4 -0
  191. package/dist/Icons/components/MessageSquare.d.ts +4 -0
  192. package/dist/Icons/components/MessageSquareFill.d.ts +4 -0
  193. package/dist/Icons/components/MoreVert.d.ts +4 -0
  194. package/dist/Icons/components/Notifications.d.ts +4 -0
  195. package/dist/Icons/components/Pause.d.ts +4 -0
  196. package/dist/Icons/components/Reassignment.d.ts +4 -0
  197. package/dist/Icons/components/ReassignmentFill.d.ts +4 -0
  198. package/dist/Icons/components/Reload.d.ts +4 -0
  199. package/dist/Icons/components/Search.d.ts +4 -0
  200. package/dist/Icons/components/Send.d.ts +4 -0
  201. package/dist/Icons/components/Settings.d.ts +4 -0
  202. package/dist/Icons/components/Shared.d.ts +4 -0
  203. package/dist/Icons/components/Sort.d.ts +4 -0
  204. package/dist/Icons/components/Stars.d.ts +4 -0
  205. package/dist/Icons/components/Ticket.d.ts +4 -0
  206. package/dist/Icons/components/TicketFilled.d.ts +4 -0
  207. package/dist/Icons/components/Trash.d.ts +4 -0
  208. package/dist/Icons/components/TrashFill.d.ts +4 -0
  209. package/dist/Icons/components/Upload.d.ts +4 -0
  210. package/dist/Icons/components/UploadCloud.d.ts +4 -0
  211. package/dist/Icons/components/UserAdd.d.ts +4 -0
  212. package/dist/Icons/components/UserAddFill.d.ts +4 -0
  213. package/dist/Icons/components/UserPerson.d.ts +4 -0
  214. package/dist/Icons/components/WhatsApp.d.ts +4 -0
  215. package/dist/Icons/iconUtils.d.ts +7 -0
  216. package/dist/Icons/index.d.ts +65 -0
  217. package/dist/Icons/types.d.ts +130 -0
  218. package/dist/Icons.d.ts +2 -0
  219. package/dist/Icons.es.js +128 -0
  220. package/dist/Image.d.ts +4 -0
  221. package/dist/Image.es.js +91 -0
  222. package/dist/ImageGallery-DG9ovlQ-.js +319 -0
  223. package/dist/ImageGallery.d.ts +6 -0
  224. package/dist/ImageGallery.es.js +23 -0
  225. package/dist/Input.d.ts +6 -0
  226. package/dist/Input.es.js +220 -0
  227. package/dist/InputMultiple.d.ts +6 -0
  228. package/dist/InputMultiple.es.js +265 -0
  229. package/dist/LayoutGeneric-CfWhV1ov.js +26 -0
  230. package/dist/LayoutGeneric.d.ts +6 -0
  231. package/dist/LayoutGeneric.es.js +4 -0
  232. package/dist/Logo.d.ts +4 -0
  233. package/dist/Logo.es.js +9 -0
  234. package/dist/Menu.d.ts +6 -0
  235. package/dist/Menu.es.js +77 -0
  236. package/dist/NotificationCard.d.ts +6 -0
  237. package/dist/NotificationCard.es.js +50 -0
  238. package/dist/OtpInput.d.ts +6 -0
  239. package/dist/OtpInput.es.js +302 -0
  240. package/dist/Pagination.d.ts +6 -0
  241. package/dist/Pagination.es.js +97 -0
  242. package/dist/ProfilePictureUpload.d.ts +6 -0
  243. package/dist/ProfilePictureUpload.es.js +189 -0
  244. package/dist/ProgressBar.d.ts +6 -0
  245. package/dist/ProgressBar.es.js +70 -0
  246. package/dist/PyrionNavigationDrawer.d.ts +6 -0
  247. package/dist/PyrionNavigationDrawer.es.js +962 -0
  248. package/dist/RadioButton.d.ts +6 -0
  249. package/dist/RadioButton.es.js +78 -0
  250. package/dist/RecurrentDatePicker.d.ts +2 -0
  251. package/dist/RecurrentDatePicker.es.js +694 -0
  252. package/dist/RecurrentDatePickerRRule.d.ts +2 -0
  253. package/dist/RecurrentDatePickerRRule.es.js +1682 -0
  254. package/dist/Scrollable.d.ts +2 -0
  255. package/dist/Scrollable.es.js +260 -0
  256. package/dist/SegmentedButton.d.ts +6 -0
  257. package/dist/SegmentedButton.es.js +185 -0
  258. package/dist/Select.d.ts +6 -0
  259. package/dist/Select.es.js +1061 -0
  260. package/dist/SelectSearch.d.ts +6 -0
  261. package/dist/SelectSearch.es.js +284 -0
  262. package/dist/Skeleton.d.ts +6 -0
  263. package/dist/Skeleton.es.js +74 -0
  264. package/dist/Spinner.d.ts +6 -0
  265. package/dist/Spinner.es.js +178 -0
  266. package/dist/Steps.d.ts +6 -0
  267. package/dist/Steps.es.js +214 -0
  268. package/dist/SwipeContainer.d.ts +4 -0
  269. package/dist/SwipeContainer.es.js +185 -0
  270. package/dist/Switch.d.ts +6 -0
  271. package/dist/Switch.es.js +97 -0
  272. package/dist/TabLinks.d.ts +4 -0
  273. package/dist/TabLinks.es.js +94 -0
  274. package/dist/Table.d.ts +2 -0
  275. package/dist/Table.es.js +121 -0
  276. package/dist/TextArea.d.ts +4 -0
  277. package/dist/TextArea.es.js +66 -0
  278. package/dist/TicketCard.d.ts +6 -0
  279. package/dist/TicketCard.es.js +130 -0
  280. package/dist/Toast.d.ts +6 -0
  281. package/dist/Toast.es.js +150 -0
  282. package/dist/ToastProvider.d.ts +6 -0
  283. package/dist/ToastProvider.es.js +6 -0
  284. package/dist/Tooltip.d.ts +6 -0
  285. package/dist/Tooltip.es.js +62 -0
  286. package/dist/assets/psmlogo.png +0 -0
  287. package/dist/badge-B1IK_-i5.js +87 -0
  288. package/dist/cn-B6yFEsav.js +8 -0
  289. package/dist/components/Autocomplete/Autocomplete.d.ts +20 -0
  290. package/dist/components/Autocomplete/useAutocomplete.d.ts +43 -0
  291. package/dist/components/Avatar/Avatar.d.ts +11 -0
  292. package/dist/components/Avatar/index.d.ts +1 -0
  293. package/dist/components/Button/Button.d.ts +23 -0
  294. package/dist/components/Button/index.d.ts +2 -0
  295. package/dist/components/Card/Card.d.ts +12 -0
  296. package/dist/components/CardProfile/CardProfile.d.ts +55 -0
  297. package/dist/components/CheckBox/CheckBox.d.ts +11 -0
  298. package/dist/components/DatePicker/DatePicker.d.ts +82 -0
  299. package/dist/components/Dialog/Dialog.d.ts +35 -0
  300. package/dist/components/Dialog/DialogV2.d.ts +35 -0
  301. package/dist/components/Dialog/useDialogControl.d.ts +8 -0
  302. package/dist/components/Drawer/DrawerDesktop.d.ts +21 -0
  303. package/dist/components/Drawer/DrawerMobile.d.ts +24 -0
  304. package/dist/components/Drawer/useDrawerDesktop.d.ts +8 -0
  305. package/dist/components/Drawer/useDrawerMobile.d.ts +8 -0
  306. package/dist/components/DropZone/DropZone.d.ts +16 -0
  307. package/dist/components/DropZone/DropzoneCompossable.d.ts +54 -0
  308. package/dist/components/DropZone/useFileDropzone.d.ts +21 -0
  309. package/dist/components/FAB/FAButton.d.ts +21 -0
  310. package/dist/components/FileCard/FileCard.d.ts +52 -0
  311. package/dist/components/Header/Header.d.ts +11 -0
  312. package/dist/components/Image/GalleryPreview.d.ts +8 -0
  313. package/dist/components/Image/Image.d.ts +23 -0
  314. package/dist/components/Image/ImageGallery.d.ts +18 -0
  315. package/dist/components/Image/LightBox.d.ts +14 -0
  316. package/dist/components/Image/index.d.ts +5 -0
  317. package/dist/components/Image/useImageGallery.d.ts +10 -0
  318. package/dist/components/Input/Input.d.ts +34 -0
  319. package/dist/components/InputMultiple/InputMultiple.d.ts +25 -0
  320. package/dist/components/Layout/LayoutGeneric.d.ts +6 -0
  321. package/dist/components/Logo/Logo.d.ts +2 -0
  322. package/dist/components/Menu/MenuComposable.d.ts +15 -0
  323. package/dist/components/NavigationDrawer/NavItemSecondary.d.ts +10 -0
  324. package/dist/components/NavigationDrawer/NavigationDrawer.d.ts +49 -0
  325. package/dist/components/NavigationDrawer/NavigationDrawerActionItem.d.ts +16 -0
  326. package/dist/components/NavigationDrawer/NavigationDrawerActions.d.ts +9 -0
  327. package/dist/components/NavigationDrawer/NavigationDrawerItemBase.d.ts +18 -0
  328. package/dist/components/NavigationDrawer/NavigationDrawerLinkItem.d.ts +30 -0
  329. package/dist/components/NavigationDrawer/NavigationDrawerNavlinks.d.ts +11 -0
  330. package/dist/components/NavigationDrawer/index.d.ts +2 -0
  331. package/dist/components/NotificationCard/NotificationCard.d.ts +25 -0
  332. package/dist/components/NotificationCard/index.d.ts +3 -0
  333. package/dist/components/OtpInput/OtpInput.d.ts +30 -0
  334. package/dist/components/Pagination/Pagination.d.ts +6 -0
  335. package/dist/components/ProfilePictureUpload/ProfilePictureUpload.d.ts +19 -0
  336. package/dist/components/ProgressBar/ProgressBar.d.ts +18 -0
  337. package/dist/components/PyrionNavigationDrawer/PyrionHelpSection.d.ts +8 -0
  338. package/dist/components/PyrionNavigationDrawer/PyrionNavigationDrawer.d.ts +130 -0
  339. package/dist/components/PyrionNavigationDrawer/PyrionNavigationDrawerMobileAppSwitcher.d.ts +10 -0
  340. package/dist/components/PyrionNavigationDrawer/PyrionNavigationDrawerSystemLogo.d.ts +7 -0
  341. package/dist/components/PyrionNavigationDrawer/PyrionNotificationsList.d.ts +8 -0
  342. package/dist/components/PyrionNavigationDrawer/SidebarContent.d.ts +13 -0
  343. package/dist/components/PyrionNavigationDrawer/SystemSessions.d.ts +12 -0
  344. package/dist/components/PyrionNavigationDrawer/index.d.ts +3 -0
  345. package/dist/components/RadioButton/RadioButton.d.ts +14 -0
  346. package/dist/components/RecurrentDatePicker/CustomFrequencySettings.d.ts +40 -0
  347. package/dist/components/RecurrentDatePicker/FrequencySettings.d.ts +13 -0
  348. package/dist/components/RecurrentDatePicker/MonthlyFrequencySettings.d.ts +35 -0
  349. package/dist/components/RecurrentDatePicker/PreviewCalendar.d.ts +5 -0
  350. package/dist/components/RecurrentDatePicker/RecurrentDatePicker.d.ts +39 -0
  351. package/dist/components/RecurrentDatePicker/RecurrentDatePickerRRule.d.ts +13 -0
  352. package/dist/components/RecurrentDatePicker/WeekdaysSelector.d.ts +13 -0
  353. package/dist/components/RecurrentDatePicker/WeeklyFrequencySetting.d.ts +9 -0
  354. package/dist/components/RecurrentDatePicker/YearlyFrequencySettings.d.ts +21 -0
  355. package/dist/components/RecurrentDatePicker/recurrentDatePicker.validations.d.ts +69 -0
  356. package/dist/components/Scrollable/Scrollable.d.ts +31 -0
  357. package/dist/components/SegmentedButton/SegmentedButton.d.ts +20 -0
  358. package/dist/components/Select/Select.d.ts +123 -0
  359. package/dist/components/SelectSearch/SelectSearch.d.ts +40 -0
  360. package/dist/components/Shared/Chip.d.ts +15 -0
  361. package/dist/components/Shared/HelperComponent.d.ts +13 -0
  362. package/dist/components/Sidebar/SecondaryBar/SecondaryBar.d.ts +32 -0
  363. package/dist/components/Sidebar/SecondaryBar/hooks/useSecondaryBarAnimation.d.ts +2 -0
  364. package/dist/components/Sidebar/SecondaryBar/index.d.ts +1 -0
  365. package/dist/components/Sidebar/SidebarComposable.d.ts +43 -0
  366. package/dist/components/Sidebar/components/NavigationLink.d.ts +11 -0
  367. package/dist/components/Sidebar/components/badge.d.ts +10 -0
  368. package/dist/components/Sidebar/components/changue-account.d.ts +5 -0
  369. package/dist/components/Sidebar/components/collapse-button.d.ts +5 -0
  370. package/dist/components/Sidebar/components/company-logo.d.ts +5 -0
  371. package/dist/components/Sidebar/components/nav-actions.d.ts +7 -0
  372. package/dist/components/Sidebar/components/nav-links.d.ts +7 -0
  373. package/dist/components/Sidebar/context/SidebarContext.d.ts +13 -0
  374. package/dist/components/Sidebar/hooks/SidebarProvider.d.ts +3 -0
  375. package/dist/components/Sidebar/hooks/useNavBarActions.d.ts +9 -0
  376. package/dist/components/Sidebar/hooks/useNavBarCollapse.d.ts +4 -0
  377. package/dist/components/Sidebar/hooks/useNavLinks.d.ts +32 -0
  378. package/dist/components/Sidebar/hooks/useSidebarHook.d.ts +13 -0
  379. package/dist/components/Sidebar/index.d.ts +12 -0
  380. package/dist/components/Sidebar/ui/useNavbarAnimation.d.ts +2 -0
  381. package/dist/components/Skeleton/Skeleton.d.ts +13 -0
  382. package/dist/components/Spinner/Spinner.d.ts +12 -0
  383. package/dist/components/Steps/Steps.d.ts +21 -0
  384. package/dist/components/SwipeContainer/SwipeContainer.d.ts +19 -0
  385. package/dist/components/Switch/Switch.d.ts +11 -0
  386. package/dist/components/TabLinks/TabLinks.d.ts +23 -0
  387. package/dist/components/TabSwitch/TabSwitch.d.ts +16 -0
  388. package/dist/components/Table/Table.d.ts +14 -0
  389. package/dist/components/Table/TableWithPagination.d.ts +11 -0
  390. package/dist/components/TextArea/TextArea.d.ts +15 -0
  391. package/dist/components/TicketCard/TicketCard.d.ts +32 -0
  392. package/dist/components/TicketCard/index.d.ts +3 -0
  393. package/dist/components/Toaster/ToastProvider.d.ts +5 -0
  394. package/dist/components/Toaster/Toaster.d.ts +36 -0
  395. package/dist/components/Tooltip/Tootip.d.ts +10 -0
  396. package/dist/components/UserCard/UserCard.d.ts +12 -0
  397. package/dist/exports/Autocomplete.d.ts +1 -0
  398. package/dist/exports/Avatar.d.ts +1 -0
  399. package/dist/exports/Button.d.ts +2 -0
  400. package/dist/exports/CardProfile.d.ts +3 -0
  401. package/dist/exports/CheckBox.d.ts +2 -0
  402. package/dist/exports/DatePicker.d.ts +3 -0
  403. package/dist/exports/DialogModal.d.ts +2 -0
  404. package/dist/exports/DrawerDesktop.d.ts +4 -0
  405. package/dist/exports/DrawerMobile.d.ts +4 -0
  406. package/dist/exports/DropZone.d.ts +3 -0
  407. package/dist/exports/FAButton.d.ts +1 -0
  408. package/dist/exports/Header.d.ts +2 -0
  409. package/dist/exports/Icons.d.ts +1 -0
  410. package/dist/exports/Image.d.ts +1 -0
  411. package/dist/exports/ImageGallery.d.ts +2 -0
  412. package/dist/exports/Input.d.ts +2 -0
  413. package/dist/exports/InputMultiple.d.ts +3 -0
  414. package/dist/exports/LayoutGeneric.d.ts +2 -0
  415. package/dist/exports/Logo.d.ts +1 -0
  416. package/dist/exports/Menu.d.ts +3 -0
  417. package/dist/exports/NotificationCard.d.ts +2 -0
  418. package/dist/exports/OtpInput.d.ts +2 -0
  419. package/dist/exports/Pagination.d.ts +2 -0
  420. package/dist/exports/ProfilePictureUpload.d.ts +3 -0
  421. package/dist/exports/ProgressBar.d.ts +2 -0
  422. package/dist/exports/PyrionNavigationDrawer.d.ts +2 -0
  423. package/dist/exports/RadioButton.d.ts +3 -0
  424. package/dist/exports/RecurrentDatePicker.d.ts +5 -0
  425. package/dist/exports/RecurrentDatePickerRRule.d.ts +2 -0
  426. package/dist/exports/Scrollable.d.ts +2 -0
  427. package/dist/exports/SegmentedButton.d.ts +3 -0
  428. package/dist/exports/Select.d.ts +5 -0
  429. package/dist/exports/SelectSearch.d.ts +3 -0
  430. package/dist/exports/Skeleton.d.ts +3 -0
  431. package/dist/exports/Spinner.d.ts +3 -0
  432. package/dist/exports/Steps.d.ts +3 -0
  433. package/dist/exports/SwipeContainer.d.ts +1 -0
  434. package/dist/exports/Switch.d.ts +3 -0
  435. package/dist/exports/TabLinks.d.ts +1 -0
  436. package/dist/exports/Table.d.ts +1 -0
  437. package/dist/exports/TextArea.d.ts +1 -0
  438. package/dist/exports/TicketCard.d.ts +2 -0
  439. package/dist/exports/Toast.d.ts +3 -0
  440. package/dist/exports/ToastProvider.d.ts +2 -0
  441. package/dist/exports/Tooltip.d.ts +2 -0
  442. package/dist/exports/useDevice.d.ts +1 -0
  443. package/dist/exports/usePyrionNavigation.d.ts +1 -0
  444. package/dist/hooks/useClickOutside.d.ts +8 -0
  445. package/dist/hooks/useDevice.d.ts +1 -0
  446. package/dist/hooks/useDragScroll.d.ts +29 -0
  447. package/dist/hooks/useLabelBackground.d.ts +6 -0
  448. package/dist/iconUtils-D0lVAgGT.js +5 -0
  449. package/dist/index-BOQuZ0gG.js +34 -0
  450. package/dist/index.d.ts +104 -0
  451. package/dist/jsx-runtime-GkKLlHH4.js +263 -0
  452. package/dist/lib/cn.d.ts +2 -0
  453. package/dist/lib/utils.d.ts +3 -0
  454. package/dist/prometeo-design-system.es.js +918 -0
  455. package/dist/styles.css +1 -0
  456. package/dist/styles.d.ts +1 -0
  457. package/dist/useDevice.d.ts +2 -0
  458. package/dist/useDevice.es.js +13 -0
  459. package/dist/useDragScroll-CHN9OMwn.js +165 -0
  460. package/dist/useLabelBackground-BDIHUdND.js +26 -0
  461. package/dist/usePyrionNavigation.d.ts +4 -0
  462. package/dist/usePyrionNavigation.es.js +4 -0
  463. package/dist/utils-X4-h3cum.js +54 -0
  464. package/dist/vite.svg +1 -0
  465. package/package.json +1 -1
@@ -0,0 +1,111 @@
1
+ import { j as c } from "./jsx-runtime-GkKLlHH4.js";
2
+ import u, { memo as n } from "react";
3
+ import { c as f } from "./cn-B6yFEsav.js";
4
+ import { createPortal as v } from "react-dom";
5
+ import { c as m } from "./index-BOQuZ0gG.js";
6
+ import { Add as b } from "./Icons/Add.es.js";
7
+ const h = {
8
+ right: 24,
9
+ bottom: 64,
10
+ left: "auto",
11
+ top: "auto"
12
+ }, r = {
13
+ fill: {
14
+ primary: "bg-primary-default-default hover:bg-primary-default-hover active:bg-primary-default-pressed",
15
+ secondary: "bg-neutral-medium-default hover:bg-neutral-medium-hover active:bg-neutral-medium-pressed",
16
+ success: "bg-success-default-default hover:bg-success-default-hover active:bg-success-default-pressed",
17
+ error: "bg-error-default-default hover:bg-error-default-hover active:bg-error-default-pressed",
18
+ warning: "bg-warning-default-default hover:bg-warning-default-hover active:bg-warning-default-pressed"
19
+ },
20
+ outline: {
21
+ primary: "border border-primary-default-default hover:border-primary-default-hover active:border-primary-default-pressed text-primary-default-default hover:text-primary-default-hover active:text-primary-default-pressed",
22
+ secondary: "border border-neutral-medium-default hover:border-neutral-medium-hover active:border-neutral-medium-pressed text-neutral-medium-default hover:text-neutral-medium-hover active:text-neutral-medium-pressed",
23
+ success: "border border-success-default-default hover:border-success-default-hover active:border-success-default-pressed text-success-default-default hover:text-success-default-hover active:text-success-default-pressed",
24
+ error: "border border-error-default-default hover:border-error-default-hover active:border-error-default-pressed text-error-default-default hover:text-error-default-hover active:text-error-default-pressed",
25
+ warning: "border border-warning-default-default hover:border-warning-default-hover active:border-warning-default-pressed text-warning-default-default hover:text-warning-default-hover active:text-warning-default-pressed"
26
+ },
27
+ text: {
28
+ primary: "text-primary-default-default hover:text-primary-default-hover active:text-primary-default-pressed",
29
+ secondary: "text-neutral-medium-default hover:text-neutral-medium-hover active:text-neutral-medium-pressed",
30
+ success: "text-success-default-default hover:text-success-default-hover active:text-success-default-pressed",
31
+ error: "text-error-default-default hover:text-error-default-hover active:text-error-default-pressed",
32
+ warning: "text-warning-default-default hover:text-warning-default-hover active:text-warning-default-pressed"
33
+ }
34
+ }, g = "bg-primary-default-disabled text-neutral-default-disabled hover:bg-primary-default-disabled active:bg-primary-default-disabled cursor-default", x = m(
35
+ "transition-all duration-300 cursor-pointer text-neutral-default-default",
36
+ {
37
+ variants: {
38
+ color: {
39
+ primary: "",
40
+ secondary: "",
41
+ success: "",
42
+ error: "",
43
+ warning: ""
44
+ },
45
+ variant: {
46
+ fill: "",
47
+ outline: "",
48
+ text: ""
49
+ },
50
+ disabled: {
51
+ true: g,
52
+ false: ""
53
+ }
54
+ },
55
+ compoundVariants: [
56
+ { variant: "fill", color: "primary", class: r.fill.primary },
57
+ { variant: "fill", color: "secondary", class: r.fill.secondary },
58
+ { variant: "fill", color: "error", class: r.fill.error },
59
+ { variant: "fill", color: "success", class: r.fill.success },
60
+ { variant: "fill", color: "warning", class: r.fill.warning },
61
+ { variant: "outline", color: "primary", class: r.outline.primary },
62
+ { variant: "outline", color: "secondary", class: r.outline.secondary },
63
+ { variant: "outline", color: "success", class: r.outline.success },
64
+ { variant: "outline", color: "error", class: r.outline.error },
65
+ { variant: "outline", color: "warning", class: r.outline.warning },
66
+ { variant: "text", color: "primary", class: r.text.primary },
67
+ { variant: "text", color: "secondary", class: r.text.secondary },
68
+ { variant: "text", color: "success", class: r.text.success },
69
+ { variant: "text", color: "error", class: r.text.error },
70
+ { variant: "text", color: "warning", class: r.text.warning }
71
+ ],
72
+ defaultVariants: {
73
+ color: "primary",
74
+ variant: "fill"
75
+ }
76
+ }
77
+ ), y = (e) => {
78
+ const t = e.position || h, a = e.attachToParent || !1, i = e.color || "primary", s = e.icon || b, o = e.disabled || !1, d = e.variant || "fill", l = /* @__PURE__ */ c.jsx(
79
+ "div",
80
+ {
81
+ style: {
82
+ width: "56px",
83
+ height: "56px",
84
+ borderRadius: "8px",
85
+ position: a ? "absolute" : "fixed",
86
+ right: t.right,
87
+ bottom: t.bottom,
88
+ left: t.left,
89
+ top: t.top,
90
+ display: "grid",
91
+ placeItems: "center",
92
+ padding: 16
93
+ },
94
+ className: f(
95
+ x({
96
+ color: i,
97
+ variant: d,
98
+ disabled: o
99
+ }),
100
+ e.className
101
+ ),
102
+ onClick: o ? void 0 : e.onClick,
103
+ children: u.createElement(s, { size: 24 })
104
+ }
105
+ );
106
+ return a ? l : v(l, document.body);
107
+ }, p = n(y, (e, t) => e.attachToParent === t.attachToParent && e.position === t.position && e.color === t.color && e.icon === t.icon && e.disabled === t.disabled && e.variant === t.variant && e.className === t.className && e.onClick === t.onClick);
108
+ p.displayName = "FAButton";
109
+ export {
110
+ p as default
111
+ };
@@ -0,0 +1,6 @@
1
+ export * from './exports/Header'
2
+ export {}
3
+ import PrometeoDesignSystem from './exports/Header'
4
+ export default PrometeoDesignSystem
5
+ export * from './exports/Header'
6
+ export {}
@@ -0,0 +1,32 @@
1
+ import { j as a } from "./jsx-runtime-GkKLlHH4.js";
2
+ import { c as l } from "./cn-B6yFEsav.js";
3
+ import { motion as n } from "framer-motion";
4
+ import { memo as d } from "react";
5
+ const c = ({ title: e, subtitle: t, children: i, className: s, subtitleClassName: m, titleClassName: r }) => /* @__PURE__ */ a.jsx(
6
+ "header",
7
+ {
8
+ className: l(
9
+ "h-16 flex items-center px-4 sm:h-20 md:h-24 md:px-6 lg:h-28 xl:h-32 2xl:h-36",
10
+ s
11
+ ),
12
+ children: /* @__PURE__ */ a.jsxs(
13
+ n.div,
14
+ {
15
+ initial: { opacity: 0, y: -10 },
16
+ animate: { opacity: 1, y: 0 },
17
+ transition: { duration: 0.6, ease: "easeOut" },
18
+ className: "flex justify-between items-center w-full",
19
+ children: [
20
+ /* @__PURE__ */ a.jsxs("div", { className: "flex flex-col leading-6", children: [
21
+ t && /* @__PURE__ */ a.jsx("h3", { className: l(" prometeo-fonts-body-medium text-neutral-medium-default ", m), children: t }),
22
+ e && /* @__PURE__ */ a.jsx("h1", { className: l("prometeo-fonts-headline-small text-neutral-strong-default", r), children: e })
23
+ ] }),
24
+ i && /* @__PURE__ */ a.jsx("div", { className: "flex gap-4", children: i })
25
+ ]
26
+ }
27
+ )
28
+ }
29
+ ), x = d(c, (e, t) => e.title !== t.title || e.subtitle !== t.subtitle || e.className !== t.className ? !1 : e.children !== t.children ? !e.children && !t.children : !0);
30
+ export {
31
+ x as default
32
+ };
@@ -0,0 +1,26 @@
1
+ import { j as e } from "./jsx-runtime-GkKLlHH4.js";
2
+ import { memo as c } from "react";
3
+ import { c as r } from "./cn-B6yFEsav.js";
4
+ import { Check as i } from "./Icons/Check.es.js";
5
+ import { Error as n } from "./Icons/Error.es.js";
6
+ import { Info as d } from "./Icons/Info.es.js";
7
+ const m = (t) => {
8
+ const { variant: s, className: a } = t, l = {
9
+ default: "text-neutral-medium-default pt-[1px]",
10
+ error: "text-error-medium-default pt-[1px]",
11
+ success: "text-success-medium-default"
12
+ }, o = {
13
+ default: /* @__PURE__ */ e.jsx(d, { size: 16, className: "text-neutral-medium-default " }),
14
+ error: /* @__PURE__ */ e.jsx(n, { size: 16, className: "text-error-medium-default" }),
15
+ success: /* @__PURE__ */ e.jsx(i, { size: 16, className: "text-success-medium-default" })
16
+ };
17
+ return /* @__PURE__ */ e.jsx("div", { ref: t.ref, className: r("pl-3 mt-1", a), children: typeof t.children == "string" ? /* @__PURE__ */ e.jsxs("div", { className: "flex gap-0.5 items-start", children: [
18
+ o[s],
19
+ /* @__PURE__ */ e.jsx("p", { className: r(" prometeo-fonts-body-small", l[s]), children: t.children })
20
+ ] }) : t.children });
21
+ };
22
+ m.displayName = "HelperText";
23
+ const h = c(m);
24
+ export {
25
+ h as H
26
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/AccountCircle'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/AccountCircle'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/AccountCircle'
6
+ export {}
@@ -0,0 +1,21 @@
1
+ import { j as t } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as o } from "../iconUtils-D0lVAgGT.js";
3
+ const e = o(
4
+ ({ size: q = 24, className: T, ...m }) => /* @__PURE__ */ t.jsx(
5
+ "svg",
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...m,
9
+ viewBox: "0 -960 960 960",
10
+ width: q,
11
+ height: q,
12
+ fill: "currentColor",
13
+ className: T,
14
+ children: /* @__PURE__ */ t.jsx("path", { d: "M234-276q51-39 114-61.5T480-360q69 0 132 22.5T726-276q35-41 54.5-93T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 59 19.5 111t54.5 93Zm246-164q-59 0-99.5-40.5T340-580q0-59 40.5-99.5T480-720q59 0 99.5 40.5T620-580q0 59-40.5 99.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q53 0 100-15.5t86-44.5q-39-29-86-44.5T480-280q-53 0-100 15.5T294-220q39 29 86 44.5T480-160Zm0-360q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm0 360Z" })
15
+ }
16
+ )
17
+ );
18
+ export {
19
+ e as AccountCircle,
20
+ e as default
21
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Add'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Add'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Add'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as o } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as s } from "../iconUtils-D0lVAgGT.js";
3
+ const e = s(({ size: t = 24, className: r, ...h }) => /* @__PURE__ */ o.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...h,
8
+ viewBox: "0 -960 960 960",
9
+ width: t,
10
+ height: t,
11
+ fill: "currentColor",
12
+ className: r,
13
+ children: /* @__PURE__ */ o.jsx("path", { d: "M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z" })
14
+ }
15
+ ));
16
+ export {
17
+ e as Add,
18
+ e as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/ArrowLeft'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/ArrowLeft'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/ArrowLeft'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as t } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as e } from "../iconUtils-D0lVAgGT.js";
3
+ const h = e(({ size: r = 24, className: o, ...s }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...s,
8
+ viewBox: "0 -960 960 960",
9
+ width: r,
10
+ height: r,
11
+ fill: "currentColor",
12
+ className: o,
13
+ children: /* @__PURE__ */ t.jsx("path", { d: "M400-240 160-480l240-240 56 58-142 142h486v80H314l142 142-56 58Z" })
14
+ }
15
+ ));
16
+ export {
17
+ h as ArrowLeft,
18
+ h as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/ArrowUpDown'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/ArrowUpDown'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/ArrowUpDown'
6
+ export {}
@@ -0,0 +1,21 @@
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as l } from "../iconUtils-D0lVAgGT.js";
3
+ const h = l(
4
+ ({ size: o = 24, className: t, ...s }) => /* @__PURE__ */ r.jsx(
5
+ "svg",
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...s,
9
+ viewBox: "0 -960 960 960",
10
+ width: o,
11
+ height: o,
12
+ fill: "currentColor",
13
+ className: t,
14
+ children: /* @__PURE__ */ r.jsx("path", { d: "M320-440v-287L217-624l-57-56 200-200 200 200-57 56-103-103v287h-80ZM600-80 400-280l57-56 103 103v-287h80v287l103-103 57 56L600-80Z" })
15
+ }
16
+ )
17
+ );
18
+ export {
19
+ h as ArrowUpDown,
20
+ h as default
21
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/AttachFile'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/AttachFile'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/AttachFile'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as o } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as v } from "../iconUtils-D0lVAgGT.js";
3
+ const h = v(({ size: t = 24, className: r, ...q }) => /* @__PURE__ */ o.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...q,
8
+ viewBox: "0 -960 960 960",
9
+ width: t,
10
+ height: t,
11
+ fill: "currentColor",
12
+ className: r,
13
+ children: /* @__PURE__ */ o.jsx("path", { d: "M720-330q0 104-73 177T470-80q-104 0-177-73t-73-177v-370q0-75 52.5-127.5T400-880q75 0 127.5 52.5T580-700v350q0 46-32 78t-78 32q-46 0-78-32t-32-78v-370h80v370q0 13 8.5 21.5T470-320q13 0 21.5-8.5T500-350v-350q-1-42-29.5-71T400-800q-42 0-71 29t-29 71v370q-1 71 49 120.5T470-160q70 0 119-49.5T640-330v-390h80v390Z" })
14
+ }
15
+ ));
16
+ export {
17
+ h as AttachFile,
18
+ h as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Boards'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Boards'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Boards'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as v } from "../iconUtils-D0lVAgGT.js";
3
+ const e = v(({ size: o = 24, className: t, ...m }) => /* @__PURE__ */ r.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...m,
8
+ viewBox: "0 -960 960 960",
9
+ width: o,
10
+ height: o,
11
+ fill: "currentColor",
12
+ className: t,
13
+ children: /* @__PURE__ */ r.jsx("path", { d: "M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm360-80h100v-480H520v480Zm-180 0h100v-480H340v480Zm-180 0h100v-480H160v480Zm540 0h100v-480H700v480Z" })
14
+ }
15
+ ));
16
+ export {
17
+ e as Boards,
18
+ e as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Calendar'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Calendar'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Calendar'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as T } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as t } from "../iconUtils-D0lVAgGT.js";
3
+ const o = t(({ size: q = 24, className: m, ...r }) => /* @__PURE__ */ T.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...r,
8
+ viewBox: "0 -960 960 960",
9
+ width: q,
10
+ height: q,
11
+ fill: "currentColor",
12
+ className: m,
13
+ children: /* @__PURE__ */ T.jsx("path", { d: "M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z" })
14
+ }
15
+ ));
16
+ export {
17
+ o as Calendar,
18
+ o as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Cancel'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Cancel'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Cancel'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as t } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as L } from "../iconUtils-D0lVAgGT.js";
3
+ const m = L(({ size: C = 24, className: o, ...r }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: C,
8
+ height: C,
9
+ viewBox: "0 0 24 24",
10
+ fill: "currentColor",
11
+ ...r,
12
+ className: o,
13
+ children: /* @__PURE__ */ t.jsx("path", { d: "M8.4 17L12 13.4L15.6 17L17 15.6L13.4 12L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4L10.6 12L7 15.6L8.4 17ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" })
14
+ }
15
+ ));
16
+ export {
17
+ m as Cancel,
18
+ m as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Check'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Check'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Check'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as o } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as e } from "../iconUtils-D0lVAgGT.js";
3
+ const i = e(({ size: t = 24, className: r, ...s }) => /* @__PURE__ */ o.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: t,
8
+ height: t,
9
+ ...s,
10
+ className: r,
11
+ viewBox: "0 -960 960 960",
12
+ fill: "currentColor",
13
+ children: /* @__PURE__ */ o.jsx("path", { d: "M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z" })
14
+ }
15
+ ));
16
+ export {
17
+ i as Check,
18
+ i as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/CheckCircle'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/CheckCircle'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/CheckCircle'
6
+ export {}
@@ -0,0 +1,21 @@
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as e } from "../iconUtils-D0lVAgGT.js";
3
+ const i = e(
4
+ ({ size: C = 24, className: t, ...o }) => /* @__PURE__ */ r.jsx(
5
+ "svg",
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ width: C,
9
+ height: C,
10
+ viewBox: "0 0 24 24",
11
+ fill: "currentColor",
12
+ ...o,
13
+ className: t,
14
+ children: /* @__PURE__ */ r.jsx("path", { d: "M10.6 16.6L17.65 9.55L16.25 8.15L10.6 13.8L7.75 10.95L6.35 12.35L10.6 16.6ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" })
15
+ }
16
+ )
17
+ );
18
+ export {
19
+ i as CheckCircle,
20
+ i as default
21
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/CheckList'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/CheckList'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/CheckList'
6
+ export {}
@@ -0,0 +1,25 @@
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as L } from "../iconUtils-D0lVAgGT.js";
3
+ const m = L(({ size: t = 24, className: s, ...o }) => /* @__PURE__ */ r.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: t,
8
+ height: t,
9
+ viewBox: "0 -960 960 960",
10
+ fill: "currentColor",
11
+ ...o,
12
+ className: s,
13
+ children: /* @__PURE__ */ r.jsx(
14
+ "path",
15
+ {
16
+ d: "M286.5 -253.875L180 -360.375L222 -402.375L285.75 -338.625L413.25 -466.125L455.25 -423.375L286.5 -253.875ZM286.5 -493.875L180 -600.375L222 -642.375L285.75 -578.625L413.25 -706.125L455.25 -663.375L286.5 -493.875ZM510 -313.875V-373.875H780V-313.875H510ZM510 -553.875V-613.875H780V-553.875H510Z",
17
+ transform: "translate(480,-480) scale(1.45) translate(-480,480)"
18
+ }
19
+ )
20
+ }
21
+ ));
22
+ export {
23
+ m as CheckList,
24
+ m as default
25
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/ChevronDown'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/ChevronDown'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/ChevronDown'
6
+ export {}
@@ -0,0 +1,21 @@
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as e } from "../iconUtils-D0lVAgGT.js";
3
+ const h = e(
4
+ ({ size: o = 24, className: t, ...s }) => /* @__PURE__ */ r.jsx(
5
+ "svg",
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...s,
9
+ viewBox: "0 -960 960 960",
10
+ width: o,
11
+ height: o,
12
+ fill: "currentColor",
13
+ className: t,
14
+ children: /* @__PURE__ */ r.jsx("path", { d: "M480-345 240-585l56-56 184 183 184-183 56 56-240 240Z" })
15
+ }
16
+ )
17
+ );
18
+ export {
19
+ h as ChevronDown,
20
+ h as default
21
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Clock'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Clock'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Clock'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as t } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as q } from "../iconUtils-D0lVAgGT.js";
3
+ const e = q(({ size: o = 24, className: r, ...m }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...m,
8
+ viewBox: "0 -960 960 960",
9
+ width: o,
10
+ height: o,
11
+ fill: "currentColor",
12
+ className: r,
13
+ children: /* @__PURE__ */ t.jsx("path", { d: "m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z" })
14
+ }
15
+ ));
16
+ export {
17
+ e as Clock,
18
+ e as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Close'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Close'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Close'
6
+ export {}
@@ -0,0 +1,19 @@
1
+ import { j as t } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m } from "../iconUtils-D0lVAgGT.js";
3
+ const l = m(({ size: o = 24, className: r, ...s }) => /* @__PURE__ */ t.jsx(
4
+ "svg",
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...s,
8
+ viewBox: "0 -960 960 960",
9
+ width: o,
10
+ height: o,
11
+ fill: "currentColor",
12
+ className: r,
13
+ children: /* @__PURE__ */ t.jsx("path", { d: "m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z" })
14
+ }
15
+ ));
16
+ export {
17
+ l as Close,
18
+ l as default
19
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/CloseNavBarDesktop'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/CloseNavBarDesktop'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/CloseNavBarDesktop'
6
+ export {}
@@ -0,0 +1,36 @@
1
+ import { j as s } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as a } from "../iconUtils-D0lVAgGT.js";
3
+ const o = a(
4
+ ({ size: t = 24, className: r, ...e }) => /* @__PURE__ */ s.jsxs(
5
+ "svg",
6
+ {
7
+ width: t,
8
+ height: t,
9
+ viewBox: "0 0 24 24",
10
+ fill: "currentColor",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ...e,
13
+ className: r,
14
+ children: [
15
+ /* @__PURE__ */ s.jsx(
16
+ "mask",
17
+ {
18
+ id: "mask0_977_20941",
19
+ style: { maskType: "alpha" },
20
+ maskUnits: "userSpaceOnUse",
21
+ x: "0",
22
+ y: "0",
23
+ width: t,
24
+ height: t,
25
+ children: /* @__PURE__ */ s.jsx("rect", { width: "24", height: "24", fill: "#D9D9D9" })
26
+ }
27
+ ),
28
+ /* @__PURE__ */ s.jsx("g", { mask: "url(#mask0_977_20941)", children: /* @__PURE__ */ s.jsx("path", { d: "M11 17V7L6 12L11 17ZM13 21H15V3H13V21Z" }) })
29
+ ]
30
+ }
31
+ )
32
+ );
33
+ export {
34
+ o as CloseNavBarDesktop,
35
+ o as default
36
+ };
@@ -0,0 +1,6 @@
1
+ export * from './components/Collapse'
2
+ export {}
3
+ import PrometeoDesignSystem from './components/Collapse'
4
+ export default PrometeoDesignSystem
5
+ export * from './components/Collapse'
6
+ export {}