@epilot/base-elements 2.5.9 → 2.5.10

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 (55) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/Accordion/Accordion.d.ts +1 -0
  3. package/dist/Accordion/AccordionActions.d.ts +1 -0
  4. package/dist/Accordion/AccordionDetails.d.ts +1 -0
  5. package/dist/Accordion/AccordionSummary.d.ts +1 -0
  6. package/dist/AppBar/AppBar.d.ts +1 -0
  7. package/dist/Autocomplete/Autocomplete.d.ts +1 -0
  8. package/dist/Avatar/Avatar.d.ts +1 -0
  9. package/dist/Avatar/AvatarGroup.d.ts +1 -0
  10. package/dist/Badge/Badge.d.ts +1 -0
  11. package/dist/Box/Box.d.ts +1 -0
  12. package/dist/Breadcrumbs/Breadcrumbs.d.ts +1 -0
  13. package/dist/Button/Button.d.ts +1 -0
  14. package/dist/ButtonGroup/ButtonGroup.d.ts +1 -0
  15. package/dist/Card/Card.d.ts +1 -0
  16. package/dist/Checkbox/Checkbox.d.ts +1 -0
  17. package/dist/Chip/Chip.d.ts +1 -0
  18. package/dist/Collapse/Collapse.d.ts +1 -0
  19. package/dist/Dialog/Dialog.d.ts +1 -0
  20. package/dist/Divider/Divider.d.ts +1 -0
  21. package/dist/Drawer/Drawer.d.ts +1 -0
  22. package/dist/Grid/Grid.d.ts +1 -0
  23. package/dist/Hidden/Hidden.d.ts +1 -0
  24. package/dist/Icon/Icon.d.ts +1 -0
  25. package/dist/Image/Image.d.ts +1 -0
  26. package/dist/Link/Link.d.ts +1 -0
  27. package/dist/List/List.d.ts +1 -0
  28. package/dist/Notification/Notification.d.ts +1 -0
  29. package/dist/Pagination/Pagination.d.ts +1 -0
  30. package/dist/Pickers/DatePicker.d.ts +1 -0
  31. package/dist/Pickers/DateTimePicker.d.ts +1 -0
  32. package/dist/Pickers/TimePicker.d.ts +1 -0
  33. package/dist/Progress/Progress.d.ts +1 -0
  34. package/dist/Radio/Radio.d.ts +1 -0
  35. package/dist/Radio/RadioGroup.d.ts +1 -0
  36. package/dist/Rating/Rating.d.ts +1 -0
  37. package/dist/Select/Select.d.ts +1 -0
  38. package/dist/Snackbar/Snackbar.d.ts +1 -0
  39. package/dist/Spacing/Spacing.d.ts +1 -0
  40. package/dist/Stepper/MobileStepper.d.ts +1 -0
  41. package/dist/Stepper/Stepper.d.ts +1 -0
  42. package/dist/Switch/Switch.d.ts +1 -0
  43. package/dist/Table/ResizeTableCell/ResizeTableCell.d.ts +1 -0
  44. package/dist/TableColumnSettings/TableColumnSettings.d.ts +1 -0
  45. package/dist/Tabs/Tabs.d.ts +1 -0
  46. package/dist/TextField/CurrencyTextField.d.ts +1 -0
  47. package/dist/TextField/InlineTextField.d.ts +1 -0
  48. package/dist/TextField/MaskedTextField.d.ts +1 -0
  49. package/dist/TextField/ValidatedTextField.d.ts +1 -0
  50. package/dist/ThemeProvider/ThemeProvider.d.ts +1 -0
  51. package/dist/ToggleButton/ToggleButton.d.ts +1 -0
  52. package/dist/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -0
  53. package/dist/Tooltip/Tooltip.d.ts +1 -0
  54. package/dist/Typography/Typography.d.ts +1 -0
  55. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.5.10](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.9...v2.5.10) (2022-01-24)
6
+
5
7
  ### [2.5.9](https://gitlab.com/e-pilot/frontend/base/elements/compare/v2.5.8...v2.5.9) (2022-01-24)
6
8
 
7
9
  ### [2.5.8](https://gitlab.com/e-pilot/product/frontend/base/elements/compare/v2.5.7...v2.5.8) (2021-11-30)
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionProps } from './types';
2
3
  export declare function Accordion(props: AccordionProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionActionsProps } from './types';
2
3
  export declare function AccordionActions(props: AccordionActionsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionDetailsProps } from './types';
2
3
  export declare function AccordionDetails(props: AccordionDetailsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionSummaryProps } from './types';
2
3
  export declare function AccordionSummary(props: AccordionSummaryProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AppBarProps, ToolbarProps } from './types';
2
3
  export declare function AppBar(props: AppBarProps): JSX.Element;
3
4
  export declare function Toolbar(props: ToolbarProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AutocompleteProps } from './types';
2
3
  export declare function Autocomplete(props: AutocompleteProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AvatarProps } from './types';
2
3
  export declare function Avatar(props: AvatarProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AvatarGroupProps } from './types';
2
3
  export declare function AvatarGroup(props: AvatarGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BadgeProps } from './types';
2
3
  export declare function Badge(props: BadgeProps): JSX.Element;
package/dist/Box/Box.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BoxProps } from './types';
2
3
  export declare function Box(props: BoxProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { BreadcrumbsProps } from './types';
2
3
  export declare function Breadcrumbs(props: BreadcrumbsProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Button } from '@material-ui/core';
2
3
  import { IconButtonProps, ColoredButtonProps, ElevatedIconButtonProps } from './types';
3
4
  export { Button };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ButtonGroupProps } from './types';
2
3
  export declare function ButtonGroup(props: ButtonGroupProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps, CardActionAreaProps, CardActionsProps, CardContentProps, CardHeaderProps, CardMediaProps } from './types';
2
3
  export declare function Card(props: CardProps): JSX.Element;
3
4
  export declare function CardActionArea(props: CardActionAreaProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CheckboxProps } from './types';
2
3
  export declare function Checkbox(props: CheckboxProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ChipProps } from './types';
2
3
  export declare function Chip(props: ChipProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CollapseProps } from './types';
2
3
  export declare function Collapse(props: CollapseProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DialogProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogTitleProps } from './types';
2
3
  export declare function Dialog(props: DialogProps): JSX.Element;
3
4
  export declare function DialogActions(props: DialogActionsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DividerProps } from './types';
2
3
  export declare function Divider(props: DividerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DrawerProps } from './types';
2
3
  export declare function Drawer(props: DrawerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { GridProps } from './types';
2
3
  export declare function Grid(props: GridProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { HiddenProps } from './types';
2
3
  export declare function Hidden(props: HiddenProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconProps, SvgIconProps, EIconProps } from './types';
2
3
  export default function Icon(props: IconProps): JSX.Element;
3
4
  export declare function EIcon(props: EIconProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ImageProps } from './types';
2
3
  export declare function Image(props: ImageProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { LinkProps } from './types';
2
3
  export declare function Link(props: LinkProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ListProps, ListItemProps, ListItemContentProps, ListItemPrefixProps, ListItemSufixProps, ListSubheaderProps } from './types';
2
3
  export declare function List(props: ListProps): JSX.Element;
3
4
  export declare function ListItem(props: ListItemProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BaseNotificationProps } from './types';
2
3
  export declare function InfoNotification(props: BaseNotificationProps): JSX.Element;
3
4
  export declare function ErrorNotification(props: BaseNotificationProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PaginationProps } from './types';
2
3
  declare const Pagination: (props: PaginationProps) => JSX.Element;
3
4
  export default Pagination;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import DateFnsUtils from '@date-io/date-fns';
2
3
  import { MuiPickersUtilsProvider, KeyboardDatePicker, KeyboardTimePicker, KeyboardDateTimePicker } from '@material-ui/pickers';
3
4
  import { DatePickerProps } from '..';
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { DateTimePickerProps } from '..';
2
3
  export declare function DateTimePicker(props: DateTimePickerProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TimePickerProps } from '..';
2
3
  export declare function TimePicker(props: TimePickerProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { LinearProgress } from '@material-ui/core';
2
3
  import { CircularProgressProps } from './types';
3
4
  export declare function CircularProgress(props: CircularProgressProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RadioProps } from './types';
2
3
  export default function Radio(props: RadioProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RadioGroupProps } from './types';
2
3
  export default function RadioGroup(props: RadioGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { RatingProps } from './types';
2
3
  export declare function Rating(props: RatingProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from './types';
2
3
  export declare function Select(props: SelectProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SnackbarProps } from './types';
2
3
  export declare function Snackbar(props: SnackbarProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SpacingProps } from './types';
2
3
  export declare function InsetSpacing(props: SpacingProps): JSX.Element;
3
4
  export declare function InsetSquishSpacing(props: SpacingProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { MobileStepperProps } from './types';
2
3
  export declare function MobileStepper(props: MobileStepperProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { StepperProps, StepProps, StepLabelProps, StepContentProps, StepConnectorProps } from './types';
2
3
  export declare function Stepper(props: StepperProps): JSX.Element;
3
4
  export declare function Step(props: StepProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { SwitchProps } from './types';
2
3
  export default function Switch(props: SwitchProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableCellProps } from '../..';
2
3
  export interface ResizeTableCellProps extends TableCellProps {
3
4
  columnId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TableColumnSettingsProps } from './types';
2
3
  declare const TableColumnSettings: ({ columns, onColumnsChange, locales: propLocales }: TableColumnSettingsProps) => JSX.Element;
3
4
  export default TableColumnSettings;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { useTabContext } from '@material-ui/lab';
2
3
  import { TabsProps, TabPanelProps, TabProps, TabContextProps, TabListProps } from './types';
3
4
  export declare function Tabs(props: TabsProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { CurrencyTextFieldProps } from './types';
2
3
  export declare const CurrencyTextField: (props: CurrencyTextFieldProps) => JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { InlineTextFieldProps } from './types';
2
3
  export declare function InlineTextField(props: InlineTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { MaskedTextFieldProps } from './types';
2
3
  export declare function MaskedTextField(props: MaskedTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ValidatedTextFieldProps } from './types';
2
3
  export declare function ValidatedTextField(props: ValidatedTextFieldProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ThemeProviderProps } from './types';
2
3
  export declare function ThemeProvider({ children, theme, classPrefix, isMuiTheme }: ThemeProviderProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ToggleButtonProps } from './types';
2
3
  export declare function ToggleButton(props: ToggleButtonProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ToggleButtonGroupProps } from './types';
2
3
  export declare function ToggleButtonGroup(props: ToggleButtonGroupProps): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipProps } from './types';
2
3
  export declare function Tooltip(props: TooltipProps): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TypographyProps } from './types';
2
3
  export declare function Typography(props: TypographyProps): JSX.Element;
3
4
  export declare function DisplayText(props: TypographyProps): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/base-elements",
3
- "version": "2.5.9",
3
+ "version": "2.5.10",
4
4
  "author": {
5
5
  "name": "epilot GmbH",
6
6
  "email": "info@epilot.cloud",
@@ -23,7 +23,7 @@
23
23
  "deploy": "cd iac && yarn && yarn deploy"
24
24
  },
25
25
  "license": "MIT",
26
- "main": "dist/index.js",
26
+ "main": "dist/bundle.js",
27
27
  "typings": "dist/index.d.ts",
28
28
  "files": [
29
29
  "dist"
@@ -52,7 +52,7 @@
52
52
  "@testing-library/react": "11.2.2",
53
53
  "@testing-library/user-event": "12.6.0",
54
54
  "@types/classnames": "^2.3.1",
55
- "@types/react": "17.0.1",
55
+ "@types/react": "17.0.11",
56
56
  "@types/react-beautiful-dnd": "^13.0.0",
57
57
  "@types/react-dom": "17.0.0",
58
58
  "@types/react-input-mask": "3.0.0",