asma-core-ui 0.0.1 → 1.0.151
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.
- package/CHANGELOG.md +686 -0
- package/Readme.md +24 -2
- package/dist/asma-core-ui.es.js +4 -3387
- package/dist/index.d.ts +1 -3
- package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +5 -0
- package/dist/src/components/custom/widget/icons/ChevronDownIcon.d.ts +2 -0
- package/dist/src/components/custom/widget/icons/ChevronUpIcon.d.ts +2 -0
- package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +26 -0
- package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +7 -0
- package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +2 -0
- package/dist/src/components/data-display/badge/StyledBadge.d.ts +5 -0
- package/dist/src/components/data-display/badge/index.d.ts +1 -0
- package/dist/src/components/data-display/chip/StyledChip.d.ts +5 -0
- package/dist/src/components/data-display/chip/index.d.ts +1 -0
- package/dist/src/components/data-display/form-label/components/StyledFormLabel.d.ts +3 -0
- package/dist/src/components/data-display/form-label/helpers/getStyles.d.ts +4 -0
- package/dist/src/components/data-display/form-label/index.d.ts +1 -0
- package/dist/src/components/data-display/form-label/types.d.ts +9 -0
- package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +2 -0
- package/dist/src/components/data-display/tooltip/index.d.ts +1 -0
- package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -0
- package/dist/src/components/data-display/typography/index.d.ts +1 -0
- package/dist/src/components/feedback/alert/StyledAlert.d.ts +2 -0
- package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -0
- package/dist/src/components/feedback/alert/index.d.ts +2 -0
- package/dist/src/components/feedback/dialog/StyledDialog.d.ts +11 -0
- package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +2 -0
- package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -0
- package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -0
- package/dist/src/components/feedback/dialog/index.d.ts +4 -0
- package/dist/src/components/feedback/empty-page/EmptyPageIcon.d.ts +2 -0
- package/dist/src/components/feedback/empty-page/StyledEmptyPage.d.ts +6 -0
- package/dist/src/components/feedback/loading/StyledLoading.d.ts +8 -0
- package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +3 -0
- package/dist/src/components/feedback/minimizable-dialog/MinimizableDialogV2.d.ts +26 -0
- package/dist/src/components/feedback/minimizable-dialog/components/CloseBtn.d.ts +7 -0
- package/dist/src/components/feedback/minimizable-dialog/components/MinimizeBtn.d.ts +8 -0
- package/dist/src/components/feedback/minimizable-dialog/index.d.ts +3 -0
- package/dist/src/components/feedback/minimizable-dialog/types.d.ts +36 -0
- package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +32 -0
- package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +11 -0
- package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +12 -0
- package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +3 -0
- package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +3 -0
- package/dist/src/components/feedback/snack-bar/components/types.d.ts +10 -0
- package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +2 -0
- package/dist/src/components/feedback/snack-bar/index.d.ts +6 -0
- package/dist/src/components/feedback/snack-bar/message.d.ts +17 -0
- package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +1 -0
- package/dist/src/components/feedback/snack-bar/processInfoSnackbar.d.ts +1 -0
- package/dist/src/components/icons/IconTemplate.d.ts +3 -0
- package/dist/src/components/icons/Icons.types.d.ts +12 -0
- package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +3 -0
- package/dist/src/components/icons/archive-icon/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-expand/ArrowExpand.d.ts +2 -0
- package/dist/src/components/icons/arrow-expand/index.d.ts +1 -0
- package/dist/src/components/icons/arrow-shrink/ArrowShrink.d.ts +2 -0
- package/dist/src/components/icons/arrow-shrink/index.d.ts +1 -0
- package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +3 -0
- package/dist/src/components/icons/assignment/index.d.ts +1 -0
- package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/assignment-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +2 -0
- package/dist/src/components/icons/badge-icon/index.d.ts +1 -0
- package/dist/src/components/icons/bell-icon/BellIcon.d.ts +3 -0
- package/dist/src/components/icons/bell-icon/index.d.ts +1 -0
- package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/bell-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/calendar-blank-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +3 -0
- package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +2 -0
- package/dist/src/components/icons/calendar-icon/index.d.ts +2 -0
- package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +3 -0
- package/dist/src/components/icons/calendar-range-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +2 -0
- package/dist/src/components/icons/check-fact-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/check-fact-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-icon/CheckIcon.d.ts +3 -0
- package/dist/src/components/icons/check-icon/index.d.ts +1 -0
- package/dist/src/components/icons/check-outline-icon/CheckOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +3 -0
- package/dist/src/components/icons/checkbox-checked-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-double-left-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-double-right-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-down-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-left-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-right-icon/index.d.ts +1 -0
- package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +3 -0
- package/dist/src/components/icons/chevron-up-icon/index.d.ts +1 -0
- package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/clock-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/close-icon/CloseIcon.d.ts +3 -0
- package/dist/src/components/icons/close-icon/index.d.ts +1 -0
- package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +2 -0
- package/dist/src/components/icons/consents-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +3 -0
- package/dist/src/components/icons/dashboard-view-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/dashboard-view-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/delete-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +3 -0
- package/dist/src/components/icons/dots-vertical-icon/index.d.ts +1 -0
- package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +3 -0
- package/dist/src/components/icons/download-icon/index.d.ts +1 -0
- package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +3 -0
- package/dist/src/components/icons/drag-horizontal-icon/index.d.ts +1 -0
- package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +3 -0
- package/dist/src/components/icons/drop-down-icon/index.d.ts +1 -0
- package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +3 -0
- package/dist/src/components/icons/drop-up-icon/index.d.ts +1 -0
- package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +3 -0
- package/dist/src/components/icons/dvr-icon/index.d.ts +1 -0
- package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +3 -0
- package/dist/src/components/icons/earth-icon/index.d.ts +1 -0
- package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +2 -0
- package/dist/src/components/icons/edit-square-icon/index.d.ts +1 -0
- package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/error-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/fast-check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +3 -0
- package/dist/src/components/icons/file-pdf-icon/index.d.ts +1 -0
- package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +3 -0
- package/dist/src/components/icons/filter-icon/index.d.ts +1 -0
- package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +3 -0
- package/dist/src/components/icons/find-replace-icon/index.d.ts +1 -0
- package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +6 -0
- package/dist/src/components/icons/find-replace-people-icon/index.d.ts +1 -0
- package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +3 -0
- package/dist/src/components/icons/hamburger-icon/index.d.ts +1 -0
- package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +2 -0
- package/dist/src/components/icons/handyman-icon/index.d.ts +1 -0
- package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/handyman-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +3 -0
- package/dist/src/components/icons/inbox-outbox-icon/index.d.ts +1 -0
- package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/inbox-outbox-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/index.d.ts +81 -0
- package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +2 -0
- package/dist/src/components/icons/keyboard-capslock-icon/index.d.ts +1 -0
- package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/link-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +3 -0
- package/dist/src/components/icons/list-numbered-icon/index.d.ts +1 -0
- package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +3 -0
- package/dist/src/components/icons/list-settings-line-icon/index.d.ts +1 -0
- package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +3 -0
- package/dist/src/components/icons/list-status-icon/index.d.ts +1 -0
- package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +3 -0
- package/dist/src/components/icons/loading-icon/index.d.ts +1 -0
- package/dist/src/components/icons/lock-icon/LockIcon.d.ts +3 -0
- package/dist/src/components/icons/lock-icon/index.d.ts +1 -0
- package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +3 -0
- package/dist/src/components/icons/message-processing-icon/index.d.ts +1 -0
- package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/message-processing-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +2 -0
- package/dist/src/components/icons/message-reply-icon/index.d.ts +1 -0
- package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +2 -0
- package/dist/src/components/icons/minimize-icon/index.d.ts +1 -0
- package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +3 -0
- package/dist/src/components/icons/outline-calendar-month/index.d.ts +1 -0
- package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +3 -0
- package/dist/src/components/icons/pdf-icon/index.d.ts +1 -0
- package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/pencil-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +3 -0
- package/dist/src/components/icons/people-icon/index.d.ts +1 -0
- package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/people-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +3 -0
- package/dist/src/components/icons/perm-media-icon/index.d.ts +1 -0
- package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +3 -0
- package/dist/src/components/icons/perm-media-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/person-icon/PersonIcon.d.ts +3 -0
- package/dist/src/components/icons/person-icon/index.d.ts +1 -0
- package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/person-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/pin-icon/PinIcon.d.ts +2 -0
- package/dist/src/components/icons/pin-icon/index.d.ts +1 -0
- package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +2 -0
- package/dist/src/components/icons/plus-icon/index.d.ts +1 -0
- package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +2 -0
- package/dist/src/components/icons/plus-icon-circle/index.d.ts +1 -0
- package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +3 -0
- package/dist/src/components/icons/qnr-icon/index.d.ts +1 -0
- package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +3 -0
- package/dist/src/components/icons/replay-icon/index.d.ts +1 -0
- package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +3 -0
- package/dist/src/components/icons/report-box-icon/index.d.ts +1 -0
- package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/report-box-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/search-icon/SearchIcon.d.ts +3 -0
- package/dist/src/components/icons/search-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +3 -0
- package/dist/src/components/icons/settings-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +3 -0
- package/dist/src/components/icons/settings-menu-horizontal-icon/index.d.ts +1 -0
- package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/settings-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +3 -0
- package/dist/src/components/icons/text-box-check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +3 -0
- package/dist/src/components/icons/topic-icon/index.d.ts +1 -0
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +3 -0
- package/dist/src/components/icons/unknown-document-outline-rounded-icon/index.d.ts +1 -0
- package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +2 -0
- package/dist/src/components/icons/warning-icon/index.d.ts +1 -0
- package/dist/src/components/icons/work-icon/WorkIcon.d.ts +2 -0
- package/dist/src/components/icons/work-icon/index.d.ts +1 -0
- package/dist/src/components/inputs/button/StyledButton.d.ts +40 -0
- package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +5 -0
- package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
- package/dist/src/components/inputs/input-field/StyledInputField.d.ts +15 -0
- package/dist/src/components/inputs/input-field/index.d.ts +2 -0
- package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +2 -0
- package/dist/src/components/inputs/label/StyledLabel.d.ts +9 -0
- package/dist/src/components/inputs/label/index.d.ts +1 -0
- package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +4 -0
- package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +4 -0
- package/dist/src/components/inputs/radio-button/index.d.ts +2 -0
- package/dist/src/components/inputs/rich-input/RichInput.d.ts +13 -0
- package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
- package/dist/src/components/inputs/select/StyledSelect.d.ts +18 -0
- package/dist/src/components/inputs/select/StyledSelectItem.d.ts +2 -0
- package/dist/src/components/inputs/select/index.d.ts +3 -0
- package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +2 -0
- package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +13 -0
- package/dist/src/components/inputs/select-autocomplete/index.d.ts +1 -0
- package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +2 -0
- package/dist/src/components/inputs/slider/StyledSlider.d.ts +5 -0
- package/dist/src/components/inputs/slider/index.d.ts +1 -0
- package/dist/src/components/inputs/switch/StyledSwitch.d.ts +5 -0
- package/dist/src/components/inputs/switch/index.d.ts +1 -0
- package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +58 -0
- package/dist/src/components/inputs/textarea/index.d.ts +1 -0
- package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +1 -0
- package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -0
- package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -0
- package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +3 -0
- package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -0
- package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -0
- package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +3 -0
- package/dist/src/components/navigation/drawer/index.d.ts +1 -0
- package/dist/src/components/navigation/link/StyledLink.d.ts +21 -0
- package/dist/src/components/navigation/link/index.d.ts +1 -0
- package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -0
- package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -0
- package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -0
- package/dist/src/components/navigation/menu/index.d.ts +4 -0
- package/dist/src/components/navigation/tabs/StyledTab.d.ts +3 -0
- package/dist/src/components/navigation/tabs/StyledTabs.d.ts +3 -0
- package/dist/src/components/navigation/tabs/index.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputIndex.d.ts +13 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputRange.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +8 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +7 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +11 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +3 -0
- package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +3 -0
- package/dist/src/components/pickers/date-picker/helpers.d.ts +3 -0
- package/dist/src/components/pickers/date-picker/index.d.ts +1 -0
- package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/types.d.ts +46 -0
- package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +3 -0
- package/dist/src/components/pickers/time-picker/TimePickerInput.d.ts +9 -0
- package/dist/src/components/pickers/time-picker/TimePickerPopper.d.ts +7 -0
- package/dist/src/components/pickers/time-picker/components/HelperText.d.ts +7 -0
- package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +5 -0
- package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +6 -0
- package/dist/src/components/pickers/time-picker/helpers/getTimeFromValue.d.ts +1 -0
- package/dist/src/components/pickers/time-picker/index.d.ts +1 -0
- package/dist/src/components/pickers/time-picker/types.d.ts +14 -0
- package/dist/src/components/utils/accordion/StyledAccordion.d.ts +2 -0
- package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +2 -0
- package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +2 -0
- package/dist/src/components/utils/accordion/index.d.ts +3 -0
- package/dist/src/components/utils/filter-menu/StyledFilterButton.d.ts +12 -0
- package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +26 -0
- package/dist/src/components/utils/filter-menu/index.d.ts +2 -0
- package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
- package/dist/src/components/utils/popover/index.d.ts +1 -0
- package/dist/src/helpers/cn.d.ts +2 -0
- package/dist/src/helpers/date.helper.d.ts +2 -0
- package/dist/src/helpers/index.d.ts +3 -0
- package/dist/src/helpers/prepareForSlot.d.ts +5 -0
- package/dist/src/helpers/reflections.helper.d.ts +1 -0
- package/dist/src/hooks/useToggleMenuVisibility.hook.d.ts +6 -0
- package/dist/src/hooks/useWindowWidthSize.hook.d.ts +5 -0
- package/dist/src/index.d.ts +38 -0
- package/dist/tailwind.config.d.ts +155 -0
- package/dist/vite.config.d.ts +2 -0
- package/package.json +93 -68
- package/tw-configs/twConfigs.json +122 -0
- package/dist/components/StyledButton.d.ts +0 -34
- package/dist/helpers/index.d.ts +0 -1
- package/dist/helpers/tokenOptimizer.helper.d.ts +0 -1
- package/dist/style.css +0 -1
- package/dist/styles/fretex-tokens/index.d.ts +0 -4
- package/dist/styles/greenish-tokens/index.d.ts +0 -4
- package/dist/styles/tokens/index.d.ts +0 -4
- package/dist/theme/customMuiColors.d.ts +0 -61
- package/dist/theme/index.d.ts +0 -2
- package/dist/theme/theme.d.ts +0 -107
- package/tailwind-configs/tw_animation.cjs +0 -43
- package/tailwind-configs/tw_box_shadow.cjs +0 -3
- package/tailwind-configs/tw_configs.cjs +0 -8
- /package/dist/{components → src/components/inputs/button}/index.d.ts +0 -0
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledButton: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
children?: import("react").ReactNode;
|
|
4
|
-
classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
|
|
5
|
-
color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined;
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
disableElevation?: boolean | undefined;
|
|
8
|
-
disableFocusRipple?: boolean | undefined;
|
|
9
|
-
endIcon?: import("react").ReactNode;
|
|
10
|
-
fullWidth?: boolean | undefined;
|
|
11
|
-
href?: string | undefined;
|
|
12
|
-
size?: "small" | "medium" | "large" | undefined;
|
|
13
|
-
startIcon?: import("react").ReactNode;
|
|
14
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
15
|
-
variant?: "text" | "outlined" | "contained" | undefined;
|
|
16
|
-
} & Omit<{
|
|
17
|
-
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
18
|
-
centerRipple?: boolean | undefined;
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
classes?: Partial<import("@mui/material").ButtonBaseClasses> | undefined;
|
|
21
|
-
disabled?: boolean | undefined;
|
|
22
|
-
disableRipple?: boolean | undefined;
|
|
23
|
-
disableTouchRipple?: boolean | undefined;
|
|
24
|
-
focusRipple?: boolean | undefined;
|
|
25
|
-
focusVisibleClassName?: string | undefined;
|
|
26
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
27
|
-
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
28
|
-
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
29
|
-
tabIndex?: number | undefined;
|
|
30
|
-
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
31
|
-
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
32
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
33
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
34
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
package/dist/helpers/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './tokenOptimizer.helper';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function tokenOptimizer<T>(object: T): T;
|
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{--colors-teal-50: #e9fcfc;--colors-teal-100: #dffafa;--colors-teal-200: #bef4f4;--colors-teal-300: #78e8e8;--colors-teal-400: #32dcdc;--colors-teal-500: #1ca1a1;--colors-teal-600: #157a7a;--colors-teal-700: #105c5c;--colors-teal-800: #0b4141;--colors-teal-900: #093434;--colors-blue-50: #e6f2f8;--colors-blue-100: #cce6f1;--colors-blue-200: #99cce4;--colors-blue-300: #66b3d6;--colors-blue-400: #3399c9;--colors-blue-500: #0080bb;--colors-blue-600: #0073a8;--colors-blue-700: #005a83;--colors-blue-800: #00405e;--colors-blue-900: #002638;--colors-xanadu-50: #eff4f2;--colors-xanadu-100: #dee8e4;--colors-xanadu-200: #ceddd7;--colors-xanadu-300: #bdd1c9;--colors-xanadu-400: #adc6bc;--colors-xanadu-500: #9cb2a9;--colors-xanadu-600: #8a9e96;--colors-xanadu-700: #798b84;--colors-xanadu-800: #4e5955;--colors-xanadu-900: #2f3533;--colors-primary-50: #e6f2f8;--colors-primary-100: #cce6f1;--colors-primary-200: #99cce4;--colors-primary-300: #66b3d6;--colors-primary-400: #3399c9;--colors-primary-500: #0080bb;--colors-primary-600: #0073a8;--colors-primary-700: #005a83;--colors-primary-800: #00405e;--colors-primary-900: #002638}[data-theme=fretex]{--colors-primary-50: #eff4f2;--colors-primary-100: #dee8e4;--colors-primary-200: #ceddd7;--colors-primary-300: #bdd1c9;--colors-primary-400: #adc6bc;--colors-primary-500: #9cb2a9;--colors-primary-600: #8a9e96;--colors-primary-700: #798b84;--colors-primary-800: #4e5955;--colors-primary-900: #2f3533}[data-theme=greenish]{--colors-primary-50: #e9fcfc;--colors-primary-100: #dffafa;--colors-primary-200: #bef4f4;--colors-primary-300: #78e8e8;--colors-primary-400: #32dcdc;--colors-primary-500: #1ca1a1;--colors-primary-600: #157a7a;--colors-primary-700: #105c5c;--colors-primary-800: #0b4141;--colors-primary-900: #093434}.border-primary-main{border-color:var(--colors-primary-600)!important}.bg-primary-main{background-color:var(--colors-primary-600)!important}.bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.bg-primary-700{background-color:var(--colors-primary-700)!important}.bg-primary-100{background-color:var(--colors-primary-100)!important}.normal-case{text-transform:none!important}.text-gray-400{--tw-text-opacity: 1 !important;color:rgb(156 163 175 / var(--tw-text-opacity))!important}.text-primary-dark{color:var(--colors-primary-900)!important}.overline{text-decoration-line:overline!important}.shadow-\[0_0_0_3px\]{--tw-shadow: 0 0 0 3px !important;--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-primary-400{--tw-shadow-color: var(--colors-primary-400) !important;--tw-shadow: var(--tw-shadow-colored) !important}.hover\:border-primary-500:hover{border-color:var(--colors-primary-500)!important}.hover\:bg-primary-700:hover{background-color:var(--colors-primary-700)!important}.hover\:bg-primary-500:hover{background-color:var(--colors-primary-500)!important}.hover\:text-gray-50:hover{--tw-text-opacity: 1 !important;color:rgb(249 250 251 / var(--tw-text-opacity))!important}.active\:bg-primary-dark:active{background-color:var(--colors-primary-900)!important}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
declare const customPalettes: {
|
|
2
|
-
greenish: {
|
|
3
|
-
primary: {
|
|
4
|
-
"50": string;
|
|
5
|
-
"100": string;
|
|
6
|
-
"200": string;
|
|
7
|
-
"300": string;
|
|
8
|
-
"400": string;
|
|
9
|
-
"500": string;
|
|
10
|
-
"600": string;
|
|
11
|
-
"700": string;
|
|
12
|
-
"800": string;
|
|
13
|
-
"900": string;
|
|
14
|
-
light: string;
|
|
15
|
-
main: string;
|
|
16
|
-
dark: string;
|
|
17
|
-
contrastText: string;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
fretex: {
|
|
21
|
-
primary: {
|
|
22
|
-
"50": string;
|
|
23
|
-
"100": string;
|
|
24
|
-
"200": string;
|
|
25
|
-
"300": string;
|
|
26
|
-
"400": string;
|
|
27
|
-
"500": string;
|
|
28
|
-
"600": string;
|
|
29
|
-
"700": string;
|
|
30
|
-
"800": string;
|
|
31
|
-
"900": string;
|
|
32
|
-
light: string;
|
|
33
|
-
main: string;
|
|
34
|
-
dark: string;
|
|
35
|
-
contrastText: string;
|
|
36
|
-
};
|
|
37
|
-
secondary: {
|
|
38
|
-
100: string;
|
|
39
|
-
200: string;
|
|
40
|
-
300: string;
|
|
41
|
-
400: string;
|
|
42
|
-
500: string;
|
|
43
|
-
600: string;
|
|
44
|
-
700: string;
|
|
45
|
-
800: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
role: {
|
|
49
|
-
patient: {
|
|
50
|
-
light: string;
|
|
51
|
-
main: string;
|
|
52
|
-
dark: string;
|
|
53
|
-
};
|
|
54
|
-
network: {
|
|
55
|
-
light: string;
|
|
56
|
-
main: string;
|
|
57
|
-
dark: string;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
export default customPalettes;
|
package/dist/theme/index.d.ts
DELETED
package/dist/theme/theme.d.ts
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import type { SimplePaletteColorOptions } from '@mui/material';
|
|
2
|
-
declare const theme: {
|
|
3
|
-
palette: {
|
|
4
|
-
primary: {
|
|
5
|
-
"50": string;
|
|
6
|
-
"100": string;
|
|
7
|
-
"200": string;
|
|
8
|
-
"300": string;
|
|
9
|
-
"400": string;
|
|
10
|
-
"500": string;
|
|
11
|
-
"600": string;
|
|
12
|
-
"700": string;
|
|
13
|
-
"800": string;
|
|
14
|
-
"900": string;
|
|
15
|
-
light: string;
|
|
16
|
-
main: string;
|
|
17
|
-
dark: string;
|
|
18
|
-
contrastText: string;
|
|
19
|
-
};
|
|
20
|
-
error: {
|
|
21
|
-
main: string;
|
|
22
|
-
light: string;
|
|
23
|
-
};
|
|
24
|
-
success: {
|
|
25
|
-
light: string;
|
|
26
|
-
main: string;
|
|
27
|
-
dark: string;
|
|
28
|
-
};
|
|
29
|
-
warning: {
|
|
30
|
-
light: string;
|
|
31
|
-
main: string;
|
|
32
|
-
dark: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
typography: {
|
|
36
|
-
fontFamily: string;
|
|
37
|
-
fontSize: number;
|
|
38
|
-
h1: {
|
|
39
|
-
fontSize: string;
|
|
40
|
-
fontWeight: string;
|
|
41
|
-
marginBottom: string;
|
|
42
|
-
};
|
|
43
|
-
h2: {
|
|
44
|
-
fontSize: string;
|
|
45
|
-
fontWeight: string;
|
|
46
|
-
marginBottom: string;
|
|
47
|
-
};
|
|
48
|
-
h3: {
|
|
49
|
-
fontSize: string;
|
|
50
|
-
fontWeight: string;
|
|
51
|
-
marginBottom: string;
|
|
52
|
-
};
|
|
53
|
-
subtitle1: {
|
|
54
|
-
fontSize: string;
|
|
55
|
-
fontWeight: string;
|
|
56
|
-
};
|
|
57
|
-
subtitle2: {
|
|
58
|
-
fontSize: string;
|
|
59
|
-
fontWeight: number;
|
|
60
|
-
};
|
|
61
|
-
body1: {
|
|
62
|
-
fontSize: string;
|
|
63
|
-
fontWeight: string;
|
|
64
|
-
};
|
|
65
|
-
body2: {
|
|
66
|
-
fontSize: string;
|
|
67
|
-
fontWeight: string;
|
|
68
|
-
};
|
|
69
|
-
button: {
|
|
70
|
-
fontSize: string;
|
|
71
|
-
fontWeight: number;
|
|
72
|
-
};
|
|
73
|
-
caption: {
|
|
74
|
-
fontSize: string;
|
|
75
|
-
fontWeight: string;
|
|
76
|
-
};
|
|
77
|
-
overline: {
|
|
78
|
-
fontSize: string;
|
|
79
|
-
fontWeight: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
export default theme;
|
|
84
|
-
declare module '@mui/material/styles' {
|
|
85
|
-
interface Theme {
|
|
86
|
-
palette: {
|
|
87
|
-
primary: {
|
|
88
|
-
50: string;
|
|
89
|
-
100: string;
|
|
90
|
-
200: string;
|
|
91
|
-
300: string;
|
|
92
|
-
400: string;
|
|
93
|
-
500: string;
|
|
94
|
-
600: string;
|
|
95
|
-
700: string;
|
|
96
|
-
800: string;
|
|
97
|
-
900: string;
|
|
98
|
-
light: string;
|
|
99
|
-
main: string;
|
|
100
|
-
dark: string;
|
|
101
|
-
};
|
|
102
|
-
success: SimplePaletteColorOptions;
|
|
103
|
-
warning: SimplePaletteColorOptions;
|
|
104
|
-
error: SimplePaletteColorOptions;
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
animation: {
|
|
3
|
-
'slide-in': 'slide-in 0.3s linear',
|
|
4
|
-
'slide-out': 'slide-out 0.3s linear',
|
|
5
|
-
'opacity-in': 'opacity-in 0.1s linear',
|
|
6
|
-
'opacity-in-5': 'opacity-in 0.5s linear',
|
|
7
|
-
'opacity-appear-3': 'opacity-appear 0.3s linear',
|
|
8
|
-
'opacity-out': 'opacity-out 0.3s linear',
|
|
9
|
-
},
|
|
10
|
-
keyframes: {
|
|
11
|
-
'slide-in': {
|
|
12
|
-
'0%': { margin: '0 0 0 -320px' },
|
|
13
|
-
'100%': { margin: '0' },
|
|
14
|
-
},
|
|
15
|
-
'slide-out': {
|
|
16
|
-
'0%': { margin: '0' },
|
|
17
|
-
'100%': { margin: '0 0 0 -320px' },
|
|
18
|
-
},
|
|
19
|
-
'opacity-in': {
|
|
20
|
-
'0%': {
|
|
21
|
-
opacity: '0',
|
|
22
|
-
height: '100%',
|
|
23
|
-
},
|
|
24
|
-
'100%': {
|
|
25
|
-
opacity: '1',
|
|
26
|
-
height: '100%',
|
|
27
|
-
},
|
|
28
|
-
},
|
|
29
|
-
'opacity-appear': {
|
|
30
|
-
'0%': {
|
|
31
|
-
opacity: '0',
|
|
32
|
-
},
|
|
33
|
-
'100%': {
|
|
34
|
-
opacity: '1',
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
'opacity-out': {
|
|
38
|
-
'0%': { opacity: '1', height: '100%' },
|
|
39
|
-
'60%': { opacity: '1', height: '100%' },
|
|
40
|
-
'100%': { opacity: '0', height: '100%' },
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
}
|
|
File without changes
|