pixelize-design-library 2.1.14 → 2.1.15
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/.github/workflows/build.yml +31 -0
- package/dist/index.d.mts +1461 -0
- package/dist/index.d.ts +1461 -54
- package/dist/index.js +263 -146
- package/dist/index.mjs +263 -0
- package/package.json +24 -10
- package/tsconfig.json +23 -0
- package/dist/App.d.ts +0 -4
- package/dist/App.js +0 -128
- package/dist/Assets/defaultLogo.d.ts +0 -3
- package/dist/Assets/defaultLogo.js +0 -15
- package/dist/Assets/defaultLogo.tsx +0 -31
- package/dist/Components/Accordion/Accordion.d.ts +0 -4
- package/dist/Components/Accordion/Accordion.js +0 -40
- package/dist/Components/Accordion/AccordionProps.d.ts +0 -17
- package/dist/Components/Accordion/AccordionProps.js +0 -2
- package/dist/Components/AlertDialog/AlertDialog.d.ts +0 -4
- package/dist/Components/AlertDialog/AlertDialog.js +0 -20
- package/dist/Components/AlertDialog/AlertDialogProps.d.ts +0 -20
- package/dist/Components/AlertDialog/AlertDialogProps.js +0 -2
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.d.ts +0 -3
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.js +0 -64
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.d.ts +0 -1
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.js +0 -6
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChartProps.d.ts +0 -19
- package/dist/Components/Apexcharts/ApexBarChart/ApexBarChartProps.js +0 -2
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.d.ts +0 -3
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.js +0 -29
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.d.ts +0 -1
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.js +0 -6
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChartProps.d.ts +0 -41
- package/dist/Components/Apexcharts/ApexPieChart/ApexPieChartProps.js +0 -2
- package/dist/Components/Breadcrumbs/Breadcrumbs.d.ts +0 -3
- package/dist/Components/Breadcrumbs/Breadcrumbs.js +0 -17
- package/dist/Components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -1
- package/dist/Components/Breadcrumbs/Breadcrumbs.stories.js +0 -6
- package/dist/Components/Breadcrumbs/BreadcrumbsProps.d.ts +0 -11
- package/dist/Components/Breadcrumbs/BreadcrumbsProps.js +0 -2
- package/dist/Components/Button/Button.d.ts +0 -5
- package/dist/Components/Button/Button.js +0 -32
- package/dist/Components/Button/Button.stories.d.ts +0 -1
- package/dist/Components/Button/Button.stories.js +0 -6
- package/dist/Components/Button/Button.styles.d.ts +0 -2
- package/dist/Components/Button/Button.styles.js +0 -112
- package/dist/Components/Button/ButtonProps.d.ts +0 -13
- package/dist/Components/Button/ButtonProps.js +0 -2
- package/dist/Components/ButtonGroupIcon/ButtonGoupIconProps.d.ts +0 -33
- package/dist/Components/ButtonGroupIcon/ButtonGoupIconProps.js +0 -2
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.d.ts +0 -5
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +0 -86
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.stories.d.ts +0 -1
- package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.stories.js +0 -6
- package/dist/Components/Buttons/Buttons.d.ts +0 -4
- package/dist/Components/Buttons/Buttons.js +0 -11
- package/dist/Components/Buttons/ButtonsProps.d.ts +0 -6
- package/dist/Components/Buttons/ButtonsProps.js +0 -2
- package/dist/Components/Card/Card.d.ts +0 -3
- package/dist/Components/Card/Card.js +0 -12
- package/dist/Components/Card/CardProps.d.ts +0 -14
- package/dist/Components/Card/CardProps.js +0 -2
- package/dist/Components/Checkbox/Checkbox.d.ts +0 -3
- package/dist/Components/Checkbox/Checkbox.js +0 -20
- package/dist/Components/Checkbox/Checkbox.stories.d.ts +0 -1
- package/dist/Components/Checkbox/Checkbox.stories.js +0 -7
- package/dist/Components/Checkbox/Checkbox.styles.d.ts +0 -2
- package/dist/Components/Checkbox/Checkbox.styles.js +0 -54
- package/dist/Components/Checkbox/CheckboxProps.d.ts +0 -15
- package/dist/Components/Checkbox/CheckboxProps.js +0 -2
- package/dist/Components/Common/ErrorComponent.d.ts +0 -6
- package/dist/Components/Common/ErrorComponent.js +0 -16
- package/dist/Components/Common/ErrorMessage.d.ts +0 -5
- package/dist/Components/Common/ErrorMessage.js +0 -17
- package/dist/Components/Common/FormLabel.d.ts +0 -8
- package/dist/Components/Common/FormLabel.js +0 -22
- package/dist/Components/Common/HelperText.d.ts +0 -5
- package/dist/Components/Common/HelperText.js +0 -14
- package/dist/Components/Common/Label.d.ts +0 -7
- package/dist/Components/Common/Label.js +0 -13
- package/dist/Components/ContactForm/ContactForm.d.ts +0 -4
- package/dist/Components/ContactForm/ContactForm.js +0 -215
- package/dist/Components/ContactForm/ContactFormProps.d.ts +0 -9
- package/dist/Components/ContactForm/ContactFormProps.js +0 -2
- package/dist/Components/DatePicker/DatePicker.d.ts +0 -3
- package/dist/Components/DatePicker/DatePicker.js +0 -235
- package/dist/Components/DatePicker/DatePickerProps.d.ts +0 -42
- package/dist/Components/DatePicker/DatePickerProps.js +0 -2
- package/dist/Components/DatePicker/TimePicker.d.ts +0 -4
- package/dist/Components/DatePicker/TimePicker.js +0 -101
- package/dist/Components/Divider/Divider.d.ts +0 -3
- package/dist/Components/Divider/Divider.js +0 -14
- package/dist/Components/Drawer/Drawer.d.ts +0 -12
- package/dist/Components/Drawer/Drawer.js +0 -40
- package/dist/Components/Drawer/DrawerProps.d.ts +0 -8
- package/dist/Components/Drawer/DrawerProps.js +0 -2
- package/dist/Components/Dropdown/DropDown.d.ts +0 -4
- package/dist/Components/Dropdown/DropDown.js +0 -97
- package/dist/Components/Dropdown/DropdownProps.d.ts +0 -26
- package/dist/Components/Dropdown/DropdownProps.js +0 -2
- package/dist/Components/Editor/Editor.d.ts +0 -3
- package/dist/Components/Editor/Editor.js +0 -12
- package/dist/Components/Editor/EditorProps.d.ts +0 -5
- package/dist/Components/Editor/EditorProps.js +0 -2
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.d.ts +0 -3
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +0 -44
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +0 -13
- package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.js +0 -2
- package/dist/Components/FileUpload/FileUpload.d.ts +0 -4
- package/dist/Components/FileUpload/FileUpload.js +0 -156
- package/dist/Components/FileUpload/FileUploadProps.d.ts +0 -11
- package/dist/Components/FileUpload/FileUploadProps.js +0 -2
- package/dist/Components/FileUpload/constants.d.ts +0 -3
- package/dist/Components/FileUpload/constants.js +0 -28
- package/dist/Components/Form/FormWrapper.d.ts +0 -7
- package/dist/Components/Form/FormWrapper.js +0 -19
- package/dist/Components/Header/Header.d.ts +0 -4
- package/dist/Components/Header/Header.js +0 -57
- package/dist/Components/Header/HeaderActions.d.ts +0 -23
- package/dist/Components/Header/HeaderActions.js +0 -37
- package/dist/Components/Header/HeaderProps.d.ts +0 -44
- package/dist/Components/Header/HeaderProps.js +0 -2
- package/dist/Components/Header/components/desktopMenu.d.ts +0 -4
- package/dist/Components/Header/components/desktopMenu.js +0 -33
- package/dist/Components/Header/components/mobileMenu.d.ts +0 -4
- package/dist/Components/Header/components/mobileMenu.js +0 -32
- package/dist/Components/Input/Input/Input.d.ts +0 -4
- package/dist/Components/Input/Input/Input.js +0 -45
- package/dist/Components/Input/Input/InputProps.d.ts +0 -17
- package/dist/Components/Input/Input/InputProps.js +0 -2
- package/dist/Components/Input/TextInput.d.ts +0 -4
- package/dist/Components/Input/TextInput.js +0 -68
- package/dist/Components/Input/TextInput.stories.d.ts +0 -1
- package/dist/Components/Input/TextInput.stories.js +0 -8
- package/dist/Components/Input/TextInput.styles.d.ts +0 -2
- package/dist/Components/Input/TextInput.styles.js +0 -84
- package/dist/Components/Input/TextInputProps.d.ts +0 -24
- package/dist/Components/Input/TextInputProps.js +0 -2
- package/dist/Components/InputTextArea/InputTextArea.d.ts +0 -3
- package/dist/Components/InputTextArea/InputTextArea.js +0 -16
- package/dist/Components/InputTextArea/InputTextArea.stories.d.ts +0 -1
- package/dist/Components/InputTextArea/InputTextArea.stories.js +0 -7
- package/dist/Components/InputTextArea/InputTextAreaProps.d.ts +0 -10
- package/dist/Components/InputTextArea/InputTextAreaProps.js +0 -2
- package/dist/Components/KanbanBoard/AccountCard.d.ts +0 -9
- package/dist/Components/KanbanBoard/AccountCard.js +0 -74
- package/dist/Components/KanbanBoard/AccountRow.d.ts +0 -6
- package/dist/Components/KanbanBoard/AccountRow.js +0 -20
- package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +0 -9
- package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.js +0 -26
- package/dist/Components/KanbanBoard/KanbanBoard.d.ts +0 -4
- package/dist/Components/KanbanBoard/KanbanBoard.js +0 -120
- package/dist/Components/KanbanBoard/KanbanBoardProps.d.ts +0 -27
- package/dist/Components/KanbanBoard/KanbanBoardProps.js +0 -2
- package/dist/Components/Loading/Loading.d.ts +0 -3
- package/dist/Components/Loading/Loading.js +0 -36
- package/dist/Components/Loading/Loading.stories.d.ts +0 -1
- package/dist/Components/Loading/Loading.stories.js +0 -7
- package/dist/Components/Loading/LoadingProps.d.ts +0 -5
- package/dist/Components/Loading/LoadingProps.js +0 -2
- package/dist/Components/Modal/Modal.d.ts +0 -12
- package/dist/Components/Modal/Modal.js +0 -50
- package/dist/Components/Modal/Modal.stories.d.ts +0 -1
- package/dist/Components/Modal/Modal.stories.js +0 -7
- package/dist/Components/Modal/ModalProps.d.ts +0 -11
- package/dist/Components/Modal/ModalProps.js +0 -2
- package/dist/Components/MultiSelect/MultiSelect.d.ts +0 -3
- package/dist/Components/MultiSelect/MultiSelect.js +0 -115
- package/dist/Components/MultiSelect/MultiSelectProps.d.ts +0 -20
- package/dist/Components/MultiSelect/MultiSelectProps.js +0 -2
- package/dist/Components/NavigationBar/NavBar.stories.d.ts +0 -1
- package/dist/Components/NavigationBar/NavBar.stories.js +0 -3
- package/dist/Components/NavigationBar/NavigationBar.d.ts +0 -3
- package/dist/Components/NavigationBar/NavigationBar.js +0 -50
- package/dist/Components/NavigationBar/NavigationBarProps.d.ts +0 -19
- package/dist/Components/NavigationBar/NavigationBarProps.js +0 -2
- package/dist/Components/NoteTextArea/NoteTextArea.d.ts +0 -3
- package/dist/Components/NoteTextArea/NoteTextArea.js +0 -274
- package/dist/Components/NoteTextArea/NoteTextAreaProps.d.ts +0 -16
- package/dist/Components/NoteTextArea/NoteTextAreaProps.js +0 -2
- package/dist/Components/NumberInput/NumberInput.d.ts +0 -3
- package/dist/Components/NumberInput/NumberInput.js +0 -16
- package/dist/Components/NumberInput/NumberInput.stories.d.ts +0 -1
- package/dist/Components/NumberInput/NumberInput.stories.js +0 -5
- package/dist/Components/NumberInput/NumberInputProps.d.ts +0 -12
- package/dist/Components/NumberInput/NumberInputProps.js +0 -2
- package/dist/Components/PinInput/PinInput.d.ts +0 -3
- package/dist/Components/PinInput/PinInput.js +0 -15
- package/dist/Components/PinInput/PinInput.stories.d.ts +0 -1
- package/dist/Components/PinInput/PinInput.stories.js +0 -6
- package/dist/Components/PinInput/PinInputProps.d.ts +0 -9
- package/dist/Components/PinInput/PinInputProps.js +0 -2
- package/dist/Components/PinInputs/PinInputs.d.ts +0 -4
- package/dist/Components/PinInputs/PinInputs.js +0 -71
- package/dist/Components/PinInputs/PinInputsProps.d.ts +0 -9
- package/dist/Components/PinInputs/PinInputsProps.js +0 -2
- package/dist/Components/ProductCard/ProductCard.d.ts +0 -4
- package/dist/Components/ProductCard/ProductCard.js +0 -51
- package/dist/Components/ProductCard/ProductCardProps.d.ts +0 -26
- package/dist/Components/ProductCard/ProductCardProps.js +0 -2
- package/dist/Components/ProductCard/ProductLabel.d.ts +0 -6
- package/dist/Components/ProductCard/ProductLabel.js +0 -14
- package/dist/Components/ProductCard/ProductPrice.d.ts +0 -7
- package/dist/Components/ProductCard/ProductPrice.js +0 -88
- package/dist/Components/ProductCard/ProductReview.d.ts +0 -7
- package/dist/Components/ProductCard/ProductReview.js +0 -23
- package/dist/Components/ProductCard/ProductTags.d.ts +0 -7
- package/dist/Components/ProductCard/ProductTags.js +0 -30
- package/dist/Components/ProfileCard/ProfileCard.d.ts +0 -12
- package/dist/Components/ProfileCard/ProfileCard.js +0 -57
- package/dist/Components/ProfileCard/ProfileCard.stories.d.ts +0 -1
- package/dist/Components/ProfileCard/ProfileCard.stories.js +0 -6
- package/dist/Components/ProfileCard/ProfileCardProps.d.ts +0 -16
- package/dist/Components/ProfileCard/ProfileCardProps.js +0 -2
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.d.ts +0 -3
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +0 -94
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.d.ts +0 -1
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.js +0 -6
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +0 -19
- package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.js +0 -2
- package/dist/Components/ProgressBar/ProgressBar.d.ts +0 -3
- package/dist/Components/ProgressBar/ProgressBar.js +0 -12
- package/dist/Components/ProgressBar/ProgressBar.stories.d.ts +0 -1
- package/dist/Components/ProgressBar/ProgressBar.stories.js +0 -7
- package/dist/Components/ProgressBar/ProgressBarProps.d.ts +0 -6
- package/dist/Components/ProgressBar/ProgressBarProps.js +0 -2
- package/dist/Components/RadioButton/RadioButton.d.ts +0 -5
- package/dist/Components/RadioButton/RadioButton.js +0 -31
- package/dist/Components/RadioButton/RadioButton.stories.d.ts +0 -1
- package/dist/Components/RadioButton/RadioButton.stories.js +0 -7
- package/dist/Components/RadioButton/RadioButtonProps.d.ts +0 -11
- package/dist/Components/RadioButton/RadioButtonProps.js +0 -2
- package/dist/Components/Reorder/Reorder.d.ts +0 -4
- package/dist/Components/Reorder/Reorder.js +0 -50
- package/dist/Components/Reorder/ReorderProps.d.ts +0 -10
- package/dist/Components/Reorder/ReorderProps.js +0 -2
- package/dist/Components/Search/Search.d.ts +0 -3
- package/dist/Components/Search/Search.js +0 -66
- package/dist/Components/Search/SearchProps.d.ts +0 -8
- package/dist/Components/Search/SearchProps.js +0 -2
- package/dist/Components/SearchSelect/SearchSelect.d.ts +0 -4
- package/dist/Components/SearchSelect/SearchSelect.js +0 -237
- package/dist/Components/SearchSelect/SearchSelectProps.d.ts +0 -60
- package/dist/Components/SearchSelect/SearchSelectProps.js +0 -2
- package/dist/Components/SearchSelect/SelectTruncatedLabel.d.ts +0 -6
- package/dist/Components/SearchSelect/SelectTruncatedLabel.js +0 -45
- package/dist/Components/Select/Select.d.ts +0 -3
- package/dist/Components/Select/Select.js +0 -54
- package/dist/Components/Select/Select.stories.d.ts +0 -1
- package/dist/Components/Select/Select.stories.js +0 -8
- package/dist/Components/Select/Select.styles.d.ts +0 -2
- package/dist/Components/Select/Select.styles.js +0 -98
- package/dist/Components/Select/SelectProps.d.ts +0 -20
- package/dist/Components/Select/SelectProps.js +0 -2
- package/dist/Components/SelectSearch/SelectSearch.d.ts +0 -3
- package/dist/Components/SelectSearch/SelectSearch.js +0 -239
- package/dist/Components/SelectSearch/SelectSearchProps.d.ts +0 -42
- package/dist/Components/SelectSearch/SelectSearchProps.js +0 -2
- package/dist/Components/SideBar/SideBar.d.ts +0 -3
- package/dist/Components/SideBar/SideBar.js +0 -55
- package/dist/Components/SideBar/SideBarProps.d.ts +0 -29
- package/dist/Components/SideBar/SideBarProps.js +0 -2
- package/dist/Components/SideBar/Sidebar.stories.d.ts +0 -1
- package/dist/Components/SideBar/Sidebar.stories.js +0 -7
- package/dist/Components/SideBar/components/MenuItemBox.d.ts +0 -11
- package/dist/Components/SideBar/components/MenuItemBox.js +0 -116
- package/dist/Components/SideBar/components/MenuItems.d.ts +0 -4
- package/dist/Components/SideBar/components/MenuItems.js +0 -13
- package/dist/Components/SideBar/components/MenuPopoverContent.d.ts +0 -9
- package/dist/Components/SideBar/components/MenuPopoverContent.js +0 -37
- package/dist/Components/SideBar/components/TextTruncation.d.ts +0 -8
- package/dist/Components/SideBar/components/TextTruncation.js +0 -77
- package/dist/Components/Skeletons/Skeleton.stories.d.ts +0 -1
- package/dist/Components/Skeletons/Skeleton.stories.js +0 -7
- package/dist/Components/Skeletons/SkeletonProps.d.ts +0 -4
- package/dist/Components/Skeletons/SkeletonProps.js +0 -2
- package/dist/Components/Skeletons/Skeletons.d.ts +0 -3
- package/dist/Components/Skeletons/Skeletons.js +0 -15
- package/dist/Components/Switch/Switch.d.ts +0 -3
- package/dist/Components/Switch/Switch.js +0 -39
- package/dist/Components/Switch/SwitchProps.d.ts +0 -9
- package/dist/Components/Switch/SwitchProps.js +0 -2
- package/dist/Components/Table/Components/HeaderActions.d.ts +0 -7
- package/dist/Components/Table/Components/HeaderActions.js +0 -45
- package/dist/Components/Table/Components/Pagination.d.ts +0 -14
- package/dist/Components/Table/Components/Pagination.js +0 -32
- package/dist/Components/Table/Components/TableActions.d.ts +0 -3
- package/dist/Components/Table/Components/TableActions.js +0 -28
- package/dist/Components/Table/Components/TableBody.d.ts +0 -4
- package/dist/Components/Table/Components/TableBody.js +0 -140
- package/dist/Components/Table/Components/TableFilters.d.ts +0 -4
- package/dist/Components/Table/Components/TableFilters.js +0 -59
- package/dist/Components/Table/Components/TableHeader.d.ts +0 -4
- package/dist/Components/Table/Components/TableHeader.js +0 -147
- package/dist/Components/Table/Components/TableLoading.d.ts +0 -7
- package/dist/Components/Table/Components/TableLoading.js +0 -41
- package/dist/Components/Table/Components/TableSearch.d.ts +0 -6
- package/dist/Components/Table/Components/TableSearch.js +0 -60
- package/dist/Components/Table/Components/useDebounce.d.ts +0 -2
- package/dist/Components/Table/Components/useDebounce.js +0 -28
- package/dist/Components/Table/Components/useTable.d.ts +0 -46
- package/dist/Components/Table/Components/useTable.js +0 -168
- package/dist/Components/Table/Table.d.ts +0 -3
- package/dist/Components/Table/Table.js +0 -129
- package/dist/Components/Table/Table.stories.d.ts +0 -1
- package/dist/Components/Table/Table.stories.js +0 -9
- package/dist/Components/Table/TableProps.d.ts +0 -112
- package/dist/Components/Table/TableProps.js +0 -2
- package/dist/Components/Table/TableSettings/ManageColumns.d.ts +0 -10
- package/dist/Components/Table/TableSettings/ManageColumns.js +0 -107
- package/dist/Components/Table/TableSettings/TableSettings.d.ts +0 -7
- package/dist/Components/Table/TableSettings/TableSettings.js +0 -73
- package/dist/Components/Table/TableToDo.d.ts +0 -2
- package/dist/Components/Table/TableToDo.js +0 -291
- package/dist/Components/Tag/Tag.d.ts +0 -12
- package/dist/Components/Tag/Tag.js +0 -21
- package/dist/Components/Tag/Tag.styles.d.ts +0 -2
- package/dist/Components/Tag/Tag.styles.js +0 -63
- package/dist/Components/Timeline/Timeline.d.ts +0 -4
- package/dist/Components/Timeline/Timeline.js +0 -166
- package/dist/Components/Timeline/TimelineProps.d.ts +0 -20
- package/dist/Components/Timeline/TimelineProps.js +0 -2
- package/dist/Components/Toaster/Toaster.d.ts +0 -4
- package/dist/Components/Toaster/Toaster.js +0 -86
- package/dist/Components/Toaster/Toaster.stories.d.ts +0 -1
- package/dist/Components/Toaster/Toaster.stories.js +0 -8
- package/dist/Components/Toaster/ToasterProps.d.ts +0 -12
- package/dist/Components/Toaster/ToasterProps.js +0 -2
- package/dist/Components/Toggle/TableToggle.d.ts +0 -4
- package/dist/Components/Toggle/TableToggle.js +0 -60
- package/dist/Components/Toggle/TableToggleProps.d.ts +0 -5
- package/dist/Components/Toggle/TableToggleProps.js +0 -2
- package/dist/Components/ToolTip/ToolTip.d.ts +0 -3
- package/dist/Components/ToolTip/ToolTip.js +0 -12
- package/dist/Components/ToolTip/ToolTip.stories.d.ts +0 -1
- package/dist/Components/ToolTip/ToolTip.stories.js +0 -7
- package/dist/Components/ToolTip/ToolTipProps.d.ts +0 -7
- package/dist/Components/ToolTip/ToolTipProps.js +0 -2
- package/dist/Components/Trail/EditableCell.d.ts +0 -11
- package/dist/Components/Trail/EditableCell.js +0 -71
- package/dist/Components/Trail/SelectAllCheckbox.d.ts +0 -8
- package/dist/Components/Trail/SelectAllCheckbox.js +0 -13
- package/dist/Components/Trail/TrailWorks.d.ts +0 -3
- package/dist/Components/Trail/TrailWorks.js +0 -262
- package/dist/Components/Trail/data.d.ts +0 -15
- package/dist/Components/Trail/data.js +0 -29
- package/dist/Constants/Sidebar.d.ts +0 -38
- package/dist/Constants/Sidebar.js +0 -42
- package/dist/Hooks/usePreferences.d.ts +0 -24
- package/dist/Hooks/usePreferences.js +0 -73
- package/dist/Layout.d.ts +0 -3
- package/dist/Layout.js +0 -254
- package/dist/Pages/TInput.d.ts +0 -3
- package/dist/Pages/TInput.js +0 -46
- package/dist/Pages/accordion.d.ts +0 -3
- package/dist/Pages/accordion.js +0 -42
- package/dist/Pages/alertdialog.d.ts +0 -3
- package/dist/Pages/alertdialog.js +0 -44
- package/dist/Pages/button.d.ts +0 -3
- package/dist/Pages/button.js +0 -29
- package/dist/Pages/card.d.ts +0 -3
- package/dist/Pages/card.js +0 -48
- package/dist/Pages/chart.d.ts +0 -3
- package/dist/Pages/chart.js +0 -28
- package/dist/Pages/checkbox.d.ts +0 -3
- package/dist/Pages/checkbox.js +0 -12
- package/dist/Pages/contactForm.d.ts +0 -3
- package/dist/Pages/contactForm.js +0 -16
- package/dist/Pages/datePick.d.ts +0 -3
- package/dist/Pages/datePick.js +0 -70
- package/dist/Pages/drawer.d.ts +0 -3
- package/dist/Pages/drawer.js +0 -48
- package/dist/Pages/dropdown.d.ts +0 -3
- package/dist/Pages/dropdown.js +0 -24
- package/dist/Pages/editor.d.ts +0 -3
- package/dist/Pages/editor.js +0 -14
- package/dist/Pages/fileUpload.d.ts +0 -2
- package/dist/Pages/fileUpload.js +0 -65
- package/dist/Pages/input.d.ts +0 -3
- package/dist/Pages/input.js +0 -42
- package/dist/Pages/kanbanboard.d.ts +0 -3
- package/dist/Pages/kanbanboard.js +0 -115
- package/dist/Pages/modal.d.ts +0 -3
- package/dist/Pages/modal.js +0 -55
- package/dist/Pages/multiSelect.d.ts +0 -3
- package/dist/Pages/multiSelect.js +0 -45
- package/dist/Pages/noteArea.d.ts +0 -3
- package/dist/Pages/noteArea.js +0 -49
- package/dist/Pages/numberInput.d.ts +0 -3
- package/dist/Pages/numberInput.js +0 -39
- package/dist/Pages/photoViewer.d.ts +0 -3
- package/dist/Pages/photoViewer.js +0 -12
- package/dist/Pages/pinInputs.d.ts +0 -3
- package/dist/Pages/pinInputs.js +0 -12
- package/dist/Pages/productCaard.d.ts +0 -3
- package/dist/Pages/productCaard.js +0 -32
- package/dist/Pages/progressbar.d.ts +0 -3
- package/dist/Pages/progressbar.js +0 -12
- package/dist/Pages/radioButton.d.ts +0 -3
- package/dist/Pages/radioButton.js +0 -44
- package/dist/Pages/search.d.ts +0 -3
- package/dist/Pages/search.js +0 -44
- package/dist/Pages/searchSelect.d.ts +0 -3
- package/dist/Pages/searchSelect.js +0 -151
- package/dist/Pages/select.d.ts +0 -3
- package/dist/Pages/select.js +0 -43
- package/dist/Pages/selectSearch.d.ts +0 -3
- package/dist/Pages/selectSearch.js +0 -93
- package/dist/Pages/skeleton.d.ts +0 -3
- package/dist/Pages/skeleton.js +0 -22
- package/dist/Pages/switch.d.ts +0 -3
- package/dist/Pages/switch.js +0 -40
- package/dist/Pages/table.d.ts +0 -2
- package/dist/Pages/table.js +0 -144
- package/dist/Pages/textArea.d.ts +0 -3
- package/dist/Pages/textArea.js +0 -12
- package/dist/Pages/timeline.d.ts +0 -3
- package/dist/Pages/timeline.js +0 -74
- package/dist/Pages/tooltip.d.ts +0 -3
- package/dist/Pages/tooltip.js +0 -12
- package/dist/Pages/toster.d.ts +0 -3
- package/dist/Pages/toster.js +0 -63
- package/dist/Pages/verifyEmail.d.ts +0 -3
- package/dist/Pages/verifyEmail.js +0 -18
- package/dist/Theme/Dark/theme.d.ts +0 -2
- package/dist/Theme/Dark/theme.js +0 -283
- package/dist/Theme/Default/palette.d.ts +0 -370
- package/dist/Theme/Default/palette.js +0 -372
- package/dist/Theme/Default/theme.d.ts +0 -2
- package/dist/Theme/Default/theme.js +0 -23
- package/dist/Theme/Meadow/palette.d.ts +0 -368
- package/dist/Theme/Meadow/palette.js +0 -356
- package/dist/Theme/Meadow/theme.d.ts +0 -2
- package/dist/Theme/Meadow/theme.js +0 -23
- package/dist/Theme/Radiant/palette.d.ts +0 -368
- package/dist/Theme/Radiant/palette.js +0 -356
- package/dist/Theme/Radiant/theme.d.ts +0 -2
- package/dist/Theme/Radiant/theme.js +0 -23
- package/dist/Theme/Skyline/palette.d.ts +0 -368
- package/dist/Theme/Skyline/palette.js +0 -356
- package/dist/Theme/Skyline/theme.d.ts +0 -2
- package/dist/Theme/Skyline/theme.js +0 -23
- package/dist/Theme/common.d.ts +0 -166
- package/dist/Theme/common.js +0 -101
- package/dist/Theme/componentStyles.d.ts +0 -7
- package/dist/Theme/componentStyles.js +0 -15
- package/dist/Theme/fonts.d.ts +0 -34
- package/dist/Theme/fonts.js +0 -41
- package/dist/Theme/index.d.ts +0 -11
- package/dist/Theme/index.js +0 -20
- package/dist/Theme/space.d.ts +0 -33
- package/dist/Theme/space.js +0 -35
- package/dist/Theme/theme.d.ts +0 -2
- package/dist/Theme/theme.js +0 -9
- package/dist/Theme/themeProps.d.ts +0 -475
- package/dist/Theme/themeProps.js +0 -3
- package/dist/Theme/useCustomTheme.d.ts +0 -2
- package/dist/Theme/useCustomTheme.js +0 -8
- package/dist/Utils/table.d.ts +0 -36
- package/dist/Utils/table.js +0 -168
- package/dist/_virtual/AMPMMidnightParser.js +0 -1
- package/dist/_virtual/AMPMParser.js +0 -1
- package/dist/_virtual/DateParser.js +0 -1
- package/dist/_virtual/DayOfYearParser.js +0 -1
- package/dist/_virtual/DayParser.js +0 -1
- package/dist/_virtual/DayPeriodParser.js +0 -1
- package/dist/_virtual/EraParser.js +0 -1
- package/dist/_virtual/ExtendedYearParser.js +0 -1
- package/dist/_virtual/FractionOfSecondParser.js +0 -1
- package/dist/_virtual/Hour0To11Parser.js +0 -1
- package/dist/_virtual/Hour0to23Parser.js +0 -1
- package/dist/_virtual/Hour1To24Parser.js +0 -1
- package/dist/_virtual/Hour1to12Parser.js +0 -1
- package/dist/_virtual/ISODayParser.js +0 -1
- package/dist/_virtual/ISOTimezoneParser.js +0 -1
- package/dist/_virtual/ISOTimezoneWithZParser.js +0 -1
- package/dist/_virtual/ISOWeekParser.js +0 -1
- package/dist/_virtual/ISOWeekYearParser.js +0 -1
- package/dist/_virtual/LocalDayParser.js +0 -1
- package/dist/_virtual/LocalWeekParser.js +0 -1
- package/dist/_virtual/LocalWeekYearParser.js +0 -1
- package/dist/_virtual/MinuteParser.js +0 -1
- package/dist/_virtual/MonthParser.js +0 -1
- package/dist/_virtual/Parser.js +0 -1
- package/dist/_virtual/QuarterParser.js +0 -1
- package/dist/_virtual/SecondParser.js +0 -1
- package/dist/_virtual/Setter.js +0 -1
- package/dist/_virtual/StandAloneLocalDayParser.js +0 -1
- package/dist/_virtual/StandAloneMonthParser.js +0 -1
- package/dist/_virtual/StandAloneQuarterParser.js +0 -1
- package/dist/_virtual/TimestampMillisecondsParser.js +0 -1
- package/dist/_virtual/TimestampSecondsParser.js +0 -1
- package/dist/_virtual/YearParser.js +0 -1
- package/dist/_virtual/add.js +0 -1
- package/dist/_virtual/addBusinessDays.js +0 -1
- package/dist/_virtual/addDays.js +0 -1
- package/dist/_virtual/addHours.js +0 -1
- package/dist/_virtual/addISOWeekYears.js +0 -1
- package/dist/_virtual/addLeadingZeros.js +0 -1
- package/dist/_virtual/addMilliseconds.js +0 -1
- package/dist/_virtual/addMinutes.js +0 -1
- package/dist/_virtual/addMonths.js +0 -1
- package/dist/_virtual/addQuarters.js +0 -1
- package/dist/_virtual/addSeconds.js +0 -1
- package/dist/_virtual/addWeeks.js +0 -1
- package/dist/_virtual/addYears.js +0 -1
- package/dist/_virtual/areIntervalsOverlapping.js +0 -1
- package/dist/_virtual/buildFormatLongFn.js +0 -1
- package/dist/_virtual/buildLocalizeFn.js +0 -1
- package/dist/_virtual/buildMatchFn.js +0 -1
- package/dist/_virtual/buildMatchPatternFn.js +0 -1
- package/dist/_virtual/clamp.js +0 -1
- package/dist/_virtual/closestIndexTo.js +0 -1
- package/dist/_virtual/closestTo.js +0 -1
- package/dist/_virtual/compareAsc.js +0 -1
- package/dist/_virtual/compareDesc.js +0 -1
- package/dist/_virtual/constants.js +0 -1
- package/dist/_virtual/constants2.js +0 -1
- package/dist/_virtual/constructFrom.js +0 -1
- package/dist/_virtual/constructNow.js +0 -1
- package/dist/_virtual/daysToWeeks.js +0 -1
- package/dist/_virtual/defaultLocale.js +0 -1
- package/dist/_virtual/defaultOptions.js +0 -1
- package/dist/_virtual/differenceInBusinessDays.js +0 -1
- package/dist/_virtual/differenceInCalendarDays.js +0 -1
- package/dist/_virtual/differenceInCalendarISOWeekYears.js +0 -1
- package/dist/_virtual/differenceInCalendarISOWeeks.js +0 -1
- package/dist/_virtual/differenceInCalendarMonths.js +0 -1
- package/dist/_virtual/differenceInCalendarQuarters.js +0 -1
- package/dist/_virtual/differenceInCalendarWeeks.js +0 -1
- package/dist/_virtual/differenceInCalendarYears.js +0 -1
- package/dist/_virtual/differenceInDays.js +0 -1
- package/dist/_virtual/differenceInHours.js +0 -1
- package/dist/_virtual/differenceInISOWeekYears.js +0 -1
- package/dist/_virtual/differenceInMilliseconds.js +0 -1
- package/dist/_virtual/differenceInMinutes.js +0 -1
- package/dist/_virtual/differenceInMonths.js +0 -1
- package/dist/_virtual/differenceInQuarters.js +0 -1
- package/dist/_virtual/differenceInSeconds.js +0 -1
- package/dist/_virtual/differenceInWeeks.js +0 -1
- package/dist/_virtual/differenceInYears.js +0 -1
- package/dist/_virtual/eachDayOfInterval.js +0 -1
- package/dist/_virtual/eachHourOfInterval.js +0 -1
- package/dist/_virtual/eachMinuteOfInterval.js +0 -1
- package/dist/_virtual/eachMonthOfInterval.js +0 -1
- package/dist/_virtual/eachQuarterOfInterval.js +0 -1
- package/dist/_virtual/eachWeekOfInterval.js +0 -1
- package/dist/_virtual/eachWeekendOfInterval.js +0 -1
- package/dist/_virtual/eachWeekendOfMonth.js +0 -1
- package/dist/_virtual/eachWeekendOfYear.js +0 -1
- package/dist/_virtual/eachYearOfInterval.js +0 -1
- package/dist/_virtual/en-US.js +0 -1
- package/dist/_virtual/endOfDay.js +0 -1
- package/dist/_virtual/endOfDecade.js +0 -1
- package/dist/_virtual/endOfHour.js +0 -1
- package/dist/_virtual/endOfISOWeek.js +0 -1
- package/dist/_virtual/endOfISOWeekYear.js +0 -1
- package/dist/_virtual/endOfMinute.js +0 -1
- package/dist/_virtual/endOfMonth.js +0 -1
- package/dist/_virtual/endOfQuarter.js +0 -1
- package/dist/_virtual/endOfSecond.js +0 -1
- package/dist/_virtual/endOfToday.js +0 -1
- package/dist/_virtual/endOfTomorrow.js +0 -1
- package/dist/_virtual/endOfWeek.js +0 -1
- package/dist/_virtual/endOfYear.js +0 -1
- package/dist/_virtual/endOfYesterday.js +0 -1
- package/dist/_virtual/format.js +0 -1
- package/dist/_virtual/formatDistance.js +0 -1
- package/dist/_virtual/formatDistance2.js +0 -1
- package/dist/_virtual/formatDistanceStrict.js +0 -1
- package/dist/_virtual/formatDistanceToNow.js +0 -1
- package/dist/_virtual/formatDistanceToNowStrict.js +0 -1
- package/dist/_virtual/formatDuration.js +0 -1
- package/dist/_virtual/formatISO.js +0 -1
- package/dist/_virtual/formatISO9075.js +0 -1
- package/dist/_virtual/formatISODuration.js +0 -1
- package/dist/_virtual/formatLong.js +0 -1
- package/dist/_virtual/formatRFC3339.js +0 -1
- package/dist/_virtual/formatRFC7231.js +0 -1
- package/dist/_virtual/formatRelative.js +0 -1
- package/dist/_virtual/formatRelative2.js +0 -1
- package/dist/_virtual/formatters.js +0 -1
- package/dist/_virtual/fromUnixTime.js +0 -1
- package/dist/_virtual/getDate.js +0 -1
- package/dist/_virtual/getDay.js +0 -1
- package/dist/_virtual/getDayOfYear.js +0 -1
- package/dist/_virtual/getDaysInMonth.js +0 -1
- package/dist/_virtual/getDaysInYear.js +0 -1
- package/dist/_virtual/getDecade.js +0 -1
- package/dist/_virtual/getDefaultOptions.js +0 -1
- package/dist/_virtual/getHours.js +0 -1
- package/dist/_virtual/getISODay.js +0 -1
- package/dist/_virtual/getISOWeek.js +0 -1
- package/dist/_virtual/getISOWeekYear.js +0 -1
- package/dist/_virtual/getISOWeeksInYear.js +0 -1
- package/dist/_virtual/getMilliseconds.js +0 -1
- package/dist/_virtual/getMinutes.js +0 -1
- package/dist/_virtual/getMonth.js +0 -1
- package/dist/_virtual/getOverlappingDaysInIntervals.js +0 -1
- package/dist/_virtual/getQuarter.js +0 -1
- package/dist/_virtual/getRoundingMethod.js +0 -1
- package/dist/_virtual/getSeconds.js +0 -1
- package/dist/_virtual/getTime.js +0 -1
- package/dist/_virtual/getTimezoneOffsetInMilliseconds.js +0 -1
- package/dist/_virtual/getUnixTime.js +0 -1
- package/dist/_virtual/getWeek.js +0 -1
- package/dist/_virtual/getWeekOfMonth.js +0 -1
- package/dist/_virtual/getWeekYear.js +0 -1
- package/dist/_virtual/getWeeksInMonth.js +0 -1
- package/dist/_virtual/getYear.js +0 -1
- package/dist/_virtual/hoursToMilliseconds.js +0 -1
- package/dist/_virtual/hoursToMinutes.js +0 -1
- package/dist/_virtual/hoursToSeconds.js +0 -1
- package/dist/_virtual/index.js +0 -1
- package/dist/_virtual/index2.js +0 -1
- package/dist/_virtual/interval.js +0 -1
- package/dist/_virtual/intervalToDuration.js +0 -1
- package/dist/_virtual/intlFormat.js +0 -1
- package/dist/_virtual/intlFormatDistance.js +0 -1
- package/dist/_virtual/isAfter.js +0 -1
- package/dist/_virtual/isBefore.js +0 -1
- package/dist/_virtual/isDate.js +0 -1
- package/dist/_virtual/isEqual.js +0 -1
- package/dist/_virtual/isExists.js +0 -1
- package/dist/_virtual/isFirstDayOfMonth.js +0 -1
- package/dist/_virtual/isFriday.js +0 -1
- package/dist/_virtual/isFuture.js +0 -1
- package/dist/_virtual/isLastDayOfMonth.js +0 -1
- package/dist/_virtual/isLeapYear.js +0 -1
- package/dist/_virtual/isMatch.js +0 -1
- package/dist/_virtual/isMonday.js +0 -1
- package/dist/_virtual/isPast.js +0 -1
- package/dist/_virtual/isSameDay.js +0 -1
- package/dist/_virtual/isSameHour.js +0 -1
- package/dist/_virtual/isSameISOWeek.js +0 -1
- package/dist/_virtual/isSameISOWeekYear.js +0 -1
- package/dist/_virtual/isSameMinute.js +0 -1
- package/dist/_virtual/isSameMonth.js +0 -1
- package/dist/_virtual/isSameQuarter.js +0 -1
- package/dist/_virtual/isSameSecond.js +0 -1
- package/dist/_virtual/isSameWeek.js +0 -1
- package/dist/_virtual/isSameYear.js +0 -1
- package/dist/_virtual/isSaturday.js +0 -1
- package/dist/_virtual/isSunday.js +0 -1
- package/dist/_virtual/isThisHour.js +0 -1
- package/dist/_virtual/isThisISOWeek.js +0 -1
- package/dist/_virtual/isThisMinute.js +0 -1
- package/dist/_virtual/isThisMonth.js +0 -1
- package/dist/_virtual/isThisQuarter.js +0 -1
- package/dist/_virtual/isThisSecond.js +0 -1
- package/dist/_virtual/isThisWeek.js +0 -1
- package/dist/_virtual/isThisYear.js +0 -1
- package/dist/_virtual/isThursday.js +0 -1
- package/dist/_virtual/isToday.js +0 -1
- package/dist/_virtual/isTomorrow.js +0 -1
- package/dist/_virtual/isTuesday.js +0 -1
- package/dist/_virtual/isValid.js +0 -1
- package/dist/_virtual/isWednesday.js +0 -1
- package/dist/_virtual/isWeekend.js +0 -1
- package/dist/_virtual/isWithinInterval.js +0 -1
- package/dist/_virtual/isYesterday.js +0 -1
- package/dist/_virtual/lastDayOfDecade.js +0 -1
- package/dist/_virtual/lastDayOfISOWeek.js +0 -1
- package/dist/_virtual/lastDayOfISOWeekYear.js +0 -1
- package/dist/_virtual/lastDayOfMonth.js +0 -1
- package/dist/_virtual/lastDayOfQuarter.js +0 -1
- package/dist/_virtual/lastDayOfWeek.js +0 -1
- package/dist/_virtual/lastDayOfYear.js +0 -1
- package/dist/_virtual/lightFormat.js +0 -1
- package/dist/_virtual/lightFormatters.js +0 -1
- package/dist/_virtual/localize.js +0 -1
- package/dist/_virtual/longFormatters.js +0 -1
- package/dist/_virtual/match.js +0 -1
- package/dist/_virtual/max.js +0 -1
- package/dist/_virtual/milliseconds.js +0 -1
- package/dist/_virtual/millisecondsToHours.js +0 -1
- package/dist/_virtual/millisecondsToMinutes.js +0 -1
- package/dist/_virtual/millisecondsToSeconds.js +0 -1
- package/dist/_virtual/min.js +0 -1
- package/dist/_virtual/minutesToHours.js +0 -1
- package/dist/_virtual/minutesToMilliseconds.js +0 -1
- package/dist/_virtual/minutesToSeconds.js +0 -1
- package/dist/_virtual/monthsToQuarters.js +0 -1
- package/dist/_virtual/monthsToYears.js +0 -1
- package/dist/_virtual/nextDay.js +0 -1
- package/dist/_virtual/nextFriday.js +0 -1
- package/dist/_virtual/nextMonday.js +0 -1
- package/dist/_virtual/nextSaturday.js +0 -1
- package/dist/_virtual/nextSunday.js +0 -1
- package/dist/_virtual/nextThursday.js +0 -1
- package/dist/_virtual/nextTuesday.js +0 -1
- package/dist/_virtual/nextWednesday.js +0 -1
- package/dist/_virtual/parse.js +0 -1
- package/dist/_virtual/parseISO.js +0 -1
- package/dist/_virtual/parseJSON.js +0 -1
- package/dist/_virtual/parsers.js +0 -1
- package/dist/_virtual/previousDay.js +0 -1
- package/dist/_virtual/previousFriday.js +0 -1
- package/dist/_virtual/previousMonday.js +0 -1
- package/dist/_virtual/previousSaturday.js +0 -1
- package/dist/_virtual/previousSunday.js +0 -1
- package/dist/_virtual/previousThursday.js +0 -1
- package/dist/_virtual/previousTuesday.js +0 -1
- package/dist/_virtual/previousWednesday.js +0 -1
- package/dist/_virtual/protectedTokens.js +0 -1
- package/dist/_virtual/quartersToMonths.js +0 -1
- package/dist/_virtual/quartersToYears.js +0 -1
- package/dist/_virtual/roundToNearestHours.js +0 -1
- package/dist/_virtual/roundToNearestMinutes.js +0 -1
- package/dist/_virtual/secondsToHours.js +0 -1
- package/dist/_virtual/secondsToMilliseconds.js +0 -1
- package/dist/_virtual/secondsToMinutes.js +0 -1
- package/dist/_virtual/set.js +0 -1
- package/dist/_virtual/setDate.js +0 -1
- package/dist/_virtual/setDay.js +0 -1
- package/dist/_virtual/setDayOfYear.js +0 -1
- package/dist/_virtual/setDefaultOptions.js +0 -1
- package/dist/_virtual/setHours.js +0 -1
- package/dist/_virtual/setISODay.js +0 -1
- package/dist/_virtual/setISOWeek.js +0 -1
- package/dist/_virtual/setISOWeekYear.js +0 -1
- package/dist/_virtual/setMilliseconds.js +0 -1
- package/dist/_virtual/setMinutes.js +0 -1
- package/dist/_virtual/setMonth.js +0 -1
- package/dist/_virtual/setQuarter.js +0 -1
- package/dist/_virtual/setSeconds.js +0 -1
- package/dist/_virtual/setWeek.js +0 -1
- package/dist/_virtual/setWeekYear.js +0 -1
- package/dist/_virtual/setYear.js +0 -1
- package/dist/_virtual/startOfDay.js +0 -1
- package/dist/_virtual/startOfDecade.js +0 -1
- package/dist/_virtual/startOfHour.js +0 -1
- package/dist/_virtual/startOfISOWeek.js +0 -1
- package/dist/_virtual/startOfISOWeekYear.js +0 -1
- package/dist/_virtual/startOfMinute.js +0 -1
- package/dist/_virtual/startOfMonth.js +0 -1
- package/dist/_virtual/startOfQuarter.js +0 -1
- package/dist/_virtual/startOfSecond.js +0 -1
- package/dist/_virtual/startOfToday.js +0 -1
- package/dist/_virtual/startOfTomorrow.js +0 -1
- package/dist/_virtual/startOfWeek.js +0 -1
- package/dist/_virtual/startOfWeekYear.js +0 -1
- package/dist/_virtual/startOfYear.js +0 -1
- package/dist/_virtual/startOfYesterday.js +0 -1
- package/dist/_virtual/sub.js +0 -1
- package/dist/_virtual/subBusinessDays.js +0 -1
- package/dist/_virtual/subDays.js +0 -1
- package/dist/_virtual/subHours.js +0 -1
- package/dist/_virtual/subISOWeekYears.js +0 -1
- package/dist/_virtual/subMilliseconds.js +0 -1
- package/dist/_virtual/subMinutes.js +0 -1
- package/dist/_virtual/subMonths.js +0 -1
- package/dist/_virtual/subQuarters.js +0 -1
- package/dist/_virtual/subSeconds.js +0 -1
- package/dist/_virtual/subWeeks.js +0 -1
- package/dist/_virtual/subYears.js +0 -1
- package/dist/_virtual/toDate.js +0 -1
- package/dist/_virtual/transpose.js +0 -1
- package/dist/_virtual/utils.js +0 -1
- package/dist/_virtual/weeksToDays.js +0 -1
- package/dist/_virtual/yearsToDays.js +0 -1
- package/dist/_virtual/yearsToMonths.js +0 -1
- package/dist/_virtual/yearsToQuarters.js +0 -1
- package/dist/bootstrap.d.ts +0 -1
- package/dist/bootstrap.js +0 -14
- package/dist/bundle-analysis.html +0 -4949
- package/dist/global.css +0 -225
- package/dist/index.cjs.js +0 -263
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.css +0 -3
- package/dist/index.esm.js +0 -263
- package/dist/index.esm.js.map +0 -1
- package/dist/types/Assets/defaultLogo.d.ts +0 -2
- package/dist/types/Components/Accordion/Accordion.d.ts +0 -3
- package/dist/types/Components/Accordion/AccordionProps.d.ts +0 -17
- package/dist/types/Components/AlertDialog/AlertDialog.d.ts +0 -3
- package/dist/types/Components/AlertDialog/AlertDialogProps.d.ts +0 -20
- package/dist/types/Components/Apexcharts/ApexBarChart/ApexBarChart.d.ts +0 -2
- package/dist/types/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.d.ts +0 -1
- package/dist/types/Components/Apexcharts/ApexBarChart/ApexBarChartProps.d.ts +0 -19
- package/dist/types/Components/Apexcharts/ApexPieChart/ApexPieChart.d.ts +0 -2
- package/dist/types/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.d.ts +0 -1
- package/dist/types/Components/Apexcharts/ApexPieChart/ApexPieChartProps.d.ts +0 -41
- package/dist/types/Components/Breadcrumbs/Breadcrumbs.d.ts +0 -2
- package/dist/types/Components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -1
- package/dist/types/Components/Breadcrumbs/BreadcrumbsProps.d.ts +0 -11
- package/dist/types/Components/Button/Button.d.ts +0 -5
- package/dist/types/Components/Button/Button.stories.d.ts +0 -1
- package/dist/types/Components/Button/Button.styles.d.ts +0 -2
- package/dist/types/Components/Button/ButtonProps.d.ts +0 -13
- package/dist/types/Components/ButtonGroupIcon/ButtonGoupIconProps.d.ts +0 -33
- package/dist/types/Components/ButtonGroupIcon/ButtonGroupIcon.d.ts +0 -4
- package/dist/types/Components/ButtonGroupIcon/ButtonGroupIcon.stories.d.ts +0 -1
- package/dist/types/Components/Buttons/Buttons.d.ts +0 -3
- package/dist/types/Components/Buttons/ButtonsProps.d.ts +0 -6
- package/dist/types/Components/Card/Card.d.ts +0 -2
- package/dist/types/Components/Card/CardProps.d.ts +0 -14
- package/dist/types/Components/Checkbox/Checkbox.d.ts +0 -2
- package/dist/types/Components/Checkbox/Checkbox.stories.d.ts +0 -1
- package/dist/types/Components/Checkbox/Checkbox.styles.d.ts +0 -2
- package/dist/types/Components/Checkbox/CheckboxProps.d.ts +0 -15
- package/dist/types/Components/Common/ErrorComponent.d.ts +0 -5
- package/dist/types/Components/Common/ErrorMessage.d.ts +0 -4
- package/dist/types/Components/Common/FormLabel.d.ts +0 -7
- package/dist/types/Components/Common/HelperText.d.ts +0 -4
- package/dist/types/Components/Common/Label.d.ts +0 -6
- package/dist/types/Components/ContactForm/ContactForm.d.ts +0 -3
- package/dist/types/Components/ContactForm/ContactFormProps.d.ts +0 -9
- package/dist/types/Components/DatePicker/DatePicker.d.ts +0 -2
- package/dist/types/Components/DatePicker/DatePickerProps.d.ts +0 -42
- package/dist/types/Components/DatePicker/TimePicker.d.ts +0 -4
- package/dist/types/Components/Divider/Divider.d.ts +0 -2
- package/dist/types/Components/Drawer/Drawer.d.ts +0 -12
- package/dist/types/Components/Drawer/DrawerProps.d.ts +0 -8
- package/dist/types/Components/Dropdown/DropDown.d.ts +0 -4
- package/dist/types/Components/Dropdown/DropdownProps.d.ts +0 -26
- package/dist/types/Components/Editor/Editor.d.ts +0 -2
- package/dist/types/Components/Editor/EditorProps.d.ts +0 -5
- package/dist/types/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.d.ts +0 -2
- package/dist/types/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +0 -13
- package/dist/types/Components/FileUpload/FileUpload.d.ts +0 -4
- package/dist/types/Components/FileUpload/FileUploadProps.d.ts +0 -11
- package/dist/types/Components/FileUpload/constants.d.ts +0 -3
- package/dist/types/Components/Form/FormWrapper.d.ts +0 -7
- package/dist/types/Components/Header/Header.d.ts +0 -4
- package/dist/types/Components/Header/HeaderActions.d.ts +0 -22
- package/dist/types/Components/Header/HeaderProps.d.ts +0 -44
- package/dist/types/Components/Header/components/desktopMenu.d.ts +0 -3
- package/dist/types/Components/Header/components/mobileMenu.d.ts +0 -3
- package/dist/types/Components/Input/Input/Input.d.ts +0 -4
- package/dist/types/Components/Input/Input/InputProps.d.ts +0 -17
- package/dist/types/Components/Input/TextInput.d.ts +0 -4
- package/dist/types/Components/Input/TextInput.stories.d.ts +0 -1
- package/dist/types/Components/Input/TextInput.styles.d.ts +0 -2
- package/dist/types/Components/Input/TextInputProps.d.ts +0 -24
- package/dist/types/Components/InputTextArea/InputTextArea.d.ts +0 -2
- package/dist/types/Components/InputTextArea/InputTextArea.stories.d.ts +0 -1
- package/dist/types/Components/InputTextArea/InputTextAreaProps.d.ts +0 -10
- package/dist/types/Components/KanbanBoard/AccountCard.d.ts +0 -8
- package/dist/types/Components/KanbanBoard/AccountRow.d.ts +0 -5
- package/dist/types/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +0 -8
- package/dist/types/Components/KanbanBoard/KanbanBoard.d.ts +0 -3
- package/dist/types/Components/KanbanBoard/KanbanBoardProps.d.ts +0 -27
- package/dist/types/Components/Loading/Loading.d.ts +0 -2
- package/dist/types/Components/Loading/Loading.stories.d.ts +0 -1
- package/dist/types/Components/Loading/LoadingProps.d.ts +0 -5
- package/dist/types/Components/Modal/Modal.d.ts +0 -12
- package/dist/types/Components/Modal/Modal.stories.d.ts +0 -1
- package/dist/types/Components/Modal/ModalProps.d.ts +0 -11
- package/dist/types/Components/MultiSelect/MultiSelect.d.ts +0 -2
- package/dist/types/Components/MultiSelect/MultiSelectProps.d.ts +0 -20
- package/dist/types/Components/NavigationBar/NavBar.stories.d.ts +0 -1
- package/dist/types/Components/NavigationBar/NavigationBar.d.ts +0 -2
- package/dist/types/Components/NavigationBar/NavigationBarProps.d.ts +0 -19
- package/dist/types/Components/NoteTextArea/NoteTextArea.d.ts +0 -2
- package/dist/types/Components/NoteTextArea/NoteTextAreaProps.d.ts +0 -16
- package/dist/types/Components/NumberInput/NumberInput.d.ts +0 -2
- package/dist/types/Components/NumberInput/NumberInput.stories.d.ts +0 -1
- package/dist/types/Components/NumberInput/NumberInputProps.d.ts +0 -12
- package/dist/types/Components/PinInput/PinInput.d.ts +0 -2
- package/dist/types/Components/PinInput/PinInput.stories.d.ts +0 -1
- package/dist/types/Components/PinInput/PinInputProps.d.ts +0 -9
- package/dist/types/Components/PinInputs/PinInputs.d.ts +0 -3
- package/dist/types/Components/PinInputs/PinInputsProps.d.ts +0 -9
- package/dist/types/Components/ProductCard/ProductCard.d.ts +0 -3
- package/dist/types/Components/ProductCard/ProductCardProps.d.ts +0 -26
- package/dist/types/Components/ProductCard/ProductLabel.d.ts +0 -5
- package/dist/types/Components/ProductCard/ProductPrice.d.ts +0 -6
- package/dist/types/Components/ProductCard/ProductReview.d.ts +0 -6
- package/dist/types/Components/ProductCard/ProductTags.d.ts +0 -6
- package/dist/types/Components/ProfileCard/ProfileCard.d.ts +0 -12
- package/dist/types/Components/ProfileCard/ProfileCard.stories.d.ts +0 -1
- package/dist/types/Components/ProfileCard/ProfileCardProps.d.ts +0 -16
- package/dist/types/Components/ProfilePhotoViewer/ProfilePhotoViewer.d.ts +0 -2
- package/dist/types/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.d.ts +0 -1
- package/dist/types/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +0 -19
- package/dist/types/Components/ProgressBar/ProgressBar.d.ts +0 -2
- package/dist/types/Components/ProgressBar/ProgressBar.stories.d.ts +0 -1
- package/dist/types/Components/ProgressBar/ProgressBarProps.d.ts +0 -6
- package/dist/types/Components/RadioButton/RadioButton.d.ts +0 -4
- package/dist/types/Components/RadioButton/RadioButton.stories.d.ts +0 -1
- package/dist/types/Components/RadioButton/RadioButtonProps.d.ts +0 -11
- package/dist/types/Components/Reorder/Reorder.d.ts +0 -4
- package/dist/types/Components/Reorder/ReorderProps.d.ts +0 -10
- package/dist/types/Components/Search/Search.d.ts +0 -2
- package/dist/types/Components/Search/SearchProps.d.ts +0 -8
- package/dist/types/Components/SearchSelect/SearchSelect.d.ts +0 -3
- package/dist/types/Components/SearchSelect/SearchSelectProps.d.ts +0 -60
- package/dist/types/Components/SearchSelect/SelectTruncatedLabel.d.ts +0 -5
- package/dist/types/Components/Select/Select.d.ts +0 -2
- package/dist/types/Components/Select/Select.stories.d.ts +0 -1
- package/dist/types/Components/Select/Select.styles.d.ts +0 -2
- package/dist/types/Components/Select/SelectProps.d.ts +0 -20
- package/dist/types/Components/SelectSearch/SelectSearch.d.ts +0 -2
- package/dist/types/Components/SelectSearch/SelectSearchProps.d.ts +0 -42
- package/dist/types/Components/SideBar/SideBar.d.ts +0 -2
- package/dist/types/Components/SideBar/SideBarProps.d.ts +0 -29
- package/dist/types/Components/SideBar/Sidebar.stories.d.ts +0 -1
- package/dist/types/Components/SideBar/components/MenuItemBox.d.ts +0 -11
- package/dist/types/Components/SideBar/components/MenuItems.d.ts +0 -4
- package/dist/types/Components/SideBar/components/MenuPopoverContent.d.ts +0 -9
- package/dist/types/Components/SideBar/components/TextTruncation.d.ts +0 -8
- package/dist/types/Components/Skeletons/Skeleton.stories.d.ts +0 -1
- package/dist/types/Components/Skeletons/SkeletonProps.d.ts +0 -4
- package/dist/types/Components/Skeletons/Skeletons.d.ts +0 -2
- package/dist/types/Components/Switch/Switch.d.ts +0 -2
- package/dist/types/Components/Switch/SwitchProps.d.ts +0 -9
- package/dist/types/Components/Table/Components/HeaderActions.d.ts +0 -6
- package/dist/types/Components/Table/Components/Pagination.d.ts +0 -14
- package/dist/types/Components/Table/Components/TableActions.d.ts +0 -2
- package/dist/types/Components/Table/Components/TableBody.d.ts +0 -3
- package/dist/types/Components/Table/Components/TableFilters.d.ts +0 -4
- package/dist/types/Components/Table/Components/TableHeader.d.ts +0 -4
- package/dist/types/Components/Table/Components/TableLoading.d.ts +0 -6
- package/dist/types/Components/Table/Components/TableSearch.d.ts +0 -6
- package/dist/types/Components/Table/Components/useDebounce.d.ts +0 -2
- package/dist/types/Components/Table/Components/useTable.d.ts +0 -46
- package/dist/types/Components/Table/Table.d.ts +0 -2
- package/dist/types/Components/Table/Table.stories.d.ts +0 -1
- package/dist/types/Components/Table/TableProps.d.ts +0 -112
- package/dist/types/Components/Table/TableSettings/ManageColumns.d.ts +0 -10
- package/dist/types/Components/Table/TableSettings/TableSettings.d.ts +0 -6
- package/dist/types/Components/Table/TableToDo.d.ts +0 -1
- package/dist/types/Components/Tag/Tag.d.ts +0 -12
- package/dist/types/Components/Tag/Tag.styles.d.ts +0 -2
- package/dist/types/Components/Timeline/Timeline.d.ts +0 -3
- package/dist/types/Components/Timeline/TimelineProps.d.ts +0 -20
- package/dist/types/Components/Toaster/Toaster.d.ts +0 -3
- package/dist/types/Components/Toaster/Toaster.stories.d.ts +0 -1
- package/dist/types/Components/Toaster/ToasterProps.d.ts +0 -12
- package/dist/types/Components/Toggle/TableToggle.d.ts +0 -4
- package/dist/types/Components/Toggle/TableToggleProps.d.ts +0 -5
- package/dist/types/Components/ToolTip/ToolTip.d.ts +0 -2
- package/dist/types/Components/ToolTip/ToolTip.stories.d.ts +0 -1
- package/dist/types/Components/ToolTip/ToolTipProps.d.ts +0 -7
- package/dist/types/Components/Trail/EditableCell.d.ts +0 -11
- package/dist/types/Components/Trail/SelectAllCheckbox.d.ts +0 -8
- package/dist/types/Components/Trail/TrailWorks.d.ts +0 -2
- package/dist/types/Components/Trail/data.d.ts +0 -15
- package/dist/types/Constants/Sidebar.d.ts +0 -38
- package/dist/types/Hooks/usePreferences.d.ts +0 -24
- package/dist/types/Layout.d.ts +0 -2
- package/dist/types/Pages/TInput.d.ts +0 -2
- package/dist/types/Pages/accordion.d.ts +0 -2
- package/dist/types/Pages/alertdialog.d.ts +0 -2
- package/dist/types/Pages/button.d.ts +0 -2
- package/dist/types/Pages/card.d.ts +0 -2
- package/dist/types/Pages/chart.d.ts +0 -2
- package/dist/types/Pages/checkbox.d.ts +0 -2
- package/dist/types/Pages/contactForm.d.ts +0 -2
- package/dist/types/Pages/datePick.d.ts +0 -2
- package/dist/types/Pages/drawer.d.ts +0 -2
- package/dist/types/Pages/dropdown.d.ts +0 -2
- package/dist/types/Pages/editor.d.ts +0 -2
- package/dist/types/Pages/fileUpload.d.ts +0 -1
- package/dist/types/Pages/input.d.ts +0 -2
- package/dist/types/Pages/kanbanboard.d.ts +0 -2
- package/dist/types/Pages/modal.d.ts +0 -2
- package/dist/types/Pages/multiSelect.d.ts +0 -2
- package/dist/types/Pages/noteArea.d.ts +0 -2
- package/dist/types/Pages/numberInput.d.ts +0 -2
- package/dist/types/Pages/pinInputs.d.ts +0 -2
- package/dist/types/Pages/productCaard.d.ts +0 -2
- package/dist/types/Pages/progressbar.d.ts +0 -2
- package/dist/types/Pages/radioButton.d.ts +0 -2
- package/dist/types/Pages/search.d.ts +0 -2
- package/dist/types/Pages/searchSelect.d.ts +0 -2
- package/dist/types/Pages/select.d.ts +0 -2
- package/dist/types/Pages/selectSearch.d.ts +0 -2
- package/dist/types/Pages/skeleton.d.ts +0 -2
- package/dist/types/Pages/switch.d.ts +0 -2
- package/dist/types/Pages/table.d.ts +0 -1
- package/dist/types/Pages/textArea.d.ts +0 -2
- package/dist/types/Pages/timeline.d.ts +0 -2
- package/dist/types/Pages/tooltip.d.ts +0 -2
- package/dist/types/Pages/toster.d.ts +0 -2
- package/dist/types/Pages/verifyEmail.d.ts +0 -2
- package/dist/types/Theme/Dark/theme.d.ts +0 -2
- package/dist/types/Theme/Default/palette.d.ts +0 -370
- package/dist/types/Theme/Default/theme.d.ts +0 -2
- package/dist/types/Theme/Meadow/palette.d.ts +0 -368
- package/dist/types/Theme/Meadow/theme.d.ts +0 -2
- package/dist/types/Theme/Radiant/palette.d.ts +0 -368
- package/dist/types/Theme/Radiant/theme.d.ts +0 -2
- package/dist/types/Theme/Skyline/palette.d.ts +0 -368
- package/dist/types/Theme/Skyline/theme.d.ts +0 -2
- package/dist/types/Theme/common.d.ts +0 -166
- package/dist/types/Theme/componentStyles.d.ts +0 -7
- package/dist/types/Theme/fonts.d.ts +0 -34
- package/dist/types/Theme/index.d.ts +0 -11
- package/dist/types/Theme/space.d.ts +0 -33
- package/dist/types/Theme/theme.d.ts +0 -2
- package/dist/types/Theme/themeProps.d.ts +0 -475
- package/dist/types/Theme/useCustomTheme.d.ts +0 -2
- package/dist/types/Utils/table.d.ts +0 -36
- package/dist/types/index.d.ts +0 -54
- package/dist/types/withTheme.d.ts +0 -3
- package/dist/withTheme.d.ts +0 -3
- package/dist/withTheme.js +0 -28
|
@@ -1,475 +0,0 @@
|
|
|
1
|
-
import "@chakra-ui/react";
|
|
2
|
-
import { Theme as ChakraTheme } from "@chakra-ui/react";
|
|
3
|
-
export type CustomThemeProps = {
|
|
4
|
-
colors: {
|
|
5
|
-
primary: {
|
|
6
|
-
50: string;
|
|
7
|
-
100: string;
|
|
8
|
-
200: string;
|
|
9
|
-
300: string;
|
|
10
|
-
400: string;
|
|
11
|
-
500: string;
|
|
12
|
-
600: string;
|
|
13
|
-
700: string;
|
|
14
|
-
800: string;
|
|
15
|
-
900: string;
|
|
16
|
-
opacity: {
|
|
17
|
-
4: string;
|
|
18
|
-
8: string;
|
|
19
|
-
16: string;
|
|
20
|
-
24: string;
|
|
21
|
-
32: string;
|
|
22
|
-
40: string;
|
|
23
|
-
48: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
secondary: {
|
|
27
|
-
50: string;
|
|
28
|
-
100: string;
|
|
29
|
-
200: string;
|
|
30
|
-
300: string;
|
|
31
|
-
400: string;
|
|
32
|
-
500: string;
|
|
33
|
-
600: string;
|
|
34
|
-
700: string;
|
|
35
|
-
800: string;
|
|
36
|
-
900: string;
|
|
37
|
-
opacity: {
|
|
38
|
-
4: string;
|
|
39
|
-
8: string;
|
|
40
|
-
16: string;
|
|
41
|
-
24: string;
|
|
42
|
-
32: string;
|
|
43
|
-
40: string;
|
|
44
|
-
48: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
tertiary: {
|
|
48
|
-
50: string;
|
|
49
|
-
100: string;
|
|
50
|
-
200: string;
|
|
51
|
-
300: string;
|
|
52
|
-
400: string;
|
|
53
|
-
500: string;
|
|
54
|
-
600: string;
|
|
55
|
-
700: string;
|
|
56
|
-
800: string;
|
|
57
|
-
900: string;
|
|
58
|
-
opacity: {
|
|
59
|
-
4: string;
|
|
60
|
-
8: string;
|
|
61
|
-
16: string;
|
|
62
|
-
24: string;
|
|
63
|
-
32: string;
|
|
64
|
-
40: string;
|
|
65
|
-
48: string;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
transparent: string;
|
|
69
|
-
black: string;
|
|
70
|
-
white: string;
|
|
71
|
-
semantic: {
|
|
72
|
-
success: {
|
|
73
|
-
50: string;
|
|
74
|
-
100: string;
|
|
75
|
-
200: string;
|
|
76
|
-
300: string;
|
|
77
|
-
400: string;
|
|
78
|
-
500: string;
|
|
79
|
-
600: string;
|
|
80
|
-
700: string;
|
|
81
|
-
800: string;
|
|
82
|
-
900: string;
|
|
83
|
-
};
|
|
84
|
-
error: {
|
|
85
|
-
50: string;
|
|
86
|
-
100: string;
|
|
87
|
-
200: string;
|
|
88
|
-
300: string;
|
|
89
|
-
400: string;
|
|
90
|
-
500: string;
|
|
91
|
-
600: string;
|
|
92
|
-
700: string;
|
|
93
|
-
800: string;
|
|
94
|
-
900: string;
|
|
95
|
-
};
|
|
96
|
-
warning: {
|
|
97
|
-
50: string;
|
|
98
|
-
100: string;
|
|
99
|
-
200: string;
|
|
100
|
-
300: string;
|
|
101
|
-
400: string;
|
|
102
|
-
500: string;
|
|
103
|
-
600: string;
|
|
104
|
-
700: string;
|
|
105
|
-
800: string;
|
|
106
|
-
900: string;
|
|
107
|
-
};
|
|
108
|
-
info: {
|
|
109
|
-
50: string;
|
|
110
|
-
100: string;
|
|
111
|
-
200: string;
|
|
112
|
-
300: string;
|
|
113
|
-
400: string;
|
|
114
|
-
500: string;
|
|
115
|
-
600: string;
|
|
116
|
-
700: string;
|
|
117
|
-
800: string;
|
|
118
|
-
900: string;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
121
|
-
gray: {
|
|
122
|
-
50: string;
|
|
123
|
-
100: string;
|
|
124
|
-
200: string;
|
|
125
|
-
300: string;
|
|
126
|
-
400: string;
|
|
127
|
-
500: string;
|
|
128
|
-
600: string;
|
|
129
|
-
700: string;
|
|
130
|
-
800: string;
|
|
131
|
-
900: string;
|
|
132
|
-
};
|
|
133
|
-
red: {
|
|
134
|
-
50: string;
|
|
135
|
-
100: string;
|
|
136
|
-
200: string;
|
|
137
|
-
300: string;
|
|
138
|
-
400: string;
|
|
139
|
-
500: string;
|
|
140
|
-
600: string;
|
|
141
|
-
700: string;
|
|
142
|
-
800: string;
|
|
143
|
-
900: string;
|
|
144
|
-
};
|
|
145
|
-
orange: {
|
|
146
|
-
50: string;
|
|
147
|
-
100: string;
|
|
148
|
-
200: string;
|
|
149
|
-
300: string;
|
|
150
|
-
400: string;
|
|
151
|
-
500: string;
|
|
152
|
-
600: string;
|
|
153
|
-
700: string;
|
|
154
|
-
800: string;
|
|
155
|
-
900: string;
|
|
156
|
-
};
|
|
157
|
-
yellow: {
|
|
158
|
-
50: string;
|
|
159
|
-
100: string;
|
|
160
|
-
200: string;
|
|
161
|
-
300: string;
|
|
162
|
-
400: string;
|
|
163
|
-
500: string;
|
|
164
|
-
600: string;
|
|
165
|
-
700: string;
|
|
166
|
-
800: string;
|
|
167
|
-
900: string;
|
|
168
|
-
};
|
|
169
|
-
green: {
|
|
170
|
-
50: string;
|
|
171
|
-
100: string;
|
|
172
|
-
200: string;
|
|
173
|
-
300: string;
|
|
174
|
-
400: string;
|
|
175
|
-
500: string;
|
|
176
|
-
600: string;
|
|
177
|
-
700: string;
|
|
178
|
-
800: string;
|
|
179
|
-
900: string;
|
|
180
|
-
};
|
|
181
|
-
teal: {
|
|
182
|
-
50: string;
|
|
183
|
-
100: string;
|
|
184
|
-
200: string;
|
|
185
|
-
300: string;
|
|
186
|
-
400: string;
|
|
187
|
-
500: string;
|
|
188
|
-
600: string;
|
|
189
|
-
700: string;
|
|
190
|
-
800: string;
|
|
191
|
-
900: string;
|
|
192
|
-
};
|
|
193
|
-
blue: {
|
|
194
|
-
50: string;
|
|
195
|
-
100: string;
|
|
196
|
-
200: string;
|
|
197
|
-
300: string;
|
|
198
|
-
400: string;
|
|
199
|
-
500: string;
|
|
200
|
-
600: string;
|
|
201
|
-
700: string;
|
|
202
|
-
800: string;
|
|
203
|
-
900: string;
|
|
204
|
-
};
|
|
205
|
-
cyan: {
|
|
206
|
-
50: string;
|
|
207
|
-
100: string;
|
|
208
|
-
200: string;
|
|
209
|
-
300: string;
|
|
210
|
-
400: string;
|
|
211
|
-
500: string;
|
|
212
|
-
600: string;
|
|
213
|
-
700: string;
|
|
214
|
-
800: string;
|
|
215
|
-
900: string;
|
|
216
|
-
};
|
|
217
|
-
purple: {
|
|
218
|
-
50: string;
|
|
219
|
-
100: string;
|
|
220
|
-
200: string;
|
|
221
|
-
300: string;
|
|
222
|
-
400: string;
|
|
223
|
-
500: string;
|
|
224
|
-
600: string;
|
|
225
|
-
700: string;
|
|
226
|
-
800: string;
|
|
227
|
-
900: string;
|
|
228
|
-
};
|
|
229
|
-
pink: {
|
|
230
|
-
50: string;
|
|
231
|
-
100: string;
|
|
232
|
-
200: string;
|
|
233
|
-
300: string;
|
|
234
|
-
400: string;
|
|
235
|
-
500: string;
|
|
236
|
-
600: string;
|
|
237
|
-
700: string;
|
|
238
|
-
800: string;
|
|
239
|
-
900: string;
|
|
240
|
-
};
|
|
241
|
-
background: {
|
|
242
|
-
50: string;
|
|
243
|
-
100: string;
|
|
244
|
-
200: string;
|
|
245
|
-
300: string;
|
|
246
|
-
400: string;
|
|
247
|
-
500: string;
|
|
248
|
-
600: string;
|
|
249
|
-
700: string;
|
|
250
|
-
800: string;
|
|
251
|
-
900: string;
|
|
252
|
-
};
|
|
253
|
-
text: {
|
|
254
|
-
50: string;
|
|
255
|
-
100: string;
|
|
256
|
-
200: string;
|
|
257
|
-
300: string;
|
|
258
|
-
400: string;
|
|
259
|
-
500: string;
|
|
260
|
-
600: string;
|
|
261
|
-
700: string;
|
|
262
|
-
800: string;
|
|
263
|
-
900: string;
|
|
264
|
-
};
|
|
265
|
-
header: {
|
|
266
|
-
50: string;
|
|
267
|
-
100: string;
|
|
268
|
-
200: string;
|
|
269
|
-
300: string;
|
|
270
|
-
400: string;
|
|
271
|
-
500: string;
|
|
272
|
-
600: string;
|
|
273
|
-
700: string;
|
|
274
|
-
800: string;
|
|
275
|
-
900: string;
|
|
276
|
-
};
|
|
277
|
-
placeholder: {
|
|
278
|
-
50: string;
|
|
279
|
-
100: string;
|
|
280
|
-
200: string;
|
|
281
|
-
300: string;
|
|
282
|
-
400: string;
|
|
283
|
-
500: string;
|
|
284
|
-
600: string;
|
|
285
|
-
700: string;
|
|
286
|
-
800: string;
|
|
287
|
-
900: string;
|
|
288
|
-
};
|
|
289
|
-
boxShadow: {
|
|
290
|
-
primary: string;
|
|
291
|
-
error: string;
|
|
292
|
-
default: string;
|
|
293
|
-
};
|
|
294
|
-
sidebar: {
|
|
295
|
-
background: {
|
|
296
|
-
50: string;
|
|
297
|
-
100: string;
|
|
298
|
-
200: string;
|
|
299
|
-
300: string;
|
|
300
|
-
400: string;
|
|
301
|
-
500: string;
|
|
302
|
-
600: string;
|
|
303
|
-
700: string;
|
|
304
|
-
800: string;
|
|
305
|
-
900: string;
|
|
306
|
-
};
|
|
307
|
-
};
|
|
308
|
-
boxborder: {
|
|
309
|
-
50: string;
|
|
310
|
-
100: string;
|
|
311
|
-
200: string;
|
|
312
|
-
300: string;
|
|
313
|
-
400: string;
|
|
314
|
-
500: string;
|
|
315
|
-
600: string;
|
|
316
|
-
700: string;
|
|
317
|
-
800: string;
|
|
318
|
-
900: string;
|
|
319
|
-
};
|
|
320
|
-
border: {
|
|
321
|
-
50: string;
|
|
322
|
-
100: string;
|
|
323
|
-
200: string;
|
|
324
|
-
300: string;
|
|
325
|
-
400: string;
|
|
326
|
-
500: string;
|
|
327
|
-
600: string;
|
|
328
|
-
700: string;
|
|
329
|
-
800: string;
|
|
330
|
-
900: string;
|
|
331
|
-
};
|
|
332
|
-
table: {
|
|
333
|
-
hover: {
|
|
334
|
-
50: string;
|
|
335
|
-
100: string;
|
|
336
|
-
200: string;
|
|
337
|
-
300: string;
|
|
338
|
-
400: string;
|
|
339
|
-
500: string;
|
|
340
|
-
600: string;
|
|
341
|
-
700: string;
|
|
342
|
-
800: string;
|
|
343
|
-
900: string;
|
|
344
|
-
};
|
|
345
|
-
};
|
|
346
|
-
disabled: {
|
|
347
|
-
50: string;
|
|
348
|
-
100: string;
|
|
349
|
-
200: string;
|
|
350
|
-
300: string;
|
|
351
|
-
400: string;
|
|
352
|
-
500: string;
|
|
353
|
-
600: string;
|
|
354
|
-
700: string;
|
|
355
|
-
800: string;
|
|
356
|
-
900: string;
|
|
357
|
-
};
|
|
358
|
-
backgroundColor: {
|
|
359
|
-
main: string;
|
|
360
|
-
secondary: string;
|
|
361
|
-
quaternary: string;
|
|
362
|
-
tertiary: string;
|
|
363
|
-
light: string;
|
|
364
|
-
medium: string;
|
|
365
|
-
accent: string;
|
|
366
|
-
subtle: string;
|
|
367
|
-
muted: string;
|
|
368
|
-
neutral: string;
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
fonts: ChakraTheme["fonts"] & {
|
|
372
|
-
body: string;
|
|
373
|
-
heading: string;
|
|
374
|
-
mono: string;
|
|
375
|
-
};
|
|
376
|
-
fontSizes: {
|
|
377
|
-
xs: string;
|
|
378
|
-
sm: string;
|
|
379
|
-
md: string;
|
|
380
|
-
lg: string;
|
|
381
|
-
xl: string;
|
|
382
|
-
"2xl": string;
|
|
383
|
-
"3xl": string;
|
|
384
|
-
"4xl": string;
|
|
385
|
-
"5xl": string;
|
|
386
|
-
"6xl": string;
|
|
387
|
-
"7xl": string;
|
|
388
|
-
"8xl": string;
|
|
389
|
-
"9xl": string;
|
|
390
|
-
};
|
|
391
|
-
fontWeights: {
|
|
392
|
-
hairline: number;
|
|
393
|
-
thin: number;
|
|
394
|
-
light: number;
|
|
395
|
-
normal: number;
|
|
396
|
-
medium: number;
|
|
397
|
-
semibold: number;
|
|
398
|
-
bold: number;
|
|
399
|
-
extrabold: number;
|
|
400
|
-
black: number;
|
|
401
|
-
};
|
|
402
|
-
lineHeights: {
|
|
403
|
-
normal: string;
|
|
404
|
-
none: number;
|
|
405
|
-
shorter: number;
|
|
406
|
-
short: number;
|
|
407
|
-
base: number;
|
|
408
|
-
tall: number;
|
|
409
|
-
taller: string;
|
|
410
|
-
[key: string]: string | number;
|
|
411
|
-
};
|
|
412
|
-
letterSpacings: {
|
|
413
|
-
tighter: string;
|
|
414
|
-
tight: string;
|
|
415
|
-
normal: string;
|
|
416
|
-
wide: string;
|
|
417
|
-
wider: string;
|
|
418
|
-
widest: string;
|
|
419
|
-
};
|
|
420
|
-
space: {
|
|
421
|
-
[key: string]: string;
|
|
422
|
-
};
|
|
423
|
-
sizes: {
|
|
424
|
-
[key: string]: string | any;
|
|
425
|
-
};
|
|
426
|
-
breakpoints: {
|
|
427
|
-
sm: string;
|
|
428
|
-
md: string;
|
|
429
|
-
lg: string;
|
|
430
|
-
xl: string;
|
|
431
|
-
"2xl": string;
|
|
432
|
-
};
|
|
433
|
-
shadows: {
|
|
434
|
-
xs: string;
|
|
435
|
-
sm: string;
|
|
436
|
-
base: string;
|
|
437
|
-
md: string;
|
|
438
|
-
lg: string;
|
|
439
|
-
xl: string;
|
|
440
|
-
"2xl": string;
|
|
441
|
-
outline: string;
|
|
442
|
-
inner: string;
|
|
443
|
-
none: string;
|
|
444
|
-
darkLg: string;
|
|
445
|
-
};
|
|
446
|
-
radii: ChakraTheme["radii"] & {
|
|
447
|
-
none: string;
|
|
448
|
-
sm: string;
|
|
449
|
-
base: string;
|
|
450
|
-
md: string;
|
|
451
|
-
lg: string;
|
|
452
|
-
xl: string;
|
|
453
|
-
"2xl": string;
|
|
454
|
-
"3xl": string;
|
|
455
|
-
full: string;
|
|
456
|
-
};
|
|
457
|
-
zIndices: ChakraTheme["zIndices"] & {
|
|
458
|
-
hide: number;
|
|
459
|
-
auto: string;
|
|
460
|
-
base: number;
|
|
461
|
-
docked: number;
|
|
462
|
-
dropdown: number;
|
|
463
|
-
sticky: number;
|
|
464
|
-
banner: number;
|
|
465
|
-
overlay: number;
|
|
466
|
-
modal: number;
|
|
467
|
-
popover: number;
|
|
468
|
-
skipLink: number;
|
|
469
|
-
toast: number;
|
|
470
|
-
tooltip: number;
|
|
471
|
-
};
|
|
472
|
-
config: {
|
|
473
|
-
cssVarPrefix: string;
|
|
474
|
-
};
|
|
475
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DataObject, TableHeaderProps } from "../Components/Table/TableProps";
|
|
2
|
-
export declare function SortMultiColumnData(data: Record<string, string | number>[], sortConfig: {
|
|
3
|
-
column: string | number;
|
|
4
|
-
direction: string;
|
|
5
|
-
}[]): Record<string, string | number>[];
|
|
6
|
-
export declare const calculateLeftOffset: (columns: number[], index: number) => number;
|
|
7
|
-
export declare const searchAndSortData: (data: DataObject[], searchValues: Record<string, string>) => DataObject[];
|
|
8
|
-
export declare function debounce<T extends (...args: any[]) => void>(func: T, delay: number): (...args: Parameters<T>) => void;
|
|
9
|
-
export declare function useDebounce<T extends (...args: any[]) => void>(callback: T, delay: number): (...args: Parameters<T>) => void;
|
|
10
|
-
export declare const pageSizeCalculation: (records: number) => number[];
|
|
11
|
-
type TableCellCalculationProps = {
|
|
12
|
-
isFrozen?: boolean;
|
|
13
|
-
columnWidths: number[];
|
|
14
|
-
headerIndex: number;
|
|
15
|
-
isCheckbox?: boolean;
|
|
16
|
-
header: TableHeaderProps;
|
|
17
|
-
row: DataObject;
|
|
18
|
-
freezedBgColor?: string;
|
|
19
|
-
index: number;
|
|
20
|
-
};
|
|
21
|
-
export declare const TableCellCalculation: ({ isFrozen, columnWidths, headerIndex, isCheckbox, header, row, freezedBgColor, index, }: TableCellCalculationProps) => {
|
|
22
|
-
leftOffset: number;
|
|
23
|
-
cellBgColor: any;
|
|
24
|
-
rowBgColor: any;
|
|
25
|
-
cellTextColor: any;
|
|
26
|
-
rowTextColor: any;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Filters array of objects by checking all property values against the search query.
|
|
30
|
-
*
|
|
31
|
-
* @param data - Array of objects
|
|
32
|
-
* @param query - Search string
|
|
33
|
-
* @returns Filtered data
|
|
34
|
-
*/
|
|
35
|
-
export declare function globalSearchFilter<T extends Record<string, any>>(data: T[], query: string): T[];
|
|
36
|
-
export {};
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import Accordian from "./Components/Accordion/Accordion";
|
|
2
|
-
import AlertDialog from "./Components/AlertDialog/AlertDialog";
|
|
3
|
-
import ApexBarChart from "./Components/Apexcharts/ApexBarChart/ApexBarChart";
|
|
4
|
-
import ApexPieChart from "./Components/Apexcharts/ApexPieChart/ApexPieChart";
|
|
5
|
-
import Breadcrumbs from "./Components/Breadcrumbs/Breadcrumbs";
|
|
6
|
-
import Button from "./Components/Button/Button";
|
|
7
|
-
import ButtonGroupIcon from "./Components/ButtonGroupIcon/ButtonGroupIcon";
|
|
8
|
-
import Card from "./Components/Card/Card";
|
|
9
|
-
import Checkbox from "./Components/Checkbox/Checkbox";
|
|
10
|
-
import ContactForm from "./Components/ContactForm/ContactForm";
|
|
11
|
-
import DatePicker from "./Components/DatePicker/DatePicker";
|
|
12
|
-
import Drawer, { DrawerHeader, DrawerBody, DrawerFooter } from "./Components/Drawer/Drawer";
|
|
13
|
-
import Dropdown from "./Components/Dropdown/DropDown";
|
|
14
|
-
import Editor from "./Components/Editor/Editor";
|
|
15
|
-
import FileUpload from "./Components/FileUpload/FileUpload";
|
|
16
|
-
import FormWrapper from "./Components/Form/FormWrapper";
|
|
17
|
-
import Header from "./Components/Header/Header";
|
|
18
|
-
import HeaderActions from "./Components/Header/HeaderActions";
|
|
19
|
-
import InputTextArea from "./Components/InputTextArea/InputTextArea";
|
|
20
|
-
import KanbanBoard from "./Components/KanbanBoard/KanbanBoard";
|
|
21
|
-
import Loading from "./Components/Loading/Loading";
|
|
22
|
-
import Modal, { ModalHeader, ModalBody, ModalFooter } from "./Components/Modal/Modal";
|
|
23
|
-
import MultiSelect from "./Components/MultiSelect/MultiSelect";
|
|
24
|
-
import NavigationBar from "./Components/NavigationBar/NavigationBar";
|
|
25
|
-
import NoteTextArea from "./Components/NoteTextArea/NoteTextArea";
|
|
26
|
-
import NumberInput from "./Components/NumberInput/NumberInput";
|
|
27
|
-
import PinInput from "./Components/PinInput/PinInput";
|
|
28
|
-
import ProfileCard, { ProfileCardHeader, ProfileCardBody, ProfileCardFooter } from "./Components/ProfileCard/ProfileCard";
|
|
29
|
-
import ProfilePhotoViewer from "./Components/ProfilePhotoViewer/ProfilePhotoViewer";
|
|
30
|
-
import ProgressBar from "./Components/ProgressBar/ProgressBar";
|
|
31
|
-
import { RadioButton, RadioButtonGroup } from "./Components/RadioButton/RadioButton";
|
|
32
|
-
import Reorder from "./Components/Reorder/Reorder";
|
|
33
|
-
import Search from "./Components/Search/Search";
|
|
34
|
-
import Select from "./Components/Select/Select";
|
|
35
|
-
import SearchSelect from "./Components/SearchSelect/SearchSelect";
|
|
36
|
-
import SelectSearch from "./Components/SelectSearch/SelectSearch";
|
|
37
|
-
import SideBar from "./Components/SideBar/SideBar";
|
|
38
|
-
import Skeletons from "./Components/Skeletons/Skeletons";
|
|
39
|
-
import Switch from "./Components/Switch/Switch";
|
|
40
|
-
import Table from "./Components/Table/Table";
|
|
41
|
-
import Tag from "./Components/Tag/Tag";
|
|
42
|
-
import TextInput from "./Components/Input/TextInput";
|
|
43
|
-
import Timeline from "./Components/Timeline/Timeline";
|
|
44
|
-
import Toaster, { useToaster } from "./Components/Toaster/Toaster";
|
|
45
|
-
import ToolTip from "./Components/ToolTip/ToolTip";
|
|
46
|
-
import VerifyEmailOtp from "./Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp";
|
|
47
|
-
import TableToggle from "./Components/Toggle/TableToggle";
|
|
48
|
-
import withTheme from "./withTheme";
|
|
49
|
-
import { useCustomTheme } from "./Theme/useCustomTheme";
|
|
50
|
-
import { ThemesList } from "./Theme";
|
|
51
|
-
import { debounce } from "./Utils/table";
|
|
52
|
-
import ProductCard from "./Components/ProductCard/ProductCard";
|
|
53
|
-
export { Accordian, AlertDialog, ApexBarChart, ApexPieChart, Breadcrumbs, Button, ButtonGroupIcon, Card, Checkbox, ContactForm, DatePicker, Drawer, DrawerHeader, DrawerBody, DrawerFooter, Dropdown, Editor, FileUpload, FormWrapper, Header, HeaderActions, InputTextArea, KanbanBoard, Loading, Modal, ModalHeader, ModalBody, ModalFooter, NavigationBar, NoteTextArea, MultiSelect, NumberInput, PinInput, ProductCard, ProfileCard, ProfileCardHeader, ProfileCardBody, ProfileCardFooter, ProfilePhotoViewer, ProgressBar, RadioButton, RadioButtonGroup, Reorder, Search, Select, SearchSelect, SelectSearch, SideBar, Skeletons, Switch, Table, TableToggle, Tag, TextInput, Timeline, Toaster, ToolTip, useToaster, VerifyEmailOtp, useCustomTheme, ThemesList, debounce, };
|
|
54
|
-
export default withTheme;
|
package/dist/withTheme.d.ts
DELETED
package/dist/withTheme.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
|
3
|
-
__assign = Object.assign || function(t) {
|
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
-
s = arguments[i];
|
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
-
t[p] = s[p];
|
|
8
|
-
}
|
|
9
|
-
return t;
|
|
10
|
-
};
|
|
11
|
-
return __assign.apply(this, arguments);
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
var react_1 = __importDefault(require("react"));
|
|
18
|
-
var react_2 = require("@chakra-ui/react");
|
|
19
|
-
var Theme_1 = require("./Theme"); // Import your custom theme
|
|
20
|
-
var Toaster_1 = __importDefault(require("./Components/Toaster/Toaster"));
|
|
21
|
-
var withTheme = function (Component, theme) {
|
|
22
|
-
var customTheme = theme !== null && theme !== void 0 ? theme : Theme_1.lavender;
|
|
23
|
-
return function (props) { return (react_1.default.createElement(react_2.ChakraProvider, { theme: customTheme },
|
|
24
|
-
react_1.default.createElement(Toaster_1.default, null,
|
|
25
|
-
react_1.default.createElement(react_2.ColorModeScript, { initialColorMode: customTheme.config.initialColorMode }),
|
|
26
|
-
react_1.default.createElement(Component, __assign({}, props))))); };
|
|
27
|
-
};
|
|
28
|
-
exports.default = withTheme;
|