react-easy-wall 1.1.20 → 1.2.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/dist/cjs/_virtual/es.js +6 -0
- package/dist/cjs/_virtual/es.js.map +1 -0
- package/dist/cjs/_virtual/es2.js +6 -0
- package/dist/cjs/_virtual/es2.js.map +1 -0
- package/dist/cjs/components/comment/CommentContext.js +17 -0
- package/dist/cjs/components/comment/CommentContext.js.map +1 -0
- package/dist/cjs/components/comment/CommentProvider.js +56 -0
- package/dist/cjs/components/comment/CommentProvider.js.map +1 -0
- package/dist/cjs/components/comment/Comments.js +42 -0
- package/dist/cjs/components/comment/Comments.js.map +1 -0
- package/dist/cjs/components/comment/comment.actions.js +64 -0
- package/dist/cjs/components/comment/comment.actions.js.map +1 -0
- package/dist/cjs/components/comment/comment.events.js +31 -0
- package/dist/cjs/components/comment/comment.events.js.map +1 -0
- package/dist/cjs/components/comment/comment.hooks.js +17 -0
- package/dist/cjs/components/comment/comment.hooks.js.map +1 -0
- package/dist/cjs/components/comment/comment.store.js +32 -0
- package/dist/cjs/components/comment/comment.store.js.map +1 -0
- package/dist/cjs/components/comment/comment.utils.js +15 -0
- package/dist/cjs/components/comment/comment.utils.js.map +1 -0
- package/dist/cjs/components/comment/components/AddComment.js +87 -0
- package/dist/cjs/components/comment/components/AddComment.js.map +1 -0
- package/dist/cjs/components/comment/components/AddCommentContainer.js +51 -0
- package/dist/cjs/components/comment/components/AddCommentContainer.js.map +1 -0
- package/dist/cjs/components/comment/components/AddReplyComment.js +62 -0
- package/dist/cjs/components/comment/components/AddReplyComment.js.map +1 -0
- package/dist/cjs/components/comment/components/AddReplyCommentContainer.js +35 -0
- package/dist/cjs/components/comment/components/AddReplyCommentContainer.js.map +1 -0
- package/dist/cjs/components/comment/components/CommentContainer.js +33 -0
- package/dist/cjs/components/comment/components/CommentContainer.js.map +1 -0
- package/dist/cjs/components/comment/components/CommentItem.js +42 -0
- package/dist/cjs/components/comment/components/CommentItem.js.map +1 -0
- package/dist/cjs/components/comment/components/CommentSubscriptionDialog.js +19 -0
- package/dist/cjs/components/comment/components/CommentSubscriptionDialog.js.map +1 -0
- package/dist/cjs/components/comment/components/ReplyComments.js +13 -0
- package/dist/cjs/components/comment/components/ReplyComments.js.map +1 -0
- package/dist/cjs/components/comment/components/ShowMoreComments.js +26 -0
- package/dist/cjs/components/comment/components/ShowMoreComments.js.map +1 -0
- package/dist/cjs/components/session/session.server.actions.js +2 -2
- package/dist/cjs/components/session/session.server.actions.js.map +1 -1
- package/dist/cjs/index.js +7 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/node_modules/@apollo/client/link/context/index.js +53 -0
- package/dist/cjs/node_modules/@apollo/client/link/context/index.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +12 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +12 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/createClass.js +20 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/createClass.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +10 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/iterableToArray.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +10 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +15 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +19 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +14 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js +16 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +16 -0
- package/dist/cjs/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js.map +1 -0
- package/dist/cjs/node_modules/@mui/icons-material/esm/GifOutlined.js +14 -0
- package/dist/cjs/node_modules/@mui/icons-material/esm/GifOutlined.js.map +1 -0
- package/dist/cjs/node_modules/@mui/icons-material/esm/Reply.js +14 -0
- package/dist/cjs/node_modules/@mui/icons-material/esm/Reply.js.map +1 -0
- package/dist/cjs/node_modules/@mui/icons-material/esm/SentimentSatisfiedOutlined.js +22 -0
- package/dist/cjs/node_modules/@mui/icons-material/esm/SentimentSatisfiedOutlined.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Card/Card.js +108 -0
- package/dist/cjs/node_modules/@mui/material/esm/Card/Card.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Card/cardClasses.js +12 -0
- package/dist/cjs/node_modules/@mui/material/esm/Card/cardClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardContent/CardContent.js +104 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardContent/CardContent.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardContent/cardContentClasses.js +12 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardContent/cardContentClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardHeader/CardHeader.js +290 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardHeader/CardHeader.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardHeader/cardHeaderClasses.js +15 -0
- package/dist/cjs/node_modules/@mui/material/esm/CardHeader/cardHeaderClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Dialog/Dialog.js +536 -0
- package/dist/cjs/node_modules/@mui/material/esm/Dialog/Dialog.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Dialog/DialogContext.js +33 -0
- package/dist/cjs/node_modules/@mui/material/esm/Dialog/DialogContext.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Dialog/dialogClasses.js +15 -0
- package/dist/cjs/node_modules/@mui/material/esm/Dialog/dialogClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogActions/DialogActions.js +121 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogActions/DialogActions.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.js +12 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogContent/DialogContent.js +134 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogContent/DialogContent.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.js +12 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.js +10 -0
- package/dist/cjs/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Grid/Grid.js +144 -0
- package/dist/cjs/node_modules/@mui/material/esm/Grid/Grid.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Grow/Grow.js +287 -0
- package/dist/cjs/node_modules/@mui/material/esm/Grow/Grow.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Popover/Popover.js +610 -0
- package/dist/cjs/node_modules/@mui/material/esm/Popover/Popover.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/Popover/popoverClasses.js +12 -0
- package/dist/cjs/node_modules/@mui/material/esm/Popover/popoverClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/utils/ownerDocument.js +10 -0
- package/dist/cjs/node_modules/@mui/material/esm/utils/ownerDocument.js.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/utils/requirePropFactory.js +10 -0
- package/dist/cjs/node_modules/@mui/material/esm/utils/requirePropFactory.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/StylesProvider/StylesProvider.js +175 -0
- package/dist/cjs/node_modules/@mui/styles/StylesProvider/StylesProvider.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/createGenerateClassName/createGenerateClassName.js +70 -0
- package/dist/cjs/node_modules/@mui/styles/createGenerateClassName/createGenerateClassName.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/createStyles/createStyles.js +10 -0
- package/dist/cjs/node_modules/@mui/styles/createStyles/createStyles.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/getStylesCreator/getStylesCreator.js +57 -0
- package/dist/cjs/node_modules/@mui/styles/getStylesCreator/getStylesCreator.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/getStylesCreator/noopTheme.js +9 -0
- package/dist/cjs/node_modules/@mui/styles/getStylesCreator/noopTheme.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/jssPreset/jssPreset.js +25 -0
- package/dist/cjs/node_modules/@mui/styles/jssPreset/jssPreset.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/makeStyles/indexCounter.js +24 -0
- package/dist/cjs/node_modules/@mui/styles/makeStyles/indexCounter.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/makeStyles/makeStyles.js +260 -0
- package/dist/cjs/node_modules/@mui/styles/makeStyles/makeStyles.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/makeStyles/multiKeyStore.js +27 -0
- package/dist/cjs/node_modules/@mui/styles/makeStyles/multiKeyStore.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/mergeClasses/mergeClasses.js +42 -0
- package/dist/cjs/node_modules/@mui/styles/mergeClasses/mergeClasses.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/private-theming/ThemeProvider/nested.js +9 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/private-theming/ThemeProvider/nested.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/ThemeContext.js +33 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/ThemeContext.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/useTheme.js +38 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/useTheme.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/capitalize/capitalize.js +19 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/capitalize/capitalize.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +91 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/deepmerge/deepmerge.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/exactProp/exactProp.js +27 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/exactProp/exactProp.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +22 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +46 -0
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/propsToClassKey/propsToClassKey.js +33 -0
- package/dist/cjs/node_modules/@mui/styles/propsToClassKey/propsToClassKey.js.map +1 -0
- package/dist/cjs/node_modules/@mui/styles/useTheme/index.js +13 -0
- package/dist/cjs/node_modules/@mui/styles/useTheme/index.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/createGrid.js +180 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/createGrid.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js +48 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/gridGenerator.js +208 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/gridGenerator.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js +48 -0
- package/dist/cjs/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/styled/styled.js +10 -0
- package/dist/cjs/node_modules/@mui/system/esm/styled/styled.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +20 -0
- package/dist/cjs/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js.map +1 -0
- package/dist/cjs/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +27 -0
- package/dist/cjs/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js.map +1 -0
- package/dist/cjs/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js +32 -0
- package/dist/cjs/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js.map +1 -0
- package/dist/cjs/node_modules/css-vendor/dist/css-vendor.esm.js +579 -0
- package/dist/cjs/node_modules/css-vendor/dist/css-vendor.esm.js.map +1 -0
- package/dist/cjs/node_modules/hyphenate-style-name/index.js +24 -0
- package/dist/cjs/node_modules/hyphenate-style-name/index.js.map +1 -0
- package/dist/cjs/node_modules/is-in-browser/dist/module.js +11 -0
- package/dist/cjs/node_modules/is-in-browser/dist/module.js.map +1 -0
- package/dist/cjs/node_modules/jss/dist/jss.esm.js +2230 -0
- package/dist/cjs/node_modules/jss/dist/jss.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js +64 -0
- package/dist/cjs/node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js +256 -0
- package/dist/cjs/node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js +191 -0
- package/dist/cjs/node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js +118 -0
- package/dist/cjs/node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js +33 -0
- package/dist/cjs/node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js +70 -0
- package/dist/cjs/node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js.map +1 -0
- package/dist/cjs/node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js +62 -0
- package/dist/cjs/node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js.map +1 -0
- package/dist/cjs/node_modules/moment/locale/es.js +134 -0
- package/dist/cjs/node_modules/moment/locale/es.js.map +1 -0
- package/dist/cjs/node_modules/react-simple-wysiwyg/lib/index.es.js +396 -0
- package/dist/cjs/node_modules/react-simple-wysiwyg/lib/index.es.js.map +1 -0
- package/dist/cjs/node_modules/tiny-warning/dist/tiny-warning.esm.js +22 -0
- package/dist/cjs/node_modules/tiny-warning/dist/tiny-warning.esm.js.map +1 -0
- package/dist/cjs/shared/apollo/apollo.client.js +35 -9
- package/dist/cjs/shared/apollo/apollo.client.js.map +1 -1
- package/dist/cjs/shared/apollo/apollo.server.js +19 -0
- package/dist/cjs/shared/apollo/apollo.server.js.map +1 -0
- package/dist/cjs/shared/components/buttons/ButtonDefault.js +15 -0
- package/dist/cjs/shared/components/buttons/ButtonDefault.js.map +1 -0
- package/dist/cjs/shared/components/dialog/DialogDefault.js +34 -0
- package/dist/cjs/shared/components/dialog/DialogDefault.js.map +1 -0
- package/dist/cjs/shared/components/react-editor/BtnEmoji.js +33 -0
- package/dist/cjs/shared/components/react-editor/BtnEmoji.js.map +1 -0
- package/dist/cjs/shared/components/react-editor/BtnGif.js +45 -0
- package/dist/cjs/shared/components/react-editor/BtnGif.js.map +1 -0
- package/dist/cjs/shared/components/react-editor/ReactSimpleWysiwyg.js +52 -0
- package/dist/cjs/shared/components/react-editor/ReactSimpleWysiwyg.js.map +1 -0
- package/dist/cjs/shared/mui/theme.js +24 -1
- package/dist/cjs/shared/mui/theme.js.map +1 -1
- package/dist/cjs/shared/types/generated.js +63 -0
- package/dist/cjs/shared/types/generated.js.map +1 -1
- package/dist/esm/_virtual/es.js +4 -0
- package/dist/esm/_virtual/es.js.map +1 -0
- package/dist/esm/_virtual/es2.js +4 -0
- package/dist/esm/_virtual/es2.js.map +1 -0
- package/dist/esm/components/comment/CommentContext.js +14 -0
- package/dist/esm/components/comment/CommentContext.js.map +1 -0
- package/dist/esm/components/comment/CommentProvider.js +54 -0
- package/dist/esm/components/comment/CommentProvider.js.map +1 -0
- package/dist/esm/components/comment/Comments.js +40 -0
- package/dist/esm/components/comment/Comments.js.map +1 -0
- package/dist/esm/components/comment/comment.actions.js +57 -0
- package/dist/esm/components/comment/comment.actions.js.map +1 -0
- package/dist/esm/components/comment/comment.events.js +24 -0
- package/dist/esm/components/comment/comment.events.js.map +1 -0
- package/dist/esm/components/comment/comment.hooks.js +15 -0
- package/dist/esm/components/comment/comment.hooks.js.map +1 -0
- package/dist/esm/components/comment/comment.store.js +27 -0
- package/dist/esm/components/comment/comment.store.js.map +1 -0
- package/dist/esm/components/comment/comment.utils.js +13 -0
- package/dist/esm/components/comment/comment.utils.js.map +1 -0
- package/dist/esm/components/comment/components/AddComment.js +85 -0
- package/dist/esm/components/comment/components/AddComment.js.map +1 -0
- package/dist/esm/components/comment/components/AddCommentContainer.js +49 -0
- package/dist/esm/components/comment/components/AddCommentContainer.js.map +1 -0
- package/dist/esm/components/comment/components/AddReplyComment.js +60 -0
- package/dist/esm/components/comment/components/AddReplyComment.js.map +1 -0
- package/dist/esm/components/comment/components/AddReplyCommentContainer.js +33 -0
- package/dist/esm/components/comment/components/AddReplyCommentContainer.js.map +1 -0
- package/dist/esm/components/comment/components/CommentContainer.js +31 -0
- package/dist/esm/components/comment/components/CommentContainer.js.map +1 -0
- package/dist/esm/components/comment/components/CommentItem.js +40 -0
- package/dist/esm/components/comment/components/CommentItem.js.map +1 -0
- package/dist/esm/components/comment/components/CommentSubscriptionDialog.js +17 -0
- package/dist/esm/components/comment/components/CommentSubscriptionDialog.js.map +1 -0
- package/dist/esm/components/comment/components/ReplyComments.js +11 -0
- package/dist/esm/components/comment/components/ReplyComments.js.map +1 -0
- package/dist/esm/components/comment/components/ShowMoreComments.js +24 -0
- package/dist/esm/components/comment/components/ShowMoreComments.js.map +1 -0
- package/dist/esm/components/session/session.server.actions.js +2 -2
- package/dist/esm/components/session/session.server.actions.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/node_modules/@apollo/client/link/context/index.js +51 -0
- package/dist/esm/node_modules/@apollo/client/link/context/index.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +8 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +8 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +16 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/createClass.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +6 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/iterableToArray.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +6 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +11 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +15 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +10 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +12 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +12 -0
- package/dist/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js.map +1 -0
- package/dist/esm/node_modules/@emoji-mart/data/sets/15/native.json.js +40143 -0
- package/dist/esm/node_modules/@emoji-mart/data/sets/15/native.json.js.map +1 -0
- package/dist/esm/node_modules/@emoji-mart/react/dist/module.js +23 -0
- package/dist/esm/node_modules/@emoji-mart/react/dist/module.js.map +1 -0
- package/dist/esm/node_modules/@mui/icons-material/esm/ArrowForwardIos.js +0 -1
- package/dist/esm/node_modules/@mui/icons-material/esm/ArrowForwardIos.js.map +1 -1
- package/dist/esm/node_modules/@mui/icons-material/esm/GifOutlined.js +9 -0
- package/dist/esm/node_modules/@mui/icons-material/esm/GifOutlined.js.map +1 -0
- package/dist/esm/node_modules/@mui/icons-material/esm/PowerSettingsNew.js +0 -1
- package/dist/esm/node_modules/@mui/icons-material/esm/PowerSettingsNew.js.map +1 -1
- package/dist/esm/node_modules/@mui/icons-material/esm/Reply.js +9 -0
- package/dist/esm/node_modules/@mui/icons-material/esm/Reply.js.map +1 -0
- package/dist/esm/node_modules/@mui/icons-material/esm/SentimentSatisfiedOutlined.js +17 -0
- package/dist/esm/node_modules/@mui/icons-material/esm/SentimentSatisfiedOutlined.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Avatar/Avatar.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Avatar/Avatar.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Backdrop/Backdrop.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Backdrop/Backdrop.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Box/Box.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Box/Box.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Button/Button.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Button/Button.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonBase/ButtonBase.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonBase/ButtonBase.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonBase/Ripple.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonBase/Ripple.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonBase/TouchRipple.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonBase/TouchRipple.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonGroup/ButtonGroupButtonContext.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonGroup/ButtonGroupButtonContext.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonGroup/ButtonGroupContext.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ButtonGroup/ButtonGroupContext.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Card/Card.js +84 -0
- package/dist/esm/node_modules/@mui/material/esm/Card/Card.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Card/cardClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/Card/cardClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/CardContent/CardContent.js +80 -0
- package/dist/esm/node_modules/@mui/material/esm/CardContent/CardContent.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/CardContent/cardContentClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/CardContent/cardContentClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/CardHeader/CardHeader.js +266 -0
- package/dist/esm/node_modules/@mui/material/esm/CardHeader/CardHeader.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/CardHeader/cardHeaderClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/CardHeader/cardHeaderClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/CircularProgress/CircularProgress.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/CircularProgress/CircularProgress.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/CssBaseline/CssBaseline.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/CssBaseline/CssBaseline.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/DefaultPropsProvider/DefaultPropsProvider.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/DefaultPropsProvider/DefaultPropsProvider.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Dialog/Dialog.js +512 -0
- package/dist/esm/node_modules/@mui/material/esm/Dialog/Dialog.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Dialog/DialogContext.js +9 -0
- package/dist/esm/node_modules/@mui/material/esm/Dialog/DialogContext.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Dialog/dialogClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/Dialog/dialogClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogActions/DialogActions.js +97 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogActions/DialogActions.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogContent/DialogContent.js +110 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogContent/DialogContent.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.js +6 -0
- package/dist/esm/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Divider/Divider.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Divider/Divider.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Drawer/Drawer.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Drawer/Drawer.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Fade/Fade.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Fade/Fade.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/GlobalStyles/GlobalStyles.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/GlobalStyles/GlobalStyles.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Grid/Grid.js +139 -0
- package/dist/esm/node_modules/@mui/material/esm/Grid/Grid.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Grow/Grow.js +263 -0
- package/dist/esm/node_modules/@mui/material/esm/Grow/Grow.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/IconButton/IconButton.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/IconButton/IconButton.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Link/Link.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Link/Link.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/List/List.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/List/List.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/List/ListContext.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/List/ListContext.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItem/ListItem.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItem/ListItem.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemButton/ListItemButton.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemButton/ListItemButton.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemIcon/ListItemIcon.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemIcon/ListItemIcon.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemSecondaryAction/ListItemSecondaryAction.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemSecondaryAction/ListItemSecondaryAction.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemText/ListItemText.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/ListItemText/ListItemText.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Modal/Modal.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Modal/Modal.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Modal/useModal.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Modal/useModal.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Paper/Paper.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Paper/Paper.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Popover/Popover.js +582 -0
- package/dist/esm/node_modules/@mui/material/esm/Popover/Popover.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Popover/popoverClasses.js +10 -0
- package/dist/esm/node_modules/@mui/material/esm/Popover/popoverClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/Portal/Portal.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Portal/Portal.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Slide/Slide.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Slide/Slide.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/SvgIcon/SvgIcon.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/SvgIcon/SvgIcon.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Typography/Typography.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Typography/Typography.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/Unstable_TrapFocus/FocusTrap.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/Unstable_TrapFocus/FocusTrap.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/internal/svg-icons/Person.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/internal/svg-icons/Person.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/ThemeProvider.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/ThemeProvider.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/ThemeProviderNoVars.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/ThemeProviderNoVars.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/ThemeProviderWithVars.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/ThemeProviderWithVars.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/defaultTheme.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/defaultTheme.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/styled.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/styled.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/useTheme.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/styles/useTheme.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/useLazyRipple/useLazyRipple.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/useLazyRipple/useLazyRipple.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/createSvgIcon.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/createSvgIcon.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/ownerDocument.js +6 -0
- package/dist/esm/node_modules/@mui/material/esm/utils/ownerDocument.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/utils/requirePropFactory.js +6 -0
- package/dist/esm/node_modules/@mui/material/esm/utils/requirePropFactory.js.map +1 -0
- package/dist/esm/node_modules/@mui/material/esm/utils/useEnhancedEffect.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useEnhancedEffect.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useEventCallback.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useEventCallback.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useForkRef.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useForkRef.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useId.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useId.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useSlot.js +0 -1
- package/dist/esm/node_modules/@mui/material/esm/utils/useSlot.js.map +1 -1
- package/dist/esm/node_modules/@mui/material-nextjs/esm/v13-appRouter/appRouterV13.js +0 -1
- package/dist/esm/node_modules/@mui/material-nextjs/esm/v13-appRouter/appRouterV13.js.map +1 -1
- package/dist/esm/node_modules/@mui/private-theming/esm/useTheme/ThemeContext.js +0 -1
- package/dist/esm/node_modules/@mui/private-theming/esm/useTheme/ThemeContext.js.map +1 -1
- package/dist/esm/node_modules/@mui/private-theming/esm/useTheme/useTheme.js +0 -1
- package/dist/esm/node_modules/@mui/private-theming/esm/useTheme/useTheme.js.map +1 -1
- package/dist/esm/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.js +0 -1
- package/dist/esm/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.js.map +1 -1
- package/dist/esm/node_modules/@mui/styled-engine/esm/index.js +0 -1
- package/dist/esm/node_modules/@mui/styled-engine/esm/index.js.map +1 -1
- package/dist/esm/node_modules/@mui/styles/StylesProvider/StylesProvider.js +152 -0
- package/dist/esm/node_modules/@mui/styles/StylesProvider/StylesProvider.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/createGenerateClassName/createGenerateClassName.js +66 -0
- package/dist/esm/node_modules/@mui/styles/createGenerateClassName/createGenerateClassName.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/createStyles/createStyles.js +6 -0
- package/dist/esm/node_modules/@mui/styles/createStyles/createStyles.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/getStylesCreator/getStylesCreator.js +53 -0
- package/dist/esm/node_modules/@mui/styles/getStylesCreator/getStylesCreator.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/getStylesCreator/noopTheme.js +5 -0
- package/dist/esm/node_modules/@mui/styles/getStylesCreator/noopTheme.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/jssPreset/jssPreset.js +21 -0
- package/dist/esm/node_modules/@mui/styles/jssPreset/jssPreset.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/makeStyles/indexCounter.js +22 -0
- package/dist/esm/node_modules/@mui/styles/makeStyles/indexCounter.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/makeStyles/makeStyles.js +236 -0
- package/dist/esm/node_modules/@mui/styles/makeStyles/makeStyles.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/makeStyles/multiKeyStore.js +23 -0
- package/dist/esm/node_modules/@mui/styles/makeStyles/multiKeyStore.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/mergeClasses/mergeClasses.js +38 -0
- package/dist/esm/node_modules/@mui/styles/mergeClasses/mergeClasses.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/private-theming/ThemeProvider/nested.js +5 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/private-theming/ThemeProvider/nested.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/ThemeContext.js +9 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/ThemeContext.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/useTheme.js +15 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/private-theming/useTheme/useTheme.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/capitalize/capitalize.js +15 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/capitalize/capitalize.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +67 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/deepmerge/deepmerge.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/exactProp/exactProp.js +23 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/exactProp/exactProp.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +18 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +42 -0
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/propsToClassKey/propsToClassKey.js +29 -0
- package/dist/esm/node_modules/@mui/styles/propsToClassKey/propsToClassKey.js.map +1 -0
- package/dist/esm/node_modules/@mui/styles/useTheme/index.js +9 -0
- package/dist/esm/node_modules/@mui/styles/useTheme/index.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/Grid/createGrid.js +156 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/createGrid.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js +44 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/gridGenerator.js +197 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/gridGenerator.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js +45 -0
- package/dist/esm/node_modules/@mui/system/esm/Grid/traverseBreakpoints.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/RtlProvider/index.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/RtlProvider/index.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/createBox/createBox.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/createBox/createBox.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/cssVars/createCssVarsProvider.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/cssVars/createCssVarsProvider.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/cssVars/useCurrentColorScheme.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/cssVars/useCurrentColorScheme.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/styled/styled.js +6 -0
- package/dist/esm/node_modules/@mui/system/esm/styled/styled.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/useTheme/useTheme.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/useTheme/useTheme.js.map +1 -1
- package/dist/esm/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +16 -0
- package/dist/esm/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +22 -0
- package/dist/esm/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js.map +1 -0
- package/dist/esm/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +0 -1
- package/dist/esm/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js +28 -0
- package/dist/esm/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js.map +1 -0
- package/dist/esm/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useForkRef/useForkRef.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useId/useId.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useId/useId.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useLazyRef/useLazyRef.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useLazyRef/useLazyRef.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useOnMount/useOnMount.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useOnMount/useOnMount.js.map +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useTimeout/useTimeout.js +0 -1
- package/dist/esm/node_modules/@mui/utils/esm/useTimeout/useTimeout.js.map +1 -1
- package/dist/esm/node_modules/css-vendor/dist/css-vendor.esm.js +574 -0
- package/dist/esm/node_modules/css-vendor/dist/css-vendor.esm.js.map +1 -0
- package/dist/esm/node_modules/emoji-mart/dist/module.js +2663 -0
- package/dist/esm/node_modules/emoji-mart/dist/module.js.map +1 -0
- package/dist/esm/node_modules/hyphenate-style-name/index.js +20 -0
- package/dist/esm/node_modules/hyphenate-style-name/index.js.map +1 -0
- package/dist/esm/node_modules/is-in-browser/dist/module.js +6 -0
- package/dist/esm/node_modules/is-in-browser/dist/module.js.map +1 -0
- package/dist/esm/node_modules/jss/dist/jss.esm.js +2220 -0
- package/dist/esm/node_modules/jss/dist/jss.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js +60 -0
- package/dist/esm/node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js +252 -0
- package/dist/esm/node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js +187 -0
- package/dist/esm/node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js +114 -0
- package/dist/esm/node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js +29 -0
- package/dist/esm/node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js +66 -0
- package/dist/esm/node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js.map +1 -0
- package/dist/esm/node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js +58 -0
- package/dist/esm/node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js.map +1 -0
- package/dist/esm/node_modules/moment/locale/es.js +132 -0
- package/dist/esm/node_modules/moment/locale/es.js.map +1 -0
- package/dist/esm/node_modules/react-simple-wysiwyg/lib/index.es.js +373 -0
- package/dist/esm/node_modules/react-simple-wysiwyg/lib/index.es.js.map +1 -0
- package/dist/esm/node_modules/tiny-warning/dist/tiny-warning.esm.js +18 -0
- package/dist/esm/node_modules/tiny-warning/dist/tiny-warning.esm.js.map +1 -0
- package/dist/esm/shared/apollo/apollo.client.js +36 -10
- package/dist/esm/shared/apollo/apollo.client.js.map +1 -1
- package/dist/esm/shared/apollo/apollo.server.js +17 -0
- package/dist/esm/shared/apollo/apollo.server.js.map +1 -0
- package/dist/esm/shared/components/buttons/ButtonDefault.js +13 -0
- package/dist/esm/shared/components/buttons/ButtonDefault.js.map +1 -0
- package/dist/esm/shared/components/dialog/DialogDefault.js +32 -0
- package/dist/esm/shared/components/dialog/DialogDefault.js.map +1 -0
- package/dist/esm/shared/components/react-editor/BtnEmoji.js +31 -0
- package/dist/esm/shared/components/react-editor/BtnEmoji.js.map +1 -0
- package/dist/esm/shared/components/react-editor/BtnGif.js +43 -0
- package/dist/esm/shared/components/react-editor/BtnGif.js.map +1 -0
- package/dist/esm/shared/components/react-editor/ReactSimpleWysiwyg.js +50 -0
- package/dist/esm/shared/components/react-editor/ReactSimpleWysiwyg.js.map +1 -0
- package/dist/esm/shared/mui/theme.js +23 -2
- package/dist/esm/shared/mui/theme.js.map +1 -1
- package/dist/esm/shared/types/generated.js +61 -1
- package/dist/esm/shared/types/generated.js.map +1 -1
- package/dist/esm/types/components/comment/CommentContext.d.ts +3 -0
- package/dist/esm/types/components/comment/CommentProvider.d.ts +6 -0
- package/dist/esm/types/components/comment/Comments.d.ts +2 -0
- package/dist/esm/types/components/comment/comment.actions.d.ts +30 -0
- package/dist/esm/types/components/comment/comment.events.d.ts +21 -0
- package/dist/esm/types/components/comment/comment.hooks.d.ts +6 -0
- package/dist/esm/types/components/comment/comment.store.d.ts +20 -0
- package/dist/esm/types/components/comment/comment.types.d.ts +10 -0
- package/dist/esm/types/components/comment/comment.utils.d.ts +17 -0
- package/dist/esm/types/components/comment/components/AddComment.d.ts +2 -0
- package/dist/esm/types/components/comment/components/AddCommentContainer.d.ts +2 -0
- package/dist/esm/types/components/comment/components/AddReplyComment.d.ts +2 -0
- package/dist/esm/types/components/comment/components/AddReplyCommentContainer.d.ts +2 -0
- package/dist/esm/types/components/comment/components/CommentContainer.d.ts +7 -0
- package/dist/esm/types/components/comment/components/CommentItem.d.ts +9 -0
- package/dist/esm/types/components/comment/components/CommentSubscriptionDialog.d.ts +2 -0
- package/dist/esm/types/components/comment/components/ReplyComments.d.ts +8 -0
- package/dist/esm/types/components/comment/components/ShowMoreComments.d.ts +2 -0
- package/dist/esm/types/components/comment/index.d.ts +3 -0
- package/dist/esm/types/index.d.ts +1 -0
- package/dist/esm/types/shared/apollo/apollo.client.d.ts +1 -6
- package/dist/esm/types/shared/apollo/apollo.server.d.ts +7 -0
- package/dist/esm/types/shared/components/buttons/ButtonDefault.d.ts +9 -0
- package/dist/esm/types/shared/components/dialog/DialogDefault.d.ts +13 -0
- package/dist/esm/types/shared/components/react-editor/BtnEmoji.d.ts +9 -0
- package/dist/esm/types/shared/components/react-editor/BtnGif.d.ts +19 -0
- package/dist/esm/types/shared/components/react-editor/ReactSimpleWysiwyg.d.ts +7 -0
- package/dist/esm/types/shared/mui/theme.d.ts +2 -0
- package/dist/esm/types/shared/types/generated.d.ts +200 -0
- package/dist/index.d.ts +42 -24
- package/package.json +6 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import useTheme$1 from '../node_modules/@mui/private-theming/useTheme/useTheme.js';
|
|
2
|
+
|
|
3
|
+
function useTheme() {
|
|
4
|
+
const privateTheme = useTheme$1();
|
|
5
|
+
return privateTheme?.$$material ?? privateTheme;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export { useTheme as default };
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../node_modules/@mui/styles/useTheme/index.js"],"sourcesContent":["import usePrivateTheme from '@mui/private-theming/useTheme';\nexport default function useTheme() {\n const privateTheme = usePrivateTheme();\n return privateTheme?.$$material ?? privateTheme;\n}"],"names":["usePrivateTheme"],"mappings":";;AACe,SAAS,QAAQ,GAAG;AACnC,EAAE,MAAM,YAAY,GAAGA,UAAe,EAAE;AACxC,EAAE,OAAO,YAAY,EAAE,UAAU,IAAI,YAAY;AACjD;;;;","x_google_ignoreList":[0]}
|
package/dist/esm/node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultPropsProvider.js","sources":["../../../../../../../node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport resolveProps from '@mui/utils/resolveProps';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst PropsContext = /*#__PURE__*/React.createContext(undefined);\nfunction DefaultPropsProvider({\n value,\n children\n}) {\n return /*#__PURE__*/_jsx(PropsContext.Provider, {\n value: value,\n children: children\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? DefaultPropsProvider.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * @ignore\n */\n children: PropTypes.node,\n /**\n * @ignore\n */\n value: PropTypes.object\n} : void 0;\nfunction getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name]) {\n return props;\n }\n const config = theme.components[name];\n if (config.defaultProps) {\n // compatible with v5 signature\n return resolveProps(config.defaultProps, props, theme.components.mergeClassNameAndStyle);\n }\n if (!config.styleOverrides && !config.variants) {\n // v6 signature, no property 'defaultProps'\n return resolveProps(config, props, theme.components.mergeClassNameAndStyle);\n }\n return props;\n}\nexport function useDefaultProps({\n props,\n name\n}) {\n const ctx = React.useContext(PropsContext);\n return getThemeProps({\n props,\n name,\n theme: {\n components: ctx\n }\n });\n}\nexport default DefaultPropsProvider;"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DefaultPropsProvider.js","sources":["../../../../../../../node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport resolveProps from '@mui/utils/resolveProps';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst PropsContext = /*#__PURE__*/React.createContext(undefined);\nfunction DefaultPropsProvider({\n value,\n children\n}) {\n return /*#__PURE__*/_jsx(PropsContext.Provider, {\n value: value,\n children: children\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? DefaultPropsProvider.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * @ignore\n */\n children: PropTypes.node,\n /**\n * @ignore\n */\n value: PropTypes.object\n} : void 0;\nfunction getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name]) {\n return props;\n }\n const config = theme.components[name];\n if (config.defaultProps) {\n // compatible with v5 signature\n return resolveProps(config.defaultProps, props, theme.components.mergeClassNameAndStyle);\n }\n if (!config.styleOverrides && !config.variants) {\n // v6 signature, no property 'defaultProps'\n return resolveProps(config, props, theme.components.mergeClassNameAndStyle);\n }\n return props;\n}\nexport function useDefaultProps({\n props,\n name\n}) {\n const ctx = React.useContext(PropsContext);\n return getThemeProps({\n props,\n name,\n theme: {\n components: ctx\n }\n });\n}\nexport default DefaultPropsProvider;"],"names":["_jsx"],"mappings":";;;;;AAMA,MAAM,YAAY,gBAAgB,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC;AAChE,SAAS,oBAAoB,CAAC;AAC9B,EAAE,KAAK;AACP,EAAE;AACF,CAAC,EAAE;AACH,EAAE,oBAAoBA,GAAI,CAAC,YAAY,CAAC,QAAQ,EAAE;AAClD,IAAI,KAAK,EAAE,KAAK;AAChB,IAAI,QAAQ,EAAE;AACd,GAAG,CAAC;AACJ;AACA,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,GAAG,oBAAoB,CAAC,SAAS,0BAA0B;AAChG;AACA;AACA;AACA;AACA;AACA;AACA;AACA,EAAE,QAAQ,EAAE,SAAS,CAAC,IAAI;AAC1B;AACA;AACA;AACA,EAAE,KAAK,EAAE,SAAS,CAAC;AACnB,CAAC,GAAG,MAAM;AACV,SAAS,aAAa,CAAC,MAAM,EAAE;AAC/B,EAAE,MAAM;AACR,IAAI,KAAK;AACT,IAAI,IAAI;AACR,IAAI;AACJ,GAAG,GAAG,MAAM;AACZ,EAAE,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,UAAU,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE;AAC9D,IAAI,OAAO,KAAK;AAChB,EAAE;AACF,EAAE,MAAM,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC;AACvC,EAAE,IAAI,MAAM,CAAC,YAAY,EAAE;AAC3B;AACA,IAAI,OAAO,YAAY,CAAC,MAAM,CAAC,YAAY,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC;AAC5F,EAAE;AACF,EAAE,IAAI,CAAC,MAAM,CAAC,cAAc,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE;AAClD;AACA,IAAI,OAAO,YAAY,CAAC,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC;AAC/E,EAAE;AACF,EAAE,OAAO,KAAK;AACd;AACO,SAAS,eAAe,CAAC;AAChC,EAAE,KAAK;AACP,EAAE;AACF,CAAC,EAAE;AACH,EAAE,MAAM,GAAG,GAAG,KAAK,CAAC,UAAU,CAAC,YAAY,CAAC;AAC5C,EAAE,OAAO,aAAa,CAAC;AACvB,IAAI,KAAK;AACT,IAAI,IAAI;AACR,IAAI,KAAK,EAAE;AACX,MAAM,UAAU,EAAE;AAClB;AACA,GAAG,CAAC;AACJ;;;;","x_google_ignoreList":[0]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GlobalStyles.js","sources":["../../../../../../../node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js"],"sourcesContent":["'use client';\n\nimport PropTypes from 'prop-types';\nimport { GlobalStyles as MuiGlobalStyles, internal_serializeStyles as serializeStyles } from '@mui/styled-engine';\nimport useTheme from \"../useTheme/index.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nfunction wrapGlobalLayer(styles) {\n const serialized = serializeStyles(styles);\n if (styles !== serialized && serialized.styles) {\n if (!serialized.styles.match(/^@layer\\s+[^{]*$/)) {\n // If the styles are not already wrapped in a layer, wrap them in a global layer.\n serialized.styles = `@layer global{${serialized.styles}}`;\n }\n return serialized;\n }\n return styles;\n}\nfunction GlobalStyles({\n styles,\n themeId,\n defaultTheme = {}\n}) {\n const upperTheme = useTheme(defaultTheme);\n const resolvedTheme = themeId ? upperTheme[themeId] || upperTheme : upperTheme;\n let globalStyles = typeof styles === 'function' ? styles(resolvedTheme) : styles;\n if (resolvedTheme.modularCssLayers) {\n if (Array.isArray(globalStyles)) {\n globalStyles = globalStyles.map(styleArg => {\n if (typeof styleArg === 'function') {\n return wrapGlobalLayer(styleArg(resolvedTheme));\n }\n return wrapGlobalLayer(styleArg);\n });\n } else {\n globalStyles = wrapGlobalLayer(globalStyles);\n }\n }\n return /*#__PURE__*/_jsx(MuiGlobalStyles, {\n styles: globalStyles\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? GlobalStyles.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * @ignore\n */\n defaultTheme: PropTypes.object,\n /**\n * @ignore\n */\n styles: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.array, PropTypes.func, PropTypes.number, PropTypes.object, PropTypes.string, PropTypes.bool]),\n /**\n * @ignore\n */\n themeId: PropTypes.string\n} : void 0;\nexport default GlobalStyles;"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GlobalStyles.js","sources":["../../../../../../../node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.js"],"sourcesContent":["'use client';\n\nimport PropTypes from 'prop-types';\nimport { GlobalStyles as MuiGlobalStyles, internal_serializeStyles as serializeStyles } from '@mui/styled-engine';\nimport useTheme from \"../useTheme/index.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nfunction wrapGlobalLayer(styles) {\n const serialized = serializeStyles(styles);\n if (styles !== serialized && serialized.styles) {\n if (!serialized.styles.match(/^@layer\\s+[^{]*$/)) {\n // If the styles are not already wrapped in a layer, wrap them in a global layer.\n serialized.styles = `@layer global{${serialized.styles}}`;\n }\n return serialized;\n }\n return styles;\n}\nfunction GlobalStyles({\n styles,\n themeId,\n defaultTheme = {}\n}) {\n const upperTheme = useTheme(defaultTheme);\n const resolvedTheme = themeId ? upperTheme[themeId] || upperTheme : upperTheme;\n let globalStyles = typeof styles === 'function' ? styles(resolvedTheme) : styles;\n if (resolvedTheme.modularCssLayers) {\n if (Array.isArray(globalStyles)) {\n globalStyles = globalStyles.map(styleArg => {\n if (typeof styleArg === 'function') {\n return wrapGlobalLayer(styleArg(resolvedTheme));\n }\n return wrapGlobalLayer(styleArg);\n });\n } else {\n globalStyles = wrapGlobalLayer(globalStyles);\n }\n }\n return /*#__PURE__*/_jsx(MuiGlobalStyles, {\n styles: globalStyles\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? GlobalStyles.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the TypeScript types and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * @ignore\n */\n defaultTheme: PropTypes.object,\n /**\n * @ignore\n */\n styles: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.array, PropTypes.func, PropTypes.number, PropTypes.object, PropTypes.string, PropTypes.bool]),\n /**\n * @ignore\n */\n themeId: PropTypes.string\n} : void 0;\nexport default GlobalStyles;"],"names":["serializeStyles","_jsx","MuiGlobalStyles"],"mappings":";;;;;;AAMA,SAAS,eAAe,CAAC,MAAM,EAAE;AACjC,EAAE,MAAM,UAAU,GAAGA,wBAAe,CAAC,MAAM,CAAC;AAC5C,EAAE,IAAI,MAAM,KAAK,UAAU,IAAI,UAAU,CAAC,MAAM,EAAE;AAClD,IAAI,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,kBAAkB,CAAC,EAAE;AACtD;AACA,MAAM,UAAU,CAAC,MAAM,GAAG,CAAC,cAAc,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/D,IAAI;AACJ,IAAI,OAAO,UAAU;AACrB,EAAE;AACF,EAAE,OAAO,MAAM;AACf;AACA,SAAS,YAAY,CAAC;AACtB,EAAE,MAAM;AACR,EAAE,OAAO;AACT,EAAE,YAAY,GAAG;AACjB,CAAC,EAAE;AACH,EAAE,MAAM,UAAU,GAAG,QAAQ,CAAC,YAAY,CAAC;AAC3C,EAAE,MAAM,aAAa,GAAG,OAAO,GAAG,UAAU,CAAC,OAAO,CAAC,IAAI,UAAU,GAAG,UAAU;AAChF,EAAE,IAAI,YAAY,GAAG,OAAO,MAAM,KAAK,UAAU,GAAG,MAAM,CAAC,aAAa,CAAC,GAAG,MAAM;AAClF,EAAE,IAAI,aAAa,CAAC,gBAAgB,EAAE;AACtC,IAAI,IAAI,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE;AACrC,MAAM,YAAY,GAAG,YAAY,CAAC,GAAG,CAAC,QAAQ,IAAI;AAClD,QAAQ,IAAI,OAAO,QAAQ,KAAK,UAAU,EAAE;AAC5C,UAAU,OAAO,eAAe,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;AACzD,QAAQ;AACR,QAAQ,OAAO,eAAe,CAAC,QAAQ,CAAC;AACxC,MAAM,CAAC,CAAC;AACR,IAAI,CAAC,MAAM;AACX,MAAM,YAAY,GAAG,eAAe,CAAC,YAAY,CAAC;AAClD,IAAI;AACJ,EAAE;AACF,EAAE,oBAAoBC,GAAI,CAACC,cAAe,EAAE;AAC5C,IAAI,MAAM,EAAE;AACZ,GAAG,CAAC;AACJ;AACA,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,GAAG,YAAY,CAAC,SAAS,0BAA0B;AACxF;AACA;AACA;AACA;AACA;AACA;AACA;AACA,EAAE,YAAY,EAAE,SAAS,CAAC,MAAM;AAChC;AACA;AACA;AACA,EAAE,MAAM,EAAE,SAAS,uCAAuC,SAAS,CAAC,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,CAAC,IAAI,EAAE,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC;AAC5K;AACA;AACA;AACA,EAAE,OAAO,EAAE,SAAS,CAAC;AACrB,CAAC,GAAG,MAAM;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import PropTypes from '../../../../../_virtual/index3.js';
|
|
3
|
+
import { clsx } from '../../../../clsx/dist/clsx.js';
|
|
4
|
+
import { generateGridColumnsStyles, generateGridColumnSpacingStyles, generateGridRowSpacingStyles, generateGridSizeStyles, generateGridDirectionStyles, generateGridStyles, generateGridOffsetStyles, generateDirectionClasses, generateSizeClassNames, generateSpacingClassNames } from './gridGenerator.js';
|
|
5
|
+
import deleteLegacyGridProps from './deleteLegacyGridProps.js';
|
|
6
|
+
import { jsx } from 'react/jsx-runtime';
|
|
7
|
+
import useTheme from '../useTheme/useTheme.js';
|
|
8
|
+
import extendSxProp from '../styleFunctionSx/extendSxProp.js';
|
|
9
|
+
import isMuiElement from '../../../utils/esm/isMuiElement/isMuiElement.js';
|
|
10
|
+
import styled from '../styled/styled.js';
|
|
11
|
+
import useThemeProps from '../useThemeProps/useThemeProps.js';
|
|
12
|
+
import composeClasses from '../../../utils/esm/composeClasses/composeClasses.js';
|
|
13
|
+
import generateUtilityClass from '../../../utils/esm/generateUtilityClass/generateUtilityClass.js';
|
|
14
|
+
import createTheme from '../createTheme/createTheme.js';
|
|
15
|
+
|
|
16
|
+
const defaultTheme = createTheme();
|
|
17
|
+
|
|
18
|
+
// widening Theme to any so that the consumer can own the theme structure.
|
|
19
|
+
const defaultCreateStyledComponent = styled('div', {
|
|
20
|
+
name: 'MuiGrid',
|
|
21
|
+
slot: 'Root'
|
|
22
|
+
});
|
|
23
|
+
function useThemePropsDefault(props) {
|
|
24
|
+
return useThemeProps({
|
|
25
|
+
props,
|
|
26
|
+
name: 'MuiGrid',
|
|
27
|
+
defaultTheme
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
function createGrid(options = {}) {
|
|
31
|
+
const {
|
|
32
|
+
// This will allow adding custom styled fn (for example for custom sx style function)
|
|
33
|
+
createStyledComponent = defaultCreateStyledComponent,
|
|
34
|
+
useThemeProps = useThemePropsDefault,
|
|
35
|
+
useTheme: useTheme$1 = useTheme,
|
|
36
|
+
componentName = 'MuiGrid'
|
|
37
|
+
} = options;
|
|
38
|
+
const useUtilityClasses = (ownerState, theme) => {
|
|
39
|
+
const {
|
|
40
|
+
container,
|
|
41
|
+
direction,
|
|
42
|
+
spacing,
|
|
43
|
+
wrap,
|
|
44
|
+
size
|
|
45
|
+
} = ownerState;
|
|
46
|
+
const slots = {
|
|
47
|
+
root: ['root', container && 'container', wrap !== 'wrap' && `wrap-xs-${String(wrap)}`, ...generateDirectionClasses(direction), ...generateSizeClassNames(size), ...(container ? generateSpacingClassNames(spacing, theme.breakpoints.keys[0]) : [])]
|
|
48
|
+
};
|
|
49
|
+
return composeClasses(slots, slot => generateUtilityClass(componentName, slot), {});
|
|
50
|
+
};
|
|
51
|
+
function parseResponsiveProp(propValue, breakpoints, shouldUseValue = () => true) {
|
|
52
|
+
const parsedProp = {};
|
|
53
|
+
if (propValue === null) {
|
|
54
|
+
return parsedProp;
|
|
55
|
+
}
|
|
56
|
+
if (Array.isArray(propValue)) {
|
|
57
|
+
propValue.forEach((value, index) => {
|
|
58
|
+
if (value !== null && shouldUseValue(value) && breakpoints.keys[index]) {
|
|
59
|
+
parsedProp[breakpoints.keys[index]] = value;
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
} else if (typeof propValue === 'object') {
|
|
63
|
+
Object.keys(propValue).forEach(key => {
|
|
64
|
+
const value = propValue[key];
|
|
65
|
+
if (value !== null && value !== undefined && shouldUseValue(value)) {
|
|
66
|
+
parsedProp[key] = value;
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
} else {
|
|
70
|
+
parsedProp[breakpoints.keys[0]] = propValue;
|
|
71
|
+
}
|
|
72
|
+
return parsedProp;
|
|
73
|
+
}
|
|
74
|
+
const GridRoot = createStyledComponent(generateGridColumnsStyles, generateGridColumnSpacingStyles, generateGridRowSpacingStyles, generateGridSizeStyles, generateGridDirectionStyles, generateGridStyles, generateGridOffsetStyles);
|
|
75
|
+
const Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {
|
|
76
|
+
const theme = useTheme$1();
|
|
77
|
+
const themeProps = useThemeProps(inProps);
|
|
78
|
+
const props = extendSxProp(themeProps); // `color` type conflicts with html color attribute.
|
|
79
|
+
|
|
80
|
+
// TODO v8: Remove when removing the legacy Grid component
|
|
81
|
+
deleteLegacyGridProps(props, theme.breakpoints);
|
|
82
|
+
const {
|
|
83
|
+
className,
|
|
84
|
+
children,
|
|
85
|
+
columns: columnsProp = 12,
|
|
86
|
+
container = false,
|
|
87
|
+
component = 'div',
|
|
88
|
+
direction = 'row',
|
|
89
|
+
wrap = 'wrap',
|
|
90
|
+
size: sizeProp = {},
|
|
91
|
+
offset: offsetProp = {},
|
|
92
|
+
spacing: spacingProp = 0,
|
|
93
|
+
rowSpacing: rowSpacingProp = spacingProp,
|
|
94
|
+
columnSpacing: columnSpacingProp = spacingProp,
|
|
95
|
+
unstable_level: level = 0,
|
|
96
|
+
...other
|
|
97
|
+
} = props;
|
|
98
|
+
const size = parseResponsiveProp(sizeProp, theme.breakpoints, val => val !== false);
|
|
99
|
+
const offset = parseResponsiveProp(offsetProp, theme.breakpoints);
|
|
100
|
+
const columns = inProps.columns ?? (level ? undefined : columnsProp);
|
|
101
|
+
const spacing = inProps.spacing ?? (level ? undefined : spacingProp);
|
|
102
|
+
const rowSpacing = inProps.rowSpacing ?? inProps.spacing ?? (level ? undefined : rowSpacingProp);
|
|
103
|
+
const columnSpacing = inProps.columnSpacing ?? inProps.spacing ?? (level ? undefined : columnSpacingProp);
|
|
104
|
+
const ownerState = {
|
|
105
|
+
...props,
|
|
106
|
+
level,
|
|
107
|
+
columns,
|
|
108
|
+
container,
|
|
109
|
+
direction,
|
|
110
|
+
wrap,
|
|
111
|
+
spacing,
|
|
112
|
+
rowSpacing,
|
|
113
|
+
columnSpacing,
|
|
114
|
+
size,
|
|
115
|
+
offset
|
|
116
|
+
};
|
|
117
|
+
const classes = useUtilityClasses(ownerState, theme);
|
|
118
|
+
return /*#__PURE__*/jsx(GridRoot, {
|
|
119
|
+
ref: ref,
|
|
120
|
+
as: component,
|
|
121
|
+
ownerState: ownerState,
|
|
122
|
+
className: clsx(classes.root, className),
|
|
123
|
+
...other,
|
|
124
|
+
children: React.Children.map(children, child => {
|
|
125
|
+
if (/*#__PURE__*/React.isValidElement(child) && isMuiElement(child, ['Grid']) && container && child.props.container) {
|
|
126
|
+
return /*#__PURE__*/React.cloneElement(child, {
|
|
127
|
+
unstable_level: child.props?.unstable_level ?? level + 1
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
return child;
|
|
131
|
+
})
|
|
132
|
+
});
|
|
133
|
+
});
|
|
134
|
+
process.env.NODE_ENV !== "production" ? Grid.propTypes /* remove-proptypes */ = {
|
|
135
|
+
children: PropTypes.node,
|
|
136
|
+
className: PropTypes.string,
|
|
137
|
+
columns: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.number), PropTypes.number, PropTypes.object]),
|
|
138
|
+
columnSpacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),
|
|
139
|
+
component: PropTypes.elementType,
|
|
140
|
+
container: PropTypes.bool,
|
|
141
|
+
direction: PropTypes.oneOfType([PropTypes.oneOf(['column-reverse', 'column', 'row-reverse', 'row']), PropTypes.arrayOf(PropTypes.oneOf(['column-reverse', 'column', 'row-reverse', 'row'])), PropTypes.object]),
|
|
142
|
+
offset: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.number])), PropTypes.object]),
|
|
143
|
+
rowSpacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),
|
|
144
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number, PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number])), PropTypes.object]),
|
|
145
|
+
spacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),
|
|
146
|
+
sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
|
|
147
|
+
wrap: PropTypes.oneOf(['nowrap', 'wrap-reverse', 'wrap'])
|
|
148
|
+
} : void 0;
|
|
149
|
+
|
|
150
|
+
// @ts-ignore internal logic for nested grid
|
|
151
|
+
Grid.muiName = 'Grid';
|
|
152
|
+
return Grid;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export { createGrid as default };
|
|
156
|
+
//# sourceMappingURL=createGrid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createGrid.js","sources":["../../../../../../../node_modules/@mui/system/esm/Grid/createGrid.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport isMuiElement from '@mui/utils/isMuiElement';\nimport generateUtilityClass from '@mui/utils/generateUtilityClass';\nimport composeClasses from '@mui/utils/composeClasses';\nimport systemStyled from \"../styled/index.js\";\nimport useThemePropsSystem from \"../useThemeProps/index.js\";\nimport useThemeSystem from \"../useTheme/index.js\";\nimport { extendSxProp } from \"../styleFunctionSx/index.js\";\nimport createTheme from \"../createTheme/index.js\";\nimport { generateGridStyles, generateGridSizeStyles, generateGridColumnsStyles, generateGridColumnSpacingStyles, generateGridRowSpacingStyles, generateGridDirectionStyles, generateGridOffsetStyles, generateSizeClassNames, generateSpacingClassNames, generateDirectionClasses } from \"./gridGenerator.js\";\nimport deleteLegacyGridProps from \"./deleteLegacyGridProps.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst defaultTheme = createTheme();\n\n// widening Theme to any so that the consumer can own the theme structure.\nconst defaultCreateStyledComponent = systemStyled('div', {\n name: 'MuiGrid',\n slot: 'Root'\n});\nfunction useThemePropsDefault(props) {\n return useThemePropsSystem({\n props,\n name: 'MuiGrid',\n defaultTheme\n });\n}\nexport default function createGrid(options = {}) {\n const {\n // This will allow adding custom styled fn (for example for custom sx style function)\n createStyledComponent = defaultCreateStyledComponent,\n useThemeProps = useThemePropsDefault,\n useTheme = useThemeSystem,\n componentName = 'MuiGrid'\n } = options;\n const useUtilityClasses = (ownerState, theme) => {\n const {\n container,\n direction,\n spacing,\n wrap,\n size\n } = ownerState;\n const slots = {\n root: ['root', container && 'container', wrap !== 'wrap' && `wrap-xs-${String(wrap)}`, ...generateDirectionClasses(direction), ...generateSizeClassNames(size), ...(container ? generateSpacingClassNames(spacing, theme.breakpoints.keys[0]) : [])]\n };\n return composeClasses(slots, slot => generateUtilityClass(componentName, slot), {});\n };\n function parseResponsiveProp(propValue, breakpoints, shouldUseValue = () => true) {\n const parsedProp = {};\n if (propValue === null) {\n return parsedProp;\n }\n if (Array.isArray(propValue)) {\n propValue.forEach((value, index) => {\n if (value !== null && shouldUseValue(value) && breakpoints.keys[index]) {\n parsedProp[breakpoints.keys[index]] = value;\n }\n });\n } else if (typeof propValue === 'object') {\n Object.keys(propValue).forEach(key => {\n const value = propValue[key];\n if (value !== null && value !== undefined && shouldUseValue(value)) {\n parsedProp[key] = value;\n }\n });\n } else {\n parsedProp[breakpoints.keys[0]] = propValue;\n }\n return parsedProp;\n }\n const GridRoot = createStyledComponent(generateGridColumnsStyles, generateGridColumnSpacingStyles, generateGridRowSpacingStyles, generateGridSizeStyles, generateGridDirectionStyles, generateGridStyles, generateGridOffsetStyles);\n const Grid = /*#__PURE__*/React.forwardRef(function Grid(inProps, ref) {\n const theme = useTheme();\n const themeProps = useThemeProps(inProps);\n const props = extendSxProp(themeProps); // `color` type conflicts with html color attribute.\n\n // TODO v8: Remove when removing the legacy Grid component\n deleteLegacyGridProps(props, theme.breakpoints);\n const {\n className,\n children,\n columns: columnsProp = 12,\n container = false,\n component = 'div',\n direction = 'row',\n wrap = 'wrap',\n size: sizeProp = {},\n offset: offsetProp = {},\n spacing: spacingProp = 0,\n rowSpacing: rowSpacingProp = spacingProp,\n columnSpacing: columnSpacingProp = spacingProp,\n unstable_level: level = 0,\n ...other\n } = props;\n const size = parseResponsiveProp(sizeProp, theme.breakpoints, val => val !== false);\n const offset = parseResponsiveProp(offsetProp, theme.breakpoints);\n const columns = inProps.columns ?? (level ? undefined : columnsProp);\n const spacing = inProps.spacing ?? (level ? undefined : spacingProp);\n const rowSpacing = inProps.rowSpacing ?? inProps.spacing ?? (level ? undefined : rowSpacingProp);\n const columnSpacing = inProps.columnSpacing ?? inProps.spacing ?? (level ? undefined : columnSpacingProp);\n const ownerState = {\n ...props,\n level,\n columns,\n container,\n direction,\n wrap,\n spacing,\n rowSpacing,\n columnSpacing,\n size,\n offset\n };\n const classes = useUtilityClasses(ownerState, theme);\n return /*#__PURE__*/_jsx(GridRoot, {\n ref: ref,\n as: component,\n ownerState: ownerState,\n className: clsx(classes.root, className),\n ...other,\n children: React.Children.map(children, child => {\n if (/*#__PURE__*/React.isValidElement(child) && isMuiElement(child, ['Grid']) && container && child.props.container) {\n return /*#__PURE__*/React.cloneElement(child, {\n unstable_level: child.props?.unstable_level ?? level + 1\n });\n }\n return child;\n })\n });\n });\n process.env.NODE_ENV !== \"production\" ? Grid.propTypes /* remove-proptypes */ = {\n children: PropTypes.node,\n className: PropTypes.string,\n columns: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.number), PropTypes.number, PropTypes.object]),\n columnSpacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),\n component: PropTypes.elementType,\n container: PropTypes.bool,\n direction: PropTypes.oneOfType([PropTypes.oneOf(['column-reverse', 'column', 'row-reverse', 'row']), PropTypes.arrayOf(PropTypes.oneOf(['column-reverse', 'column', 'row-reverse', 'row'])), PropTypes.object]),\n offset: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.number])), PropTypes.object]),\n rowSpacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),\n size: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number, PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number])), PropTypes.object]),\n spacing: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number, PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.string]),\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n wrap: PropTypes.oneOf(['nowrap', 'wrap-reverse', 'wrap'])\n } : void 0;\n\n // @ts-ignore internal logic for nested grid\n Grid.muiName = 'Grid';\n return Grid;\n}"],"names":["systemStyled","useThemePropsSystem","useTheme","useThemeSystem","_jsx"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const getLegacyGridWarning = propName => {
|
|
2
|
+
if (['item', 'zeroMinWidth'].includes(propName)) {
|
|
3
|
+
return `The \`${propName}\` prop has been removed and is no longer necessary. You can safely remove it.`;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
// #host-reference
|
|
7
|
+
return `The \`${propName}\` prop has been removed. See https://mui.com/material-ui/migration/upgrade-to-grid-v2/ for migration instructions.`;
|
|
8
|
+
};
|
|
9
|
+
const warnedAboutProps = [];
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Deletes the legacy Grid component props from the `props` object and warns once about them if found.
|
|
13
|
+
*
|
|
14
|
+
* @param {object} props The props object to remove the legacy Grid props from.
|
|
15
|
+
* @param {Breakpoints} breakpoints The breakpoints object.
|
|
16
|
+
*/
|
|
17
|
+
function deleteLegacyGridProps(props, breakpoints) {
|
|
18
|
+
const propsToWarn = [];
|
|
19
|
+
if (props.item !== undefined) {
|
|
20
|
+
delete props.item;
|
|
21
|
+
propsToWarn.push('item');
|
|
22
|
+
}
|
|
23
|
+
if (props.zeroMinWidth !== undefined) {
|
|
24
|
+
delete props.zeroMinWidth;
|
|
25
|
+
propsToWarn.push('zeroMinWidth');
|
|
26
|
+
}
|
|
27
|
+
breakpoints.keys.forEach(breakpoint => {
|
|
28
|
+
if (props[breakpoint] !== undefined) {
|
|
29
|
+
propsToWarn.push(breakpoint);
|
|
30
|
+
delete props[breakpoint];
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
34
|
+
propsToWarn.forEach(prop => {
|
|
35
|
+
if (!warnedAboutProps.includes(prop)) {
|
|
36
|
+
warnedAboutProps.push(prop);
|
|
37
|
+
console.warn(`MUI Grid: ${getLegacyGridWarning(prop)}\n`);
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { deleteLegacyGridProps as default };
|
|
44
|
+
//# sourceMappingURL=deleteLegacyGridProps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteLegacyGridProps.js","sources":["../../../../../../../node_modules/@mui/system/esm/Grid/deleteLegacyGridProps.js"],"sourcesContent":["const getLegacyGridWarning = propName => {\n if (['item', 'zeroMinWidth'].includes(propName)) {\n return `The \\`${propName}\\` prop has been removed and is no longer necessary. You can safely remove it.`;\n }\n\n // #host-reference\n return `The \\`${propName}\\` prop has been removed. See https://mui.com/material-ui/migration/upgrade-to-grid-v2/ for migration instructions.`;\n};\nconst warnedAboutProps = [];\n\n/**\n * Deletes the legacy Grid component props from the `props` object and warns once about them if found.\n *\n * @param {object} props The props object to remove the legacy Grid props from.\n * @param {Breakpoints} breakpoints The breakpoints object.\n */\nexport default function deleteLegacyGridProps(props, breakpoints) {\n const propsToWarn = [];\n if (props.item !== undefined) {\n delete props.item;\n propsToWarn.push('item');\n }\n if (props.zeroMinWidth !== undefined) {\n delete props.zeroMinWidth;\n propsToWarn.push('zeroMinWidth');\n }\n breakpoints.keys.forEach(breakpoint => {\n if (props[breakpoint] !== undefined) {\n propsToWarn.push(breakpoint);\n delete props[breakpoint];\n }\n });\n if (process.env.NODE_ENV !== 'production') {\n propsToWarn.forEach(prop => {\n if (!warnedAboutProps.includes(prop)) {\n warnedAboutProps.push(prop);\n console.warn(`MUI Grid: ${getLegacyGridWarning(prop)}\\n`);\n }\n });\n }\n}"],"names":[],"mappings":"AAAA,MAAM,oBAAoB,GAAG,QAAQ,IAAI;AACzC,EAAE,IAAI,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE;AACnD,IAAI,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,8EAA8E,CAAC;AAC5G,EAAE;;AAEF;AACA,EAAE,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,mHAAmH,CAAC;AAC/I,CAAC;AACD,MAAM,gBAAgB,GAAG,EAAE;;AAE3B;AACA;AACA;AACA;AACA;AACA;AACe,SAAS,qBAAqB,CAAC,KAAK,EAAE,WAAW,EAAE;AAClE,EAAE,MAAM,WAAW,GAAG,EAAE;AACxB,EAAE,IAAI,KAAK,CAAC,IAAI,KAAK,SAAS,EAAE;AAChC,IAAI,OAAO,KAAK,CAAC,IAAI;AACrB,IAAI,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC;AAC5B,EAAE;AACF,EAAE,IAAI,KAAK,CAAC,YAAY,KAAK,SAAS,EAAE;AACxC,IAAI,OAAO,KAAK,CAAC,YAAY;AAC7B,IAAI,WAAW,CAAC,IAAI,CAAC,cAAc,CAAC;AACpC,EAAE;AACF,EAAE,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI;AACzC,IAAI,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS,EAAE;AACzC,MAAM,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC;AAClC,MAAM,OAAO,KAAK,CAAC,UAAU,CAAC;AAC9B,IAAI;AACJ,EAAE,CAAC,CAAC;AACJ,EAAE,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;AAC7C,IAAI,WAAW,CAAC,OAAO,CAAC,IAAI,IAAI;AAChC,MAAM,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;AAC5C,QAAQ,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC;AACnC,QAAQ,OAAO,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,oBAAoB,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC;AACjE,MAAM;AACN,IAAI,CAAC,CAAC;AACN,EAAE;AACF;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import { traverseBreakpoints } from './traverseBreakpoints.js';
|
|
2
|
+
|
|
3
|
+
function getSelfSpacingVar(axis) {
|
|
4
|
+
return `--Grid-${axis}Spacing`;
|
|
5
|
+
}
|
|
6
|
+
function getParentSpacingVar(axis) {
|
|
7
|
+
return `--Grid-parent-${axis}Spacing`;
|
|
8
|
+
}
|
|
9
|
+
const selfColumnsVar = '--Grid-columns';
|
|
10
|
+
const parentColumnsVar = '--Grid-parent-columns';
|
|
11
|
+
const generateGridSizeStyles = ({
|
|
12
|
+
theme,
|
|
13
|
+
ownerState
|
|
14
|
+
}) => {
|
|
15
|
+
const styles = {};
|
|
16
|
+
traverseBreakpoints(theme.breakpoints, ownerState.size, (appendStyle, value) => {
|
|
17
|
+
let style = {};
|
|
18
|
+
if (value === 'grow') {
|
|
19
|
+
style = {
|
|
20
|
+
flexBasis: 0,
|
|
21
|
+
flexGrow: 1,
|
|
22
|
+
maxWidth: '100%'
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
if (value === 'auto') {
|
|
26
|
+
style = {
|
|
27
|
+
flexBasis: 'auto',
|
|
28
|
+
flexGrow: 0,
|
|
29
|
+
flexShrink: 0,
|
|
30
|
+
maxWidth: 'none',
|
|
31
|
+
width: 'auto'
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
if (typeof value === 'number') {
|
|
35
|
+
style = {
|
|
36
|
+
flexGrow: 0,
|
|
37
|
+
flexBasis: 'auto',
|
|
38
|
+
width: `calc(100% * ${value} / var(${parentColumnsVar}) - (var(${parentColumnsVar}) - ${value}) * (var(${getParentSpacingVar('column')}) / var(${parentColumnsVar})))`
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
appendStyle(styles, style);
|
|
42
|
+
});
|
|
43
|
+
return styles;
|
|
44
|
+
};
|
|
45
|
+
const generateGridOffsetStyles = ({
|
|
46
|
+
theme,
|
|
47
|
+
ownerState
|
|
48
|
+
}) => {
|
|
49
|
+
const styles = {};
|
|
50
|
+
traverseBreakpoints(theme.breakpoints, ownerState.offset, (appendStyle, value) => {
|
|
51
|
+
let style = {};
|
|
52
|
+
if (value === 'auto') {
|
|
53
|
+
style = {
|
|
54
|
+
marginLeft: 'auto'
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
if (typeof value === 'number') {
|
|
58
|
+
style = {
|
|
59
|
+
marginLeft: value === 0 ? '0px' : `calc(100% * ${value} / var(${parentColumnsVar}) + var(${getParentSpacingVar('column')}) * ${value} / var(${parentColumnsVar}))`
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
appendStyle(styles, style);
|
|
63
|
+
});
|
|
64
|
+
return styles;
|
|
65
|
+
};
|
|
66
|
+
const generateGridColumnsStyles = ({
|
|
67
|
+
theme,
|
|
68
|
+
ownerState
|
|
69
|
+
}) => {
|
|
70
|
+
if (!ownerState.container) {
|
|
71
|
+
return {};
|
|
72
|
+
}
|
|
73
|
+
const styles = {
|
|
74
|
+
[selfColumnsVar]: 12
|
|
75
|
+
};
|
|
76
|
+
traverseBreakpoints(theme.breakpoints, ownerState.columns, (appendStyle, value) => {
|
|
77
|
+
const columns = value ?? 12;
|
|
78
|
+
appendStyle(styles, {
|
|
79
|
+
[selfColumnsVar]: columns,
|
|
80
|
+
'> *': {
|
|
81
|
+
[parentColumnsVar]: columns
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
});
|
|
85
|
+
return styles;
|
|
86
|
+
};
|
|
87
|
+
const generateGridRowSpacingStyles = ({
|
|
88
|
+
theme,
|
|
89
|
+
ownerState
|
|
90
|
+
}) => {
|
|
91
|
+
if (!ownerState.container) {
|
|
92
|
+
return {};
|
|
93
|
+
}
|
|
94
|
+
const styles = {};
|
|
95
|
+
traverseBreakpoints(theme.breakpoints, ownerState.rowSpacing, (appendStyle, value) => {
|
|
96
|
+
const spacing = typeof value === 'string' ? value : theme.spacing?.(value);
|
|
97
|
+
appendStyle(styles, {
|
|
98
|
+
[getSelfSpacingVar('row')]: spacing,
|
|
99
|
+
'> *': {
|
|
100
|
+
[getParentSpacingVar('row')]: spacing
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
});
|
|
104
|
+
return styles;
|
|
105
|
+
};
|
|
106
|
+
const generateGridColumnSpacingStyles = ({
|
|
107
|
+
theme,
|
|
108
|
+
ownerState
|
|
109
|
+
}) => {
|
|
110
|
+
if (!ownerState.container) {
|
|
111
|
+
return {};
|
|
112
|
+
}
|
|
113
|
+
const styles = {};
|
|
114
|
+
traverseBreakpoints(theme.breakpoints, ownerState.columnSpacing, (appendStyle, value) => {
|
|
115
|
+
const spacing = typeof value === 'string' ? value : theme.spacing?.(value);
|
|
116
|
+
appendStyle(styles, {
|
|
117
|
+
[getSelfSpacingVar('column')]: spacing,
|
|
118
|
+
'> *': {
|
|
119
|
+
[getParentSpacingVar('column')]: spacing
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
return styles;
|
|
124
|
+
};
|
|
125
|
+
const generateGridDirectionStyles = ({
|
|
126
|
+
theme,
|
|
127
|
+
ownerState
|
|
128
|
+
}) => {
|
|
129
|
+
if (!ownerState.container) {
|
|
130
|
+
return {};
|
|
131
|
+
}
|
|
132
|
+
const styles = {};
|
|
133
|
+
traverseBreakpoints(theme.breakpoints, ownerState.direction, (appendStyle, value) => {
|
|
134
|
+
appendStyle(styles, {
|
|
135
|
+
flexDirection: value
|
|
136
|
+
});
|
|
137
|
+
});
|
|
138
|
+
return styles;
|
|
139
|
+
};
|
|
140
|
+
const generateGridStyles = ({
|
|
141
|
+
ownerState
|
|
142
|
+
}) => {
|
|
143
|
+
return {
|
|
144
|
+
minWidth: 0,
|
|
145
|
+
boxSizing: 'border-box',
|
|
146
|
+
...(ownerState.container && {
|
|
147
|
+
display: 'flex',
|
|
148
|
+
flexWrap: 'wrap',
|
|
149
|
+
...(ownerState.wrap && ownerState.wrap !== 'wrap' && {
|
|
150
|
+
flexWrap: ownerState.wrap
|
|
151
|
+
}),
|
|
152
|
+
gap: `var(${getSelfSpacingVar('row')}) var(${getSelfSpacingVar('column')})`
|
|
153
|
+
})
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
const generateSizeClassNames = size => {
|
|
157
|
+
const classNames = [];
|
|
158
|
+
Object.entries(size).forEach(([key, value]) => {
|
|
159
|
+
if (value !== false && value !== undefined) {
|
|
160
|
+
classNames.push(`grid-${key}-${String(value)}`);
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
return classNames;
|
|
164
|
+
};
|
|
165
|
+
const generateSpacingClassNames = (spacing, smallestBreakpoint = 'xs') => {
|
|
166
|
+
function isValidSpacing(val) {
|
|
167
|
+
if (val === undefined) {
|
|
168
|
+
return false;
|
|
169
|
+
}
|
|
170
|
+
return typeof val === 'string' && !Number.isNaN(Number(val)) || typeof val === 'number' && val > 0;
|
|
171
|
+
}
|
|
172
|
+
if (isValidSpacing(spacing)) {
|
|
173
|
+
return [`spacing-${smallestBreakpoint}-${String(spacing)}`];
|
|
174
|
+
}
|
|
175
|
+
if (typeof spacing === 'object' && !Array.isArray(spacing)) {
|
|
176
|
+
const classNames = [];
|
|
177
|
+
Object.entries(spacing).forEach(([key, value]) => {
|
|
178
|
+
if (isValidSpacing(value)) {
|
|
179
|
+
classNames.push(`spacing-${key}-${String(value)}`);
|
|
180
|
+
}
|
|
181
|
+
});
|
|
182
|
+
return classNames;
|
|
183
|
+
}
|
|
184
|
+
return [];
|
|
185
|
+
};
|
|
186
|
+
const generateDirectionClasses = direction => {
|
|
187
|
+
if (direction === undefined) {
|
|
188
|
+
return [];
|
|
189
|
+
}
|
|
190
|
+
if (typeof direction === 'object') {
|
|
191
|
+
return Object.entries(direction).map(([key, value]) => `direction-${key}-${value}`);
|
|
192
|
+
}
|
|
193
|
+
return [`direction-xs-${String(direction)}`];
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
export { generateDirectionClasses, generateGridColumnSpacingStyles, generateGridColumnsStyles, generateGridDirectionStyles, generateGridOffsetStyles, generateGridRowSpacingStyles, generateGridSizeStyles, generateGridStyles, generateSizeClassNames, generateSpacingClassNames };
|
|
197
|
+
//# sourceMappingURL=gridGenerator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gridGenerator.js","sources":["../../../../../../../node_modules/@mui/system/esm/Grid/gridGenerator.js"],"sourcesContent":["import { traverseBreakpoints } from \"./traverseBreakpoints.js\";\nfunction getSelfSpacingVar(axis) {\n return `--Grid-${axis}Spacing`;\n}\nfunction getParentSpacingVar(axis) {\n return `--Grid-parent-${axis}Spacing`;\n}\nconst selfColumnsVar = '--Grid-columns';\nconst parentColumnsVar = '--Grid-parent-columns';\nexport const generateGridSizeStyles = ({\n theme,\n ownerState\n}) => {\n const styles = {};\n traverseBreakpoints(theme.breakpoints, ownerState.size, (appendStyle, value) => {\n let style = {};\n if (value === 'grow') {\n style = {\n flexBasis: 0,\n flexGrow: 1,\n maxWidth: '100%'\n };\n }\n if (value === 'auto') {\n style = {\n flexBasis: 'auto',\n flexGrow: 0,\n flexShrink: 0,\n maxWidth: 'none',\n width: 'auto'\n };\n }\n if (typeof value === 'number') {\n style = {\n flexGrow: 0,\n flexBasis: 'auto',\n width: `calc(100% * ${value} / var(${parentColumnsVar}) - (var(${parentColumnsVar}) - ${value}) * (var(${getParentSpacingVar('column')}) / var(${parentColumnsVar})))`\n };\n }\n appendStyle(styles, style);\n });\n return styles;\n};\nexport const generateGridOffsetStyles = ({\n theme,\n ownerState\n}) => {\n const styles = {};\n traverseBreakpoints(theme.breakpoints, ownerState.offset, (appendStyle, value) => {\n let style = {};\n if (value === 'auto') {\n style = {\n marginLeft: 'auto'\n };\n }\n if (typeof value === 'number') {\n style = {\n marginLeft: value === 0 ? '0px' : `calc(100% * ${value} / var(${parentColumnsVar}) + var(${getParentSpacingVar('column')}) * ${value} / var(${parentColumnsVar}))`\n };\n }\n appendStyle(styles, style);\n });\n return styles;\n};\nexport const generateGridColumnsStyles = ({\n theme,\n ownerState\n}) => {\n if (!ownerState.container) {\n return {};\n }\n const styles = {\n [selfColumnsVar]: 12\n };\n traverseBreakpoints(theme.breakpoints, ownerState.columns, (appendStyle, value) => {\n const columns = value ?? 12;\n appendStyle(styles, {\n [selfColumnsVar]: columns,\n '> *': {\n [parentColumnsVar]: columns\n }\n });\n });\n return styles;\n};\nexport const generateGridRowSpacingStyles = ({\n theme,\n ownerState\n}) => {\n if (!ownerState.container) {\n return {};\n }\n const styles = {};\n traverseBreakpoints(theme.breakpoints, ownerState.rowSpacing, (appendStyle, value) => {\n const spacing = typeof value === 'string' ? value : theme.spacing?.(value);\n appendStyle(styles, {\n [getSelfSpacingVar('row')]: spacing,\n '> *': {\n [getParentSpacingVar('row')]: spacing\n }\n });\n });\n return styles;\n};\nexport const generateGridColumnSpacingStyles = ({\n theme,\n ownerState\n}) => {\n if (!ownerState.container) {\n return {};\n }\n const styles = {};\n traverseBreakpoints(theme.breakpoints, ownerState.columnSpacing, (appendStyle, value) => {\n const spacing = typeof value === 'string' ? value : theme.spacing?.(value);\n appendStyle(styles, {\n [getSelfSpacingVar('column')]: spacing,\n '> *': {\n [getParentSpacingVar('column')]: spacing\n }\n });\n });\n return styles;\n};\nexport const generateGridDirectionStyles = ({\n theme,\n ownerState\n}) => {\n if (!ownerState.container) {\n return {};\n }\n const styles = {};\n traverseBreakpoints(theme.breakpoints, ownerState.direction, (appendStyle, value) => {\n appendStyle(styles, {\n flexDirection: value\n });\n });\n return styles;\n};\nexport const generateGridStyles = ({\n ownerState\n}) => {\n return {\n minWidth: 0,\n boxSizing: 'border-box',\n ...(ownerState.container && {\n display: 'flex',\n flexWrap: 'wrap',\n ...(ownerState.wrap && ownerState.wrap !== 'wrap' && {\n flexWrap: ownerState.wrap\n }),\n gap: `var(${getSelfSpacingVar('row')}) var(${getSelfSpacingVar('column')})`\n })\n };\n};\nexport const generateSizeClassNames = size => {\n const classNames = [];\n Object.entries(size).forEach(([key, value]) => {\n if (value !== false && value !== undefined) {\n classNames.push(`grid-${key}-${String(value)}`);\n }\n });\n return classNames;\n};\nexport const generateSpacingClassNames = (spacing, smallestBreakpoint = 'xs') => {\n function isValidSpacing(val) {\n if (val === undefined) {\n return false;\n }\n return typeof val === 'string' && !Number.isNaN(Number(val)) || typeof val === 'number' && val > 0;\n }\n if (isValidSpacing(spacing)) {\n return [`spacing-${smallestBreakpoint}-${String(spacing)}`];\n }\n if (typeof spacing === 'object' && !Array.isArray(spacing)) {\n const classNames = [];\n Object.entries(spacing).forEach(([key, value]) => {\n if (isValidSpacing(value)) {\n classNames.push(`spacing-${key}-${String(value)}`);\n }\n });\n return classNames;\n }\n return [];\n};\nexport const generateDirectionClasses = direction => {\n if (direction === undefined) {\n return [];\n }\n if (typeof direction === 'object') {\n return Object.entries(direction).map(([key, value]) => `direction-${key}-${value}`);\n }\n return [`direction-xs-${String(direction)}`];\n};"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const filterBreakpointKeys = (breakpointsKeys, responsiveKeys) => breakpointsKeys.filter(key => responsiveKeys.includes(key));
|
|
2
|
+
const traverseBreakpoints = (breakpoints, responsive, iterator) => {
|
|
3
|
+
const smallestBreakpoint = breakpoints.keys[0]; // the keys is sorted from smallest to largest by `createBreakpoints`.
|
|
4
|
+
|
|
5
|
+
if (Array.isArray(responsive)) {
|
|
6
|
+
responsive.forEach((breakpointValue, index) => {
|
|
7
|
+
iterator((responsiveStyles, style) => {
|
|
8
|
+
if (index <= breakpoints.keys.length - 1) {
|
|
9
|
+
if (index === 0) {
|
|
10
|
+
Object.assign(responsiveStyles, style);
|
|
11
|
+
} else {
|
|
12
|
+
responsiveStyles[breakpoints.up(breakpoints.keys[index])] = style;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}, breakpointValue);
|
|
16
|
+
});
|
|
17
|
+
} else if (responsive && typeof responsive === 'object') {
|
|
18
|
+
// prevent null
|
|
19
|
+
// responsive could be a very big object, pick the smallest responsive values
|
|
20
|
+
|
|
21
|
+
const keys = Object.keys(responsive).length > breakpoints.keys.length ? breakpoints.keys : filterBreakpointKeys(breakpoints.keys, Object.keys(responsive));
|
|
22
|
+
keys.forEach(key => {
|
|
23
|
+
if (breakpoints.keys.includes(key)) {
|
|
24
|
+
// @ts-ignore already checked that responsive is an object
|
|
25
|
+
const breakpointValue = responsive[key];
|
|
26
|
+
if (breakpointValue !== undefined) {
|
|
27
|
+
iterator((responsiveStyles, style) => {
|
|
28
|
+
if (smallestBreakpoint === key) {
|
|
29
|
+
Object.assign(responsiveStyles, style);
|
|
30
|
+
} else {
|
|
31
|
+
responsiveStyles[breakpoints.up(key)] = style;
|
|
32
|
+
}
|
|
33
|
+
}, breakpointValue);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
} else if (typeof responsive === 'number' || typeof responsive === 'string') {
|
|
38
|
+
iterator((responsiveStyles, style) => {
|
|
39
|
+
Object.assign(responsiveStyles, style);
|
|
40
|
+
}, responsive);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export { filterBreakpointKeys, traverseBreakpoints };
|
|
45
|
+
//# sourceMappingURL=traverseBreakpoints.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"traverseBreakpoints.js","sources":["../../../../../../../node_modules/@mui/system/esm/Grid/traverseBreakpoints.js"],"sourcesContent":["export const filterBreakpointKeys = (breakpointsKeys, responsiveKeys) => breakpointsKeys.filter(key => responsiveKeys.includes(key));\nexport const traverseBreakpoints = (breakpoints, responsive, iterator) => {\n const smallestBreakpoint = breakpoints.keys[0]; // the keys is sorted from smallest to largest by `createBreakpoints`.\n\n if (Array.isArray(responsive)) {\n responsive.forEach((breakpointValue, index) => {\n iterator((responsiveStyles, style) => {\n if (index <= breakpoints.keys.length - 1) {\n if (index === 0) {\n Object.assign(responsiveStyles, style);\n } else {\n responsiveStyles[breakpoints.up(breakpoints.keys[index])] = style;\n }\n }\n }, breakpointValue);\n });\n } else if (responsive && typeof responsive === 'object') {\n // prevent null\n // responsive could be a very big object, pick the smallest responsive values\n\n const keys = Object.keys(responsive).length > breakpoints.keys.length ? breakpoints.keys : filterBreakpointKeys(breakpoints.keys, Object.keys(responsive));\n keys.forEach(key => {\n if (breakpoints.keys.includes(key)) {\n // @ts-ignore already checked that responsive is an object\n const breakpointValue = responsive[key];\n if (breakpointValue !== undefined) {\n iterator((responsiveStyles, style) => {\n if (smallestBreakpoint === key) {\n Object.assign(responsiveStyles, style);\n } else {\n responsiveStyles[breakpoints.up(key)] = style;\n }\n }, breakpointValue);\n }\n }\n });\n } else if (typeof responsive === 'number' || typeof responsive === 'string') {\n iterator((responsiveStyles, style) => {\n Object.assign(responsiveStyles, style);\n }, responsive);\n }\n};"],"names":[],"mappings":"AAAY,MAAC,oBAAoB,GAAG,CAAC,eAAe,EAAE,cAAc,KAAK,eAAe,CAAC,MAAM,CAAC,GAAG,IAAI,cAAc,CAAC,QAAQ,CAAC,GAAG,CAAC;AACvH,MAAC,mBAAmB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,QAAQ,KAAK;AAC1E,EAAE,MAAM,kBAAkB,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;;AAEjD,EAAE,IAAI,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;AACjC,IAAI,UAAU,CAAC,OAAO,CAAC,CAAC,eAAe,EAAE,KAAK,KAAK;AACnD,MAAM,QAAQ,CAAC,CAAC,gBAAgB,EAAE,KAAK,KAAK;AAC5C,QAAQ,IAAI,KAAK,IAAI,WAAW,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;AAClD,UAAU,IAAI,KAAK,KAAK,CAAC,EAAE;AAC3B,YAAY,MAAM,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC;AAClD,UAAU,CAAC,MAAM;AACjB,YAAY,gBAAgB,CAAC,WAAW,CAAC,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,KAAK;AAC7E,UAAU;AACV,QAAQ;AACR,MAAM,CAAC,EAAE,eAAe,CAAC;AACzB,IAAI,CAAC,CAAC;AACN,EAAE,CAAC,MAAM,IAAI,UAAU,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;AAC3D;AACA;;AAEA,IAAI,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,MAAM,GAAG,WAAW,CAAC,IAAI,CAAC,MAAM,GAAG,WAAW,CAAC,IAAI,GAAG,oBAAoB,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;AAC9J,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI;AACxB,MAAM,IAAI,WAAW,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;AAC1C;AACA,QAAQ,MAAM,eAAe,GAAG,UAAU,CAAC,GAAG,CAAC;AAC/C,QAAQ,IAAI,eAAe,KAAK,SAAS,EAAE;AAC3C,UAAU,QAAQ,CAAC,CAAC,gBAAgB,EAAE,KAAK,KAAK;AAChD,YAAY,IAAI,kBAAkB,KAAK,GAAG,EAAE;AAC5C,cAAc,MAAM,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC;AACpD,YAAY,CAAC,MAAM;AACnB,cAAc,gBAAgB,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,KAAK;AAC3D,YAAY;AACZ,UAAU,CAAC,EAAE,eAAe,CAAC;AAC7B,QAAQ;AACR,MAAM;AACN,IAAI,CAAC,CAAC;AACN,EAAE,CAAC,MAAM,IAAI,OAAO,UAAU,KAAK,QAAQ,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;AAC/E,IAAI,QAAQ,CAAC,CAAC,gBAAgB,EAAE,KAAK,KAAK;AAC1C,MAAM,MAAM,CAAC,MAAM,CAAC,gBAAgB,EAAE,KAAK,CAAC;AAC5C,IAAI,CAAC,EAAE,UAAU,CAAC;AAClB,EAAE;AACF;;;;","x_google_ignoreList":[0]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../node_modules/@mui/system/esm/RtlProvider/index.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst RtlContext = /*#__PURE__*/React.createContext();\nfunction RtlProvider({\n value,\n ...props\n}) {\n return /*#__PURE__*/_jsx(RtlContext.Provider, {\n value: value ?? true,\n ...props\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? RtlProvider.propTypes = {\n children: PropTypes.node,\n value: PropTypes.bool\n} : void 0;\nexport const useRtl = () => {\n const value = React.useContext(RtlContext);\n return value ?? false;\n};\nexport default RtlProvider;"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../node_modules/@mui/system/esm/RtlProvider/index.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst RtlContext = /*#__PURE__*/React.createContext();\nfunction RtlProvider({\n value,\n ...props\n}) {\n return /*#__PURE__*/_jsx(RtlContext.Provider, {\n value: value ?? true,\n ...props\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? RtlProvider.propTypes = {\n children: PropTypes.node,\n value: PropTypes.bool\n} : void 0;\nexport const useRtl = () => {\n const value = React.useContext(RtlContext);\n return value ?? false;\n};\nexport default RtlProvider;"],"names":["_jsx"],"mappings":";;;;AAKA,MAAM,UAAU,gBAAgB,KAAK,CAAC,aAAa,EAAE;AACrD,SAAS,WAAW,CAAC;AACrB,EAAE,KAAK;AACP,EAAE,GAAG;AACL,CAAC,EAAE;AACH,EAAE,oBAAoBA,GAAI,CAAC,UAAU,CAAC,QAAQ,EAAE;AAChD,IAAI,KAAK,EAAE,KAAK,IAAI,IAAI;AACxB,IAAI,GAAG;AACP,GAAG,CAAC;AACJ;AACA,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,GAAG,WAAW,CAAC,SAAS,GAAG;AAChE,EAAE,QAAQ,EAAE,SAAS,CAAC,IAAI;AAC1B,EAAE,KAAK,EAAE,SAAS,CAAC;AACnB,CAAC,GAAG,MAAM;AACE,MAAC,MAAM,GAAG,MAAM;AAC5B,EAAE,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC;AAC5C,EAAE,OAAO,KAAK,IAAI,KAAK;AACvB;;;;","x_google_ignoreList":[0]}
|