asma-core-ui 0.0.0 → 1.0.151-beta2

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 (313) hide show
  1. package/CHANGELOG.md +0 -1
  2. package/dist/asma-core-ui.es.js +20 -0
  3. package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +5 -0
  4. package/dist/src/components/custom/widget/icons/ChevronDownIcon.d.ts +2 -0
  5. package/dist/src/components/custom/widget/icons/ChevronUpIcon.d.ts +2 -0
  6. package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +26 -0
  7. package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +7 -0
  8. package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +2 -0
  9. package/dist/src/components/data-display/badge/StyledBadge.d.ts +5 -0
  10. package/dist/src/components/data-display/badge/index.d.ts +1 -0
  11. package/dist/src/components/data-display/chip/StyledChip.d.ts +5 -0
  12. package/dist/src/components/data-display/chip/index.d.ts +1 -0
  13. package/dist/src/components/data-display/form-label/components/StyledFormLabel.d.ts +3 -0
  14. package/dist/src/components/data-display/form-label/helpers/getStyles.d.ts +4 -0
  15. package/dist/src/components/data-display/form-label/index.d.ts +1 -0
  16. package/dist/src/components/data-display/form-label/types.d.ts +9 -0
  17. package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +2 -0
  18. package/dist/src/components/data-display/tooltip/index.d.ts +1 -0
  19. package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -0
  20. package/dist/src/components/data-display/typography/index.d.ts +1 -0
  21. package/dist/src/{snack-bar → components/feedback/alert}/StyledAlert.d.ts +0 -1
  22. package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -0
  23. package/dist/src/components/feedback/alert/index.d.ts +2 -0
  24. package/dist/src/components/feedback/dialog/StyledDialog.d.ts +11 -0
  25. package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +2 -0
  26. package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -0
  27. package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -0
  28. package/dist/src/components/feedback/dialog/index.d.ts +4 -0
  29. package/dist/src/components/feedback/empty-page/EmptyPageIcon.d.ts +2 -0
  30. package/dist/src/components/feedback/empty-page/StyledEmptyPage.d.ts +6 -0
  31. package/dist/src/components/feedback/loading/StyledLoading.d.ts +8 -0
  32. package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +3 -0
  33. package/dist/src/components/feedback/minimizable-dialog/MinimizableDialogV2.d.ts +26 -0
  34. package/dist/src/components/feedback/minimizable-dialog/components/CloseBtn.d.ts +7 -0
  35. package/dist/src/components/feedback/minimizable-dialog/components/MinimizeBtn.d.ts +8 -0
  36. package/dist/src/components/feedback/minimizable-dialog/index.d.ts +3 -0
  37. package/dist/src/components/feedback/minimizable-dialog/types.d.ts +36 -0
  38. package/dist/src/{snack-bar → components/feedback/snack-bar}/SnackbarProvider.d.ts +0 -1
  39. package/dist/src/{snack-bar → components/feedback/snack-bar}/StyledSnackbar.d.ts +0 -1
  40. package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +2 -0
  41. package/dist/src/components/icons/IconTemplate.d.ts +3 -0
  42. package/dist/src/components/icons/Icons.types.d.ts +12 -0
  43. package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +3 -0
  44. package/dist/src/components/icons/archive-icon/index.d.ts +1 -0
  45. package/dist/src/components/icons/arrow-expand/ArrowExpand.d.ts +2 -0
  46. package/dist/src/components/icons/arrow-expand/index.d.ts +1 -0
  47. package/dist/src/components/icons/arrow-shrink/ArrowShrink.d.ts +2 -0
  48. package/dist/src/components/icons/arrow-shrink/index.d.ts +1 -0
  49. package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +3 -0
  50. package/dist/src/components/icons/assignment/index.d.ts +1 -0
  51. package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +3 -0
  52. package/dist/src/components/icons/assignment-outline-icon/index.d.ts +1 -0
  53. package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +2 -0
  54. package/dist/src/components/icons/badge-icon/index.d.ts +1 -0
  55. package/dist/src/components/icons/bell-icon/BellIcon.d.ts +3 -0
  56. package/dist/src/components/icons/bell-icon/index.d.ts +1 -0
  57. package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +3 -0
  58. package/dist/src/components/icons/bell-outline-icon/index.d.ts +1 -0
  59. package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
  60. package/dist/src/components/icons/calendar-blank-outline-icon/index.d.ts +1 -0
  61. package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +3 -0
  62. package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +2 -0
  63. package/dist/src/components/icons/calendar-icon/index.d.ts +2 -0
  64. package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +3 -0
  65. package/dist/src/components/icons/calendar-range-icon/index.d.ts +1 -0
  66. package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +2 -0
  67. package/dist/src/components/icons/check-fact-icon/index.d.ts +1 -0
  68. package/dist/src/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +2 -0
  69. package/dist/src/components/icons/check-fact-outline-icon/index.d.ts +1 -0
  70. package/dist/src/components/icons/check-icon/CheckIcon.d.ts +3 -0
  71. package/dist/src/components/icons/check-icon/index.d.ts +1 -0
  72. package/dist/src/components/icons/check-outline-icon/index.d.ts +1 -0
  73. package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +3 -0
  74. package/dist/src/components/icons/checkbox-checked-icon/index.d.ts +1 -0
  75. package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +3 -0
  76. package/dist/src/components/icons/chevron-double-left-icon/index.d.ts +1 -0
  77. package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +3 -0
  78. package/dist/src/components/icons/chevron-double-right-icon/index.d.ts +1 -0
  79. package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +3 -0
  80. package/dist/src/components/icons/chevron-down-icon/index.d.ts +1 -0
  81. package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +3 -0
  82. package/dist/src/components/icons/chevron-left-icon/index.d.ts +1 -0
  83. package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +3 -0
  84. package/dist/src/components/icons/chevron-right-icon/index.d.ts +1 -0
  85. package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +3 -0
  86. package/dist/src/components/icons/chevron-up-icon/index.d.ts +1 -0
  87. package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
  88. package/dist/src/components/icons/clock-outline-icon/index.d.ts +1 -0
  89. package/dist/src/components/icons/close-icon/CloseIcon.d.ts +3 -0
  90. package/dist/src/components/icons/close-icon/index.d.ts +1 -0
  91. package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +2 -0
  92. package/dist/src/components/icons/consents-icon/index.d.ts +1 -0
  93. package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +3 -0
  94. package/dist/src/components/icons/dashboard-view-icon/index.d.ts +1 -0
  95. package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +3 -0
  96. package/dist/src/components/icons/dashboard-view-outline-icon/index.d.ts +1 -0
  97. package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +3 -0
  98. package/dist/src/components/icons/delete-outline-icon/index.d.ts +1 -0
  99. package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +3 -0
  100. package/dist/src/components/icons/dots-vertical-icon/index.d.ts +1 -0
  101. package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +3 -0
  102. package/dist/src/components/icons/download-icon/index.d.ts +1 -0
  103. package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +3 -0
  104. package/dist/src/components/icons/drag-horizontal-icon/index.d.ts +1 -0
  105. package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +3 -0
  106. package/dist/src/components/icons/drop-down-icon/index.d.ts +1 -0
  107. package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +3 -0
  108. package/dist/src/components/icons/drop-up-icon/index.d.ts +1 -0
  109. package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +3 -0
  110. package/dist/src/components/icons/dvr-icon/index.d.ts +1 -0
  111. package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +3 -0
  112. package/dist/src/components/icons/earth-icon/index.d.ts +1 -0
  113. package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +2 -0
  114. package/dist/src/components/icons/edit-square-icon/index.d.ts +1 -0
  115. package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +3 -0
  116. package/dist/src/components/icons/error-outline-icon/index.d.ts +1 -0
  117. package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +3 -0
  118. package/dist/src/components/icons/fast-check-outline-icon/index.d.ts +1 -0
  119. package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +3 -0
  120. package/dist/src/components/icons/file-pdf-icon/index.d.ts +1 -0
  121. package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +3 -0
  122. package/dist/src/components/icons/filter-icon/index.d.ts +1 -0
  123. package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +3 -0
  124. package/dist/src/components/icons/find-replace-icon/index.d.ts +1 -0
  125. package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +6 -0
  126. package/dist/src/components/icons/find-replace-people-icon/index.d.ts +1 -0
  127. package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +3 -0
  128. package/dist/src/components/icons/hamburger-icon/index.d.ts +1 -0
  129. package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +2 -0
  130. package/dist/src/components/icons/handyman-icon/index.d.ts +1 -0
  131. package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +2 -0
  132. package/dist/src/components/icons/handyman-outline-icon/index.d.ts +1 -0
  133. package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +3 -0
  134. package/dist/src/components/icons/inbox-outbox-icon/index.d.ts +1 -0
  135. package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +3 -0
  136. package/dist/src/components/icons/inbox-outbox-outline-icon/index.d.ts +1 -0
  137. package/dist/src/components/icons/index.d.ts +81 -0
  138. package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +2 -0
  139. package/dist/src/components/icons/keyboard-capslock-icon/index.d.ts +1 -0
  140. package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +3 -0
  141. package/dist/src/components/icons/link-outline-icon/index.d.ts +1 -0
  142. package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +3 -0
  143. package/dist/src/components/icons/list-numbered-icon/index.d.ts +1 -0
  144. package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +3 -0
  145. package/dist/src/components/icons/list-settings-line-icon/index.d.ts +1 -0
  146. package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +3 -0
  147. package/dist/src/components/icons/list-status-icon/index.d.ts +1 -0
  148. package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +3 -0
  149. package/dist/src/components/icons/loading-icon/index.d.ts +1 -0
  150. package/dist/src/components/icons/lock-icon/LockIcon.d.ts +3 -0
  151. package/dist/src/components/icons/lock-icon/index.d.ts +1 -0
  152. package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +3 -0
  153. package/dist/src/components/icons/message-processing-icon/index.d.ts +1 -0
  154. package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +3 -0
  155. package/dist/src/components/icons/message-processing-outline-icon/index.d.ts +1 -0
  156. package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +2 -0
  157. package/dist/src/components/icons/message-reply-icon/index.d.ts +1 -0
  158. package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +2 -0
  159. package/dist/src/components/icons/minimize-icon/index.d.ts +1 -0
  160. package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +3 -0
  161. package/dist/src/components/icons/outline-calendar-month/index.d.ts +1 -0
  162. package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +3 -0
  163. package/dist/src/components/icons/pdf-icon/index.d.ts +1 -0
  164. package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +3 -0
  165. package/dist/src/components/icons/pencil-outline-icon/index.d.ts +1 -0
  166. package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +3 -0
  167. package/dist/src/components/icons/people-icon/index.d.ts +1 -0
  168. package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +3 -0
  169. package/dist/src/components/icons/people-outline-icon/index.d.ts +1 -0
  170. package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +3 -0
  171. package/dist/src/components/icons/perm-media-icon/index.d.ts +1 -0
  172. package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +3 -0
  173. package/dist/src/components/icons/perm-media-outline-icon/index.d.ts +1 -0
  174. package/dist/src/components/icons/person-icon/PersonIcon.d.ts +3 -0
  175. package/dist/src/components/icons/person-icon/index.d.ts +1 -0
  176. package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +3 -0
  177. package/dist/src/components/icons/person-outline-icon/index.d.ts +1 -0
  178. package/dist/src/components/icons/pin-icon/PinIcon.d.ts +2 -0
  179. package/dist/src/components/icons/pin-icon/index.d.ts +1 -0
  180. package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +2 -0
  181. package/dist/src/components/icons/plus-icon/index.d.ts +1 -0
  182. package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +2 -0
  183. package/dist/src/components/icons/plus-icon-circle/index.d.ts +1 -0
  184. package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +3 -0
  185. package/dist/src/components/icons/qnr-icon/index.d.ts +1 -0
  186. package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +3 -0
  187. package/dist/src/components/icons/replay-icon/index.d.ts +1 -0
  188. package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +3 -0
  189. package/dist/src/components/icons/report-box-icon/index.d.ts +1 -0
  190. package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +3 -0
  191. package/dist/src/components/icons/report-box-outline-icon/index.d.ts +1 -0
  192. package/dist/src/components/icons/search-icon/SearchIcon.d.ts +3 -0
  193. package/dist/src/components/icons/search-icon/index.d.ts +1 -0
  194. package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +3 -0
  195. package/dist/src/components/icons/settings-icon/index.d.ts +1 -0
  196. package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +3 -0
  197. package/dist/src/components/icons/settings-menu-horizontal-icon/index.d.ts +1 -0
  198. package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +3 -0
  199. package/dist/src/components/icons/settings-outline-icon/index.d.ts +1 -0
  200. package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +3 -0
  201. package/dist/src/components/icons/text-box-check-outline-icon/index.d.ts +1 -0
  202. package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +3 -0
  203. package/dist/src/components/icons/topic-icon/index.d.ts +1 -0
  204. package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +3 -0
  205. package/dist/src/components/icons/unknown-document-outline-rounded-icon/index.d.ts +1 -0
  206. package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +2 -0
  207. package/dist/src/components/icons/warning-icon/index.d.ts +1 -0
  208. package/dist/src/components/icons/work-icon/WorkIcon.d.ts +2 -0
  209. package/dist/src/components/icons/work-icon/index.d.ts +1 -0
  210. package/dist/src/components/inputs/button/StyledButton.d.ts +40 -0
  211. package/dist/src/components/inputs/button/index.d.ts +1 -0
  212. package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +5 -0
  213. package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
  214. package/dist/src/components/inputs/input-field/StyledInputField.d.ts +15 -0
  215. package/dist/src/components/inputs/input-field/index.d.ts +2 -0
  216. package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +2 -0
  217. package/dist/src/components/inputs/label/StyledLabel.d.ts +9 -0
  218. package/dist/src/components/inputs/label/index.d.ts +1 -0
  219. package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +4 -0
  220. package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +4 -0
  221. package/dist/src/components/inputs/radio-button/index.d.ts +2 -0
  222. package/dist/src/components/inputs/rich-input/RichInput.d.ts +13 -0
  223. package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
  224. package/dist/src/components/inputs/select/StyledSelect.d.ts +18 -0
  225. package/dist/src/components/inputs/select/StyledSelectItem.d.ts +2 -0
  226. package/dist/src/components/inputs/select/index.d.ts +3 -0
  227. package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +2 -0
  228. package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +13 -0
  229. package/dist/src/components/inputs/select-autocomplete/index.d.ts +1 -0
  230. package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +2 -0
  231. package/dist/src/components/inputs/slider/StyledSlider.d.ts +5 -0
  232. package/dist/src/components/inputs/slider/index.d.ts +1 -0
  233. package/dist/src/components/inputs/switch/StyledSwitch.d.ts +5 -0
  234. package/dist/src/components/inputs/switch/index.d.ts +1 -0
  235. package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +58 -0
  236. package/dist/src/components/inputs/textarea/index.d.ts +1 -0
  237. package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +1 -0
  238. package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -0
  239. package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -0
  240. package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +3 -0
  241. package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -0
  242. package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -0
  243. package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +3 -0
  244. package/dist/src/components/navigation/drawer/index.d.ts +1 -0
  245. package/dist/src/components/navigation/link/StyledLink.d.ts +21 -0
  246. package/dist/src/components/navigation/link/index.d.ts +1 -0
  247. package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -0
  248. package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -0
  249. package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -0
  250. package/dist/src/components/navigation/menu/index.d.ts +4 -0
  251. package/dist/src/components/navigation/tabs/StyledTab.d.ts +3 -0
  252. package/dist/src/components/navigation/tabs/StyledTabs.d.ts +3 -0
  253. package/dist/src/components/navigation/tabs/index.d.ts +2 -0
  254. package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +2 -0
  255. package/dist/src/components/pickers/date-picker/components/DatePickerInputIndex.d.ts +13 -0
  256. package/dist/src/components/pickers/date-picker/components/DatePickerInputRange.d.ts +5 -0
  257. package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
  258. package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +5 -0
  259. package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +8 -0
  260. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +7 -0
  261. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +11 -0
  262. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +3 -0
  263. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +3 -0
  264. package/dist/src/components/pickers/date-picker/helpers.d.ts +3 -0
  265. package/dist/src/components/pickers/date-picker/index.d.ts +1 -0
  266. package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +5 -0
  267. package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +2 -0
  268. package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +2 -0
  269. package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +2 -0
  270. package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +2 -0
  271. package/dist/src/components/pickers/date-picker/types.d.ts +46 -0
  272. package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +3 -0
  273. package/dist/src/components/pickers/time-picker/TimePickerInput.d.ts +9 -0
  274. package/dist/src/components/pickers/time-picker/TimePickerPopper.d.ts +7 -0
  275. package/dist/src/components/pickers/time-picker/components/HelperText.d.ts +7 -0
  276. package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +5 -0
  277. package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +6 -0
  278. package/dist/src/components/pickers/time-picker/helpers/getTimeFromValue.d.ts +1 -0
  279. package/dist/src/components/pickers/time-picker/index.d.ts +1 -0
  280. package/dist/src/components/pickers/time-picker/types.d.ts +14 -0
  281. package/dist/src/components/utils/accordion/StyledAccordion.d.ts +2 -0
  282. package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +2 -0
  283. package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +2 -0
  284. package/dist/src/components/utils/accordion/index.d.ts +3 -0
  285. package/dist/src/components/utils/filter-menu/StyledFilterButton.d.ts +12 -0
  286. package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +26 -0
  287. package/dist/src/components/utils/filter-menu/index.d.ts +2 -0
  288. package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
  289. package/dist/src/components/utils/popover/index.d.ts +1 -0
  290. package/dist/src/helpers/cn.d.ts +2 -0
  291. package/dist/src/helpers/date.helper.d.ts +2 -0
  292. package/dist/src/helpers/index.d.ts +3 -0
  293. package/dist/src/helpers/prepareForSlot.d.ts +5 -0
  294. package/dist/src/helpers/reflections.helper.d.ts +1 -1
  295. package/dist/src/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
  296. package/dist/src/hooks/useWindowWidthSize.hook.d.ts +5 -0
  297. package/dist/src/index.d.ts +38 -13
  298. package/dist/tailwind.config.d.ts +14 -1
  299. package/package.json +17 -11
  300. package/tw-configs/twConfigs.json +14 -3
  301. package/dist/asma-ui-notistack.es.js +0 -1
  302. package/dist/internal-1dc85b6b.js +0 -19
  303. package/dist/src/internal.d.ts +0 -1
  304. /package/dist/src/{snack-bar → components/feedback/snack-bar}/StyledAlertSnackbar.d.ts +0 -0
  305. /package/dist/src/{snack-bar → components/feedback/snack-bar}/components/StyledInfoSnackbar.d.ts +0 -0
  306. /package/dist/src/{snack-bar → components/feedback/snack-bar}/components/processMessageError.d.ts +0 -0
  307. /package/dist/src/{snack-bar → components/feedback/snack-bar}/components/processMessageInfo.d.ts +0 -0
  308. /package/dist/src/{snack-bar → components/feedback/snack-bar}/components/types.d.ts +0 -0
  309. /package/dist/src/{snack-bar → components/feedback/snack-bar}/index.d.ts +0 -0
  310. /package/dist/src/{snack-bar → components/feedback/snack-bar}/message.d.ts +0 -0
  311. /package/dist/src/{snack-bar → components/feedback/snack-bar}/processAlertSnackBar.d.ts +0 -0
  312. /package/dist/src/{snack-bar → components/feedback/snack-bar}/processInfoSnackbar.d.ts +0 -0
  313. /package/dist/src/{snack-bar → components/icons/check-outline-icon}/CheckOutlineIcon.d.ts +0 -0
@@ -0,0 +1,4 @@
1
+ import { type RadioGroupProps } from '@mui/material';
2
+ export declare const StyledRadioGroup: ({ dataTest, ...props }: RadioGroupProps & {
3
+ dataTest: string;
4
+ }) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './StyledRadio';
2
+ export * from './StyledRadioGroup';
@@ -0,0 +1,13 @@
1
+ import type { FC } from 'react';
2
+ import ReactQuill from 'react-quill';
3
+ export interface IRichInput extends ReactQuill.ReactQuillProps {
4
+ disabled?: boolean;
5
+ label?: string;
6
+ isRequired?: boolean;
7
+ is_error?: boolean;
8
+ helperText?: string;
9
+ dataTest: string;
10
+ ghost?: boolean;
11
+ }
12
+ declare const RichInput: FC<IRichInput>;
13
+ export { RichInput };
@@ -0,0 +1 @@
1
+ export * from './RichInput';
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ import { type SelectProps } from '@mui/material';
3
+ /**
4
+ *
5
+ * @usage
6
+ * use StyleSelect only inside StyledFormControl
7
+ *
8
+ * @size
9
+ * control the size through StyledFormControl
10
+ *
11
+ * @inputRef
12
+ * inputRef to get Node of Input Element inside
13
+ *
14
+ */
15
+ export declare const StyledSelect: React.FC<SelectProps & {
16
+ allowClear?: boolean;
17
+ dataTest: string;
18
+ }>;
@@ -0,0 +1,2 @@
1
+ import { type MenuItemProps } from '@mui/material';
2
+ export declare const StyledSelectItem: (item: MenuItemProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from './StyledSelect';
2
+ export * from './StyledSelectItem';
3
+ export { type SelectChangeEvent } from '@mui/material';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledSelectExample: React.FC;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { type AutocompleteProps, type ChipTypeMap } from '@mui/material';
3
+ /**
4
+ *
5
+ * @inputRef
6
+ * inputRef to get Node of Input Element inside
7
+ *
8
+ */
9
+ export declare function StyledSelectAutocomplete<T, Multiple extends boolean | undefined = false, DisableClearable extends boolean | undefined = false, FreeSolo extends boolean | undefined = false, ChipComponent extends React.ElementType = ChipTypeMap['defaultComponent']>({ dataTest, autoHeight, getOptionLabel, ...props }: AutocompleteProps<T, Multiple, DisableClearable, FreeSolo, ChipComponent> & {
10
+ dataTest: string;
11
+ autoHeight?: boolean;
12
+ getOptionLabel?: (option: T) => string;
13
+ }): JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './StyledSelectAutocomplete';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledSelectAutocompleteExample: React.FC;
@@ -0,0 +1,5 @@
1
+ import { type SliderProps } from '@mui/material';
2
+ export interface StyledSliderProps extends SliderProps {
3
+ dataTest: string;
4
+ }
5
+ export declare const StyledSlider: ({ dataTest, ...props }: StyledSliderProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './StyledSlider';
@@ -0,0 +1,5 @@
1
+ import { type SwitchProps as _SwitchProps } from '@mui/material';
2
+ export type SwitchProps = _SwitchProps;
3
+ export declare const StyledSwitch: ({ dataTest, ...props }: _SwitchProps & {
4
+ dataTest: string;
5
+ }) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './StyledSwitch';
@@ -0,0 +1,58 @@
1
+ import React, { type ChangeEvent, type ReactNode } from 'react';
2
+ type TextareaCommonProps = {
3
+ id?: string;
4
+ value?: string;
5
+ label?: ReactNode;
6
+ labelClassName?: string;
7
+ description?: ReactNode;
8
+ containerClassName?: string;
9
+ className?: string;
10
+ dataTest?: string;
11
+ };
12
+ type TextAreaNotEditableProps = {
13
+ variant?: 'not_editable' | 'view_only';
14
+ minRows?: never;
15
+ maxRows?: never;
16
+ disabled?: never;
17
+ placeholder?: never;
18
+ error?: never;
19
+ errorMessage?: never;
20
+ onChange?: never;
21
+ maxLength?: never;
22
+ counter?: never;
23
+ refLink?: never;
24
+ counterLimit?: never;
25
+ };
26
+ type TextAreaActiveProps = {
27
+ variant?: 'active';
28
+ minRows?: number;
29
+ maxRows?: number;
30
+ disabled?: boolean;
31
+ placeholder?: string;
32
+ onChange?: (e: ChangeEvent<HTMLTextAreaElement>) => void;
33
+ error?: boolean;
34
+ errorMessage?: string;
35
+ maxLength?: number;
36
+ counter?: boolean;
37
+ refLink?: React.RefObject<HTMLTextAreaElement> | null | undefined;
38
+ counterLimit?: number;
39
+ };
40
+ type TextareaConditionalProps = TextAreaActiveProps | TextAreaNotEditableProps;
41
+ type StyledTextAreaProps = React.TextareaHTMLAttributes<HTMLTextAreaElement> & TextareaCommonProps & TextareaConditionalProps;
42
+ /**
43
+ * Developer: bularga.alexandru@carasent.com
44
+ *
45
+ * Custom props:
46
+ * @param variant - 'not_editable' | 'view_only' | 'active'
47
+ * @param error - boolean
48
+ * @param errorMessage - string
49
+ * @param minRows - number
50
+ * @param maxRows - number
51
+ * @param counter - number
52
+ * @param maxLength - number
53
+ * @param refLink - ref to component
54
+ * @param dataTest - data-test tag
55
+ *
56
+ */
57
+ export declare const StyledTextarea: React.FC<StyledTextAreaProps>;
58
+ export {};
@@ -0,0 +1 @@
1
+ export * from './StyledTextarea';
@@ -0,0 +1 @@
1
+ export declare const useAutosizeTextArea: (textAreaRef: HTMLTextAreaElement | null, value: string, minRows: number, maxRows: number, mounted: boolean, counterEnabled?: boolean) => void;
@@ -0,0 +1,2 @@
1
+ import { type FormControlProps } from '@mui/material';
2
+ export declare const StyledFormControl: (props: FormControlProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type FormControlLabelProps } from '@mui/material';
2
+ export declare const StyledFormControlLabel: (props: FormControlLabelProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { type FormGroupProps } from '@mui/material';
3
+ export declare const StyledFormGroup: React.FC<FormGroupProps>;
@@ -0,0 +1,2 @@
1
+ import { type FormHelperTextProps } from '@mui/material';
2
+ export declare const StyledFormHelperText: (props: FormHelperTextProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type InputLabelProps } from '@mui/material';
2
+ export declare const StyledInputLabel: (props: InputLabelProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { type DrawerProps } from '@mui/material';
2
+ import type { FC } from 'react';
3
+ export declare const StyledDrawer: FC<DrawerProps>;
@@ -0,0 +1 @@
1
+ export * from './StyledDrawer';
@@ -0,0 +1,21 @@
1
+ import React, { type AnchorHTMLAttributes, type ReactNode } from 'react';
2
+ export type StyledLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
3
+ disabled?: boolean;
4
+ size?: 'small' | 'large' | 'xs';
5
+ reflink?: React.Ref<HTMLAnchorElement>;
6
+ dataTest?: string;
7
+ content?: ReactNode;
8
+ contentNode?: ReactNode;
9
+ };
10
+ /**
11
+ * Developer: bularga.alexandru@carasent.com
12
+ *
13
+ * Custom props:
14
+ * @param content - content of the link - deprecated, has conflicts with HTMLAnchorElement content option
15
+ * @param contentNode - content of the link
16
+ * @param disabled = disabled
17
+ * @param size - 'large' | 'small'
18
+ * @param refLink - ref to component
19
+ * @param dataTest - data-test tag
20
+ */
21
+ export declare const StyledLink: React.FC<StyledLinkProps>;
@@ -0,0 +1 @@
1
+ export * from './StyledLink';
@@ -0,0 +1,2 @@
1
+ import { type MenuProps } from '@mui/material';
2
+ export declare const StyledMenu: (props: MenuProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type MenuItemProps } from '@mui/material';
2
+ export declare const StyledMenuItem: (props: MenuItemProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type MenuListProps } from '@mui/material';
2
+ export declare const StyledMenuList: (props: MenuListProps) => JSX.Element;
@@ -0,0 +1,4 @@
1
+ export * from './StyledMenu';
2
+ export * from './StyledMenuItem';
3
+ export * from './StyledMenuList';
4
+ export { type MenuProps } from '@mui/material';
@@ -0,0 +1,3 @@
1
+ import { type TabProps } from '@mui/material';
2
+ import type { FC } from 'react';
3
+ export declare const StyledTab: FC<TabProps>;
@@ -0,0 +1,3 @@
1
+ import { type TabsProps } from '@mui/material';
2
+ import type { FC } from 'react';
3
+ export declare const StyledTabs: FC<TabsProps>;
@@ -0,0 +1,2 @@
1
+ export * from './StyledTab';
2
+ export * from './StyledTabs';
@@ -0,0 +1,2 @@
1
+ import type { DatePickerProps } from './types';
2
+ export declare const StyledDatePicker: (props: DatePickerProps) => JSX.Element;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import type { DatePickerProps } from '../types';
3
+ /**
4
+ *
5
+ * @remarks error and helper text will work only for Single
6
+ *
7
+ * Custom props:
8
+ * @param error - boolean
9
+ * @param helperText - ReactNode
10
+ */
11
+ export declare const DatePickerInputIndex: React.FC<DatePickerProps & {
12
+ onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
13
+ }>;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { DatePickerProps } from '../types';
3
+ export declare const DatePickerInputRange: React.FC<DatePickerProps & {
4
+ onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { DatePickerProps } from '../types';
3
+ export declare const DatePickerInputRangeCompact: React.FC<DatePickerProps & {
4
+ onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
5
+ }>;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { DatePickerProps } from '../types';
3
+ export declare const DatePickerInputSingle: React.FC<DatePickerProps & {
4
+ onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
5
+ }>;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import type { DatePickerProps } from '../types';
3
+ import { type PopoverProps } from '@mui/material';
4
+ export declare const StyledCalendarPicker: React.FC<{
5
+ datePickerProps: DatePickerProps;
6
+ popoverProps: PopoverProps;
7
+ positionAbove: boolean;
8
+ }>;
@@ -0,0 +1,7 @@
1
+ import { type CaptionProps } from 'react-day-picker';
2
+ import { type Dispatch, type SetStateAction } from 'react';
3
+ export declare function CustomCaption(props: CaptionProps & {
4
+ month: Date | undefined;
5
+ setMonth: Dispatch<SetStateAction<Date | undefined>>;
6
+ isNb: boolean;
7
+ }): JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { type Matcher } from 'react-day-picker';
2
+ import type { Dispatch, SetStateAction } from 'react';
3
+ export declare const StyledCalendarPickerFooter: React.FC<{
4
+ onClose: ((event: object, reason: 'backdropClick' | 'escapeKeyDown') => void) | undefined;
5
+ isNb: boolean;
6
+ selected: Matcher | Matcher[] | undefined;
7
+ removeSelection: (e: React.MouseEvent) => void;
8
+ onClear: (() => void) | undefined;
9
+ month: Date | undefined;
10
+ setMonth: Dispatch<SetStateAction<Date | undefined>>;
11
+ }>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { type DropdownProps } from 'react-day-picker';
3
+ export declare const StyledCalendarPickerSelectMonth: React.FC<DropdownProps>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { type DropdownProps } from 'react-day-picker';
3
+ export declare const StyledCalendarPickerSelectYear: React.FC<DropdownProps>;
@@ -0,0 +1,3 @@
1
+ import type { Dispatch, SetStateAction } from 'react';
2
+ export declare const getValue: (date?: Date, dateFormat?: string) => string;
3
+ export declare const setPickerPosition: (e: React.MouseEvent<HTMLDivElement>, setPositionAbove: Dispatch<SetStateAction<boolean>>) => void;
@@ -0,0 +1 @@
1
+ export * from './StyledDatePicker';
@@ -0,0 +1,5 @@
1
+ import type { ReactNode } from 'react';
2
+ export declare const DatePickerContainer: React.FC<{
3
+ title: string;
4
+ node: ReactNode;
5
+ }>;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const NestedRangePickerExample: React.FC;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const RangePickerCompactExample: React.FC;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const RangePickerExample: React.FC;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const SinglePickerExample: React.FC;
@@ -0,0 +1,46 @@
1
+ /// <reference types="react" />
2
+ import type { DayPicker, Matcher } from 'react-day-picker';
3
+ export type CalendarProps = React.ComponentProps<typeof DayPicker>;
4
+ type CommonDatePickerProps = {
5
+ dateFormat?: string;
6
+ className?: string;
7
+ inputClassName?: string;
8
+ onClear?: () => void;
9
+ allowClear?: boolean;
10
+ disabledDays?: Matcher | Matcher[];
11
+ dataTest: string;
12
+ helperText?: React.ReactNode;
13
+ error?: boolean;
14
+ } & CalendarProps;
15
+ type DefaultSingleProps = {
16
+ mode: 'single';
17
+ compact?: never;
18
+ placeholder?: string;
19
+ placeholderFrom?: never;
20
+ placeholderTo?: never;
21
+ label?: string;
22
+ labelFrom?: never;
23
+ labelTo?: never;
24
+ };
25
+ type DefaultRangeProps = {
26
+ mode: 'range';
27
+ compact?: never;
28
+ placeholder?: string;
29
+ placeholderFrom?: never;
30
+ placeholderTo?: never;
31
+ label?: string;
32
+ labelFrom?: never;
33
+ labelTo?: never;
34
+ };
35
+ type CompactRangeProps = {
36
+ mode: 'range';
37
+ compact: true;
38
+ placeholder?: never;
39
+ placeholderFrom?: string;
40
+ placeholderTo?: string;
41
+ label?: never;
42
+ labelFrom?: string;
43
+ labelTo?: string;
44
+ };
45
+ export type DatePickerProps = CommonDatePickerProps & (CompactRangeProps | DefaultRangeProps | DefaultSingleProps);
46
+ export {};
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { StyledTimePickerProps } from './types';
3
+ export declare const StyledTimePicker: React.FC<StyledTimePickerProps>;
@@ -0,0 +1,9 @@
1
+ import type { StyledTimePickerProps } from './types';
2
+ import { type PopupState } from 'material-ui-popup-state/hooks';
3
+ import type { ChangeEvent } from 'react';
4
+ export declare const TimePickerInput: React.FC<StyledTimePickerProps & {
5
+ popupState: PopupState;
6
+ handleChange: (e: ChangeEvent<HTMLTextAreaElement | HTMLInputElement>) => void;
7
+ isValidTime: boolean;
8
+ localValue: string;
9
+ }>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type PopupState } from 'material-ui-popup-state/hooks';
3
+ import type { StyledTimePickerProps } from './types';
4
+ export declare const TimePickerPopper: React.FC<StyledTimePickerProps & {
5
+ popupState: PopupState;
6
+ handleClear: () => void;
7
+ }>;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare const HelperText: React.FC<{
3
+ isValidTime: boolean;
4
+ error?: boolean;
5
+ localization: 'en' | 'no';
6
+ helperText?: string;
7
+ }>;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { StyledTimePickerProps } from '../types';
3
+ type TimePickerBodyProps = Omit<StyledTimePickerProps, 'placeholder' | 'disabled' | 'inputClassName'>;
4
+ export declare const TimePickerBody: React.FC<Omit<TimePickerBodyProps, 'anchorOrigin'>>;
5
+ export {};
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import type { StyledTimePickerProps } from '../types';
3
+ export type TimePickerColumnProps = Omit<StyledTimePickerProps, 'placeholder' | 'disabled' | 'inputClassName' | 'dataTest'> & {
4
+ type: 'hours' | 'minutes';
5
+ };
6
+ export declare const TimePickerColumn: React.FC<TimePickerColumnProps>;
@@ -0,0 +1 @@
1
+ export declare const getTimeFromValue: (value: string) => Date | null;
@@ -0,0 +1 @@
1
+ export * from './StyledTimePicker';
@@ -0,0 +1,14 @@
1
+ export type StyledTimePickerProps = {
2
+ placeholder?: string;
3
+ disabled?: boolean;
4
+ inputClassName?: string;
5
+ value?: Date;
6
+ onSelect: (date: Date | undefined) => void;
7
+ dataTest: string;
8
+ width?: number;
9
+ error?: boolean;
10
+ helperText?: string;
11
+ label?: string;
12
+ locale?: 'no' | 'en';
13
+ name?: string;
14
+ };
@@ -0,0 +1,2 @@
1
+ import { type AccordionProps } from '@mui/material';
2
+ export declare const StyledAccordion: (props: AccordionProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type AccordionDetailsProps } from '@mui/material';
2
+ export declare const StyledAccordionDetails: (props: AccordionDetailsProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { type AccordionSummaryProps } from '@mui/material';
2
+ export declare const StyledAccordionSummary: (props: AccordionSummaryProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ export * from './StyledAccordion';
2
+ export * from './StyledAccordionSummary';
3
+ export * from './StyledAccordionDetails';
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import { type StyledButtonProps } from '../../inputs/button';
3
+ /**
4
+ * Custom props:
5
+ * @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
6
+ */
7
+ type StyledFilterMenuProps = {
8
+ filterIsActive: boolean;
9
+ label?: string;
10
+ };
11
+ export declare const StyledFilterButton: React.FC<StyledButtonProps & StyledFilterMenuProps>;
12
+ export {};
@@ -0,0 +1,26 @@
1
+ import React, { type ReactNode } from 'react';
2
+ import type { PopoverProps } from '@mui/material';
3
+ /**
4
+ * Custom props:
5
+ * @param filterIsActive - needed to determine whether or not to show the dot in the top right corner indicating some changes were made
6
+ * @param popoverContent
7
+ */
8
+ type StyledFilterMenuProps = {
9
+ dataTest: string;
10
+ filterIsActive: boolean;
11
+ popoverContent: ((props: {
12
+ isOpen: boolean;
13
+ onClose: () => void;
14
+ }) => ReactNode) | ReactNode;
15
+ disabled?: boolean;
16
+ size?: 'small' | 'large' | 'medium';
17
+ variant?: 'contained' | 'outlined' | 'text' | 'textGray';
18
+ popoverProps?: Omit<PopoverProps, 'open' | 'anchorEl' | 'onClose'>;
19
+ anchorNode?: (props: {
20
+ isOpen: boolean;
21
+ onClose: () => void;
22
+ }) => ReactNode;
23
+ label?: string;
24
+ };
25
+ export declare const StyledFilterMenu: React.FC<StyledFilterMenuProps>;
26
+ export {};
@@ -0,0 +1,2 @@
1
+ export * from './StyledFilterButton';
2
+ export * from './StyledFilterMenu';
@@ -0,0 +1,2 @@
1
+ import { type PopoverProps } from '@mui/material';
2
+ export declare const StyledPopover: (props: PopoverProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './StyledPopover';
@@ -0,0 +1,2 @@
1
+ import { type ClassValue } from 'clsx';
2
+ export declare function cn(...inputs: ClassValue[]): string;
@@ -0,0 +1,2 @@
1
+ export declare const setMidnightTime: (date: Date) => Date;
2
+ export declare const setZeroTime: (date: Date) => Date;
@@ -0,0 +1,3 @@
1
+ export * from './reflections.helper';
2
+ export * from './date.helper';
3
+ export * from './prepareForSlot';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ /**
3
+ * When inserting a component from a third-party library into a slot, you may encounter this warning: "React does not recognize the ownerState prop on a DOM element." This is because the custom component isn't prepared to receive the ownerState like a built-in library component would be.
4
+ */
5
+ export declare function prepareForSlot<ComponentType extends React.ElementType>(Component: ComponentType): import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<import("react").ComponentProps<ComponentType>> & import("react").RefAttributes<HTMLElement>>;
@@ -1 +1 @@
1
- export declare const omit: <T extends object, K extends keyof T>(obj: T, keys: ReadonlyArray<K>) => Omit<T, K>;
1
+ export declare const omit: <T extends object, K extends keyof T>(obj: T, keys: readonly K[]) => Omit<T, K>;
@@ -0,0 +1,6 @@
1
+ export declare const useToggleMenuVisibility: () => {
2
+ open: boolean;
3
+ handleClose: () => void;
4
+ handleOpen: (event: React.MouseEvent<HTMLElement | SVGSVGElement>) => void;
5
+ anchorEl: HTMLElement | SVGSVGElement | null;
6
+ };
@@ -0,0 +1,5 @@
1
+ export declare function useWindowWidthSize(): number;
2
+ export declare const mobileView: (windowWidth: number | undefined) => boolean;
3
+ export declare function useIsMobileView(): boolean;
4
+ export declare function useIsTabletView(): boolean;
5
+ export declare const tabletView: (windowWidth: number | undefined) => boolean;