react-easy-wall 1.3.2 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/cjs/index.js +0 -2
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +1 -2
  4. package/dist/cjs/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -1
  5. package/dist/cjs/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -1
  6. package/dist/cjs/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -1
  7. package/dist/cjs/shared/constants/index.js +20 -5
  8. package/dist/cjs/shared/constants/index.js.map +1 -1
  9. package/dist/esm/_virtual/index10.js +2 -2
  10. package/dist/esm/_virtual/index11.js +2 -2
  11. package/dist/esm/index.js +0 -1
  12. package/dist/esm/index.js.map +1 -1
  13. package/dist/esm/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +2 -2
  14. package/dist/esm/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -1
  15. package/dist/esm/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -1
  16. package/dist/esm/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -1
  17. package/dist/esm/node_modules/follow-redirects/index.js +1 -1
  18. package/dist/esm/node_modules/proxy-from-env/index.js +1 -1
  19. package/dist/esm/shared/constants/index.js +20 -5
  20. package/dist/esm/shared/constants/index.js.map +1 -1
  21. package/dist/esm/types/components/session/index.d.ts +0 -1
  22. package/dist/esm/types/components/session/server.d.ts +1 -0
  23. package/dist/esm/types/server.d.ts +1 -0
  24. package/dist/index.d.ts +1 -6
  25. package/dist/server.d.ts +8 -0
  26. package/package.json +6 -1
package/dist/cjs/index.js CHANGED
@@ -11,7 +11,6 @@ var PanelItem = require('./components/panel/PanelItem.js');
11
11
  var PanelListItems = require('./components/panel/PanelListItems.js');
12
12
  var panel_store = require('./components/panel/panel.store.js');
13
13
  var panel_actions = require('./components/panel/panel.actions.js');
14
- var SessionProviderServer = require('./components/session/SessionProviderServer.js');
15
14
  var SessionClientProvider = require('./components/session/SessionClientProvider.js');
16
15
  var PaywallSubscription = require('./components/paywall/PaywallSubscription.js');
17
16
  var PaywallRegister = require('./components/paywall/PaywallRegister.js');
@@ -36,7 +35,6 @@ exports.panelStore = panel_store.panelStore;
36
35
  exports.handleLogout = panel_actions.handleLogout;
37
36
  exports.handlePanelClick = panel_actions.handlePanelClick;
38
37
  exports.panelStoreAction = panel_actions.panelStoreAction;
39
- exports.SessionProviderServer = SessionProviderServer.SessionProviderServer;
40
38
  exports.SessionClientProvider = SessionClientProvider.SessionClientProvider;
41
39
  exports.PaywallSubscription = PaywallSubscription.PaywallSubscription;
42
40
  exports.PaywallRegister = PaywallRegister.PaywallRegister;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -37,7 +37,7 @@ typeof HTMLElement !== 'undefined' ? /* #__PURE__ */emotionCache_esm.default({
37
37
  key: 'css'
38
38
  }) : null);
39
39
 
40
- var CacheProvider = EmotionCacheContext.Provider;
40
+ EmotionCacheContext.Provider;
41
41
 
42
42
  exports.w = function withEmotionCache(func) {
43
43
  return /*#__PURE__*/React.forwardRef(function (props, ref) {
@@ -164,7 +164,6 @@ var Emotion = /* #__PURE__ */exports.w(function (props, cache, ref) {
164
164
 
165
165
  var Emotion$1 = Emotion;
166
166
 
167
- exports.C = CacheProvider;
168
167
  exports.E = Emotion$1;
169
168
  exports.T = ThemeContext;
170
169
  exports.c = createEmotionProps;
@@ -1 +1 @@
1
- {"version":3,"file":"emotion-element-d59e098f.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js"],"sourcesContent":["import * as React from 'react';\nimport { useContext, forwardRef } from 'react';\nimport createCache from '@emotion/cache';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport weakMemoize from '@emotion/weak-memoize';\nimport hoistNonReactStatics from '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\n\nvar isDevelopment = false;\n\nvar isBrowser = typeof document !== 'undefined';\n\nvar EmotionCacheContext = /* #__PURE__ */React.createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({\n key: 'css'\n}) : null);\n\nvar CacheProvider = EmotionCacheContext.Provider;\nvar __unsafe_useEmotionCache = function useEmotionCache() {\n return useContext(EmotionCacheContext);\n};\n\nvar withEmotionCache = function withEmotionCache(func) {\n return /*#__PURE__*/forwardRef(function (props, ref) {\n // the cache will never be null in the browser\n var cache = useContext(EmotionCacheContext);\n return func(props, cache, ref);\n });\n};\n\nif (!isBrowser) {\n withEmotionCache = function withEmotionCache(func) {\n return function (props) {\n var cache = useContext(EmotionCacheContext);\n\n if (cache === null) {\n // yes, we're potentially creating this on every render\n // it doesn't actually matter though since it's only on the server\n // so there will only every be a single render\n // that could change in the future because of suspense and etc. but for now,\n // this works and i don't want to optimise for a future thing that we aren't sure about\n cache = createCache({\n key: 'css'\n });\n return /*#__PURE__*/React.createElement(EmotionCacheContext.Provider, {\n value: cache\n }, func(props, cache));\n } else {\n return func(props, cache);\n }\n };\n };\n}\n\nvar ThemeContext = /* #__PURE__ */React.createContext({});\n\nvar useTheme = function useTheme() {\n return React.useContext(ThemeContext);\n};\n\nvar getTheme = function getTheme(outerTheme, theme) {\n if (typeof theme === 'function') {\n var mergedTheme = theme(outerTheme);\n\n return mergedTheme;\n }\n\n return _extends({}, outerTheme, theme);\n};\n\nvar createCacheWithTheme = /* #__PURE__ */weakMemoize(function (outerTheme) {\n return weakMemoize(function (theme) {\n return getTheme(outerTheme, theme);\n });\n});\nvar ThemeProvider = function ThemeProvider(props) {\n var theme = React.useContext(ThemeContext);\n\n if (props.theme !== theme) {\n theme = createCacheWithTheme(theme)(props.theme);\n }\n\n return /*#__PURE__*/React.createElement(ThemeContext.Provider, {\n value: theme\n }, props.children);\n};\nfunction withTheme(Component) {\n var componentName = Component.displayName || Component.name || 'Component';\n var WithTheme = /*#__PURE__*/React.forwardRef(function render(props, ref) {\n var theme = React.useContext(ThemeContext);\n return /*#__PURE__*/React.createElement(Component, _extends({\n theme: theme,\n ref: ref\n }, props));\n });\n WithTheme.displayName = \"WithTheme(\" + componentName + \")\";\n return hoistNonReactStatics(WithTheme, Component);\n}\n\nvar hasOwn = {}.hasOwnProperty;\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar createEmotionProps = function createEmotionProps(type, props) {\n\n var newProps = {};\n\n for (var _key in props) {\n if (hasOwn.call(props, _key)) {\n newProps[_key] = props[_key];\n }\n }\n\n newProps[typePropName] = type; // Runtime labeling is an opt-in feature because:\n\n return newProps;\n};\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serialized = _ref.serialized,\n isStringTag = _ref.isStringTag;\n registerStyles(cache, serialized, isStringTag);\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n return insertStyles(cache, serialized, isStringTag);\n });\n\n if (!isBrowser && rules !== undefined) {\n var _ref2;\n\n var serializedNames = serialized.name;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n next = next.next;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedNames, _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {\n var cssProp = props.css; // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var WrappedComponent = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles, undefined, React.useContext(ThemeContext));\n\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var _key2 in props) {\n if (hasOwn.call(props, _key2) && _key2 !== 'css' && _key2 !== typePropName && (!isDevelopment )) {\n newProps[_key2] = props[_key2];\n }\n }\n\n newProps.className = className;\n\n if (ref) {\n newProps.ref = ref;\n }\n\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serialized: serialized,\n isStringTag: typeof WrappedComponent === 'string'\n }), /*#__PURE__*/React.createElement(WrappedComponent, newProps));\n});\n\nvar Emotion$1 = Emotion;\n\nexport { CacheProvider as C, Emotion$1 as E, ThemeContext as T, __unsafe_useEmotionCache as _, isDevelopment as a, ThemeProvider as b, createEmotionProps as c, withTheme as d, hasOwn as h, isBrowser as i, useTheme as u, withEmotionCache as w };\n"],"names":["React","createCache","withEmotionCache","forwardRef","useContext","registerStyles","useInsertionEffectAlwaysWithSyncFallback","insertStyles","getRegisteredStyles","serializeStyles"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"emotion-element-d59e098f.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js"],"sourcesContent":["import * as React from 'react';\nimport { useContext, forwardRef } from 'react';\nimport createCache from '@emotion/cache';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport weakMemoize from '@emotion/weak-memoize';\nimport hoistNonReactStatics from '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\n\nvar isDevelopment = false;\n\nvar isBrowser = typeof document !== 'undefined';\n\nvar EmotionCacheContext = /* #__PURE__ */React.createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({\n key: 'css'\n}) : null);\n\nvar CacheProvider = EmotionCacheContext.Provider;\nvar __unsafe_useEmotionCache = function useEmotionCache() {\n return useContext(EmotionCacheContext);\n};\n\nvar withEmotionCache = function withEmotionCache(func) {\n return /*#__PURE__*/forwardRef(function (props, ref) {\n // the cache will never be null in the browser\n var cache = useContext(EmotionCacheContext);\n return func(props, cache, ref);\n });\n};\n\nif (!isBrowser) {\n withEmotionCache = function withEmotionCache(func) {\n return function (props) {\n var cache = useContext(EmotionCacheContext);\n\n if (cache === null) {\n // yes, we're potentially creating this on every render\n // it doesn't actually matter though since it's only on the server\n // so there will only every be a single render\n // that could change in the future because of suspense and etc. but for now,\n // this works and i don't want to optimise for a future thing that we aren't sure about\n cache = createCache({\n key: 'css'\n });\n return /*#__PURE__*/React.createElement(EmotionCacheContext.Provider, {\n value: cache\n }, func(props, cache));\n } else {\n return func(props, cache);\n }\n };\n };\n}\n\nvar ThemeContext = /* #__PURE__ */React.createContext({});\n\nvar useTheme = function useTheme() {\n return React.useContext(ThemeContext);\n};\n\nvar getTheme = function getTheme(outerTheme, theme) {\n if (typeof theme === 'function') {\n var mergedTheme = theme(outerTheme);\n\n return mergedTheme;\n }\n\n return _extends({}, outerTheme, theme);\n};\n\nvar createCacheWithTheme = /* #__PURE__ */weakMemoize(function (outerTheme) {\n return weakMemoize(function (theme) {\n return getTheme(outerTheme, theme);\n });\n});\nvar ThemeProvider = function ThemeProvider(props) {\n var theme = React.useContext(ThemeContext);\n\n if (props.theme !== theme) {\n theme = createCacheWithTheme(theme)(props.theme);\n }\n\n return /*#__PURE__*/React.createElement(ThemeContext.Provider, {\n value: theme\n }, props.children);\n};\nfunction withTheme(Component) {\n var componentName = Component.displayName || Component.name || 'Component';\n var WithTheme = /*#__PURE__*/React.forwardRef(function render(props, ref) {\n var theme = React.useContext(ThemeContext);\n return /*#__PURE__*/React.createElement(Component, _extends({\n theme: theme,\n ref: ref\n }, props));\n });\n WithTheme.displayName = \"WithTheme(\" + componentName + \")\";\n return hoistNonReactStatics(WithTheme, Component);\n}\n\nvar hasOwn = {}.hasOwnProperty;\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar createEmotionProps = function createEmotionProps(type, props) {\n\n var newProps = {};\n\n for (var _key in props) {\n if (hasOwn.call(props, _key)) {\n newProps[_key] = props[_key];\n }\n }\n\n newProps[typePropName] = type; // Runtime labeling is an opt-in feature because:\n\n return newProps;\n};\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serialized = _ref.serialized,\n isStringTag = _ref.isStringTag;\n registerStyles(cache, serialized, isStringTag);\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n return insertStyles(cache, serialized, isStringTag);\n });\n\n if (!isBrowser && rules !== undefined) {\n var _ref2;\n\n var serializedNames = serialized.name;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n next = next.next;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedNames, _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {\n var cssProp = props.css; // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var WrappedComponent = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles, undefined, React.useContext(ThemeContext));\n\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var _key2 in props) {\n if (hasOwn.call(props, _key2) && _key2 !== 'css' && _key2 !== typePropName && (!isDevelopment )) {\n newProps[_key2] = props[_key2];\n }\n }\n\n newProps.className = className;\n\n if (ref) {\n newProps.ref = ref;\n }\n\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serialized: serialized,\n isStringTag: typeof WrappedComponent === 'string'\n }), /*#__PURE__*/React.createElement(WrappedComponent, newProps));\n});\n\nvar Emotion$1 = Emotion;\n\nexport { CacheProvider as C, Emotion$1 as E, ThemeContext as T, __unsafe_useEmotionCache as _, isDevelopment as a, ThemeProvider as b, createEmotionProps as c, withTheme as d, hasOwn as h, isBrowser as i, useTheme as u, withEmotionCache as w };\n"],"names":["React","createCache","withEmotionCache","forwardRef","useContext","registerStyles","useInsertionEffectAlwaysWithSyncFallback","insertStyles","getRegisteredStyles","serializeStyles"],"mappings":"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","x_google_ignoreList":[0]}
@@ -169,7 +169,6 @@ function keyframes() {
169
169
  };
170
170
  }
171
171
 
172
- exports.CacheProvider = emotionElementD59e098f_esm.C;
173
172
  exports.ThemeContext = emotionElementD59e098f_esm.T;
174
173
  Object.defineProperty(exports, "withEmotionCache", {
175
174
  enumerable: true,
@@ -1 +1 @@
1
- {"version":3,"file":"emotion-react.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-react.esm.js"],"sourcesContent":["import { h as hasOwn, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isBrowser, a as isDevelopment } from './emotion-element-d59e098f.esm.js';\nexport { C as CacheProvider, T as ThemeContext, b as ThemeProvider, _ as __unsafe_useEmotionCache, u as useTheme, w as withEmotionCache, d as withTheme } from './emotion-element-d59e098f.esm.js';\nimport * as React from 'react';\nimport { insertStyles, registerStyles, getRegisteredStyles } from '@emotion/utils';\nimport { useInsertionEffectWithLayoutFallback, useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\nimport { serializeStyles } from '@emotion/serialize';\nimport '@emotion/cache';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport 'hoist-non-react-statics';\n\nvar jsx = function jsx(type, props) {\n // eslint-disable-next-line prefer-rest-params\n var args = arguments;\n\n if (props == null || !hasOwn.call(props, 'css')) {\n return React.createElement.apply(undefined, args);\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n createElementArgArray[1] = createEmotionProps(type, props);\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n }\n\n return React.createElement.apply(null, createElementArgArray);\n};\n\n(function (_jsx) {\n var JSX;\n\n (function (_JSX) {})(JSX || (JSX = _jsx.JSX || (_jsx.JSX = {})));\n})(jsx || (jsx = {}));\n\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\n\nvar Global = /* #__PURE__ */withEmotionCache(function (props, cache) {\n\n var styles = props.styles;\n var serialized = serializeStyles([styles], undefined, React.useContext(ThemeContext));\n\n if (!isBrowser) {\n var _ref;\n\n var serializedNames = serialized.name;\n var serializedStyles = serialized.styles;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n serializedStyles += next.styles;\n next = next.next;\n }\n\n var shouldCache = cache.compat === true;\n var rules = cache.insert(\"\", {\n name: serializedNames,\n styles: serializedStyles\n }, cache.sheet, shouldCache);\n\n if (shouldCache) {\n return null;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref = {}, _ref[\"data-emotion\"] = cache.key + \"-global \" + serializedNames, _ref.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref.nonce = cache.sheet.nonce, _ref));\n } // yes, i know these hooks are used conditionally\n // but it is based on a constant that will never change at runtime\n // it's effectively like having two implementations and switching them out\n // so it's not actually breaking anything\n\n\n var sheetRef = React.useRef();\n useInsertionEffectWithLayoutFallback(function () {\n var key = cache.key + \"-global\"; // use case of https://github.com/emotion-js/emotion/issues/2675\n\n var sheet = new cache.sheet.constructor({\n key: key,\n nonce: cache.sheet.nonce,\n container: cache.sheet.container,\n speedy: cache.sheet.isSpeedy\n });\n var rehydrating = false;\n var node = document.querySelector(\"style[data-emotion=\\\"\" + key + \" \" + serialized.name + \"\\\"]\");\n\n if (cache.sheet.tags.length) {\n sheet.before = cache.sheet.tags[0];\n }\n\n if (node !== null) {\n rehydrating = true; // clear the hash so this node won't be recognizable as rehydratable by other <Global/>s\n\n node.setAttribute('data-emotion', key);\n sheet.hydrate([node]);\n }\n\n sheetRef.current = [sheet, rehydrating];\n return function () {\n sheet.flush();\n };\n }, [cache]);\n useInsertionEffectWithLayoutFallback(function () {\n var sheetRefCurrent = sheetRef.current;\n var sheet = sheetRefCurrent[0],\n rehydrating = sheetRefCurrent[1];\n\n if (rehydrating) {\n sheetRefCurrent[1] = false;\n return;\n }\n\n if (serialized.next !== undefined) {\n // insert keyframes\n insertStyles(cache, serialized.next, true);\n }\n\n if (sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = sheet.tags[sheet.tags.length - 1].nextElementSibling;\n sheet.before = element;\n sheet.flush();\n }\n\n cache.insert(\"\", serialized, sheet, false);\n }, [cache, serialized.name]);\n return null;\n});\n\nfunction css() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return serializeStyles(args);\n}\n\nfunction keyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name;\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n}\n\nvar classnames = function classnames(args) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered, css, className) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serializedArr = _ref.serializedArr;\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n var rules = '';\n\n for (var i = 0; i < serializedArr.length; i++) {\n var res = insertStyles(cache, serializedArr[i], false);\n\n if (!isBrowser && res !== undefined) {\n rules += res;\n }\n }\n\n if (!isBrowser) {\n return rules;\n }\n });\n\n if (!isBrowser && rules.length !== 0) {\n var _ref2;\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedArr.map(function (serialized) {\n return serialized.name;\n }).join(' '), _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar ClassNames = /* #__PURE__ */withEmotionCache(function (props, cache) {\n var hasRendered = false;\n var serializedArr = [];\n\n var css = function css() {\n if (hasRendered && isDevelopment) {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, cache.registered);\n serializedArr.push(serialized); // registration has to happen here as the result of this might get consumed by `cx`\n\n registerStyles(cache, serialized, false);\n return cache.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && isDevelopment) {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(cache.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: React.useContext(ThemeContext)\n };\n var ele = props.children(content);\n hasRendered = true;\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serializedArr: serializedArr\n }), ele);\n});\n\nexport { ClassNames, Global, jsx as createElement, css, jsx, keyframes };\n"],"names":["jsx","hasOwn","React","Emotion","createEmotionProps","withEmotionCache","serializeStyles","ThemeContext","isBrowser","useInsertionEffectWithLayoutFallback","insertStyles"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"emotion-react.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-react.esm.js"],"sourcesContent":["import { h as hasOwn, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isBrowser, a as isDevelopment } from './emotion-element-d59e098f.esm.js';\nexport { C as CacheProvider, T as ThemeContext, b as ThemeProvider, _ as __unsafe_useEmotionCache, u as useTheme, w as withEmotionCache, d as withTheme } from './emotion-element-d59e098f.esm.js';\nimport * as React from 'react';\nimport { insertStyles, registerStyles, getRegisteredStyles } from '@emotion/utils';\nimport { useInsertionEffectWithLayoutFallback, useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\nimport { serializeStyles } from '@emotion/serialize';\nimport '@emotion/cache';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport 'hoist-non-react-statics';\n\nvar jsx = function jsx(type, props) {\n // eslint-disable-next-line prefer-rest-params\n var args = arguments;\n\n if (props == null || !hasOwn.call(props, 'css')) {\n return React.createElement.apply(undefined, args);\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n createElementArgArray[1] = createEmotionProps(type, props);\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n }\n\n return React.createElement.apply(null, createElementArgArray);\n};\n\n(function (_jsx) {\n var JSX;\n\n (function (_JSX) {})(JSX || (JSX = _jsx.JSX || (_jsx.JSX = {})));\n})(jsx || (jsx = {}));\n\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\n\nvar Global = /* #__PURE__ */withEmotionCache(function (props, cache) {\n\n var styles = props.styles;\n var serialized = serializeStyles([styles], undefined, React.useContext(ThemeContext));\n\n if (!isBrowser) {\n var _ref;\n\n var serializedNames = serialized.name;\n var serializedStyles = serialized.styles;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n serializedStyles += next.styles;\n next = next.next;\n }\n\n var shouldCache = cache.compat === true;\n var rules = cache.insert(\"\", {\n name: serializedNames,\n styles: serializedStyles\n }, cache.sheet, shouldCache);\n\n if (shouldCache) {\n return null;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref = {}, _ref[\"data-emotion\"] = cache.key + \"-global \" + serializedNames, _ref.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref.nonce = cache.sheet.nonce, _ref));\n } // yes, i know these hooks are used conditionally\n // but it is based on a constant that will never change at runtime\n // it's effectively like having two implementations and switching them out\n // so it's not actually breaking anything\n\n\n var sheetRef = React.useRef();\n useInsertionEffectWithLayoutFallback(function () {\n var key = cache.key + \"-global\"; // use case of https://github.com/emotion-js/emotion/issues/2675\n\n var sheet = new cache.sheet.constructor({\n key: key,\n nonce: cache.sheet.nonce,\n container: cache.sheet.container,\n speedy: cache.sheet.isSpeedy\n });\n var rehydrating = false;\n var node = document.querySelector(\"style[data-emotion=\\\"\" + key + \" \" + serialized.name + \"\\\"]\");\n\n if (cache.sheet.tags.length) {\n sheet.before = cache.sheet.tags[0];\n }\n\n if (node !== null) {\n rehydrating = true; // clear the hash so this node won't be recognizable as rehydratable by other <Global/>s\n\n node.setAttribute('data-emotion', key);\n sheet.hydrate([node]);\n }\n\n sheetRef.current = [sheet, rehydrating];\n return function () {\n sheet.flush();\n };\n }, [cache]);\n useInsertionEffectWithLayoutFallback(function () {\n var sheetRefCurrent = sheetRef.current;\n var sheet = sheetRefCurrent[0],\n rehydrating = sheetRefCurrent[1];\n\n if (rehydrating) {\n sheetRefCurrent[1] = false;\n return;\n }\n\n if (serialized.next !== undefined) {\n // insert keyframes\n insertStyles(cache, serialized.next, true);\n }\n\n if (sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = sheet.tags[sheet.tags.length - 1].nextElementSibling;\n sheet.before = element;\n sheet.flush();\n }\n\n cache.insert(\"\", serialized, sheet, false);\n }, [cache, serialized.name]);\n return null;\n});\n\nfunction css() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return serializeStyles(args);\n}\n\nfunction keyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name;\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n}\n\nvar classnames = function classnames(args) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered, css, className) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serializedArr = _ref.serializedArr;\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n var rules = '';\n\n for (var i = 0; i < serializedArr.length; i++) {\n var res = insertStyles(cache, serializedArr[i], false);\n\n if (!isBrowser && res !== undefined) {\n rules += res;\n }\n }\n\n if (!isBrowser) {\n return rules;\n }\n });\n\n if (!isBrowser && rules.length !== 0) {\n var _ref2;\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedArr.map(function (serialized) {\n return serialized.name;\n }).join(' '), _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar ClassNames = /* #__PURE__ */withEmotionCache(function (props, cache) {\n var hasRendered = false;\n var serializedArr = [];\n\n var css = function css() {\n if (hasRendered && isDevelopment) {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, cache.registered);\n serializedArr.push(serialized); // registration has to happen here as the result of this might get consumed by `cx`\n\n registerStyles(cache, serialized, false);\n return cache.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && isDevelopment) {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(cache.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: React.useContext(ThemeContext)\n };\n var ele = props.children(content);\n hasRendered = true;\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serializedArr: serializedArr\n }), ele);\n});\n\nexport { ClassNames, Global, jsx as createElement, css, jsx, keyframes };\n"],"names":["jsx","hasOwn","React","Emotion","createEmotionProps","withEmotionCache","serializeStyles","ThemeContext","isBrowser","useInsertionEffectWithLayoutFallback","insertStyles"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,10 +1,25 @@
1
1
  'use strict';
2
2
 
3
- const URI = process.env.NEXT_PUBLIC_EW_URI || process.env.REACT_PUBLIC_EW_URI || '';
4
- const URL_PORTAL = process.env.NEXT_PUBLIC_EW_URL_PORTAL || process.env.REACT_PUBLIC_EW_URL_PORTAL || '';
5
- const COOKIE_NAME = process.env.NEXT_PUBLIC_EW_COOKIE_NAME || process.env.REACT_PUBLIC_EW_COOKIE_NAME || '';
6
- const COOKIE_DOMAIN = process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN || process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN || '';
7
- const GOOGLE_AUTH_CLIENT = process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT || process.env.REACT_PUBLIC_GOOGLE_AUTH_CLIENT || '';
3
+ const URI = process.env.NEXT_PUBLIC_EW_URI ||
4
+ process.env.REACT_PUBLIC_EW_URI ||
5
+ process.env.VITE_EW_URI ||
6
+ '';
7
+ const URL_PORTAL = process.env.NEXT_PUBLIC_EW_URL_PORTAL ||
8
+ process.env.REACT_PUBLIC_EW_URL_PORTAL ||
9
+ process.env.VITE_EW_URL_PORTAL ||
10
+ '';
11
+ const COOKIE_NAME = process.env.NEXT_PUBLIC_EW_COOKIE_NAME ||
12
+ process.env.REACT_PUBLIC_EW_COOKIE_NAME ||
13
+ process.env.VITE_EW_COOKIE_NAME ||
14
+ '';
15
+ const COOKIE_DOMAIN = process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN ||
16
+ process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN ||
17
+ process.env.VITE_EW_COOKIE_DOMAIN ||
18
+ '';
19
+ const GOOGLE_AUTH_CLIENT = process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||
20
+ process.env.REACT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||
21
+ process.env.VITE_EW_GOOGLE_AUTH_CLIENT ||
22
+ '';
8
23
 
9
24
  exports.COOKIE_DOMAIN = COOKIE_DOMAIN;
10
25
  exports.COOKIE_NAME = COOKIE_NAME;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/shared/constants/index.ts"],"sourcesContent":["export const URI = process.env.NEXT_PUBLIC_EW_URI || process.env.REACT_PUBLIC_EW_URI || '';\nexport const URL_PORTAL =\n process.env.NEXT_PUBLIC_EW_URL_PORTAL || process.env.REACT_PUBLIC_EW_URL_PORTAL || '';\nexport const COOKIE_NAME =\n process.env.NEXT_PUBLIC_EW_COOKIE_NAME || process.env.REACT_PUBLIC_EW_COOKIE_NAME || '';\nexport const COOKIE_DOMAIN =\n process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN || process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN|| '';\n\n\nexport const GOOGLE_AUTH_CLIENT =\n process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT || process.env.REACT_PUBLIC_GOOGLE_AUTH_CLIENT|| '';"],"names":[],"mappings":";;AAAO,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,OAAO,CAAC,GAAG,CAAC,mBAAmB,IAAI;AACjF,MAAM,UAAU,GACrB,OAAO,CAAC,GAAG,CAAC,yBAAyB,IAAI,OAAO,CAAC,GAAG,CAAC,0BAA0B,IAAI;AAC9E,MAAM,WAAW,GACtB,OAAO,CAAC,GAAG,CAAC,0BAA0B,IAAI,OAAO,CAAC,GAAG,CAAC,2BAA2B,IAAI;AAChF,MAAM,aAAa,GACxB,OAAO,CAAC,GAAG,CAAC,4BAA4B,IAAI,OAAO,CAAC,GAAG,CAAC,6BAA6B,IAAG;AAGnF,MAAM,kBAAkB,GAC3B,OAAO,CAAC,GAAG,CAAC,iCAAiC,IAAI,OAAO,CAAC,GAAG,CAAC,+BAA+B,IAAG;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../src/shared/constants/index.ts"],"sourcesContent":["export const URI =\n process.env.NEXT_PUBLIC_EW_URI ||\n process.env.REACT_PUBLIC_EW_URI ||\n process.env.VITE_EW_URI ||\n '';\nexport const URL_PORTAL =\n process.env.NEXT_PUBLIC_EW_URL_PORTAL ||\n process.env.REACT_PUBLIC_EW_URL_PORTAL ||\n process.env.VITE_EW_URL_PORTAL ||\n '';\nexport const COOKIE_NAME =\n process.env.NEXT_PUBLIC_EW_COOKIE_NAME ||\n process.env.REACT_PUBLIC_EW_COOKIE_NAME ||\n process.env.VITE_EW_COOKIE_NAME ||\n '';\nexport const COOKIE_DOMAIN =\n process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN ||\n process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN ||\n process.env.VITE_EW_COOKIE_DOMAIN ||\n '';\n\nexport const GOOGLE_AUTH_CLIENT =\n process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||\n process.env.REACT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||\n process.env.VITE_EW_GOOGLE_AUTH_CLIENT ||\n '';\n"],"names":[],"mappings":";;MAAa,GAAG,GACd,OAAO,CAAC,GAAG,CAAC,kBAAkB;IAC9B,OAAO,CAAC,GAAG,CAAC,mBAAmB;IAC/B,OAAO,CAAC,GAAG,CAAC,WAAW;AACvB,IAAA;MACW,UAAU,GACrB,OAAO,CAAC,GAAG,CAAC,yBAAyB;IACrC,OAAO,CAAC,GAAG,CAAC,0BAA0B;IACtC,OAAO,CAAC,GAAG,CAAC,kBAAkB;AAC9B,IAAA;MACW,WAAW,GACtB,OAAO,CAAC,GAAG,CAAC,0BAA0B;IACtC,OAAO,CAAC,GAAG,CAAC,2BAA2B;IACvC,OAAO,CAAC,GAAG,CAAC,mBAAmB;AAC/B,IAAA;MACW,aAAa,GACxB,OAAO,CAAC,GAAG,CAAC,4BAA4B;IACxC,OAAO,CAAC,GAAG,CAAC,6BAA6B;IACzC,OAAO,CAAC,GAAG,CAAC,qBAAqB;AACjC,IAAA;MAEW,kBAAkB,GAC7B,OAAO,CAAC,GAAG,CAAC,iCAAiC;IAC7C,OAAO,CAAC,GAAG,CAAC,kCAAkC;IAC9C,OAAO,CAAC,GAAG,CAAC,0BAA0B;AACtC,IAAA;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- var proxyFromEnv = {};
1
+ var followRedirects = {exports: {}};
2
2
 
3
- export { proxyFromEnv as __exports };
3
+ export { followRedirects as __module };
4
4
  //# sourceMappingURL=index10.js.map
@@ -1,4 +1,4 @@
1
- var followRedirects = {exports: {}};
1
+ var proxyFromEnv = {};
2
2
 
3
- export { followRedirects as __module };
3
+ export { proxyFromEnv as __exports };
4
4
  //# sourceMappingURL=index11.js.map
package/dist/esm/index.js CHANGED
@@ -9,7 +9,6 @@ export { PanelItem } from './components/panel/PanelItem.js';
9
9
  export { PanelListItems } from './components/panel/PanelListItems.js';
10
10
  export { panelStore } from './components/panel/panel.store.js';
11
11
  export { handleLogout, handlePanelClick, panelStoreAction } from './components/panel/panel.actions.js';
12
- export { SessionProviderServer } from './components/session/SessionProviderServer.js';
13
12
  export { SessionClientProvider } from './components/session/SessionClientProvider.js';
14
13
  export { PaywallSubscription } from './components/paywall/PaywallSubscription.js';
15
14
  export { PaywallRegister } from './components/paywall/PaywallRegister.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;"}
@@ -17,7 +17,7 @@ typeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({
17
17
  key: 'css'
18
18
  }) : null);
19
19
 
20
- var CacheProvider = EmotionCacheContext.Provider;
20
+ EmotionCacheContext.Provider;
21
21
 
22
22
  var withEmotionCache = function withEmotionCache(func) {
23
23
  return /*#__PURE__*/forwardRef(function (props, ref) {
@@ -144,5 +144,5 @@ var Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {
144
144
 
145
145
  var Emotion$1 = Emotion;
146
146
 
147
- export { CacheProvider as C, Emotion$1 as E, ThemeContext as T, createEmotionProps as c, hasOwn as h, isBrowser as i, withEmotionCache as w };
147
+ export { Emotion$1 as E, ThemeContext as T, createEmotionProps as c, hasOwn as h, isBrowser as i, withEmotionCache as w };
148
148
  //# sourceMappingURL=emotion-element-d59e098f.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"emotion-element-d59e098f.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js"],"sourcesContent":["import * as React from 'react';\nimport { useContext, forwardRef } from 'react';\nimport createCache from '@emotion/cache';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport weakMemoize from '@emotion/weak-memoize';\nimport hoistNonReactStatics from '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\n\nvar isDevelopment = false;\n\nvar isBrowser = typeof document !== 'undefined';\n\nvar EmotionCacheContext = /* #__PURE__ */React.createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({\n key: 'css'\n}) : null);\n\nvar CacheProvider = EmotionCacheContext.Provider;\nvar __unsafe_useEmotionCache = function useEmotionCache() {\n return useContext(EmotionCacheContext);\n};\n\nvar withEmotionCache = function withEmotionCache(func) {\n return /*#__PURE__*/forwardRef(function (props, ref) {\n // the cache will never be null in the browser\n var cache = useContext(EmotionCacheContext);\n return func(props, cache, ref);\n });\n};\n\nif (!isBrowser) {\n withEmotionCache = function withEmotionCache(func) {\n return function (props) {\n var cache = useContext(EmotionCacheContext);\n\n if (cache === null) {\n // yes, we're potentially creating this on every render\n // it doesn't actually matter though since it's only on the server\n // so there will only every be a single render\n // that could change in the future because of suspense and etc. but for now,\n // this works and i don't want to optimise for a future thing that we aren't sure about\n cache = createCache({\n key: 'css'\n });\n return /*#__PURE__*/React.createElement(EmotionCacheContext.Provider, {\n value: cache\n }, func(props, cache));\n } else {\n return func(props, cache);\n }\n };\n };\n}\n\nvar ThemeContext = /* #__PURE__ */React.createContext({});\n\nvar useTheme = function useTheme() {\n return React.useContext(ThemeContext);\n};\n\nvar getTheme = function getTheme(outerTheme, theme) {\n if (typeof theme === 'function') {\n var mergedTheme = theme(outerTheme);\n\n return mergedTheme;\n }\n\n return _extends({}, outerTheme, theme);\n};\n\nvar createCacheWithTheme = /* #__PURE__ */weakMemoize(function (outerTheme) {\n return weakMemoize(function (theme) {\n return getTheme(outerTheme, theme);\n });\n});\nvar ThemeProvider = function ThemeProvider(props) {\n var theme = React.useContext(ThemeContext);\n\n if (props.theme !== theme) {\n theme = createCacheWithTheme(theme)(props.theme);\n }\n\n return /*#__PURE__*/React.createElement(ThemeContext.Provider, {\n value: theme\n }, props.children);\n};\nfunction withTheme(Component) {\n var componentName = Component.displayName || Component.name || 'Component';\n var WithTheme = /*#__PURE__*/React.forwardRef(function render(props, ref) {\n var theme = React.useContext(ThemeContext);\n return /*#__PURE__*/React.createElement(Component, _extends({\n theme: theme,\n ref: ref\n }, props));\n });\n WithTheme.displayName = \"WithTheme(\" + componentName + \")\";\n return hoistNonReactStatics(WithTheme, Component);\n}\n\nvar hasOwn = {}.hasOwnProperty;\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar createEmotionProps = function createEmotionProps(type, props) {\n\n var newProps = {};\n\n for (var _key in props) {\n if (hasOwn.call(props, _key)) {\n newProps[_key] = props[_key];\n }\n }\n\n newProps[typePropName] = type; // Runtime labeling is an opt-in feature because:\n\n return newProps;\n};\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serialized = _ref.serialized,\n isStringTag = _ref.isStringTag;\n registerStyles(cache, serialized, isStringTag);\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n return insertStyles(cache, serialized, isStringTag);\n });\n\n if (!isBrowser && rules !== undefined) {\n var _ref2;\n\n var serializedNames = serialized.name;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n next = next.next;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedNames, _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {\n var cssProp = props.css; // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var WrappedComponent = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles, undefined, React.useContext(ThemeContext));\n\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var _key2 in props) {\n if (hasOwn.call(props, _key2) && _key2 !== 'css' && _key2 !== typePropName && (!isDevelopment )) {\n newProps[_key2] = props[_key2];\n }\n }\n\n newProps.className = className;\n\n if (ref) {\n newProps.ref = ref;\n }\n\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serialized: serialized,\n isStringTag: typeof WrappedComponent === 'string'\n }), /*#__PURE__*/React.createElement(WrappedComponent, newProps));\n});\n\nvar Emotion$1 = Emotion;\n\nexport { CacheProvider as C, Emotion$1 as E, ThemeContext as T, __unsafe_useEmotionCache as _, isDevelopment as a, ThemeProvider as b, createEmotionProps as c, withTheme as d, hasOwn as h, isBrowser as i, useTheme as u, withEmotionCache as w };\n"],"names":[],"mappings":";;;;;;;AAYG,IAAC,SAAS,GAAG,OAAO,QAAQ,KAAK;;AAEpC,IAAI,mBAAmB,kBAAkB,KAAK,CAAC,aAAa;AAC5D;AACA;AACA;AACA;AACA;AACA,OAAO,WAAW,KAAK,WAAW,kBAAkB,WAAW,CAAC;AAChE,EAAE,GAAG,EAAE;AACP,CAAC,CAAC,GAAG,IAAI,CAAC;;AAEP,IAAC,aAAa,GAAG,mBAAmB,CAAC;;AAKrC,IAAC,gBAAgB,GAAG,SAAS,gBAAgB,CAAC,IAAI,EAAE;AACvD,EAAE,oBAAoB,UAAU,CAAC,UAAU,KAAK,EAAE,GAAG,EAAE;AACvD;AACA,IAAI,IAAI,KAAK,GAAG,UAAU,CAAC,mBAAmB,CAAC;AAC/C,IAAI,OAAO,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,CAAC;AAClC,EAAE,CAAC,CAAC;AACJ;;AAEA,IAAI,CAAC,SAAS,EAAE;AAChB,EAAE,gBAAgB,GAAG,SAAS,gBAAgB,CAAC,IAAI,EAAE;AACrD,IAAI,OAAO,UAAU,KAAK,EAAE;AAC5B,MAAM,IAAI,KAAK,GAAG,UAAU,CAAC,mBAAmB,CAAC;;AAEjD,MAAM,IAAI,KAAK,KAAK,IAAI,EAAE;AAC1B;AACA;AACA;AACA;AACA;AACA,QAAQ,KAAK,GAAG,WAAW,CAAC;AAC5B,UAAU,GAAG,EAAE;AACf,SAAS,CAAC;AACV,QAAQ,oBAAoB,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,QAAQ,EAAE;AAC9E,UAAU,KAAK,EAAE;AACjB,SAAS,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;AAC9B,MAAM,CAAC,MAAM;AACb,QAAQ,OAAO,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC;AACjC,MAAM;AACN,IAAI,CAAC;AACL,EAAE,CAAC;AACH;;AAEG,IAAC,YAAY,kBAAkB,KAAK,CAAC,aAAa,CAAC,EAAE;;AA6CrD,IAAC,MAAM,GAAG,EAAE,CAAC;;AAEhB,IAAI,YAAY,GAAG,oCAAoC;AACpD,IAAC,kBAAkB,GAAG,SAAS,kBAAkB,CAAC,IAAI,EAAE,KAAK,EAAE;;AAElE,EAAE,IAAI,QAAQ,GAAG,EAAE;;AAEnB,EAAE,KAAK,IAAI,IAAI,IAAI,KAAK,EAAE;AAC1B,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE;AAClC,MAAM,QAAQ,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;AAClC,IAAI;AACJ,EAAE;;AAEF,EAAE,QAAQ,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC;;AAEhC,EAAE,OAAO,QAAQ;AACjB;;AAEA,IAAI,SAAS,GAAG,SAAS,SAAS,CAAC,IAAI,EAAE;AACzC,EAAE,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK;AACxB,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU;AAClC,MAAM,WAAW,GAAG,IAAI,CAAC,WAAW;AACpC,EAAE,cAAc,CAAC,KAAK,EAAE,UAAU,EAAE,WAAW,CAAC;AAChD,EAAE,IAAI,KAAK,GAAG,wCAAwC,CAAC,YAAY;AACnE,IAAI,OAAO,YAAY,CAAC,KAAK,EAAE,UAAU,EAAE,WAAW,CAAC;AACvD,EAAE,CAAC,CAAC;;AAEJ,EAAE,IAAI,CAAC,SAAS,IAAI,KAAK,KAAK,SAAS,EAAE;AACzC,IAAI,IAAI,KAAK;;AAEb,IAAI,IAAI,eAAe,GAAG,UAAU,CAAC,IAAI;AACzC,IAAI,IAAI,IAAI,GAAG,UAAU,CAAC,IAAI;;AAE9B,IAAI,OAAO,IAAI,KAAK,SAAS,EAAE;AAC/B,MAAM,eAAe,IAAI,GAAG,GAAG,IAAI,CAAC,IAAI;AACxC,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI;AACtB,IAAI;;AAEJ,IAAI,oBAAoB,KAAK,CAAC,aAAa,CAAC,OAAO,GAAG,KAAK,GAAG,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,GAAG,GAAG,GAAG,GAAG,eAAe,EAAE,KAAK,CAAC,uBAAuB,GAAG;AAC7J,MAAM,MAAM,EAAE;AACd,KAAK,EAAE,KAAK,CAAC,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE;AAC/C,EAAE;;AAEF,EAAE,OAAO,IAAI;AACb,CAAC;;AAED,IAAI,OAAO,kBAAkB,gBAAgB,CAAC,UAAU,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE;AAC3E,EAAE,IAAI,OAAO,GAAG,KAAK,CAAC,GAAG,CAAC;AAC1B;AACA;;AAEA,EAAE,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,KAAK,SAAS,EAAE;AAC9E,IAAI,OAAO,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC;AACvC,EAAE;;AAEF,EAAE,IAAI,gBAAgB,GAAG,KAAK,CAAC,YAAY,CAAC;AAC5C,EAAE,IAAI,gBAAgB,GAAG,CAAC,OAAO,CAAC;AAClC,EAAE,IAAI,SAAS,GAAG,EAAE;;AAEpB,EAAE,IAAI,OAAO,KAAK,CAAC,SAAS,KAAK,QAAQ,EAAE;AAC3C,IAAI,SAAS,GAAG,mBAAmB,CAAC,KAAK,CAAC,UAAU,EAAE,gBAAgB,EAAE,KAAK,CAAC,SAAS,CAAC;AACxF,EAAE,CAAC,MAAM,IAAI,KAAK,CAAC,SAAS,IAAI,IAAI,EAAE;AACtC,IAAI,SAAS,GAAG,KAAK,CAAC,SAAS,GAAG,GAAG;AACrC,EAAE;;AAEF,EAAE,IAAI,UAAU,GAAG,eAAe,CAAC,gBAAgB,EAAE,SAAS,EAAE,KAAK,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;;AAE/F,EAAE,SAAS,IAAI,KAAK,CAAC,GAAG,GAAG,GAAG,GAAG,UAAU,CAAC,IAAI;AAChD,EAAE,IAAI,QAAQ,GAAG,EAAE;;AAEnB,EAAE,KAAK,IAAI,KAAK,IAAI,KAAK,EAAE;AAC3B,IAAI,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,KAAK,KAAK,KAAK,IAAI,KAAK,KAAK,YAAY,KAAK,IAAc,EAAE,EAAE;AACrG,MAAM,QAAQ,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC;AACpC,IAAI;AACJ,EAAE;;AAEF,EAAE,QAAQ,CAAC,SAAS,GAAG,SAAS;;AAEhC,EAAE,IAAI,GAAG,EAAE;AACX,IAAI,QAAQ,CAAC,GAAG,GAAG,GAAG;AACtB,EAAE;;AAEF,EAAE,oBAAoB,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,eAAe,KAAK,CAAC,aAAa,CAAC,SAAS,EAAE;AAC5G,IAAI,KAAK,EAAE,KAAK;AAChB,IAAI,UAAU,EAAE,UAAU;AAC1B,IAAI,WAAW,EAAE,OAAO,gBAAgB,KAAK;AAC7C,GAAG,CAAC,eAAe,KAAK,CAAC,aAAa,CAAC,gBAAgB,EAAE,QAAQ,CAAC,CAAC;AACnE,CAAC,CAAC;;AAEC,IAAC,SAAS,GAAG;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"emotion-element-d59e098f.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js"],"sourcesContent":["import * as React from 'react';\nimport { useContext, forwardRef } from 'react';\nimport createCache from '@emotion/cache';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport weakMemoize from '@emotion/weak-memoize';\nimport hoistNonReactStatics from '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\n\nvar isDevelopment = false;\n\nvar isBrowser = typeof document !== 'undefined';\n\nvar EmotionCacheContext = /* #__PURE__ */React.createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({\n key: 'css'\n}) : null);\n\nvar CacheProvider = EmotionCacheContext.Provider;\nvar __unsafe_useEmotionCache = function useEmotionCache() {\n return useContext(EmotionCacheContext);\n};\n\nvar withEmotionCache = function withEmotionCache(func) {\n return /*#__PURE__*/forwardRef(function (props, ref) {\n // the cache will never be null in the browser\n var cache = useContext(EmotionCacheContext);\n return func(props, cache, ref);\n });\n};\n\nif (!isBrowser) {\n withEmotionCache = function withEmotionCache(func) {\n return function (props) {\n var cache = useContext(EmotionCacheContext);\n\n if (cache === null) {\n // yes, we're potentially creating this on every render\n // it doesn't actually matter though since it's only on the server\n // so there will only every be a single render\n // that could change in the future because of suspense and etc. but for now,\n // this works and i don't want to optimise for a future thing that we aren't sure about\n cache = createCache({\n key: 'css'\n });\n return /*#__PURE__*/React.createElement(EmotionCacheContext.Provider, {\n value: cache\n }, func(props, cache));\n } else {\n return func(props, cache);\n }\n };\n };\n}\n\nvar ThemeContext = /* #__PURE__ */React.createContext({});\n\nvar useTheme = function useTheme() {\n return React.useContext(ThemeContext);\n};\n\nvar getTheme = function getTheme(outerTheme, theme) {\n if (typeof theme === 'function') {\n var mergedTheme = theme(outerTheme);\n\n return mergedTheme;\n }\n\n return _extends({}, outerTheme, theme);\n};\n\nvar createCacheWithTheme = /* #__PURE__ */weakMemoize(function (outerTheme) {\n return weakMemoize(function (theme) {\n return getTheme(outerTheme, theme);\n });\n});\nvar ThemeProvider = function ThemeProvider(props) {\n var theme = React.useContext(ThemeContext);\n\n if (props.theme !== theme) {\n theme = createCacheWithTheme(theme)(props.theme);\n }\n\n return /*#__PURE__*/React.createElement(ThemeContext.Provider, {\n value: theme\n }, props.children);\n};\nfunction withTheme(Component) {\n var componentName = Component.displayName || Component.name || 'Component';\n var WithTheme = /*#__PURE__*/React.forwardRef(function render(props, ref) {\n var theme = React.useContext(ThemeContext);\n return /*#__PURE__*/React.createElement(Component, _extends({\n theme: theme,\n ref: ref\n }, props));\n });\n WithTheme.displayName = \"WithTheme(\" + componentName + \")\";\n return hoistNonReactStatics(WithTheme, Component);\n}\n\nvar hasOwn = {}.hasOwnProperty;\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar createEmotionProps = function createEmotionProps(type, props) {\n\n var newProps = {};\n\n for (var _key in props) {\n if (hasOwn.call(props, _key)) {\n newProps[_key] = props[_key];\n }\n }\n\n newProps[typePropName] = type; // Runtime labeling is an opt-in feature because:\n\n return newProps;\n};\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serialized = _ref.serialized,\n isStringTag = _ref.isStringTag;\n registerStyles(cache, serialized, isStringTag);\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n return insertStyles(cache, serialized, isStringTag);\n });\n\n if (!isBrowser && rules !== undefined) {\n var _ref2;\n\n var serializedNames = serialized.name;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n next = next.next;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedNames, _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar Emotion = /* #__PURE__ */withEmotionCache(function (props, cache, ref) {\n var cssProp = props.css; // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var WrappedComponent = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles, undefined, React.useContext(ThemeContext));\n\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var _key2 in props) {\n if (hasOwn.call(props, _key2) && _key2 !== 'css' && _key2 !== typePropName && (!isDevelopment )) {\n newProps[_key2] = props[_key2];\n }\n }\n\n newProps.className = className;\n\n if (ref) {\n newProps.ref = ref;\n }\n\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serialized: serialized,\n isStringTag: typeof WrappedComponent === 'string'\n }), /*#__PURE__*/React.createElement(WrappedComponent, newProps));\n});\n\nvar Emotion$1 = Emotion;\n\nexport { CacheProvider as C, Emotion$1 as E, ThemeContext as T, __unsafe_useEmotionCache as _, isDevelopment as a, ThemeProvider as b, createEmotionProps as c, withTheme as d, hasOwn as h, isBrowser as i, useTheme as u, withEmotionCache as w };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,5 +1,4 @@
1
1
  import { w as withEmotionCache, T as ThemeContext, i as isBrowser, h as hasOwn, E as Emotion$1, c as createEmotionProps } from './emotion-element-d59e098f.esm.js';
2
- export { C as CacheProvider } from './emotion-element-d59e098f.esm.js';
3
2
  import * as React from 'react';
4
3
  import { insertStyles } from '../../utils/dist/emotion-utils.esm.js';
5
4
  import { useInsertionEffectWithLayoutFallback } from '../../use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js';
@@ -1 +1 @@
1
- {"version":3,"file":"emotion-react.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-react.esm.js"],"sourcesContent":["import { h as hasOwn, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isBrowser, a as isDevelopment } from './emotion-element-d59e098f.esm.js';\nexport { C as CacheProvider, T as ThemeContext, b as ThemeProvider, _ as __unsafe_useEmotionCache, u as useTheme, w as withEmotionCache, d as withTheme } from './emotion-element-d59e098f.esm.js';\nimport * as React from 'react';\nimport { insertStyles, registerStyles, getRegisteredStyles } from '@emotion/utils';\nimport { useInsertionEffectWithLayoutFallback, useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\nimport { serializeStyles } from '@emotion/serialize';\nimport '@emotion/cache';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport 'hoist-non-react-statics';\n\nvar jsx = function jsx(type, props) {\n // eslint-disable-next-line prefer-rest-params\n var args = arguments;\n\n if (props == null || !hasOwn.call(props, 'css')) {\n return React.createElement.apply(undefined, args);\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n createElementArgArray[1] = createEmotionProps(type, props);\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n }\n\n return React.createElement.apply(null, createElementArgArray);\n};\n\n(function (_jsx) {\n var JSX;\n\n (function (_JSX) {})(JSX || (JSX = _jsx.JSX || (_jsx.JSX = {})));\n})(jsx || (jsx = {}));\n\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\n\nvar Global = /* #__PURE__ */withEmotionCache(function (props, cache) {\n\n var styles = props.styles;\n var serialized = serializeStyles([styles], undefined, React.useContext(ThemeContext));\n\n if (!isBrowser) {\n var _ref;\n\n var serializedNames = serialized.name;\n var serializedStyles = serialized.styles;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n serializedStyles += next.styles;\n next = next.next;\n }\n\n var shouldCache = cache.compat === true;\n var rules = cache.insert(\"\", {\n name: serializedNames,\n styles: serializedStyles\n }, cache.sheet, shouldCache);\n\n if (shouldCache) {\n return null;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref = {}, _ref[\"data-emotion\"] = cache.key + \"-global \" + serializedNames, _ref.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref.nonce = cache.sheet.nonce, _ref));\n } // yes, i know these hooks are used conditionally\n // but it is based on a constant that will never change at runtime\n // it's effectively like having two implementations and switching them out\n // so it's not actually breaking anything\n\n\n var sheetRef = React.useRef();\n useInsertionEffectWithLayoutFallback(function () {\n var key = cache.key + \"-global\"; // use case of https://github.com/emotion-js/emotion/issues/2675\n\n var sheet = new cache.sheet.constructor({\n key: key,\n nonce: cache.sheet.nonce,\n container: cache.sheet.container,\n speedy: cache.sheet.isSpeedy\n });\n var rehydrating = false;\n var node = document.querySelector(\"style[data-emotion=\\\"\" + key + \" \" + serialized.name + \"\\\"]\");\n\n if (cache.sheet.tags.length) {\n sheet.before = cache.sheet.tags[0];\n }\n\n if (node !== null) {\n rehydrating = true; // clear the hash so this node won't be recognizable as rehydratable by other <Global/>s\n\n node.setAttribute('data-emotion', key);\n sheet.hydrate([node]);\n }\n\n sheetRef.current = [sheet, rehydrating];\n return function () {\n sheet.flush();\n };\n }, [cache]);\n useInsertionEffectWithLayoutFallback(function () {\n var sheetRefCurrent = sheetRef.current;\n var sheet = sheetRefCurrent[0],\n rehydrating = sheetRefCurrent[1];\n\n if (rehydrating) {\n sheetRefCurrent[1] = false;\n return;\n }\n\n if (serialized.next !== undefined) {\n // insert keyframes\n insertStyles(cache, serialized.next, true);\n }\n\n if (sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = sheet.tags[sheet.tags.length - 1].nextElementSibling;\n sheet.before = element;\n sheet.flush();\n }\n\n cache.insert(\"\", serialized, sheet, false);\n }, [cache, serialized.name]);\n return null;\n});\n\nfunction css() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return serializeStyles(args);\n}\n\nfunction keyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name;\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n}\n\nvar classnames = function classnames(args) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered, css, className) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serializedArr = _ref.serializedArr;\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n var rules = '';\n\n for (var i = 0; i < serializedArr.length; i++) {\n var res = insertStyles(cache, serializedArr[i], false);\n\n if (!isBrowser && res !== undefined) {\n rules += res;\n }\n }\n\n if (!isBrowser) {\n return rules;\n }\n });\n\n if (!isBrowser && rules.length !== 0) {\n var _ref2;\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedArr.map(function (serialized) {\n return serialized.name;\n }).join(' '), _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar ClassNames = /* #__PURE__ */withEmotionCache(function (props, cache) {\n var hasRendered = false;\n var serializedArr = [];\n\n var css = function css() {\n if (hasRendered && isDevelopment) {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, cache.registered);\n serializedArr.push(serialized); // registration has to happen here as the result of this might get consumed by `cx`\n\n registerStyles(cache, serialized, false);\n return cache.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && isDevelopment) {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(cache.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: React.useContext(ThemeContext)\n };\n var ele = props.children(content);\n hasRendered = true;\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serializedArr: serializedArr\n }), ele);\n});\n\nexport { ClassNames, Global, jsx as createElement, css, jsx, keyframes };\n"],"names":["Emotion"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"emotion-react.esm.js","sources":["../../../../../../node_modules/@emotion/react/dist/emotion-react.esm.js"],"sourcesContent":["import { h as hasOwn, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isBrowser, a as isDevelopment } from './emotion-element-d59e098f.esm.js';\nexport { C as CacheProvider, T as ThemeContext, b as ThemeProvider, _ as __unsafe_useEmotionCache, u as useTheme, w as withEmotionCache, d as withTheme } from './emotion-element-d59e098f.esm.js';\nimport * as React from 'react';\nimport { insertStyles, registerStyles, getRegisteredStyles } from '@emotion/utils';\nimport { useInsertionEffectWithLayoutFallback, useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\nimport { serializeStyles } from '@emotion/serialize';\nimport '@emotion/cache';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js';\nimport 'hoist-non-react-statics';\n\nvar jsx = function jsx(type, props) {\n // eslint-disable-next-line prefer-rest-params\n var args = arguments;\n\n if (props == null || !hasOwn.call(props, 'css')) {\n return React.createElement.apply(undefined, args);\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n createElementArgArray[1] = createEmotionProps(type, props);\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n }\n\n return React.createElement.apply(null, createElementArgArray);\n};\n\n(function (_jsx) {\n var JSX;\n\n (function (_JSX) {})(JSX || (JSX = _jsx.JSX || (_jsx.JSX = {})));\n})(jsx || (jsx = {}));\n\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\n\nvar Global = /* #__PURE__ */withEmotionCache(function (props, cache) {\n\n var styles = props.styles;\n var serialized = serializeStyles([styles], undefined, React.useContext(ThemeContext));\n\n if (!isBrowser) {\n var _ref;\n\n var serializedNames = serialized.name;\n var serializedStyles = serialized.styles;\n var next = serialized.next;\n\n while (next !== undefined) {\n serializedNames += ' ' + next.name;\n serializedStyles += next.styles;\n next = next.next;\n }\n\n var shouldCache = cache.compat === true;\n var rules = cache.insert(\"\", {\n name: serializedNames,\n styles: serializedStyles\n }, cache.sheet, shouldCache);\n\n if (shouldCache) {\n return null;\n }\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref = {}, _ref[\"data-emotion\"] = cache.key + \"-global \" + serializedNames, _ref.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref.nonce = cache.sheet.nonce, _ref));\n } // yes, i know these hooks are used conditionally\n // but it is based on a constant that will never change at runtime\n // it's effectively like having two implementations and switching them out\n // so it's not actually breaking anything\n\n\n var sheetRef = React.useRef();\n useInsertionEffectWithLayoutFallback(function () {\n var key = cache.key + \"-global\"; // use case of https://github.com/emotion-js/emotion/issues/2675\n\n var sheet = new cache.sheet.constructor({\n key: key,\n nonce: cache.sheet.nonce,\n container: cache.sheet.container,\n speedy: cache.sheet.isSpeedy\n });\n var rehydrating = false;\n var node = document.querySelector(\"style[data-emotion=\\\"\" + key + \" \" + serialized.name + \"\\\"]\");\n\n if (cache.sheet.tags.length) {\n sheet.before = cache.sheet.tags[0];\n }\n\n if (node !== null) {\n rehydrating = true; // clear the hash so this node won't be recognizable as rehydratable by other <Global/>s\n\n node.setAttribute('data-emotion', key);\n sheet.hydrate([node]);\n }\n\n sheetRef.current = [sheet, rehydrating];\n return function () {\n sheet.flush();\n };\n }, [cache]);\n useInsertionEffectWithLayoutFallback(function () {\n var sheetRefCurrent = sheetRef.current;\n var sheet = sheetRefCurrent[0],\n rehydrating = sheetRefCurrent[1];\n\n if (rehydrating) {\n sheetRefCurrent[1] = false;\n return;\n }\n\n if (serialized.next !== undefined) {\n // insert keyframes\n insertStyles(cache, serialized.next, true);\n }\n\n if (sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = sheet.tags[sheet.tags.length - 1].nextElementSibling;\n sheet.before = element;\n sheet.flush();\n }\n\n cache.insert(\"\", serialized, sheet, false);\n }, [cache, serialized.name]);\n return null;\n});\n\nfunction css() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return serializeStyles(args);\n}\n\nfunction keyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name;\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n}\n\nvar classnames = function classnames(args) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered, css, className) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serializedArr = _ref.serializedArr;\n var rules = useInsertionEffectAlwaysWithSyncFallback(function () {\n var rules = '';\n\n for (var i = 0; i < serializedArr.length; i++) {\n var res = insertStyles(cache, serializedArr[i], false);\n\n if (!isBrowser && res !== undefined) {\n rules += res;\n }\n }\n\n if (!isBrowser) {\n return rules;\n }\n });\n\n if (!isBrowser && rules.length !== 0) {\n var _ref2;\n\n return /*#__PURE__*/React.createElement(\"style\", (_ref2 = {}, _ref2[\"data-emotion\"] = cache.key + \" \" + serializedArr.map(function (serialized) {\n return serialized.name;\n }).join(' '), _ref2.dangerouslySetInnerHTML = {\n __html: rules\n }, _ref2.nonce = cache.sheet.nonce, _ref2));\n }\n\n return null;\n};\n\nvar ClassNames = /* #__PURE__ */withEmotionCache(function (props, cache) {\n var hasRendered = false;\n var serializedArr = [];\n\n var css = function css() {\n if (hasRendered && isDevelopment) {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, cache.registered);\n serializedArr.push(serialized); // registration has to happen here as the result of this might get consumed by `cx`\n\n registerStyles(cache, serialized, false);\n return cache.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && isDevelopment) {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(cache.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: React.useContext(ThemeContext)\n };\n var ele = props.children(content);\n hasRendered = true;\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serializedArr: serializedArr\n }), ele);\n});\n\nexport { ClassNames, Global, jsx as createElement, css, jsx, keyframes };\n"],"names":["Emotion"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,4 +1,4 @@
1
- import { __module as followRedirects } from '../../_virtual/index11.js';
1
+ import { __module as followRedirects } from '../../_virtual/index10.js';
2
2
  import require$$0 from 'url';
3
3
  import require$$3 from 'http';
4
4
  import require$$4$1 from 'https';
@@ -1,4 +1,4 @@
1
- import { __exports as proxyFromEnv } from '../../_virtual/index10.js';
1
+ import { __exports as proxyFromEnv } from '../../_virtual/index11.js';
2
2
  import require$$0 from 'url';
3
3
 
4
4
  var hasRequiredProxyFromEnv;
@@ -1,8 +1,23 @@
1
- const URI = process.env.NEXT_PUBLIC_EW_URI || process.env.REACT_PUBLIC_EW_URI || '';
2
- const URL_PORTAL = process.env.NEXT_PUBLIC_EW_URL_PORTAL || process.env.REACT_PUBLIC_EW_URL_PORTAL || '';
3
- const COOKIE_NAME = process.env.NEXT_PUBLIC_EW_COOKIE_NAME || process.env.REACT_PUBLIC_EW_COOKIE_NAME || '';
4
- const COOKIE_DOMAIN = process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN || process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN || '';
5
- const GOOGLE_AUTH_CLIENT = process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT || process.env.REACT_PUBLIC_GOOGLE_AUTH_CLIENT || '';
1
+ const URI = process.env.NEXT_PUBLIC_EW_URI ||
2
+ process.env.REACT_PUBLIC_EW_URI ||
3
+ process.env.VITE_EW_URI ||
4
+ '';
5
+ const URL_PORTAL = process.env.NEXT_PUBLIC_EW_URL_PORTAL ||
6
+ process.env.REACT_PUBLIC_EW_URL_PORTAL ||
7
+ process.env.VITE_EW_URL_PORTAL ||
8
+ '';
9
+ const COOKIE_NAME = process.env.NEXT_PUBLIC_EW_COOKIE_NAME ||
10
+ process.env.REACT_PUBLIC_EW_COOKIE_NAME ||
11
+ process.env.VITE_EW_COOKIE_NAME ||
12
+ '';
13
+ const COOKIE_DOMAIN = process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN ||
14
+ process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN ||
15
+ process.env.VITE_EW_COOKIE_DOMAIN ||
16
+ '';
17
+ const GOOGLE_AUTH_CLIENT = process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||
18
+ process.env.REACT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||
19
+ process.env.VITE_EW_GOOGLE_AUTH_CLIENT ||
20
+ '';
6
21
 
7
22
  export { COOKIE_DOMAIN, COOKIE_NAME, GOOGLE_AUTH_CLIENT, URI, URL_PORTAL };
8
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/shared/constants/index.ts"],"sourcesContent":["export const URI = process.env.NEXT_PUBLIC_EW_URI || process.env.REACT_PUBLIC_EW_URI || '';\nexport const URL_PORTAL =\n process.env.NEXT_PUBLIC_EW_URL_PORTAL || process.env.REACT_PUBLIC_EW_URL_PORTAL || '';\nexport const COOKIE_NAME =\n process.env.NEXT_PUBLIC_EW_COOKIE_NAME || process.env.REACT_PUBLIC_EW_COOKIE_NAME || '';\nexport const COOKIE_DOMAIN =\n process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN || process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN|| '';\n\n\nexport const GOOGLE_AUTH_CLIENT =\n process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT || process.env.REACT_PUBLIC_GOOGLE_AUTH_CLIENT|| '';"],"names":[],"mappings":"AAAO,MAAM,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,kBAAkB,IAAI,OAAO,CAAC,GAAG,CAAC,mBAAmB,IAAI;AACjF,MAAM,UAAU,GACrB,OAAO,CAAC,GAAG,CAAC,yBAAyB,IAAI,OAAO,CAAC,GAAG,CAAC,0BAA0B,IAAI;AAC9E,MAAM,WAAW,GACtB,OAAO,CAAC,GAAG,CAAC,0BAA0B,IAAI,OAAO,CAAC,GAAG,CAAC,2BAA2B,IAAI;AAChF,MAAM,aAAa,GACxB,OAAO,CAAC,GAAG,CAAC,4BAA4B,IAAI,OAAO,CAAC,GAAG,CAAC,6BAA6B,IAAG;AAGnF,MAAM,kBAAkB,GAC3B,OAAO,CAAC,GAAG,CAAC,iCAAiC,IAAI,OAAO,CAAC,GAAG,CAAC,+BAA+B,IAAG;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../src/shared/constants/index.ts"],"sourcesContent":["export const URI =\n process.env.NEXT_PUBLIC_EW_URI ||\n process.env.REACT_PUBLIC_EW_URI ||\n process.env.VITE_EW_URI ||\n '';\nexport const URL_PORTAL =\n process.env.NEXT_PUBLIC_EW_URL_PORTAL ||\n process.env.REACT_PUBLIC_EW_URL_PORTAL ||\n process.env.VITE_EW_URL_PORTAL ||\n '';\nexport const COOKIE_NAME =\n process.env.NEXT_PUBLIC_EW_COOKIE_NAME ||\n process.env.REACT_PUBLIC_EW_COOKIE_NAME ||\n process.env.VITE_EW_COOKIE_NAME ||\n '';\nexport const COOKIE_DOMAIN =\n process.env.NEXT_PUBLIC_EW_COOKIE_DOMAIN ||\n process.env.REACT_PUBLIC_EW_COOKIE_DOMAIN ||\n process.env.VITE_EW_COOKIE_DOMAIN ||\n '';\n\nexport const GOOGLE_AUTH_CLIENT =\n process.env.NEXT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||\n process.env.REACT_PUBLIC_EW_GOOGLE_AUTH_CLIENT ||\n process.env.VITE_EW_GOOGLE_AUTH_CLIENT ||\n '';\n"],"names":[],"mappings":"MAAa,GAAG,GACd,OAAO,CAAC,GAAG,CAAC,kBAAkB;IAC9B,OAAO,CAAC,GAAG,CAAC,mBAAmB;IAC/B,OAAO,CAAC,GAAG,CAAC,WAAW;AACvB,IAAA;MACW,UAAU,GACrB,OAAO,CAAC,GAAG,CAAC,yBAAyB;IACrC,OAAO,CAAC,GAAG,CAAC,0BAA0B;IACtC,OAAO,CAAC,GAAG,CAAC,kBAAkB;AAC9B,IAAA;MACW,WAAW,GACtB,OAAO,CAAC,GAAG,CAAC,0BAA0B;IACtC,OAAO,CAAC,GAAG,CAAC,2BAA2B;IACvC,OAAO,CAAC,GAAG,CAAC,mBAAmB;AAC/B,IAAA;MACW,aAAa,GACxB,OAAO,CAAC,GAAG,CAAC,4BAA4B;IACxC,OAAO,CAAC,GAAG,CAAC,6BAA6B;IACzC,OAAO,CAAC,GAAG,CAAC,qBAAqB;AACjC,IAAA;MAEW,kBAAkB,GAC7B,OAAO,CAAC,GAAG,CAAC,iCAAiC;IAC7C,OAAO,CAAC,GAAG,CAAC,kCAAkC;IAC9C,OAAO,CAAC,GAAG,CAAC,0BAA0B;AACtC,IAAA;;;;"}
@@ -1,2 +1 @@
1
- export { SessionProviderServer } from './SessionProviderServer';
2
1
  export { SessionClientProvider } from './SessionClientProvider';
@@ -0,0 +1 @@
1
+ export { SessionProviderServer } from './SessionProviderServer';
@@ -0,0 +1 @@
1
+ export * from './components/session/server';
package/dist/index.d.ts CHANGED
@@ -98,11 +98,6 @@ declare const panelStoreAction: (data: PanelStoreAction) => void;
98
98
  declare const handlePanelClick: (isOpen: boolean) => void;
99
99
  declare const handleLogout: (config: Config | undefined) => void;
100
100
 
101
- type SessionProviderServerProps = {
102
- children: React__default.ReactNode;
103
- };
104
- declare const SessionProviderServer: React__default.FC<SessionProviderServerProps>;
105
-
106
101
  type SessionClientProviderProps = {
107
102
  children: ReactNode;
108
103
  };
@@ -170,5 +165,5 @@ declare const COOKIE_NAME: string;
170
165
  declare const COOKIE_DOMAIN: string;
171
166
  declare const GOOGLE_AUTH_CLIENT: string;
172
167
 
173
- export { COOKIE_DOMAIN, COOKIE_NAME, CommentContext, CommentProvider, Comments, GOOGLE_AUTH_CLIENT, Panel, PanelAvatar, PanelButton, PanelDivider, PanelFooter, PanelHeader, PanelItem, PanelListItems, PanelSubscriptionIcon, Paywall, PaywallRegister, PaywallSubscription, Provider, SessionClientProvider, SessionProviderServer, URI, URL_PORTAL, handleLogout, handlePanelClick, panelStore, panelStoreAction };
168
+ export { COOKIE_DOMAIN, COOKIE_NAME, CommentContext, CommentProvider, Comments, GOOGLE_AUTH_CLIENT, Panel, PanelAvatar, PanelButton, PanelDivider, PanelFooter, PanelHeader, PanelItem, PanelListItems, PanelSubscriptionIcon, Paywall, PaywallRegister, PaywallSubscription, Provider, SessionClientProvider, URI, URL_PORTAL, handleLogout, handlePanelClick, panelStore, panelStoreAction };
174
169
  export type { PanelAvatarProps, PanelButtonProps, PanelDividerProps, PanelFooterProps, PanelHeaderProps, PanelItemProps, PanelListRoute, PanelProps, PanelStoreAction, PanelSubscriptionIconProps, PaywallProps, PaywallRegisterProps, PaywallSubscriptionProps };
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+
3
+ type SessionProviderServerProps = {
4
+ children: React.ReactNode;
5
+ };
6
+ declare const SessionProviderServer: React.FC<SessionProviderServerProps>;
7
+
8
+ export { SessionProviderServer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-easy-wall",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -22,6 +22,11 @@
22
22
  "import": "./dist/esm/*.js",
23
23
  "require": "./dist/cjs/*.js",
24
24
  "types": "./dist/esm/types/*.d.ts"
25
+ },
26
+ "./server": {
27
+ "types": "./dist/server.d.ts",
28
+ "import": "./dist/esm/server.js",
29
+ "require": "./dist/cjs/server.cjs"
25
30
  }
26
31
  },
27
32
  "files": [