react-easy-wall 2.0.11 → 2.0.13
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/index.cjs +3 -3
- package/dist/cjs/_virtual/index10.cjs +2 -2
- package/dist/cjs/_virtual/index11.cjs +2 -2
- package/dist/cjs/_virtual/index2.cjs +2 -8
- package/dist/cjs/_virtual/index2.cjs.map +1 -1
- package/dist/cjs/_virtual/index3.cjs +2 -2
- package/dist/cjs/_virtual/index4.cjs +2 -8
- package/dist/cjs/_virtual/index4.cjs.map +1 -1
- package/dist/cjs/_virtual/index5.cjs +2 -8
- package/dist/cjs/_virtual/index5.cjs.map +1 -1
- package/dist/cjs/_virtual/index6.cjs +2 -2
- package/dist/cjs/_virtual/index7.cjs +2 -4
- package/dist/cjs/_virtual/index7.cjs.map +1 -1
- package/dist/cjs/_virtual/index8.cjs +2 -2
- package/dist/cjs/_virtual/index9.cjs +2 -2
- package/dist/cjs/components/comment/CommentProvider.cjs +3 -3
- package/dist/cjs/components/comment/Comments.cjs +7 -8
- package/dist/cjs/components/comment/Comments.cjs.map +1 -1
- package/dist/cjs/components/comment/comment.actions.cjs +8 -8
- package/dist/cjs/components/comment/comment.events.cjs +7 -7
- package/dist/cjs/components/comment/comment.store.cjs +5 -5
- package/dist/cjs/components/comment/comment.utils.cjs +3 -1
- package/dist/cjs/components/comment/comment.utils.cjs.map +1 -1
- package/dist/cjs/components/comment/components/AddComment.cjs +6 -9
- package/dist/cjs/components/comment/components/AddComment.cjs.map +1 -1
- package/dist/cjs/components/comment/components/AddCommentContainer.cjs +4 -8
- package/dist/cjs/components/comment/components/AddCommentContainer.cjs.map +1 -1
- package/dist/cjs/components/comment/components/AddReplyComment.cjs +8 -11
- package/dist/cjs/components/comment/components/AddReplyComment.cjs.map +1 -1
- package/dist/cjs/components/comment/components/AddReplyCommentContainer.cjs +4 -7
- package/dist/cjs/components/comment/components/AddReplyCommentContainer.cjs.map +1 -1
- package/dist/cjs/components/comment/components/CommentContainer.cjs +4 -6
- package/dist/cjs/components/comment/components/CommentContainer.cjs.map +1 -1
- package/dist/cjs/components/comment/components/CommentItem.cjs +5 -10
- package/dist/cjs/components/comment/components/CommentItem.cjs.map +1 -1
- package/dist/cjs/components/comment/components/CommentSubscriptionDialog.cjs +5 -6
- package/dist/cjs/components/comment/components/CommentSubscriptionDialog.cjs.map +1 -1
- package/dist/cjs/components/comment/components/ReplyComments.cjs +2 -2
- package/dist/cjs/components/comment/components/ReplyComments.cjs.map +1 -1
- package/dist/cjs/components/comment/components/ShowMoreComments.cjs +6 -8
- package/dist/cjs/components/comment/components/ShowMoreComments.cjs.map +1 -1
- package/dist/cjs/components/panel/Panel.cjs +4 -5
- package/dist/cjs/components/panel/Panel.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelAvatar.cjs +2 -5
- package/dist/cjs/components/panel/PanelAvatar.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelButton.cjs +7 -7
- package/dist/cjs/components/panel/PanelButton.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelDivider.cjs +2 -2
- package/dist/cjs/components/panel/PanelDivider.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelFooter.cjs +3 -4
- package/dist/cjs/components/panel/PanelFooter.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelHeader.cjs +2 -2
- package/dist/cjs/components/panel/PanelHeader.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelItem.cjs +2 -5
- package/dist/cjs/components/panel/PanelItem.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelListItems.cjs +2 -4
- package/dist/cjs/components/panel/PanelListItems.cjs.map +1 -1
- package/dist/cjs/components/panel/PanelSubscriptionIcon.cjs +2 -2
- package/dist/cjs/components/panel/PanelSubscriptionIcon.cjs.map +1 -1
- package/dist/cjs/components/panel/panel.actions.cjs +4 -4
- package/dist/cjs/components/panel/panel.actions.cjs.map +1 -1
- package/dist/cjs/components/panel/panel.store.cjs +2 -2
- package/dist/cjs/components/paywall/PaywallRegister.cjs +6 -8
- package/dist/cjs/components/paywall/PaywallRegister.cjs.map +1 -1
- package/dist/cjs/components/paywall/PaywallSubscription.cjs +6 -8
- package/dist/cjs/components/paywall/PaywallSubscription.cjs.map +1 -1
- package/dist/cjs/components/session/SessionClientProvider.cjs +2 -2
- package/dist/cjs/components/session/SessionClientProvider.cjs.map +1 -1
- package/dist/cjs/components/session/SessionUserClientProvider.cjs +10 -10
- package/dist/cjs/components/session/SessionUserClientProvider.cjs.map +1 -1
- package/dist/cjs/components/session/session.actions.cjs +9 -10
- package/dist/cjs/components/session/session.actions.cjs.map +1 -1
- package/dist/cjs/components/session/session.constants.cjs +2 -2
- package/dist/cjs/components/session/session.constants.cjs.map +1 -1
- package/dist/cjs/components/session/session.events.cjs +13 -13
- package/dist/cjs/components/session/session.events.cjs.map +1 -1
- package/dist/cjs/components/session/session.stores.cjs +2 -2
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/caches.cjs +0 -31
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/caches.cjs.map +1 -1
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/checkDocument.cjs +3 -4
- package/dist/cjs/node_modules/@apollo/client/utilities/internal/checkDocument.cjs.map +1 -1
- package/dist/cjs/node_modules/@cobuildlab/react-simple-state/lib/index.cjs +1 -1
- package/dist/cjs/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs +446 -0
- package/dist/cjs/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.cjs +130 -0
- package/dist/cjs/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@emotion/react/dist/emotion-react.browser.esm.cjs +127 -0
- package/dist/cjs/node_modules/@emotion/react/dist/emotion-react.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs +3 -20
- package/dist/cjs/node_modules/@emotion/serialize/dist/emotion-serialize.esm.cjs.map +1 -1
- package/dist/cjs/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.cjs +190 -0
- package/dist/cjs/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.cjs +18 -0
- package/dist/cjs/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.cjs +34 -0
- package/dist/cjs/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs +50 -0
- package/dist/cjs/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.cjs.map +1 -0
- package/dist/cjs/node_modules/@mui/material/esm/zero-styled/index.cjs +0 -7
- package/dist/cjs/node_modules/@mui/material/esm/zero-styled/index.cjs.map +1 -1
- package/dist/cjs/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.cjs +2 -2
- package/dist/cjs/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.cjs.map +1 -1
- package/dist/cjs/node_modules/@mui/styled-engine/esm/index.cjs +15 -2
- package/dist/cjs/node_modules/@mui/styled-engine/esm/index.cjs.map +1 -1
- package/dist/cjs/node_modules/@mui/styles/node_modules/@mui/utils/esm/deepmerge/deepmerge.cjs +1 -1
- package/dist/cjs/node_modules/@mui/system/esm/RtlProvider/index.cjs +0 -5
- package/dist/cjs/node_modules/@mui/system/esm/RtlProvider/index.cjs.map +1 -1
- package/dist/cjs/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.cjs +2 -2
- package/dist/cjs/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.cjs.map +1 -1
- package/dist/cjs/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.cjs +2 -2
- package/dist/cjs/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.cjs.map +1 -1
- package/dist/cjs/node_modules/@mui/utils/esm/deepmerge/deepmerge.cjs +1 -1
- package/dist/cjs/node_modules/@mui/utils/esm/useId/useId.cjs +1 -1
- package/dist/cjs/node_modules/@mui/utils/esm/useId/useId.cjs.map +1 -1
- package/dist/cjs/node_modules/graphql/language/ast.cjs +0 -104
- package/dist/cjs/node_modules/graphql/language/ast.cjs.map +1 -1
- package/dist/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/index.cjs +1 -1
- package/dist/cjs/node_modules/next/dist/client/script.cjs +2 -2
- package/dist/cjs/node_modules/next/dist/client/script.cjs.map +1 -1
- package/dist/cjs/node_modules/next/dist/compiled/cookie/index.cjs +1 -1
- package/dist/cjs/node_modules/next/dist/compiled/gzip-size/index.cjs +5 -5
- package/dist/cjs/node_modules/next/dist/compiled/gzip-size/index.cjs.map +1 -1
- package/dist/cjs/node_modules/next/dist/compiled/path-to-regexp/index.cjs +1 -1
- package/dist/cjs/node_modules/next/dist/shared/lib/router/utils/index.cjs +1 -1
- package/dist/cjs/node_modules/prop-types/index.cjs +1 -1
- package/dist/cjs/node_modules/react-giphy-searchbox/es/index.cjs +1 -1
- package/dist/cjs/node_modules/react-is/index.cjs +1 -1
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscription.cjs +1 -2
- package/dist/cjs/node_modules/rxjs/dist/esm5/internal/Subscription.cjs.map +1 -1
- package/dist/cjs/node_modules/tslib/tslib.es6.cjs +0 -79
- package/dist/cjs/node_modules/tslib/tslib.es6.cjs.map +1 -1
- package/dist/cjs/shared/apollo/apollo.client.cjs +4 -6
- package/dist/cjs/shared/apollo/apollo.client.cjs.map +1 -1
- package/dist/cjs/shared/components/buttons/ButtonDefault.cjs +3 -5
- package/dist/cjs/shared/components/buttons/ButtonDefault.cjs.map +1 -1
- package/dist/cjs/shared/components/dialog/DialogDefault.cjs +4 -8
- package/dist/cjs/shared/components/dialog/DialogDefault.cjs.map +1 -1
- package/dist/cjs/shared/components/react-editor/BtnEmoji.cjs +5 -6
- package/dist/cjs/shared/components/react-editor/BtnEmoji.cjs.map +1 -1
- package/dist/cjs/shared/components/react-editor/BtnGif.cjs +6 -8
- package/dist/cjs/shared/components/react-editor/BtnGif.cjs.map +1 -1
- package/dist/cjs/shared/components/react-editor/ReactSimpleWysiwyg.cjs +6 -6
- package/dist/cjs/shared/components/react-editor/ReactSimpleWysiwyg.cjs.map +1 -1
- package/dist/cjs/shared/cookies/cookies.utils.cjs +2 -2
- package/dist/cjs/shared/cookies/cookies.utils.cjs.map +1 -1
- package/dist/cjs/shared/cookies/index.cjs +2 -2
- package/dist/cjs/shared/cookies/index.cjs.map +1 -1
- package/dist/cjs/shared/types/generated.cjs +7 -7
- package/dist/cjs/shared/types/generated.cjs.map +1 -1
- package/dist/esm/_virtual/index.js +3 -3
- package/dist/esm/_virtual/index10.js +2 -2
- package/dist/esm/_virtual/index11.js +2 -2
- package/dist/esm/_virtual/index2.js +2 -6
- package/dist/esm/_virtual/index2.js.map +1 -1
- package/dist/esm/_virtual/index3.js +2 -2
- package/dist/esm/_virtual/index4.js +2 -6
- package/dist/esm/_virtual/index4.js.map +1 -1
- package/dist/esm/_virtual/index5.js +2 -6
- package/dist/esm/_virtual/index5.js.map +1 -1
- package/dist/esm/_virtual/index6.js +2 -2
- package/dist/esm/_virtual/index7.js +2 -4
- package/dist/esm/_virtual/index7.js.map +1 -1
- package/dist/esm/_virtual/index8.js +2 -2
- package/dist/esm/_virtual/index9.js +2 -2
- package/dist/esm/components/comment/CommentProvider.js +3 -3
- package/dist/esm/components/comment/CommentProvider.js.map +1 -1
- package/dist/esm/components/comment/Comments.js +4 -5
- package/dist/esm/components/comment/Comments.js.map +1 -1
- package/dist/esm/components/comment/comment.actions.js +8 -8
- package/dist/esm/components/comment/comment.actions.js.map +1 -1
- package/dist/esm/components/comment/comment.events.js +7 -7
- package/dist/esm/components/comment/comment.events.js.map +1 -1
- package/dist/esm/components/comment/comment.store.js +5 -5
- package/dist/esm/components/comment/comment.store.js.map +1 -1
- package/dist/esm/components/comment/comment.utils.js +3 -1
- package/dist/esm/components/comment/comment.utils.js.map +1 -1
- package/dist/esm/components/comment/components/AddComment.js +4 -7
- package/dist/esm/components/comment/components/AddComment.js.map +1 -1
- package/dist/esm/components/comment/components/AddCommentContainer.js +2 -6
- package/dist/esm/components/comment/components/AddCommentContainer.js.map +1 -1
- package/dist/esm/components/comment/components/AddReplyComment.js +6 -9
- package/dist/esm/components/comment/components/AddReplyComment.js.map +1 -1
- package/dist/esm/components/comment/components/AddReplyCommentContainer.js +2 -5
- package/dist/esm/components/comment/components/AddReplyCommentContainer.js.map +1 -1
- package/dist/esm/components/comment/components/CommentContainer.js +3 -5
- package/dist/esm/components/comment/components/CommentContainer.js.map +1 -1
- package/dist/esm/components/comment/components/CommentItem.js +2 -7
- package/dist/esm/components/comment/components/CommentItem.js.map +1 -1
- package/dist/esm/components/comment/components/CommentSubscriptionDialog.js +3 -4
- package/dist/esm/components/comment/components/CommentSubscriptionDialog.js.map +1 -1
- package/dist/esm/components/comment/components/ReplyComments.js +1 -1
- package/dist/esm/components/comment/components/ShowMoreComments.js +4 -6
- package/dist/esm/components/comment/components/ShowMoreComments.js.map +1 -1
- package/dist/esm/components/panel/Panel.js +3 -4
- package/dist/esm/components/panel/Panel.js.map +1 -1
- package/dist/esm/components/panel/PanelAvatar.js +1 -4
- package/dist/esm/components/panel/PanelAvatar.js.map +1 -1
- package/dist/esm/components/panel/PanelButton.js +3 -3
- package/dist/esm/components/panel/PanelButton.js.map +1 -1
- package/dist/esm/components/panel/PanelDivider.js +1 -1
- package/dist/esm/components/panel/PanelFooter.js +1 -2
- package/dist/esm/components/panel/PanelFooter.js.map +1 -1
- package/dist/esm/components/panel/PanelHeader.js +1 -1
- package/dist/esm/components/panel/PanelItem.js +1 -4
- package/dist/esm/components/panel/PanelItem.js.map +1 -1
- package/dist/esm/components/panel/PanelListItems.js +1 -3
- package/dist/esm/components/panel/PanelListItems.js.map +1 -1
- package/dist/esm/components/panel/PanelSubscriptionIcon.js +1 -1
- package/dist/esm/components/panel/panel.actions.js +2 -2
- package/dist/esm/components/panel/panel.actions.js.map +1 -1
- package/dist/esm/components/panel/panel.store.js +2 -2
- package/dist/esm/components/panel/panel.store.js.map +1 -1
- package/dist/esm/components/paywall/PaywallRegister.js +1 -3
- package/dist/esm/components/paywall/PaywallRegister.js.map +1 -1
- package/dist/esm/components/paywall/PaywallSubscription.js +1 -3
- package/dist/esm/components/paywall/PaywallSubscription.js.map +1 -1
- package/dist/esm/components/session/SessionClientProvider.js +1 -1
- package/dist/esm/components/session/SessionUserClientProvider.js +5 -5
- package/dist/esm/components/session/SessionUserClientProvider.js.map +1 -1
- package/dist/esm/components/session/session.actions.js +6 -7
- package/dist/esm/components/session/session.actions.js.map +1 -1
- package/dist/esm/components/session/session.constants.js +1 -1
- package/dist/esm/components/session/session.events.js +10 -10
- package/dist/esm/components/session/session.events.js.map +1 -1
- package/dist/esm/components/session/session.stores.js +2 -2
- package/dist/esm/components/session/session.stores.js.map +1 -1
- package/dist/esm/node_modules/@apollo/client/utilities/internal/caches.js +1 -31
- package/dist/esm/node_modules/@apollo/client/utilities/internal/caches.js.map +1 -1
- package/dist/esm/node_modules/@apollo/client/utilities/internal/checkDocument.js +1 -2
- package/dist/esm/node_modules/@apollo/client/utilities/internal/checkDocument.js.map +1 -1
- package/dist/esm/node_modules/@cobuildlab/react-simple-state/lib/index.js +1 -1
- package/dist/esm/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +4 -4
- package/dist/esm/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +2 -2
- package/dist/esm/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js.map +1 -1
- package/dist/esm/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +1 -24
- package/dist/esm/node_modules/@emotion/react/dist/emotion-react.browser.esm.js.map +1 -1
- package/dist/esm/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +3 -20
- package/dist/esm/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +1 -1
- package/dist/esm/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +0 -1
- package/dist/esm/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js.map +1 -1
- package/dist/esm/node_modules/@mui/material/esm/zero-styled/index.js +1 -7
- package/dist/esm/node_modules/@mui/material/esm/zero-styled/index.js.map +1 -1
- package/dist/esm/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.js +1 -1
- package/dist/esm/node_modules/@mui/styled-engine/esm/index.js +3 -2
- package/dist/esm/node_modules/@mui/styled-engine/esm/index.js.map +1 -1
- package/dist/esm/node_modules/@mui/styles/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +1 -1
- package/dist/esm/node_modules/@mui/system/esm/RtlProvider/index.js +1 -5
- 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 +1 -1
- package/dist/esm/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.js +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useId/useId.js +1 -1
- package/dist/esm/node_modules/@mui/utils/esm/useId/useId.js.map +1 -1
- package/dist/esm/node_modules/graphql/language/ast.js +1 -103
- package/dist/esm/node_modules/graphql/language/ast.js.map +1 -1
- package/dist/esm/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +1 -1
- package/dist/esm/node_modules/next/dist/client/script.js +2 -2
- package/dist/esm/node_modules/next/dist/client/script.js.map +1 -1
- package/dist/esm/node_modules/next/dist/compiled/cookie/index.js +1 -1
- package/dist/esm/node_modules/next/dist/compiled/gzip-size/index.js +5 -5
- package/dist/esm/node_modules/next/dist/compiled/gzip-size/index.js.map +1 -1
- package/dist/esm/node_modules/next/dist/compiled/path-to-regexp/index.js +1 -1
- package/dist/esm/node_modules/next/dist/shared/lib/router/utils/index.js +1 -1
- package/dist/esm/node_modules/prop-types/index.js +1 -1
- package/dist/esm/node_modules/react-giphy-searchbox/es/index.js +1 -1
- package/dist/esm/node_modules/react-is/index.js +1 -1
- package/dist/esm/node_modules/rxjs/dist/esm5/internal/Subscriber.js +1 -1
- package/dist/esm/node_modules/rxjs/dist/esm5/internal/Subscription.js +2 -2
- package/dist/esm/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +1 -1
- package/dist/esm/node_modules/stylis/src/Parser.js +1 -1
- package/dist/esm/node_modules/stylis/src/Tokenizer.js +1 -1
- package/dist/esm/node_modules/tslib/tslib.es6.js +1 -75
- package/dist/esm/node_modules/tslib/tslib.es6.js.map +1 -1
- package/dist/esm/shared/apollo/apollo.client.js +1 -3
- package/dist/esm/shared/apollo/apollo.client.js.map +1 -1
- package/dist/esm/shared/components/buttons/ButtonDefault.js +1 -3
- package/dist/esm/shared/components/buttons/ButtonDefault.js.map +1 -1
- package/dist/esm/shared/components/dialog/DialogDefault.js +2 -6
- package/dist/esm/shared/components/dialog/DialogDefault.js.map +1 -1
- package/dist/esm/shared/components/react-editor/BtnEmoji.js +4 -5
- package/dist/esm/shared/components/react-editor/BtnEmoji.js.map +1 -1
- package/dist/esm/shared/components/react-editor/BtnGif.js +3 -5
- package/dist/esm/shared/components/react-editor/BtnGif.js.map +1 -1
- package/dist/esm/shared/components/react-editor/ReactSimpleWysiwyg.js +3 -3
- package/dist/esm/shared/cookies/cookies.utils.js +1 -1
- package/dist/esm/shared/cookies/index.js +1 -1
- package/dist/esm/shared/types/generated.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var weak = require('../../../../@wry/caches/lib/weak.cjs');
|
|
4
|
-
var strong = require('../../../../@wry/caches/lib/strong.cjs');
|
|
5
4
|
|
|
6
5
|
const scheduledCleanup = new WeakSet();
|
|
7
6
|
function schedule(cache) {
|
|
@@ -45,36 +44,6 @@ const AutoCleanedWeakCache = function (max, dispose) {
|
|
|
45
44
|
};
|
|
46
45
|
return cache;
|
|
47
46
|
};
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
* A version of StrongCache that will auto-schedule a cleanup of the cache when
|
|
51
|
-
* a new item is added and the cache reached maximum size.
|
|
52
|
-
* Throttled to once per 100ms.
|
|
53
|
-
*
|
|
54
|
-
* @privateRemarks
|
|
55
|
-
* Should be used throughout the rest of the codebase instead of StrongCache,
|
|
56
|
-
* with the notable exception of usage in `wrap` from `optimism` - that one
|
|
57
|
-
* already handles cleanup and should remain a `StrongCache`.
|
|
58
|
-
*
|
|
59
|
-
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
|
|
60
|
-
*/
|
|
61
|
-
const AutoCleanedStrongCache = function (max, dispose) {
|
|
62
|
-
/*
|
|
63
|
-
Some builds of `StrongCache` are function prototypes, some are classes.
|
|
64
|
-
This library still builds with an ES5 target, so we can't extend the
|
|
65
|
-
real classes.
|
|
66
|
-
Instead, we have to use this workaround until we switch to a newer build
|
|
67
|
-
target.
|
|
68
|
-
*/
|
|
69
|
-
const cache = new strong.StrongCache(max, dispose);
|
|
70
|
-
cache.set = function (key, value) {
|
|
71
|
-
const ret = strong.StrongCache.prototype.set.call(this, key, value);
|
|
72
|
-
schedule(this);
|
|
73
|
-
return ret;
|
|
74
|
-
};
|
|
75
|
-
return cache;
|
|
76
|
-
};
|
|
77
47
|
|
|
78
|
-
exports.AutoCleanedStrongCache = AutoCleanedStrongCache;
|
|
79
48
|
exports.AutoCleanedWeakCache = AutoCleanedWeakCache;
|
|
80
49
|
//# sourceMappingURL=caches.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"caches.cjs","sources":["../../../../../../../node_modules/@apollo/client/utilities/internal/caches.js"],"sourcesContent":["import { StrongCache, WeakCache } from \"@wry/caches\";\nconst scheduledCleanup = new WeakSet();\nfunction schedule(cache) {\n if (cache.size <= (cache.max || -1)) {\n return;\n }\n if (!scheduledCleanup.has(cache)) {\n scheduledCleanup.add(cache);\n setTimeout(() => {\n cache.clean();\n scheduledCleanup.delete(cache);\n }, 100);\n }\n}\n/**\n* @internal\n* A version of WeakCache that will auto-schedule a cleanup of the cache when\n* a new item is added and the cache reached maximum size.\n* Throttled to once per 100ms.\n*\n* @privateRemarks\n* Should be used throughout the rest of the codebase instead of WeakCache,\n* with the notable exception of usage in `wrap` from `optimism` - that one\n* already handles cleanup and should remain a `WeakCache`.\n* \n* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.\n*/\nexport const AutoCleanedWeakCache = function (max, dispose) {\n /*\n Some builds of `WeakCache` are function prototypes, some are classes.\n This library still builds with an ES5 target, so we can't extend the\n real classes.\n Instead, we have to use this workaround until we switch to a newer build\n target.\n */\n const cache = new WeakCache(max, dispose);\n cache.set = function (key, value) {\n const ret = WeakCache.prototype.set.call(this, key, value);\n schedule(this);\n return ret;\n };\n return cache;\n};\n/**\n* @internal\n* A version of StrongCache that will auto-schedule a cleanup of the cache when\n* a new item is added and the cache reached maximum size.\n* Throttled to once per 100ms.\n*\n* @privateRemarks\n* Should be used throughout the rest of the codebase instead of StrongCache,\n* with the notable exception of usage in `wrap` from `optimism` - that one\n* already handles cleanup and should remain a `StrongCache`.\n* \n* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.\n*/\nexport const AutoCleanedStrongCache = function (max, dispose) {\n /*\n Some builds of `StrongCache` are function prototypes, some are classes.\n This library still builds with an ES5 target, so we can't extend the\n real classes.\n Instead, we have to use this workaround until we switch to a newer build\n target.\n */\n const cache = new StrongCache(max, dispose);\n cache.set = function (key, value) {\n const ret = StrongCache.prototype.set.call(this, key, value);\n schedule(this);\n return ret;\n };\n return cache;\n};\n//# sourceMappingURL=caches.js.map\n"],"names":["WeakCache"
|
|
1
|
+
{"version":3,"file":"caches.cjs","sources":["../../../../../../../node_modules/@apollo/client/utilities/internal/caches.js"],"sourcesContent":["import { StrongCache, WeakCache } from \"@wry/caches\";\nconst scheduledCleanup = new WeakSet();\nfunction schedule(cache) {\n if (cache.size <= (cache.max || -1)) {\n return;\n }\n if (!scheduledCleanup.has(cache)) {\n scheduledCleanup.add(cache);\n setTimeout(() => {\n cache.clean();\n scheduledCleanup.delete(cache);\n }, 100);\n }\n}\n/**\n* @internal\n* A version of WeakCache that will auto-schedule a cleanup of the cache when\n* a new item is added and the cache reached maximum size.\n* Throttled to once per 100ms.\n*\n* @privateRemarks\n* Should be used throughout the rest of the codebase instead of WeakCache,\n* with the notable exception of usage in `wrap` from `optimism` - that one\n* already handles cleanup and should remain a `WeakCache`.\n* \n* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.\n*/\nexport const AutoCleanedWeakCache = function (max, dispose) {\n /*\n Some builds of `WeakCache` are function prototypes, some are classes.\n This library still builds with an ES5 target, so we can't extend the\n real classes.\n Instead, we have to use this workaround until we switch to a newer build\n target.\n */\n const cache = new WeakCache(max, dispose);\n cache.set = function (key, value) {\n const ret = WeakCache.prototype.set.call(this, key, value);\n schedule(this);\n return ret;\n };\n return cache;\n};\n/**\n* @internal\n* A version of StrongCache that will auto-schedule a cleanup of the cache when\n* a new item is added and the cache reached maximum size.\n* Throttled to once per 100ms.\n*\n* @privateRemarks\n* Should be used throughout the rest of the codebase instead of StrongCache,\n* with the notable exception of usage in `wrap` from `optimism` - that one\n* already handles cleanup and should remain a `StrongCache`.\n* \n* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.\n*/\nexport const AutoCleanedStrongCache = function (max, dispose) {\n /*\n Some builds of `StrongCache` are function prototypes, some are classes.\n This library still builds with an ES5 target, so we can't extend the\n real classes.\n Instead, we have to use this workaround until we switch to a newer build\n target.\n */\n const cache = new StrongCache(max, dispose);\n cache.set = function (key, value) {\n const ret = StrongCache.prototype.set.call(this, key, value);\n schedule(this);\n return ret;\n };\n return cache;\n};\n//# sourceMappingURL=caches.js.map\n"],"names":["WeakCache"],"mappings":";;;;AACA,MAAM,gBAAgB,GAAG,IAAI,OAAO,EAAE;AACtC,SAAS,QAAQ,CAAC,KAAK,EAAE;AACzB,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE;AACzC,QAAQ;AACR,IAAI;AACJ,IAAI,IAAI,CAAC,gBAAgB,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;AACtC,QAAQ,gBAAgB,CAAC,GAAG,CAAC,KAAK,CAAC;AACnC,QAAQ,UAAU,CAAC,MAAM;AACzB,YAAY,KAAK,CAAC,KAAK,EAAE;AACzB,YAAY,gBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC;AAC1C,QAAQ,CAAC,EAAE,GAAG,CAAC;AACf,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,oBAAoB,GAAG,UAAU,GAAG,EAAE,OAAO,EAAE;AAC5D;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,MAAM,KAAK,GAAG,IAAIA,cAAS,CAAC,GAAG,EAAE,OAAO,CAAC;AAC7C,IAAI,KAAK,CAAC,GAAG,GAAG,UAAU,GAAG,EAAE,KAAK,EAAE;AACtC,QAAQ,MAAM,GAAG,GAAGA,cAAS,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC;AAClE,QAAQ,QAAQ,CAAC,IAAI,CAAC;AACtB,QAAQ,OAAO,GAAG;AAClB,IAAI,CAAC;AACL,IAAI,OAAO,KAAK;AAChB;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var graphql = require('graphql');
|
|
3
4
|
var index_production = require('../environment/index.production.cjs');
|
|
4
5
|
var index = require('../invariant/index.cjs');
|
|
5
6
|
var sizes = require('../caching/sizes.cjs');
|
|
6
7
|
var getOperationName = require('./getOperationName.cjs');
|
|
7
8
|
var memoize = require('./memoize.cjs');
|
|
8
|
-
var visitor = require('../../../../graphql/language/visitor.cjs');
|
|
9
|
-
var kinds = require('../../../../graphql/language/kinds.cjs');
|
|
10
9
|
|
|
11
10
|
// Checks the document for errors and throws an exception if there is an error.
|
|
12
11
|
/**
|
|
@@ -29,7 +28,7 @@ const checkDocument = memoize.memoize((doc, expectedType) => {
|
|
|
29
28
|
operations[0].operation
|
|
30
29
|
);
|
|
31
30
|
}
|
|
32
|
-
|
|
31
|
+
graphql.visit(doc, {
|
|
33
32
|
Field(field, _, __, path) {
|
|
34
33
|
if (field.alias &&
|
|
35
34
|
(field.alias.value === "__typename" ||
|
|
@@ -39,7 +38,7 @@ const checkDocument = memoize.memoize((doc, expectedType) => {
|
|
|
39
38
|
let current = doc, fieldPath = [];
|
|
40
39
|
for (const key of path) {
|
|
41
40
|
current = current[key];
|
|
42
|
-
if (current.kind ===
|
|
41
|
+
if (current.kind === graphql.Kind.FIELD) {
|
|
43
42
|
fieldPath.push(current.alias?.value || current.name.value);
|
|
44
43
|
}
|
|
45
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkDocument.cjs","sources":["../../../../../../../node_modules/@apollo/client/utilities/internal/checkDocument.js"],"sourcesContent":["// Checks the document for errors and throws an exception if there is an error.\nimport { Kind, visit } from \"graphql\";\nimport { __DEV__ } from \"@apollo/client/utilities/environment\";\nimport { invariant, newInvariantError, } from \"@apollo/client/utilities/invariant\";\nimport { cacheSizes } from \"../caching/sizes.js\";\nimport { getOperationName } from \"./getOperationName.js\";\nimport { memoize } from \"./memoize.js\";\n/**\n* Checks the document for errors and throws an exception if there is an error.\n*\n* @internal\n* \n* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.\n*/\nexport const checkDocument = memoize((doc, expectedType) => {\n invariant(doc && doc.kind === \"Document\", 1);\n const operations = doc.definitions.filter((d) => d.kind === \"OperationDefinition\");\n if (__DEV__) {\n doc.definitions.forEach((definition) => {\n if (definition.kind !== \"OperationDefinition\" &&\n definition.kind !== \"FragmentDefinition\") {\n throw newInvariantError(2, definition.kind);\n }\n });\n invariant(operations.length <= 1, 3, operations.length);\n }\n if (expectedType) {\n invariant(\n operations.length == 1 && operations[0].operation === expectedType,\n 4,\n expectedType,\n expectedType,\n operations[0].operation\n );\n }\n visit(doc, {\n Field(field, _, __, path) {\n if (field.alias &&\n (field.alias.value === \"__typename\" ||\n field.alias.value.startsWith(\"__ac_\")) &&\n field.alias.value !== field.name.value) {\n // not using `invariant` so path calculation only happens in error case\n let current = doc, fieldPath = [];\n for (const key of path) {\n current = current[key];\n if (current.kind === Kind.FIELD) {\n fieldPath.push(current.alias?.value || current.name.value);\n }\n }\n fieldPath.splice(-1, 1, field.name.value);\n throw newInvariantError(\n 5,\n field.alias.value,\n fieldPath.join(\".\"),\n operations[0].operation,\n getOperationName(doc, \"(anonymous)\")\n );\n }\n },\n });\n}, {\n max: cacheSizes[\"checkDocument\"] || 2000 /* defaultCacheSizes[\"checkDocument\"] */,\n});\n//# sourceMappingURL=checkDocument.js.map\n"],"names":["memoize","invariant","__DEV__","visit","Kind","newInvariantError","getOperationName","cacheSizes"],"mappings":"
|
|
1
|
+
{"version":3,"file":"checkDocument.cjs","sources":["../../../../../../../node_modules/@apollo/client/utilities/internal/checkDocument.js"],"sourcesContent":["// Checks the document for errors and throws an exception if there is an error.\nimport { Kind, visit } from \"graphql\";\nimport { __DEV__ } from \"@apollo/client/utilities/environment\";\nimport { invariant, newInvariantError, } from \"@apollo/client/utilities/invariant\";\nimport { cacheSizes } from \"../caching/sizes.js\";\nimport { getOperationName } from \"./getOperationName.js\";\nimport { memoize } from \"./memoize.js\";\n/**\n* Checks the document for errors and throws an exception if there is an error.\n*\n* @internal\n* \n* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.\n*/\nexport const checkDocument = memoize((doc, expectedType) => {\n invariant(doc && doc.kind === \"Document\", 1);\n const operations = doc.definitions.filter((d) => d.kind === \"OperationDefinition\");\n if (__DEV__) {\n doc.definitions.forEach((definition) => {\n if (definition.kind !== \"OperationDefinition\" &&\n definition.kind !== \"FragmentDefinition\") {\n throw newInvariantError(2, definition.kind);\n }\n });\n invariant(operations.length <= 1, 3, operations.length);\n }\n if (expectedType) {\n invariant(\n operations.length == 1 && operations[0].operation === expectedType,\n 4,\n expectedType,\n expectedType,\n operations[0].operation\n );\n }\n visit(doc, {\n Field(field, _, __, path) {\n if (field.alias &&\n (field.alias.value === \"__typename\" ||\n field.alias.value.startsWith(\"__ac_\")) &&\n field.alias.value !== field.name.value) {\n // not using `invariant` so path calculation only happens in error case\n let current = doc, fieldPath = [];\n for (const key of path) {\n current = current[key];\n if (current.kind === Kind.FIELD) {\n fieldPath.push(current.alias?.value || current.name.value);\n }\n }\n fieldPath.splice(-1, 1, field.name.value);\n throw newInvariantError(\n 5,\n field.alias.value,\n fieldPath.join(\".\"),\n operations[0].operation,\n getOperationName(doc, \"(anonymous)\")\n );\n }\n },\n });\n}, {\n max: cacheSizes[\"checkDocument\"] || 2000 /* defaultCacheSizes[\"checkDocument\"] */,\n});\n//# sourceMappingURL=checkDocument.js.map\n"],"names":["memoize","invariant","__DEV__","visit","Kind","newInvariantError","getOperationName","cacheSizes"],"mappings":";;;;;;;;;AAAA;AAOA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,aAAa,GAAGA,eAAO,CAAC,CAAC,GAAG,EAAE,YAAY,KAAK;AAC5D,IAAIC,eAAS,CAAC,GAAG,IAAI,GAAG,CAAC,IAAI,KAAK,UAAU,EAAE,CAAC,CAAC;AAChD,IAAI,MAAM,UAAU,GAAG,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,IAAI,KAAK,qBAAqB,CAAC;AACtF,IAAI,IAAIC,wBAAO,EAAE;AASjB,IAAI,IAAI,YAAY,EAAE;AACtB,QAAQD,eAAS;AACjB,YAAY,UAAU,CAAC,MAAM,IAAI,CAAC,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,KAAK,YAAY;AAC9E,YAAY,CAAC;AACb,YAAY,YAAY;AACxB,YAAY,YAAY;AACxB,YAAY,UAAU,CAAC,CAAC,CAAC,CAAC;AAC1B,SAAS;AACT,IAAI;AACJ,IAAIE,aAAK,CAAC,GAAG,EAAE;AACf,QAAQ,KAAK,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE;AAClC,YAAY,IAAI,KAAK,CAAC,KAAK;AAC3B,iBAAiB,KAAK,CAAC,KAAK,CAAC,KAAK,KAAK,YAAY;AACnD,oBAAoB,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAC1D,gBAAgB,KAAK,CAAC,KAAK,CAAC,KAAK,KAAK,KAAK,CAAC,IAAI,CAAC,KAAK,EAAE;AACxD;AACA,gBAAgB,IAAI,OAAO,GAAG,GAAG,EAAE,SAAS,GAAG,EAAE;AACjD,gBAAgB,KAAK,MAAM,GAAG,IAAI,IAAI,EAAE;AACxC,oBAAoB,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC;AAC1C,oBAAoB,IAAI,OAAO,CAAC,IAAI,KAAKC,YAAI,CAAC,KAAK,EAAE;AACrD,wBAAwB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;AAClF,oBAAoB;AACpB,gBAAgB;AAChB,gBAAgB,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC;AACzD,gBAAgB,MAAMC,uBAAiB;AACvC,oBAAoB,CAAC;AACrB,oBAAoB,KAAK,CAAC,KAAK,CAAC,KAAK;AACrC,oBAAoB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC;AACvC,oBAAoB,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;AAC3C,oBAAoBC,iCAAgB,CAAC,GAAG,EAAE,aAAa;AACvD,iBAAiB;AACjB,YAAY;AACZ,QAAQ,CAAC;AACT,KAAK,CAAC;AACN,CAAC,EAAE;AACH,IAAI,GAAG,EAAEC,gBAAU,CAAC,eAAe,CAAC,IAAI,IAAI;AAC5C,CAAC;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,446 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var emotionSheet_esm = require('../../sheet/dist/emotion-sheet.esm.cjs');
|
|
6
|
+
var Serializer = require('../../../stylis/src/Serializer.cjs');
|
|
7
|
+
var Parser = require('../../../stylis/src/Parser.cjs');
|
|
8
|
+
var Middleware = require('../../../stylis/src/Middleware.cjs');
|
|
9
|
+
var Enum = require('../../../stylis/src/Enum.cjs');
|
|
10
|
+
var Utility = require('../../../stylis/src/Utility.cjs');
|
|
11
|
+
var Tokenizer = require('../../../stylis/src/Tokenizer.cjs');
|
|
12
|
+
|
|
13
|
+
var identifierWithPointTracking = function identifierWithPointTracking(begin, points, index) {
|
|
14
|
+
var previous = 0;
|
|
15
|
+
var character = 0;
|
|
16
|
+
|
|
17
|
+
while (true) {
|
|
18
|
+
previous = character;
|
|
19
|
+
character = Tokenizer.peek(); // &\f
|
|
20
|
+
|
|
21
|
+
if (previous === 38 && character === 12) {
|
|
22
|
+
points[index] = 1;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (Tokenizer.token(character)) {
|
|
26
|
+
break;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
Tokenizer.next();
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
return Tokenizer.slice(begin, Tokenizer.position);
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
var toRules = function toRules(parsed, points) {
|
|
36
|
+
// pretend we've started with a comma
|
|
37
|
+
var index = -1;
|
|
38
|
+
var character = 44;
|
|
39
|
+
|
|
40
|
+
do {
|
|
41
|
+
switch (Tokenizer.token(character)) {
|
|
42
|
+
case 0:
|
|
43
|
+
// &\f
|
|
44
|
+
if (character === 38 && Tokenizer.peek() === 12) {
|
|
45
|
+
// this is not 100% correct, we don't account for literal sequences here - like for example quoted strings
|
|
46
|
+
// stylis inserts \f after & to know when & where it should replace this sequence with the context selector
|
|
47
|
+
// and when it should just concatenate the outer and inner selectors
|
|
48
|
+
// it's very unlikely for this sequence to actually appear in a different context, so we just leverage this fact here
|
|
49
|
+
points[index] = 1;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
parsed[index] += identifierWithPointTracking(Tokenizer.position - 1, points, index);
|
|
53
|
+
break;
|
|
54
|
+
|
|
55
|
+
case 2:
|
|
56
|
+
parsed[index] += Tokenizer.delimit(character);
|
|
57
|
+
break;
|
|
58
|
+
|
|
59
|
+
case 4:
|
|
60
|
+
// comma
|
|
61
|
+
if (character === 44) {
|
|
62
|
+
// colon
|
|
63
|
+
parsed[++index] = Tokenizer.peek() === 58 ? '&\f' : '';
|
|
64
|
+
points[index] = parsed[index].length;
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// fallthrough
|
|
69
|
+
|
|
70
|
+
default:
|
|
71
|
+
parsed[index] += Utility.from(character);
|
|
72
|
+
}
|
|
73
|
+
} while (character = Tokenizer.next());
|
|
74
|
+
|
|
75
|
+
return parsed;
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
var getRules = function getRules(value, points) {
|
|
79
|
+
return Tokenizer.dealloc(toRules(Tokenizer.alloc(value), points));
|
|
80
|
+
}; // WeakSet would be more appropriate, but only WeakMap is supported in IE11
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
var fixedElements = /* #__PURE__ */new WeakMap();
|
|
84
|
+
var compat = function compat(element) {
|
|
85
|
+
if (element.type !== 'rule' || !element.parent || // positive .length indicates that this rule contains pseudo
|
|
86
|
+
// negative .length indicates that this rule has been already prefixed
|
|
87
|
+
element.length < 1) {
|
|
88
|
+
return;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
var value = element.value;
|
|
92
|
+
var parent = element.parent;
|
|
93
|
+
var isImplicitRule = element.column === parent.column && element.line === parent.line;
|
|
94
|
+
|
|
95
|
+
while (parent.type !== 'rule') {
|
|
96
|
+
parent = parent.parent;
|
|
97
|
+
if (!parent) return;
|
|
98
|
+
} // short-circuit for the simplest case
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
if (element.props.length === 1 && value.charCodeAt(0) !== 58
|
|
102
|
+
/* colon */
|
|
103
|
+
&& !fixedElements.get(parent)) {
|
|
104
|
+
return;
|
|
105
|
+
} // if this is an implicitly inserted rule (the one eagerly inserted at the each new nested level)
|
|
106
|
+
// then the props has already been manipulated beforehand as they that array is shared between it and its "rule parent"
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
if (isImplicitRule) {
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
fixedElements.set(element, true);
|
|
114
|
+
var points = [];
|
|
115
|
+
var rules = getRules(value, points);
|
|
116
|
+
var parentRules = parent.props;
|
|
117
|
+
|
|
118
|
+
for (var i = 0, k = 0; i < rules.length; i++) {
|
|
119
|
+
for (var j = 0; j < parentRules.length; j++, k++) {
|
|
120
|
+
element.props[k] = points[i] ? rules[i].replace(/&\f/g, parentRules[j]) : parentRules[j] + " " + rules[i];
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
var removeLabel = function removeLabel(element) {
|
|
125
|
+
if (element.type === 'decl') {
|
|
126
|
+
var value = element.value;
|
|
127
|
+
|
|
128
|
+
if ( // charcode for l
|
|
129
|
+
value.charCodeAt(0) === 108 && // charcode for b
|
|
130
|
+
value.charCodeAt(2) === 98) {
|
|
131
|
+
// this ignores label
|
|
132
|
+
element["return"] = '';
|
|
133
|
+
element.value = '';
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
/* eslint-disable no-fallthrough */
|
|
139
|
+
|
|
140
|
+
function prefix(value, length) {
|
|
141
|
+
switch (Utility.hash(value, length)) {
|
|
142
|
+
// color-adjust
|
|
143
|
+
case 5103:
|
|
144
|
+
return Enum.WEBKIT + 'print-' + value + value;
|
|
145
|
+
// animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
|
|
146
|
+
|
|
147
|
+
case 5737:
|
|
148
|
+
case 4201:
|
|
149
|
+
case 3177:
|
|
150
|
+
case 3433:
|
|
151
|
+
case 1641:
|
|
152
|
+
case 4457:
|
|
153
|
+
case 2921: // text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break
|
|
154
|
+
|
|
155
|
+
case 5572:
|
|
156
|
+
case 6356:
|
|
157
|
+
case 5844:
|
|
158
|
+
case 3191:
|
|
159
|
+
case 6645:
|
|
160
|
+
case 3005: // mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,
|
|
161
|
+
|
|
162
|
+
case 6391:
|
|
163
|
+
case 5879:
|
|
164
|
+
case 5623:
|
|
165
|
+
case 6135:
|
|
166
|
+
case 4599:
|
|
167
|
+
case 4855: // background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)
|
|
168
|
+
|
|
169
|
+
case 4215:
|
|
170
|
+
case 6389:
|
|
171
|
+
case 5109:
|
|
172
|
+
case 5365:
|
|
173
|
+
case 5621:
|
|
174
|
+
case 3829:
|
|
175
|
+
return Enum.WEBKIT + value + value;
|
|
176
|
+
// appearance, user-select, transform, hyphens, text-size-adjust
|
|
177
|
+
|
|
178
|
+
case 5349:
|
|
179
|
+
case 4246:
|
|
180
|
+
case 4810:
|
|
181
|
+
case 6968:
|
|
182
|
+
case 2756:
|
|
183
|
+
return Enum.WEBKIT + value + Enum.MOZ + value + Enum.MS + value + value;
|
|
184
|
+
// flex, flex-direction
|
|
185
|
+
|
|
186
|
+
case 6828:
|
|
187
|
+
case 4268:
|
|
188
|
+
return Enum.WEBKIT + value + Enum.MS + value + value;
|
|
189
|
+
// order
|
|
190
|
+
|
|
191
|
+
case 6165:
|
|
192
|
+
return Enum.WEBKIT + value + Enum.MS + 'flex-' + value + value;
|
|
193
|
+
// align-items
|
|
194
|
+
|
|
195
|
+
case 5187:
|
|
196
|
+
return Enum.WEBKIT + value + Utility.replace(value, /(\w+).+(:[^]+)/, Enum.WEBKIT + 'box-$1$2' + Enum.MS + 'flex-$1$2') + value;
|
|
197
|
+
// align-self
|
|
198
|
+
|
|
199
|
+
case 5443:
|
|
200
|
+
return Enum.WEBKIT + value + Enum.MS + 'flex-item-' + Utility.replace(value, /flex-|-self/, '') + value;
|
|
201
|
+
// align-content
|
|
202
|
+
|
|
203
|
+
case 4675:
|
|
204
|
+
return Enum.WEBKIT + value + Enum.MS + 'flex-line-pack' + Utility.replace(value, /align-content|flex-|-self/, '') + value;
|
|
205
|
+
// flex-shrink
|
|
206
|
+
|
|
207
|
+
case 5548:
|
|
208
|
+
return Enum.WEBKIT + value + Enum.MS + Utility.replace(value, 'shrink', 'negative') + value;
|
|
209
|
+
// flex-basis
|
|
210
|
+
|
|
211
|
+
case 5292:
|
|
212
|
+
return Enum.WEBKIT + value + Enum.MS + Utility.replace(value, 'basis', 'preferred-size') + value;
|
|
213
|
+
// flex-grow
|
|
214
|
+
|
|
215
|
+
case 6060:
|
|
216
|
+
return Enum.WEBKIT + 'box-' + Utility.replace(value, '-grow', '') + Enum.WEBKIT + value + Enum.MS + Utility.replace(value, 'grow', 'positive') + value;
|
|
217
|
+
// transition
|
|
218
|
+
|
|
219
|
+
case 4554:
|
|
220
|
+
return Enum.WEBKIT + Utility.replace(value, /([^-])(transform)/g, '$1' + Enum.WEBKIT + '$2') + value;
|
|
221
|
+
// cursor
|
|
222
|
+
|
|
223
|
+
case 6187:
|
|
224
|
+
return Utility.replace(Utility.replace(Utility.replace(value, /(zoom-|grab)/, Enum.WEBKIT + '$1'), /(image-set)/, Enum.WEBKIT + '$1'), value, '') + value;
|
|
225
|
+
// background, background-image
|
|
226
|
+
|
|
227
|
+
case 5495:
|
|
228
|
+
case 3959:
|
|
229
|
+
return Utility.replace(value, /(image-set\([^]*)/, Enum.WEBKIT + '$1' + '$`$1');
|
|
230
|
+
// justify-content
|
|
231
|
+
|
|
232
|
+
case 4968:
|
|
233
|
+
return Utility.replace(Utility.replace(value, /(.+:)(flex-)?(.*)/, Enum.WEBKIT + 'box-pack:$3' + Enum.MS + 'flex-pack:$3'), /s.+-b[^;]+/, 'justify') + Enum.WEBKIT + value + value;
|
|
234
|
+
// (margin|padding)-inline-(start|end)
|
|
235
|
+
|
|
236
|
+
case 4095:
|
|
237
|
+
case 3583:
|
|
238
|
+
case 4068:
|
|
239
|
+
case 2532:
|
|
240
|
+
return Utility.replace(value, /(.+)-inline(.+)/, Enum.WEBKIT + '$1$2') + value;
|
|
241
|
+
// (min|max)?(width|height|inline-size|block-size)
|
|
242
|
+
|
|
243
|
+
case 8116:
|
|
244
|
+
case 7059:
|
|
245
|
+
case 5753:
|
|
246
|
+
case 5535:
|
|
247
|
+
case 5445:
|
|
248
|
+
case 5701:
|
|
249
|
+
case 4933:
|
|
250
|
+
case 4677:
|
|
251
|
+
case 5533:
|
|
252
|
+
case 5789:
|
|
253
|
+
case 5021:
|
|
254
|
+
case 4765:
|
|
255
|
+
// stretch, max-content, min-content, fill-available
|
|
256
|
+
if (Utility.strlen(value) - 1 - length > 6) switch (Utility.charat(value, length + 1)) {
|
|
257
|
+
// (m)ax-content, (m)in-content
|
|
258
|
+
case 109:
|
|
259
|
+
// -
|
|
260
|
+
if (Utility.charat(value, length + 4) !== 45) break;
|
|
261
|
+
// (f)ill-available, (f)it-content
|
|
262
|
+
|
|
263
|
+
case 102:
|
|
264
|
+
return Utility.replace(value, /(.+:)(.+)-([^]+)/, '$1' + Enum.WEBKIT + '$2-$3' + '$1' + Enum.MOZ + (Utility.charat(value, length + 3) == 108 ? '$3' : '$2-$3')) + value;
|
|
265
|
+
// (s)tretch
|
|
266
|
+
|
|
267
|
+
case 115:
|
|
268
|
+
return ~Utility.indexof(value, 'stretch') ? prefix(Utility.replace(value, 'stretch', 'fill-available'), length) + value : value;
|
|
269
|
+
}
|
|
270
|
+
break;
|
|
271
|
+
// position: sticky
|
|
272
|
+
|
|
273
|
+
case 4949:
|
|
274
|
+
// (s)ticky?
|
|
275
|
+
if (Utility.charat(value, length + 1) !== 115) break;
|
|
276
|
+
// display: (flex|inline-flex)
|
|
277
|
+
|
|
278
|
+
case 6444:
|
|
279
|
+
switch (Utility.charat(value, Utility.strlen(value) - 3 - (~Utility.indexof(value, '!important') && 10))) {
|
|
280
|
+
// stic(k)y
|
|
281
|
+
case 107:
|
|
282
|
+
return Utility.replace(value, ':', ':' + Enum.WEBKIT) + value;
|
|
283
|
+
// (inline-)?fl(e)x
|
|
284
|
+
|
|
285
|
+
case 101:
|
|
286
|
+
return Utility.replace(value, /(.+:)([^;!]+)(;|!.+)?/, '$1' + Enum.WEBKIT + (Utility.charat(value, 14) === 45 ? 'inline-' : '') + 'box$3' + '$1' + Enum.WEBKIT + '$2$3' + '$1' + Enum.MS + '$2box$3') + value;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
break;
|
|
290
|
+
// writing-mode
|
|
291
|
+
|
|
292
|
+
case 5936:
|
|
293
|
+
switch (Utility.charat(value, length + 11)) {
|
|
294
|
+
// vertical-l(r)
|
|
295
|
+
case 114:
|
|
296
|
+
return Enum.WEBKIT + value + Enum.MS + Utility.replace(value, /[svh]\w+-[tblr]{2}/, 'tb') + value;
|
|
297
|
+
// vertical-r(l)
|
|
298
|
+
|
|
299
|
+
case 108:
|
|
300
|
+
return Enum.WEBKIT + value + Enum.MS + Utility.replace(value, /[svh]\w+-[tblr]{2}/, 'tb-rl') + value;
|
|
301
|
+
// horizontal(-)tb
|
|
302
|
+
|
|
303
|
+
case 45:
|
|
304
|
+
return Enum.WEBKIT + value + Enum.MS + Utility.replace(value, /[svh]\w+-[tblr]{2}/, 'lr') + value;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
return Enum.WEBKIT + value + Enum.MS + value + value;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
return value;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
var prefixer = function prefixer(element, index, children, callback) {
|
|
314
|
+
if (element.length > -1) if (!element["return"]) switch (element.type) {
|
|
315
|
+
case Enum.DECLARATION:
|
|
316
|
+
element["return"] = prefix(element.value, element.length);
|
|
317
|
+
break;
|
|
318
|
+
|
|
319
|
+
case Enum.KEYFRAMES:
|
|
320
|
+
return Serializer.serialize([Tokenizer.copy(element, {
|
|
321
|
+
value: Utility.replace(element.value, '@', '@' + Enum.WEBKIT)
|
|
322
|
+
})], callback);
|
|
323
|
+
|
|
324
|
+
case Enum.RULESET:
|
|
325
|
+
if (element.length) return Utility.combine(element.props, function (value) {
|
|
326
|
+
switch (Utility.match(value, /(::plac\w+|:read-\w+)/)) {
|
|
327
|
+
// :read-(only|write)
|
|
328
|
+
case ':read-only':
|
|
329
|
+
case ':read-write':
|
|
330
|
+
return Serializer.serialize([Tokenizer.copy(element, {
|
|
331
|
+
props: [Utility.replace(value, /:(read-\w+)/, ':' + Enum.MOZ + '$1')]
|
|
332
|
+
})], callback);
|
|
333
|
+
// :placeholder
|
|
334
|
+
|
|
335
|
+
case '::placeholder':
|
|
336
|
+
return Serializer.serialize([Tokenizer.copy(element, {
|
|
337
|
+
props: [Utility.replace(value, /:(plac\w+)/, ':' + Enum.WEBKIT + 'input-$1')]
|
|
338
|
+
}), Tokenizer.copy(element, {
|
|
339
|
+
props: [Utility.replace(value, /:(plac\w+)/, ':' + Enum.MOZ + '$1')]
|
|
340
|
+
}), Tokenizer.copy(element, {
|
|
341
|
+
props: [Utility.replace(value, /:(plac\w+)/, Enum.MS + 'input-$1')]
|
|
342
|
+
})], callback);
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
return '';
|
|
346
|
+
});
|
|
347
|
+
}
|
|
348
|
+
};
|
|
349
|
+
|
|
350
|
+
var defaultStylisPlugins = [prefixer];
|
|
351
|
+
|
|
352
|
+
var createCache = function createCache(options) {
|
|
353
|
+
var key = options.key;
|
|
354
|
+
|
|
355
|
+
if (key === 'css') {
|
|
356
|
+
var ssrStyles = document.querySelectorAll("style[data-emotion]:not([data-s])"); // get SSRed styles out of the way of React's hydration
|
|
357
|
+
// document.head is a safe place to move them to(though note document.head is not necessarily the last place they will be)
|
|
358
|
+
// note this very very intentionally targets all style elements regardless of the key to ensure
|
|
359
|
+
// that creating a cache works inside of render of a React component
|
|
360
|
+
|
|
361
|
+
Array.prototype.forEach.call(ssrStyles, function (node) {
|
|
362
|
+
// we want to only move elements which have a space in the data-emotion attribute value
|
|
363
|
+
// because that indicates that it is an Emotion 11 server-side rendered style elements
|
|
364
|
+
// while we will already ignore Emotion 11 client-side inserted styles because of the :not([data-s]) part in the selector
|
|
365
|
+
// Emotion 10 client-side inserted styles did not have data-s (but importantly did not have a space in their data-emotion attributes)
|
|
366
|
+
// so checking for the space ensures that loading Emotion 11 after Emotion 10 has inserted some styles
|
|
367
|
+
// will not result in the Emotion 10 styles being destroyed
|
|
368
|
+
var dataEmotionAttribute = node.getAttribute('data-emotion');
|
|
369
|
+
|
|
370
|
+
if (dataEmotionAttribute.indexOf(' ') === -1) {
|
|
371
|
+
return;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
document.head.appendChild(node);
|
|
375
|
+
node.setAttribute('data-s', '');
|
|
376
|
+
});
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
var stylisPlugins = options.stylisPlugins || defaultStylisPlugins;
|
|
380
|
+
|
|
381
|
+
var inserted = {};
|
|
382
|
+
var container;
|
|
383
|
+
var nodesToHydrate = [];
|
|
384
|
+
|
|
385
|
+
{
|
|
386
|
+
container = options.container || document.head;
|
|
387
|
+
Array.prototype.forEach.call( // this means we will ignore elements which don't have a space in them which
|
|
388
|
+
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
|
|
389
|
+
document.querySelectorAll("style[data-emotion^=\"" + key + " \"]"), function (node) {
|
|
390
|
+
var attrib = node.getAttribute("data-emotion").split(' ');
|
|
391
|
+
|
|
392
|
+
for (var i = 1; i < attrib.length; i++) {
|
|
393
|
+
inserted[attrib[i]] = true;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
nodesToHydrate.push(node);
|
|
397
|
+
});
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
var _insert;
|
|
401
|
+
|
|
402
|
+
var omnipresentPlugins = [compat, removeLabel];
|
|
403
|
+
|
|
404
|
+
{
|
|
405
|
+
var currentSheet;
|
|
406
|
+
var finalizingPlugins = [Serializer.stringify, Middleware.rulesheet(function (rule) {
|
|
407
|
+
currentSheet.insert(rule);
|
|
408
|
+
})];
|
|
409
|
+
var serializer = Middleware.middleware(omnipresentPlugins.concat(stylisPlugins, finalizingPlugins));
|
|
410
|
+
|
|
411
|
+
var stylis = function stylis(styles) {
|
|
412
|
+
return Serializer.serialize(Parser.compile(styles), serializer);
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
_insert = function insert(selector, serialized, sheet, shouldCache) {
|
|
416
|
+
currentSheet = sheet;
|
|
417
|
+
|
|
418
|
+
stylis(selector ? selector + "{" + serialized.styles + "}" : serialized.styles);
|
|
419
|
+
|
|
420
|
+
if (shouldCache) {
|
|
421
|
+
cache.inserted[serialized.name] = true;
|
|
422
|
+
}
|
|
423
|
+
};
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
var cache = {
|
|
427
|
+
key: key,
|
|
428
|
+
sheet: new emotionSheet_esm.StyleSheet({
|
|
429
|
+
key: key,
|
|
430
|
+
container: container,
|
|
431
|
+
nonce: options.nonce,
|
|
432
|
+
speedy: options.speedy,
|
|
433
|
+
prepend: options.prepend,
|
|
434
|
+
insertionPoint: options.insertionPoint
|
|
435
|
+
}),
|
|
436
|
+
nonce: options.nonce,
|
|
437
|
+
inserted: inserted,
|
|
438
|
+
registered: {},
|
|
439
|
+
insert: _insert
|
|
440
|
+
};
|
|
441
|
+
cache.sheet.hydrate(nodesToHydrate);
|
|
442
|
+
return cache;
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
exports.default = createCache;
|
|
446
|
+
//# sourceMappingURL=emotion-cache.browser.esm.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emotion-cache.browser.esm.cjs","sources":["../../../../../../node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js"],"sourcesContent":["import { StyleSheet } from '@emotion/sheet';\nimport { dealloc, alloc, next, token, from, peek, delimit, slice, position, RULESET, combine, match, serialize, copy, replace, WEBKIT, MOZ, MS, KEYFRAMES, DECLARATION, hash, charat, strlen, indexof, stringify, rulesheet, middleware, compile } from 'stylis';\nimport '@emotion/weak-memoize';\nimport '@emotion/memoize';\n\nvar identifierWithPointTracking = function identifierWithPointTracking(begin, points, index) {\n var previous = 0;\n var character = 0;\n\n while (true) {\n previous = character;\n character = peek(); // &\\f\n\n if (previous === 38 && character === 12) {\n points[index] = 1;\n }\n\n if (token(character)) {\n break;\n }\n\n next();\n }\n\n return slice(begin, position);\n};\n\nvar toRules = function toRules(parsed, points) {\n // pretend we've started with a comma\n var index = -1;\n var character = 44;\n\n do {\n switch (token(character)) {\n case 0:\n // &\\f\n if (character === 38 && peek() === 12) {\n // this is not 100% correct, we don't account for literal sequences here - like for example quoted strings\n // stylis inserts \\f after & to know when & where it should replace this sequence with the context selector\n // and when it should just concatenate the outer and inner selectors\n // it's very unlikely for this sequence to actually appear in a different context, so we just leverage this fact here\n points[index] = 1;\n }\n\n parsed[index] += identifierWithPointTracking(position - 1, points, index);\n break;\n\n case 2:\n parsed[index] += delimit(character);\n break;\n\n case 4:\n // comma\n if (character === 44) {\n // colon\n parsed[++index] = peek() === 58 ? '&\\f' : '';\n points[index] = parsed[index].length;\n break;\n }\n\n // fallthrough\n\n default:\n parsed[index] += from(character);\n }\n } while (character = next());\n\n return parsed;\n};\n\nvar getRules = function getRules(value, points) {\n return dealloc(toRules(alloc(value), points));\n}; // WeakSet would be more appropriate, but only WeakMap is supported in IE11\n\n\nvar fixedElements = /* #__PURE__ */new WeakMap();\nvar compat = function compat(element) {\n if (element.type !== 'rule' || !element.parent || // positive .length indicates that this rule contains pseudo\n // negative .length indicates that this rule has been already prefixed\n element.length < 1) {\n return;\n }\n\n var value = element.value;\n var parent = element.parent;\n var isImplicitRule = element.column === parent.column && element.line === parent.line;\n\n while (parent.type !== 'rule') {\n parent = parent.parent;\n if (!parent) return;\n } // short-circuit for the simplest case\n\n\n if (element.props.length === 1 && value.charCodeAt(0) !== 58\n /* colon */\n && !fixedElements.get(parent)) {\n return;\n } // if this is an implicitly inserted rule (the one eagerly inserted at the each new nested level)\n // then the props has already been manipulated beforehand as they that array is shared between it and its \"rule parent\"\n\n\n if (isImplicitRule) {\n return;\n }\n\n fixedElements.set(element, true);\n var points = [];\n var rules = getRules(value, points);\n var parentRules = parent.props;\n\n for (var i = 0, k = 0; i < rules.length; i++) {\n for (var j = 0; j < parentRules.length; j++, k++) {\n element.props[k] = points[i] ? rules[i].replace(/&\\f/g, parentRules[j]) : parentRules[j] + \" \" + rules[i];\n }\n }\n};\nvar removeLabel = function removeLabel(element) {\n if (element.type === 'decl') {\n var value = element.value;\n\n if ( // charcode for l\n value.charCodeAt(0) === 108 && // charcode for b\n value.charCodeAt(2) === 98) {\n // this ignores label\n element[\"return\"] = '';\n element.value = '';\n }\n }\n};\n\n/* eslint-disable no-fallthrough */\n\nfunction prefix(value, length) {\n switch (hash(value, length)) {\n // color-adjust\n case 5103:\n return WEBKIT + 'print-' + value + value;\n // animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)\n\n case 5737:\n case 4201:\n case 3177:\n case 3433:\n case 1641:\n case 4457:\n case 2921: // text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break\n\n case 5572:\n case 6356:\n case 5844:\n case 3191:\n case 6645:\n case 3005: // mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,\n\n case 6391:\n case 5879:\n case 5623:\n case 6135:\n case 4599:\n case 4855: // background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)\n\n case 4215:\n case 6389:\n case 5109:\n case 5365:\n case 5621:\n case 3829:\n return WEBKIT + value + value;\n // appearance, user-select, transform, hyphens, text-size-adjust\n\n case 5349:\n case 4246:\n case 4810:\n case 6968:\n case 2756:\n return WEBKIT + value + MOZ + value + MS + value + value;\n // flex, flex-direction\n\n case 6828:\n case 4268:\n return WEBKIT + value + MS + value + value;\n // order\n\n case 6165:\n return WEBKIT + value + MS + 'flex-' + value + value;\n // align-items\n\n case 5187:\n return WEBKIT + value + replace(value, /(\\w+).+(:[^]+)/, WEBKIT + 'box-$1$2' + MS + 'flex-$1$2') + value;\n // align-self\n\n case 5443:\n return WEBKIT + value + MS + 'flex-item-' + replace(value, /flex-|-self/, '') + value;\n // align-content\n\n case 4675:\n return WEBKIT + value + MS + 'flex-line-pack' + replace(value, /align-content|flex-|-self/, '') + value;\n // flex-shrink\n\n case 5548:\n return WEBKIT + value + MS + replace(value, 'shrink', 'negative') + value;\n // flex-basis\n\n case 5292:\n return WEBKIT + value + MS + replace(value, 'basis', 'preferred-size') + value;\n // flex-grow\n\n case 6060:\n return WEBKIT + 'box-' + replace(value, '-grow', '') + WEBKIT + value + MS + replace(value, 'grow', 'positive') + value;\n // transition\n\n case 4554:\n return WEBKIT + replace(value, /([^-])(transform)/g, '$1' + WEBKIT + '$2') + value;\n // cursor\n\n case 6187:\n return replace(replace(replace(value, /(zoom-|grab)/, WEBKIT + '$1'), /(image-set)/, WEBKIT + '$1'), value, '') + value;\n // background, background-image\n\n case 5495:\n case 3959:\n return replace(value, /(image-set\\([^]*)/, WEBKIT + '$1' + '$`$1');\n // justify-content\n\n case 4968:\n return replace(replace(value, /(.+:)(flex-)?(.*)/, WEBKIT + 'box-pack:$3' + MS + 'flex-pack:$3'), /s.+-b[^;]+/, 'justify') + WEBKIT + value + value;\n // (margin|padding)-inline-(start|end)\n\n case 4095:\n case 3583:\n case 4068:\n case 2532:\n return replace(value, /(.+)-inline(.+)/, WEBKIT + '$1$2') + value;\n // (min|max)?(width|height|inline-size|block-size)\n\n case 8116:\n case 7059:\n case 5753:\n case 5535:\n case 5445:\n case 5701:\n case 4933:\n case 4677:\n case 5533:\n case 5789:\n case 5021:\n case 4765:\n // stretch, max-content, min-content, fill-available\n if (strlen(value) - 1 - length > 6) switch (charat(value, length + 1)) {\n // (m)ax-content, (m)in-content\n case 109:\n // -\n if (charat(value, length + 4) !== 45) break;\n // (f)ill-available, (f)it-content\n\n case 102:\n return replace(value, /(.+:)(.+)-([^]+)/, '$1' + WEBKIT + '$2-$3' + '$1' + MOZ + (charat(value, length + 3) == 108 ? '$3' : '$2-$3')) + value;\n // (s)tretch\n\n case 115:\n return ~indexof(value, 'stretch') ? prefix(replace(value, 'stretch', 'fill-available'), length) + value : value;\n }\n break;\n // position: sticky\n\n case 4949:\n // (s)ticky?\n if (charat(value, length + 1) !== 115) break;\n // display: (flex|inline-flex)\n\n case 6444:\n switch (charat(value, strlen(value) - 3 - (~indexof(value, '!important') && 10))) {\n // stic(k)y\n case 107:\n return replace(value, ':', ':' + WEBKIT) + value;\n // (inline-)?fl(e)x\n\n case 101:\n return replace(value, /(.+:)([^;!]+)(;|!.+)?/, '$1' + WEBKIT + (charat(value, 14) === 45 ? 'inline-' : '') + 'box$3' + '$1' + WEBKIT + '$2$3' + '$1' + MS + '$2box$3') + value;\n }\n\n break;\n // writing-mode\n\n case 5936:\n switch (charat(value, length + 11)) {\n // vertical-l(r)\n case 114:\n return WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'tb') + value;\n // vertical-r(l)\n\n case 108:\n return WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'tb-rl') + value;\n // horizontal(-)tb\n\n case 45:\n return WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'lr') + value;\n }\n\n return WEBKIT + value + MS + value + value;\n }\n\n return value;\n}\n\nvar prefixer = function prefixer(element, index, children, callback) {\n if (element.length > -1) if (!element[\"return\"]) switch (element.type) {\n case DECLARATION:\n element[\"return\"] = prefix(element.value, element.length);\n break;\n\n case KEYFRAMES:\n return serialize([copy(element, {\n value: replace(element.value, '@', '@' + WEBKIT)\n })], callback);\n\n case RULESET:\n if (element.length) return combine(element.props, function (value) {\n switch (match(value, /(::plac\\w+|:read-\\w+)/)) {\n // :read-(only|write)\n case ':read-only':\n case ':read-write':\n return serialize([copy(element, {\n props: [replace(value, /:(read-\\w+)/, ':' + MOZ + '$1')]\n })], callback);\n // :placeholder\n\n case '::placeholder':\n return serialize([copy(element, {\n props: [replace(value, /:(plac\\w+)/, ':' + WEBKIT + 'input-$1')]\n }), copy(element, {\n props: [replace(value, /:(plac\\w+)/, ':' + MOZ + '$1')]\n }), copy(element, {\n props: [replace(value, /:(plac\\w+)/, MS + 'input-$1')]\n })], callback);\n }\n\n return '';\n });\n }\n};\n\nvar defaultStylisPlugins = [prefixer];\n\nvar createCache = function createCache(options) {\n var key = options.key;\n\n if (key === 'css') {\n var ssrStyles = document.querySelectorAll(\"style[data-emotion]:not([data-s])\"); // get SSRed styles out of the way of React's hydration\n // document.head is a safe place to move them to(though note document.head is not necessarily the last place they will be)\n // note this very very intentionally targets all style elements regardless of the key to ensure\n // that creating a cache works inside of render of a React component\n\n Array.prototype.forEach.call(ssrStyles, function (node) {\n // we want to only move elements which have a space in the data-emotion attribute value\n // because that indicates that it is an Emotion 11 server-side rendered style elements\n // while we will already ignore Emotion 11 client-side inserted styles because of the :not([data-s]) part in the selector\n // Emotion 10 client-side inserted styles did not have data-s (but importantly did not have a space in their data-emotion attributes)\n // so checking for the space ensures that loading Emotion 11 after Emotion 10 has inserted some styles\n // will not result in the Emotion 10 styles being destroyed\n var dataEmotionAttribute = node.getAttribute('data-emotion');\n\n if (dataEmotionAttribute.indexOf(' ') === -1) {\n return;\n }\n\n document.head.appendChild(node);\n node.setAttribute('data-s', '');\n });\n }\n\n var stylisPlugins = options.stylisPlugins || defaultStylisPlugins;\n\n var inserted = {};\n var container;\n var nodesToHydrate = [];\n\n {\n container = options.container || document.head;\n Array.prototype.forEach.call( // this means we will ignore elements which don't have a space in them which\n // means that the style elements we're looking at are only Emotion 11 server-rendered style elements\n document.querySelectorAll(\"style[data-emotion^=\\\"\" + key + \" \\\"]\"), function (node) {\n var attrib = node.getAttribute(\"data-emotion\").split(' ');\n\n for (var i = 1; i < attrib.length; i++) {\n inserted[attrib[i]] = true;\n }\n\n nodesToHydrate.push(node);\n });\n }\n\n var _insert;\n\n var omnipresentPlugins = [compat, removeLabel];\n\n {\n var currentSheet;\n var finalizingPlugins = [stringify, rulesheet(function (rule) {\n currentSheet.insert(rule);\n })];\n var serializer = middleware(omnipresentPlugins.concat(stylisPlugins, finalizingPlugins));\n\n var stylis = function stylis(styles) {\n return serialize(compile(styles), serializer);\n };\n\n _insert = function insert(selector, serialized, sheet, shouldCache) {\n currentSheet = sheet;\n\n stylis(selector ? selector + \"{\" + serialized.styles + \"}\" : serialized.styles);\n\n if (shouldCache) {\n cache.inserted[serialized.name] = true;\n }\n };\n }\n\n var cache = {\n key: key,\n sheet: new StyleSheet({\n key: key,\n container: container,\n nonce: options.nonce,\n speedy: options.speedy,\n prepend: options.prepend,\n insertionPoint: options.insertionPoint\n }),\n nonce: options.nonce,\n inserted: inserted,\n registered: {},\n insert: _insert\n };\n cache.sheet.hydrate(nodesToHydrate);\n return cache;\n};\n\nexport { createCache as default };\n"],"names":["peek","token","next","slice","position","delimit","from","dealloc","alloc","hash","WEBKIT","MOZ","MS","replace","strlen","charat","indexof","DECLARATION","KEYFRAMES","serialize","copy","RULESET","combine","match","stringify","rulesheet","middleware","compile","StyleSheet"],"mappings":"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","x_google_ignoreList":[0]}
|