asma-ui-datetime 0.0.0

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 (324) hide show
  1. package/CHANGELOG.md +687 -0
  2. package/Readme.md +76 -0
  3. package/dist/asma-core-ui.es.js +47 -0
  4. package/dist/index.d.ts +1 -0
  5. package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +5 -0
  6. package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +16 -0
  7. package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +5 -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/tooltip/StyledTooltip.d.ts +2 -0
  14. package/dist/src/components/data-display/tooltip/index.d.ts +1 -0
  15. package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -0
  16. package/dist/src/components/data-display/typography/index.d.ts +1 -0
  17. package/dist/src/components/feedback/alert/StyledAlert.d.ts +2 -0
  18. package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -0
  19. package/dist/src/components/feedback/alert/index.d.ts +2 -0
  20. package/dist/src/components/feedback/dialog/StyledDialog.d.ts +10 -0
  21. package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +2 -0
  22. package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -0
  23. package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -0
  24. package/dist/src/components/feedback/dialog/index.d.ts +4 -0
  25. package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +20 -0
  26. package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +32 -0
  27. package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +11 -0
  28. package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -0
  29. package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +12 -0
  30. package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +3 -0
  31. package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +3 -0
  32. package/dist/src/components/feedback/snack-bar/components/types.d.ts +10 -0
  33. package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +2 -0
  34. package/dist/src/components/feedback/snack-bar/index.d.ts +6 -0
  35. package/dist/src/components/feedback/snack-bar/message.d.ts +17 -0
  36. package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +1 -0
  37. package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +1 -0
  38. package/dist/src/components/icons/IconTemplate.d.ts +3 -0
  39. package/dist/src/components/icons/Icons.d.ts +5 -0
  40. package/dist/src/components/icons/Icons.types.d.ts +12 -0
  41. package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +3 -0
  42. package/dist/src/components/icons/archive-icon/index.d.ts +1 -0
  43. package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +3 -0
  44. package/dist/src/components/icons/assignment/index.d.ts +1 -0
  45. package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +3 -0
  46. package/dist/src/components/icons/assignment-outline-icon/index.d.ts +1 -0
  47. package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +2 -0
  48. package/dist/src/components/icons/badge-icon/index.d.ts +1 -0
  49. package/dist/src/components/icons/bell-icon/BellIcon.d.ts +3 -0
  50. package/dist/src/components/icons/bell-icon/index.d.ts +1 -0
  51. package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +3 -0
  52. package/dist/src/components/icons/bell-outline-icon/index.d.ts +1 -0
  53. package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
  54. package/dist/src/components/icons/calendar-blank-outline-icon/index.d.ts +1 -0
  55. package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +3 -0
  56. package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +2 -0
  57. package/dist/src/components/icons/calendar-icon/index.d.ts +2 -0
  58. package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +3 -0
  59. package/dist/src/components/icons/calendar-range-icon/index.d.ts +1 -0
  60. package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +2 -0
  61. package/dist/src/components/icons/check-fact-icon/index.d.ts +1 -0
  62. package/dist/src/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +2 -0
  63. package/dist/src/components/icons/check-fact-outline-icon/index.d.ts +1 -0
  64. package/dist/src/components/icons/check-icon/CheckIcon.d.ts +3 -0
  65. package/dist/src/components/icons/check-icon/index.d.ts +1 -0
  66. package/dist/src/components/icons/check-outline-icon/CheckOutlineIcon.d.ts +2 -0
  67. package/dist/src/components/icons/check-outline-icon/index.d.ts +1 -0
  68. package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +3 -0
  69. package/dist/src/components/icons/checkbox-checked-icon/index.d.ts +1 -0
  70. package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +3 -0
  71. package/dist/src/components/icons/chevron-double-left-icon/index.d.ts +1 -0
  72. package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +3 -0
  73. package/dist/src/components/icons/chevron-double-right-icon/index.d.ts +1 -0
  74. package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +3 -0
  75. package/dist/src/components/icons/chevron-down-icon/index.d.ts +1 -0
  76. package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +3 -0
  77. package/dist/src/components/icons/chevron-left-icon/index.d.ts +1 -0
  78. package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +3 -0
  79. package/dist/src/components/icons/chevron-right-icon/index.d.ts +1 -0
  80. package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +3 -0
  81. package/dist/src/components/icons/chevron-up-icon/index.d.ts +1 -0
  82. package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
  83. package/dist/src/components/icons/clock-outline-icon/index.d.ts +1 -0
  84. package/dist/src/components/icons/close-icon/CloseIcon.d.ts +3 -0
  85. package/dist/src/components/icons/close-icon/index.d.ts +1 -0
  86. package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +2 -0
  87. package/dist/src/components/icons/consents-icon/index.d.ts +1 -0
  88. package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +3 -0
  89. package/dist/src/components/icons/dashboard-view-icon/index.d.ts +1 -0
  90. package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +3 -0
  91. package/dist/src/components/icons/dashboard-view-outline-icon/index.d.ts +1 -0
  92. package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +3 -0
  93. package/dist/src/components/icons/delete-outline-icon/index.d.ts +1 -0
  94. package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +3 -0
  95. package/dist/src/components/icons/dots-vertical-icon/index.d.ts +1 -0
  96. package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +3 -0
  97. package/dist/src/components/icons/download-icon/index.d.ts +1 -0
  98. package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +3 -0
  99. package/dist/src/components/icons/drag-horizontal-icon/index.d.ts +1 -0
  100. package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +3 -0
  101. package/dist/src/components/icons/drop-down-icon/index.d.ts +1 -0
  102. package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +3 -0
  103. package/dist/src/components/icons/drop-up-icon/index.d.ts +1 -0
  104. package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +3 -0
  105. package/dist/src/components/icons/dvr-icon/index.d.ts +1 -0
  106. package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +3 -0
  107. package/dist/src/components/icons/earth-icon/index.d.ts +1 -0
  108. package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +2 -0
  109. package/dist/src/components/icons/edit-square-icon/index.d.ts +1 -0
  110. package/dist/src/components/icons/empty-page-icon/EmptyPageIcon.d.ts +3 -0
  111. package/dist/src/components/icons/empty-page-icon/index.d.ts +1 -0
  112. package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +3 -0
  113. package/dist/src/components/icons/error-outline-icon/index.d.ts +1 -0
  114. package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +3 -0
  115. package/dist/src/components/icons/fast-check-outline-icon/index.d.ts +1 -0
  116. package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +3 -0
  117. package/dist/src/components/icons/file-pdf-icon/index.d.ts +1 -0
  118. package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +3 -0
  119. package/dist/src/components/icons/filter-icon/index.d.ts +1 -0
  120. package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +3 -0
  121. package/dist/src/components/icons/find-replace-icon/index.d.ts +1 -0
  122. package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +6 -0
  123. package/dist/src/components/icons/find-replace-people-icon/index.d.ts +1 -0
  124. package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +3 -0
  125. package/dist/src/components/icons/hamburger-icon/index.d.ts +1 -0
  126. package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +2 -0
  127. package/dist/src/components/icons/handyman-icon/index.d.ts +1 -0
  128. package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +2 -0
  129. package/dist/src/components/icons/handyman-outline-icon/index.d.ts +1 -0
  130. package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +3 -0
  131. package/dist/src/components/icons/inbox-outbox-icon/index.d.ts +1 -0
  132. package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +3 -0
  133. package/dist/src/components/icons/inbox-outbox-outline-icon/index.d.ts +1 -0
  134. package/dist/src/components/icons/index.d.ts +82 -0
  135. package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +2 -0
  136. package/dist/src/components/icons/keyboard-capslock-icon/index.d.ts +1 -0
  137. package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +3 -0
  138. package/dist/src/components/icons/link-outline-icon/index.d.ts +1 -0
  139. package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +3 -0
  140. package/dist/src/components/icons/list-numbered-icon/index.d.ts +1 -0
  141. package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +3 -0
  142. package/dist/src/components/icons/list-settings-line-icon/index.d.ts +1 -0
  143. package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +3 -0
  144. package/dist/src/components/icons/list-status-icon/index.d.ts +1 -0
  145. package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +3 -0
  146. package/dist/src/components/icons/loading-icon/index.d.ts +1 -0
  147. package/dist/src/components/icons/lock-icon/LockIcon.d.ts +3 -0
  148. package/dist/src/components/icons/lock-icon/index.d.ts +1 -0
  149. package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +3 -0
  150. package/dist/src/components/icons/message-processing-icon/index.d.ts +1 -0
  151. package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +3 -0
  152. package/dist/src/components/icons/message-processing-outline-icon/index.d.ts +1 -0
  153. package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +2 -0
  154. package/dist/src/components/icons/message-reply-icon/index.d.ts +1 -0
  155. package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +2 -0
  156. package/dist/src/components/icons/minimize-icon/index.d.ts +1 -0
  157. package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +3 -0
  158. package/dist/src/components/icons/outline-calendar-month/index.d.ts +1 -0
  159. package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +3 -0
  160. package/dist/src/components/icons/pdf-icon/index.d.ts +1 -0
  161. package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +3 -0
  162. package/dist/src/components/icons/pencil-outline-icon/index.d.ts +1 -0
  163. package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +3 -0
  164. package/dist/src/components/icons/people-icon/index.d.ts +1 -0
  165. package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +3 -0
  166. package/dist/src/components/icons/people-outline-icon/index.d.ts +1 -0
  167. package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +3 -0
  168. package/dist/src/components/icons/perm-media-icon/index.d.ts +1 -0
  169. package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +3 -0
  170. package/dist/src/components/icons/perm-media-outline-icon/index.d.ts +1 -0
  171. package/dist/src/components/icons/person-icon/PersonIcon.d.ts +3 -0
  172. package/dist/src/components/icons/person-icon/index.d.ts +1 -0
  173. package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +3 -0
  174. package/dist/src/components/icons/person-outline-icon/index.d.ts +1 -0
  175. package/dist/src/components/icons/pin-icon/PinIcon.d.ts +2 -0
  176. package/dist/src/components/icons/pin-icon/index.d.ts +1 -0
  177. package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +2 -0
  178. package/dist/src/components/icons/plus-icon/index.d.ts +1 -0
  179. package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +2 -0
  180. package/dist/src/components/icons/plus-icon-circle/index.d.ts +1 -0
  181. package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +3 -0
  182. package/dist/src/components/icons/qnr-icon/index.d.ts +1 -0
  183. package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +3 -0
  184. package/dist/src/components/icons/replay-icon/index.d.ts +1 -0
  185. package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +3 -0
  186. package/dist/src/components/icons/report-box-icon/index.d.ts +1 -0
  187. package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +3 -0
  188. package/dist/src/components/icons/report-box-outline-icon/index.d.ts +1 -0
  189. package/dist/src/components/icons/search-icon/SearchIcon.d.ts +3 -0
  190. package/dist/src/components/icons/search-icon/index.d.ts +1 -0
  191. package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +3 -0
  192. package/dist/src/components/icons/settings-icon/index.d.ts +1 -0
  193. package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +3 -0
  194. package/dist/src/components/icons/settings-menu-horizontal-icon/index.d.ts +1 -0
  195. package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +3 -0
  196. package/dist/src/components/icons/settings-outline-icon/index.d.ts +1 -0
  197. package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +3 -0
  198. package/dist/src/components/icons/text-box-check-outline-icon/index.d.ts +1 -0
  199. package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +3 -0
  200. package/dist/src/components/icons/topic-icon/index.d.ts +1 -0
  201. package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +3 -0
  202. package/dist/src/components/icons/unknown-document-outline-rounded-icon/index.d.ts +1 -0
  203. package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +2 -0
  204. package/dist/src/components/icons/warning-icon/index.d.ts +1 -0
  205. package/dist/src/components/icons/work-icon/WorkIcon.d.ts +2 -0
  206. package/dist/src/components/icons/work-icon/index.d.ts +1 -0
  207. package/dist/src/components/inputs/button/StyledButton.d.ts +40 -0
  208. package/dist/src/components/inputs/button/index.d.ts +1 -0
  209. package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +5 -0
  210. package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
  211. package/dist/src/components/inputs/input-field/StyledInputField.d.ts +15 -0
  212. package/dist/src/components/inputs/input-field/index.d.ts +2 -0
  213. package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +2 -0
  214. package/dist/src/components/inputs/label/StyledLabel.d.ts +9 -0
  215. package/dist/src/components/inputs/label/index.d.ts +1 -0
  216. package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +4 -0
  217. package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +4 -0
  218. package/dist/src/components/inputs/radio-button/index.d.ts +2 -0
  219. package/dist/src/components/inputs/rich-input/RichInput.d.ts +13 -0
  220. package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
  221. package/dist/src/components/inputs/select/StyledSelect.d.ts +18 -0
  222. package/dist/src/components/inputs/select/StyledSelectItem.d.ts +2 -0
  223. package/dist/src/components/inputs/select/index.d.ts +3 -0
  224. package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +2 -0
  225. package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +12 -0
  226. package/dist/src/components/inputs/select-autocomplete/index.d.ts +1 -0
  227. package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +2 -0
  228. package/dist/src/components/inputs/slider/StyledSlider.d.ts +5 -0
  229. package/dist/src/components/inputs/slider/index.d.ts +1 -0
  230. package/dist/src/components/inputs/switch/StyledSwitch.d.ts +5 -0
  231. package/dist/src/components/inputs/switch/index.d.ts +1 -0
  232. package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +58 -0
  233. package/dist/src/components/inputs/textarea/index.d.ts +1 -0
  234. package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +1 -0
  235. package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -0
  236. package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -0
  237. package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +3 -0
  238. package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -0
  239. package/dist/src/components/miscellaneous/StyledFormLabel.d.ts +2 -0
  240. package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -0
  241. package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +3 -0
  242. package/dist/src/components/navigation/drawer/index.d.ts +1 -0
  243. package/dist/src/components/navigation/link/StyledLink.d.ts +20 -0
  244. package/dist/src/components/navigation/link/index.d.ts +1 -0
  245. package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -0
  246. package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -0
  247. package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -0
  248. package/dist/src/components/navigation/menu/index.d.ts +4 -0
  249. package/dist/src/components/navigation/tabs/StyledTab.d.ts +3 -0
  250. package/dist/src/components/navigation/tabs/StyledTabs.d.ts +3 -0
  251. package/dist/src/components/navigation/tabs/index.d.ts +2 -0
  252. package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +2 -0
  253. package/dist/src/components/pickers/date-picker/components/DatePickerInputIndex.d.ts +13 -0
  254. package/dist/src/components/pickers/date-picker/components/DatePickerInputRange.d.ts +5 -0
  255. package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
  256. package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +5 -0
  257. package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +8 -0
  258. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +7 -0
  259. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +11 -0
  260. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +3 -0
  261. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +3 -0
  262. package/dist/src/components/pickers/date-picker/helpers.d.ts +3 -0
  263. package/dist/src/components/pickers/date-picker/index.d.ts +1 -0
  264. package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +5 -0
  265. package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +2 -0
  266. package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +2 -0
  267. package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +2 -0
  268. package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +2 -0
  269. package/dist/src/components/pickers/date-picker/types.d.ts +46 -0
  270. package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +3 -0
  271. package/dist/src/components/pickers/time-picker/TimePickerInput.d.ts +9 -0
  272. package/dist/src/components/pickers/time-picker/TimePickerPopper.d.ts +7 -0
  273. package/dist/src/components/pickers/time-picker/components/HelperText.d.ts +7 -0
  274. package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +5 -0
  275. package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +6 -0
  276. package/dist/src/components/pickers/time-picker/helpers/getTimeFromValue.d.ts +1 -0
  277. package/dist/src/components/pickers/time-picker/index.d.ts +1 -0
  278. package/dist/src/components/pickers/time-picker/types.d.ts +13 -0
  279. package/dist/src/components/table/StyledTable.d.ts +18 -0
  280. package/dist/src/components/table/components/TableBody.d.ts +9 -0
  281. package/dist/src/components/table/components/TableFooter.d.ts +9 -0
  282. package/dist/src/components/table/components/TableHeader.d.ts +10 -0
  283. package/dist/src/components/table/components/TableHeaderCell.d.ts +10 -0
  284. package/dist/src/components/table/components/TableNoRowsOverlay.d.ts +5 -0
  285. package/dist/src/components/table/components/TablePagination.d.ts +6 -0
  286. package/dist/src/components/table/components/TableRow.d.ts +10 -0
  287. package/dist/src/components/table/components/TableRows.d.ts +9 -0
  288. package/dist/src/components/table/components/TableSkeleton.d.ts +4 -0
  289. package/dist/src/components/table/components/columns/action-column/actionColumn.d.ts +21 -0
  290. package/dist/src/components/table/components/columns/action-column/components/HeaderActionMenu.d.ts +5 -0
  291. package/dist/src/components/table/components/columns/action-column/components/RowActionMenu.d.ts +12 -0
  292. package/dist/src/components/table/components/columns/expandColumn.d.ts +11 -0
  293. package/dist/src/components/table/components/columns/selectColumn.d.ts +9 -0
  294. package/dist/src/components/table/helpers/getTableHeaderStyle.d.ts +10 -0
  295. package/dist/src/components/table/helpers/injectColumns.d.ts +4 -0
  296. package/dist/src/components/table/hooks/useStyledTable.d.ts +6 -0
  297. package/dist/src/components/table/index.d.ts +3 -0
  298. package/dist/src/components/table/story/components/styled-flex-table/generateActions.d.ts +6 -0
  299. package/dist/src/components/table/story/components/styled-flex-table/useColumns.d.ts +5 -0
  300. package/dist/src/components/table/story/components/styled-table/RenderSubRows.d.ts +5 -0
  301. package/dist/src/components/table/story/components/styled-table/getRowActions.d.ts +23 -0
  302. package/dist/src/components/table/story/components/styled-table/useTableColumns.d.ts +10 -0
  303. package/dist/src/components/table/story/components/styled-table/useTableSubRowsColumns.d.ts +5 -0
  304. package/dist/src/components/table/story/service/Templates.query.d.ts +5 -0
  305. package/dist/src/components/table/story/service/types.d.ts +9 -0
  306. package/dist/src/components/table/story/service/useFetchTemplates.d.ts +4 -0
  307. package/dist/src/components/table/types.d.ts +65 -0
  308. package/dist/src/components/utils/accordion/StyledAccordion.d.ts +2 -0
  309. package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +2 -0
  310. package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +2 -0
  311. package/dist/src/components/utils/accordion/index.d.ts +3 -0
  312. package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +18 -0
  313. package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
  314. package/dist/src/components/utils/popover/index.d.ts +1 -0
  315. package/dist/src/helpers/date.helper.d.ts +2 -0
  316. package/dist/src/helpers/index.d.ts +2 -0
  317. package/dist/src/helpers/reflections.helper.d.ts +1 -0
  318. package/dist/src/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
  319. package/dist/src/hooks/useWindowWidthSize.hook.d.ts +5 -0
  320. package/dist/src/index.d.ts +42 -0
  321. package/dist/tailwind.config.d.ts +142 -0
  322. package/dist/vite.config.d.ts +2 -0
  323. package/package.json +125 -0
  324. package/tw-configs/twConfigs.json +113 -0
@@ -0,0 +1,11 @@
1
+ import { type CellContext } from '@tanstack/react-table';
2
+ export declare function generateExpandColumn<TData>(): {
3
+ id: string;
4
+ minSize: number;
5
+ maxSize: number;
6
+ size: number;
7
+ enableHiding: boolean;
8
+ enableSorting: boolean;
9
+ header: () => null;
10
+ cell: ({ cell }: CellContext<TData, TData>) => JSX.Element | null;
11
+ };
@@ -0,0 +1,9 @@
1
+ import type { CellContext, HeaderContext } from '@tanstack/react-table';
2
+ export declare function selectColumn<TData>(): {
3
+ id: string;
4
+ minSize: number;
5
+ maxSize: number;
6
+ size: number;
7
+ header: ({ table }: HeaderContext<TData, TData>) => JSX.Element;
8
+ cell: ({ cell }: CellContext<TData, TData>) => JSX.Element;
9
+ };
@@ -0,0 +1,10 @@
1
+ import type { Header } from '@tanstack/react-table';
2
+ export declare const getTableHeaderStyle: <TData>(props: {
3
+ enableResizing: boolean;
4
+ header: Header<TData, unknown>;
5
+ element: HTMLTableCellElement | null;
6
+ }) => {
7
+ width: string | number | undefined;
8
+ maxWidth: string | number | undefined;
9
+ minWidth: string | number | undefined;
10
+ };
@@ -0,0 +1,4 @@
1
+ import { type StyledTableProps } from '../types';
2
+ export declare const injectColumns: <TData extends {
3
+ id: string | number;
4
+ }, TCustomData = Record<string, unknown>>(props: StyledTableProps<TData, TCustomData>) => void;
@@ -0,0 +1,6 @@
1
+ import { type StyledTableProps } from '../types';
2
+ export declare const useStyledTable: <TData extends {
3
+ id: string | number;
4
+ }, TCustomData = Record<string, unknown>>(props: StyledTableProps<TData, TCustomData>) => {
5
+ table: import("@tanstack/react-table").Table<TData>;
6
+ };
@@ -0,0 +1,3 @@
1
+ export * from './types';
2
+ export * from './StyledTable';
3
+ export { createColumnHelper, type Table, type Row, type ColumnDef } from '@tanstack/react-table';
@@ -0,0 +1,6 @@
1
+ import type { Row } from '@tanstack/react-table';
2
+ import type { ITemplate } from '../../service/types';
3
+ export declare const generateActions: (row: Row<ITemplate>) => {
4
+ label: string;
5
+ onClick: () => void;
6
+ }[];
@@ -0,0 +1,5 @@
1
+ import type { ColumnDef } from '@tanstack/react-table';
2
+ import type { ITemplate } from '../../service/types';
3
+ export declare const useColumns: () => {
4
+ columns: ColumnDef<ITemplate, ITemplate>[];
5
+ };
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { Participant } from '../../helpers/makeData';
3
+ export declare const RenderSubRows: React.FC<{
4
+ subRows: Participant[];
5
+ }>;
@@ -0,0 +1,23 @@
1
+ import type { Person } from '../../helpers/makeData';
2
+ import type { Row } from '@tanstack/react-table';
3
+ export declare function getRowActions(row: Row<Person>): ({
4
+ label: string;
5
+ hide: boolean;
6
+ onClick: () => void;
7
+ className?: undefined;
8
+ } | {
9
+ label: string;
10
+ onClick: () => void;
11
+ hide?: undefined;
12
+ className?: undefined;
13
+ } | {
14
+ label: string;
15
+ className: string;
16
+ onClick: () => void;
17
+ hide?: undefined;
18
+ } | {
19
+ label: string;
20
+ hide: boolean;
21
+ className: string;
22
+ onClick: () => void;
23
+ })[];
@@ -0,0 +1,10 @@
1
+ import type { Person } from '../../helpers/makeData';
2
+ import type { ColumnDef } from '@tanstack/react-table';
3
+ /**
4
+ * Custom props:
5
+ * @param size. use NaN (width 100%) only one time for the main column. It will make the column very responsive
6
+ *
7
+ */
8
+ export declare const useStyledTableColumns: () => {
9
+ columns: ColumnDef<Person, Person>[];
10
+ };
@@ -0,0 +1,5 @@
1
+ import type { Participant } from '../../helpers/makeData';
2
+ import type { ColumnDef } from '@tanstack/react-table';
3
+ export declare const useTableSubRowsColumns: () => {
4
+ columns: ColumnDef<Participant, Participant>[];
5
+ };
@@ -0,0 +1,5 @@
1
+ export declare const TemplatesQueryString: () => string;
2
+ export declare const TemplatesQuery: {
3
+ query: string;
4
+ variables: {};
5
+ };
@@ -0,0 +1,9 @@
1
+ export type ITemplate = {
2
+ id: string;
3
+ context: string;
4
+ archived: string;
5
+ title: string;
6
+ template_uuid: string;
7
+ valid_days: string;
8
+ updated_at: string;
9
+ };
@@ -0,0 +1,4 @@
1
+ import type { ITemplate } from './types';
2
+ export declare const useFetchTemplates: () => {
3
+ data: ITemplate[];
4
+ };
@@ -0,0 +1,65 @@
1
+ import type { CellContext, ColumnMeta, HeaderContext, Row, TableOptions, Table } from '@tanstack/react-table';
2
+ import type { AccessorFn, ColumnDefTemplate } from '@tanstack/react-table';
3
+ import type { ColumnPinningColumnDef, ColumnSizingColumnDef, FiltersColumnDef, GroupingColumnDef, RowData, SortingColumnDef, VisibilityColumnDef } from '@tanstack/react-table';
4
+ import type { MouseEvent, ReactElement, ReactNode } from 'react';
5
+ declare module '@tanstack/react-table' {
6
+ interface ColumnDefExtensions<TData extends RowData, TValue = unknown> extends VisibilityColumnDef, ColumnPinningColumnDef, FiltersColumnDef<TData>, SortingColumnDef<TData>, GroupingColumnDef<TData, TValue>, ColumnSizingColumnDef {
7
+ className?: string;
8
+ cellAlign?: 'left' | 'center' | 'right';
9
+ headerAlign?: 'left' | 'center' | 'right';
10
+ }
11
+ interface ColumnDefBase<TData extends RowData, TValue = unknown> extends ColumnDefExtensions<TData, TValue> {
12
+ getUniqueValues?: AccessorFn<TData, unknown[]>;
13
+ footer?: ColumnDefTemplate<HeaderContext<TData, TValue>>;
14
+ cell?: ColumnDefTemplate<CellContext<TData, TValue>>;
15
+ meta?: ColumnMeta<TData, TValue>;
16
+ }
17
+ }
18
+ export interface IAction<TData> {
19
+ label: ReactNode;
20
+ className?: string;
21
+ disabled?: boolean;
22
+ hide?: boolean;
23
+ onClick?: (row: Row<TData>) => void;
24
+ }
25
+ type IFooter<TData> = {
26
+ footer?: (table: Table<TData>) => ReactNode;
27
+ hideFooter?: never;
28
+ };
29
+ type IHideFooter = {
30
+ footer?: never;
31
+ hideFooter?: boolean;
32
+ };
33
+ type TFooter<TData> = IFooter<TData> | IHideFooter;
34
+ type TTableOptions<TData> = TableOptions<TData>;
35
+ export type * from '@tanstack/react-table';
36
+ export type StyledTableProps<TData, TCustomData> = {
37
+ locale?: 'no' | 'en';
38
+ height?: string | number;
39
+ actions?: (row: Row<TData>) => IAction<TData>[];
40
+ customActionsNode?: (row: CellContext<TData, TData>) => ReactNode;
41
+ customSubRowData?: Map<string, TCustomData[]>;
42
+ headerPin?: boolean;
43
+ expandArrow?: boolean;
44
+ loading?: boolean;
45
+ noRowsOverlay?: ReactElement;
46
+ tableInstanceRef?: React.MutableRefObject<Table<TData> | null>;
47
+ className?: string;
48
+ rowHeight?: number;
49
+ tdClassName?: string;
50
+ focusable?: boolean;
51
+ stickyHeader?: boolean;
52
+ getRowClassName?: (row: Row<TData>) => string;
53
+ onRowClick?: (e: MouseEvent<HTMLTableRowElement, globalThis.MouseEvent>, row: Row<TData>) => void;
54
+ renderSubRows?: (props: {
55
+ rows: TCustomData[];
56
+ row: TData;
57
+ }) => ReactElement | null;
58
+ getRowSelectionIds?: (ids: string[]) => void;
59
+ hideHeader?: boolean;
60
+ pageSize?: number;
61
+ enableResizing?: boolean;
62
+ } & Omit<TTableOptions<TData>, 'getCoreRowModel' | 'getExpandedRowModel' | 'getFilteredRowModel' | 'getSortedRowModel'> & TFooter<TData>;
63
+ export declare const SELECT_COLUMN_ID = "select";
64
+ export declare const EXPAND_COLUMN_ID = "expand-column-id";
65
+ export declare const ACTIONS_COLUMN_ID = "actions";
@@ -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,18 @@
1
+ import React 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: React.ReactNode;
12
+ disabled?: boolean;
13
+ size?: 'small' | 'large' | 'medium';
14
+ variant?: 'contained' | 'outlined' | 'text' | 'textGray';
15
+ popoverProps?: Omit<PopoverProps, 'open' | 'anchorEl' | 'onClose'>;
16
+ };
17
+ export declare const StyledFilterMenu: React.FC<StyledFilterMenuProps>;
18
+ export {};
@@ -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
+ export declare const setMidnightTime: (date: Date) => Date;
2
+ export declare const setZeroTime: (date: Date) => Date;
@@ -0,0 +1,2 @@
1
+ export * from './reflections.helper';
2
+ export * from './date.helper';
@@ -0,0 +1 @@
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;
@@ -0,0 +1,42 @@
1
+ export * from './helpers';
2
+ export * from './components/data-display/badge';
3
+ export * from './components/data-display/chip';
4
+ export * from './components/data-display/tooltip';
5
+ export * from './components/icons';
6
+ export * from './components/data-display/typography';
7
+ export * from './components/feedback/dialog';
8
+ export * from './components/feedback/alert';
9
+ export * from './components/feedback/snack-bar';
10
+ export * from './components/inputs/button';
11
+ export * from './components/inputs/checkbox';
12
+ export * from './components/inputs/input-field';
13
+ export * from './components/inputs/textarea';
14
+ export * from './components/inputs/rich-input';
15
+ export * from './components/inputs/select';
16
+ export * from './components/inputs/select-autocomplete';
17
+ export * from './components/inputs/slider';
18
+ export * from './components/inputs/switch';
19
+ export * from './components/inputs/radio-button';
20
+ export * from './components/inputs/label';
21
+ export * from './components/pickers/date-picker';
22
+ export * from './components/pickers/time-picker';
23
+ export * from './components/miscellaneous/StyledFormControl';
24
+ export * from './components/miscellaneous/StyledFormControlLabel';
25
+ export * from './components/miscellaneous/StyledFormHelperText';
26
+ export * from './components/miscellaneous/StyledFormLabel';
27
+ export * from './components/miscellaneous/StyledInputLabel';
28
+ export * from './components/miscellaneous/StyledFormGroup';
29
+ export * from './components/navigation/drawer';
30
+ export * from './components/navigation/menu';
31
+ export * from './components/navigation/link';
32
+ export * from './components/navigation/tabs';
33
+ export * from './components/utils/accordion';
34
+ export * from './components/table';
35
+ export * from './components/utils/popover';
36
+ export * from './components/custom/widget/widget-title/StyledWidgetTitle';
37
+ export * from './components/custom/widget/widget-header/StyledWidgetHeader';
38
+ export * from './components/custom/widget/widget/StyledWidget';
39
+ export * from './components/custom/module/module-title/StyledModuleTitle';
40
+ export * from './components/utils/filter-menu/StyledFilterMenu';
41
+ export * from './components/feedback/minimizable-dialog/MinimizableDialog';
42
+ export { Fade, Paper, ClickAwayListener, Popper, Avatar, Skeleton, Container, Stack } from '@mui/material';
@@ -0,0 +1,142 @@
1
+ declare const _default: {
2
+ mode: string;
3
+ important: true;
4
+ content: string[];
5
+ theme: {
6
+ fontFamily: {
7
+ sans: string[];
8
+ roboto: string[];
9
+ };
10
+ extend: {
11
+ colors: {
12
+ inherit: string;
13
+ "textcolor-component": string;
14
+ "color-active-component": string;
15
+ "alpha-100": string;
16
+ "alpha-500": string;
17
+ "alpha-600": string;
18
+ "alpha-700": string;
19
+ "beta-100": string;
20
+ "beta-500": string;
21
+ "beta-600": string;
22
+ "beta-700": string;
23
+ "gama-25": string;
24
+ "gama-50": string;
25
+ "gama-100": string;
26
+ "gama-200": string;
27
+ "gama-300": string;
28
+ "gama-400": string;
29
+ "gama-500": string;
30
+ "gama-600": string;
31
+ "gama-700": string;
32
+ "gama-800": string;
33
+ "delta-10": string;
34
+ "delta-50": string;
35
+ "delta-100": string;
36
+ "delta-200": string;
37
+ "delta-300": string;
38
+ "delta-400": string;
39
+ "delta-500": string;
40
+ "delta-600": string;
41
+ "delta-700": string;
42
+ "delta-800": string;
43
+ "delta-900": string;
44
+ "delta-9000": string;
45
+ "sigma-700": string;
46
+ "theta-100": string;
47
+ "theta-200": string;
48
+ "theta-300": string;
49
+ "theta-400": string;
50
+ "theta-500": string;
51
+ "theta-600": string;
52
+ "theta-700": string;
53
+ "theta-800": string;
54
+ "theta-hover": string;
55
+ "btn-bg": string;
56
+ "btn-bg-active": string;
57
+ "btn-bg-hover": string;
58
+ "btn-bg-disabled": string;
59
+ "btn-bg-danger": string;
60
+ "btn-bg-danger-active": string;
61
+ "btn-task-status-bg": string;
62
+ "btn-bg-mini-action": string;
63
+ "btn-bg-mini-action-hover": string;
64
+ "chat-ticket-message-bg": string;
65
+ "colors-topbar-text": string;
66
+ "custom-grey-01": string;
67
+ "custom-grey-02": string;
68
+ "custom-grey-03": string;
69
+ "custom-grey-04": string;
70
+ "custom-grey-06": string;
71
+ };
72
+ boxShadow: {
73
+ ash: string;
74
+ mui: string;
75
+ };
76
+ animation: {
77
+ "slide-in": string;
78
+ "slide-out": string;
79
+ "opacity-in": string;
80
+ "opacity-in-5": string;
81
+ "opacity-appear-3": string;
82
+ "opacity-out": string;
83
+ };
84
+ keyframes: {
85
+ "slide-in": {
86
+ "0%": {
87
+ margin: string;
88
+ };
89
+ "100%": {
90
+ margin: string;
91
+ };
92
+ };
93
+ "slide-out": {
94
+ "0%": {
95
+ margin: string;
96
+ };
97
+ "100%": {
98
+ margin: string;
99
+ };
100
+ };
101
+ "opacity-in": {
102
+ "0%": {
103
+ opacity: string;
104
+ height: string;
105
+ };
106
+ "100%": {
107
+ opacity: string;
108
+ height: string;
109
+ };
110
+ };
111
+ "opacity-appear": {
112
+ "0%": {
113
+ opacity: string;
114
+ };
115
+ "100%": {
116
+ opacity: string;
117
+ };
118
+ };
119
+ "opacity-out": {
120
+ "0%": {
121
+ opacity: string;
122
+ height: string;
123
+ };
124
+ "60%": {
125
+ opacity: string;
126
+ height: string;
127
+ };
128
+ "100%": {
129
+ opacity: string;
130
+ height: string;
131
+ };
132
+ };
133
+ };
134
+ };
135
+ };
136
+ darkMode: "media";
137
+ corePlugins: {
138
+ preflight: false;
139
+ };
140
+ plugins: any[];
141
+ };
142
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vite").UserConfigExport;
2
+ export default _default;
package/package.json ADDED
@@ -0,0 +1,125 @@
1
+ {
2
+ "name": "asma-ui-datetime",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
+ "version": "0.0.0",
7
+ "type": "module",
8
+ "files": [
9
+ "dist/**/*",
10
+ "dist/style.css",
11
+ "tw-configs/**/*"
12
+ ],
13
+ "keywords": [],
14
+ "author": "asma-team",
15
+ "types": "./dist/index.d.ts",
16
+ "main": "./dist/asma-ui-datetime.es.js",
17
+ "module": "./dist/asma-ui-datetime.es.js",
18
+ "scripts": {
19
+ "dev": "vite",
20
+ "build": "npx tsc && rm -rf ./dist && vite build",
21
+ "preview": "vite preview",
22
+ "lint": "eslint src/**/*.{js,jsx,ts,tsx}",
23
+ "version": "echo $npm_package_version",
24
+ "lint:fix": "eslint --fix src/**/*.{jsx,ts,tsx}",
25
+ "prettier": "prettier --write src//**/*.{ts,tsx,scss} --config ./.prettierrc",
26
+ "storybook": "storybook dev -p 6006",
27
+ "storybook:no-browser": "storybook dev -p 6006 --no-open",
28
+ "storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
29
+ "storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
30
+ "build-storybook": "export NODE_OPTIONS=--max_old_space_size=6240 && storybook build",
31
+ "test-storybook": "test-storybook",
32
+ "changeset:pre-beta": "changeset pre enter beta",
33
+ "changeset:pre-exit": "changeset pre exit",
34
+ "changeset:version": "changeset version",
35
+ "changeset:publish": "changeset publish",
36
+ "changeset:status": "changeset status"
37
+ },
38
+ "license": "UNLICENSED",
39
+ "dependencies": {
40
+ "@emotion/react": "^11.11.1",
41
+ "@emotion/styled": "^11.11.0",
42
+ "@fontsource/material-icons": "^5.0.4",
43
+ "@fontsource/roboto": "^5.0.4",
44
+ "@iconify/react": "^4.1.1",
45
+ "@mui/material": "^5.13.7",
46
+ "@tanstack/react-table": "^8.10.0",
47
+ "clsx": "^1.2.1",
48
+ "date-fns": "^2.30.0",
49
+ "lodash-es": "^4.17.21",
50
+ "material-ui-popup-state": "^5.0.10",
51
+ "node": "18.17.0",
52
+ "notistack": "^3.0.1",
53
+ "react": "^18.2.0",
54
+ "react-day-picker": "^8.8.2",
55
+ "react-dom": "^18.2.0",
56
+ "react-quill": "^2.0.0",
57
+ "sass": "^1.77.5",
58
+ "vite-plugin-css-injected-by-js": "^3.5.1"
59
+ },
60
+ "devDependencies": {
61
+ "@changesets/cli": "^2.26.2",
62
+ "@faker-js/faker": "^8.0.2",
63
+ "@rollup/plugin-terser": "^0.4.3",
64
+ "@storybook/addon-a11y": "^7.6.9",
65
+ "@storybook/addon-essentials": "^7.6.9",
66
+ "@storybook/addon-interactions": "^7.6.9",
67
+ "@storybook/addon-links": "^7.6.9",
68
+ "@storybook/addon-mdx-gfm": "^7.6.9",
69
+ "@storybook/addon-styling": "^1.3.7",
70
+ "@storybook/addons": "^7.6.9",
71
+ "@storybook/blocks": "^7.6.9",
72
+ "@storybook/manager-api": "^7.6.9",
73
+ "@storybook/preset-create-react-app": "^7.6.9",
74
+ "@storybook/react": "^7.6.9",
75
+ "@storybook/react-vite": "^7.6.9",
76
+ "@storybook/test-runner": "^0.16.0",
77
+ "@storybook/testing-library": "^0.2.2",
78
+ "@storybook/theming": "^7.6.9",
79
+ "@types/lodash-es": "^4.17.7",
80
+ "@types/node": "^18.0.3",
81
+ "@types/react": "^18.0.37",
82
+ "@types/react-dom": "^18.0.11",
83
+ "@typescript-eslint/eslint-plugin": "^5.59.0",
84
+ "@typescript-eslint/parser": "^5.59.0",
85
+ "@vitejs/plugin-react": "^4.0.0",
86
+ "autoprefixer": "^10.4.14",
87
+ "axe-playwright": "^1.2.3",
88
+ "axios": "^1.6.8",
89
+ "eslint": "^8.38.0",
90
+ "eslint-plugin-react-hooks": "^4.6.0",
91
+ "eslint-plugin-react-refresh": "^0.3.4",
92
+ "eslint-plugin-storybook": "^0.6.15",
93
+ "postcss": "^8.4.24",
94
+ "prop-types": "^15.8.1",
95
+ "rollup-plugin-typescript2": "^0.35.0",
96
+ "storybook": "^7.6.9",
97
+ "storybook-addon-themes": "^6.1.0",
98
+ "tailwind-scrollbar": "^3.1.0",
99
+ "tailwindcss": "^3.3.2",
100
+ "typescript": "^5.0.2",
101
+ "typescript-plugin-css-modules": "^5.0.1",
102
+ "vite": "^4.3.9",
103
+ "vite-plugin-dts": "^3.1.1",
104
+ "vite-tsconfig-paths": "^4.2.0"
105
+ },
106
+ "peerDependencies": {
107
+ "@emotion/react": "^11.*",
108
+ "@emotion/styled": "^11.*",
109
+ "@mui/material": "^5.*",
110
+ "immer": "^9.*",
111
+ "react": "^18.*",
112
+ "react-dom": "^18.*"
113
+ },
114
+ "resolutions": {
115
+ "@types/node": "18.0.3",
116
+ "node": "18.17.0"
117
+ },
118
+ "exports": {
119
+ ".": {
120
+ "import": "./dist/asma-ui-datetime.es.js"
121
+ },
122
+ "./dist/style.css": "./dist/style.css",
123
+ "./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
124
+ }
125
+ }