@fattureincloud/fic-design-system 0.9.0 → 0.10.1

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 (124) hide show
  1. package/dist/components/buttons/iconButton/iconButton.stories.d.ts +6 -2
  2. package/dist/components/carousel/Carousel.d.ts +4 -0
  3. package/dist/components/carousel/carousel.stories.d.ts +6 -0
  4. package/dist/components/carousel/components/carouselMainMedia/CarouselMainMedia.d.ts +7 -0
  5. package/dist/components/carousel/components/carouselMainMedia/styled.d.ts +4 -0
  6. package/dist/components/carousel/components/carouselThumbnails/CarouselThumbnails.d.ts +8 -0
  7. package/dist/components/carousel/components/carouselThumbnails/components/carouselThumbnail/CarouselThumbnail.d.ts +8 -0
  8. package/dist/components/carousel/components/carouselThumbnails/components/carouselThumbnail/styled.d.ts +5 -0
  9. package/dist/components/carousel/components/carouselThumbnails/styled.d.ts +7 -0
  10. package/dist/components/carousel/components/carouselThumbnails/utils.d.ts +2 -0
  11. package/dist/components/carousel/components/common/media/Media.d.ts +8 -0
  12. package/dist/components/carousel/components/common/media/utils.d.ts +1 -0
  13. package/dist/components/carousel/components/common/styled.d.ts +2 -0
  14. package/dist/components/carousel/components/fullscreenMedia/FullscreenMedia.d.ts +8 -0
  15. package/dist/components/carousel/components/fullscreenMedia/styled.d.ts +9 -0
  16. package/dist/components/carousel/index.d.ts +2 -0
  17. package/dist/components/carousel/styled.d.ts +1 -0
  18. package/dist/components/carousel/types.d.ts +3 -0
  19. package/dist/components/monthlyTab/components/month/Month.d.ts +4 -1
  20. package/dist/components/monthlyTab/types.d.ts +4 -1
  21. package/dist/index.d.ts +1 -0
  22. package/dist/index.esm.js +9 -9
  23. package/dist/index.esm.js.map +1 -1
  24. package/dist/index.js +7 -7
  25. package/dist/index.js.map +1 -1
  26. package/package.json +1 -1
  27. package/dist/components/banner/utils.d.ts +0 -8
  28. package/dist/components/chips/chips.d.ts +0 -7
  29. package/dist/components/chips/chips.stories.d.ts +0 -6
  30. package/dist/components/chips/components/styledChipWrapper.d.ts +0 -4
  31. package/dist/components/chips/index.d.ts +0 -2
  32. package/dist/components/chips/types.d.ts +0 -11
  33. package/dist/components/drawer/types.d.ts +0 -14
  34. package/dist/components/form/checkbox/components/Input.d.ts +0 -9
  35. package/dist/components/form/checkbox/components/Label.d.ts +0 -8
  36. package/dist/components/form/datepicker/StyledDatePicker.d.ts +0 -1
  37. package/dist/components/form/datepicker/hooks/useDatePickerValues.d.ts +0 -13
  38. package/dist/components/form/inputText/components/codeInput/CodeInput.d.ts +0 -4
  39. package/dist/components/form/inputText/components/codeInput/styled.d.ts +0 -29
  40. package/dist/components/form/inputText/components/codeInput/useCodeInputHooks.d.ts +0 -11
  41. package/dist/components/form/inputText/components/telephoneInput/TelephoneInput.d.ts +0 -4
  42. package/dist/components/form/inputText/components/telephoneInput/countriesTelephonePrefixes.d.ts +0 -7
  43. package/dist/components/form/inputText/components/telephoneInput/styled.d.ts +0 -2
  44. package/dist/components/form/select/components/Placeholder.d.ts +0 -4
  45. package/dist/components/gridCard/GridCard.d.ts +0 -4
  46. package/dist/components/gridCard/gridCard.stories.d.ts +0 -8
  47. package/dist/components/gridCard/index.d.ts +0 -2
  48. package/dist/components/gridCard/stories/data.d.ts +0 -3
  49. package/dist/components/gridCard/styled.d.ts +0 -15
  50. package/dist/components/gridCard/types.d.ts +0 -16
  51. package/dist/components/gridCard/utils.d.ts +0 -2
  52. package/dist/components/groupRadioButton/index.d.ts +0 -23
  53. package/dist/components/groupRadioButton/radio-group.stories.d.ts +0 -6
  54. package/dist/components/inlineMessages/components/styledInlineMessageWrapper.d.ts +0 -8
  55. package/dist/components/inlineMessages/index.d.ts +0 -2
  56. package/dist/components/inlineMessages/inlineMessages.d.ts +0 -4
  57. package/dist/components/inlineMessages/inlineMessages.stories.d.ts +0 -7
  58. package/dist/components/inlineMessages/types.d.ts +0 -29
  59. package/dist/components/newTable/components/header/styled.d.ts +0 -1
  60. package/dist/components/pagination/paginationStyledWrapper.d.ts +0 -1
  61. package/dist/components/progressbar/components/styledProgressbarWrapper.d.ts +0 -2
  62. package/dist/components/radioButton/components/label.d.ts +0 -2
  63. package/dist/components/radioButton/components/radio.d.ts +0 -2
  64. package/dist/components/radioButton/index.d.ts +0 -2
  65. package/dist/components/radioButton/radio.stories.d.ts +0 -6
  66. package/dist/components/radioButton/typings/radioButton.d.ts +0 -21
  67. package/dist/components/table/Table.d.ts +0 -57
  68. package/dist/components/table/components/ActionsCell.d.ts +0 -10
  69. package/dist/components/table/components/EmptyState.d.ts +0 -7
  70. package/dist/components/table/components/Pagination.d.ts +0 -8
  71. package/dist/components/table/components/SelectedRowsCount.d.ts +0 -7
  72. package/dist/components/table/components/SortIndicator.d.ts +0 -6
  73. package/dist/components/table/components/TableBody.d.ts +0 -14
  74. package/dist/components/table/components/TableFoot.d.ts +0 -2
  75. package/dist/components/table/components/TableHeader.d.ts +0 -7
  76. package/dist/components/table/components/actions/ActionsCell.d.ts +0 -10
  77. package/dist/components/table/components/actions/DropdownActions.d.ts +0 -10
  78. package/dist/components/table/components/actions/PrimaryAction.d.ts +0 -12
  79. package/dist/components/table/components/checkboxes/Cell.d.ts +0 -5
  80. package/dist/components/table/components/checkboxes/Header.d.ts +0 -5
  81. package/dist/components/table/components/checkboxes/useHeaderCheckboxProps.d.ts +0 -12
  82. package/dist/components/table/components/loadingCell/LoadingCell.d.ts +0 -8
  83. package/dist/components/table/components/pagination/PageButton.d.ts +0 -10
  84. package/dist/components/table/components/pagination/PaginationButtons.d.ts +0 -10
  85. package/dist/components/table/components/pagination/utils.d.ts +0 -14
  86. package/dist/components/table/components/tableBody/TableBody.d.ts +0 -17
  87. package/dist/components/table/components/tableBody/TableBodyLoader.d.ts +0 -7
  88. package/dist/components/table/components/tableBody/TableBodyTr.d.ts +0 -8
  89. package/dist/components/table/components/tableBody/styled.d.ts +0 -3
  90. package/dist/components/table/components/tableHeader/SortIndicator.d.ts +0 -7
  91. package/dist/components/table/components/tableHeader/TableHeader.d.ts +0 -12
  92. package/dist/components/table/components/tableParts/TableTd.d.ts +0 -8
  93. package/dist/components/table/components/tableParts/TableTh.d.ts +0 -4
  94. package/dist/components/table/components/tableParts/styled.d.ts +0 -17
  95. package/dist/components/table/constants.d.ts +0 -2
  96. package/dist/components/table/hooks/useCheckboxesComponents.d.ts +0 -4
  97. package/dist/components/table/hooks/useRowsSelection.d.ts +0 -4
  98. package/dist/components/table/hooks/useTableHooks.d.ts +0 -6
  99. package/dist/components/table/hooks/useTableValues.d.ts +0 -14
  100. package/dist/components/table/index.d.ts +0 -7
  101. package/dist/components/table/stories/columns.d.ts +0 -3
  102. package/dist/components/table/stories/components/CustomPerson.d.ts +0 -7
  103. package/dist/components/table/stories/components/Role.d.ts +0 -8
  104. package/dist/components/table/stories/components/types.d.ts +0 -14
  105. package/dist/components/table/stories/data.d.ts +0 -2
  106. package/dist/components/table/table.stories.d.ts +0 -6
  107. package/dist/components/table/tablePalette.d.ts +0 -33
  108. package/dist/components/table/types.d.ts +0 -28
  109. package/dist/components/table/utils.d.ts +0 -16
  110. package/dist/components/tip/components/styledTip.d.ts +0 -4
  111. package/dist/components/toast/ToastContainer.d.ts +0 -9
  112. package/dist/components/toast/typings/toast.d.ts +0 -34
  113. package/dist/index.css +0 -128
  114. package/dist/index.esm.css +0 -128
  115. package/dist/styles/defaultPalette/colors/azure.d.ts +0 -2
  116. package/dist/styles/defaultPalette/colors/purple.d.ts +0 -2
  117. /package/dist/components/floatingBadge/{floatingBadge.d.ts → FloatingBadge.d.ts} +0 -0
  118. /package/dist/components/floatingBadge/{withBadge.d.ts → WithBadge.d.ts} +0 -0
  119. /package/dist/components/progressbar/{progressbar.d.ts → ProgressBar.d.ts} +0 -0
  120. /package/dist/components/progressbar/{progressbar.stories.d.ts → progressBar.stories.d.ts} +0 -0
  121. /package/dist/components/tip/{shortcutTip.d.ts → ShortcutTip.d.ts} +0 -0
  122. /package/dist/components/tip/{tip.d.ts → Tip.d.ts} +0 -0
  123. /package/dist/components/toast/{toast.d.ts → Toast.d.ts} +0 -0
  124. /package/dist/components/toast/components/{toastContent.d.ts → ToastContent.d.ts} +0 -0
@@ -1,10 +0,0 @@
1
- import { ReactText } from 'react';
2
- interface Props extends PageButtonWrapperProps {
3
- text: ReactText;
4
- onClick: () => void;
5
- }
6
- declare const PageButton: ({ text, onClick, isActive }: Props) => JSX.Element;
7
- export interface PageButtonWrapperProps {
8
- isActive: boolean;
9
- }
10
- export default PageButton;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import { UsePaginationInstanceProps } from 'react-table';
3
- import { TableData } from '../../types';
4
- interface Props<T extends TableData> {
5
- pageCount: number;
6
- pageIndex: number;
7
- gotoPage: UsePaginationInstanceProps<T>['gotoPage'];
8
- }
9
- declare const PaginationButtons: <T extends TableData>({ pageCount, pageIndex, gotoPage }: Props<T>) => JSX.Element;
10
- export default PaginationButtons;
@@ -1,14 +0,0 @@
1
- import { DefaultTheme } from 'styled-components';
2
- import { paletteColor } from '../../../../styles/types';
3
- import { PageButtonWrapperProps } from './PageButton';
4
- interface GetPageButtonParams extends PageButtonWrapperProps {
5
- theme: DefaultTheme;
6
- }
7
- export interface PageButtonStyles {
8
- color: paletteColor;
9
- background: paletteColor;
10
- hoverColor: paletteColor;
11
- hoverBackground: paletteColor;
12
- }
13
- export declare const getPageButtonStyles: ({ theme, isActive }: GetPageButtonParams) => PageButtonStyles;
14
- export {};
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { Row, UseTableInstanceProps } from 'react-table';
3
- import { TableData } from '../../types';
4
- interface Props<T extends TableData> {
5
- rows: Row<T>[];
6
- prepareRow: UseTableInstanceProps<T>['prepareRow'];
7
- selectedRowsIds: string[];
8
- isLoading: boolean;
9
- onRowClick?: (row: Row<T>) => void;
10
- rowHasFocus: boolean;
11
- rowHeight: number | string;
12
- selectableRows?: boolean;
13
- setHighlightedRow: React.Dispatch<React.SetStateAction<number>>;
14
- tableId: string;
15
- }
16
- declare const TableBody: <T extends TableData>({ isLoading, onRowClick, prepareRow, rowHasFocus, rowHeight, rows, selectableRows, selectedRowsIds, setHighlightedRow, tableId, }: Props<T>) => JSX.Element;
17
- export default TableBody;
@@ -1,7 +0,0 @@
1
- import { ColumnInstance } from 'react-table';
2
- import { TableData } from '../../types';
3
- interface Props<T extends TableData> {
4
- allColumns: ColumnInstance<T>[];
5
- }
6
- declare const TableBodyLoader: <T extends TableData>({ allColumns }: Props<T>) => JSX.Element;
7
- export default TableBodyLoader;
@@ -1,8 +0,0 @@
1
- import { TableBodyTrStyles } from '../../utils';
2
- export interface TableBodyTrProps {
3
- isSelected?: boolean;
4
- isDisabled?: boolean;
5
- rowHasFocus: boolean;
6
- }
7
- declare const TableBodyTr: import("styled-components").StyledComponent<"tr", import("styled-components").DefaultTheme, import("../tableParts/styled").TrProps & TableBodyTrStyles & TableBodyTrProps, keyof TableBodyTrStyles>;
8
- export default TableBodyTr;
@@ -1,3 +0,0 @@
1
- import { TableBodyTrStyles } from '../../utils';
2
- import { TableBodyTrProps } from '../TableBody';
3
- export declare const TableBodyTr: import("styled-components").StyledComponent<"tr", import("styled-components").DefaultTheme, import("../tableParts/styled").TrProps & TableBodyTrStyles & TableBodyTrProps, keyof TableBodyTrStyles>;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- interface Props {
3
- isSorted: boolean;
4
- isSortedDesc?: boolean;
5
- }
6
- declare const SortIndicator: ({ isSorted, isSortedDesc }: Props) => JSX.Element;
7
- export default SortIndicator;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import { HeaderGroup, SortingRule } from 'react-table';
3
- import { TableData } from '../../types';
4
- interface Props<T extends TableData> {
5
- scrollBar: number;
6
- headerGroups: HeaderGroup<T>[];
7
- headerHeight?: number | string;
8
- selectedRowsIds?: string[];
9
- sortBy: SortingRule<T>[];
10
- }
11
- declare const TableHeader: <T extends TableData>({ headerHeight, headerGroups, scrollBar }: Props<T>) => JSX.Element;
12
- export default TableHeader;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- declare type alignType = 'left' | 'center' | 'right';
3
- interface Props extends React.HTMLAttributes<HTMLTableDataCellElement> {
4
- align?: alignType;
5
- isLoading?: boolean;
6
- }
7
- export declare const TableTd: import("styled-components").StyledComponent<({ children, align, isLoading, ...rest }: Props) => JSX.Element, import("styled-components").DefaultTheme, Props, never>;
8
- export default TableTd;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- declare type Props = React.HTMLAttributes<HTMLTableHeaderCellElement>;
3
- export declare const TableTh: import("styled-components").StyledComponent<({ children, ...rest }: Props) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
4
- export default TableTh;
@@ -1,17 +0,0 @@
1
- export declare const TableWrapper: import("styled-components").StyledComponent<"table", import("styled-components").DefaultTheme, {}, never>;
2
- interface THeadProps {
3
- scrollBar: number;
4
- }
5
- export declare const THead: import("styled-components").StyledComponent<"thead", import("styled-components").DefaultTheme, THeadProps, never>;
6
- interface TableBodyProps {
7
- bodyHeight: number | string;
8
- }
9
- export declare const TBody: import("styled-components").StyledComponent<"tbody", import("styled-components").DefaultTheme, TableBodyProps, never>;
10
- export interface TrProps {
11
- isHeader?: boolean;
12
- rowHeight?: number | string;
13
- headerHeight?: number | string;
14
- }
15
- export declare const TableTr: import("styled-components").StyledComponent<"tr", import("styled-components").DefaultTheme, TrProps, never>;
16
- export declare const TFoot: import("styled-components").StyledComponent<"tfoot", import("styled-components").DefaultTheme, {}, never>;
17
- export {};
@@ -1,2 +0,0 @@
1
- export declare const DEFAULT_BODY_HEIGHT = 300;
2
- export declare const DEFAULT_ROW_HEIGHT = 40;
@@ -1,4 +0,0 @@
1
- import { Hooks } from 'react-table';
2
- import { TableData } from '../types';
3
- declare const useCheckboxesComponents: <T extends TableData>(hooks: Hooks<T>) => void;
4
- export default useCheckboxesComponents;
@@ -1,4 +0,0 @@
1
- import { Row } from 'react-table';
2
- import { OnSelectionChange, TableData } from '../types';
3
- declare const useRowsSelection: <T extends TableData>(selectedFlatRows: Row<T>[], preSelectAllRows: boolean, onSelectionChange: OnSelectionChange<T> | undefined, allRows: Row<T>[]) => string[];
4
- export default useRowsSelection;
@@ -1,6 +0,0 @@
1
- import { PluginHook } from 'react-table';
2
- import { TableProps } from '../Table';
3
- import { TableData } from '../types';
4
- declare type Props<T extends TableData> = Pick<TableProps<T>, 'actions' | 'withCheckbox' | 'renderActions' | 'selectableRows' | 'actionsHeader'>;
5
- declare const useTableHooks: <T extends TableData>({ actions, renderActions, withCheckbox, selectableRows, actionsHeader, }: Props<T>) => PluginHook<T>[];
6
- export default useTableHooks;
@@ -1,14 +0,0 @@
1
- import { Dispatch, SetStateAction } from 'react';
2
- import { Row } from 'react-table';
3
- import { TableData } from '../types';
4
- interface Props {
5
- initialFilter?: string;
6
- }
7
- interface ReturnType<DataType extends TableData> {
8
- filter: string;
9
- setFilter: Dispatch<SetStateAction<string>>;
10
- selection: Row<DataType>[];
11
- setSelection: Dispatch<SetStateAction<Row<DataType>[]>>;
12
- }
13
- declare const useTableValues: <DataType extends TableData>({ initialFilter }?: Props) => ReturnType<DataType>;
14
- export default useTableValues;
@@ -1,7 +0,0 @@
1
- import { Column, Row } from 'react-table';
2
- import useTableValues from './hooks/useTableValues';
3
- import Table from './Table';
4
- import { TableProps } from './Table';
5
- import tablePalette, { TablePalette } from './tablePalette';
6
- import { ManualPagination, OnSelectionChange, OnSort, RowActions, TableData } from './types';
7
- export { Table, TableProps, TableData, tablePalette, useTableValues, TablePalette, RowActions, ManualPagination, OnSelectionChange, OnSort, Row, Column, };
@@ -1,3 +0,0 @@
1
- import { Column } from 'react-table';
2
- import { DataType } from './components/types';
3
- export declare const columns: Column<DataType>[];
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { CustomPersonData } from './types';
3
- interface Props {
4
- value: CustomPersonData;
5
- }
6
- declare const CustomPerson: ({ value: { img, name, role } }: Props) => JSX.Element;
7
- export default CustomPerson;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const rolesArray: readonly ["master", "admin", undefined];
3
- export declare type roleType = typeof rolesArray[number];
4
- interface Props {
5
- role: roleType;
6
- }
7
- declare const Role: ({ role }: Props) => JSX.Element | null;
8
- export default Role;
@@ -1,14 +0,0 @@
1
- import { roleType } from './Role';
2
- export interface CustomPersonData {
3
- img: string;
4
- name: string;
5
- role?: roleType;
6
- }
7
- export interface DataType {
8
- person: CustomPersonData;
9
- name: string;
10
- address: string;
11
- date: string;
12
- order: number;
13
- isDisabled?: boolean;
14
- }
@@ -1,2 +0,0 @@
1
- import { DataType } from './components/types';
2
- export declare const getRandomUsers: (n: number) => DataType[];
@@ -1,6 +0,0 @@
1
- import { Meta, Story } from '@storybook/react';
2
- import { DataType } from './stories/components/types';
3
- import { TableProps } from './Table';
4
- export declare const Template: Story<TableProps<DataType>>;
5
- declare const TableStories: Meta<TableProps<DataType>>;
6
- export default TableStories;
@@ -1,33 +0,0 @@
1
- import { colorsPalette } from '../../common/types/colorsPalette';
2
- import { ButtonProps, IconButtonProps } from '../buttons';
3
- import { DropdownItemType } from '../dropdown/types';
4
- declare type TableHeaderPalette = colorsPalette;
5
- declare type rowStatus = 'normal' | 'hover' | 'selected' | 'disabled';
6
- declare type TableRowsPalette = {
7
- [k in rowStatus]: colorsPalette;
8
- };
9
- interface SelectedRowsCountPalette extends colorsPalette {
10
- resetButtonColor: ButtonProps['color'];
11
- }
12
- declare type paginationItemStatus = 'normal' | 'hover' | 'active';
13
- declare type PaginationPalette = {
14
- numbers: {
15
- [k in paginationItemStatus]: colorsPalette;
16
- };
17
- buttons: ButtonProps['color'];
18
- };
19
- declare type ActionsPalette = {
20
- colors: {
21
- [k in DropdownItemType]: ButtonProps['color'];
22
- };
23
- dropdownTriggerColor: IconButtonProps['color'];
24
- };
25
- export interface TablePalette {
26
- header: TableHeaderPalette;
27
- rows: TableRowsPalette;
28
- selectedRowsCount: SelectedRowsCountPalette;
29
- actions: ActionsPalette;
30
- pagination: PaginationPalette;
31
- }
32
- declare const tablePalette: TablePalette;
33
- export default tablePalette;
@@ -1,28 +0,0 @@
1
- import { Row, SortingRule } from 'react-table';
2
- import { DropdownItemType } from '../dropdown/types';
3
- import { IconProps } from '../icon';
4
- export interface TableData {
5
- isDisabled?: boolean;
6
- }
7
- export interface CustomColumn {
8
- align?: 'left' | 'center' | 'right';
9
- }
10
- export interface RowActions<T extends TableData> {
11
- primary?: RowAction<T>;
12
- dropdown?: RowAction<T>[];
13
- }
14
- export interface RowAction<T extends TableData> {
15
- icon?: IconProps;
16
- type?: DropdownItemType;
17
- text: string;
18
- onClick: (row: Row<T>) => void;
19
- isDisabled?: boolean;
20
- }
21
- interface ManualPaginationConfig {
22
- pageCount: number;
23
- setCurrentPage: (page: number) => void;
24
- }
25
- export declare type ManualPagination = ManualPaginationConfig | undefined;
26
- export declare type OnSort<T extends TableData> = (sortBy: Array<SortingRule<T>>) => void;
27
- export declare type OnSelectionChange<T extends TableData> = (rows: Row<T>[], addedRows: Row<T>[], removedRows: Row<T>[]) => void;
28
- export {};
@@ -1,16 +0,0 @@
1
- import { Row, TableData } from 'index';
2
- import { DefaultTheme } from 'styled-components';
3
- import { paletteColor } from '../../styles/types';
4
- import { TableBodyTrProps } from './components/tableBody/TableBodyTr';
5
- interface GetTableBodyTrStylesParams extends TableBodyTrProps {
6
- theme: DefaultTheme;
7
- }
8
- export interface TableBodyTrStyles {
9
- background: paletteColor;
10
- color: paletteColor;
11
- hoverColor: paletteColor;
12
- hoverBackground: paletteColor;
13
- }
14
- export declare const getTableBodyTrStyles: ({ theme, isDisabled, isSelected, }: GetTableBodyTrStylesParams) => TableBodyTrStyles;
15
- export declare const getIdsFromRows: <T extends TableData>(rows: Row<T>[] | undefined) => string[];
16
- export {};
@@ -1,4 +0,0 @@
1
- export declare const StyledTip: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
- export declare const StyledLeftIcon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
4
- export declare const StyledCloseIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { ToastContainerProps } from './typings/toast';
3
- export declare const ToastContainer: import("styled-components").StyledComponent<import("react").FC<import("react-toastify").ToastContainerProps>, import("styled-components").DefaultTheme, {
4
- hideProgressBar: true;
5
- newestOnTop: true;
6
- closeOnClick: false;
7
- draggable: false;
8
- rtl: false;
9
- } & ToastContainerProps, "draggable" | "rtl" | "closeOnClick" | "newestOnTop" | "hideProgressBar">;
@@ -1,34 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- import { ToastPosition } from 'react-toastify/dist/types';
3
- import { IconProps } from '../../icon';
4
- export declare type toastType = 'standard' | 'error' | 'info' | 'warning' | 'success';
5
- export declare type toastLibraryType = 'dark' | 'error' | 'info' | 'warning' | 'success';
6
- export declare const typeMap: Record<toastType, toastLibraryType>;
7
- export interface ToastProps {
8
- type?: toastType;
9
- content?: ReactNode;
10
- icon?: IconProps;
11
- actionLabel?: string;
12
- onActionClick?: () => void;
13
- autoClose?: false;
14
- }
15
- export interface ToastContentProps {
16
- title: ReactNode;
17
- content?: ReactNode;
18
- icon: IconProps;
19
- actionLabel?: string;
20
- onActionClick?: () => void;
21
- }
22
- export interface ToastInterface {
23
- Container: React.FC<ToastContainerProps>;
24
- show: (title: ReactNode, options: ToastProps) => string | undefined;
25
- dismiss: (toastId: string | undefined) => void;
26
- success: (title: ReactNode, options?: ToastProps) => string | undefined;
27
- error: (title: ReactNode, options?: ToastProps) => string | undefined;
28
- info: (title: ReactNode, options?: ToastProps) => string | undefined;
29
- warning: (title: ReactNode, options?: ToastProps) => string | undefined;
30
- standard: (title: ReactNode, options?: ToastProps) => string | undefined;
31
- }
32
- export interface ToastContainerProps {
33
- position: ToastPosition;
34
- }
package/dist/index.css DELETED
@@ -1,128 +0,0 @@
1
- .DS-ReactTable {
2
- position: relative;
3
- display: -webkit-box;
4
- display: -ms-flexbox;
5
- display: flex;
6
- -webkit-box-orient: vertical;
7
- -webkit-box-direction: normal;
8
- -ms-flex-direction: column;
9
- flex-direction: column;
10
- overflow: hidden;
11
- }
12
-
13
- .DS-ReactTable .DS-rt-table {
14
- -webkit-box-flex: 1;
15
- -ms-flex: 1;
16
- flex: 1;
17
- display: -webkit-box;
18
- display: -ms-flexbox;
19
- display: flex;
20
- -webkit-box-orient: vertical;
21
- -webkit-box-direction: normal;
22
- -ms-flex-direction: column;
23
- flex-direction: column;
24
- -webkit-box-align: stretch;
25
- -ms-flex-align: stretch;
26
- align-items: stretch;
27
- width: 100%;
28
- border-collapse: collapse;
29
- overflow-x: auto;
30
- overflow-y: hidden;
31
- }
32
-
33
- .DS-ReactTable .DS-rt-thead {
34
- -webkit-box-flex: 1;
35
- -ms-flex: 1 0 auto;
36
- flex: 1 0 auto;
37
- display: -webkit-box;
38
- display: -ms-flexbox;
39
- display: flex;
40
- -webkit-box-orient: vertical;
41
- -webkit-box-direction: normal;
42
- -ms-flex-direction: column;
43
- flex-direction: column;
44
- -webkit-user-select: none;
45
- -moz-user-select: none;
46
- -ms-user-select: none;
47
- user-select: none;
48
- cursor: default;
49
- }
50
-
51
- .DS-ReactTable .DS-rt-thead .DS-rt-th {
52
- position: relative;
53
- }
54
- .DS-ReactTable .DS-rt-thead .DS-rt-td {
55
- line-height: normal;
56
- position: relative;
57
- }
58
-
59
- .DS-ReactTable .DS-rt-thead .DS-rt-resizable-header:last-child {
60
- overflow: hidden;
61
- }
62
- .DS-ReactTable .DS-rt-thead .DS-rt-resizable-header-content {
63
- overflow: hidden;
64
- text-overflow: ellipsis;
65
- }
66
-
67
- .DS-ReactTable .DS-rt-thead.DS-header .DS-rt-th:after {
68
- content: "";
69
- display: block;
70
- position: absolute;
71
- }
72
-
73
- .DS-ReactTable .DS-rt-tbody {
74
- display: flex;
75
- flex-direction: column;
76
- overflow: auto;
77
- }
78
-
79
- .DS-ReactTable .DS-rt-tbody .DS-rt-tr-group {
80
- flex: none;
81
- }
82
-
83
- .DS-ReactTable .DS-rt-tr-group {
84
- -webkit-box-flex: 1;
85
- -ms-flex: 1 0 auto;
86
- flex: 1 0 auto;
87
- display: -webkit-box;
88
- display: -ms-flexbox;
89
- display: flex;
90
- -webkit-box-orient: vertical;
91
- -webkit-box-direction: normal;
92
- -ms-flex-direction: column;
93
- flex-direction: column;
94
- -webkit-box-align: stretch;
95
- -ms-flex-align: stretch;
96
- align-items: stretch;
97
- cursor: pointer;
98
- }
99
-
100
- .DS-ReactTable .DS-rt-tr {
101
- flex: 1 0 auto;
102
- display: inline-flex;
103
- flex-direction: row;
104
- flex-wrap: wrap;
105
- align-content: center;
106
- justify-content: center;
107
- align-items: center;
108
- }
109
-
110
- .DS-ReactTable .DS-rt-th {
111
- -webkit-box-flex: 1;
112
- -ms-flex: 1;
113
- flex: 1;
114
- white-space: nowrap;
115
- vertical-align: middle;
116
- align-self: center;
117
- overflow: hidden;
118
- }
119
-
120
- .DS-ReactTable .DS-rt-td {
121
- -webkit-box-flex: 1;
122
- -ms-flex: 1;
123
- flex: 1;
124
- white-space: nowrap;
125
- text-overflow: ellipsis;
126
- align-self: center;
127
- overflow: hidden;
128
- }
@@ -1,128 +0,0 @@
1
- .DS-ReactTable {
2
- position: relative;
3
- display: -webkit-box;
4
- display: -ms-flexbox;
5
- display: flex;
6
- -webkit-box-orient: vertical;
7
- -webkit-box-direction: normal;
8
- -ms-flex-direction: column;
9
- flex-direction: column;
10
- overflow: hidden;
11
- }
12
-
13
- .DS-ReactTable .DS-rt-table {
14
- -webkit-box-flex: 1;
15
- -ms-flex: 1;
16
- flex: 1;
17
- display: -webkit-box;
18
- display: -ms-flexbox;
19
- display: flex;
20
- -webkit-box-orient: vertical;
21
- -webkit-box-direction: normal;
22
- -ms-flex-direction: column;
23
- flex-direction: column;
24
- -webkit-box-align: stretch;
25
- -ms-flex-align: stretch;
26
- align-items: stretch;
27
- width: 100%;
28
- border-collapse: collapse;
29
- overflow-x: auto;
30
- overflow-y: hidden;
31
- }
32
-
33
- .DS-ReactTable .DS-rt-thead {
34
- -webkit-box-flex: 1;
35
- -ms-flex: 1 0 auto;
36
- flex: 1 0 auto;
37
- display: -webkit-box;
38
- display: -ms-flexbox;
39
- display: flex;
40
- -webkit-box-orient: vertical;
41
- -webkit-box-direction: normal;
42
- -ms-flex-direction: column;
43
- flex-direction: column;
44
- -webkit-user-select: none;
45
- -moz-user-select: none;
46
- -ms-user-select: none;
47
- user-select: none;
48
- cursor: default;
49
- }
50
-
51
- .DS-ReactTable .DS-rt-thead .DS-rt-th {
52
- position: relative;
53
- }
54
- .DS-ReactTable .DS-rt-thead .DS-rt-td {
55
- line-height: normal;
56
- position: relative;
57
- }
58
-
59
- .DS-ReactTable .DS-rt-thead .DS-rt-resizable-header:last-child {
60
- overflow: hidden;
61
- }
62
- .DS-ReactTable .DS-rt-thead .DS-rt-resizable-header-content {
63
- overflow: hidden;
64
- text-overflow: ellipsis;
65
- }
66
-
67
- .DS-ReactTable .DS-rt-thead.DS-header .DS-rt-th:after {
68
- content: "";
69
- display: block;
70
- position: absolute;
71
- }
72
-
73
- .DS-ReactTable .DS-rt-tbody {
74
- display: flex;
75
- flex-direction: column;
76
- overflow: auto;
77
- }
78
-
79
- .DS-ReactTable .DS-rt-tbody .DS-rt-tr-group {
80
- flex: none;
81
- }
82
-
83
- .DS-ReactTable .DS-rt-tr-group {
84
- -webkit-box-flex: 1;
85
- -ms-flex: 1 0 auto;
86
- flex: 1 0 auto;
87
- display: -webkit-box;
88
- display: -ms-flexbox;
89
- display: flex;
90
- -webkit-box-orient: vertical;
91
- -webkit-box-direction: normal;
92
- -ms-flex-direction: column;
93
- flex-direction: column;
94
- -webkit-box-align: stretch;
95
- -ms-flex-align: stretch;
96
- align-items: stretch;
97
- cursor: pointer;
98
- }
99
-
100
- .DS-ReactTable .DS-rt-tr {
101
- flex: 1 0 auto;
102
- display: inline-flex;
103
- flex-direction: row;
104
- flex-wrap: wrap;
105
- align-content: center;
106
- justify-content: center;
107
- align-items: center;
108
- }
109
-
110
- .DS-ReactTable .DS-rt-th {
111
- -webkit-box-flex: 1;
112
- -ms-flex: 1;
113
- flex: 1;
114
- white-space: nowrap;
115
- vertical-align: middle;
116
- align-self: center;
117
- overflow: hidden;
118
- }
119
-
120
- .DS-ReactTable .DS-rt-td {
121
- -webkit-box-flex: 1;
122
- -ms-flex: 1;
123
- flex: 1;
124
- white-space: nowrap;
125
- text-overflow: ellipsis;
126
- align-self: center;
127
- overflow: hidden;
128
- }
@@ -1,2 +0,0 @@
1
- import { color } from '../../types';
2
- export declare const azure: color;
@@ -1,2 +0,0 @@
1
- import { color } from '../../types';
2
- export declare const purple: color;
File without changes