@max-ts/components 0.2.4 → 0.3.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/lib/components/Accordion/styles.d.ts +2 -2
- package/lib/components/Accordion/styles.mjs +19 -10
- package/lib/components/ActionCell/MainAction/MainAction.d.ts +1 -4
- package/lib/components/ActionCell/MainAction/MainAction.mjs +110 -44
- package/lib/components/ActionCell/SecondaryAction/SecondaryActions.d.ts +0 -3
- package/lib/components/ActionCell/styles.mjs +12 -3
- package/lib/components/ActionGroup/ActionGroup.d.ts +23 -0
- package/lib/components/ActionGroup/ActionGroup.mjs +17 -0
- package/lib/components/ActionGroup/MainActions/MainActions.d.ts +65 -0
- package/lib/components/ActionGroup/MainActions/MainActions.mjs +129 -0
- package/lib/components/ActionGroup/MainActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/MainActions/styles.d.ts +13 -0
- package/lib/components/ActionGroup/MainActions/styles.mjs +17 -0
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.d.ts +21 -0
- package/lib/components/ActionGroup/SecondaryActions/SecondaryActions.mjs +97 -0
- package/lib/components/ActionGroup/SecondaryActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.d.ts +19 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/SecondaryVisibleActions.mjs +103 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/index.d.ts +1 -0
- package/lib/components/ActionGroup/SecondaryVisibleActions/styles.d.ts +9 -0
- package/lib/components/ActionGroup/index.d.ts +1 -0
- package/lib/components/ActionGroup/styles.d.ts +1 -0
- package/lib/components/ActionGroup/styles.mjs +17 -0
- package/lib/components/ActionGroup/useLogic/index.d.ts +1 -0
- package/lib/components/ActionGroup/useLogic/useLogic.d.ts +7 -0
- package/lib/components/ActionGroup/useLogic/useLogic.mjs +9 -0
- package/lib/components/Autocomplete/styles.mjs +13 -4
- package/lib/components/Badge/styles.d.ts +1 -1
- package/lib/components/BottomDrawer/styles.d.ts +3 -3
- package/lib/components/Breadcrumbs/index.d.ts +1 -0
- package/lib/components/Button/Button.mjs +17 -17
- package/lib/components/Button/constants.d.ts +1 -1
- package/lib/components/Button/constants.mjs +2 -2
- package/lib/components/Button/styles.d.ts +1 -1
- package/lib/components/ButtonBase/ButtonBase.d.ts +1 -0
- package/lib/components/ButtonBase/index.d.ts +1 -0
- package/lib/components/ButtonGroup/index.d.ts +1 -0
- package/lib/components/Card/index.d.ts +1 -0
- package/lib/components/CardActions/index.d.ts +1 -0
- package/lib/components/CardContent/index.d.ts +1 -0
- package/lib/components/CardHeader/index.d.ts +1 -0
- package/lib/components/CheckboxField/styles.mjs +13 -4
- package/lib/components/Chevron/styles.mjs +13 -4
- package/lib/components/ConfirmAction/styles.d.ts +2 -2
- package/lib/components/ConfirmAction/styles.mjs +15 -6
- package/lib/components/ConfirmDialog/styles.mjs +7 -2
- package/lib/components/ConfirmDialog/useLogic/useLogic.d.ts +1 -1
- package/lib/components/Container/styles.d.ts +1 -0
- package/lib/components/Container/styles.mjs +16 -13
- package/lib/components/ContentState/styles.mjs +11 -2
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +15 -6
- package/lib/components/DataGrid/Body/styles.mjs +11 -2
- package/lib/components/DataGrid/Cell/styles.mjs +15 -6
- package/lib/components/DataGrid/Head/styles.mjs +19 -10
- package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
- package/lib/components/DataGrid/HeadCell/styles.mjs +16 -7
- package/lib/components/DataGrid/Row/styles.mjs +18 -9
- package/lib/components/DataGrid/styles.mjs +19 -10
- package/lib/components/DataGridActionCell/styles.mjs +12 -3
- package/lib/components/DataGridOld/Cell/styles.d.ts +1 -1
- package/lib/components/DataGridOld/HeadCell/styles.d.ts +1 -1
- package/lib/components/DataGridPagination/styles.d.ts +2 -2
- package/lib/components/DataGridPagination/styles.mjs +21 -12
- package/lib/components/Description/Name/styles.mjs +14 -5
- package/lib/components/Description/Value/styles.d.ts +10 -10
- package/lib/components/Description/Value/styles.mjs +81 -8
- package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
- package/lib/components/Description/styles.mjs +11 -2
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionList/styles.mjs +18 -9
- package/lib/components/DescriptionTooltip/DescriptionTooltip.d.ts +9 -0
- package/lib/components/DescriptionTooltip/DescriptionTooltip.mjs +14 -0
- package/lib/components/DescriptionTooltip/index.d.ts +1 -0
- package/lib/components/DescriptionTooltip/styles.d.ts +4 -0
- package/lib/components/DescriptionTooltip/styles.mjs +26 -0
- package/lib/components/DialogContentText/styles.d.ts +1 -1
- package/lib/components/DialogHeader/styles.mjs +21 -12
- package/lib/components/Filename/styles.d.ts +2 -2
- package/lib/components/Filename/styles.mjs +15 -6
- package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +25 -16
- package/lib/components/FormLabel/styles.d.ts +1 -1
- package/lib/components/IconButton/styles.mjs +18 -13
- package/lib/components/Link/Link.d.ts +1 -1
- package/lib/components/Link/styles.d.ts +1 -1
- package/lib/components/ListItem/styles.d.ts +1 -1
- package/lib/components/MaskField/MaskField.d.ts +6 -0
- package/lib/components/MaskField/MaskField.mjs +10 -0
- package/lib/components/MaskField/index.d.ts +1 -0
- package/lib/components/MenuList/styles.d.ts +1 -1
- package/lib/components/NavMenu/Item/ItemButton/styles.d.ts +125 -125
- package/lib/components/OverflowTypography/styles.d.ts +4 -4
- package/lib/components/OverflowTypography/styles.mjs +14 -5
- package/lib/components/Placeholder/Image/styles.mjs +14 -5
- package/lib/components/Placeholder/styles.d.ts +4 -4
- package/lib/components/Placeholder/styles.mjs +30 -21
- package/lib/components/SearchField/styles.mjs +20 -11
- package/lib/components/Select/styles.d.ts +1 -1
- package/lib/components/Skeleton/styles.d.ts +1 -1
- package/lib/components/Skeleton/styles.mjs +7 -10
- package/lib/components/Slider/Slider.d.ts +2 -0
- package/lib/components/Slider/Slider.mjs +6 -0
- package/lib/components/Slider/index.d.ts +1 -0
- package/lib/components/Slider/styles.d.ts +1 -0
- package/lib/components/Slider/styles.mjs +39 -0
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +14 -5
- package/lib/components/Tag/Tag.mjs +18 -15
- package/lib/components/Tag/styles.d.ts +1 -1
- package/lib/components/TagBadge/styles.mjs +11 -2
- package/lib/components/TagsList/Tag/styles.d.ts +1 -1
- package/lib/components/TagsList/Tag/styles.mjs +11 -2
- package/lib/components/TagsList/styles.mjs +11 -2
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +11 -0
- package/lib/components/ThemeProvider/ThemeProvider.mjs +9 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/index.d.ts +12 -0
- package/lib/components.css +1 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/index.mjs +221 -198
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/Input.mjs +55 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/SyntheticChangeError.mjs +11 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/createProxy.mjs +8 -0
- package/lib/node_modules/.pnpm/@react-input_core@2.0.2_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/core/module/helpers-C8k3UfPS.mjs +129 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/Mask.mjs +90 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/helpers-BtaZ0NTN.mjs +226 -0
- package/lib/node_modules/.pnpm/@react-input_mask@2.0.4_@types_react@19.0.10_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/@react-input/mask/module/useMask.mjs +12 -0
- package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +9 -9
- package/lib/theme/baseTheme/baseTheme.d.ts +1 -3
- package/lib/theme/baseTheme/baseTheme.mjs +21 -21
- package/lib/theme/components/MuiButton.mjs +5 -5
- package/lib/theme/components/MuiSwitch.mjs +1 -1
- package/lib/theme/components/components.d.ts +1 -19
- package/lib/theme/components/components.mjs +71 -108
- package/lib/theme/index.d.ts +1 -1
- package/lib/theme/palette/palette.mjs +20 -20
- package/lib/theme/typography.mjs +6 -2
- package/package.json +3 -1
- package/lib/theme/hooks/index.d.ts +0 -1
- package/lib/theme/hooks/useTheme/index.d.ts +0 -2
- package/lib/theme/hooks/useTheme/index.mjs +0 -5
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { j as t } from "../../../_virtual/jsx-runtime.mjs";
|
|
2
|
+
import { createElement as p } from "react";
|
|
3
|
+
import "../../Accordion/Accordion.mjs";
|
|
4
|
+
import { EllipsisVertical as e } from "lucide-react";
|
|
5
|
+
import { IconDropdownButton as n } from "../../IconDropdownButton/IconDropdownButton.mjs";
|
|
6
|
+
import "@mui/material";
|
|
7
|
+
import "../../Tooltip/styles.mjs";
|
|
8
|
+
import "../../ActionCell/styles.mjs";
|
|
9
|
+
import "../MainActions/styles.mjs";
|
|
10
|
+
import "../styles.mjs";
|
|
11
|
+
import "../../Checkbox/Checkbox.mjs";
|
|
12
|
+
import "../../Typography/styles.mjs";
|
|
13
|
+
import "../../OverflowTypography/styles.mjs";
|
|
14
|
+
import "react-use";
|
|
15
|
+
import "../../Tag/Tag.mjs";
|
|
16
|
+
import "../../FormHelperText/FormHelperTextContent/styles.mjs";
|
|
17
|
+
import "../../Autocomplete/styles.mjs";
|
|
18
|
+
import "../../Badge/styles.mjs";
|
|
19
|
+
import "clsx";
|
|
20
|
+
import "../../Button/styles.mjs";
|
|
21
|
+
import "../../IconButton/styles.mjs";
|
|
22
|
+
import "../../BottomDrawer/styles.mjs";
|
|
23
|
+
import "../../CheckboxField/styles.mjs";
|
|
24
|
+
import "../../Chevron/styles.mjs";
|
|
25
|
+
import "../../ConfigProvider/ConfigProvider.mjs";
|
|
26
|
+
import "../../ConfirmAction/styles.mjs";
|
|
27
|
+
import "../../Dialog/styles.mjs";
|
|
28
|
+
import "../../DialogActions/styles.mjs";
|
|
29
|
+
import "../../DialogContent/styles.mjs";
|
|
30
|
+
import "../../DialogContentText/styles.mjs";
|
|
31
|
+
import "../../ConfirmDialog/styles.mjs";
|
|
32
|
+
import "../../Container/styles.mjs";
|
|
33
|
+
import "../../ErrorBoundary/ErrorBoundary.mjs";
|
|
34
|
+
import "../../Placeholder/Image/Image.mjs";
|
|
35
|
+
import "../../Placeholder/styles.mjs";
|
|
36
|
+
import "../../ContentState/styles.mjs";
|
|
37
|
+
import "../../CopyTypography/styles.mjs";
|
|
38
|
+
import "../../DataGrid/Cell/styles.mjs";
|
|
39
|
+
import "../../DataGrid/Row/styles.mjs";
|
|
40
|
+
import "../../DataGrid/Body/styles.mjs";
|
|
41
|
+
import "../../DataGrid/HeadCell/styles.mjs";
|
|
42
|
+
import "../../DataGrid/Head/styles.mjs";
|
|
43
|
+
import "../../DataGrid/Loader/styles.mjs";
|
|
44
|
+
import "../../DataGrid/styles.mjs";
|
|
45
|
+
import "remeda";
|
|
46
|
+
import "../../DataGridActionCell/styles.mjs";
|
|
47
|
+
import "../../TagsList/Tag/styles.mjs";
|
|
48
|
+
import "../../TagsList/styles.mjs";
|
|
49
|
+
import "../../Select/styles.mjs";
|
|
50
|
+
import "../../DataGridPagination/styles.mjs";
|
|
51
|
+
import "../../Description/Description.mjs";
|
|
52
|
+
import "../../DescriptionList/styles.mjs";
|
|
53
|
+
import "../../DescriptionTooltip/styles.mjs";
|
|
54
|
+
import "../../DialogHeader/styles.mjs";
|
|
55
|
+
import "../../MenuList/styles.mjs";
|
|
56
|
+
import "../../Filename/Filename.mjs";
|
|
57
|
+
import "../../FormControlLabel/styles.mjs";
|
|
58
|
+
import "../../FormLabel/styles.mjs";
|
|
59
|
+
import "../../Link/Link.mjs";
|
|
60
|
+
import "../../ListItem/styles.mjs";
|
|
61
|
+
import { ListItemButton as s } from "../../ListItemButton/ListItemButton.mjs";
|
|
62
|
+
import "../../ListItemIcon/ListItemIcon.mjs";
|
|
63
|
+
import { ListItemText as l } from "../../ListItemText/ListItemText.mjs";
|
|
64
|
+
import "../../NavMenu/Item/ItemButton/styles.mjs";
|
|
65
|
+
import "../../Radio/styles.mjs";
|
|
66
|
+
import "../../RadioField/styles.mjs";
|
|
67
|
+
import "../../RadioGroup/RadioGroupContext/RadioGroupContext.mjs";
|
|
68
|
+
import "../../SearchField/SearchField.mjs";
|
|
69
|
+
import "../../Skeleton/styles.mjs";
|
|
70
|
+
import "../../Slider/styles.mjs";
|
|
71
|
+
import "../../Switch/Switch.mjs";
|
|
72
|
+
import "../../Tab/styles.mjs";
|
|
73
|
+
import "../../Tabs/styles.mjs";
|
|
74
|
+
import "../../TagBadge/styles.mjs";
|
|
75
|
+
const a = "right", wt = ({
|
|
76
|
+
actions: r,
|
|
77
|
+
isDisabled: i
|
|
78
|
+
}) => r.length ? /* @__PURE__ */ t.jsx(
|
|
79
|
+
n,
|
|
80
|
+
{
|
|
81
|
+
disabled: i,
|
|
82
|
+
icon: /* @__PURE__ */ t.jsx(e, {}),
|
|
83
|
+
variant: "light",
|
|
84
|
+
children: r.map(({ text: o, ...m }) => /* @__PURE__ */ p(
|
|
85
|
+
s,
|
|
86
|
+
{
|
|
87
|
+
tooltipPlacement: a,
|
|
88
|
+
...m,
|
|
89
|
+
key: o
|
|
90
|
+
},
|
|
91
|
+
/* @__PURE__ */ t.jsx(l, { primary: o })
|
|
92
|
+
))
|
|
93
|
+
}
|
|
94
|
+
) : null;
|
|
95
|
+
export {
|
|
96
|
+
wt as SecondaryActions
|
|
97
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SecondaryActions';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ButtonProps } from '../..';
|
|
3
|
+
/** Модель второстепенного видимого экшена */
|
|
4
|
+
export type SecondaryVisibleAction = Omit<ButtonProps<'button'>, 'children'> & {
|
|
5
|
+
/** Название действия */
|
|
6
|
+
name: string;
|
|
7
|
+
/** Иконка */
|
|
8
|
+
icon: ReactNode;
|
|
9
|
+
/** Текст тултипа заблокированной кнопки */
|
|
10
|
+
disableReason?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Если true, блокирует взаимодействие с actions
|
|
13
|
+
*/
|
|
14
|
+
isBlockingOperation?: boolean;
|
|
15
|
+
};
|
|
16
|
+
export type MainActionProps = {
|
|
17
|
+
actions: SecondaryVisibleAction[];
|
|
18
|
+
};
|
|
19
|
+
export declare const SecondaryVisibleActions: ({ actions }: MainActionProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { j as i } from "../../../_virtual/jsx-runtime.mjs";
|
|
2
|
+
import "../../Accordion/Accordion.mjs";
|
|
3
|
+
import "react";
|
|
4
|
+
import "lucide-react";
|
|
5
|
+
import "../../IconDropdownButton/IconDropdownButton.mjs";
|
|
6
|
+
import "@mui/material";
|
|
7
|
+
import { Tooltip as s } from "../../Tooltip/Tooltip.mjs";
|
|
8
|
+
import "../../ActionCell/styles.mjs";
|
|
9
|
+
import "../MainActions/styles.mjs";
|
|
10
|
+
import "../styles.mjs";
|
|
11
|
+
import "../../Checkbox/Checkbox.mjs";
|
|
12
|
+
import "../../Typography/styles.mjs";
|
|
13
|
+
import "../../OverflowTypography/styles.mjs";
|
|
14
|
+
import "react-use";
|
|
15
|
+
import "../../Tag/Tag.mjs";
|
|
16
|
+
import "../../FormHelperText/FormHelperTextContent/styles.mjs";
|
|
17
|
+
import "../../Autocomplete/styles.mjs";
|
|
18
|
+
import "../../Badge/styles.mjs";
|
|
19
|
+
import { IconButton as a } from "../../IconButton/IconButton.mjs";
|
|
20
|
+
import "../../BottomDrawer/styles.mjs";
|
|
21
|
+
import "clsx";
|
|
22
|
+
import "../../Button/styles.mjs";
|
|
23
|
+
import "../../CheckboxField/styles.mjs";
|
|
24
|
+
import "../../Chevron/styles.mjs";
|
|
25
|
+
import "../../ConfigProvider/ConfigProvider.mjs";
|
|
26
|
+
import "../../ConfirmAction/styles.mjs";
|
|
27
|
+
import "../../Dialog/styles.mjs";
|
|
28
|
+
import "../../DialogActions/styles.mjs";
|
|
29
|
+
import "../../DialogContent/styles.mjs";
|
|
30
|
+
import "../../DialogContentText/styles.mjs";
|
|
31
|
+
import "../../ConfirmDialog/styles.mjs";
|
|
32
|
+
import "../../Container/styles.mjs";
|
|
33
|
+
import "../../ErrorBoundary/ErrorBoundary.mjs";
|
|
34
|
+
import "../../Placeholder/Image/Image.mjs";
|
|
35
|
+
import "../../Placeholder/styles.mjs";
|
|
36
|
+
import "../../ContentState/styles.mjs";
|
|
37
|
+
import "../../CopyTypography/styles.mjs";
|
|
38
|
+
import "../../DataGrid/Cell/styles.mjs";
|
|
39
|
+
import "../../DataGrid/Row/styles.mjs";
|
|
40
|
+
import "../../DataGrid/Body/styles.mjs";
|
|
41
|
+
import "../../DataGrid/HeadCell/styles.mjs";
|
|
42
|
+
import "../../DataGrid/Head/styles.mjs";
|
|
43
|
+
import "../../DataGrid/Loader/styles.mjs";
|
|
44
|
+
import "../../DataGrid/styles.mjs";
|
|
45
|
+
import "remeda";
|
|
46
|
+
import "../../DataGridActionCell/styles.mjs";
|
|
47
|
+
import "../../TagsList/Tag/styles.mjs";
|
|
48
|
+
import "../../TagsList/styles.mjs";
|
|
49
|
+
import "../../Select/styles.mjs";
|
|
50
|
+
import "../../DataGridPagination/styles.mjs";
|
|
51
|
+
import "../../Description/Description.mjs";
|
|
52
|
+
import "../../DescriptionList/styles.mjs";
|
|
53
|
+
import "../../DescriptionTooltip/styles.mjs";
|
|
54
|
+
import "../../DialogHeader/styles.mjs";
|
|
55
|
+
import "../../MenuList/styles.mjs";
|
|
56
|
+
import "../../Filename/Filename.mjs";
|
|
57
|
+
import "../../FormControlLabel/styles.mjs";
|
|
58
|
+
import "../../FormLabel/styles.mjs";
|
|
59
|
+
import "../../Link/Link.mjs";
|
|
60
|
+
import "../../ListItem/styles.mjs";
|
|
61
|
+
import "../../ListItemIcon/ListItemIcon.mjs";
|
|
62
|
+
import "../../NavMenu/Item/ItemButton/styles.mjs";
|
|
63
|
+
import "../../Radio/styles.mjs";
|
|
64
|
+
import "../../RadioField/styles.mjs";
|
|
65
|
+
import "../../RadioGroup/RadioGroupContext/RadioGroupContext.mjs";
|
|
66
|
+
import "../../SearchField/SearchField.mjs";
|
|
67
|
+
import "../../Skeleton/styles.mjs";
|
|
68
|
+
import "../../Slider/styles.mjs";
|
|
69
|
+
import "../../Switch/Switch.mjs";
|
|
70
|
+
import "../../Tab/styles.mjs";
|
|
71
|
+
import "../../Tabs/styles.mjs";
|
|
72
|
+
import "../../TagBadge/styles.mjs";
|
|
73
|
+
const Fi = ({ actions: r }) => /* @__PURE__ */ i.jsx(i.Fragment, { children: r.map((m) => {
|
|
74
|
+
const {
|
|
75
|
+
name: o,
|
|
76
|
+
icon: p,
|
|
77
|
+
disableReason: n,
|
|
78
|
+
disabled: t,
|
|
79
|
+
isBlockingOperation: c,
|
|
80
|
+
...e
|
|
81
|
+
} = m;
|
|
82
|
+
return /* @__PURE__ */ i.jsx(
|
|
83
|
+
s,
|
|
84
|
+
{
|
|
85
|
+
title: t ? n : o,
|
|
86
|
+
withoutContainer: !t,
|
|
87
|
+
children: /* @__PURE__ */ i.jsx(
|
|
88
|
+
a,
|
|
89
|
+
{
|
|
90
|
+
variant: "light",
|
|
91
|
+
name: o,
|
|
92
|
+
disabled: t,
|
|
93
|
+
...e,
|
|
94
|
+
children: p
|
|
95
|
+
}
|
|
96
|
+
)
|
|
97
|
+
},
|
|
98
|
+
o
|
|
99
|
+
);
|
|
100
|
+
}) });
|
|
101
|
+
export {
|
|
102
|
+
Fi as SecondaryVisibleActions
|
|
103
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SecondaryVisibleActions';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const StyledButton: import('@emotion/styled').StyledComponent<Omit<import('../../types').WithoutEmotionSpecific<import('@mui/material').ButtonProps<import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>>>, "color" | "variant"> & {
|
|
2
|
+
variant?: `${import('../../Button').ButtonVariants}`;
|
|
3
|
+
loading?: boolean;
|
|
4
|
+
loadingIndicator?: import('react').ReactNode;
|
|
5
|
+
loadingPosition?: "start" | "end" | "center";
|
|
6
|
+
color?: `${import('../../Button').ButtonColors}`;
|
|
7
|
+
component?: import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
|
+
selected?: boolean;
|
|
9
|
+
} & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ActionGroup';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Wrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { styled as r } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
const f = r("div")`
|
|
12
|
+
display: flex;
|
|
13
|
+
gap: ${({ theme: p }) => p.spacing(1)};
|
|
14
|
+
`;
|
|
15
|
+
export {
|
|
16
|
+
f as Wrapper
|
|
17
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './useLogic';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ElementType } from 'react';
|
|
2
|
+
import { ActionGroupProps } from '../ActionGroup';
|
|
3
|
+
type UseLogicParams<TMainActionComponent extends ElementType = ElementType, TSecondaryActionComponent extends ElementType = ElementType> = ActionGroupProps<TMainActionComponent, TSecondaryActionComponent>;
|
|
4
|
+
export declare const useLogic: <TMainActionComponent extends ElementType = ElementType, TSecondaryActionComponent extends ElementType = ElementType>({ main, secondary, }: UseLogicParams<TMainActionComponent, TSecondaryActionComponent>) => {
|
|
5
|
+
disabledAction: boolean;
|
|
6
|
+
};
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
import { styled as
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { styled as m } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
import { MenuItem as o } from "../MenuItem/MenuItem.mjs";
|
|
12
|
+
const x = m(o)`
|
|
4
13
|
max-height: ${({ theme: t }) => t.spacing(13)};
|
|
5
14
|
|
|
6
15
|
${({ theme: t }) => t.breakpoints.down("sm")} {
|
|
@@ -8,5 +17,5 @@ const i = e(m)`
|
|
|
8
17
|
}
|
|
9
18
|
`;
|
|
10
19
|
export {
|
|
11
|
-
|
|
20
|
+
x as StyledMenuItem
|
|
12
21
|
};
|
|
@@ -4,5 +4,5 @@ type StyledBadgeProps = {
|
|
|
4
4
|
$withBorder?: boolean;
|
|
5
5
|
$variantColor: BadgeVariantsColor;
|
|
6
6
|
};
|
|
7
|
-
export declare const StyledBadge: import('@emotion/styled').StyledComponent<import('@mui/material').BadgeOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "
|
|
7
|
+
export declare const StyledBadge: import('@emotion/styled').StyledComponent<import('@mui/material').BadgeOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "components" | "color" | "classes" | "className" | "style" | "children" | "variant" | "componentsProps" | "slots" | "slotProps" | "anchorOrigin" | "max" | "invisible" | "badgeContent" | "overlap" | "showZero"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledBadgeProps, {}, {}>;
|
|
8
8
|
export {};
|
|
@@ -3,9 +3,9 @@ export declare const StyledDrawer: import('@emotion/styled').StyledComponent<Dra
|
|
|
3
3
|
export declare const Header: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
4
4
|
drawerHeaderHeight: number;
|
|
5
5
|
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
6
|
-
export declare const HeaderTitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "
|
|
7
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
6
|
+
export declare const HeaderTitle: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "sx" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "classes" | "className" | "style" | "children" | "variant" | "p" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
8
7
|
children?: import('react').ReactNode;
|
|
8
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
9
9
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
10
10
|
gutterBottom?: boolean | undefined;
|
|
11
11
|
noWrap?: boolean | undefined;
|
|
@@ -14,7 +14,7 @@ export declare const HeaderTitle: import('@emotion/styled').StyledComponent<impo
|
|
|
14
14
|
color?: import('../Typography').TypographyColor;
|
|
15
15
|
variant?: import('../Typography').TypographyVariant;
|
|
16
16
|
colorIntensity?: import('../Typography').Intensity;
|
|
17
|
-
component?: "symbol" | "object" | "
|
|
17
|
+
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
18
18
|
isUpperCase?: boolean;
|
|
19
19
|
} & import('react').HTMLAttributes<HTMLParagraphElement>, {}, {}>;
|
|
20
20
|
export declare const Body: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Breadcrumbs, type BreadcrumbsProps } from '@mui/material';
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { j as t } from "../../_virtual/jsx-runtime.mjs";
|
|
2
2
|
import { clsx as d } from "clsx";
|
|
3
3
|
import { LOADING_BUTTON_CLASSNAME as c } from "./constants.mjs";
|
|
4
|
-
import { ButtonVariants as
|
|
4
|
+
import { ButtonVariants as p, ButtonColors as u } from "./enums.mjs";
|
|
5
5
|
import { StyledButton as f, StyledCircularProgress as g } from "./styles.mjs";
|
|
6
6
|
import { useLogic as x } from "./useLogic/useLogic.mjs";
|
|
7
|
-
const I = (
|
|
8
|
-
const {
|
|
9
|
-
variant:
|
|
10
|
-
color:
|
|
7
|
+
const I = (i) => {
|
|
8
|
+
const {
|
|
9
|
+
variant: r = p.Contained,
|
|
10
|
+
color: s = u.Primary,
|
|
11
11
|
loading: o,
|
|
12
12
|
loadingIndicator: B,
|
|
13
13
|
loadingPosition: C,
|
|
14
|
-
disabled:
|
|
15
|
-
children:
|
|
16
|
-
className:
|
|
17
|
-
...
|
|
18
|
-
} = r;
|
|
14
|
+
disabled: n,
|
|
15
|
+
children: a,
|
|
16
|
+
className: l,
|
|
17
|
+
...m
|
|
18
|
+
} = i, { loadingIndicatorColor: e } = x({ variant: r });
|
|
19
19
|
return /* @__PURE__ */ t.jsxs(
|
|
20
20
|
f,
|
|
21
21
|
{
|
|
22
|
-
variant:
|
|
23
|
-
color:
|
|
24
|
-
disabled: o ||
|
|
25
|
-
...
|
|
26
|
-
className: d(
|
|
22
|
+
variant: r,
|
|
23
|
+
color: s,
|
|
24
|
+
disabled: o || n,
|
|
25
|
+
...m,
|
|
26
|
+
className: d(l, {
|
|
27
27
|
[c]: o
|
|
28
28
|
}),
|
|
29
29
|
children: [
|
|
30
|
-
o && /* @__PURE__ */ t.jsx(g, { color:
|
|
31
|
-
|
|
30
|
+
o && /* @__PURE__ */ t.jsx(g, { color: e, size: "small" }),
|
|
31
|
+
a
|
|
32
32
|
]
|
|
33
33
|
}
|
|
34
34
|
);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LOADING_BUTTON_CLASSNAME = "
|
|
1
|
+
export declare const LOADING_BUTTON_CLASSNAME = "button-loading";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const StyledButton: import('@emotion/styled').StyledComponent<import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "sx" | "
|
|
1
|
+
export declare const StyledButton: import('@emotion/styled').StyledComponent<import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "sx" | "action" | "disabled" | "color" | "classes" | "className" | "style" | "children" | "variant" | "tabIndex" | "fullWidth" | "loading" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "href" | "disableElevation" | "disableFocusRipple" | "endIcon" | "loadingIndicator" | "loadingPosition" | "startIcon"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
2
2
|
export declare const StyledCircularProgress: import('@emotion/styled').StyledComponent<import('../types').WithoutEmotionSpecific<Omit<import('../types').WithoutEmotionSpecific<import('@mui/material').CircularProgressProps>, "color" | "size">> & {
|
|
3
3
|
color?: "primary" | "inverted";
|
|
4
4
|
size?: "small" | "medium";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ButtonBase, type ButtonBaseProps } from '@mui/material';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ButtonBase';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ButtonGroup, type ButtonGroupProps, buttonClasses, } from '@mui/material';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Card, type CardProps, cardClasses } from '@mui/material';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CardActions, type CardActionsProps, cardActionsClasses, } from '@mui/material';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CardContent, type CardContentProps, cardContentClasses, } from '@mui/material';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CardHeader, type CardHeaderProps, cardHeaderClasses, } from '@mui/material';
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
import { styled as o } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
2
11
|
import { Checkbox as t } from "../Checkbox/Checkbox.mjs";
|
|
3
12
|
import { FormControlLabel as r } from "../FormControlLabel/FormControlLabel.mjs";
|
|
4
|
-
const
|
|
13
|
+
const f = o(r)`
|
|
5
14
|
align-items: flex-start;
|
|
6
|
-
`,
|
|
15
|
+
`, C = o(t)`
|
|
7
16
|
padding-top: 3px;
|
|
8
17
|
`;
|
|
9
18
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
19
|
+
C as StyledCheckbox,
|
|
20
|
+
f as StyledFormControlledLabel
|
|
12
21
|
};
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { ChevronDown as o } from "lucide-react";
|
|
2
|
+
import { styled as t } from "@mui/material";
|
|
3
|
+
import "remeda";
|
|
4
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
5
|
+
import "clsx";
|
|
6
|
+
import "../Button/styles.mjs";
|
|
7
|
+
import "react";
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
11
|
+
/* empty css */
|
|
12
|
+
const g = t(o, {
|
|
4
13
|
shouldForwardProp: (r) => r !== "isActive"
|
|
5
14
|
})`
|
|
6
15
|
transform: rotateZ(${({ isActive: r }) => r ? 180 : 0}deg);
|
|
@@ -12,5 +21,5 @@ const s = o(t, {
|
|
|
12
21
|
})};
|
|
13
22
|
`;
|
|
14
23
|
export {
|
|
15
|
-
|
|
24
|
+
g as ChevronIcon
|
|
16
25
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const Wrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2
2
|
export declare const StyledTypography: import('@emotion/styled').StyledComponent<{
|
|
3
|
-
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
4
3
|
children?: import('react').ReactNode;
|
|
4
|
+
ref?: import('react').Ref<HTMLSpanElement> | undefined;
|
|
5
5
|
align?: "inherit" | "left" | "center" | "right" | "justify" | undefined;
|
|
6
6
|
gutterBottom?: boolean | undefined;
|
|
7
7
|
noWrap?: boolean | undefined;
|
|
@@ -10,7 +10,7 @@ export declare const StyledTypography: import('@emotion/styled').StyledComponent
|
|
|
10
10
|
color?: import('../Typography').TypographyColor;
|
|
11
11
|
variant?: import('../Typography').TypographyVariant;
|
|
12
12
|
colorIntensity?: import('../Typography').Intensity;
|
|
13
|
-
component?: "symbol" | "object" | "
|
|
13
|
+
component?: "symbol" | "object" | "text" | "main" | "clipPath" | "filter" | "mask" | "marker" | "style" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "center" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "search" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import('react').ComponentType<any>;
|
|
14
14
|
isUpperCase?: boolean;
|
|
15
15
|
} & import('react').HTMLAttributes<HTMLParagraphElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
16
16
|
export declare const Actions: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,17 +1,26 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
3
|
+
import "../../_virtual/jsx-runtime.mjs";
|
|
4
|
+
import "clsx";
|
|
5
|
+
import "../Button/styles.mjs";
|
|
6
|
+
import "react";
|
|
7
|
+
/* empty css */
|
|
8
|
+
/* empty css */
|
|
9
|
+
/* empty css */
|
|
10
|
+
/* empty css */
|
|
2
11
|
import { Typography as o } from "../Typography/Typography.mjs";
|
|
3
|
-
const
|
|
12
|
+
const f = t("div")`
|
|
4
13
|
max-width: 380px;
|
|
5
14
|
padding: ${({ theme: p }) => p.spacing(4)};
|
|
6
|
-
`,
|
|
15
|
+
`, l = t(o)`
|
|
7
16
|
margin-bottom: ${({ theme: p }) => p.spacing(3)};
|
|
8
|
-
`,
|
|
17
|
+
`, x = t("div")`
|
|
9
18
|
display: flex;
|
|
10
19
|
gap: ${({ theme: p }) => p.spacing(3)};
|
|
11
20
|
justify-content: end;
|
|
12
21
|
`;
|
|
13
22
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
23
|
+
x as Actions,
|
|
24
|
+
l as StyledTypography,
|
|
25
|
+
f as Wrapper
|
|
17
26
|
};
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { styled as t } from "@mui/material";
|
|
2
|
+
import "remeda";
|
|
2
3
|
import { Button as r } from "../Button/Button.mjs";
|
|
3
|
-
|
|
4
|
+
/* empty css */
|
|
5
|
+
/* empty css */
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
const a = t(r)`
|
|
4
9
|
${({ theme: o }) => o.breakpoints.down("sm")} {
|
|
5
10
|
order: 1;
|
|
6
11
|
}
|
|
7
12
|
`;
|
|
8
13
|
export {
|
|
9
|
-
|
|
14
|
+
a as CancelButton
|
|
10
15
|
};
|