@max-ts/components 0.3.2 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ import { Description as a } from "../Description/Description.mjs";
4
4
  import { GuidTypography as g } from "../GuidTypography/GuidTypography.mjs";
5
5
  import { Tag as $ } from "../Tag/Tag.mjs";
6
6
  import { Typography as T } from "../Typography/Typography.mjs";
7
- import { StyledDescriptionValue as D, Wrapper as V, ListWrapper as W, StyledDescriptionName as C } from "./styles.mjs";
7
+ import { StyledDescriptionValue as D, Wrapper as V, ListWrapper as W, StyledDescription as C } from "./styles.mjs";
8
8
  import { getTooltipProps as b } from "./utils/getTooltipProps/getTooltipProps.mjs";
9
9
  const N = ({
10
10
  items: d,
@@ -51,20 +51,15 @@ const N = ({
51
51
  /* @__PURE__ */ r.jsx(W, { $direction: p, children: d.map(({ name: t, value: o, options: s }) => {
52
52
  const { nameMaxWidth: n, ...i } = s || {};
53
53
  return /* @__PURE__ */ r.jsxs(
54
- a,
54
+ C,
55
55
  {
56
56
  direction: p,
57
57
  ...x,
58
58
  component: "div",
59
+ $nameMaxWidth: n,
60
+ $direction: p,
59
61
  children: [
60
- /* @__PURE__ */ r.jsx(
61
- C,
62
- {
63
- $nameMaxWidth: n,
64
- $direction: p,
65
- children: t
66
- }
67
- ),
62
+ /* @__PURE__ */ r.jsx(a.Name, { children: t }),
68
63
  h(o, i)
69
64
  ]
70
65
  },
@@ -4,7 +4,7 @@ type DescriptionNameProps = {
4
4
  $direction?: Direction;
5
5
  };
6
6
  type DescriptionListVariant = 'contained' | 'default';
7
- export declare const StyledDescriptionName: import('@emotion/styled').StyledComponent<import('../Description/Name').NameProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & DescriptionNameProps, {}, {}>;
7
+ export declare const StyledDescription: import('@emotion/styled').StyledComponent<import('../Description').DescriptionProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & DescriptionNameProps, {}, {}>;
8
8
  export declare const Wrapper: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
9
9
  $variant: DescriptionListVariant;
10
10
  }, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
@@ -9,14 +9,16 @@ import "react";
9
9
  /* empty css */
10
10
  /* empty css */
11
11
  import { Description as t } from "../Description/Description.mjs";
12
- const u = i(t.Name, {
12
+ const u = i(t, {
13
13
  shouldForwardProp: (o) => !["$nameMaxWidth, $direction"].includes(o.toString())
14
14
  })`
15
- max-width: ${({ $nameMaxWidth: o }) => o || "none"};
16
- margin-bottom: ${({ theme: o, $direction: r }) => Object.is(r, "column") ? o.spacing(1) : 0};
15
+ dt {
16
+ max-width: ${({ $nameMaxWidth: o }) => o || "none"};
17
+ margin-bottom: ${({ theme: o, $direction: r }) => Object.is(r, "column") ? o.spacing(1) : 0};
17
18
 
18
- ${({ theme: o }) => o.breakpoints.down("sm")} {
19
- margin-bottom: ${({ theme: o, $direction: r }) => Object.is(r, "row") ? 0 : o.spacing(1)};
19
+ ${({ theme: o }) => o.breakpoints.down("sm")} {
20
+ margin-bottom: ${({ theme: o, $direction: r }) => Object.is(r, "row") ? 0 : o.spacing(1)};
21
+ }
20
22
  }
21
23
  `, w = i("article", {
22
24
  shouldForwardProp: (o) => !["$variant"].includes(o.toString())
@@ -49,7 +51,7 @@ const u = i(t.Name, {
49
51
  `;
50
52
  export {
51
53
  b as ListWrapper,
52
- u as StyledDescriptionName,
54
+ u as StyledDescription,
53
55
  y as StyledDescriptionValue,
54
56
  w as Wrapper
55
57
  };
package/lib/index.mjs CHANGED
@@ -5,102 +5,102 @@ import { AsyncAutocomplete as i } from "./components/AsyncAutocomplete/AsyncAuto
5
5
  import { Autocomplete as s } from "./components/Autocomplete/Autocomplete.mjs";
6
6
  import { Badge as d } from "./components/Badge/Badge.mjs";
7
7
  import { BottomDrawer as T } from "./components/BottomDrawer/BottomDrawer.mjs";
8
- import { Breadcrumbs as c, ButtonBase as g, ButtonGroup as A, Card as D, CardActions as L, CardContent as S, CardHeader as B, buttonClasses as I, cardActionsClasses as h, cardClasses as P, cardContentClasses as _, cardHeaderClasses as F, styled as O, useTheme as R } from "@mui/material";
9
- import { Button as E } from "./components/Button/Button.mjs";
10
- import { ButtonColors as M, ButtonSizes as N, ButtonStates as b, ButtonVariants as v } from "./components/Button/enums.mjs";
11
- import { LOADING_BUTTON_CLASSNAME as w } from "./components/Button/constants.mjs";
12
- import { Checkbox as k } from "./components/Checkbox/Checkbox.mjs";
13
- import { CheckboxField as Y } from "./components/CheckboxField/CheckboxField.mjs";
14
- import { Chevron as z } from "./components/Chevron/Chevron.mjs";
15
- import { CircularProgress as q } from "./components/CircularProgress/CircularProgress.mjs";
16
- import { Collapse as K } from "./components/Collapse/Collapse.mjs";
17
- import { ConfigContext as X, ConfigProvider as Z } from "./components/ConfigProvider/ConfigProvider.mjs";
18
- import { ConfirmAction as oo } from "./components/ConfirmAction/ConfirmAction.mjs";
19
- import { ConfirmDialog as eo } from "./components/ConfirmDialog/ConfirmDialog.mjs";
20
- import { Container as po } from "./components/Container/Container.mjs";
21
- import { ContentState as xo } from "./components/ContentState/ContentState.mjs";
22
- import { CopyTypography as ao } from "./components/CopyTypography/CopyTypography.mjs";
23
- import { DataGrid as no } from "./components/DataGrid/DataGrid.mjs";
24
- import { Head as lo } from "./components/DataGrid/Head/Head.mjs";
25
- import { Row as To } from "./components/DataGrid/Row/Row.mjs";
26
- import { MIN_DISPLAY_ROWS_BY_DEFAULT as co, MIN_ROW_HEIGHT as go, ROOT_ACTION_CELL_WIDTH as Ao } from "./components/DataGrid/constants.mjs";
27
- import { SortStates as Lo } from "./components/DataGrid/enums.mjs";
28
- import { DataGridActionCell as Bo } from "./components/DataGridActionCell/DataGridActionCell.mjs";
29
- import { DataGridPagination as ho } from "./components/DataGridPagination/DataGridPagination.mjs";
30
- import { Description as _o } from "./components/Description/Description.mjs";
31
- import { DEFAULT_SEPARATOR as Oo, DEFAULT_SYMBOL as Ro, DESCRIPTION_ROOT_CLASSNAME as yo } from "./components/Description/constants.mjs";
32
- import { DescriptionList as Go } from "./components/DescriptionList/DescriptionList.mjs";
33
- import { DescriptionTooltip as No } from "./components/DescriptionTooltip/DescriptionTooltip.mjs";
34
- import { Dialog as vo } from "./components/Dialog/Dialog.mjs";
35
- import { DialogActions as wo } from "./components/DialogActions/DialogActions.mjs";
36
- import { DialogContent as ko } from "./components/DialogContent/DialogContent.mjs";
37
- import { DialogContentText as Yo } from "./components/DialogContentText/DialogContentText.mjs";
38
- import { DialogHeader as zo } from "./components/DialogHeader/DialogHeader.mjs";
39
- import { DialogTitle as qo } from "./components/DialogTitle/DialogTitle.mjs";
40
- import { Divider as Ko } from "./components/Divider/Divider.mjs";
41
- import { DropdownButton as Xo } from "./components/DropdownButton/DropdownButton.mjs";
42
- import { ErrorBoundary as $o } from "./components/ErrorBoundary/ErrorBoundary.mjs";
43
- import { Filename as rr } from "./components/Filename/Filename.mjs";
44
- import { FormControl as tr } from "./components/FormControl/FormControl.mjs";
45
- import { FormControlLabel as mr } from "./components/FormControlLabel/FormControlLabel.mjs";
46
- import { FormHelperText as fr } from "./components/FormHelperText/FormHelperText.mjs";
47
- import { FormHelperTextContent as ir } from "./components/FormHelperText/FormHelperTextContent/FormHelperTextContent.mjs";
48
- import { FormLabel as sr } from "./components/FormLabel/FormLabel.mjs";
49
- import { GuidTypography as dr } from "./components/GuidTypography/GuidTypography.mjs";
50
- import { IconButton as Tr } from "./components/IconButton/IconButton.mjs";
51
- import { IconDropdownButton as cr } from "./components/IconDropdownButton/IconDropdownButton.mjs";
52
- import { InternalErrorPlaceholder as Ar } from "./components/InternalErrorPlaceholder/InternalErrorPlaceholder.mjs";
53
- import { Link as Lr } from "./components/Link/Link.mjs";
54
- import { List as Br } from "./components/List/List.mjs";
55
- import { ListItem as hr } from "./components/ListItem/ListItem.mjs";
56
- import { ListItemButton as _r } from "./components/ListItemButton/ListItemButton.mjs";
57
- import { ListItemIcon as Or } from "./components/ListItemIcon/ListItemIcon.mjs";
58
- import { ListItemText as yr } from "./components/ListItemText/ListItemText.mjs";
59
- import { ListSubheader as Gr } from "./components/ListSubheader/ListSubheader.mjs";
60
- import { MaskField as Nr } from "./components/MaskField/MaskField.mjs";
61
- import { Menu as vr } from "./components/Menu/Menu.mjs";
62
- import { MenuItem as wr } from "./components/MenuItem/MenuItem.mjs";
63
- import { MenuList as kr } from "./components/MenuList/MenuList.mjs";
64
- import { NavMenu as Yr } from "./components/NavMenu/NavMenu.mjs";
65
- import { OutdatedReleasePlaceholder as zr } from "./components/OutdatedReleasePlaceholder/OutdatedReleasePlaceholder.mjs";
66
- import { DEFAULT_ROWS_COUNT as qr, OverflowTypography as Jr } from "./components/OverflowTypography/OverflowTypography.mjs";
67
- import { Pagination as Qr } from "./components/Pagination/Pagination.mjs";
68
- import { Paper as Zr } from "./components/Paper/Paper.mjs";
69
- import { Image as oe, setDefaultImageStyles as re } from "./components/Placeholder/Image/Image.mjs";
70
- import { Placeholder as te } from "./components/Placeholder/Placeholder.mjs";
71
- import { Popover as me } from "./components/Popover/Popover.mjs";
72
- import { ProgressBar as fe } from "./components/ProgressBar/ProgressBar.mjs";
73
- import { Radio as ie } from "./components/Radio/Radio.mjs";
74
- import { RadioField as se } from "./components/RadioField/RadioField.mjs";
75
- import { RadioGroup as de } from "./components/RadioGroup/RadioGroup.mjs";
76
- import { RadioGroupContext as Te } from "./components/RadioGroup/RadioGroupContext/RadioGroupContext.mjs";
8
+ import { Breadcrumbs as c, ButtonBase as g, ButtonGroup as A, Card as D, CardActions as L, CardContent as S, CardHeader as B, buttonClasses as I, cardActionsClasses as h, cardClasses as P, cardContentClasses as _, cardHeaderClasses as F, keyframes as O, styled as y, useTheme as R } from "@mui/material";
9
+ import { Button as G } from "./components/Button/Button.mjs";
10
+ import { ButtonColors as N, ButtonSizes as b, ButtonStates as v, ButtonVariants as H } from "./components/Button/enums.mjs";
11
+ import { LOADING_BUTTON_CLASSNAME as k } from "./components/Button/constants.mjs";
12
+ import { Checkbox as W } from "./components/Checkbox/Checkbox.mjs";
13
+ import { CheckboxField as V } from "./components/CheckboxField/CheckboxField.mjs";
14
+ import { Chevron as j } from "./components/Chevron/Chevron.mjs";
15
+ import { CircularProgress as J } from "./components/CircularProgress/CircularProgress.mjs";
16
+ import { Collapse as Q } from "./components/Collapse/Collapse.mjs";
17
+ import { ConfigContext as Z, ConfigProvider as $ } from "./components/ConfigProvider/ConfigProvider.mjs";
18
+ import { ConfirmAction as ro } from "./components/ConfirmAction/ConfirmAction.mjs";
19
+ import { ConfirmDialog as to } from "./components/ConfirmDialog/ConfirmDialog.mjs";
20
+ import { Container as mo } from "./components/Container/Container.mjs";
21
+ import { ContentState as fo } from "./components/ContentState/ContentState.mjs";
22
+ import { CopyTypography as io } from "./components/CopyTypography/CopyTypography.mjs";
23
+ import { DataGrid as so } from "./components/DataGrid/DataGrid.mjs";
24
+ import { Head as Co } from "./components/DataGrid/Head/Head.mjs";
25
+ import { Row as uo } from "./components/DataGrid/Row/Row.mjs";
26
+ import { MIN_DISPLAY_ROWS_BY_DEFAULT as go, MIN_ROW_HEIGHT as Ao, ROOT_ACTION_CELL_WIDTH as Do } from "./components/DataGrid/constants.mjs";
27
+ import { SortStates as So } from "./components/DataGrid/enums.mjs";
28
+ import { DataGridActionCell as Io } from "./components/DataGridActionCell/DataGridActionCell.mjs";
29
+ import { DataGridPagination as Po } from "./components/DataGridPagination/DataGridPagination.mjs";
30
+ import { Description as Fo } from "./components/Description/Description.mjs";
31
+ import { DEFAULT_SEPARATOR as yo, DEFAULT_SYMBOL as Ro, DESCRIPTION_ROOT_CLASSNAME as Eo } from "./components/Description/constants.mjs";
32
+ import { DescriptionList as Mo } from "./components/DescriptionList/DescriptionList.mjs";
33
+ import { DescriptionTooltip as bo } from "./components/DescriptionTooltip/DescriptionTooltip.mjs";
34
+ import { Dialog as Ho } from "./components/Dialog/Dialog.mjs";
35
+ import { DialogActions as ko } from "./components/DialogActions/DialogActions.mjs";
36
+ import { DialogContent as Wo } from "./components/DialogContent/DialogContent.mjs";
37
+ import { DialogContentText as Vo } from "./components/DialogContentText/DialogContentText.mjs";
38
+ import { DialogHeader as jo } from "./components/DialogHeader/DialogHeader.mjs";
39
+ import { DialogTitle as Jo } from "./components/DialogTitle/DialogTitle.mjs";
40
+ import { Divider as Qo } from "./components/Divider/Divider.mjs";
41
+ import { DropdownButton as Zo } from "./components/DropdownButton/DropdownButton.mjs";
42
+ import { ErrorBoundary as or } from "./components/ErrorBoundary/ErrorBoundary.mjs";
43
+ import { Filename as er } from "./components/Filename/Filename.mjs";
44
+ import { FormControl as pr } from "./components/FormControl/FormControl.mjs";
45
+ import { FormControlLabel as xr } from "./components/FormControlLabel/FormControlLabel.mjs";
46
+ import { FormHelperText as ar } from "./components/FormHelperText/FormHelperText.mjs";
47
+ import { FormHelperTextContent as nr } from "./components/FormHelperText/FormHelperTextContent/FormHelperTextContent.mjs";
48
+ import { FormLabel as lr } from "./components/FormLabel/FormLabel.mjs";
49
+ import { GuidTypography as Cr } from "./components/GuidTypography/GuidTypography.mjs";
50
+ import { IconButton as ur } from "./components/IconButton/IconButton.mjs";
51
+ import { IconDropdownButton as gr } from "./components/IconDropdownButton/IconDropdownButton.mjs";
52
+ import { InternalErrorPlaceholder as Dr } from "./components/InternalErrorPlaceholder/InternalErrorPlaceholder.mjs";
53
+ import { Link as Sr } from "./components/Link/Link.mjs";
54
+ import { List as Ir } from "./components/List/List.mjs";
55
+ import { ListItem as Pr } from "./components/ListItem/ListItem.mjs";
56
+ import { ListItemButton as Fr } from "./components/ListItemButton/ListItemButton.mjs";
57
+ import { ListItemIcon as yr } from "./components/ListItemIcon/ListItemIcon.mjs";
58
+ import { ListItemText as Er } from "./components/ListItemText/ListItemText.mjs";
59
+ import { ListSubheader as Mr } from "./components/ListSubheader/ListSubheader.mjs";
60
+ import { MaskField as br } from "./components/MaskField/MaskField.mjs";
61
+ import { Menu as Hr } from "./components/Menu/Menu.mjs";
62
+ import { MenuItem as kr } from "./components/MenuItem/MenuItem.mjs";
63
+ import { MenuList as Wr } from "./components/MenuList/MenuList.mjs";
64
+ import { NavMenu as Vr } from "./components/NavMenu/NavMenu.mjs";
65
+ import { OutdatedReleasePlaceholder as jr } from "./components/OutdatedReleasePlaceholder/OutdatedReleasePlaceholder.mjs";
66
+ import { DEFAULT_ROWS_COUNT as Jr, OverflowTypography as Kr } from "./components/OverflowTypography/OverflowTypography.mjs";
67
+ import { Pagination as Xr } from "./components/Pagination/Pagination.mjs";
68
+ import { Paper as $r } from "./components/Paper/Paper.mjs";
69
+ import { Image as re, setDefaultImageStyles as ee } from "./components/Placeholder/Image/Image.mjs";
70
+ import { Placeholder as pe } from "./components/Placeholder/Placeholder.mjs";
71
+ import { Popover as xe } from "./components/Popover/Popover.mjs";
72
+ import { ProgressBar as ae } from "./components/ProgressBar/ProgressBar.mjs";
73
+ import { Radio as ne } from "./components/Radio/Radio.mjs";
74
+ import { RadioField as le } from "./components/RadioField/RadioField.mjs";
75
+ import { RadioGroup as Ce } from "./components/RadioGroup/RadioGroup.mjs";
76
+ import { RadioGroupContext as ue } from "./components/RadioGroup/RadioGroupContext/RadioGroupContext.mjs";
77
77
  import "./_virtual/jsx-runtime.mjs";
78
- import { RadioGroupField as ce } from "./components/RadioGroupField/RadioGroupField.mjs";
79
- import { SearchField as Ae } from "./components/SearchField/SearchField.mjs";
80
- import { Select as Le } from "./components/Select/Select.mjs";
81
- import { Skeleton as Be } from "./components/Skeleton/Skeleton.mjs";
82
- import { Slider as he } from "./components/Slider/Slider.mjs";
83
- import { Switch as _e } from "./components/Switch/Switch.mjs";
84
- import { Tab as Oe } from "./components/Tab/Tab.mjs";
85
- import { Tabs as ye } from "./components/Tabs/Tabs.mjs";
86
- import { Tag as Ge } from "./components/Tag/Tag.mjs";
87
- import { TagBadge as Ne } from "./components/TagBadge/TagBadge.mjs";
88
- import { TagsList as ve } from "./components/TagsList/TagsList.mjs";
89
- import { TextArea as we } from "./components/TextArea/TextArea.mjs";
90
- import { TextField as ke } from "./components/TextField/TextField.mjs";
91
- import { ThemeProvider as Ye } from "./components/ThemeProvider/ThemeProvider.mjs";
92
- import { Tooltip as ze } from "./components/Tooltip/Tooltip.mjs";
93
- import { Typography as qe } from "./components/Typography/Typography.mjs";
94
- import { createTheme as Ke } from "./theme/baseTheme/baseTheme.mjs";
95
- import { componentsColors as Xe } from "./theme/palette/componentsColors/componentsColors.mjs";
96
- import { getPalette as $e } from "./theme/palette/palette.mjs";
97
- import { SPACING as rt } from "./theme/constants.mjs";
98
- import { elevation as tt } from "./theme/elevation.mjs";
99
- import { shape as mt } from "./theme/shape.mjs";
100
- import { useViewportType as ft } from "./hooks/useViewportType/useViewportType.mjs";
101
- import { useMenu as it } from "./hooks/useMenu/useMenu.mjs";
102
- import { usePopover as st } from "./hooks/usePopover/usePopover.mjs";
103
- import { useToggle as dt } from "./hooks/useToggle/useToggle.mjs";
78
+ import { RadioGroupField as ge } from "./components/RadioGroupField/RadioGroupField.mjs";
79
+ import { SearchField as De } from "./components/SearchField/SearchField.mjs";
80
+ import { Select as Se } from "./components/Select/Select.mjs";
81
+ import { Skeleton as Ie } from "./components/Skeleton/Skeleton.mjs";
82
+ import { Slider as Pe } from "./components/Slider/Slider.mjs";
83
+ import { Switch as Fe } from "./components/Switch/Switch.mjs";
84
+ import { Tab as ye } from "./components/Tab/Tab.mjs";
85
+ import { Tabs as Ee } from "./components/Tabs/Tabs.mjs";
86
+ import { Tag as Me } from "./components/Tag/Tag.mjs";
87
+ import { TagBadge as be } from "./components/TagBadge/TagBadge.mjs";
88
+ import { TagsList as He } from "./components/TagsList/TagsList.mjs";
89
+ import { TextArea as ke } from "./components/TextArea/TextArea.mjs";
90
+ import { TextField as We } from "./components/TextField/TextField.mjs";
91
+ import { ThemeProvider as Ve } from "./components/ThemeProvider/ThemeProvider.mjs";
92
+ import { Tooltip as je } from "./components/Tooltip/Tooltip.mjs";
93
+ import { Typography as Je } from "./components/Typography/Typography.mjs";
94
+ import { createTheme as Qe } from "./theme/baseTheme/baseTheme.mjs";
95
+ import { componentsColors as Ze } from "./theme/palette/componentsColors/componentsColors.mjs";
96
+ import { getPalette as ot } from "./theme/palette/palette.mjs";
97
+ import { SPACING as et } from "./theme/constants.mjs";
98
+ import { elevation as pt } from "./theme/elevation.mjs";
99
+ import { shape as xt } from "./theme/shape.mjs";
100
+ import { useViewportType as at } from "./hooks/useViewportType/useViewportType.mjs";
101
+ import { useMenu as nt } from "./hooks/useMenu/useMenu.mjs";
102
+ import { usePopover as lt } from "./hooks/usePopover/usePopover.mjs";
103
+ import { useToggle as Ct } from "./hooks/useToggle/useToggle.mjs";
104
104
  export {
105
105
  t as Accordion,
106
106
  m as ActionCell,
@@ -110,121 +110,122 @@ export {
110
110
  d as Badge,
111
111
  T as BottomDrawer,
112
112
  c as Breadcrumbs,
113
- E as Button,
113
+ G as Button,
114
114
  g as ButtonBase,
115
- M as ButtonColors,
115
+ N as ButtonColors,
116
116
  A as ButtonGroup,
117
- N as ButtonSizes,
118
- b as ButtonStates,
119
- v as ButtonVariants,
117
+ b as ButtonSizes,
118
+ v as ButtonStates,
119
+ H as ButtonVariants,
120
120
  D as Card,
121
121
  L as CardActions,
122
122
  S as CardContent,
123
123
  B as CardHeader,
124
- k as Checkbox,
125
- Y as CheckboxField,
126
- z as Chevron,
127
- q as CircularProgress,
128
- K as Collapse,
129
- X as ConfigContext,
130
- Z as ConfigProvider,
131
- oo as ConfirmAction,
132
- eo as ConfirmDialog,
133
- po as Container,
134
- xo as ContentState,
135
- ao as CopyTypography,
136
- qr as DEFAULT_ROWS_COUNT,
137
- Oo as DEFAULT_SEPARATOR,
124
+ W as Checkbox,
125
+ V as CheckboxField,
126
+ j as Chevron,
127
+ J as CircularProgress,
128
+ Q as Collapse,
129
+ Z as ConfigContext,
130
+ $ as ConfigProvider,
131
+ ro as ConfirmAction,
132
+ to as ConfirmDialog,
133
+ mo as Container,
134
+ fo as ContentState,
135
+ io as CopyTypography,
136
+ Jr as DEFAULT_ROWS_COUNT,
137
+ yo as DEFAULT_SEPARATOR,
138
138
  Ro as DEFAULT_SYMBOL,
139
- yo as DESCRIPTION_ROOT_CLASSNAME,
140
- no as DataGrid,
141
- Bo as DataGridActionCell,
142
- ho as DataGridPagination,
143
- _o as Description,
144
- Go as DescriptionList,
145
- No as DescriptionTooltip,
146
- vo as Dialog,
147
- wo as DialogActions,
148
- ko as DialogContent,
149
- Yo as DialogContentText,
150
- zo as DialogHeader,
151
- qo as DialogTitle,
152
- Ko as Divider,
153
- Xo as DropdownButton,
154
- $o as ErrorBoundary,
155
- rr as Filename,
156
- tr as FormControl,
157
- mr as FormControlLabel,
158
- fr as FormHelperText,
159
- ir as FormHelperTextContent,
160
- sr as FormLabel,
161
- dr as GuidTypography,
162
- lo as Head,
163
- Tr as IconButton,
164
- cr as IconDropdownButton,
165
- oe as Image,
166
- Ar as InternalErrorPlaceholder,
167
- w as LOADING_BUTTON_CLASSNAME,
168
- Lr as Link,
169
- Br as List,
170
- hr as ListItem,
171
- _r as ListItemButton,
172
- Or as ListItemIcon,
173
- yr as ListItemText,
174
- Gr as ListSubheader,
175
- co as MIN_DISPLAY_ROWS_BY_DEFAULT,
176
- go as MIN_ROW_HEIGHT,
177
- Nr as MaskField,
178
- vr as Menu,
179
- wr as MenuItem,
180
- kr as MenuList,
181
- Yr as NavMenu,
182
- zr as OutdatedReleasePlaceholder,
183
- Jr as OverflowTypography,
184
- Qr as Pagination,
185
- Zr as Paper,
186
- te as Placeholder,
187
- me as Popover,
188
- fe as ProgressBar,
189
- Ao as ROOT_ACTION_CELL_WIDTH,
190
- ie as Radio,
191
- se as RadioField,
192
- de as RadioGroup,
193
- Te as RadioGroupContext,
194
- ce as RadioGroupField,
195
- To as Row,
196
- rt as SPACING,
197
- Ae as SearchField,
198
- Le as Select,
199
- Be as Skeleton,
200
- he as Slider,
201
- Lo as SortStates,
202
- _e as Switch,
203
- Oe as Tab,
204
- ye as Tabs,
205
- Ge as Tag,
206
- Ne as TagBadge,
207
- ve as TagsList,
208
- we as TextArea,
209
- ke as TextField,
210
- Ye as ThemeProvider,
211
- ze as Tooltip,
212
- qe as Typography,
139
+ Eo as DESCRIPTION_ROOT_CLASSNAME,
140
+ so as DataGrid,
141
+ Io as DataGridActionCell,
142
+ Po as DataGridPagination,
143
+ Fo as Description,
144
+ Mo as DescriptionList,
145
+ bo as DescriptionTooltip,
146
+ Ho as Dialog,
147
+ ko as DialogActions,
148
+ Wo as DialogContent,
149
+ Vo as DialogContentText,
150
+ jo as DialogHeader,
151
+ Jo as DialogTitle,
152
+ Qo as Divider,
153
+ Zo as DropdownButton,
154
+ or as ErrorBoundary,
155
+ er as Filename,
156
+ pr as FormControl,
157
+ xr as FormControlLabel,
158
+ ar as FormHelperText,
159
+ nr as FormHelperTextContent,
160
+ lr as FormLabel,
161
+ Cr as GuidTypography,
162
+ Co as Head,
163
+ ur as IconButton,
164
+ gr as IconDropdownButton,
165
+ re as Image,
166
+ Dr as InternalErrorPlaceholder,
167
+ k as LOADING_BUTTON_CLASSNAME,
168
+ Sr as Link,
169
+ Ir as List,
170
+ Pr as ListItem,
171
+ Fr as ListItemButton,
172
+ yr as ListItemIcon,
173
+ Er as ListItemText,
174
+ Mr as ListSubheader,
175
+ go as MIN_DISPLAY_ROWS_BY_DEFAULT,
176
+ Ao as MIN_ROW_HEIGHT,
177
+ br as MaskField,
178
+ Hr as Menu,
179
+ kr as MenuItem,
180
+ Wr as MenuList,
181
+ Vr as NavMenu,
182
+ jr as OutdatedReleasePlaceholder,
183
+ Kr as OverflowTypography,
184
+ Xr as Pagination,
185
+ $r as Paper,
186
+ pe as Placeholder,
187
+ xe as Popover,
188
+ ae as ProgressBar,
189
+ Do as ROOT_ACTION_CELL_WIDTH,
190
+ ne as Radio,
191
+ le as RadioField,
192
+ Ce as RadioGroup,
193
+ ue as RadioGroupContext,
194
+ ge as RadioGroupField,
195
+ uo as Row,
196
+ et as SPACING,
197
+ De as SearchField,
198
+ Se as Select,
199
+ Ie as Skeleton,
200
+ Pe as Slider,
201
+ So as SortStates,
202
+ Fe as Switch,
203
+ ye as Tab,
204
+ Ee as Tabs,
205
+ Me as Tag,
206
+ be as TagBadge,
207
+ He as TagsList,
208
+ ke as TextArea,
209
+ We as TextField,
210
+ Ve as ThemeProvider,
211
+ je as Tooltip,
212
+ Je as Typography,
213
213
  I as buttonClasses,
214
214
  h as cardActionsClasses,
215
215
  P as cardClasses,
216
216
  _ as cardContentClasses,
217
217
  F as cardHeaderClasses,
218
- Xe as componentsColors,
219
- Ke as createTheme,
220
- tt as elevation,
221
- $e as getPalette,
222
- re as setDefaultImageStyles,
223
- mt as shape,
224
- O as styled,
225
- it as useMenu,
226
- st as usePopover,
218
+ Ze as componentsColors,
219
+ Qe as createTheme,
220
+ pt as elevation,
221
+ ot as getPalette,
222
+ O as keyframes,
223
+ ee as setDefaultImageStyles,
224
+ xt as shape,
225
+ y as styled,
226
+ nt as useMenu,
227
+ lt as usePopover,
227
228
  R as useTheme,
228
- dt as useToggle,
229
- ft as useViewportType
229
+ Ct as useToggle,
230
+ at as useViewportType
230
231
  };
@@ -4,4 +4,4 @@ export * from './palette';
4
4
  export * from './constants';
5
5
  export * from './elevation';
6
6
  export * from './shape';
7
- export { useTheme, styled } from '@mui/material';
7
+ export { useTheme, styled, keyframes } from '@mui/material';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/components",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "browser": "./src/index.ts",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",