@sisense/sdk-shared-ui 1.27.1 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CheckableList-BLLCGCKX.cjs +1 -0
- package/dist/CheckableList-CC7iKnHq.js +21 -0
- package/dist/Checkbox-CrbGw8d7.js +513 -0
- package/dist/Checkbox-Dy9BTXfS.cjs +1 -0
- package/dist/DEPRECATED_Button-D2XS1y1r.cjs +1 -0
- package/dist/DEPRECATED_Button-m2ifXo3Q.js +87 -0
- package/dist/DEPRECATED_Checkbox-CYomxatm.cjs +1 -0
- package/dist/DEPRECATED_Checkbox-DWtXr5K7.js +63 -0
- package/dist/DEPRECATED_Icon-BQ4AqiI1.js +56 -0
- package/dist/DEPRECATED_Icon-iUszZb09.cjs +1 -0
- package/dist/DEPRECATED_Toggle-DMnlQO3F.js +30 -0
- package/dist/DEPRECATED_Toggle-Dp0ZZ_6E.cjs +1 -0
- package/dist/DEPRECATED_Tooltip-C2bU8ipb.js +2316 -0
- package/dist/DEPRECATED_Tooltip-D3ReAkFF.cjs +27 -0
- package/dist/Dropdown-BtZZ4fY6.cjs +1 -0
- package/dist/Dropdown-BxoUPsca.js +231 -0
- package/dist/Icon-B1V-T6UH.cjs +1 -0
- package/dist/Icon-Cs6oGRgo.js +110 -0
- package/dist/Input-BghWSV2Z.js +119 -0
- package/dist/Input-Cd6a2FUC.cjs +1 -0
- package/dist/LazyLoader-DB86QSSx.js +18 -0
- package/dist/LazyLoader-gOLNhxc-.cjs +1 -0
- package/dist/Menu-BfAQOpHl.cjs +1 -0
- package/dist/Menu-C5wQnuq6.js +1212 -0
- package/dist/Popover-0n4kd3ut.js +49 -0
- package/dist/Popover-Bp5g_ws9.cjs +1 -0
- package/dist/RadioButton-BpAksn2s.js +70 -0
- package/dist/RadioButton-Ds-0wj0r.cjs +1 -0
- package/dist/SvgIcon-LwOuESoH.js +238 -0
- package/dist/SvgIcon-SnObJHZS.cjs +1 -0
- package/dist/TablePagination-B8I5QURH.js +7929 -0
- package/dist/TablePagination-DH0TZ21v.cjs +31 -0
- package/dist/ThemeProvider-aq1EWT1u.js +5041 -0
- package/dist/ThemeProvider-sqppyE-5.cjs +114 -0
- package/dist/Tooltip-Dokek6y8.cjs +7 -0
- package/dist/Tooltip-vVc6Lxew.js +2153 -0
- package/dist/TransitionGroupContext-BlR3HYBG.cjs +4 -0
- package/dist/TransitionGroupContext-Ci_clMyv.js +120 -0
- package/dist/Typography-C891hjk2.js +497 -0
- package/dist/Typography-vldQClJj.cjs +1 -0
- package/dist/align.interface-B17uA473.cjs +1 -0
- package/dist/align.interface-DdWsijrT.js +4 -0
- package/dist/assertThisInitialized-BSnhOY1M.cjs +1 -0
- package/dist/assertThisInitialized-lz6cHcRv.js +8 -0
- package/dist/createSimplePaletteValueFilter-B7--0ryQ.js +17 -0
- package/dist/createSimplePaletteValueFilter-PTK3TAhW.cjs +1 -0
- package/dist/createSvgIcon-CXJWSg3i.js +902 -0
- package/dist/createSvgIcon-DF4qzIJY.cjs +74 -0
- package/dist/extends-DX42hfxm.js +13 -0
- package/dist/extends-q0Hkx4pQ.cjs +1 -0
- package/dist/index-B-zZeebW.cjs +20 -0
- package/dist/index-D0lMis-I.js +667 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/CheckableList/CheckableList.cjs +1 -0
- package/dist/lib/CheckableList/CheckableList.d.ts +16 -0
- package/dist/lib/CheckableList/CheckableList.d.ts.map +1 -0
- package/dist/lib/CheckableList/CheckableList.js +5 -0
- package/dist/lib/CheckableList/index.d.ts +4 -0
- package/dist/lib/CheckableList/index.d.ts.map +1 -0
- package/dist/lib/Checkbox/Checkbox.cjs +1 -0
- package/dist/lib/Checkbox/Checkbox.d.ts +20 -0
- package/dist/lib/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/lib/Checkbox/Checkbox.js +5 -0
- package/dist/lib/Checkbox/index.d.ts +4 -0
- package/dist/lib/Checkbox/index.d.ts.map +1 -0
- package/dist/lib/Checkbox/themes/checkboxTheme.d.ts +12 -0
- package/dist/lib/Checkbox/themes/checkboxTheme.d.ts.map +1 -0
- package/{src/lib/Checkbox/themes/index.ts → dist/lib/Checkbox/themes/index.d.ts} +1 -0
- package/dist/lib/Checkbox/themes/index.d.ts.map +1 -0
- package/dist/lib/Checkbox/themes/uiCustomization.d.ts +12 -0
- package/dist/lib/Checkbox/themes/uiCustomization.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.cjs +1 -0
- package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.d.ts +43 -0
- package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Button/DEPRECATED_Button.js +5 -0
- package/dist/lib/DEPRECATED_Button/index.d.ts +4 -0
- package/dist/lib/DEPRECATED_Button/index.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.cjs +1 -0
- package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.d.ts +20 -0
- package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.js +5 -0
- package/dist/lib/DEPRECATED_Checkbox/index.d.ts +4 -0
- package/dist/lib/DEPRECATED_Checkbox/index.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.cjs +1 -0
- package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.d.ts +17 -0
- package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Icon/DEPRECATED_Icon.js +5 -0
- package/dist/lib/DEPRECATED_Icon/index.d.ts +4 -0
- package/dist/lib/DEPRECATED_Icon/index.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.cjs +1 -0
- package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.d.ts +13 -0
- package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.js +5 -0
- package/dist/lib/DEPRECATED_Toggle/index.d.ts +4 -0
- package/dist/lib/DEPRECATED_Toggle/index.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.cjs +1 -0
- package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.d.ts +15 -0
- package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.d.ts.map +1 -0
- package/dist/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.js +5 -0
- package/dist/lib/DEPRECATED_Tooltip/index.d.ts +4 -0
- package/dist/lib/DEPRECATED_Tooltip/index.d.ts.map +1 -0
- package/dist/lib/Dropdown/Dropdown.cjs +1 -0
- package/dist/lib/Dropdown/Dropdown.d.ts +32 -0
- package/dist/lib/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/lib/Dropdown/Dropdown.js +5 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButton.d.ts +18 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButton.d.ts.map +1 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.d.ts +12 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.d.ts.map +1 -0
- package/{src/lib/Dropdown/DropdownButton/DropdownButtonBody/index.ts → dist/lib/Dropdown/DropdownButton/DropdownButtonBody/index.d.ts} +1 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonBody/index.d.ts.map +1 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.d.ts +10 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.d.ts.map +1 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.d.ts +2 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.d.ts.map +1 -0
- package/{src/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.ts → dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.d.ts} +1 -0
- package/dist/lib/Dropdown/DropdownButton/DropdownButtonSearch/index.d.ts.map +1 -0
- package/{src/lib/Dropdown/DropdownButton/hooks/index.tsx → dist/lib/Dropdown/DropdownButton/hooks/index.d.ts} +1 -0
- package/dist/lib/Dropdown/DropdownButton/hooks/index.d.ts.map +1 -0
- package/dist/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.d.ts +15 -0
- package/dist/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.d.ts.map +1 -0
- package/{src/lib/Dropdown/DropdownButton/index.ts → dist/lib/Dropdown/DropdownButton/index.d.ts} +1 -0
- package/dist/lib/Dropdown/DropdownButton/index.d.ts.map +1 -0
- package/{src/lib/Dropdown/hooks/index.tsx → dist/lib/Dropdown/hooks/index.d.ts} +1 -0
- package/dist/lib/Dropdown/hooks/index.d.ts.map +1 -0
- package/dist/lib/Dropdown/hooks/useDropdown.d.ts +9 -0
- package/dist/lib/Dropdown/hooks/useDropdown.d.ts.map +1 -0
- package/dist/lib/Dropdown/index.d.ts +5 -0
- package/dist/lib/Dropdown/index.d.ts.map +1 -0
- package/dist/lib/Dropdown/types.d.ts +12 -0
- package/dist/lib/Dropdown/types.d.ts.map +1 -0
- package/dist/lib/Icon/Icon.cjs +1 -0
- package/dist/lib/Icon/Icon.d.ts +13 -0
- package/dist/lib/Icon/Icon.d.ts.map +1 -0
- package/dist/lib/Icon/Icon.js +5 -0
- package/dist/lib/Icon/index.d.ts +4 -0
- package/dist/lib/Icon/index.d.ts.map +1 -0
- package/dist/lib/Icon/themes/iconTheme.d.ts +8 -0
- package/dist/lib/Icon/themes/iconTheme.d.ts.map +1 -0
- package/{src/lib/Icon/themes/index.ts → dist/lib/Icon/themes/index.d.ts} +1 -0
- package/dist/lib/Icon/themes/index.d.ts.map +1 -0
- package/dist/lib/Icon/themes/uiCustomization.d.ts +2 -0
- package/dist/lib/Icon/themes/uiCustomization.d.ts.map +1 -0
- package/dist/lib/Input/Input.cjs +1 -0
- package/dist/lib/Input/Input.d.ts +28 -0
- package/dist/lib/Input/Input.d.ts.map +1 -0
- package/dist/lib/Input/Input.js +5 -0
- package/dist/lib/Input/index.d.ts +4 -0
- package/dist/lib/Input/index.d.ts.map +1 -0
- package/dist/lib/LazyLoader/LazyLoader.cjs +1 -0
- package/dist/lib/LazyLoader/LazyLoader.d.ts +9 -0
- package/dist/lib/LazyLoader/LazyLoader.d.ts.map +1 -0
- package/dist/lib/LazyLoader/LazyLoader.js +5 -0
- package/dist/lib/LazyLoader/index.d.ts +4 -0
- package/dist/lib/LazyLoader/index.d.ts.map +1 -0
- package/dist/lib/Menu/Confirmation/Confirmation.d.ts +8 -0
- package/dist/lib/Menu/Confirmation/Confirmation.d.ts.map +1 -0
- package/{src/lib/Menu/Confirmation/index.ts → dist/lib/Menu/Confirmation/index.d.ts} +1 -0
- package/dist/lib/Menu/Confirmation/index.d.ts.map +1 -0
- package/dist/lib/Menu/Confirmation/translation.d.ts +2 -0
- package/dist/lib/Menu/Confirmation/translation.d.ts.map +1 -0
- package/dist/lib/Menu/Menu.cjs +1 -0
- package/dist/lib/Menu/Menu.d.ts +80 -0
- package/dist/lib/Menu/Menu.d.ts.map +1 -0
- package/dist/lib/Menu/Menu.js +8 -0
- package/dist/lib/Menu/MenuItem/MenuItem.d.ts +36 -0
- package/dist/lib/Menu/MenuItem/MenuItem.d.ts.map +1 -0
- package/{src/lib/Menu/MenuItem/index.ts → dist/lib/Menu/MenuItem/index.d.ts} +1 -0
- package/dist/lib/Menu/MenuItem/index.d.ts.map +1 -0
- package/{src/lib/Menu/index.ts → dist/lib/Menu/index.d.ts} +2 -2
- package/dist/lib/Menu/index.d.ts.map +1 -0
- package/dist/lib/Menu/utils.d.ts +6 -0
- package/dist/lib/Menu/utils.d.ts.map +1 -0
- package/dist/lib/Popover/Popover.cjs +1 -0
- package/dist/lib/Popover/Popover.d.ts +16 -0
- package/dist/lib/Popover/Popover.d.ts.map +1 -0
- package/dist/lib/Popover/Popover.js +7 -0
- package/dist/lib/Popover/align.interface.d.ts +23 -0
- package/dist/lib/Popover/align.interface.d.ts.map +1 -0
- package/{src/lib/Popover/index.ts → dist/lib/Popover/index.d.ts} +2 -2
- package/dist/lib/Popover/index.d.ts.map +1 -0
- package/dist/lib/RadioButton/RadioButton.cjs +1 -0
- package/dist/lib/RadioButton/RadioButton.d.ts +20 -0
- package/dist/lib/RadioButton/RadioButton.d.ts.map +1 -0
- package/dist/lib/RadioButton/RadioButton.js +5 -0
- package/dist/lib/RadioButton/index.d.ts +4 -0
- package/dist/lib/RadioButton/index.d.ts.map +1 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.d.ts +9 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.d.ts.map +1 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/index.d.ts +2 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/index.d.ts.map +1 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/themes/index.d.ts +2 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/themes/index.d.ts.map +1 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.d.ts +3 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.d.ts.map +1 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.d.ts +2 -0
- package/dist/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.d.ts.map +1 -0
- package/dist/lib/TablePagination/TablePagination.cjs +1 -0
- package/dist/lib/TablePagination/TablePagination.d.ts +19 -0
- package/dist/lib/TablePagination/TablePagination.d.ts.map +1 -0
- package/dist/lib/TablePagination/TablePagination.js +5 -0
- package/dist/lib/TablePagination/TablePaginationContext.d.ts +3 -0
- package/dist/lib/TablePagination/TablePaginationContext.d.ts.map +1 -0
- package/dist/lib/TablePagination/index.d.ts +4 -0
- package/dist/lib/TablePagination/index.d.ts.map +1 -0
- package/{src/lib/TablePagination/themes/index.ts → dist/lib/TablePagination/themes/index.d.ts} +1 -0
- package/dist/lib/TablePagination/themes/index.d.ts.map +1 -0
- package/dist/lib/TablePagination/themes/tablePaginationResponsiveDesign.d.ts +10 -0
- package/dist/lib/TablePagination/themes/tablePaginationResponsiveDesign.d.ts.map +1 -0
- package/dist/lib/TablePagination/themes/tablePaginationTheme.d.ts +3 -0
- package/dist/lib/TablePagination/themes/tablePaginationTheme.d.ts.map +1 -0
- package/dist/lib/TablePagination/themes/uiCustomization.d.ts +2 -0
- package/dist/lib/TablePagination/themes/uiCustomization.d.ts.map +1 -0
- package/dist/lib/Tooltip/Tooltip.cjs +1 -0
- package/dist/lib/Tooltip/Tooltip.d.ts +10 -0
- package/dist/lib/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/lib/Tooltip/Tooltip.js +7 -0
- package/{src/lib/Tooltip/index.ts → dist/lib/Tooltip/index.d.ts} +2 -2
- package/dist/lib/Tooltip/index.d.ts.map +1 -0
- package/{src/lib/Tooltip/themes/index.ts → dist/lib/Tooltip/themes/index.d.ts} +1 -0
- package/dist/lib/Tooltip/themes/index.d.ts.map +1 -0
- package/dist/lib/Tooltip/themes/tooltipTheme.d.ts +3 -0
- package/dist/lib/Tooltip/themes/tooltipTheme.d.ts.map +1 -0
- package/dist/lib/Typography/Typography.cjs +1 -0
- package/dist/lib/Typography/Typography.d.ts +11 -0
- package/dist/lib/Typography/Typography.d.ts.map +1 -0
- package/dist/lib/Typography/Typography.js +7 -0
- package/{src/lib/Typography/index.ts → dist/lib/Typography/index.d.ts} +2 -2
- package/dist/lib/Typography/index.d.ts.map +1 -0
- package/{src/lib/Typography/themes/index.ts → dist/lib/Typography/themes/index.d.ts} +1 -0
- package/dist/lib/Typography/themes/index.d.ts.map +1 -0
- package/dist/lib/Typography/themes/typographyTheme.d.ts +21 -0
- package/dist/lib/Typography/themes/typographyTheme.d.ts.map +1 -0
- package/dist/lib/Typography/themes/uiCustomization.d.ts +2 -0
- package/dist/lib/Typography/themes/uiCustomization.d.ts.map +1 -0
- package/dist/lib/constants/styleguideConstants.d.ts +9 -0
- package/dist/lib/constants/styleguideConstants.d.ts.map +1 -0
- package/{src/lib/index.ts → dist/lib/index.d.ts} +1 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/{src/lib/themes/colors/index.ts → dist/lib/themes/colors/index.d.ts} +1 -0
- package/dist/lib/themes/colors/index.d.ts.map +1 -0
- package/dist/lib/themes/colors/siColors.d.ts +140 -0
- package/dist/lib/themes/colors/siColors.d.ts.map +1 -0
- package/{src/lib/themes/index.ts → dist/lib/themes/index.d.ts} +1 -0
- package/dist/lib/themes/index.d.ts.map +1 -0
- package/dist/lib/themes/themes.cjs +2 -0
- package/dist/lib/themes/themes.js +142 -0
- package/dist/lib/themes/types/SisenseTheme.d.ts +12 -0
- package/dist/lib/themes/types/SisenseTheme.d.ts.map +1 -0
- package/{src/lib/themes/types/index.ts → dist/lib/themes/types/index.d.ts} +1 -0
- package/dist/lib/themes/types/index.d.ts.map +1 -0
- package/dist/package.json +208 -0
- package/dist/setPrototypeOf-BmHXYjK5.cjs +1 -0
- package/dist/setPrototypeOf-CEtRTXk2.js +19 -0
- package/dist/styleguideConstants-CtXkvIZK.cjs +1 -0
- package/dist/styleguideConstants-D4Yls16w.js +11 -0
- package/dist/useSlot-BfQr8KCN.js +803 -0
- package/dist/useSlot-C3-OaWva.cjs +1 -0
- package/dist/useTheme-CtIZL8WJ.js +8 -0
- package/dist/useTheme-DJmNR5EL.cjs +1 -0
- package/package.json +4 -1
- package/.eslintignore +0 -4
- package/.prettierignore +0 -11
- package/.storybook/main.ts +0 -44
- package/.storybook/preview-head.html +0 -4
- package/.storybook/preview.tsx +0 -34
- package/src/index.ts +0 -1
- package/src/lib/@types/sass.d.ts +0 -19
- package/src/lib/CheckableList/CheckableList.module.scss +0 -13
- package/src/lib/CheckableList/CheckableList.test.tsx +0 -61
- package/src/lib/CheckableList/CheckableList.tsx +0 -41
- package/src/lib/CheckableList/index.ts +0 -4
- package/src/lib/Checkbox/Checkbox.tsx +0 -28
- package/src/lib/Checkbox/index.ts +0 -4
- package/src/lib/Checkbox/themes/checkboxTheme.ts +0 -42
- package/src/lib/Checkbox/themes/uiCustomization.ts +0 -28
- package/src/lib/DEPRECATED_Button/DEPRECATED_Button.module.scss +0 -57
- package/src/lib/DEPRECATED_Button/DEPRECATED_Button.stories.tsx +0 -169
- package/src/lib/DEPRECATED_Button/DEPRECATED_Button.test.tsx +0 -154
- package/src/lib/DEPRECATED_Button/DEPRECATED_Button.tsx +0 -129
- package/src/lib/DEPRECATED_Button/index.ts +0 -4
- package/src/lib/DEPRECATED_Checkbox/Checkbox.module.scss +0 -49
- package/src/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.test.tsx +0 -131
- package/src/lib/DEPRECATED_Checkbox/DEPRECATED_Checkbox.tsx +0 -103
- package/src/lib/DEPRECATED_Checkbox/index.ts +0 -4
- package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.module.scss +0 -7
- package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.stories.tsx +0 -27
- package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.test.tsx +0 -105
- package/src/lib/DEPRECATED_Icon/DEPRECATED_Icon.tsx +0 -91
- package/src/lib/DEPRECATED_Icon/index.ts +0 -4
- package/src/lib/DEPRECATED_Toggle/DEPRECATED_Toggle.tsx +0 -49
- package/src/lib/DEPRECATED_Toggle/index.ts +0 -4
- package/src/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.module.scss +0 -115
- package/src/lib/DEPRECATED_Tooltip/DEPRECATED_Tooltip.tsx +0 -68
- package/src/lib/DEPRECATED_Tooltip/index.ts +0 -4
- package/src/lib/Dropdown/Dropdown.module.scss +0 -9
- package/src/lib/Dropdown/Dropdown.tsx +0 -150
- package/src/lib/Dropdown/DropdownButton/DropdownButton.module.scss +0 -49
- package/src/lib/Dropdown/DropdownButton/DropdownButton.tsx +0 -81
- package/src/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.test.tsx +0 -121
- package/src/lib/Dropdown/DropdownButton/DropdownButtonBody/DropdownButtonBody.tsx +0 -39
- package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.module.scss +0 -20
- package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/DropdownButtonSearch.tsx +0 -44
- package/src/lib/Dropdown/DropdownButton/DropdownButtonSearch/constants.ts +0 -1
- package/src/lib/Dropdown/DropdownButton/hooks/useDropdownButtonSearch.ts +0 -51
- package/src/lib/Dropdown/hooks/useDropdown.ts +0 -29
- package/src/lib/Dropdown/index.ts +0 -5
- package/src/lib/Dropdown/types.ts +0 -17
- package/src/lib/Icon/Icon.tsx +0 -118
- package/src/lib/Icon/index.ts +0 -4
- package/src/lib/Icon/themes/iconTheme.tsx +0 -38
- package/src/lib/Icon/themes/uiCustomization.ts +0 -9
- package/src/lib/Input/Input.module.scss +0 -97
- package/src/lib/Input/Input.test.tsx +0 -177
- package/src/lib/Input/Input.tsx +0 -134
- package/src/lib/Input/index.ts +0 -4
- package/src/lib/LazyLoader/LazyLoader.module.scss +0 -18
- package/src/lib/LazyLoader/LazyLoader.tsx +0 -42
- package/src/lib/LazyLoader/index.ts +0 -4
- package/src/lib/Menu/Confirmation/Confirmation.module.scss +0 -48
- package/src/lib/Menu/Confirmation/Confirmation.tsx +0 -45
- package/src/lib/Menu/Confirmation/translation.ts +0 -17
- package/src/lib/Menu/Menu.module.scss +0 -178
- package/src/lib/Menu/Menu.tsx +0 -363
- package/src/lib/Menu/MenuItem/MenuItem.test.tsx +0 -241
- package/src/lib/Menu/MenuItem/MenuItem.tsx +0 -186
- package/src/lib/Menu/utils.ts +0 -13
- package/src/lib/Popover/Popover.module.scss +0 -15
- package/src/lib/Popover/Popover.tsx +0 -92
- package/src/lib/Popover/align.interface.ts +0 -20
- package/src/lib/RadioButton/RadioButton.module.scss +0 -22
- package/src/lib/RadioButton/RadioButton.tsx +0 -89
- package/src/lib/RadioButton/index.ts +0 -4
- package/src/lib/TablePagination/PaginationActionsComponent/PaginationActionsComponent.tsx +0 -87
- package/src/lib/TablePagination/PaginationActionsComponent/index.ts +0 -4
- package/src/lib/TablePagination/PaginationActionsComponent/themes/index.ts +0 -4
- package/src/lib/TablePagination/PaginationActionsComponent/themes/paginationActionsComponentTheme.tsx +0 -70
- package/src/lib/TablePagination/PaginationActionsComponent/themes/uiCustomization.ts +0 -17
- package/src/lib/TablePagination/TablePagination.tsx +0 -148
- package/src/lib/TablePagination/TablePaginationContext.ts +0 -4
- package/src/lib/TablePagination/index.ts +0 -4
- package/src/lib/TablePagination/themes/tablePaginationResponsiveDesign.ts +0 -33
- package/src/lib/TablePagination/themes/tablePaginationTheme.tsx +0 -128
- package/src/lib/TablePagination/themes/uiCustomization.ts +0 -50
- package/src/lib/Tooltip/Tooltip.module.scss +0 -125
- package/src/lib/Tooltip/Tooltip.tsx +0 -34
- package/src/lib/Tooltip/themes/tooltipTheme.ts +0 -30
- package/src/lib/Typography/Typography.tsx +0 -28
- package/src/lib/Typography/themes/typographyTheme.tsx +0 -170
- package/src/lib/Typography/themes/uiCustomization.ts +0 -10
- package/src/lib/constants/styleguideConstants.ts +0 -8
- package/src/lib/styles/colors.module.scss +0 -10
- package/src/lib/styles/sisenseStyleguideReactColors.scss +0 -57
- package/src/lib/styles/style_styleguide_react/_variables.deprecated.scss +0 -107
- package/src/lib/styles/style_styleguide_react/_variables.scss +0 -100
- package/src/lib/styles/style_styleguide_react/base.scss +0 -9
- package/src/lib/styles/style_styleguide_react/colors.scss +0 -71
- package/src/lib/styles/style_styleguide_react/exports/colors.exports.scss +0 -69
- package/src/lib/styles/style_styleguide_react/exports/fonts.exports.scss +0 -33
- package/src/lib/styles/style_styleguide_react/fonts.scss +0 -27
- package/src/lib/styles/style_styleguide_react/mixins.scss +0 -90
- package/src/lib/themes/colors/siColors.ts +0 -143
- package/src/lib/themes/types/SisenseTheme.ts +0 -12
- package/tsconfig.eslint.json +0 -12
- package/tsconfig.json +0 -17
- package/tsconfig.lib.json +0 -22
- package/tsconfig.spec.json +0 -21
- package/vite.config.ts +0 -140
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";var Ee=Object.defineProperty;var ve=(n,e,t)=>e in n?Ee(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var oe=(n,e,t)=>ve(n,typeof e!="symbol"?e+"":e,t);const P=require("react"),o=require("./index-B-zZeebW.cjs"),h=require("./ThemeProvider-sqppyE-5.cjs"),k=require("react/jsx-runtime"),b=require("./TransitionGroupContext-BlR3HYBG.cjs"),Ne=require("./setPrototypeOf-BmHXYjK5.cjs"),Ve=require("./extends-q0Hkx4pQ.cjs"),De=require("./assertThisInitialized-BSnhOY1M.cjs"),re=require("./SvgIcon-SnObJHZS.cjs");function Se(n){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const t in n)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(n,t);Object.defineProperty(e,t,l.get?l:{enumerable:!0,get:()=>n[t]})}}return e.default=n,Object.freeze(e)}const f=Se(P);function we(n){const{prototype:e={}}=n;return!!e.isReactComponent}function je(n,e,t,l,r){const s=n[e],i=r||e;if(s==null||typeof window>"u")return null;let a;return typeof s=="function"&&!we(s)&&(a="Did you accidentally provide a plain function component instead?"),a!==void 0?new Error(`Invalid ${l} \`${i}\` supplied to \`${t}\`. Expected an element type that can hold a ref. ${a} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const se=b.chainPropTypes(o.PropTypes.elementType,je),Z=f.createContext(void 0);process.env.NODE_ENV!=="production"&&(Z.displayName="FormControlContext");function ke(){return f.useContext(Z)}class G{constructor(){oe(this,"mountEffect",()=>{this.shouldMount&&!this.didMount&&this.ref.current!==null&&(this.didMount=!0,this.mounted.resolve())});this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}static create(){return new G}static use(){const e=b.useLazyRef(G.create).current,[t,l]=f.useState(!1);return e.shouldMount=t,e.setShouldMount=l,f.useEffect(e.mountEffect,[t]),e}mount(){return this.mounted||(this.mounted=Be(),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}start(...e){this.mount().then(()=>{var t;return(t=this.ref.current)==null?void 0:t.start(...e)})}stop(...e){this.mount().then(()=>{var t;return(t=this.ref.current)==null?void 0:t.stop(...e)})}pulsate(...e){this.mount().then(()=>{var t;return(t=this.ref.current)==null?void 0:t.pulsate(...e)})}}function Oe(){return G.use()}function Be(){let n,e;const t=new Promise((l,r)=>{n=l,e=r});return t.resolve=n,t.reject=e,t}function ee(n,e){var t=function(s){return e&&P.isValidElement(s)?e(s):s},l=Object.create(null);return n&&P.Children.map(n,function(r){return r}).forEach(function(r){l[r.key]=t(r)}),l}function Fe(n,e){n=n||{},e=e||{};function t(m){return m in e?e[m]:n[m]}var l=Object.create(null),r=[];for(var s in n)s in e?r.length&&(l[s]=r,r=[]):r.push(s);var i,a={};for(var c in e){if(l[c])for(i=0;i<l[c].length;i++){var d=l[c][i];a[l[c][i]]=t(d)}a[c]=t(c)}for(i=0;i<r.length;i++)a[r[i]]=t(r[i]);return a}function L(n,e,t){return t[e]!=null?t[e]:n.props[e]}function Ie(n,e){return ee(n.children,function(t){return P.cloneElement(t,{onExited:e.bind(null,t),in:!0,appear:L(t,"appear",n),enter:L(t,"enter",n),exit:L(t,"exit",n)})})}function Le(n,e,t){var l=ee(n.children),r=Fe(e,l);return Object.keys(r).forEach(function(s){var i=r[s];if(P.isValidElement(i)){var a=s in e,c=s in l,d=e[s],m=P.isValidElement(d)&&!d.props.in;c&&(!a||m)?r[s]=P.cloneElement(i,{onExited:t.bind(null,i),in:!0,exit:L(i,"exit",n),enter:L(i,"enter",n)}):!c&&a&&!m?r[s]=P.cloneElement(i,{in:!1}):c&&a&&P.isValidElement(d)&&(r[s]=P.cloneElement(i,{onExited:t.bind(null,i),in:d.props.in,exit:L(i,"exit",n),enter:L(i,"enter",n)}))}}),r}var $e=Object.values||function(n){return Object.keys(n).map(function(e){return n[e]})},qe={component:"div",childFactory:function(e){return e}},te=function(n){b._inheritsLoose(e,n);function e(l,r){var s;s=n.call(this,l,r)||this;var i=s.handleExited.bind(De._assertThisInitialized(s));return s.state={contextValue:{isMounting:!0},handleExited:i,firstRender:!0},s}var t=e.prototype;return t.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},t.componentWillUnmount=function(){this.mounted=!1},e.getDerivedStateFromProps=function(r,s){var i=s.children,a=s.handleExited,c=s.firstRender;return{children:c?Ie(r,a):Le(r,i,a),firstRender:!1}},t.handleExited=function(r,s){var i=ee(this.props.children);r.key in i||(r.props.onExited&&r.props.onExited(s),this.mounted&&this.setState(function(a){var c=Ve._extends({},a.children);return delete c[r.key],{children:c}}))},t.render=function(){var r=this.props,s=r.component,i=r.childFactory,a=Ne._objectWithoutPropertiesLoose(r,["component","childFactory"]),c=this.state.contextValue,d=$e(this.state.children).map(i);return delete a.appear,delete a.enter,delete a.exit,s===null?P.createElement(b.TransitionGroupContext.Provider,{value:c},d):P.createElement(b.TransitionGroupContext.Provider,{value:c},P.createElement(s,a,d))},e}(P.Component);te.propTypes=process.env.NODE_ENV!=="production"?{component:o.PropTypes.any,children:o.PropTypes.node,appear:o.PropTypes.bool,enter:o.PropTypes.bool,exit:o.PropTypes.bool,childFactory:o.PropTypes.func}:{};te.defaultProps=qe;function ie(n){const{className:e,classes:t,pulsate:l=!1,rippleX:r,rippleY:s,rippleSize:i,in:a,onExited:c,timeout:d}=n,[m,y]=f.useState(!1),x=h.clsx(e,t.ripple,t.rippleVisible,l&&t.ripplePulsate),D={width:i,height:i,top:-(i/2)+s,left:-(i/2)+r},g=h.clsx(t.child,m&&t.childLeaving,l&&t.childPulsate);return!a&&!m&&y(!0),f.useEffect(()=>{if(!a&&c!=null){const O=setTimeout(c,d);return()=>{clearTimeout(O)}}},[c,a,d]),k.jsx("span",{className:x,style:D,children:k.jsx("span",{className:g})})}process.env.NODE_ENV!=="production"&&(ie.propTypes={classes:o.PropTypes.object.isRequired,className:o.PropTypes.string,in:o.PropTypes.bool,onExited:o.PropTypes.func,pulsate:o.PropTypes.bool,rippleSize:o.PropTypes.number,rippleX:o.PropTypes.number,rippleY:o.PropTypes.number,timeout:o.PropTypes.number.isRequired});const R=h.generateUtilityClasses("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),Q=550,Ue=80,ze=h.keyframes`
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(0);
|
|
4
|
+
opacity: 0.1;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
100% {
|
|
8
|
+
transform: scale(1);
|
|
9
|
+
opacity: 0.3;
|
|
10
|
+
}
|
|
11
|
+
`,_e=h.keyframes`
|
|
12
|
+
0% {
|
|
13
|
+
opacity: 1;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
100% {
|
|
17
|
+
opacity: 0;
|
|
18
|
+
}
|
|
19
|
+
`,Ae=h.keyframes`
|
|
20
|
+
0% {
|
|
21
|
+
transform: scale(1);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
50% {
|
|
25
|
+
transform: scale(0.92);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
100% {
|
|
29
|
+
transform: scale(1);
|
|
30
|
+
}
|
|
31
|
+
`,Xe=h.styled("span",{name:"MuiTouchRipple",slot:"Root"})({overflow:"hidden",pointerEvents:"none",position:"absolute",zIndex:0,top:0,right:0,bottom:0,left:0,borderRadius:"inherit"}),Ye=h.styled(ie,{name:"MuiTouchRipple",slot:"Ripple"})`
|
|
32
|
+
opacity: 0;
|
|
33
|
+
position: absolute;
|
|
34
|
+
|
|
35
|
+
&.${R.rippleVisible} {
|
|
36
|
+
opacity: 0.3;
|
|
37
|
+
transform: scale(1);
|
|
38
|
+
animation-name: ${ze};
|
|
39
|
+
animation-duration: ${Q}ms;
|
|
40
|
+
animation-timing-function: ${({theme:n})=>n.transitions.easing.easeInOut};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&.${R.ripplePulsate} {
|
|
44
|
+
animation-duration: ${({theme:n})=>n.transitions.duration.shorter}ms;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
& .${R.child} {
|
|
48
|
+
opacity: 1;
|
|
49
|
+
display: block;
|
|
50
|
+
width: 100%;
|
|
51
|
+
height: 100%;
|
|
52
|
+
border-radius: 50%;
|
|
53
|
+
background-color: currentColor;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
& .${R.childLeaving} {
|
|
57
|
+
opacity: 0;
|
|
58
|
+
animation-name: ${_e};
|
|
59
|
+
animation-duration: ${Q}ms;
|
|
60
|
+
animation-timing-function: ${({theme:n})=>n.transitions.easing.easeInOut};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
& .${R.childPulsate} {
|
|
64
|
+
position: absolute;
|
|
65
|
+
/* @noflip */
|
|
66
|
+
left: 0px;
|
|
67
|
+
top: 0;
|
|
68
|
+
animation-name: ${Ae};
|
|
69
|
+
animation-duration: 2500ms;
|
|
70
|
+
animation-timing-function: ${({theme:n})=>n.transitions.easing.easeInOut};
|
|
71
|
+
animation-iteration-count: infinite;
|
|
72
|
+
animation-delay: 200ms;
|
|
73
|
+
}
|
|
74
|
+
`,le=f.forwardRef(function(e,t){const l=h.useDefaultProps({props:e,name:"MuiTouchRipple"}),{center:r=!1,classes:s={},className:i,...a}=l,[c,d]=f.useState([]),m=f.useRef(0),y=f.useRef(null);f.useEffect(()=>{y.current&&(y.current(),y.current=null)},[c]);const x=f.useRef(!1),D=b.useTimeout(),g=f.useRef(null),O=f.useRef(null),v=f.useCallback(p=>{const{pulsate:M,rippleX:C,rippleY:U,rippleSize:B,cb:z}=p;d(E=>[...E,k.jsx(Ye,{classes:{ripple:h.clsx(s.ripple,R.ripple),rippleVisible:h.clsx(s.rippleVisible,R.rippleVisible),ripplePulsate:h.clsx(s.ripplePulsate,R.ripplePulsate),child:h.clsx(s.child,R.child),childLeaving:h.clsx(s.childLeaving,R.childLeaving),childPulsate:h.clsx(s.childPulsate,R.childPulsate)},timeout:Q,pulsate:M,rippleX:C,rippleY:U,rippleSize:B},m.current)]),m.current+=1,y.current=z},[s]),$=f.useCallback((p={},M={},C=()=>{})=>{const{pulsate:U=!1,center:B=r||M.pulsate,fakeElement:z=!1}=M;if((p==null?void 0:p.type)==="mousedown"&&x.current){x.current=!1;return}(p==null?void 0:p.type)==="touchstart"&&(x.current=!0);const E=z?null:O.current,S=E?E.getBoundingClientRect():{width:0,height:0,left:0,top:0};let w,N,j;if(B||p===void 0||p.clientX===0&&p.clientY===0||!p.clientX&&!p.touches)w=Math.round(S.width/2),N=Math.round(S.height/2);else{const{clientX:_,clientY:F}=p.touches&&p.touches.length>0?p.touches[0]:p;w=Math.round(_-S.left),N=Math.round(F-S.top)}if(B)j=Math.sqrt((2*S.width**2+S.height**2)/3),j%2===0&&(j+=1);else{const _=Math.max(Math.abs((E?E.clientWidth:0)-w),w)*2+2,F=Math.max(Math.abs((E?E.clientHeight:0)-N),N)*2+2;j=Math.sqrt(_**2+F**2)}p!=null&&p.touches?g.current===null&&(g.current=()=>{v({pulsate:U,rippleX:w,rippleY:N,rippleSize:j,cb:C})},D.start(Ue,()=>{g.current&&(g.current(),g.current=null)})):v({pulsate:U,rippleX:w,rippleY:N,rippleSize:j,cb:C})},[r,v,D]),K=f.useCallback(()=>{$({},{pulsate:!0})},[$]),q=f.useCallback((p,M)=>{if(D.clear(),(p==null?void 0:p.type)==="touchend"&&g.current){g.current(),g.current=null,D.start(0,()=>{q(p,M)});return}g.current=null,d(C=>C.length>0?C.slice(1):C),y.current=M},[D]);return f.useImperativeHandle(t,()=>({pulsate:K,start:$,stop:q}),[K,$,q]),k.jsx(Xe,{className:h.clsx(R.root,s.root,i),ref:O,...a,children:k.jsx(te,{component:null,exit:!0,children:c})})});process.env.NODE_ENV!=="production"&&(le.propTypes={center:o.PropTypes.bool,classes:o.PropTypes.object,className:o.PropTypes.string});function Ke(n){return h.generateUtilityClass("MuiButtonBase",n)}const He=h.generateUtilityClasses("MuiButtonBase",["root","disabled","focusVisible"]),We=n=>{const{disabled:e,focusVisible:t,focusVisibleClassName:l,classes:r}=n,s={root:["root",e&&"disabled",t&&"focusVisible"]},i=h.composeClasses(s,Ke,r);return t&&l&&(i.root+=` ${l}`),i},Ge=h.styled("button",{name:"MuiButtonBase",slot:"Root",overridesResolver:(n,e)=>e.root})({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",boxSizing:"border-box",WebkitTapHighlightColor:"transparent",backgroundColor:"transparent",outline:0,border:0,margin:0,borderRadius:0,padding:0,cursor:"pointer",userSelect:"none",verticalAlign:"middle",MozAppearance:"none",WebkitAppearance:"none",textDecoration:"none",color:"inherit","&::-moz-focus-inner":{borderStyle:"none"},[`&.${He.disabled}`]:{pointerEvents:"none",cursor:"default"},"@media print":{colorAdjust:"exact"}}),ue=f.forwardRef(function(e,t){const l=h.useDefaultProps({props:e,name:"MuiButtonBase"}),{action:r,centerRipple:s=!1,children:i,className:a,component:c="button",disabled:d=!1,disableRipple:m=!1,disableTouchRipple:y=!1,focusRipple:x=!1,focusVisibleClassName:D,LinkComponent:g="a",onBlur:O,onClick:v,onContextMenu:$,onDragLeave:K,onFocus:q,onFocusVisible:p,onKeyDown:M,onKeyUp:C,onMouseDown:U,onMouseLeave:B,onMouseUp:z,onTouchEnd:E,onTouchMove:S,onTouchStart:w,tabIndex:N=0,TouchRippleProps:j,touchRippleRef:_,type:F,...A}=l,X=f.useRef(null),T=Oe(),ae=b.useForkRef(T.ref,_),[I,H]=f.useState(!1);d&&I&&H(!1),f.useImperativeHandle(r,()=>({focusVisible:()=>{H(!0),X.current.focus()}}),[]);const ce=T.shouldMount&&!m&&!d;f.useEffect(()=>{I&&x&&!m&&T.pulsate()},[m,x,I,T]);const pe=V(T,"start",U,y),fe=V(T,"stop",$,y),de=V(T,"stop",K,y),he=V(T,"stop",z,y),me=V(T,"stop",u=>{I&&u.preventDefault(),B&&B(u)},y),ye=V(T,"start",w,y),Te=V(T,"stop",E,y),be=V(T,"stop",S,y),Pe=V(T,"stop",u=>{b.isFocusVisible(u.target)||H(!1),O&&O(u)},!1),ge=b.useEventCallback(u=>{X.current||(X.current=u.currentTarget),b.isFocusVisible(u.target)&&(H(!0),p&&p(u)),q&&q(u)}),J=()=>{const u=X.current;return c&&c!=="button"&&!(u.tagName==="A"&&u.href)},Re=b.useEventCallback(u=>{x&&!u.repeat&&I&&u.key===" "&&T.stop(u,()=>{T.start(u)}),u.target===u.currentTarget&&J()&&u.key===" "&&u.preventDefault(),M&&M(u),u.target===u.currentTarget&&J()&&u.key==="Enter"&&!d&&(u.preventDefault(),v&&v(u))}),xe=b.useEventCallback(u=>{x&&u.key===" "&&I&&!u.defaultPrevented&&T.stop(u,()=>{T.pulsate(u)}),C&&C(u),v&&u.target===u.currentTarget&&J()&&u.key===" "&&!u.defaultPrevented&&v(u)});let W=c;W==="button"&&(A.href||A.to)&&(W=g);const Y={};W==="button"?(Y.type=F===void 0?"button":F,Y.disabled=d):(!A.href&&!A.to&&(Y.role="button"),d&&(Y["aria-disabled"]=d));const Ce=b.useForkRef(t,X),ne={...l,centerRipple:s,component:c,disabled:d,disableRipple:m,disableTouchRipple:y,focusRipple:x,tabIndex:N,focusVisible:I},Me=We(ne);return k.jsxs(Ge,{as:W,className:h.clsx(Me.root,a),ownerState:ne,onBlur:Pe,onClick:v,onContextMenu:fe,onFocus:ge,onKeyDown:Re,onKeyUp:xe,onMouseDown:pe,onMouseLeave:me,onMouseUp:he,onDragLeave:de,onTouchEnd:Te,onTouchMove:be,onTouchStart:ye,ref:Ce,tabIndex:d?-1:N,type:F,...Y,...A,children:[i,ce?k.jsx(le,{ref:ae,center:s,...j}):null]})});function V(n,e,t,l=!1){return b.useEventCallback(r=>(t&&t(r),l||n[e](r),!0))}process.env.NODE_ENV!=="production"&&(ue.propTypes={action:b.refType,centerRipple:o.PropTypes.bool,children:o.PropTypes.node,classes:o.PropTypes.object,className:o.PropTypes.string,component:se,disabled:o.PropTypes.bool,disableRipple:o.PropTypes.bool,disableTouchRipple:o.PropTypes.bool,focusRipple:o.PropTypes.bool,focusVisibleClassName:o.PropTypes.string,href:o.PropTypes.any,LinkComponent:o.PropTypes.elementType,onBlur:o.PropTypes.func,onClick:o.PropTypes.func,onContextMenu:o.PropTypes.func,onDragLeave:o.PropTypes.func,onFocus:o.PropTypes.func,onFocusVisible:o.PropTypes.func,onKeyDown:o.PropTypes.func,onKeyUp:o.PropTypes.func,onMouseDown:o.PropTypes.func,onMouseLeave:o.PropTypes.func,onMouseUp:o.PropTypes.func,onTouchEnd:o.PropTypes.func,onTouchMove:o.PropTypes.func,onTouchStart:o.PropTypes.func,sx:o.PropTypes.oneOfType([o.PropTypes.arrayOf(o.PropTypes.oneOfType([o.PropTypes.func,o.PropTypes.object,o.PropTypes.bool])),o.PropTypes.func,o.PropTypes.object]),tabIndex:o.PropTypes.number,TouchRippleProps:o.PropTypes.object,touchRippleRef:o.PropTypes.oneOfType([o.PropTypes.func,o.PropTypes.shape({current:o.PropTypes.shape({pulsate:o.PropTypes.func.isRequired,start:o.PropTypes.func.isRequired,stop:o.PropTypes.func.isRequired})})]),type:o.PropTypes.oneOfType([o.PropTypes.oneOf(["button","reset","submit"]),o.PropTypes.string])});function Je(n,e){function t(l,r){return k.jsx(re.SvgIcon,{"data-testid":`${e}Icon`,ref:r,...l,children:n})}return process.env.NODE_ENV!=="production"&&(t.displayName=`${e}Icon`),t.muiName=re.SvgIcon.muiName,f.memo(f.forwardRef(t))}exports.ButtonBase=ue;exports.FormControlContext=Z;exports.createSvgIcon=Je;exports.elementTypeAcceptingRef=se;exports.useFormControl=ke;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
function e() {
|
|
2
|
+
return e = Object.assign ? Object.assign.bind() : function(a) {
|
|
3
|
+
for (var n = 1; n < arguments.length; n++) {
|
|
4
|
+
var t = arguments[n];
|
|
5
|
+
for (var r in t)
|
|
6
|
+
Object.prototype.hasOwnProperty.call(t, r) && (a[r] = t[r]);
|
|
7
|
+
}
|
|
8
|
+
return a;
|
|
9
|
+
}, e.apply(this, arguments);
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
e as _
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function e(){return e=Object.assign?Object.assign.bind():function(s){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(s[r]=t[r])}return s},e.apply(this,arguments)}exports._extends=e;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";var ge=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Se(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var ae={exports:{}},V={exports:{}},T={};/** @license React v16.13.1
|
|
2
|
+
* react-is.production.min.js
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
5
|
+
*
|
|
6
|
+
* This source code is licensed under the MIT license found in the
|
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
|
8
|
+
*/var fe;function Pe(){if(fe)return T;fe=1;var o=typeof Symbol=="function"&&Symbol.for,j=o?Symbol.for("react.element"):60103,O=o?Symbol.for("react.portal"):60106,p=o?Symbol.for("react.fragment"):60107,S=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,P=o?Symbol.for("react.provider"):60109,l=o?Symbol.for("react.context"):60110,_=o?Symbol.for("react.async_mode"):60111,g=o?Symbol.for("react.concurrent_mode"):60111,b=o?Symbol.for("react.forward_ref"):60112,E=o?Symbol.for("react.suspense"):60113,C=o?Symbol.for("react.suspense_list"):60120,w=o?Symbol.for("react.memo"):60115,M=o?Symbol.for("react.lazy"):60116,R=o?Symbol.for("react.block"):60121,I=o?Symbol.for("react.fundamental"):60117,Y=o?Symbol.for("react.responder"):60118,F=o?Symbol.for("react.scope"):60119;function A(t){if(typeof t=="object"&&t!==null){var k=t.$$typeof;switch(k){case j:switch(t=t.type,t){case _:case g:case p:case a:case S:case E:return t;default:switch(t=t&&t.$$typeof,t){case l:case b:case M:case w:case P:return t;default:return k}}case O:return k}}}function x(t){return A(t)===g}return T.AsyncMode=_,T.ConcurrentMode=g,T.ContextConsumer=l,T.ContextProvider=P,T.Element=j,T.ForwardRef=b,T.Fragment=p,T.Lazy=M,T.Memo=w,T.Portal=O,T.Profiler=a,T.StrictMode=S,T.Suspense=E,T.isAsyncMode=function(t){return x(t)||A(t)===_},T.isConcurrentMode=x,T.isContextConsumer=function(t){return A(t)===l},T.isContextProvider=function(t){return A(t)===P},T.isElement=function(t){return typeof t=="object"&&t!==null&&t.$$typeof===j},T.isForwardRef=function(t){return A(t)===b},T.isFragment=function(t){return A(t)===p},T.isLazy=function(t){return A(t)===M},T.isMemo=function(t){return A(t)===w},T.isPortal=function(t){return A(t)===O},T.isProfiler=function(t){return A(t)===a},T.isStrictMode=function(t){return A(t)===S},T.isSuspense=function(t){return A(t)===E},T.isValidElementType=function(t){return typeof t=="string"||typeof t=="function"||t===p||t===g||t===a||t===S||t===E||t===C||typeof t=="object"&&t!==null&&(t.$$typeof===M||t.$$typeof===w||t.$$typeof===P||t.$$typeof===l||t.$$typeof===b||t.$$typeof===I||t.$$typeof===Y||t.$$typeof===F||t.$$typeof===R)},T.typeOf=A,T}var m={};/** @license React v16.13.1
|
|
9
|
+
* react-is.development.js
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
|
+
*
|
|
13
|
+
* This source code is licensed under the MIT license found in the
|
|
14
|
+
* LICENSE file in the root directory of this source tree.
|
|
15
|
+
*/var ue;function Oe(){return ue||(ue=1,process.env.NODE_ENV!=="production"&&function(){var o=typeof Symbol=="function"&&Symbol.for,j=o?Symbol.for("react.element"):60103,O=o?Symbol.for("react.portal"):60106,p=o?Symbol.for("react.fragment"):60107,S=o?Symbol.for("react.strict_mode"):60108,a=o?Symbol.for("react.profiler"):60114,P=o?Symbol.for("react.provider"):60109,l=o?Symbol.for("react.context"):60110,_=o?Symbol.for("react.async_mode"):60111,g=o?Symbol.for("react.concurrent_mode"):60111,b=o?Symbol.for("react.forward_ref"):60112,E=o?Symbol.for("react.suspense"):60113,C=o?Symbol.for("react.suspense_list"):60120,w=o?Symbol.for("react.memo"):60115,M=o?Symbol.for("react.lazy"):60116,R=o?Symbol.for("react.block"):60121,I=o?Symbol.for("react.fundamental"):60117,Y=o?Symbol.for("react.responder"):60118,F=o?Symbol.for("react.scope"):60119;function A(r){return typeof r=="string"||typeof r=="function"||r===p||r===g||r===a||r===S||r===E||r===C||typeof r=="object"&&r!==null&&(r.$$typeof===M||r.$$typeof===w||r.$$typeof===P||r.$$typeof===l||r.$$typeof===b||r.$$typeof===I||r.$$typeof===Y||r.$$typeof===F||r.$$typeof===R)}function x(r){if(typeof r=="object"&&r!==null){var D=r.$$typeof;switch(D){case j:var B=r.type;switch(B){case _:case g:case p:case a:case S:case E:return B;default:var ce=B&&B.$$typeof;switch(ce){case l:case b:case M:case w:case P:return ce;default:return D}}case O:return D}}}var t=_,k=g,N=l,G=P,H=j,J=b,U=p,X=M,K=w,L=O,Z=a,q=S,W=E,z=!1;function Q(r){return z||(z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),e(r)||x(r)===_}function e(r){return x(r)===g}function n(r){return x(r)===l}function u(r){return x(r)===P}function c(r){return typeof r=="object"&&r!==null&&r.$$typeof===j}function i(r){return x(r)===b}function d(r){return x(r)===p}function s(r){return x(r)===M}function f(r){return x(r)===w}function y(r){return x(r)===O}function h(r){return x(r)===a}function v(r){return x(r)===S}function $(r){return x(r)===E}m.AsyncMode=t,m.ConcurrentMode=k,m.ContextConsumer=N,m.ContextProvider=G,m.Element=H,m.ForwardRef=J,m.Fragment=U,m.Lazy=X,m.Memo=K,m.Portal=L,m.Profiler=Z,m.StrictMode=q,m.Suspense=W,m.isAsyncMode=Q,m.isConcurrentMode=e,m.isContextConsumer=n,m.isContextProvider=u,m.isElement=c,m.isForwardRef=i,m.isFragment=d,m.isLazy=s,m.isMemo=f,m.isPortal=y,m.isProfiler=h,m.isStrictMode=v,m.isSuspense=$,m.isValidElementType=A,m.typeOf=x}()),m}var le;function me(){return le||(le=1,process.env.NODE_ENV==="production"?V.exports=Pe():V.exports=Oe()),V.exports}/*
|
|
16
|
+
object-assign
|
|
17
|
+
(c) Sindre Sorhus
|
|
18
|
+
@license MIT
|
|
19
|
+
*/var ee,pe;function _e(){if(pe)return ee;pe=1;var o=Object.getOwnPropertySymbols,j=Object.prototype.hasOwnProperty,O=Object.prototype.propertyIsEnumerable;function p(a){if(a==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(a)}function S(){try{if(!Object.assign)return!1;var a=new String("abc");if(a[5]="de",Object.getOwnPropertyNames(a)[0]==="5")return!1;for(var P={},l=0;l<10;l++)P["_"+String.fromCharCode(l)]=l;var _=Object.getOwnPropertyNames(P).map(function(b){return P[b]});if(_.join("")!=="0123456789")return!1;var g={};return"abcdefghijklmnopqrst".split("").forEach(function(b){g[b]=b}),Object.keys(Object.assign({},g)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return ee=S()?Object.assign:function(a,P){for(var l,_=p(a),g,b=1;b<arguments.length;b++){l=Object(arguments[b]);for(var E in l)j.call(l,E)&&(_[E]=l[E]);if(o){g=o(l);for(var C=0;C<g.length;C++)O.call(l,g[C])&&(_[g[C]]=l[g[C]])}}return _},ee}var re,de;function se(){if(de)return re;de=1;var o="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return re=o,re}var te,ye;function he(){return ye||(ye=1,te=Function.call.bind(Object.prototype.hasOwnProperty)),te}var ne,ve;function Re(){if(ve)return ne;ve=1;var o=function(){};if(process.env.NODE_ENV!=="production"){var j=se(),O={},p=he();o=function(a){var P="Warning: "+a;typeof console<"u"&&console.error(P);try{throw new Error(P)}catch{}}}function S(a,P,l,_,g){if(process.env.NODE_ENV!=="production"){for(var b in a)if(p(a,b)){var E;try{if(typeof a[b]!="function"){var C=Error((_||"React class")+": "+l+" type `"+b+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[b]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw C.name="Invariant Violation",C}E=a[b](P,b,_,l,null,j)}catch(M){E=M}if(E&&!(E instanceof Error)&&o((_||"React class")+": type specification of "+l+" `"+b+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof E+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),E instanceof Error&&!(E.message in O)){O[E.message]=!0;var w=g?g():"";o("Failed "+l+" type: "+E.message+(w??""))}}}}return S.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(O={})},ne=S,ne}var oe,be;function Ce(){if(be)return oe;be=1;var o=me(),j=_e(),O=se(),p=he(),S=Re(),a=function(){};process.env.NODE_ENV!=="production"&&(a=function(l){var _="Warning: "+l;typeof console<"u"&&console.error(_);try{throw new Error(_)}catch{}});function P(){return null}return oe=function(l,_){var g=typeof Symbol=="function"&&Symbol.iterator,b="@@iterator";function E(e){var n=e&&(g&&e[g]||e[b]);if(typeof n=="function")return n}var C="<<anonymous>>",w={array:Y("array"),bigint:Y("bigint"),bool:Y("boolean"),func:Y("function"),number:Y("number"),object:Y("object"),string:Y("string"),symbol:Y("symbol"),any:F(),arrayOf:A,element:x(),elementType:t(),instanceOf:k,node:J(),objectOf:G,oneOf:N,oneOfType:H,shape:X,exact:K};function M(e,n){return e===n?e!==0||1/e===1/n:e!==e&&n!==n}function R(e,n){this.message=e,this.data=n&&typeof n=="object"?n:{},this.stack=""}R.prototype=Error.prototype;function I(e){if(process.env.NODE_ENV!=="production")var n={},u=0;function c(d,s,f,y,h,v,$){if(y=y||C,v=v||f,$!==O){if(_){var r=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw r.name="Invariant Violation",r}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var D=y+":"+f;!n[D]&&u<3&&(a("You are manually calling a React.PropTypes validation function for the `"+v+"` prop on `"+y+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),n[D]=!0,u++)}}return s[f]==null?d?s[f]===null?new R("The "+h+" `"+v+"` is marked as required "+("in `"+y+"`, but its value is `null`.")):new R("The "+h+" `"+v+"` is marked as required in "+("`"+y+"`, but its value is `undefined`.")):null:e(s,f,y,h,v)}var i=c.bind(null,!1);return i.isRequired=c.bind(null,!0),i}function Y(e){function n(u,c,i,d,s,f){var y=u[c],h=q(y);if(h!==e){var v=W(y);return new R("Invalid "+d+" `"+s+"` of type "+("`"+v+"` supplied to `"+i+"`, expected ")+("`"+e+"`."),{expectedType:e})}return null}return I(n)}function F(){return I(P)}function A(e){function n(u,c,i,d,s){if(typeof e!="function")return new R("Property `"+s+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var f=u[c];if(!Array.isArray(f)){var y=q(f);return new R("Invalid "+d+" `"+s+"` of type "+("`"+y+"` supplied to `"+i+"`, expected an array."))}for(var h=0;h<f.length;h++){var v=e(f,h,i,d,s+"["+h+"]",O);if(v instanceof Error)return v}return null}return I(n)}function x(){function e(n,u,c,i,d){var s=n[u];if(!l(s)){var f=q(s);return new R("Invalid "+i+" `"+d+"` of type "+("`"+f+"` supplied to `"+c+"`, expected a single ReactElement."))}return null}return I(e)}function t(){function e(n,u,c,i,d){var s=n[u];if(!o.isValidElementType(s)){var f=q(s);return new R("Invalid "+i+" `"+d+"` of type "+("`"+f+"` supplied to `"+c+"`, expected a single ReactElement type."))}return null}return I(e)}function k(e){function n(u,c,i,d,s){if(!(u[c]instanceof e)){var f=e.name||C,y=Q(u[c]);return new R("Invalid "+d+" `"+s+"` of type "+("`"+y+"` supplied to `"+i+"`, expected ")+("instance of `"+f+"`."))}return null}return I(n)}function N(e){if(!Array.isArray(e))return process.env.NODE_ENV!=="production"&&(arguments.length>1?a("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):a("Invalid argument supplied to oneOf, expected an array.")),P;function n(u,c,i,d,s){for(var f=u[c],y=0;y<e.length;y++)if(M(f,e[y]))return null;var h=JSON.stringify(e,function($,r){var D=W(r);return D==="symbol"?String(r):r});return new R("Invalid "+d+" `"+s+"` of value `"+String(f)+"` "+("supplied to `"+i+"`, expected one of "+h+"."))}return I(n)}function G(e){function n(u,c,i,d,s){if(typeof e!="function")return new R("Property `"+s+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var f=u[c],y=q(f);if(y!=="object")return new R("Invalid "+d+" `"+s+"` of type "+("`"+y+"` supplied to `"+i+"`, expected an object."));for(var h in f)if(p(f,h)){var v=e(f,h,i,d,s+"."+h,O);if(v instanceof Error)return v}return null}return I(n)}function H(e){if(!Array.isArray(e))return process.env.NODE_ENV!=="production"&&a("Invalid argument supplied to oneOfType, expected an instance of array."),P;for(var n=0;n<e.length;n++){var u=e[n];if(typeof u!="function")return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+z(u)+" at index "+n+"."),P}function c(i,d,s,f,y){for(var h=[],v=0;v<e.length;v++){var $=e[v],r=$(i,d,s,f,y,O);if(r==null)return null;r.data&&p(r.data,"expectedType")&&h.push(r.data.expectedType)}var D=h.length>0?", expected one of type ["+h.join(", ")+"]":"";return new R("Invalid "+f+" `"+y+"` supplied to "+("`"+s+"`"+D+"."))}return I(c)}function J(){function e(n,u,c,i,d){return L(n[u])?null:new R("Invalid "+i+" `"+d+"` supplied to "+("`"+c+"`, expected a ReactNode."))}return I(e)}function U(e,n,u,c,i){return new R((e||"React class")+": "+n+" type `"+u+"."+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function X(e){function n(u,c,i,d,s){var f=u[c],y=q(f);if(y!=="object")return new R("Invalid "+d+" `"+s+"` of type `"+y+"` "+("supplied to `"+i+"`, expected `object`."));for(var h in e){var v=e[h];if(typeof v!="function")return U(i,d,s,h,W(v));var $=v(f,h,i,d,s+"."+h,O);if($)return $}return null}return I(n)}function K(e){function n(u,c,i,d,s){var f=u[c],y=q(f);if(y!=="object")return new R("Invalid "+d+" `"+s+"` of type `"+y+"` "+("supplied to `"+i+"`, expected `object`."));var h=j({},u[c],e);for(var v in h){var $=e[v];if(p(e,v)&&typeof $!="function")return U(i,d,s,v,W($));if(!$)return new R("Invalid "+d+" `"+s+"` key `"+v+"` supplied to `"+i+"`.\nBad object: "+JSON.stringify(u[c],null," ")+`
|
|
20
|
+
Valid keys: `+JSON.stringify(Object.keys(e),null," "));var r=$(f,v,i,d,s+"."+v,O);if(r)return r}return null}return I(n)}function L(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(L);if(e===null||l(e))return!0;var n=E(e);if(n){var u=n.call(e),c;if(n!==e.entries){for(;!(c=u.next()).done;)if(!L(c.value))return!1}else for(;!(c=u.next()).done;){var i=c.value;if(i&&!L(i[1]))return!1}}else return!1;return!0;default:return!1}}function Z(e,n){return e==="symbol"?!0:n?n["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&n instanceof Symbol:!1}function q(e){var n=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":Z(n,e)?"symbol":n}function W(e){if(typeof e>"u"||e===null)return""+e;var n=q(e);if(n==="object"){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return n}function z(e){var n=W(e);switch(n){case"array":case"object":return"an "+n;case"boolean":case"date":case"regexp":return"a "+n;default:return n}}function Q(e){return!e.constructor||!e.constructor.name?C:e.constructor.name}return w.checkPropTypes=S,w.resetWarningCache=S.resetWarningCache,w.PropTypes=w,w},oe}var ie,Te;function we(){if(Te)return ie;Te=1;var o=se();function j(){}function O(){}return O.resetWarningCache=j,ie=function(){function p(P,l,_,g,b,E){if(E!==o){var C=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw C.name="Invariant Violation",C}}p.isRequired=p;function S(){return p}var a={array:p,bigint:p,bool:p,func:p,number:p,object:p,string:p,symbol:p,any:p,arrayOf:S,element:p,elementType:p,instanceOf:S,node:p,objectOf:S,oneOf:S,oneOfType:S,shape:S,exact:S,checkPropTypes:O,resetWarningCache:j};return a.PropTypes=a,a},ie}if(process.env.NODE_ENV!=="production"){var xe=me(),Ae=!0;ae.exports=Ce()(xe.isElement,Ae)}else ae.exports=we()();var Ee=ae.exports;const je=Se(Ee);exports.PropTypes=je;exports.commonjsGlobal=ge;exports.propTypesExports=Ee;
|