@max-ts/components 0.2.4 → 0.3.0
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/_virtual/_commonjsHelpers.mjs +6 -0
- package/lib/_virtual/index.mjs +5 -0
- package/lib/_virtual/index2.mjs +4 -0
- package/lib/_virtual/index3.mjs +4 -0
- package/lib/_virtual/index4.mjs +7 -0
- package/lib/_virtual/index5.mjs +4 -0
- package/lib/_virtual/react-is.development.mjs +4 -0
- package/lib/_virtual/react-is.development2.mjs +4 -0
- package/lib/_virtual/react-is.production.min.mjs +4 -0
- package/lib/_virtual/react-is.production.mjs +4 -0
- package/lib/components/Accordion/styles.d.ts +2 -2
- package/lib/components/Accordion/styles.mjs +21 -11
- 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 +13 -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 +18 -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 +18 -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 -3
- 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 +15 -5
- package/lib/components/Chevron/styles.mjs +14 -4
- package/lib/components/ConfirmAction/styles.d.ts +2 -2
- package/lib/components/ConfirmAction/styles.mjs +17 -7
- package/lib/components/ConfirmDialog/styles.mjs +10 -4
- 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 +13 -3
- package/lib/components/CopyTypography/styles.d.ts +2 -2
- package/lib/components/CopyTypography/styles.mjs +16 -6
- package/lib/components/DataGrid/Body/styles.mjs +15 -5
- package/lib/components/DataGrid/Cell/styles.mjs +15 -5
- package/lib/components/DataGrid/Head/styles.mjs +20 -10
- package/lib/components/DataGrid/HeadCell/styles.d.ts +2 -2
- package/lib/components/DataGrid/HeadCell/styles.mjs +18 -8
- package/lib/components/DataGrid/Row/styles.mjs +19 -9
- package/lib/components/DataGrid/styles.mjs +20 -10
- package/lib/components/DataGridActionCell/styles.mjs +13 -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 +22 -12
- package/lib/components/Description/Name/styles.mjs +15 -5
- package/lib/components/Description/Value/styles.d.ts +10 -10
- package/lib/components/Description/Value/styles.mjs +83 -9
- package/lib/components/Description/Value/useLogic/useLogic.mjs +3 -3
- package/lib/components/Description/styles.mjs +13 -3
- package/lib/components/Description/useLogic/useLogic.d.ts +1 -1
- package/lib/components/DescriptionList/styles.mjs +20 -10
- 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 +27 -0
- package/lib/components/DialogContentText/styles.d.ts +1 -1
- package/lib/components/DialogHeader/styles.mjs +22 -12
- package/lib/components/Filename/styles.d.ts +2 -2
- package/lib/components/Filename/styles.mjs +16 -6
- package/lib/components/FormHelperText/FormHelperTextContent/styles.mjs +26 -16
- package/lib/components/FormLabel/styles.d.ts +1 -1
- package/lib/components/IconButton/styles.mjs +20 -14
- 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 +16 -6
- package/lib/components/Placeholder/Image/styles.mjs +14 -4
- package/lib/components/Placeholder/styles.d.ts +4 -4
- package/lib/components/Placeholder/styles.mjs +31 -21
- package/lib/components/SearchField/styles.mjs +22 -12
- 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 +40 -0
- package/lib/components/Tab/styles.d.ts +1 -1
- package/lib/components/Tabs/styles.mjs +16 -6
- package/lib/components/Tag/Tag.mjs +27 -23
- package/lib/components/Tag/styles.d.ts +1 -1
- package/lib/components/TagBadge/styles.mjs +14 -4
- package/lib/components/TagsList/Tag/styles.d.ts +1 -1
- package/lib/components/TagsList/Tag/styles.mjs +14 -4
- package/lib/components/TagsList/styles.mjs +13 -3
- 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 +225 -200
- package/lib/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.mjs +22 -0
- package/lib/node_modules/.pnpm/@emotion_memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.mjs +9 -0
- package/lib/node_modules/.pnpm/@emotion_serialize@1.3.3/node_modules/@emotion/serialize/dist/emotion-serialize.esm.mjs +120 -0
- package/lib/node_modules/.pnpm/@emotion_unitless@0.10.0/node_modules/@emotion/unitless/dist/emotion-unitless.esm.mjs +53 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/blue.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/common.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/green.mjs +11 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/grey.mjs +19 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/lightBlue.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/orange.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/purple.mjs +11 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/colors/red.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createColorScheme.mjs +44 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createGetSelector.mjs +41 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createMixins.mjs +19 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createPalette.mjs +261 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTheme.mjs +60 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeNoVars.mjs +75 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createThemeWithVars.mjs +161 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTransitions.mjs +66 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/createTypography.mjs +80 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/defaultTheme.mjs +5 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/excludeVariablesFromRoot.mjs +4 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/getOverlayAlpha.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/identifier.mjs +4 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/rootShouldForwardProp.mjs +5 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shadows.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/shouldSkipGeneratingVar.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/slotShouldForwardProp.mjs +6 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/stringifyTheme.mjs +29 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/styled.mjs +13 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/useTheme.mjs +11 -0
- package/lib/node_modules/.pnpm/@mui_material@6.4.5_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion__861faf9ddc4761e7658ec96cff5e306a/node_modules/@mui/material/styles/zIndex.mjs +13 -0
- package/lib/node_modules/.pnpm/@mui_styled-engine@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emo_6faee6770fc007ef214af3c8aa5695a8/node_modules/@mui/styled-engine/index.mjs +33 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/borders/borders.mjs +45 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/breakpoints/breakpoints.mjs +67 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/colorManipulator/colorManipulator.mjs +145 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/compose/compose.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.mjs +62 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createStyled/createStyled.mjs +153 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/applyStyles.mjs +15 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createSpacing.mjs +15 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/createTheme.mjs +44 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/createTheme/shape.mjs +6 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.mjs +49 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssGrid/cssGrid.mjs +78 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/cssVarsParser.mjs +41 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.mjs +8 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareCssVars.mjs +117 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/memoize/memoize.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/merge/merge.mjs +10 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/palette/palette.mjs +26 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/preprocessStyles.mjs +17 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/responsivePropType/responsivePropType.mjs +5 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/sizing/sizing.mjs +63 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/spacing/spacing.mjs +84 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/style/style.mjs +43 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.mjs +296 -0
- package/lib/node_modules/.pnpm/@mui_system@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emotion_st_5f10f346196051285cfc2e46c43ad4ff/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.mjs +92 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.mjs +17 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/capitalize/capitalize.mjs +9 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/clamp/clamp.mjs +6 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/deepmerge/deepmerge.mjs +31 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.mjs +7 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.mjs +23 -0
- package/lib/node_modules/.pnpm/@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.mjs +28 -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/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/object-assign@4.1.1/node_modules/object-assign/index.mjs +54 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.mjs +54 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.mjs +52 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.mjs +329 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.mjs +17 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +10 -0
- package/lib/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.mjs +7 -0
- package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.mjs +95 -0
- package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.mjs +78 -0
- package/lib/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.mjs +10 -0
- package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.development.mjs +76 -0
- package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/cjs/react-is.production.mjs +76 -0
- package/lib/node_modules/.pnpm/react-is@19.0.0/node_modules/react-is/index.mjs +10 -0
- package/lib/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.mjs +18 -18
- 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,117 @@
|
|
|
1
|
+
import S from "./cssVarsParser.mjs";
|
|
2
|
+
import p from "../../../../../../@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/deepmerge/deepmerge.mjs";
|
|
3
|
+
function M(i, f = {}) {
|
|
4
|
+
const {
|
|
5
|
+
getSelector: m = y,
|
|
6
|
+
disableCssColorScheme: C,
|
|
7
|
+
colorSchemeSelector: a
|
|
8
|
+
} = f, {
|
|
9
|
+
colorSchemes: h = {},
|
|
10
|
+
components: E,
|
|
11
|
+
defaultColorScheme: g = "light",
|
|
12
|
+
...W
|
|
13
|
+
} = i, {
|
|
14
|
+
vars: j,
|
|
15
|
+
css: v,
|
|
16
|
+
varsWithDefaults: D
|
|
17
|
+
} = S(W, f);
|
|
18
|
+
let c = D;
|
|
19
|
+
const u = {}, {
|
|
20
|
+
[g]: V,
|
|
21
|
+
...O
|
|
22
|
+
} = h;
|
|
23
|
+
if (Object.entries(O || {}).forEach(([e, s]) => {
|
|
24
|
+
const {
|
|
25
|
+
vars: t,
|
|
26
|
+
css: n,
|
|
27
|
+
varsWithDefaults: d
|
|
28
|
+
} = S(s, f);
|
|
29
|
+
c = p(c, d), u[e] = {
|
|
30
|
+
css: n,
|
|
31
|
+
vars: t
|
|
32
|
+
};
|
|
33
|
+
}), V) {
|
|
34
|
+
const {
|
|
35
|
+
css: e,
|
|
36
|
+
vars: s,
|
|
37
|
+
varsWithDefaults: t
|
|
38
|
+
} = S(V, f);
|
|
39
|
+
c = p(c, t), u[g] = {
|
|
40
|
+
css: e,
|
|
41
|
+
vars: s
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function y(e, s) {
|
|
45
|
+
let t = a;
|
|
46
|
+
if (a === "class" && (t = ".%s"), a === "data" && (t = "[data-%s]"), a?.startsWith("data-") && !a.includes("%s") && (t = `[${a}="%s"]`), e) {
|
|
47
|
+
if (t === "media")
|
|
48
|
+
return i.defaultColorScheme === e ? ":root" : {
|
|
49
|
+
[`@media (prefers-color-scheme: ${h[e]?.palette?.mode || e})`]: {
|
|
50
|
+
":root": s
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
if (t)
|
|
54
|
+
return i.defaultColorScheme === e ? `:root, ${t.replace("%s", String(e))}` : t.replace("%s", String(e));
|
|
55
|
+
}
|
|
56
|
+
return ":root";
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
vars: c,
|
|
60
|
+
generateThemeVars: () => {
|
|
61
|
+
let e = {
|
|
62
|
+
...j
|
|
63
|
+
};
|
|
64
|
+
return Object.entries(u).forEach(([, {
|
|
65
|
+
vars: s
|
|
66
|
+
}]) => {
|
|
67
|
+
e = p(e, s);
|
|
68
|
+
}), e;
|
|
69
|
+
},
|
|
70
|
+
generateStyleSheets: () => {
|
|
71
|
+
const e = [], s = i.defaultColorScheme || "light";
|
|
72
|
+
function t(r, o) {
|
|
73
|
+
Object.keys(o).length && e.push(typeof r == "string" ? {
|
|
74
|
+
[r]: {
|
|
75
|
+
...o
|
|
76
|
+
}
|
|
77
|
+
} : r);
|
|
78
|
+
}
|
|
79
|
+
t(m(void 0, {
|
|
80
|
+
...v
|
|
81
|
+
}), v);
|
|
82
|
+
const {
|
|
83
|
+
[s]: n,
|
|
84
|
+
...d
|
|
85
|
+
} = u;
|
|
86
|
+
if (n) {
|
|
87
|
+
const {
|
|
88
|
+
css: r
|
|
89
|
+
} = n, o = h[s]?.palette?.mode, l = !C && o ? {
|
|
90
|
+
colorScheme: o,
|
|
91
|
+
...r
|
|
92
|
+
} : {
|
|
93
|
+
...r
|
|
94
|
+
};
|
|
95
|
+
t(m(s, {
|
|
96
|
+
...l
|
|
97
|
+
}), l);
|
|
98
|
+
}
|
|
99
|
+
return Object.entries(d).forEach(([r, {
|
|
100
|
+
css: o
|
|
101
|
+
}]) => {
|
|
102
|
+
const l = h[r]?.palette?.mode, b = !C && l ? {
|
|
103
|
+
colorScheme: l,
|
|
104
|
+
...o
|
|
105
|
+
} : {
|
|
106
|
+
...o
|
|
107
|
+
};
|
|
108
|
+
t(m(r, {
|
|
109
|
+
...b
|
|
110
|
+
}), b);
|
|
111
|
+
}), e;
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
export {
|
|
116
|
+
M as default
|
|
117
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
function i(n) {
|
|
2
|
+
const e = {};
|
|
3
|
+
return Object.entries(n).forEach((o) => {
|
|
4
|
+
const [r, t] = o;
|
|
5
|
+
typeof t == "object" && (e[r] = `${t.fontStyle ? `${t.fontStyle} ` : ""}${t.fontVariant ? `${t.fontVariant} ` : ""}${t.fontWeight ? `${t.fontWeight} ` : ""}${t.fontStretch ? `${t.fontStretch} ` : ""}${t.fontSize || ""}${t.lineHeight ? `/${t.lineHeight} ` : ""}${t.fontFamily || ""}`);
|
|
6
|
+
}), e;
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
i as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import f from "../../../../../../@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/deepmerge/deepmerge.mjs";
|
|
2
|
+
function o(e, r) {
|
|
3
|
+
return r ? f(e, r, {
|
|
4
|
+
clone: !1
|
|
5
|
+
// No need to clone deep, it's way faster.
|
|
6
|
+
}) : e;
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
o as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import o from "../style/style.mjs";
|
|
2
|
+
import p from "../compose/compose.mjs";
|
|
3
|
+
function r(e, t) {
|
|
4
|
+
return t === "grey" ? t : e;
|
|
5
|
+
}
|
|
6
|
+
const n = o({
|
|
7
|
+
prop: "color",
|
|
8
|
+
themeKey: "palette",
|
|
9
|
+
transform: r
|
|
10
|
+
}), c = o({
|
|
11
|
+
prop: "bgcolor",
|
|
12
|
+
cssProperty: "backgroundColor",
|
|
13
|
+
themeKey: "palette",
|
|
14
|
+
transform: r
|
|
15
|
+
}), m = o({
|
|
16
|
+
prop: "backgroundColor",
|
|
17
|
+
themeKey: "palette",
|
|
18
|
+
transform: r
|
|
19
|
+
});
|
|
20
|
+
p(n, c, m);
|
|
21
|
+
export {
|
|
22
|
+
m as backgroundColor,
|
|
23
|
+
c as bgcolor,
|
|
24
|
+
n as color,
|
|
25
|
+
r as paletteTransform
|
|
26
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { internal_serializeStyles as l } from "../../../../../@mui_styled-engine@6.4.3_@emotion_react@11.14.0_@types_react@19.0.10_react@19.0.0__@emo_6faee6770fc007ef214af3c8aa5695a8/node_modules/@mui/styled-engine/index.mjs";
|
|
2
|
+
function i(o) {
|
|
3
|
+
const {
|
|
4
|
+
variants: e,
|
|
5
|
+
...r
|
|
6
|
+
} = o, t = {
|
|
7
|
+
variants: e,
|
|
8
|
+
style: l(r),
|
|
9
|
+
isProcessed: !0
|
|
10
|
+
};
|
|
11
|
+
return t.style === r || e && e.forEach((s) => {
|
|
12
|
+
typeof s.style != "function" && (s.style = l(s.style));
|
|
13
|
+
}), t;
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
i as default
|
|
17
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import i from "../style/style.mjs";
|
|
2
|
+
import s from "../compose/compose.mjs";
|
|
3
|
+
import { handleBreakpoints as h, values as a } from "../breakpoints/breakpoints.mjs";
|
|
4
|
+
function r(t) {
|
|
5
|
+
return t <= 1 && t !== 0 ? `${t * 100}%` : t;
|
|
6
|
+
}
|
|
7
|
+
const f = i({
|
|
8
|
+
prop: "width",
|
|
9
|
+
transform: r
|
|
10
|
+
}), e = (t) => {
|
|
11
|
+
if (t.maxWidth !== void 0 && t.maxWidth !== null) {
|
|
12
|
+
const m = (n) => {
|
|
13
|
+
const o = t.theme?.breakpoints?.values?.[n] || a[n];
|
|
14
|
+
return o ? t.theme?.breakpoints?.unit !== "px" ? {
|
|
15
|
+
maxWidth: `${o}${t.theme.breakpoints.unit}`
|
|
16
|
+
} : {
|
|
17
|
+
maxWidth: o
|
|
18
|
+
} : {
|
|
19
|
+
maxWidth: r(n)
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
return h(t, t.maxWidth, m);
|
|
23
|
+
}
|
|
24
|
+
return null;
|
|
25
|
+
};
|
|
26
|
+
e.filterProps = ["maxWidth"];
|
|
27
|
+
const d = i({
|
|
28
|
+
prop: "minWidth",
|
|
29
|
+
transform: r
|
|
30
|
+
}), p = i({
|
|
31
|
+
prop: "height",
|
|
32
|
+
transform: r
|
|
33
|
+
}), x = i({
|
|
34
|
+
prop: "maxHeight",
|
|
35
|
+
transform: r
|
|
36
|
+
}), c = i({
|
|
37
|
+
prop: "minHeight",
|
|
38
|
+
transform: r
|
|
39
|
+
});
|
|
40
|
+
i({
|
|
41
|
+
prop: "size",
|
|
42
|
+
cssProperty: "width",
|
|
43
|
+
transform: r
|
|
44
|
+
});
|
|
45
|
+
i({
|
|
46
|
+
prop: "size",
|
|
47
|
+
cssProperty: "height",
|
|
48
|
+
transform: r
|
|
49
|
+
});
|
|
50
|
+
const g = i({
|
|
51
|
+
prop: "boxSizing"
|
|
52
|
+
});
|
|
53
|
+
s(f, e, d, p, x, c, g);
|
|
54
|
+
export {
|
|
55
|
+
g as boxSizing,
|
|
56
|
+
p as height,
|
|
57
|
+
x as maxHeight,
|
|
58
|
+
e as maxWidth,
|
|
59
|
+
c as minHeight,
|
|
60
|
+
d as minWidth,
|
|
61
|
+
r as sizingTransform,
|
|
62
|
+
f as width
|
|
63
|
+
};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { getPath as l } from "../style/style.mjs";
|
|
2
|
+
import y from "../merge/merge.mjs";
|
|
3
|
+
import h from "../memoize/memoize.mjs";
|
|
4
|
+
import c from "../responsivePropType/responsivePropType.mjs";
|
|
5
|
+
import { handleBreakpoints as E } from "../breakpoints/breakpoints.mjs";
|
|
6
|
+
const b = {
|
|
7
|
+
m: "margin",
|
|
8
|
+
p: "padding"
|
|
9
|
+
}, N = {
|
|
10
|
+
t: "Top",
|
|
11
|
+
r: "Right",
|
|
12
|
+
b: "Bottom",
|
|
13
|
+
l: "Left",
|
|
14
|
+
x: ["Left", "Right"],
|
|
15
|
+
y: ["Top", "Bottom"]
|
|
16
|
+
}, p = {
|
|
17
|
+
marginX: "mx",
|
|
18
|
+
marginY: "my",
|
|
19
|
+
paddingX: "px",
|
|
20
|
+
paddingY: "py"
|
|
21
|
+
}, $ = h((n) => {
|
|
22
|
+
if (n.length > 2)
|
|
23
|
+
if (p[n])
|
|
24
|
+
n = p[n];
|
|
25
|
+
else
|
|
26
|
+
return [n];
|
|
27
|
+
const [e, i] = n.split(""), o = b[e], r = N[i] || "";
|
|
28
|
+
return Array.isArray(r) ? r.map((t) => o + t) : [o + r];
|
|
29
|
+
}), u = ["m", "mt", "mr", "mb", "ml", "mx", "my", "margin", "marginTop", "marginRight", "marginBottom", "marginLeft", "marginX", "marginY", "marginInline", "marginInlineStart", "marginInlineEnd", "marginBlock", "marginBlockStart", "marginBlockEnd"], d = ["p", "pt", "pr", "pb", "pl", "px", "py", "padding", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingX", "paddingY", "paddingInline", "paddingInlineStart", "paddingInlineEnd", "paddingBlock", "paddingBlockStart", "paddingBlockEnd"], I = [...u, ...d];
|
|
30
|
+
function B(n, e, i, o) {
|
|
31
|
+
const r = l(n, e, !0) ?? i;
|
|
32
|
+
return typeof r == "number" || typeof r == "string" ? (t) => typeof t == "string" ? t : (process.env.NODE_ENV !== "production" && typeof t != "number" && console.error(`MUI: Expected ${o} argument to be a number or a string, got ${t}.`), typeof r == "string" ? `calc(${t} * ${r})` : r * t) : Array.isArray(r) ? (t) => {
|
|
33
|
+
if (typeof t == "string")
|
|
34
|
+
return t;
|
|
35
|
+
const s = Math.abs(t);
|
|
36
|
+
process.env.NODE_ENV !== "production" && (Number.isInteger(s) ? s > r.length - 1 && console.error([`MUI: The value provided (${s}) overflows.`, `The supported values are: ${JSON.stringify(r)}.`, `${s} > ${r.length - 1}, you need to add the missing values.`].join(`
|
|
37
|
+
`)) : console.error([`MUI: The \`theme.${e}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${e}\` as a number.`].join(`
|
|
38
|
+
`)));
|
|
39
|
+
const a = r[s];
|
|
40
|
+
return t >= 0 ? a : typeof a == "number" ? -a : `-${a}`;
|
|
41
|
+
} : typeof r == "function" ? r : (process.env.NODE_ENV !== "production" && console.error([`MUI: The \`theme.${e}\` value (${r}) is invalid.`, "It should be a number, an array or a function."].join(`
|
|
42
|
+
`)), () => {
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
function T(n) {
|
|
46
|
+
return B(n, "spacing", 8, "spacing");
|
|
47
|
+
}
|
|
48
|
+
function v(n, e) {
|
|
49
|
+
return typeof e == "string" || e == null ? e : n(e);
|
|
50
|
+
}
|
|
51
|
+
function P(n, e) {
|
|
52
|
+
return (i) => n.reduce((o, r) => (o[r] = v(e, i), o), {});
|
|
53
|
+
}
|
|
54
|
+
function k(n, e, i, o) {
|
|
55
|
+
if (!e.includes(i))
|
|
56
|
+
return null;
|
|
57
|
+
const r = $(i), t = P(r, o), s = n[i];
|
|
58
|
+
return E(n, s, t);
|
|
59
|
+
}
|
|
60
|
+
function g(n, e) {
|
|
61
|
+
const i = T(n.theme);
|
|
62
|
+
return Object.keys(n).map((o) => k(n, e, o, i)).reduce(y, {});
|
|
63
|
+
}
|
|
64
|
+
function m(n) {
|
|
65
|
+
return g(n, u);
|
|
66
|
+
}
|
|
67
|
+
m.propTypes = process.env.NODE_ENV !== "production" ? u.reduce((n, e) => (n[e] = c, n), {}) : {};
|
|
68
|
+
m.filterProps = u;
|
|
69
|
+
function f(n) {
|
|
70
|
+
return g(n, d);
|
|
71
|
+
}
|
|
72
|
+
f.propTypes = process.env.NODE_ENV !== "production" ? d.reduce((n, e) => (n[e] = c, n), {}) : {};
|
|
73
|
+
f.filterProps = d;
|
|
74
|
+
process.env.NODE_ENV !== "production" && I.reduce((n, e) => (n[e] = c, n), {});
|
|
75
|
+
export {
|
|
76
|
+
T as createUnarySpacing,
|
|
77
|
+
B as createUnaryUnit,
|
|
78
|
+
P as getStyleFromPropValue,
|
|
79
|
+
v as getValue,
|
|
80
|
+
m as margin,
|
|
81
|
+
u as marginKeys,
|
|
82
|
+
f as padding,
|
|
83
|
+
d as paddingKeys
|
|
84
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import P from "../responsivePropType/responsivePropType.mjs";
|
|
2
|
+
import { handleBreakpoints as m } from "../breakpoints/breakpoints.mjs";
|
|
3
|
+
import $ from "../../../../../../@mui_utils@6.4.3_@types_react@19.0.10_react@19.0.0/node_modules/@mui/utils/esm/capitalize/capitalize.mjs";
|
|
4
|
+
function c(t, e, f = !0) {
|
|
5
|
+
if (!e || typeof e != "string")
|
|
6
|
+
return null;
|
|
7
|
+
if (t && t.vars && f) {
|
|
8
|
+
const n = `vars.${e}`.split(".").reduce((r, s) => r && r[s] ? r[s] : null, t);
|
|
9
|
+
if (n != null)
|
|
10
|
+
return n;
|
|
11
|
+
}
|
|
12
|
+
return e.split(".").reduce((n, r) => n && n[r] != null ? n[r] : null, t);
|
|
13
|
+
}
|
|
14
|
+
function y(t, e, f, n = f) {
|
|
15
|
+
let r;
|
|
16
|
+
return typeof t == "function" ? r = t(f) : Array.isArray(t) ? r = t[f] || n : r = c(t, f) || n, e && (r = e(r, n, t)), r;
|
|
17
|
+
}
|
|
18
|
+
function k(t) {
|
|
19
|
+
const {
|
|
20
|
+
prop: e,
|
|
21
|
+
cssProperty: f = t.prop,
|
|
22
|
+
themeKey: n,
|
|
23
|
+
transform: r
|
|
24
|
+
} = t, s = (o) => {
|
|
25
|
+
if (o[e] == null)
|
|
26
|
+
return null;
|
|
27
|
+
const v = o[e], d = o.theme, i = c(d, n) || {};
|
|
28
|
+
return m(o, v, (u) => {
|
|
29
|
+
let l = y(i, r, u);
|
|
30
|
+
return u === l && typeof u == "string" && (l = y(i, r, `${e}${u === "default" ? "" : $(u)}`, u)), f === !1 ? l : {
|
|
31
|
+
[f]: l
|
|
32
|
+
};
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
return s.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
36
|
+
[e]: P
|
|
37
|
+
} : {}, s.filterProps = [e], s;
|
|
38
|
+
}
|
|
39
|
+
export {
|
|
40
|
+
k as default,
|
|
41
|
+
c as getPath,
|
|
42
|
+
y as getStyleValue
|
|
43
|
+
};
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
import { sizingTransform as o, maxWidth as s } from "../sizing/sizing.mjs";
|
|
2
|
+
import { columnGap as i, rowGap as n, gap as m } from "../cssGrid/cssGrid.mjs";
|
|
3
|
+
import { margin as e, padding as t } from "../spacing/spacing.mjs";
|
|
4
|
+
import { paletteTransform as l } from "../palette/palette.mjs";
|
|
5
|
+
import { borderRadius as y, borderTransform as r } from "../borders/borders.mjs";
|
|
6
|
+
const b = {
|
|
7
|
+
// borders
|
|
8
|
+
border: {
|
|
9
|
+
themeKey: "borders",
|
|
10
|
+
transform: r
|
|
11
|
+
},
|
|
12
|
+
borderTop: {
|
|
13
|
+
themeKey: "borders",
|
|
14
|
+
transform: r
|
|
15
|
+
},
|
|
16
|
+
borderRight: {
|
|
17
|
+
themeKey: "borders",
|
|
18
|
+
transform: r
|
|
19
|
+
},
|
|
20
|
+
borderBottom: {
|
|
21
|
+
themeKey: "borders",
|
|
22
|
+
transform: r
|
|
23
|
+
},
|
|
24
|
+
borderLeft: {
|
|
25
|
+
themeKey: "borders",
|
|
26
|
+
transform: r
|
|
27
|
+
},
|
|
28
|
+
borderColor: {
|
|
29
|
+
themeKey: "palette"
|
|
30
|
+
},
|
|
31
|
+
borderTopColor: {
|
|
32
|
+
themeKey: "palette"
|
|
33
|
+
},
|
|
34
|
+
borderRightColor: {
|
|
35
|
+
themeKey: "palette"
|
|
36
|
+
},
|
|
37
|
+
borderBottomColor: {
|
|
38
|
+
themeKey: "palette"
|
|
39
|
+
},
|
|
40
|
+
borderLeftColor: {
|
|
41
|
+
themeKey: "palette"
|
|
42
|
+
},
|
|
43
|
+
outline: {
|
|
44
|
+
themeKey: "borders",
|
|
45
|
+
transform: r
|
|
46
|
+
},
|
|
47
|
+
outlineColor: {
|
|
48
|
+
themeKey: "palette"
|
|
49
|
+
},
|
|
50
|
+
borderRadius: {
|
|
51
|
+
themeKey: "shape.borderRadius",
|
|
52
|
+
style: y
|
|
53
|
+
},
|
|
54
|
+
// palette
|
|
55
|
+
color: {
|
|
56
|
+
themeKey: "palette",
|
|
57
|
+
transform: l
|
|
58
|
+
},
|
|
59
|
+
bgcolor: {
|
|
60
|
+
themeKey: "palette",
|
|
61
|
+
cssProperty: "backgroundColor",
|
|
62
|
+
transform: l
|
|
63
|
+
},
|
|
64
|
+
backgroundColor: {
|
|
65
|
+
themeKey: "palette",
|
|
66
|
+
transform: l
|
|
67
|
+
},
|
|
68
|
+
// spacing
|
|
69
|
+
p: {
|
|
70
|
+
style: t
|
|
71
|
+
},
|
|
72
|
+
pt: {
|
|
73
|
+
style: t
|
|
74
|
+
},
|
|
75
|
+
pr: {
|
|
76
|
+
style: t
|
|
77
|
+
},
|
|
78
|
+
pb: {
|
|
79
|
+
style: t
|
|
80
|
+
},
|
|
81
|
+
pl: {
|
|
82
|
+
style: t
|
|
83
|
+
},
|
|
84
|
+
px: {
|
|
85
|
+
style: t
|
|
86
|
+
},
|
|
87
|
+
py: {
|
|
88
|
+
style: t
|
|
89
|
+
},
|
|
90
|
+
padding: {
|
|
91
|
+
style: t
|
|
92
|
+
},
|
|
93
|
+
paddingTop: {
|
|
94
|
+
style: t
|
|
95
|
+
},
|
|
96
|
+
paddingRight: {
|
|
97
|
+
style: t
|
|
98
|
+
},
|
|
99
|
+
paddingBottom: {
|
|
100
|
+
style: t
|
|
101
|
+
},
|
|
102
|
+
paddingLeft: {
|
|
103
|
+
style: t
|
|
104
|
+
},
|
|
105
|
+
paddingX: {
|
|
106
|
+
style: t
|
|
107
|
+
},
|
|
108
|
+
paddingY: {
|
|
109
|
+
style: t
|
|
110
|
+
},
|
|
111
|
+
paddingInline: {
|
|
112
|
+
style: t
|
|
113
|
+
},
|
|
114
|
+
paddingInlineStart: {
|
|
115
|
+
style: t
|
|
116
|
+
},
|
|
117
|
+
paddingInlineEnd: {
|
|
118
|
+
style: t
|
|
119
|
+
},
|
|
120
|
+
paddingBlock: {
|
|
121
|
+
style: t
|
|
122
|
+
},
|
|
123
|
+
paddingBlockStart: {
|
|
124
|
+
style: t
|
|
125
|
+
},
|
|
126
|
+
paddingBlockEnd: {
|
|
127
|
+
style: t
|
|
128
|
+
},
|
|
129
|
+
m: {
|
|
130
|
+
style: e
|
|
131
|
+
},
|
|
132
|
+
mt: {
|
|
133
|
+
style: e
|
|
134
|
+
},
|
|
135
|
+
mr: {
|
|
136
|
+
style: e
|
|
137
|
+
},
|
|
138
|
+
mb: {
|
|
139
|
+
style: e
|
|
140
|
+
},
|
|
141
|
+
ml: {
|
|
142
|
+
style: e
|
|
143
|
+
},
|
|
144
|
+
mx: {
|
|
145
|
+
style: e
|
|
146
|
+
},
|
|
147
|
+
my: {
|
|
148
|
+
style: e
|
|
149
|
+
},
|
|
150
|
+
margin: {
|
|
151
|
+
style: e
|
|
152
|
+
},
|
|
153
|
+
marginTop: {
|
|
154
|
+
style: e
|
|
155
|
+
},
|
|
156
|
+
marginRight: {
|
|
157
|
+
style: e
|
|
158
|
+
},
|
|
159
|
+
marginBottom: {
|
|
160
|
+
style: e
|
|
161
|
+
},
|
|
162
|
+
marginLeft: {
|
|
163
|
+
style: e
|
|
164
|
+
},
|
|
165
|
+
marginX: {
|
|
166
|
+
style: e
|
|
167
|
+
},
|
|
168
|
+
marginY: {
|
|
169
|
+
style: e
|
|
170
|
+
},
|
|
171
|
+
marginInline: {
|
|
172
|
+
style: e
|
|
173
|
+
},
|
|
174
|
+
marginInlineStart: {
|
|
175
|
+
style: e
|
|
176
|
+
},
|
|
177
|
+
marginInlineEnd: {
|
|
178
|
+
style: e
|
|
179
|
+
},
|
|
180
|
+
marginBlock: {
|
|
181
|
+
style: e
|
|
182
|
+
},
|
|
183
|
+
marginBlockStart: {
|
|
184
|
+
style: e
|
|
185
|
+
},
|
|
186
|
+
marginBlockEnd: {
|
|
187
|
+
style: e
|
|
188
|
+
},
|
|
189
|
+
// display
|
|
190
|
+
displayPrint: {
|
|
191
|
+
cssProperty: !1,
|
|
192
|
+
transform: (a) => ({
|
|
193
|
+
"@media print": {
|
|
194
|
+
display: a
|
|
195
|
+
}
|
|
196
|
+
})
|
|
197
|
+
},
|
|
198
|
+
display: {},
|
|
199
|
+
overflow: {},
|
|
200
|
+
textOverflow: {},
|
|
201
|
+
visibility: {},
|
|
202
|
+
whiteSpace: {},
|
|
203
|
+
// flexbox
|
|
204
|
+
flexBasis: {},
|
|
205
|
+
flexDirection: {},
|
|
206
|
+
flexWrap: {},
|
|
207
|
+
justifyContent: {},
|
|
208
|
+
alignItems: {},
|
|
209
|
+
alignContent: {},
|
|
210
|
+
order: {},
|
|
211
|
+
flex: {},
|
|
212
|
+
flexGrow: {},
|
|
213
|
+
flexShrink: {},
|
|
214
|
+
alignSelf: {},
|
|
215
|
+
justifyItems: {},
|
|
216
|
+
justifySelf: {},
|
|
217
|
+
// grid
|
|
218
|
+
gap: {
|
|
219
|
+
style: m
|
|
220
|
+
},
|
|
221
|
+
rowGap: {
|
|
222
|
+
style: n
|
|
223
|
+
},
|
|
224
|
+
columnGap: {
|
|
225
|
+
style: i
|
|
226
|
+
},
|
|
227
|
+
gridColumn: {},
|
|
228
|
+
gridRow: {},
|
|
229
|
+
gridAutoFlow: {},
|
|
230
|
+
gridAutoColumns: {},
|
|
231
|
+
gridAutoRows: {},
|
|
232
|
+
gridTemplateColumns: {},
|
|
233
|
+
gridTemplateRows: {},
|
|
234
|
+
gridTemplateAreas: {},
|
|
235
|
+
gridArea: {},
|
|
236
|
+
// positions
|
|
237
|
+
position: {},
|
|
238
|
+
zIndex: {
|
|
239
|
+
themeKey: "zIndex"
|
|
240
|
+
},
|
|
241
|
+
top: {},
|
|
242
|
+
right: {},
|
|
243
|
+
bottom: {},
|
|
244
|
+
left: {},
|
|
245
|
+
// shadows
|
|
246
|
+
boxShadow: {
|
|
247
|
+
themeKey: "shadows"
|
|
248
|
+
},
|
|
249
|
+
// sizing
|
|
250
|
+
width: {
|
|
251
|
+
transform: o
|
|
252
|
+
},
|
|
253
|
+
maxWidth: {
|
|
254
|
+
style: s
|
|
255
|
+
},
|
|
256
|
+
minWidth: {
|
|
257
|
+
transform: o
|
|
258
|
+
},
|
|
259
|
+
height: {
|
|
260
|
+
transform: o
|
|
261
|
+
},
|
|
262
|
+
maxHeight: {
|
|
263
|
+
transform: o
|
|
264
|
+
},
|
|
265
|
+
minHeight: {
|
|
266
|
+
transform: o
|
|
267
|
+
},
|
|
268
|
+
boxSizing: {},
|
|
269
|
+
// typography
|
|
270
|
+
font: {
|
|
271
|
+
themeKey: "font"
|
|
272
|
+
},
|
|
273
|
+
fontFamily: {
|
|
274
|
+
themeKey: "typography"
|
|
275
|
+
},
|
|
276
|
+
fontSize: {
|
|
277
|
+
themeKey: "typography"
|
|
278
|
+
},
|
|
279
|
+
fontStyle: {
|
|
280
|
+
themeKey: "typography"
|
|
281
|
+
},
|
|
282
|
+
fontWeight: {
|
|
283
|
+
themeKey: "typography"
|
|
284
|
+
},
|
|
285
|
+
letterSpacing: {},
|
|
286
|
+
textTransform: {},
|
|
287
|
+
lineHeight: {},
|
|
288
|
+
textAlign: {},
|
|
289
|
+
typography: {
|
|
290
|
+
cssProperty: !1,
|
|
291
|
+
themeKey: "typography"
|
|
292
|
+
}
|
|
293
|
+
};
|
|
294
|
+
export {
|
|
295
|
+
b as default
|
|
296
|
+
};
|