@sisense/sdk-shared-ui 1.27.1 → 1.29.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/Breadcrumbs-B46ViOSv.cjs +3 -0
- package/dist/Breadcrumbs-CQNCIJ2Y.js +301 -0
- package/dist/Button-CoMaroSC.cjs +1 -0
- package/dist/Button-D5ZAS_sd.js +569 -0
- package/dist/ButtonBase-Camgk6s8.cjs +74 -0
- package/dist/ButtonBase-DPVWpC8-.js +883 -0
- package/dist/CheckableList-BLLCGCKX.cjs +1 -0
- package/dist/CheckableList-CC7iKnHq.js +21 -0
- package/dist/Checkbox-3bG1OLg3.js +516 -0
- package/dist/Checkbox-oJOn5Vb9.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-CqoYg88-.cjs +1 -0
- package/dist/Icon-D0uZg6iJ.js +131 -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-Dg-EBYZz.cjs +1 -0
- package/dist/SvgIcon-DsAvI5iY.js +238 -0
- package/dist/TablePagination-DUkJaWJG.js +7758 -0
- package/dist/TablePagination-Yp8eKLZB.cjs +15 -0
- package/dist/ThemeProvider-BCsnqK18.js +5085 -0
- package/dist/ThemeProvider-BjBWRt7C.cjs +114 -0
- package/dist/Tooltip-B0-7TF8b.js +2155 -0
- package/dist/Tooltip-DE1hlnS3.cjs +7 -0
- package/dist/Typography-BGFgTnYN.js +498 -0
- package/dist/Typography-CGsd6zC4.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-DDrcw4wZ.cjs +1 -0
- package/dist/createSvgIcon-rAujRRtd.js +17 -0
- package/dist/deepmerge-BuAjuQR6.cjs +17 -0
- package/dist/deepmerge-DNqbOtFI.js +177 -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/index.js +30 -24
- package/dist/integerPropType-B8hl-7D0.js +180 -0
- package/dist/integerPropType-BGlNA6vX.cjs +17 -0
- package/dist/lib/Breadcrumbs/Breadcrumbs.cjs +1 -0
- package/dist/lib/Breadcrumbs/Breadcrumbs.d.ts +16 -0
- package/dist/lib/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/lib/Breadcrumbs/Breadcrumbs.js +7 -0
- package/dist/lib/Breadcrumbs/index.d.ts +5 -0
- package/dist/lib/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/lib/Breadcrumbs/themes/breadcrumbsTheme.d.ts +4 -0
- package/dist/lib/Breadcrumbs/themes/breadcrumbsTheme.d.ts.map +1 -0
- package/dist/lib/Breadcrumbs/themes/index.d.ts +2 -0
- package/dist/lib/Breadcrumbs/themes/index.d.ts.map +1 -0
- package/dist/lib/Button/Button.cjs +1 -0
- package/dist/lib/Button/Button.d.ts +10 -0
- package/dist/lib/Button/Button.d.ts.map +1 -0
- package/dist/lib/Button/Button.js +7 -0
- package/dist/lib/Button/index.d.ts +5 -0
- package/dist/lib/Button/index.d.ts.map +1 -0
- package/dist/lib/Button/themes/buttonsTheme.d.ts +11 -0
- package/dist/lib/Button/themes/buttonsTheme.d.ts.map +1 -0
- package/dist/lib/Button/themes/index.d.ts +2 -0
- package/dist/lib/Button/themes/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} +3 -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 +225 -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/useControlled-BYdyS7Pn.js +31 -0
- package/dist/useControlled-Ysk4KqoX.cjs +3 -0
- package/dist/useFormControl-CatNKXAi.js +10 -0
- package/dist/useFormControl-haP0iPhl.cjs +1 -0
- package/dist/useSlot-7x9FkqBW.js +720 -0
- package/dist/useSlot-B_P_o-pz.cjs +1 -0
- package/dist/useSlotProps-BpXHXb21.js +102 -0
- package/dist/useSlotProps-COvANhgg.cjs +1 -0
- package/dist/useTheme-BN6DGaDZ.cjs +1 -0
- package/dist/useTheme-eCVqNAnk.js +8 -0
- package/dist/useTimeout-BG7TPjEm.js +92 -0
- package/dist/useTimeout-DQN9lwd_.cjs +2 -0
- package/package.json +21 -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 @@
|
|
|
1
|
+
"use strict";function n(e){return typeof e.main=="string"}function i(e,t=[]){if(!n(e))return!1;for(const r of t)if(!e.hasOwnProperty(r)||typeof e[r]!="string")return!1;return!0}function a(e=[]){return([,t])=>t&&i(t,e)}exports.createSimplePaletteValueFilter=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const i=require("react"),a=require("react/jsx-runtime"),c=require("./SvgIcon-Dg-EBYZz.cjs");function s(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const e in t)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(n,e,r.get?r:{enumerable:!0,get:()=>t[e]})}}return n.default=t,Object.freeze(n)}const o=s(i);function f(t,n){function e(r,u){return a.jsx(c.SvgIcon,{"data-testid":`${n}Icon`,ref:u,...r,children:t})}return process.env.NODE_ENV!=="production"&&(e.displayName=`${n}Icon`),e.muiName=c.SvgIcon.muiName,o.memo(o.forwardRef(e))}exports.createSvgIcon=f;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
3
|
+
import { S as n } from "./SvgIcon-DsAvI5iY.js";
|
|
4
|
+
function p(t, r) {
|
|
5
|
+
function o(m, c) {
|
|
6
|
+
return /* @__PURE__ */ i(n, {
|
|
7
|
+
"data-testid": `${r}Icon`,
|
|
8
|
+
ref: c,
|
|
9
|
+
...m,
|
|
10
|
+
children: t
|
|
11
|
+
});
|
|
12
|
+
}
|
|
13
|
+
return process.env.NODE_ENV !== "production" && (o.displayName = `${r}Icon`), o.muiName = n.muiName, /* @__PURE__ */ e.memo(/* @__PURE__ */ e.forwardRef(o));
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
p as c
|
|
17
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";const v=require("react");function M(r){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const i in r)if(i!=="default"){const s=Object.getOwnPropertyDescriptor(r,i);Object.defineProperty(t,i,s.get?s:{enumerable:!0,get:()=>r[i]})}}return t.default=r,Object.freeze(t)}const A=M(v);var P={exports:{}},n={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-is.production.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var d;function N(){if(d)return n;d=1;var r=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),u=Symbol.for("react.consumer"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),_=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),R=Symbol.for("react.offscreen"),p=Symbol.for("react.client.reference");function a(e){if(typeof e=="object"&&e!==null){var S=e.$$typeof;switch(S){case r:switch(e=e.type,e){case i:case f:case s:case E:case _:return e;default:switch(e=e&&e.$$typeof,e){case c:case l:case m:case T:return e;case u:return e;default:return S}}case t:return S}}}return n.ContextConsumer=u,n.ContextProvider=c,n.Element=r,n.ForwardRef=l,n.Fragment=i,n.Lazy=m,n.Memo=T,n.Portal=t,n.Profiler=f,n.StrictMode=s,n.Suspense=E,n.SuspenseList=_,n.isContextConsumer=function(e){return a(e)===u},n.isContextProvider=function(e){return a(e)===c},n.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===r},n.isForwardRef=function(e){return a(e)===l},n.isFragment=function(e){return a(e)===i},n.isLazy=function(e){return a(e)===m},n.isMemo=function(e){return a(e)===T},n.isPortal=function(e){return a(e)===t},n.isProfiler=function(e){return a(e)===f},n.isStrictMode=function(e){return a(e)===s},n.isSuspense=function(e){return a(e)===E},n.isSuspenseList=function(e){return a(e)===_},n.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===i||e===f||e===s||e===E||e===_||e===R||typeof e=="object"&&e!==null&&(e.$$typeof===m||e.$$typeof===T||e.$$typeof===c||e.$$typeof===u||e.$$typeof===l||e.$$typeof===p||e.getModuleId!==void 0)},n.typeOf=a,n}var o={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* react-is.development.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var O;function b(){return O||(O=1,process.env.NODE_ENV!=="production"&&function(){function r(e){if(typeof e=="object"&&e!==null){var S=e.$$typeof;switch(S){case t:switch(e=e.type,e){case s:case u:case f:case _:case T:return e;default:switch(e=e&&e.$$typeof,e){case l:case E:case R:case m:return e;case c:return e;default:return S}}case i:return S}}}var t=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),f=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),l=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),T=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),R=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),a=Symbol.for("react.client.reference");o.ContextConsumer=c,o.ContextProvider=l,o.Element=t,o.ForwardRef=E,o.Fragment=s,o.Lazy=R,o.Memo=m,o.Portal=i,o.Profiler=u,o.StrictMode=f,o.Suspense=_,o.SuspenseList=T,o.isContextConsumer=function(e){return r(e)===c},o.isContextProvider=function(e){return r(e)===l},o.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===t},o.isForwardRef=function(e){return r(e)===E},o.isFragment=function(e){return r(e)===s},o.isLazy=function(e){return r(e)===R},o.isMemo=function(e){return r(e)===m},o.isPortal=function(e){return r(e)===i},o.isProfiler=function(e){return r(e)===u},o.isStrictMode=function(e){return r(e)===f},o.isSuspense=function(e){return r(e)===_},o.isSuspenseList=function(e){return r(e)===T},o.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===s||e===u||e===f||e===_||e===T||e===p||typeof e=="object"&&e!==null&&(e.$$typeof===R||e.$$typeof===m||e.$$typeof===l||e.$$typeof===c||e.$$typeof===E||e.$$typeof===a||e.getModuleId!==void 0)},o.typeOf=r}()),o}process.env.NODE_ENV==="production"?P.exports=N():P.exports=b();var y=P.exports;function C(r){if(typeof r!="object"||r===null)return!1;const t=Object.getPrototypeOf(r);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in r)&&!(Symbol.iterator in r)}function Y(r){if(A.isValidElement(r)||y.isValidElementType(r)||!C(r))return r;const t={};return Object.keys(r).forEach(i=>{t[i]=Y(r[i])}),t}function $(r,t,i={clone:!0}){const s=i.clone?{...r}:r;return C(r)&&C(t)&&Object.keys(t).forEach(f=>{A.isValidElement(t[f])||y.isValidElementType(t[f])?s[f]=t[f]:C(t[f])&&Object.prototype.hasOwnProperty.call(r,f)&&C(r[f])?s[f]=$(r[f],t[f],i):i.clone?s[f]=C(t[f])?Y(t[f]):t[f]:s[f]=t[f]}),s}exports.deepmerge=$;
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import * as O from "react";
|
|
2
|
+
var p = { exports: {} }, t = {};
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-is.production.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var d;
|
|
13
|
+
function $() {
|
|
14
|
+
if (d) return t;
|
|
15
|
+
d = 1;
|
|
16
|
+
var e = Symbol.for("react.transitional.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), f = Symbol.for("react.profiler"), u = Symbol.for("react.consumer"), E = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), c = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), _ = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), S = Symbol.for("react.offscreen"), P = Symbol.for("react.client.reference");
|
|
17
|
+
function a(r) {
|
|
18
|
+
if (typeof r == "object" && r !== null) {
|
|
19
|
+
var R = r.$$typeof;
|
|
20
|
+
switch (R) {
|
|
21
|
+
case e:
|
|
22
|
+
switch (r = r.type, r) {
|
|
23
|
+
case i:
|
|
24
|
+
case f:
|
|
25
|
+
case s:
|
|
26
|
+
case c:
|
|
27
|
+
case T:
|
|
28
|
+
return r;
|
|
29
|
+
default:
|
|
30
|
+
switch (r = r && r.$$typeof, r) {
|
|
31
|
+
case E:
|
|
32
|
+
case l:
|
|
33
|
+
case m:
|
|
34
|
+
case _:
|
|
35
|
+
return r;
|
|
36
|
+
case u:
|
|
37
|
+
return r;
|
|
38
|
+
default:
|
|
39
|
+
return R;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
case o:
|
|
43
|
+
return R;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
return t.ContextConsumer = u, t.ContextProvider = E, t.Element = e, t.ForwardRef = l, t.Fragment = i, t.Lazy = m, t.Memo = _, t.Portal = o, t.Profiler = f, t.StrictMode = s, t.Suspense = c, t.SuspenseList = T, t.isContextConsumer = function(r) {
|
|
48
|
+
return a(r) === u;
|
|
49
|
+
}, t.isContextProvider = function(r) {
|
|
50
|
+
return a(r) === E;
|
|
51
|
+
}, t.isElement = function(r) {
|
|
52
|
+
return typeof r == "object" && r !== null && r.$$typeof === e;
|
|
53
|
+
}, t.isForwardRef = function(r) {
|
|
54
|
+
return a(r) === l;
|
|
55
|
+
}, t.isFragment = function(r) {
|
|
56
|
+
return a(r) === i;
|
|
57
|
+
}, t.isLazy = function(r) {
|
|
58
|
+
return a(r) === m;
|
|
59
|
+
}, t.isMemo = function(r) {
|
|
60
|
+
return a(r) === _;
|
|
61
|
+
}, t.isPortal = function(r) {
|
|
62
|
+
return a(r) === o;
|
|
63
|
+
}, t.isProfiler = function(r) {
|
|
64
|
+
return a(r) === f;
|
|
65
|
+
}, t.isStrictMode = function(r) {
|
|
66
|
+
return a(r) === s;
|
|
67
|
+
}, t.isSuspense = function(r) {
|
|
68
|
+
return a(r) === c;
|
|
69
|
+
}, t.isSuspenseList = function(r) {
|
|
70
|
+
return a(r) === T;
|
|
71
|
+
}, t.isValidElementType = function(r) {
|
|
72
|
+
return typeof r == "string" || typeof r == "function" || r === i || r === f || r === s || r === c || r === T || r === S || typeof r == "object" && r !== null && (r.$$typeof === m || r.$$typeof === _ || r.$$typeof === E || r.$$typeof === u || r.$$typeof === l || r.$$typeof === P || r.getModuleId !== void 0);
|
|
73
|
+
}, t.typeOf = a, t;
|
|
74
|
+
}
|
|
75
|
+
var n = {};
|
|
76
|
+
/**
|
|
77
|
+
* @license React
|
|
78
|
+
* react-is.development.js
|
|
79
|
+
*
|
|
80
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
81
|
+
*
|
|
82
|
+
* This source code is licensed under the MIT license found in the
|
|
83
|
+
* LICENSE file in the root directory of this source tree.
|
|
84
|
+
*/
|
|
85
|
+
var A;
|
|
86
|
+
function v() {
|
|
87
|
+
return A || (A = 1, process.env.NODE_ENV !== "production" && function() {
|
|
88
|
+
function e(r) {
|
|
89
|
+
if (typeof r == "object" && r !== null) {
|
|
90
|
+
var R = r.$$typeof;
|
|
91
|
+
switch (R) {
|
|
92
|
+
case o:
|
|
93
|
+
switch (r = r.type, r) {
|
|
94
|
+
case s:
|
|
95
|
+
case u:
|
|
96
|
+
case f:
|
|
97
|
+
case T:
|
|
98
|
+
case _:
|
|
99
|
+
return r;
|
|
100
|
+
default:
|
|
101
|
+
switch (r = r && r.$$typeof, r) {
|
|
102
|
+
case l:
|
|
103
|
+
case c:
|
|
104
|
+
case S:
|
|
105
|
+
case m:
|
|
106
|
+
return r;
|
|
107
|
+
case E:
|
|
108
|
+
return r;
|
|
109
|
+
default:
|
|
110
|
+
return R;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
case i:
|
|
114
|
+
return R;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
var o = Symbol.for("react.transitional.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), f = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), E = Symbol.for("react.consumer"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), T = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), S = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), a = Symbol.for("react.client.reference");
|
|
119
|
+
n.ContextConsumer = E, n.ContextProvider = l, n.Element = o, n.ForwardRef = c, n.Fragment = s, n.Lazy = S, n.Memo = m, n.Portal = i, n.Profiler = u, n.StrictMode = f, n.Suspense = T, n.SuspenseList = _, n.isContextConsumer = function(r) {
|
|
120
|
+
return e(r) === E;
|
|
121
|
+
}, n.isContextProvider = function(r) {
|
|
122
|
+
return e(r) === l;
|
|
123
|
+
}, n.isElement = function(r) {
|
|
124
|
+
return typeof r == "object" && r !== null && r.$$typeof === o;
|
|
125
|
+
}, n.isForwardRef = function(r) {
|
|
126
|
+
return e(r) === c;
|
|
127
|
+
}, n.isFragment = function(r) {
|
|
128
|
+
return e(r) === s;
|
|
129
|
+
}, n.isLazy = function(r) {
|
|
130
|
+
return e(r) === S;
|
|
131
|
+
}, n.isMemo = function(r) {
|
|
132
|
+
return e(r) === m;
|
|
133
|
+
}, n.isPortal = function(r) {
|
|
134
|
+
return e(r) === i;
|
|
135
|
+
}, n.isProfiler = function(r) {
|
|
136
|
+
return e(r) === u;
|
|
137
|
+
}, n.isStrictMode = function(r) {
|
|
138
|
+
return e(r) === f;
|
|
139
|
+
}, n.isSuspense = function(r) {
|
|
140
|
+
return e(r) === T;
|
|
141
|
+
}, n.isSuspenseList = function(r) {
|
|
142
|
+
return e(r) === _;
|
|
143
|
+
}, n.isValidElementType = function(r) {
|
|
144
|
+
return typeof r == "string" || typeof r == "function" || r === s || r === u || r === f || r === T || r === _ || r === P || typeof r == "object" && r !== null && (r.$$typeof === S || r.$$typeof === m || r.$$typeof === l || r.$$typeof === E || r.$$typeof === c || r.$$typeof === a || r.getModuleId !== void 0);
|
|
145
|
+
}, n.typeOf = e;
|
|
146
|
+
}()), n;
|
|
147
|
+
}
|
|
148
|
+
process.env.NODE_ENV === "production" ? p.exports = $() : p.exports = v();
|
|
149
|
+
var y = p.exports;
|
|
150
|
+
function C(e) {
|
|
151
|
+
if (typeof e != "object" || e === null)
|
|
152
|
+
return !1;
|
|
153
|
+
const o = Object.getPrototypeOf(e);
|
|
154
|
+
return (o === null || o === Object.prototype || Object.getPrototypeOf(o) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
155
|
+
}
|
|
156
|
+
function Y(e) {
|
|
157
|
+
if (/* @__PURE__ */ O.isValidElement(e) || y.isValidElementType(e) || !C(e))
|
|
158
|
+
return e;
|
|
159
|
+
const o = {};
|
|
160
|
+
return Object.keys(e).forEach((i) => {
|
|
161
|
+
o[i] = Y(e[i]);
|
|
162
|
+
}), o;
|
|
163
|
+
}
|
|
164
|
+
function F(e, o, i = {
|
|
165
|
+
clone: !0
|
|
166
|
+
}) {
|
|
167
|
+
const s = i.clone ? {
|
|
168
|
+
...e
|
|
169
|
+
} : e;
|
|
170
|
+
return C(e) && C(o) && Object.keys(o).forEach((f) => {
|
|
171
|
+
/* @__PURE__ */ O.isValidElement(o[f]) || y.isValidElementType(o[f]) ? s[f] = o[f] : C(o[f]) && // Avoid prototype pollution
|
|
172
|
+
Object.prototype.hasOwnProperty.call(e, f) && C(e[f]) ? s[f] = F(e[f], o[f], i) : i.clone ? s[f] = C(o[f]) ? Y(o[f]) : o[f] : s[f] = o[f];
|
|
173
|
+
}), s;
|
|
174
|
+
}
|
|
175
|
+
export {
|
|
176
|
+
F as d
|
|
177
|
+
};
|
|
@@ -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;
|