@ringcentral/juno 3.0.0-alpha.2 → 3.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. package/components/Accordion/Accordion.d.ts +2 -2
  2. package/components/Accordion/AccordionDetails/AccordionDetails.d.ts +2 -2
  3. package/components/Accordion/AccordionSummary/AccordionSummary.d.ts +2 -2
  4. package/components/Alert/Alert.d.ts +2 -2
  5. package/components/AppBar/AppBar.d.ts +2 -2
  6. package/components/Avatar/styles/StyledAvatar.d.ts +1 -3
  7. package/components/Avatar/styles/StyledAvatarWrapper.d.ts +1 -2
  8. package/components/Avatar/styles/StyledIconAvatar.d.ts +1 -7
  9. package/components/Avatar/styles/StyledPresenceWrapper.d.ts +1 -5
  10. package/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
  11. package/components/Backdrop/Backdrop.d.ts +2 -2
  12. package/components/Badge/Badge.d.ts +2 -2
  13. package/components/Badge/styles/BadgeStyle.d.ts +1 -1
  14. package/components/Buttons/Button/Button.d.ts +1 -320
  15. package/components/Buttons/ButtonBase/ButtonBase.d.ts +1 -1
  16. package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +2 -15
  17. package/components/Buttons/IconButton/IconButton.d.ts +1 -382
  18. package/components/Buttons/IconButton/styles/StyledIconButton.d.ts +1 -1
  19. package/components/Buttons/IconButtonGroup/IconButtonGroup.d.ts +1 -1
  20. package/components/Buttons/SplitButton/SplitButton.d.ts +1 -1
  21. package/components/Buttons/SplitButton/styles/StyledArrowIcon.d.ts +1 -2
  22. package/components/Buttons/ToggleButton/ToggleButton.d.ts +2 -2
  23. package/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
  24. package/components/Card/Card/Card.d.ts +2 -2
  25. package/components/Card/CardActionArea/CardActionArea.d.ts +2 -8
  26. package/components/Card/CardActions/CardActions.d.ts +2 -2
  27. package/components/Card/CardContent/CardContent.d.ts +2 -6
  28. package/components/Card/CardHeader/CardHeader.d.ts +2 -22
  29. package/components/Card/CardHoverActions/CardHoverActions.d.ts +2 -2
  30. package/components/Card/CardMedia/CardMedia.d.ts +2 -14
  31. package/components/Card/CardSelectionArea/CardSelectionArea.d.ts +2 -2
  32. package/components/Chip/Chip.d.ts +2 -8
  33. package/components/DetachedWindow/styles/DetachedWindowStyle.d.ts +1 -1
  34. package/components/Dialer/DialPad/DialPad.d.ts +2 -63
  35. package/components/Dialer/DialPadButton/DialPadButton.d.ts +1 -2
  36. package/components/Dialer/DialPadButton/styles/StyledDialPadButton.d.ts +1 -1
  37. package/components/Dialer/DialTextField/DialTextField.d.ts +1 -2
  38. package/components/Dialog/Dialog.d.ts +2 -2
  39. package/components/Dialog/DialogActions/DialogActions.d.ts +2 -277
  40. package/components/Dialog/DialogContent/DialogContent.d.ts +2 -4
  41. package/components/Dialog/DialogContentText/DialogContentText.d.ts +2 -14
  42. package/components/Dialog/DialogTitle/DialogTitle.d.ts +2 -4
  43. package/components/Divider/Divider.d.ts +1 -14
  44. package/components/DnD/DragDropContext/styles/StyledGlobalDraggable.d.ts +1 -1
  45. package/components/DnD/DragHandle/DragHandle.d.ts +1 -4
  46. package/components/DnD/Draggable/Draggable.d.ts +1 -4
  47. package/components/DnD/Droppable/Droppable.d.ts +1 -2
  48. package/components/Downshift/SuggestionList/SuggestionList.d.ts +2 -44
  49. package/components/Downshift/styles/DownshiftStyle.d.ts +2 -352
  50. package/components/Downshift/styles/StyledPopper.d.ts +1 -11
  51. package/components/Downshift/styles/StyledTextField.d.ts +1 -8
  52. package/components/Drawer/Drawer.d.ts +2 -2
  53. package/components/Forms/Checkbox/Checkbox.d.ts +2 -2
  54. package/components/Forms/FormControl.d.ts +1 -1
  55. package/components/Forms/FormControlLabel/FormControlLabel.d.ts +2 -2
  56. package/components/Forms/FormControlLabel/styles/StyledControl.d.ts +1 -1
  57. package/components/Forms/FormGroup/FormGroup.d.ts +1 -2
  58. package/components/Forms/FormHelperText/FormHelperText.d.ts +2 -13
  59. package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +1 -13
  60. package/components/Forms/FormLabel.d.ts +1 -2
  61. package/components/Forms/InputLabel/InputLabel.d.ts +2 -2
  62. package/components/Forms/InputLabel/styles/StyledInputLabel.d.ts +1 -2
  63. package/components/Forms/Picker/DatePicker/DatePicker.d.ts +1 -34
  64. package/components/Forms/Picker/DatePicker/Day.d.ts +1 -1
  65. package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +8 -10
  66. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +4 -357
  67. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
  68. package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -2
  69. package/components/Forms/Picker/DatePicker/styles/StyledYears.d.ts +1 -5
  70. package/components/Forms/Picker/DatePicker/utils/DatePickerUtils.d.ts +1 -1
  71. package/components/Forms/Picker/TimePicker/NumberPicker.d.ts +1 -30
  72. package/components/Forms/Picker/TimePicker/ToggleText.d.ts +1 -17
  73. package/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.d.ts +1 -1
  74. package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +1 -2
  75. package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -2
  76. package/components/Forms/Picker/TimePicker/styles/StyledSelectionView.d.ts +1 -2
  77. package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -2
  78. package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
  79. package/components/Forms/Picker/styles/StyledPickerTextField.d.ts +1 -3
  80. package/components/Forms/Picker/styles/StyledPopover.d.ts +1 -2
  81. package/components/Forms/Radio/Radio.d.ts +2 -2
  82. package/components/Forms/RadioGroup/RadioGroup.d.ts +2 -2
  83. package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
  84. package/components/Forms/Select/Select.d.ts +1 -2
  85. package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +2 -2
  86. package/components/Forms/Slider/Slider.d.ts +2 -2
  87. package/components/Forms/Switch/Switch.d.ts +2 -2
  88. package/components/Forms/TextField/TextField.d.ts +2 -359
  89. package/components/Forms/TextField/styles/ClearIconButton.d.ts +1 -10
  90. package/components/Forms/TextField/styles/TextFieldStyle.d.ts +1 -1
  91. package/components/Forms/Textarea/Textarea.d.ts +1 -2
  92. package/components/Grid/Grid.d.ts +2 -21
  93. package/components/Icon/Icon.d.ts +1 -24
  94. package/components/Icon/styles/iconSvg.d.ts +1 -2
  95. package/components/InlineEditable/InlineEditable.d.ts +2 -67
  96. package/components/InlineEditable/styles/textFieldStyle.d.ts +2 -2
  97. package/components/Link/Link.d.ts +1 -23
  98. package/components/List/List/List.d.ts +2 -8
  99. package/components/List/ListItem/ListItem.d.ts +1 -321
  100. package/components/List/ListItem/styles/ListItemStyle.d.ts +1 -1
  101. package/components/List/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  102. package/components/List/ListItemIcon/ListItemIcon.d.ts +2 -2
  103. package/components/List/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  104. package/components/List/ListItemText/ListItemText.d.ts +2 -2
  105. package/components/List/ListSubheader/ListSubheader.d.ts +1 -1
  106. package/components/Loading/styles/StyledLoadingPage.d.ts +1 -1
  107. package/components/Menu/Menu/Menu.d.ts +2 -2
  108. package/components/Menu/MenuItem/MenuItem.d.ts +2 -376
  109. package/components/Menu/MenuItem/styles/MenuItemStyle.d.ts +1 -14
  110. package/components/Menu/MenuItemActionWrapper/MenuItemActionWrapper.d.ts +1 -1
  111. package/components/Menu/MenuItemActionWrapper/styles/StyledMenuItemActionWrapper.d.ts +1 -1
  112. package/components/Menu/MenuItemSubAction/MenuItemSubAction.d.ts +1 -1
  113. package/components/Menu/MenuItemSubAction/styles/StyledMenuItemSubAction.d.ts +1 -2
  114. package/components/Menu/MenuList/MenuList.d.ts +2 -2
  115. package/components/Menu/MenuList/styles/MenuListStyle.d.ts +1 -1
  116. package/components/Menu/MenuOption/styles/StyledMenuOption.d.ts +1 -3
  117. package/components/Menu/SubMenu/SubMenu.d.ts +2 -2
  118. package/components/Menu/SubMenu/styles/SubMenuStyle.d.ts +2 -3
  119. package/components/Pagination/Pagination/Pagination.d.ts +2 -2
  120. package/components/Pagination/PaginationItem/PaginationItem.d.ts +2 -19
  121. package/components/Paper/Paper.d.ts +2 -2
  122. package/components/Popover/Popover.d.ts +2 -2
  123. package/components/Popper/Popper.d.ts +2 -2
  124. package/components/PopupBox/PopupBox.d.ts +1 -1
  125. package/components/PopupBox/PopupBox.js +3 -1
  126. package/components/Presence/Presence.d.ts +1 -10
  127. package/components/Presence/styles/StyledPresence.d.ts +1 -3
  128. package/components/Progress/CircularProgress/CircularProgress.d.ts +2 -2
  129. package/components/Progress/LinearProgress/LinearProgress.d.ts +2 -2
  130. package/components/Progress/styles/StyledCircularProgress.d.ts +1 -2
  131. package/components/Rating/Rating.d.ts +2 -2
  132. package/components/Snackbar/Snackbar.d.ts +2 -2
  133. package/components/Snackbar/SnackbarAction/SnackbarAction.d.ts +2 -2
  134. package/components/Snackbar/SnackbarContent/SnackbarContent.d.ts +2 -2
  135. package/components/Stepper/Step/Step.d.ts +2 -2
  136. package/components/Stepper/StepButton/StepButton.d.ts +2 -2
  137. package/components/Stepper/StepConnector/StepConnector.d.ts +2 -2
  138. package/components/Stepper/StepContent/StepContent.d.ts +2 -2
  139. package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
  140. package/components/Stepper/StepIcon/styles/StyledCircleIcon.d.ts +2 -2
  141. package/components/Stepper/StepLabel/StepLabel.d.ts +2 -2
  142. package/components/Stepper/Stepper.d.ts +2 -2
  143. package/components/Table/Table.d.ts +2 -2
  144. package/components/Table/TableBody/TableBody.d.ts +2 -4
  145. package/components/Table/TableCell/TableCell.d.ts +2 -294
  146. package/components/Table/TableContainer/TableContainer.d.ts +2 -2
  147. package/components/Table/TableHead/TableHead.d.ts +2 -4
  148. package/components/Table/TableRow/TableRow.d.ts +2 -2
  149. package/components/TablePagination/TablePagination.d.ts +2 -2
  150. package/components/TablePagination/styles/TablePaginationStyle.d.ts +2 -356
  151. package/components/Tabs/Tab/Tab.d.ts +2 -2
  152. package/components/Tabs/TabList/TabList.d.ts +1 -7
  153. package/components/Tabs/TabPanel/TabPanel.d.ts +2 -2
  154. package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.d.ts +1 -1
  155. package/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.d.ts +1 -2
  156. package/components/Tabs/Tabs/Tabs.d.ts +2 -2
  157. package/components/Tag/Tag.d.ts +1 -14
  158. package/components/Text/Text.d.ts +1 -2
  159. package/components/Thumbnail/Thumbnail.d.ts +2 -13
  160. package/components/Thumbnail/styles/StyledThumbnail.d.ts +1 -8
  161. package/components/Toolbar/Toolbar.d.ts +1 -2
  162. package/components/Tooltip/Tooltip.d.ts +2 -2
  163. package/components/Tooltip/styles/Mask.d.ts +1 -1
  164. package/components/Typography/Typography.d.ts +2 -2
  165. package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +1 -9
  166. package/components/VirtualizedMenu/VirtualizedMenu.d.ts +1 -2
  167. package/components/VirtualizedMenu/VirtualizedMenuList.d.ts +1 -1
  168. package/components/VirtualizedMenu/styles/StyledMenuPadding.d.ts +1 -6
  169. package/components/Virtuoso/react-virtuoso/Virtuoso.d.ts +3 -3
  170. package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  171. package/es6/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
  172. package/es6/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
  173. package/es6/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.js +1 -1
  174. package/es6/components/PopupBox/PopupBox.js +3 -1
  175. package/es6/foundation/styled-components.js +1 -0
  176. package/foundation/hooks/useFocusInside/useFocusInside.d.ts +1 -1
  177. package/foundation/styled-components.d.ts +1 -2
  178. package/foundation/styled-components.js +1 -0
  179. package/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.d.ts +1 -1
  180. package/foundation/styles/ellipsis.d.ts +1 -1
  181. package/foundation/styles/fakeBorder.d.ts +1 -1
  182. package/foundation/styles/flexCenter.d.ts +1 -1
  183. package/foundation/styles/flexWidth.d.ts +1 -1
  184. package/foundation/styles/focusRing.d.ts +1 -1
  185. package/foundation/styles/focusVisible.d.ts +2 -2
  186. package/foundation/styles/lineClamp.d.ts +1 -1
  187. package/foundation/styles/nonStyleButton.d.ts +1 -1
  188. package/foundation/styles/rippleEnter.d.ts +1 -1
  189. package/foundation/styles/rippleStyle.d.ts +1 -1
  190. package/foundation/styles/typography.d.ts +1 -1
  191. package/package.json +1 -1
@@ -50,6 +50,6 @@ type RcDialogFuncProps = {
50
50
  /**
51
51
  * display a simple message or display a message and take user's confirmation on it or display a popup to take a user's input value
52
52
  */
53
- declare const RcPopupBox: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcPopupBoxProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
53
+ declare const RcPopupBox: any;
54
54
  export { RcPopupBox };
55
55
  export type { RcDialogFuncProps, RcPopupBoxProps };
@@ -29,7 +29,9 @@ var _RcPopupBox = (0, react_1.forwardRef)(function (inProps, ref) {
29
29
  react_1.default.createElement(Dialog_1.RcDialogTitle, tslib_1.__assign({ "data-test-automation-id": 'DialogTitle' }, TitleProps), title),
30
30
  react_1.default.createElement(Dialog_1.RcDialogContent, tslib_1.__assign({ "data-test-automation-id": 'DialogContent' }, ContentProps), typeof children === 'string' ? (react_1.default.createElement(Dialog_1.RcDialogContentText, null, children)) : (children)),
31
31
  footer !== null && (react_1.default.createElement(Dialog_1.RcDialogActions, tslib_1.__assign({ "data-test-automation-id": 'DialogActions' }, ActionsProps), footer || (react_1.default.createElement(react_1.default.Fragment, null,
32
- cancelButtonText && (react_1.default.createElement(Button_1.RcButton, tslib_1.__assign({ fullWidth: isXsmall, variant: "text", onClick: function (e) { return onCancel === null || onCancel === void 0 ? void 0 : onCancel(e, 'cancelClick'); }, "data-test-automation-id": "DialogCancelButton", disabled: loading }, cancelButtonProps), cancelButtonText)),
32
+ cancelButtonText && (react_1.default.createElement(Button_1.RcButton, tslib_1.__assign({ fullWidth: isXsmall, variant: "text", onClick: function (e) {
33
+ return onCancel === null || onCancel === void 0 ? void 0 : onCancel(e, 'cancelClick');
34
+ }, "data-test-automation-id": "DialogCancelButton", disabled: loading }, cancelButtonProps), cancelButtonText)),
33
35
  confirmButtonText && (react_1.default.createElement(Button_1.RcButton, tslib_1.__assign({ fullWidth: isXsmall, onClick: onConfirm, variant: "contained", "data-test-automation-id": "DialogOKButton", disabled: loading, loading: loading }, confirmButtonProps), confirmButtonText)))))))));
34
36
  });
35
37
  /**
@@ -23,15 +23,6 @@ type PresenceSizeProps = {
23
23
  color?: RcPaletteProp;
24
24
  };
25
25
  /** @release */
26
- declare const RcPresence: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
27
- /** presence type */
28
- type?: RcPresenceType | undefined;
29
- /** size of presence */
30
- size?: "small" | "xxsmall" | "xsmall" | "medium" | "large" | "xlarge" | undefined;
31
- /** custom presence border, default is equal to size */
32
- borderSize?: "small" | "xxsmall" | "xsmall" | "medium" | "large" | "xlarge" | undefined;
33
- /** other custom color with presence */
34
- color?: RcPaletteProp | undefined;
35
- } & Omit<React.HTMLAttributes<HTMLDivElement>, "color"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
26
+ declare const RcPresence: any;
36
27
  export { RcPresence };
37
28
  export type { RcPresenceProps, RcPresenceSize, RcPresenceType, PresenceSizeProps, };
@@ -3,7 +3,5 @@ import { PresenceSizeProps } from '../Presence';
3
3
  export declare const _StyledPresence: React.ForwardRefExoticComponent<PresenceSizeProps & {
4
4
  children?: React.ReactNode;
5
5
  } & React.RefAttributes<any>>;
6
- export declare const StyledPresence: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<PresenceSizeProps & {
7
- children?: React.ReactNode;
8
- } & React.RefAttributes<any>>, import("../../../foundation").RcTheme, PresenceSizeProps, never>;
6
+ export declare const StyledPresence: any;
9
7
  export declare const PresenceContainer: React.ComponentType<PresenceSizeProps & React.HTMLAttributes<HTMLDivElement>>;
@@ -1,10 +1,10 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiCircularProgress from '@material-ui/core/CircularProgress';
3
3
  import { RcBaseProps, RcPaletteKeys } from '../../../foundation';
4
4
  type RcCircularProgressProps = {
5
5
  /** custom color */
6
6
  color?: RcPaletteKeys | 'inherit';
7
7
  } & RcBaseProps<ComponentProps<typeof MuiCircularProgress>, 'color'>;
8
- declare const RcCircularProgress: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcCircularProgressProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
8
+ declare const RcCircularProgress: any;
9
9
  export { RcCircularProgress };
10
10
  export type { RcCircularProgressProps };
@@ -1,10 +1,10 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiLinearProgress from '@material-ui/core/LinearProgress';
3
3
  import { RcBaseProps, RcPaletteKeys } from '../../../foundation';
4
4
  type RcLinearProgressProps = {
5
5
  /** custom color */
6
6
  color?: RcPaletteKeys;
7
7
  } & RcBaseProps<ComponentProps<typeof MuiLinearProgress>, 'color'>;
8
- declare const RcLinearProgress: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcLinearProgressProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
8
+ declare const RcLinearProgress: any;
9
9
  export { RcLinearProgress };
10
10
  export type { RcLinearProgressProps };
@@ -1,3 +1,2 @@
1
- import MuiCircularProgress from '@material-ui/core/CircularProgress';
2
- declare const StyledCircularProgress: import("styled-components").StyledComponent<typeof MuiCircularProgress, import("../../../foundation").RcTheme, {}, never>;
1
+ declare const StyledCircularProgress: any;
3
2
  export { StyledCircularProgress };
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiRating from '@material-ui/lab/Rating';
3
3
  import { RcBaseProps, RcPaletteProp } from '../../foundation';
4
4
  import { RcTooltipProps } from '../Tooltip';
@@ -14,6 +14,6 @@ type RcRatingProps = {
14
14
  /** color for rating icon, when is not emphasized */
15
15
  color?: RcPaletteProp;
16
16
  } & RcBaseProps<ComponentProps<typeof MuiRating>, 'size' | 'precision' | 'IconContainerComponent'>;
17
- declare const RcRating: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcRatingProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
17
+ declare const RcRating: any;
18
18
  export { RcRating };
19
19
  export type { RcRatingProps };
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiSnackbar from '@material-ui/core/Snackbar';
3
3
  import { RcBaseProps } from '../../foundation';
4
4
  import { RcSnackbarContentProps } from './SnackbarContent';
@@ -6,6 +6,6 @@ type RcSnackbarProps = {
6
6
  /** props apply for `RcSnackbarContent` */
7
7
  ContentProps?: RcSnackbarContentProps;
8
8
  } & RcBaseProps<ComponentProps<typeof MuiSnackbar>> & Pick<RcSnackbarContentProps, 'size' | 'type'>;
9
- declare const RcSnackbar: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcSnackbarProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
9
+ declare const RcSnackbar: any;
10
10
  export { RcSnackbar };
11
11
  export type { RcSnackbarProps };
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiButtonBase from '@material-ui/core/ButtonBase';
3
3
  import { RcBaseProps, RcClassesProps, RcPaletteProp } from '../../../foundation';
4
4
  import { RcIconProps, SvgSymbol } from '../../Icon';
@@ -13,6 +13,6 @@ type RcSnackbarActionProps = {
13
13
  /** @deprecated should use symbol to replace that */
14
14
  icon?: SvgSymbol;
15
15
  } & RcClassesProps<'icon' | 'text'> & RcBaseProps<ComponentProps<typeof MuiButtonBase>, 'color'> & Pick<RcIconProps, 'symbol'>;
16
- declare const RcSnackbarAction: import("styled-components").StyledComponent<React.FunctionComponent<RcSnackbarActionProps>, import("../../../foundation").RcTheme, {}, never>;
16
+ declare const RcSnackbarAction: any;
17
17
  export { RcSnackbarAction };
18
18
  export type { RcSnackbarActionProps };
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiSnackbarContent from '@material-ui/core/SnackbarContent';
3
3
  import { RcBaseProps, RcBaseSize } from '../../../foundation';
4
4
  type RcSnackbarContentMessageAlignment = 'left' | 'center' | 'right';
@@ -22,6 +22,6 @@ type RcSnackbarContentProps = {
22
22
  /** @deprecated please use `aria-label` directly */
23
23
  ariaLabel?: string;
24
24
  } & RcBaseProps<ComponentProps<typeof MuiSnackbarContent>, 'variant' | 'elevation'>;
25
- declare const RcSnackbarContent: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcSnackbarContentProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
25
+ declare const RcSnackbarContent: any;
26
26
  export { RcSnackbarContent };
27
27
  export type { RcSnackbarContentProps, RcSnackbarContentSize, RcSnackbarContentType, };
@@ -1,7 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiStep from '@material-ui/core/Step';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcStepProps = {} & RcBaseProps<ComponentProps<typeof MuiStep>>;
5
- declare const RcStep: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Step").StepProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
5
+ declare const RcStep: any;
6
6
  export { RcStep };
7
7
  export type { RcStepProps };
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiStepButton from '@material-ui/core/StepButton';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  import { RcStepLabelProps } from '../StepLabel';
@@ -6,6 +6,6 @@ type RcStepButtonProps = {
6
6
  /** props apply for `StepLabel` */
7
7
  StepLabelProps?: RcStepLabelProps;
8
8
  } & RcBaseProps<ComponentProps<typeof MuiStepButton>> & Pick<RcStepLabelProps, 'error' | 'editable'>;
9
- declare const RcStepButton: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcStepButtonProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
9
+ declare const RcStepButton: any;
10
10
  export { RcStepButton };
11
11
  export type { RcStepButtonProps };
@@ -1,8 +1,8 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiStepConnector from '@material-ui/core/StepConnector';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcStepConnectorProps = {} & RcBaseProps<ComponentProps<typeof MuiStepConnector>>;
5
5
  /** inner component */
6
- declare const RcStepConnector: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/StepConnector").StepConnectorProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
6
+ declare const RcStepConnector: any;
7
7
  export { RcStepConnector };
8
8
  export type { RcStepConnectorProps };
@@ -1,7 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiStepContent from '@material-ui/core/StepContent';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcStepContentProps = {} & RcBaseProps<ComponentProps<typeof MuiStepContent>>;
5
- declare const RcStepContent: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/StepContent").StepContentProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
5
+ declare const RcStepContent: any;
6
6
  export { RcStepContent };
7
7
  export type { RcStepContentProps };
@@ -8,6 +8,6 @@ type RcStepIconProps = {
8
8
  children?: React.ReactNode;
9
9
  } & RcBaseProps<ComponentProps<typeof MuiStepIcon>>;
10
10
  /** inner component */
11
- declare const RcStepIcon: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcStepIconProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
11
+ declare const RcStepIcon: any;
12
12
  export { RcStepIcon };
13
13
  export type { RcStepIconProps };
@@ -1,7 +1,7 @@
1
- import React, { FunctionComponent } from 'react';
1
+ import { FunctionComponent } from 'react';
2
2
  import { RcIconProps } from '../../../Icon';
3
3
  export type StyledCircleIconProps = {
4
4
  isEdit?: boolean;
5
5
  } & RcIconProps;
6
6
  export declare const _StyledCircleIcon: FunctionComponent<StyledCircleIconProps>;
7
- export declare const StyledCircleIcon: import("styled-components").StyledComponent<React.FunctionComponent<StyledCircleIconProps>, import("../../../../foundation").RcTheme, {}, never>;
7
+ export declare const StyledCircleIcon: any;
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import { StepButtonProps as MuiStepButtonProps } from '@material-ui/core/StepButton';
3
3
  import MuiStepLabel from '@material-ui/core/StepLabel';
4
4
  import { RcBaseProps } from '../../../foundation';
@@ -9,6 +9,6 @@ type RcStepLabelProps = {
9
9
  */
10
10
  StepIconProps?: Partial<RcStepIconProps>;
11
11
  } & RcBaseProps<ComponentProps<typeof MuiStepLabel>, 'StepIconProps'> & Pick<MuiStepButtonProps, 'active' | 'completed'> & Pick<RcStepIconProps, 'editable'>;
12
- declare const RcStepLabel: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcStepLabelProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
12
+ declare const RcStepLabel: any;
13
13
  export { RcStepLabel };
14
14
  export type { RcStepLabelProps };
@@ -1,7 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiStepper from '@material-ui/core/Stepper';
3
3
  import { RcBaseProps } from '../../foundation';
4
4
  type RcStepperProps = {} & RcBaseProps<ComponentProps<typeof MuiStepper>, 'orientation'>;
5
- declare const RcStepper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Stepper").StepperProps, "orientation">, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
5
+ declare const RcStepper: any;
6
6
  export { RcStepper };
7
7
  export type { RcStepperProps };
@@ -1,6 +1,6 @@
1
1
  import MuiTable from '@material-ui/core/Table';
2
2
  import { RcBaseProps } from '../../foundation';
3
- import React, { ComponentProps } from 'react';
3
+ import { ComponentProps } from 'react';
4
4
  import { RcTableSize } from './types';
5
5
  type RcTableProps = {
6
6
  /**
@@ -8,5 +8,5 @@ type RcTableProps = {
8
8
  */
9
9
  size?: RcTableSize;
10
10
  } & RcBaseProps<ComponentProps<typeof MuiTable>, 'size'>;
11
- declare const RcTable: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcTableProps, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
11
+ declare const RcTable: any;
12
12
  export { RcTable, RcTableProps };
@@ -1,8 +1,6 @@
1
1
  import MuiTableBody from '@material-ui/core/TableBody';
2
- import React, { ComponentProps } from 'react';
2
+ import { ComponentProps } from 'react';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcTableBodyProps = {} & RcBaseProps<ComponentProps<typeof MuiTableBody>>;
5
- declare const RcTableBody: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").TableHeadTypeMap<{}, "thead">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
6
- ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
7
- }, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
5
+ declare const RcTableBody: any;
8
6
  export { RcTableBody, RcTableBodyProps };