@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
|
@@ -1,120 +1,83 @@
|
|
|
1
|
-
import { MuiAlert as
|
|
2
|
-
import { MuiAutocomplete as
|
|
3
|
-
import { MuiButton as
|
|
4
|
-
import { MuiButtonBase as
|
|
5
|
-
import { MuiCircularProgress as
|
|
6
|
-
import { MuiDialog as
|
|
7
|
-
import { MuiDialogActions as
|
|
8
|
-
import { MuiDialogContent as
|
|
9
|
-
import { MuiDialogTitle as
|
|
10
|
-
import { MuiDrawer as
|
|
11
|
-
import { MuiFormHelperText as
|
|
12
|
-
import { MuiFormLabel as
|
|
13
|
-
import { MuiInputLabel as
|
|
14
|
-
import { MuiLinearProgress as
|
|
15
|
-
import { MuiListItemButton as
|
|
16
|
-
import { MuiListItemText as
|
|
1
|
+
import { MuiAlert as o } from "./MuiAlert.mjs";
|
|
2
|
+
import { MuiAutocomplete as i } from "./MuiAutocomplete.mjs";
|
|
3
|
+
import { MuiButton as r } from "./MuiButton.mjs";
|
|
4
|
+
import { MuiButtonBase as t } from "./MuiButtonBase.mjs";
|
|
5
|
+
import { MuiCircularProgress as m } from "./MuiCircularProgress.mjs";
|
|
6
|
+
import { MuiDialog as p } from "./MuiDialog.mjs";
|
|
7
|
+
import { MuiDialogActions as u } from "./MuiDialogActions.mjs";
|
|
8
|
+
import { MuiDialogContent as e } from "./MuiDialogContent.mjs";
|
|
9
|
+
import { MuiDialogTitle as M } from "./MuiDialogTitle.mjs";
|
|
10
|
+
import { MuiDrawer as f } from "./MuiDrawer.mjs";
|
|
11
|
+
import { MuiFormHelperText as l } from "./MuiFormHelperText.mjs";
|
|
12
|
+
import { MuiFormLabel as a } from "./MuiFormLabel.mjs";
|
|
13
|
+
import { MuiInputLabel as n } from "./MuiInputLabel.mjs";
|
|
14
|
+
import { MuiLinearProgress as s } from "./MuiLinearProgress.mjs";
|
|
15
|
+
import { MuiListItemButton as g } from "./MuiListItemButton.mjs";
|
|
16
|
+
import { MuiListItemText as T } from "./MuiListItemText.mjs";
|
|
17
17
|
import { MuiMenu as b } from "./MuiMenu.mjs";
|
|
18
|
-
import { MuiMenuItem as
|
|
19
|
-
import { MuiOutlinedInput as
|
|
18
|
+
import { MuiMenuItem as c } from "./MuiMenuItem.mjs";
|
|
19
|
+
import { MuiOutlinedInput as d } from "./MuiOutlinedInput.mjs";
|
|
20
20
|
import { MuiPaginationItem as B } from "./MuiPaginationItem.mjs";
|
|
21
|
-
import { MuiPaper as
|
|
22
|
-
import { MuiStep as
|
|
23
|
-
import { MuiStepConnector as
|
|
24
|
-
import { MuiStepLabel as
|
|
25
|
-
import { MuiSwitch as
|
|
26
|
-
import { MuiTab as
|
|
27
|
-
import { MuiTableCell as
|
|
28
|
-
import { MuiTableHead as
|
|
29
|
-
import { MuiTableRow as
|
|
30
|
-
import { MuiTabs as
|
|
31
|
-
import { MuiTextField as
|
|
32
|
-
import { MuiToggleButton as
|
|
33
|
-
import { MuiToggleButtonGroup as
|
|
34
|
-
import { MuiTypography as
|
|
35
|
-
const
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Ubuntu';
|
|
38
|
-
font-style: 'normal';
|
|
39
|
-
font-weight: 300;
|
|
40
|
-
font-display: swap;
|
|
41
|
-
src: url(${o.light.woff2}) format('woff2'), url(${o.light.woff}) format('woff');
|
|
42
|
-
}
|
|
43
|
-
@font-face {
|
|
44
|
-
font-family: 'Ubuntu';
|
|
45
|
-
font-style: 'normal';
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
font-display: swap;
|
|
48
|
-
src: url(${o.regular.woff2}) format('woff2'), url(${o.regular.woff}) format('woff');
|
|
49
|
-
}
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: 'Ubuntu';
|
|
52
|
-
font-style: 'normal';
|
|
53
|
-
font-weight: 500;
|
|
54
|
-
font-display: swap;
|
|
55
|
-
src: url(${o.medium.woff2}) format('woff2'), url(${o.medium.woff}) format('woff');
|
|
56
|
-
}
|
|
57
|
-
@font-face {
|
|
58
|
-
font-family: 'Ubuntu';
|
|
59
|
-
font-style: 'normal';
|
|
60
|
-
font-weight: 700;
|
|
61
|
-
font-display: swap;
|
|
62
|
-
src: url(${o.bold.woff2}) format('woff2'), url(${o.bold.woff}) format('woff');
|
|
63
|
-
}
|
|
64
|
-
`, H = (o) => ({
|
|
65
|
-
styleOverrides: t(o)
|
|
66
|
-
}), k = (o) => ({
|
|
67
|
-
styleOverrides: {
|
|
68
|
-
root: t(o)
|
|
69
|
-
}
|
|
70
|
-
}), G = {
|
|
21
|
+
import { MuiPaper as I } from "./MuiPaper.mjs";
|
|
22
|
+
import { MuiStep as L } from "./MuiStep.mjs";
|
|
23
|
+
import { MuiStepConnector as P } from "./MuiStepConnector.mjs";
|
|
24
|
+
import { MuiStepLabel as x } from "./MuiStepLabel.mjs";
|
|
25
|
+
import { MuiSwitch as C } from "./MuiSwitch.mjs";
|
|
26
|
+
import { MuiTab as D } from "./MuiTab.mjs";
|
|
27
|
+
import { MuiTableCell as R } from "./MuiTableCell.mjs";
|
|
28
|
+
import { MuiTableHead as S } from "./MuiTableHead.mjs";
|
|
29
|
+
import { MuiTableRow as h } from "./MuiTableRow.mjs";
|
|
30
|
+
import { MuiTabs as w } from "./MuiTabs.mjs";
|
|
31
|
+
import { MuiTextField as A } from "./MuiTextField.mjs";
|
|
32
|
+
import { MuiToggleButton as F } from "./MuiToggleButton.mjs";
|
|
33
|
+
import { MuiToggleButtonGroup as y } from "./MuiToggleButtonGroup.mjs";
|
|
34
|
+
import { MuiTypography as H } from "./MuiTypography.mjs";
|
|
35
|
+
const k = {
|
|
71
36
|
defaultProps: {
|
|
72
37
|
disableRipple: !0
|
|
73
38
|
}
|
|
74
|
-
},
|
|
39
|
+
}, G = {
|
|
75
40
|
defaultProps: {
|
|
76
41
|
disableRipple: !0
|
|
77
42
|
}
|
|
78
|
-
},
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
MuiAutocomplete: r,
|
|
90
|
-
MuiCheckbox: G,
|
|
43
|
+
}, bo = {
|
|
44
|
+
MuiAlert: o,
|
|
45
|
+
MuiButton: r,
|
|
46
|
+
MuiButtonBase: t,
|
|
47
|
+
MuiTypography: H,
|
|
48
|
+
MuiInputLabel: n,
|
|
49
|
+
MuiOutlinedInput: d,
|
|
50
|
+
MuiFormLabel: a,
|
|
51
|
+
MuiFormHelperText: l,
|
|
52
|
+
MuiAutocomplete: i,
|
|
53
|
+
MuiCheckbox: k,
|
|
91
54
|
MuiMenu: b,
|
|
92
|
-
MuiMenuItem:
|
|
93
|
-
MuiRadio:
|
|
94
|
-
MuiDialog:
|
|
95
|
-
MuiDialogTitle:
|
|
96
|
-
MuiDialogContent:
|
|
97
|
-
MuiDialogActions:
|
|
98
|
-
MuiDrawer:
|
|
99
|
-
MuiTableCell:
|
|
100
|
-
MuiTableHead:
|
|
101
|
-
MuiTableRow:
|
|
55
|
+
MuiMenuItem: c,
|
|
56
|
+
MuiRadio: G,
|
|
57
|
+
MuiDialog: p,
|
|
58
|
+
MuiDialogTitle: M,
|
|
59
|
+
MuiDialogContent: e,
|
|
60
|
+
MuiDialogActions: u,
|
|
61
|
+
MuiDrawer: f,
|
|
62
|
+
MuiTableCell: R,
|
|
63
|
+
MuiTableHead: S,
|
|
64
|
+
MuiTableRow: h,
|
|
102
65
|
MuiPaginationItem: B,
|
|
103
|
-
MuiPaper:
|
|
104
|
-
MuiCircularProgress:
|
|
105
|
-
MuiListItemButton:
|
|
106
|
-
MuiListItemText:
|
|
107
|
-
MuiLinearProgress:
|
|
108
|
-
MuiTab:
|
|
109
|
-
MuiTabs:
|
|
110
|
-
MuiStepLabel:
|
|
111
|
-
MuiStep:
|
|
112
|
-
MuiStepConnector:
|
|
113
|
-
MuiToggleButtonGroup:
|
|
114
|
-
MuiToggleButton:
|
|
115
|
-
MuiTextField:
|
|
116
|
-
MuiSwitch:
|
|
117
|
-
}
|
|
66
|
+
MuiPaper: I,
|
|
67
|
+
MuiCircularProgress: m,
|
|
68
|
+
MuiListItemButton: g,
|
|
69
|
+
MuiListItemText: T,
|
|
70
|
+
MuiLinearProgress: s,
|
|
71
|
+
MuiTab: D,
|
|
72
|
+
MuiTabs: w,
|
|
73
|
+
MuiStepLabel: x,
|
|
74
|
+
MuiStep: L,
|
|
75
|
+
MuiStepConnector: P,
|
|
76
|
+
MuiToggleButtonGroup: y,
|
|
77
|
+
MuiToggleButton: F,
|
|
78
|
+
MuiTextField: A,
|
|
79
|
+
MuiSwitch: C
|
|
80
|
+
};
|
|
118
81
|
export {
|
|
119
|
-
|
|
82
|
+
bo as components
|
|
120
83
|
};
|
package/lib/theme/index.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { componentsColors as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
1
|
+
import { componentsColors as e } from "./componentsColors/componentsColors.mjs";
|
|
2
|
+
const F = () => {
|
|
3
|
+
const r = {
|
|
4
4
|
primary: {
|
|
5
|
-
900: "#
|
|
6
|
-
800: "#
|
|
7
|
-
700: "#
|
|
8
|
-
600: "#
|
|
9
|
-
500: "#
|
|
10
|
-
400: "#
|
|
11
|
-
300: "#
|
|
12
|
-
200: "#
|
|
13
|
-
100: "#
|
|
5
|
+
900: "#013a63",
|
|
6
|
+
800: "#01497c",
|
|
7
|
+
700: "#014f86",
|
|
8
|
+
600: "#2a6f97",
|
|
9
|
+
500: "#2c7da0",
|
|
10
|
+
400: "#468faf",
|
|
11
|
+
300: "#61a5c2",
|
|
12
|
+
200: "#89c2d9",
|
|
13
|
+
100: "#a9d6e5"
|
|
14
14
|
},
|
|
15
15
|
secondary: {
|
|
16
16
|
800: "#55B8F0"
|
|
@@ -62,16 +62,16 @@ const t = () => {
|
|
|
62
62
|
100: "#F0F4F7"
|
|
63
63
|
},
|
|
64
64
|
primary: {
|
|
65
|
-
main:
|
|
66
|
-
dark:
|
|
65
|
+
main: r.primary[800],
|
|
66
|
+
dark: r.primary[900],
|
|
67
67
|
contrastText: "#FFF",
|
|
68
|
-
...
|
|
68
|
+
...r.primary
|
|
69
69
|
},
|
|
70
70
|
secondary: {
|
|
71
|
-
main:
|
|
72
|
-
dark:
|
|
71
|
+
main: r.secondary[800],
|
|
72
|
+
dark: r.primary[900],
|
|
73
73
|
contrastText: "#FFF",
|
|
74
|
-
...
|
|
74
|
+
...r.secondary
|
|
75
75
|
},
|
|
76
76
|
background: {
|
|
77
77
|
default: "#FFF",
|
|
@@ -117,9 +117,9 @@ const t = () => {
|
|
|
117
117
|
contrastText: "#FFF"
|
|
118
118
|
};
|
|
119
119
|
},
|
|
120
|
-
components:
|
|
120
|
+
components: e
|
|
121
121
|
};
|
|
122
122
|
};
|
|
123
123
|
export {
|
|
124
|
-
|
|
124
|
+
F as getPalette
|
|
125
125
|
};
|
package/lib/theme/typography.mjs
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/* empty css */
|
|
2
|
+
/* empty css */
|
|
3
|
+
/* empty css */
|
|
4
|
+
/* empty css */
|
|
5
|
+
const e = (i) => ({
|
|
2
6
|
h1: {
|
|
3
7
|
fontSize: "36px",
|
|
4
8
|
fontWeight: i.typography.fontWeightMedium,
|
|
@@ -91,5 +95,5 @@ const t = (i) => ({
|
|
|
91
95
|
}
|
|
92
96
|
});
|
|
93
97
|
export {
|
|
94
|
-
|
|
98
|
+
e as getTypography
|
|
95
99
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@max-ts/components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"browser": "./src/index.ts",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"module": "./src/index.ts",
|
|
@@ -20,8 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@emotion/react": "^11.14.0",
|
|
22
22
|
"@emotion/styled": "^11.14.0",
|
|
23
|
+
"@fontsource/roboto": "^5.1.1",
|
|
23
24
|
"@mui/material": "^6.4.5",
|
|
24
25
|
"@mui/system": "^6.4.3",
|
|
26
|
+
"@react-input/mask": "^2.0.4",
|
|
25
27
|
"clsx": "^2.1.1",
|
|
26
28
|
"lucide-react": "^0.475.0",
|
|
27
29
|
"react": "^19.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useTheme';
|