@mailstep/design-system 0.8.15-beta.1 → 0.8.16-beta.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.
- package/package.json +1 -1
- package/ui/Blocks/CommonGrid/CommonGridContainer.js +9 -3
- package/ui/Blocks/CommonGrid/HoC/withReduxActions.js +1 -0
- package/ui/Blocks/CommonGrid/components/ControlButtons/ControlButtons.d.ts +3 -0
- package/ui/Blocks/CommonGrid/components/ControlButtons/ControlButtons.js +16 -8
- package/ui/Blocks/CommonGrid/components/ControlButtons/styles.d.ts +1 -0
- package/ui/Blocks/CommonGrid/components/ExtraControlButtons/ExtraControlButtons.d.ts +1 -0
- package/ui/Blocks/CommonGrid/components/ExtraControlButtons/ExtraControlButtons.js +29 -10
- package/ui/Blocks/CommonGrid/components/Filters/DatePickerRange/DatePickerRange.d.ts +1 -0
- package/ui/Blocks/CommonGrid/components/Filters/DatePickerRange/DatePickerRange.js +17 -5
- package/ui/Blocks/CommonGrid/components/Filters/GridSelect/GridSelect.js +2 -2
- package/ui/Blocks/CommonGrid/components/GridInfo/index.js +3 -1
- package/ui/Blocks/CommonGrid/components/IconList/IconList.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/ManageColumnForm/styles.d.ts +2 -2
- package/ui/Blocks/CommonGrid/components/MobileFilterModal.d.ts +20 -0
- package/ui/Blocks/CommonGrid/components/MobileFilterModal.js +69 -0
- package/ui/Blocks/CommonGrid/components/MobileOverlayWrapper.d.ts +1 -0
- package/ui/Blocks/CommonGrid/components/MobileOverlayWrapper.js +7 -0
- package/ui/Blocks/CommonGrid/components/MobileSortModal.d.ts +13 -0
- package/ui/Blocks/CommonGrid/components/MobileSortModal.js +34 -0
- package/ui/Blocks/CommonGrid/components/QuickFilter/QuickFilter.d.ts +1 -1
- package/ui/Blocks/CommonGrid/components/QuickFilter/QuickFilter.js +2 -2
- package/ui/Blocks/CommonGrid/components/Table.d.ts +28 -28
- package/ui/Blocks/CommonGrid/hooks/useAddFilter.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useColumnSizes.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useEvent.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useGridActionTrigger.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useManageColumn.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useRowsKeyControls.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useToggleAllCheckbox.d.ts +1 -1
- package/ui/Blocks/CommonGrid/hooks/useUxReset.d.ts +1 -1
- package/ui/Blocks/CommonGrid/store/index.d.ts +17 -19
- package/ui/Blocks/CommonGrid/store/index.js +9 -2
- package/ui/Blocks/CommonGrid/storybook/stories/complexWithPaginationAndRedux.stories.d.ts +30 -0
- package/ui/Blocks/CommonGrid/storybook/stories/complexWithPaginationAndRedux.stories.js +59 -9
- package/ui/Blocks/CommonGrid/storybook/utils/columnDefinition.d.ts +2 -0
- package/ui/Blocks/CommonGrid/storybook/utils/columnDefinition.js +19 -9
- package/ui/Blocks/CommonGrid/styles.d.ts +7 -5
- package/ui/Blocks/CommonGrid/styles.js +6 -3
- package/ui/Blocks/CommonGrid/types.d.ts +1 -0
- package/ui/Blocks/CommonGrid/utils/index.d.ts +3 -1
- package/ui/Blocks/CommonGrid/utils/index.js +10 -0
- package/ui/Blocks/Header/components/MenuItems/styles.d.ts +1 -1
- package/ui/Blocks/Header/stories/Header.stories.d.ts +16 -16
- package/ui/Blocks/ImageList/components/AddPhoto/index.js +2 -2
- package/ui/Blocks/ImageList/components/AddPhoto/styles.d.ts +2 -2
- package/ui/Blocks/ImageList/components/CloseButton/styles.d.ts +1 -1
- package/ui/Blocks/ImageList/components/ImageElement/styles.d.ts +1 -1
- package/ui/Blocks/ImageList/styles.d.ts +2 -2
- package/ui/Blocks/LanguageSwitch/styles.d.ts +3 -3
- package/ui/Blocks/LoginPage/stories/LoginPage.stories.js +2 -2
- package/ui/Blocks/LoginPage/styles.d.ts +2 -3
- package/ui/Blocks/Modal/styles.d.ts +7 -7
- package/ui/Blocks/Scheduler/components/Groups/styles.d.ts +1 -1
- package/ui/Blocks/Scheduler/components/TimeSlots/styles.d.ts +1 -1
- package/ui/Blocks/SideMenu/components/Footer.d.ts +1 -1
- package/ui/Blocks/SideMenu/stories/SideMenu.stories.d.ts +1 -0
- package/ui/Blocks/SideMenu/styles.d.ts +15 -15
- package/ui/Blocks/Stepper/components/StepCircle/styles.d.ts +2 -2
- package/ui/Blocks/Stepper/components/StepItem/styles.d.ts +3 -3
- package/ui/Blocks/Table/stories/Table.stories.d.ts +3 -2
- package/ui/Blocks/Tabs/styles.d.ts +6 -5
- package/ui/Elements/Alert/styles.d.ts +18 -17
- package/ui/Elements/AsyncSelect/stories/AsyncSelect.stories.d.ts +2 -1
- package/ui/Elements/AsyncSelect/stories/AsyncSelect.stories.js +2 -2
- package/ui/Elements/BarChartSymbol/styles.d.ts +2 -2
- package/ui/Elements/BorderedBox/types.d.ts +1 -0
- package/ui/Elements/Button/styles.d.ts +6 -5
- package/ui/Elements/Card/styles.d.ts +2 -2
- package/ui/Elements/Card/types.d.ts +1 -0
- package/ui/Elements/CheckedCircle/storries/CheckedCircle.stories.d.ts +2 -2
- package/ui/Elements/DatePicker/Datetime/components/FooterRow.d.ts +1 -1
- package/ui/Elements/DatePicker/Datetime/views/DaysView.js +1 -1
- package/ui/Elements/DatePicker/styles.d.ts +2 -1
- package/ui/Elements/DropdownMenu/components/MenuItem.js +1 -1
- package/ui/Elements/Icon/Icon.js +6 -6
- package/ui/Elements/Icon/icons/ArrowsLeftRight.js +1 -1
- package/ui/Elements/Icon/icons/ArrowsUpDown.js +1 -1
- package/ui/Elements/Icon/icons/Filter.d.ts +4 -0
- package/ui/Elements/Icon/icons/Filter.js +13 -0
- package/ui/Elements/Icon/icons/Sort.d.ts +4 -0
- package/ui/Elements/Icon/icons/Sort.js +13 -0
- package/ui/Elements/Icon/icons/Weight.js +1 -1
- package/ui/Elements/Icon/icons/index.d.ts +2 -0
- package/ui/Elements/Icon/icons/index.js +2 -0
- package/ui/Elements/Icon/stories/BadgeIcon.stories.d.ts +1 -1
- package/ui/Elements/Label/Label.d.ts +1 -1
- package/ui/Elements/Label/stories/Label.stories.d.ts +1 -1
- package/ui/Elements/Link/stories/Link.stories.d.ts +12 -12
- package/ui/Elements/Logo/Logo.js +2 -2
- package/ui/Elements/Pagination/styled.d.ts +2 -1
- package/ui/Elements/ProgressBar/stories/ProgressBar.stories.d.ts +5 -5
- package/ui/Elements/ProgressBar/styles.d.ts +1 -1
- package/ui/Elements/Select/Select.js +2 -2
- package/ui/Elements/Select/components/SimplifiedOption.d.ts +1 -0
- package/ui/Elements/Select/themes/index.d.ts +1 -1
- package/ui/Elements/Select/themes/selectStyles.d.ts +1 -1
- package/ui/Elements/SingleSelect/SingleSelect.js +2 -2
- package/ui/Elements/SpaceAround/types.d.ts +1 -0
- package/ui/Elements/Spinner/styles.d.ts +1 -1
- package/ui/Elements/Tag/types.d.ts +1 -0
- package/ui/Elements/Toast/styles.d.ts +1 -1
- package/ui/Forms/Checkbox/styles.d.ts +2 -1
- package/ui/Forms/Input/styles.d.ts +3 -3
- package/ui/Forms/TextArea/styles.d.ts +5 -5
- package/ui/ThemeProvider/themes/default.js +1 -1
- package/ui/ThemeProvider/themes/mailwise.js +1 -1
- package/ui/index.es.js +15257 -15069
- package/ui/index.umd.js +498 -460
- package/ui/utils/translations.js +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Variant } from './types';
|
|
2
2
|
|
|
3
3
|
export declare const DialogOverlay: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
4
|
-
backgroundColor?: string;
|
|
4
|
+
backgroundColor?: string | undefined;
|
|
5
5
|
}, never>;
|
|
6
6
|
export declare const DialogWindow: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
7
|
-
$backgroundColor?: string;
|
|
8
|
-
$minWidth?: string;
|
|
9
|
-
$minHeight?: string;
|
|
10
|
-
$maxWidth?: string;
|
|
11
|
-
$maxHeight?: string;
|
|
7
|
+
$backgroundColor?: string | undefined;
|
|
8
|
+
$minWidth?: string | undefined;
|
|
9
|
+
$minHeight?: string | undefined;
|
|
10
|
+
$maxWidth?: string | undefined;
|
|
11
|
+
$maxHeight?: string | undefined;
|
|
12
12
|
variant: Variant;
|
|
13
|
-
top?: string;
|
|
13
|
+
top?: string | undefined;
|
|
14
14
|
}, never>;
|
|
15
15
|
export declare const HeaderContainer: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
16
16
|
variant: Variant;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const GroupContainer: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
2
2
|
export declare const GroupItem: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
3
|
-
bg?: string;
|
|
3
|
+
bg?: string | undefined;
|
|
4
4
|
groupsCount: number;
|
|
5
5
|
}, never>;
|
|
6
6
|
export declare const Gap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
@@ -3,7 +3,7 @@ export declare const TimeRow: import('styled-components').StyledComponent<"div",
|
|
|
3
3
|
disabled: boolean;
|
|
4
4
|
}, never>;
|
|
5
5
|
export declare const EmptyTimeSlot: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
6
|
-
isSlotSelected?: boolean;
|
|
6
|
+
isSlotSelected?: boolean | undefined;
|
|
7
7
|
activeTime: boolean;
|
|
8
8
|
groupsCount: number;
|
|
9
9
|
}, never>;
|
|
@@ -5,7 +5,7 @@ export declare const FooterWrap: import('styled-components').StyledComponent<"di
|
|
|
5
5
|
}, never>;
|
|
6
6
|
export declare const SizeToggle: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
7
7
|
isCompact: boolean;
|
|
8
|
-
$lightMode?: boolean;
|
|
8
|
+
$lightMode?: boolean | undefined;
|
|
9
9
|
}, never>;
|
|
10
10
|
type Props = {
|
|
11
11
|
isCompact: boolean;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import { NavLink } from 'react-router-dom';
|
|
2
2
|
|
|
3
3
|
export declare const Container: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
4
|
-
isLeftMenuOpen?: boolean;
|
|
4
|
+
isLeftMenuOpen?: boolean | undefined;
|
|
5
5
|
}, never>;
|
|
6
6
|
export declare const SubItemsWrap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
7
7
|
export declare const ItemsSeparator: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
8
8
|
export declare const ItemLabel: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
9
|
-
$isCompact?: boolean;
|
|
10
|
-
isSubitem?: boolean;
|
|
9
|
+
$isCompact?: boolean | undefined;
|
|
10
|
+
isSubitem?: boolean | undefined;
|
|
11
11
|
}, never>;
|
|
12
12
|
export declare const ItemDropdownArrow: import('styled-components').StyledComponent<import('react').FC<import('../..').IconProps>, import('@xstyled/system').Theme, {
|
|
13
|
-
$lightMode?: boolean;
|
|
13
|
+
$lightMode?: boolean | undefined;
|
|
14
14
|
}, never>;
|
|
15
15
|
export declare const TooltipItemLabel: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
16
16
|
export declare const ItemLinkWrap: import('styled-components').StyledComponent<typeof NavLink, import('@xstyled/system').Theme, {
|
|
17
|
-
$isCompact?: boolean;
|
|
18
|
-
$lightMode?: boolean;
|
|
19
|
-
appearance?: "
|
|
17
|
+
$isCompact?: boolean | undefined;
|
|
18
|
+
$lightMode?: boolean | undefined;
|
|
19
|
+
appearance?: "default" | "gray" | undefined;
|
|
20
20
|
}, never>;
|
|
21
21
|
export declare const MenuItemContainer: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
22
|
-
$isCompact?: boolean;
|
|
23
|
-
$lightMode?: boolean;
|
|
24
|
-
hasChildren?: boolean;
|
|
25
|
-
isHovering?: boolean;
|
|
22
|
+
$isCompact?: boolean | undefined;
|
|
23
|
+
$lightMode?: boolean | undefined;
|
|
24
|
+
hasChildren?: boolean | undefined;
|
|
25
|
+
isHovering?: boolean | undefined;
|
|
26
26
|
}, never>;
|
|
27
27
|
export declare const ItemIcon: import('styled-components').StyledComponent<"span", import('@xstyled/system').Theme, {
|
|
28
|
-
$isCompact?: boolean;
|
|
28
|
+
$isCompact?: boolean | undefined;
|
|
29
29
|
}, never>;
|
|
30
30
|
export declare const TooltipWrap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
31
|
-
$lightMode?: boolean;
|
|
31
|
+
$lightMode?: boolean | undefined;
|
|
32
32
|
}, never>;
|
|
33
33
|
export declare const OverflowWithEllipsis: import('styled-components').StyledComponent<"span", import('@xstyled/system').Theme, {}, never>;
|
|
34
34
|
export declare const TopLevelWrap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
35
35
|
isCompact: boolean;
|
|
36
|
-
isLeftMenuOpen?: boolean;
|
|
37
|
-
lightMode?: boolean;
|
|
36
|
+
isLeftMenuOpen?: boolean | undefined;
|
|
37
|
+
lightMode?: boolean | undefined;
|
|
38
38
|
}, never>;
|
|
39
39
|
export declare const ScrollWrap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
40
40
|
export declare const BodyWrap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const StepItemContainer: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
2
2
|
isActiveStep: boolean;
|
|
3
|
-
isDisabled?: boolean;
|
|
4
|
-
isVisible?: boolean;
|
|
3
|
+
isDisabled?: boolean | undefined;
|
|
4
|
+
isVisible?: boolean | undefined;
|
|
5
5
|
total: number;
|
|
6
|
-
onClick?: () => void;
|
|
6
|
+
onClick?: (() => void) | undefined;
|
|
7
7
|
}, never>;
|
|
8
8
|
export declare const Line: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
9
9
|
isActiveStep: boolean;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
declare const meta: {
|
|
2
3
|
title: string;
|
|
3
4
|
component: import('react').FC<{
|
|
4
5
|
columnDefinitions: import('../types').ColumnDefinitions;
|
|
5
|
-
data?: import('../types').DataRow[] | null;
|
|
6
|
-
onRowClick?: (dataRow: import('../types').DataRow) => void;
|
|
6
|
+
data?: import('../types').DataRow[] | null | undefined;
|
|
7
|
+
onRowClick?: ((dataRow: import('../types').DataRow) => void) | undefined;
|
|
7
8
|
}>;
|
|
8
9
|
tags: string[];
|
|
9
10
|
argTypes: {};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledImageBox: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements, "color">) => import('react').ReactElement<any, string>, import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, "color">;
|
|
2
3
|
export declare const StyledTabWrapper: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
3
4
|
export declare const RoundedWrap: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {}, never>;
|
|
4
5
|
export declare const Tab: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
5
6
|
active: boolean;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
minWidth?: string | string[];
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
minWidth?: string | string[] | undefined;
|
|
8
9
|
}, never>;
|
|
9
10
|
export declare const TabPanel: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
10
|
-
$mb?: string;
|
|
11
|
-
$mt?: string;
|
|
11
|
+
$mb?: string | undefined;
|
|
12
|
+
$mt?: string | undefined;
|
|
12
13
|
}, never>;
|
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledAlert: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements, "color">) => import('react').ReactElement<any, string>, any, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
3
|
+
$inline?: boolean | undefined;
|
|
3
4
|
$colorFill: string;
|
|
4
5
|
$bgColor: string;
|
|
5
6
|
}, "color">;
|
|
6
|
-
export declare const VerticalSeparator: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements
|
|
7
|
-
$colorFill?: string;
|
|
7
|
+
export declare const VerticalSeparator: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements, "color">) => import('react').ReactElement<any, string>, any, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
8
|
+
$colorFill?: string | undefined;
|
|
8
9
|
}, "color">;
|
|
9
|
-
export declare const IconWrap: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements
|
|
10
|
+
export declare const IconWrap: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements, "color">) => import('react').ReactElement<any, string>, any, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, "color">;
|
|
10
11
|
export declare const Title: import('styled-components').StyledComponent<"span", any, {}, never>;
|
|
11
12
|
export declare const Text: import('styled-components').StyledComponent<"span", any, {}, never>;
|
|
12
13
|
export declare const LinkWrapper: import('styled-components').StyledComponent<import('react').FC<{
|
|
13
14
|
as?: any;
|
|
14
|
-
children?:
|
|
15
|
-
to?: string | {
|
|
16
|
-
pathname?: string;
|
|
17
|
-
search?: string;
|
|
18
|
-
hash?: string;
|
|
19
|
-
state?: object;
|
|
20
|
-
} |
|
|
21
|
-
target?: string;
|
|
22
|
-
color?: string;
|
|
23
|
-
size?: number | "inherit";
|
|
24
|
-
disabled?: boolean;
|
|
25
|
-
onClick?: Function;
|
|
15
|
+
children?: import('react').ReactNode;
|
|
16
|
+
to?: string | Function | {
|
|
17
|
+
pathname?: string | undefined;
|
|
18
|
+
search?: string | undefined;
|
|
19
|
+
hash?: string | undefined;
|
|
20
|
+
state?: object | undefined;
|
|
21
|
+
} | undefined;
|
|
22
|
+
target?: string | undefined;
|
|
23
|
+
color?: string | undefined;
|
|
24
|
+
size?: number | "inherit" | undefined;
|
|
25
|
+
disabled?: boolean | undefined;
|
|
26
|
+
onClick?: Function | undefined;
|
|
26
27
|
}>, any, {
|
|
27
28
|
$colorFill: string;
|
|
28
29
|
}, never>;
|
|
@@ -8,8 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
11
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g
|
|
12
|
-
return g
|
|
11
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13
13
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
14
|
function step(op) {
|
|
15
15
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const StyledWrapper: import('styled-components').StyledComponent<"span", import('@xstyled/system').Theme, {}, never>;
|
|
2
3
|
export declare const LoadingIconWrapper: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
3
4
|
$addMarginRight: boolean;
|
|
4
5
|
}, never>;
|
|
5
6
|
export declare const StyledIcon: import('styled-components').StyledComponent<import('react').FC<import('../Icon').IconProps>, import('@xstyled/system').Theme, {
|
|
6
|
-
$addMarginRight?: boolean;
|
|
7
|
-
$addMarginLeft?: boolean;
|
|
7
|
+
$addMarginRight?: boolean | undefined;
|
|
8
|
+
$addMarginLeft?: boolean | undefined;
|
|
8
9
|
}, never>;
|
|
9
10
|
export declare const StyledButton: import('styled-components').StyledComponent<"button", import('@xstyled/system').Theme, {
|
|
10
11
|
disabled: boolean;
|
|
11
12
|
children?: any;
|
|
12
13
|
onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
|
|
13
|
-
iconPadding?: boolean;
|
|
14
|
-
fullWidth?: boolean;
|
|
15
|
-
height?: string;
|
|
14
|
+
iconPadding?: boolean | undefined;
|
|
15
|
+
fullWidth?: boolean | undefined;
|
|
16
|
+
height?: string | undefined;
|
|
16
17
|
}, never>;
|
|
@@ -2,7 +2,7 @@ import { Display } from './types';
|
|
|
2
2
|
|
|
3
3
|
export declare const StyledCard: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
4
4
|
display: Display;
|
|
5
|
-
bg?: string;
|
|
5
|
+
bg?: string | undefined;
|
|
6
6
|
hasOnClick: boolean;
|
|
7
|
-
maxWidth?: string;
|
|
7
|
+
maxWidth?: string | undefined;
|
|
8
8
|
}, never>;
|
|
@@ -3,8 +3,8 @@ import { StoryObj } from '@storybook/react-webpack5';
|
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: import('react').FC<{
|
|
6
|
-
checked?: boolean;
|
|
7
|
-
color?: string;
|
|
6
|
+
checked?: boolean | undefined;
|
|
7
|
+
color?: string | undefined;
|
|
8
8
|
}>;
|
|
9
9
|
tags: string[];
|
|
10
10
|
argTypes: {};
|
|
@@ -24,7 +24,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
24
24
|
};
|
|
25
25
|
return __assign.apply(this, arguments);
|
|
26
26
|
};
|
|
27
|
-
import {
|
|
27
|
+
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
28
28
|
// @ts-nocheck
|
|
29
29
|
import React from 'react';
|
|
30
30
|
import { DateRepeater } from '../components/DateRepeater';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const DatePickerBase: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements, "color">) => import('react').ReactElement<any, string>, import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, "color">;
|
|
@@ -18,7 +18,7 @@ import { useCallback } from 'react';
|
|
|
18
18
|
import { useLocation } from 'react-router';
|
|
19
19
|
import Link from '../../Link/Link';
|
|
20
20
|
import styled, { css } from '@xstyled/styled-components';
|
|
21
|
-
var StyledLink = styled(Link)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: block;\n border-top: ", ";\n padding-top: ", ";\n color: typoPrimary;\n\n :hover > * {\n color: typoPrimary;\n background-color: bgLightGray1;\n border-radius: 6px;\n }\n ", "\n"], ["\n display: block;\n border-top: ", ";\n padding-top: ", ";\n color: typoPrimary;\n\n :hover > * {\n color: typoPrimary;\n background-color: bgLightGray1;\n border-radius: 6px;\n }\n ", "\n"])), function (_a) {
|
|
21
|
+
var StyledLink = styled(Link)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: block;\n border-top: ", ";\n padding-top: ", ";\n color: typoPrimary;\n text-decoration: none;\n\n :hover > * {\n color: typoPrimary;\n background-color: bgLightGray1;\n border-radius: 6px;\n }\n ", "\n"], ["\n display: block;\n border-top: ", ";\n padding-top: ", ";\n color: typoPrimary;\n text-decoration: none;\n\n :hover > * {\n color: typoPrimary;\n background-color: bgLightGray1;\n border-radius: 6px;\n }\n ", "\n"])), function (_a) {
|
|
22
22
|
var $hasSeparator = _a.$hasSeparator;
|
|
23
23
|
return ($hasSeparator ? '1px solid #D2D8DF' : 'none');
|
|
24
24
|
}, function (_a) {
|
package/ui/Elements/Icon/Icon.js
CHANGED
|
@@ -146,12 +146,12 @@ export var iconDictionary = {
|
|
|
146
146
|
chevronDown: faChevronDown,
|
|
147
147
|
chevronRight: farChevronRight,
|
|
148
148
|
clock: faClock,
|
|
149
|
-
complaint: faFileAlt,
|
|
149
|
+
complaint: faFileAlt,
|
|
150
150
|
computerMouseScrollwheel: faComputerMouseScrollwheel,
|
|
151
151
|
mailLight: faEnvelopeLight,
|
|
152
152
|
eshop: faStore,
|
|
153
|
-
expedition: faShippingFast,
|
|
154
|
-
equals: faEquals,
|
|
153
|
+
expedition: faShippingFast,
|
|
154
|
+
equals: faEquals,
|
|
155
155
|
fluxCapacitor: faFluxCapacitor,
|
|
156
156
|
wineGlassCrack: faWineGlassCrack,
|
|
157
157
|
paperPlane: faPaperPlane,
|
|
@@ -181,10 +181,10 @@ export var iconDictionary = {
|
|
|
181
181
|
boxChecked: faBoxCircleCheck,
|
|
182
182
|
shelves: faShelves,
|
|
183
183
|
reservation: faHandHoldingBox,
|
|
184
|
-
return: [faShareSquare, 'horizontal'],
|
|
185
|
-
search: faSearch,
|
|
184
|
+
return: [faShareSquare, 'horizontal'],
|
|
185
|
+
search: faSearch,
|
|
186
186
|
supplier: farTriangleExclamation,
|
|
187
|
-
transfer: faExchange,
|
|
187
|
+
transfer: faExchange,
|
|
188
188
|
users: faUsersGear,
|
|
189
189
|
warning: farTriangleExclamation,
|
|
190
190
|
close: fasXmark,
|
|
@@ -10,4 +10,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var ArrowsLeftRight = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M502.6 438.6L598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L502.6 201.3C490.1 188.8 469.8 188.8 457.3 201.3C444.8 213.8 444.8 234.1 457.3 246.6L498.7 288L141.2 288L182.6 246.6C195.1 234.1 195.1 213.8 182.6 201.3C170.1 188.8 149.8 188.8 137.3 201.3L41.3 297.3C35.3 303.3 31.9 311.4 31.9 319.9C31.9 328.4 35.3 336.5 41.3 342.5L137.3 438.5C149.8 451 170.1 451 182.6 438.5C195.1 426 195.1 405.7 182.6 393.2L141.2 351.8L498.7 351.8L457.3 393.2C444.8 405.7 444.8 426 457.3 438.5C469.8 451 490.1 451 502.6 438.5z" }) }))); };
|
|
13
|
+
export var ArrowsLeftRight = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M502.6 438.6L598.6 342.6C611.1 330.1 611.1 309.8 598.6 297.3L502.6 201.3C490.1 188.8 469.8 188.8 457.3 201.3C444.8 213.8 444.8 234.1 457.3 246.6L498.7 288L141.2 288L182.6 246.6C195.1 234.1 195.1 213.8 182.6 201.3C170.1 188.8 149.8 188.8 137.3 201.3L41.3 297.3C35.3 303.3 31.9 311.4 31.9 319.9C31.9 328.4 35.3 336.5 41.3 342.5L137.3 438.5C149.8 451 170.1 451 182.6 438.5C195.1 426 195.1 405.7 182.6 393.2L141.2 351.8L498.7 351.8L457.3 393.2C444.8 405.7 444.8 426 457.3 438.5C469.8 451 490.1 451 502.6 438.5z" }) }))); };
|
|
@@ -10,4 +10,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var ArrowsUpDown = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M342.6 41.4C330.1 28.9 309.8 28.9 297.3 41.4L201.3 137.4C188.8 149.9 188.8 170.2 201.3 182.7C213.8 195.2 234.1 195.2 246.6 182.7L288 141.3L288 498.7L246.6 457.4C234.1 444.9 213.8 444.9 201.3 457.4C188.8 469.9 188.8 490.2 201.3 502.7L297.3 598.7C303.3 604.7 311.4 608.1 319.9 608.1C328.4 608.1 336.5 604.7 342.5 598.7L438.5 502.7C451 490.2 451 469.9 438.5 457.4C426 444.9 405.7 444.9 393.2 457.4L351.8 498.8L351.8 141.3L393.2 182.7C405.7 195.2 426 195.2 438.5 182.7C451 170.2 451 149.9 438.5 137.4L342.5 41.4z" }) }))); };
|
|
13
|
+
export var ArrowsUpDown = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M342.6 41.4C330.1 28.9 309.8 28.9 297.3 41.4L201.3 137.4C188.8 149.9 188.8 170.2 201.3 182.7C213.8 195.2 234.1 195.2 246.6 182.7L288 141.3L288 498.7L246.6 457.4C234.1 444.9 213.8 444.9 201.3 457.4C188.8 469.9 188.8 490.2 201.3 502.7L297.3 598.7C303.3 604.7 311.4 608.1 319.9 608.1C328.4 608.1 336.5 604.7 342.5 598.7L438.5 502.7C451 490.2 451 469.9 438.5 457.4C426 444.9 405.7 444.9 393.2 457.4L351.8 498.8L351.8 141.3L393.2 182.7C405.7 195.2 426 195.2 438.5 182.7C451 170.2 451 149.9 438.5 137.4L342.5 41.4z" }) }))); };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
export var Filter = function (props) { return (_jsx("svg", __assign({ width: "14", height: "9", viewBox: "0 0 14 9", fill: "#DB2B19", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0V1.5H13.5V0H0ZM5.25 9H8.25V7.5H5.25V9ZM11.25 5.25H2.25V3.75H11.25V5.25Z" }) }))); };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
export var Sort = function (props) { return (_jsxs("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", stroke: "#DB2B19", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M3.5 1.5V12.5M3.5 12.5L1.5 10.5M3.5 12.5L5.5 10.5", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M10.5 12.5V1.5M10.5 1.5L8.5 3.5M10.5 1.5L12.5 3.5", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }))); };
|
|
@@ -10,4 +10,4 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
return __assign.apply(this, arguments);
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var Weight = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M320 64C368.6 64 408 103.4 408 152C408 166.4 404.5 180 398.3 192L480 192L576 576L64 576L160 192L241.7 192C235.6 180 232 166.4 232 152C232 103.4 271.4 64 320 64zM125.5 528L514.6 528L442.6 240L197.5 240L125.5 528zM320 112C297.9 112 280 129.9 280 152C280 174.1 297.9 192 320 192C342.1 192 360 174.1 360 152C360 129.9 342.1 112 320 112z" }) }))); };
|
|
13
|
+
export var Weight = function (props) { return (_jsx("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 640 640" }, props, { children: _jsx("path", { d: "M320 64C368.6 64 408 103.4 408 152C408 166.4 404.5 180 398.3 192L480 192L576 576L64 576L160 192L241.7 192C235.6 180 232 166.4 232 152C232 103.4 271.4 64 320 64zM125.5 528L514.6 528L442.6 240L197.5 240L125.5 528zM320 112C297.9 112 280 129.9 280 152C280 174.1 297.9 192 320 192C342.1 192 360 174.1 360 152C360 129.9 342.1 112 320 112z" }) }))); };
|
|
@@ -87,3 +87,5 @@ export { ArrowsLeftRight } from './ArrowsLeftRight';
|
|
|
87
87
|
export { ArrowsUpDown } from './ArrowsUpDown';
|
|
88
88
|
export { Weight } from './Weight';
|
|
89
89
|
export { ArrowUpRightDownLeft } from './ArrowUpRightDownLeft';
|
|
90
|
+
export { Filter } from './Filter';
|
|
91
|
+
export { Sort } from './Sort';
|
|
@@ -87,3 +87,5 @@ export { ArrowsLeftRight } from './ArrowsLeftRight';
|
|
|
87
87
|
export { ArrowsUpDown } from './ArrowsUpDown';
|
|
88
88
|
export { Weight } from './Weight';
|
|
89
89
|
export { ArrowUpRightDownLeft } from './ArrowUpRightDownLeft';
|
|
90
|
+
export { Filter } from './Filter';
|
|
91
|
+
export { Sort } from './Sort';
|
|
@@ -11,7 +11,7 @@ declare const meta: {
|
|
|
11
11
|
style?: "normal" | "light" | "solid" | undefined;
|
|
12
12
|
fill?: string | undefined;
|
|
13
13
|
stroke?: string | undefined;
|
|
14
|
-
size?:
|
|
14
|
+
size?: string | number | undefined;
|
|
15
15
|
className?: string | undefined;
|
|
16
16
|
fixedWidth?: boolean | undefined;
|
|
17
17
|
spinning?: boolean | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const Label: import('styled-components').StyledComponent<"label", import('@xstyled/system').Theme, {
|
|
2
|
-
fontSize?: number |
|
|
2
|
+
fontSize?: string | number | undefined;
|
|
3
3
|
}, never>;
|
|
4
4
|
export declare const FieldLabel: import('styled-components').StyledComponent<"label", import('@xstyled/system').Theme, {}, never>;
|
|
@@ -3,7 +3,7 @@ import { StoryObj } from '@storybook/react-webpack5';
|
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: import('styled-components').StyledComponent<"label", import('@xstyled/system').Theme, {
|
|
6
|
-
fontSize?: number |
|
|
6
|
+
fontSize?: string | number | undefined;
|
|
7
7
|
}, never>;
|
|
8
8
|
tags: string[];
|
|
9
9
|
argTypes: {};
|
|
@@ -4,18 +4,18 @@ declare const meta: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
component: import('react').FC<{
|
|
6
6
|
as?: any;
|
|
7
|
-
children?:
|
|
8
|
-
to?: string | {
|
|
9
|
-
pathname?: string;
|
|
10
|
-
search?: string;
|
|
11
|
-
hash?: string;
|
|
12
|
-
state?: object;
|
|
13
|
-
} |
|
|
14
|
-
target?: string;
|
|
15
|
-
color?: string;
|
|
16
|
-
size?: number | "inherit";
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
onClick?: Function;
|
|
7
|
+
children?: import('react').ReactNode;
|
|
8
|
+
to?: string | Function | {
|
|
9
|
+
pathname?: string | undefined;
|
|
10
|
+
search?: string | undefined;
|
|
11
|
+
hash?: string | undefined;
|
|
12
|
+
state?: object | undefined;
|
|
13
|
+
} | undefined;
|
|
14
|
+
target?: string | undefined;
|
|
15
|
+
color?: string | undefined;
|
|
16
|
+
size?: number | "inherit" | undefined;
|
|
17
|
+
disabled?: boolean | undefined;
|
|
18
|
+
onClick?: Function | undefined;
|
|
19
19
|
}>;
|
|
20
20
|
tags: string[];
|
|
21
21
|
argTypes: {};
|
package/ui/Elements/Logo/Logo.js
CHANGED
|
@@ -41,8 +41,8 @@ import warehouseManager3 from './assets/warehouse/manager3.svg';
|
|
|
41
41
|
import warehouseManager from './assets/warehouse/manager.svg';
|
|
42
42
|
import styled from '@xstyled/styled-components';
|
|
43
43
|
var defaultSizes = {
|
|
44
|
-
small: '30px',
|
|
45
|
-
medium: '46px',
|
|
44
|
+
small: '30px',
|
|
45
|
+
medium: '46px',
|
|
46
46
|
big: '61px' // cca 200px width on full logo
|
|
47
47
|
};
|
|
48
48
|
var variantMap = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const Wrapper: import('styled-components').StyledComponent<(props: Omit<JSX.IntrinsicElements, "color">) => import('react').ReactElement<any, string>, import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, "color">;
|
|
2
3
|
export declare const Btn: import('styled-components').StyledComponent<"button", import('@xstyled/system').Theme, {
|
|
3
4
|
disabled: boolean;
|
|
4
5
|
}, never>;
|
|
@@ -3,11 +3,11 @@ import { StoryObj } from '@storybook/react-webpack5';
|
|
|
3
3
|
declare const meta: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: import('react').FC<{
|
|
6
|
-
progress?: number;
|
|
7
|
-
status?: "loading" | "finished" |
|
|
8
|
-
errorMessage?: string;
|
|
9
|
-
noText?: boolean;
|
|
10
|
-
variant?: "normal" | "thin";
|
|
6
|
+
progress?: number | undefined;
|
|
7
|
+
status?: "error" | "loading" | "finished" | undefined;
|
|
8
|
+
errorMessage?: string | undefined;
|
|
9
|
+
noText?: boolean | undefined;
|
|
10
|
+
variant?: "normal" | "thin" | undefined;
|
|
11
11
|
}>;
|
|
12
12
|
tags: string[];
|
|
13
13
|
argTypes: {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const StyledProgressBar: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
2
2
|
status: string | null | undefined;
|
|
3
|
-
variant?: "normal" | "thin";
|
|
3
|
+
variant?: "normal" | "thin" | undefined;
|
|
4
4
|
}, never>;
|
|
5
5
|
export declare const Progress: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, {
|
|
6
6
|
progress: number;
|
|
@@ -19,8 +19,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
19
19
|
});
|
|
20
20
|
};
|
|
21
21
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
22
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g
|
|
23
|
-
return g
|
|
22
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
23
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
24
24
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
25
25
|
function step(op) {
|
|
26
26
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { StylesConfig, SelectComponentsConfig } from 'react-select';
|
|
2
2
|
import { SelectProps } from '../types';
|
|
3
3
|
|
|
4
|
-
export declare const useStylesAndComponents: (style?: SelectProps[
|
|
4
|
+
export declare const useStylesAndComponents: (style?: SelectProps['style'], optionVariant?: SelectProps['optionVariant'], multiLabelVariant?: SelectProps['multiLabelVariant'], containerVariant?: SelectProps['containerVariant'], useSimplifiedOptions?: SelectProps['useSimplifiedOptions'], showSelectAllButton?: SelectProps['showSelectAllButton'], showResetGridButton?: SelectProps['showResetGridButton']) => [SelectComponentsConfig<unknown, boolean, any>, any, StylesConfig];
|
|
@@ -2,5 +2,5 @@ import { SelectProps, StylesConfig, CustomTheme } from '../types';
|
|
|
2
2
|
|
|
3
3
|
export declare const CustomStyles: StylesConfig<State>;
|
|
4
4
|
type ThemeGetter = (theme: any) => CustomTheme;
|
|
5
|
-
export declare const getCustomTheme: (theme: any, optionVariant: Required<SelectProps>[
|
|
5
|
+
export declare const getCustomTheme: (theme: any, optionVariant: Required<SelectProps>['optionVariant'], useFilterSubvariant: boolean) => ThemeGetter;
|
|
6
6
|
export {};
|