livevegas-ui-kit 0.1.8 → 0.1.10

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 (99) hide show
  1. package/README.md +69 -69
  2. package/dist/livevegas-ui-kit.cjs.js +123 -0
  3. package/dist/livevegas-ui-kit.es.js +943 -1050
  4. package/dist/livevegas-ui-kit.umd.js +83 -1563
  5. package/dist/{components → types/components}/BalanceAndBet/index.d.ts +2 -1
  6. package/dist/{components → types/components}/Button/index.d.ts +2 -1
  7. package/dist/{components → types/components}/Chat/index.d.ts +2 -1
  8. package/dist/{components → types/components}/Chip/index.d.ts +2 -1
  9. package/dist/{components → types/components}/MobileMenu/index.d.ts +2 -2
  10. package/dist/types/components/TopIcons/index.test.d.ts +1 -0
  11. package/dist/types/components/index.d.ts +1 -0
  12. package/dist/types/index.d.ts +1 -0
  13. package/package.json +77 -72
  14. package/dist/components/TopIcons/index.test.d.ts +0 -0
  15. package/dist/components/index.d.ts +0 -2
  16. package/dist/index.d.ts +0 -3
  17. package/dist/livevegas-ui-kit.es.d.ts +0 -2
  18. package/dist/livevegas-ui-kit.es.js.map +0 -1
  19. package/dist/livevegas-ui-kit.umd.js.map +0 -1
  20. /package/dist/{api → types/api}/config.d.ts +0 -0
  21. /package/dist/{api → types/api}/constants/errorsTypes.d.ts +0 -0
  22. /package/dist/{api → types/api}/constants/eventNames.d.ts +0 -0
  23. /package/dist/{api → types/api}/storage/constants.d.ts +0 -0
  24. /package/dist/{api → types/api}/types.d.ts +0 -0
  25. /package/dist/{components → types/components}/BalanceAndBet/index.stories.d.ts +0 -0
  26. /package/dist/{components → types/components}/BalanceAndBet/styled.d.ts +0 -0
  27. /package/dist/{components → types/components}/Button/index.stories.d.ts +0 -0
  28. /package/dist/{components → types/components}/Button/index.test.d.ts +0 -0
  29. /package/dist/{components → types/components}/Button/styled.d.ts +0 -0
  30. /package/dist/{components → types/components}/Chat/styled.d.ts +0 -0
  31. /package/dist/{components → types/components}/Chip/helper.d.ts +0 -0
  32. /package/dist/{components → types/components}/Chip/index.stories.d.ts +0 -0
  33. /package/dist/{components → types/components}/History/AllHistory/index.d.ts +0 -0
  34. /package/dist/{components → types/components}/History/AllHistory/styled.d.ts +0 -0
  35. /package/dist/{components → types/components}/History/PaginationGroup/index.d.ts +0 -0
  36. /package/dist/{components → types/components}/History/PaginationGroup/styled.d.ts +0 -0
  37. /package/dist/{components → types/components}/History/RoundHistory/index.d.ts +0 -0
  38. /package/dist/{components → types/components}/History/helpers.d.ts +0 -0
  39. /package/dist/{components → types/components}/History/index.d.ts +0 -0
  40. /package/dist/{components → types/components}/History/styled.d.ts +0 -0
  41. /package/dist/{components → types/components}/Info/index.d.ts +0 -0
  42. /package/dist/{components → types/components}/Info/styled.d.ts +0 -0
  43. /package/dist/{components → types/components}/Input/index.d.ts +0 -0
  44. /package/dist/{components → types/components}/Input/styled.d.ts +0 -0
  45. /package/dist/{components → types/components}/LimitInfo/index.d.ts +0 -0
  46. /package/dist/{components → types/components}/Limits/index.d.ts +0 -0
  47. /package/dist/{components → types/components}/Limits/styled.d.ts +0 -0
  48. /package/dist/{components → types/components}/MobileMenu/ItemMenu/index.d.ts +0 -0
  49. /package/dist/{components → types/components}/MobileMenu/ItemMenu/styled.d.ts +0 -0
  50. /package/dist/{components → types/components}/MobileMenu/helper.d.ts +0 -0
  51. /package/dist/{components → types/components}/MobileMenu/index.stories.d.ts +0 -0
  52. /package/dist/{components → types/components}/MobileMenu/styled.d.ts +0 -0
  53. /package/dist/{components → types/components}/Popup/index.d.ts +0 -0
  54. /package/dist/{components → types/components}/Popup/index.stories.d.ts +0 -0
  55. /package/dist/{components → types/components}/Popup/styled.d.ts +0 -0
  56. /package/dist/{components → types/components}/Settings/index.d.ts +0 -0
  57. /package/dist/{components → types/components}/Settings/styled.d.ts +0 -0
  58. /package/dist/{components → types/components}/Support/index.d.ts +0 -0
  59. /package/dist/{components → types/components}/Support/styled.d.ts +0 -0
  60. /package/dist/{components → types/components}/Tip/index.d.ts +0 -0
  61. /package/dist/{components → types/components}/Tip/styled.d.ts +0 -0
  62. /package/dist/{components → types/components}/ToLobby/index.d.ts +0 -0
  63. /package/dist/{components → types/components}/ToLobby/index.stories.d.ts +0 -0
  64. /package/dist/{components → types/components}/ToLobby/index.test.d.ts +0 -0
  65. /package/dist/{components → types/components}/ToLobby/styled.d.ts +0 -0
  66. /package/dist/{components → types/components}/TopIcons/Elements.d.ts +0 -0
  67. /package/dist/{components → types/components}/TopIcons/helper.d.ts +0 -0
  68. /package/dist/{components → types/components}/TopIcons/index.d.ts +0 -0
  69. /package/dist/{components → types/components}/TopIcons/index.stories.d.ts +0 -0
  70. /package/dist/{components → types/components}/TopIcons/styled.d.ts +0 -0
  71. /package/dist/{components → types/components}/Tournament/index.d.ts +0 -0
  72. /package/dist/{components → types/components}/Tournament/index.stories.d.ts +0 -0
  73. /package/dist/{components → types/components}/Tournament/styled.d.ts +0 -0
  74. /package/dist/{components → types/components}/TournamentNotification/index.d.ts +0 -0
  75. /package/dist/{components → types/components}/TournamentNotification/index.stories.d.ts +0 -0
  76. /package/dist/{components → types/components}/TournamentNotification/styled.d.ts +0 -0
  77. /package/dist/{components → types/components}/VolumeSlider/index.d.ts +0 -0
  78. /package/dist/{components → types/components}/VolumeSlider/styled.d.ts +0 -0
  79. /package/dist/{icons → types/icons}/ArrowLeft.d.ts +0 -0
  80. /package/dist/{icons → types/icons}/CloseIcon.d.ts +0 -0
  81. /package/dist/{icons → types/icons}/CompanyLogo.d.ts +0 -0
  82. /package/dist/{icons → types/icons}/FullScreen.d.ts +0 -0
  83. /package/dist/{icons → types/icons}/FullScreenOff.d.ts +0 -0
  84. /package/dist/{icons → types/icons}/History.d.ts +0 -0
  85. /package/dist/{icons → types/icons}/Info.d.ts +0 -0
  86. /package/dist/{icons → types/icons}/InputCursor.d.ts +0 -0
  87. /package/dist/{icons → types/icons}/Limits.d.ts +0 -0
  88. /package/dist/{icons → types/icons}/MenuIcon.d.ts +0 -0
  89. /package/dist/{icons → types/icons}/Message.d.ts +0 -0
  90. /package/dist/{icons → types/icons}/Settings.d.ts +0 -0
  91. /package/dist/{icons → types/icons}/Support.d.ts +0 -0
  92. /package/dist/{icons → types/icons}/TipIcon.d.ts +0 -0
  93. /package/dist/{icons → types/icons}/TournamentIcon.d.ts +0 -0
  94. /package/dist/{icons → types/icons}/Triangle.d.ts +0 -0
  95. /package/dist/{icons → types/icons}/VolumeOff.d.ts +0 -0
  96. /package/dist/{icons → types/icons}/VolumeOn.d.ts +0 -0
  97. /package/dist/{icons → types/icons}/index.d.ts +0 -0
  98. /package/dist/{styles → types/styles}/GlobalStyle.d.ts +0 -0
  99. /package/dist/{utils → types/utils}/helpers.d.ts +0 -0
package/README.md CHANGED
@@ -1,69 +1,69 @@
1
- # React + TypeScript + Vite
2
-
3
- This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
-
5
- Currently, two official plugins are available:
6
-
7
- - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
8
- - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
-
10
- ## Expanding the ESLint configuration
11
-
12
- If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
13
-
14
- ```js
15
- export default tseslint.config([
16
- globalIgnores(['dist']),
17
- {
18
- files: ['**/*.{ts,tsx}'],
19
- extends: [
20
- // Other configs...
21
-
22
- // Remove tseslint.configs.recommended and replace with this
23
- ...tseslint.configs.recommendedTypeChecked,
24
- // Alternatively, use this for stricter rules
25
- ...tseslint.configs.strictTypeChecked,
26
- // Optionally, add this for stylistic rules
27
- ...tseslint.configs.stylisticTypeChecked,
28
-
29
- // Other configs...
30
- ],
31
- languageOptions: {
32
- parserOptions: {
33
- project: ['./tsconfig.node.json', './tsconfig.app.json'],
34
- tsconfigRootDir: import.meta.dirname,
35
- },
36
- // other options...
37
- },
38
- },
39
- ])
40
- ```
41
-
42
- You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
43
-
44
- ```js
45
- // eslint.config.js
46
- import reactX from 'eslint-plugin-react-x'
47
- import reactDom from 'eslint-plugin-react-dom'
48
-
49
- export default tseslint.config([
50
- globalIgnores(['dist']),
51
- {
52
- files: ['**/*.{ts,tsx}'],
53
- extends: [
54
- // Other configs...
55
- // Enable lint rules for React
56
- reactX.configs['recommended-typescript'],
57
- // Enable lint rules for React DOM
58
- reactDom.configs.recommended,
59
- ],
60
- languageOptions: {
61
- parserOptions: {
62
- project: ['./tsconfig.node.json', './tsconfig.app.json'],
63
- tsconfigRootDir: import.meta.dirname,
64
- },
65
- // other options...
66
- },
67
- },
68
- ])
69
- ```
1
+ # React + TypeScript + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:
13
+
14
+ ```js
15
+ export default tseslint.config([
16
+ globalIgnores(['dist']),
17
+ {
18
+ files: ['**/*.{ts,tsx}'],
19
+ extends: [
20
+ // Other configs...
21
+
22
+ // Remove tseslint.configs.recommended and replace with this
23
+ ...tseslint.configs.recommendedTypeChecked,
24
+ // Alternatively, use this for stricter rules
25
+ ...tseslint.configs.strictTypeChecked,
26
+ // Optionally, add this for stylistic rules
27
+ ...tseslint.configs.stylisticTypeChecked,
28
+
29
+ // Other configs...
30
+ ],
31
+ languageOptions: {
32
+ parserOptions: {
33
+ project: ['./tsconfig.node.json', './tsconfig.app.json'],
34
+ tsconfigRootDir: import.meta.dirname,
35
+ },
36
+ // other options...
37
+ },
38
+ },
39
+ ])
40
+ ```
41
+
42
+ You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
43
+
44
+ ```js
45
+ // eslint.config.js
46
+ import reactX from 'eslint-plugin-react-x'
47
+ import reactDom from 'eslint-plugin-react-dom'
48
+
49
+ export default tseslint.config([
50
+ globalIgnores(['dist']),
51
+ {
52
+ files: ['**/*.{ts,tsx}'],
53
+ extends: [
54
+ // Other configs...
55
+ // Enable lint rules for React
56
+ reactX.configs['recommended-typescript'],
57
+ // Enable lint rules for React DOM
58
+ reactDom.configs.recommended,
59
+ ],
60
+ languageOptions: {
61
+ parserOptions: {
62
+ project: ['./tsconfig.node.json', './tsconfig.app.json'],
63
+ tsconfigRootDir: import.meta.dirname,
64
+ },
65
+ // other options...
66
+ },
67
+ },
68
+ ])
69
+ ```
@@ -0,0 +1,123 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Y=require("react");var Re={exports:{}},ye={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var ut;function tr(){if(ut)return ye;ut=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(n,o,a){var i=null;if(a!==void 0&&(i=""+a),o.key!==void 0&&(i=""+o.key),"key"in o){a={};for(var u in o)u!=="key"&&(a[u]=o[u])}else a=o;return o=a.ref,{$$typeof:e,type:n,key:i,ref:o!==void 0?o:null,props:a}}return ye.Fragment=t,ye.jsx=r,ye.jsxs=r,ye}var ve={};/**
10
+ * @license React
11
+ * react-jsx-runtime.development.js
12
+ *
13
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var lt;function rr(){return lt||(lt=1,process.env.NODE_ENV!=="production"&&function(){function e(s){if(s==null)return null;if(typeof s=="function")return s.$$typeof===We?null:s.displayName||s.name||null;if(typeof s=="string")return s;switch(s){case x:return"Fragment";case P:return"Profiler";case I:return"StrictMode";case _:return"Suspense";case h:return"SuspenseList";case U:return"Activity"}if(typeof s=="object")switch(typeof s.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),s.$$typeof){case k:return"Portal";case S:return(s.displayName||"Context")+".Provider";case A:return(s._context.displayName||"Context")+".Consumer";case E:var l=s.render;return s=s.displayName,s||(s=l.displayName||l.name||"",s=s!==""?"ForwardRef("+s+")":"ForwardRef"),s;case p:return l=s.displayName||null,l!==null?l:e(s.type)||"Memo";case L:l=s._payload,s=s._init;try{return e(s(l))}catch{}}return null}function t(s){return""+s}function r(s){try{t(s);var l=!1}catch{l=!0}if(l){l=console;var d=l.error,C=typeof Symbol=="function"&&Symbol.toStringTag&&s[Symbol.toStringTag]||s.constructor.name||"Object";return d.call(l,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",C),t(s)}}function n(s){if(s===x)return"<>";if(typeof s=="object"&&s!==null&&s.$$typeof===L)return"<...>";try{var l=e(s);return l?"<"+l+">":"<...>"}catch{return"<...>"}}function o(){var s=he.A;return s===null?null:s.getOwner()}function a(){return Error("react-stack-top-frame")}function i(s){if(Se.call(s,"key")){var l=Object.getOwnPropertyDescriptor(s,"key").get;if(l&&l.isReactWarning)return!1}return s.key!==void 0}function u(s,l){function d(){ke||(ke=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",l))}d.isReactWarning=!0,Object.defineProperty(s,"key",{get:d,configurable:!0})}function c(){var s=e(this.type);return xe[s]||(xe[s]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),s=this.props.ref,s!==void 0?s:null}function b(s,l,d,C,z,j,W,q){return d=j.ref,s={$$typeof:y,type:s,key:l,props:j,_owner:z},(d!==void 0?d:null)!==null?Object.defineProperty(s,"ref",{enumerable:!1,get:c}):Object.defineProperty(s,"ref",{enumerable:!1,value:null}),s._store={},Object.defineProperty(s._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(s,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(s,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:W}),Object.defineProperty(s,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:q}),Object.freeze&&(Object.freeze(s.props),Object.freeze(s)),s}function v(s,l,d,C,z,j,W,q){var T=l.children;if(T!==void 0)if(C)if(Ee(T)){for(C=0;C<T.length;C++)m(T[C]);Object.freeze&&Object.freeze(T)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else m(T);if(Se.call(l,"key")){T=e(s);var D=Object.keys(l).filter(function(oe){return oe!=="key"});C=0<D.length?"{key: someKey, "+D.join(": ..., ")+": ...}":"{key: someKey}",M[T+C]||(D=0<D.length?"{"+D.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
18
+ let props = %s;
19
+ <%s {...props} />
20
+ React keys must be passed directly to JSX without using spread:
21
+ let props = %s;
22
+ <%s key={someKey} {...props} />`,C,T,D,T),M[T+C]=!0)}if(T=null,d!==void 0&&(r(d),T=""+d),i(l)&&(r(l.key),T=""+l.key),"key"in l){d={};for(var J in l)J!=="key"&&(d[J]=l[J])}else d=l;return T&&u(d,typeof s=="function"?s.displayName||s.name||"Unknown":s),b(s,T,j,z,o(),d,W,q)}function m(s){typeof s=="object"&&s!==null&&s.$$typeof===y&&s._store&&(s._store.validated=1)}var g=Y,y=Symbol.for("react.transitional.element"),k=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),I=Symbol.for("react.strict_mode"),P=Symbol.for("react.profiler"),A=Symbol.for("react.consumer"),S=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),h=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),L=Symbol.for("react.lazy"),U=Symbol.for("react.activity"),We=Symbol.for("react.client.reference"),he=g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Se=Object.prototype.hasOwnProperty,Ee=Array.isArray,me=console.createTask?console.createTask:function(){return null};g={"react-stack-bottom-frame":function(s){return s()}};var ke,xe={},ne=g["react-stack-bottom-frame"].bind(g,a)(),ge=me(n(a)),M={};ve.Fragment=x,ve.jsx=function(s,l,d,C,z){var j=1e4>he.recentlyCreatedOwnerStacks++;return v(s,l,d,!1,C,z,j?Error("react-stack-top-frame"):ne,j?me(n(s)):ge)},ve.jsxs=function(s,l,d,C,z){var j=1e4>he.recentlyCreatedOwnerStacks++;return v(s,l,d,!0,C,z,j?Error("react-stack-top-frame"):ne,j?me(n(s)):ge)}}()),ve}var pt;function nr(){return pt||(pt=1,process.env.NODE_ENV==="production"?Re.exports=tr():Re.exports=rr()),Re.exports}var Z=nr(),$=function(){return $=Object.assign||function(t){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(t[a]=r[a])}return t},$.apply(this,arguments)};function se(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,a;n<o;n++)(a||!(n in t))&&(a||(a=Array.prototype.slice.call(t,0,n)),a[n]=t[n]);return e.concat(a||Array.prototype.slice.call(t))}function or(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var ar=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,sr=or(function(e){return ar.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),R="-ms-",we="-moz-",w="-webkit-",Ot="comm",ze="rule",nt="decl",ir="@import",Nt="@keyframes",cr="@layer",It=Math.abs,ot=String.fromCharCode,Xe=Object.assign;function ur(e,t){return N(e,0)^45?(((t<<2^N(e,0))<<2^N(e,1))<<2^N(e,2))<<2^N(e,3):0}function jt(e){return e.trim()}function G(e,t){return(e=t.exec(e))?e[0]:e}function f(e,t,r){return e.replace(t,r)}function Ce(e,t,r){return e.indexOf(t,r)}function N(e,t){return e.charCodeAt(t)|0}function ie(e,t,r){return e.slice(t,r)}function V(e){return e.length}function Dt(e){return e.length}function be(e,t){return t.push(e),e}function lr(e,t){return e.map(t).join("")}function ft(e,t){return e.filter(function(r){return!G(r,t)})}var Fe=1,ce=1,$t=0,F=0,O=0,fe="";function Le(e,t,r,n,o,a,i,u){return{value:e,root:t,parent:r,type:n,props:o,children:a,line:Fe,column:ce,length:i,return:"",siblings:u}}function X(e,t){return Xe(Le("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function ae(e){for(;e.root;)e=X(e.root,{children:[e]});be(e,e.siblings)}function pr(){return O}function fr(){return O=F>0?N(fe,--F):0,ce--,O===10&&(ce=1,Fe--),O}function B(){return O=F<$t?N(fe,F++):0,ce++,O===10&&(ce=1,Fe++),O}function ee(){return N(fe,F)}function Oe(){return F}function Ye(e,t){return ie(fe,e,t)}function Je(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function dr(e){return Fe=ce=1,$t=V(fe=e),F=0,[]}function hr(e){return fe="",e}function Ge(e){return jt(Ye(F-1,Ze(e===91?e+2:e===40?e+1:e)))}function mr(e){for(;(O=ee())&&O<33;)B();return Je(e)>2||Je(O)>3?"":" "}function gr(e,t){for(;--t&&B()&&!(O<48||O>102||O>57&&O<65||O>70&&O<97););return Ye(e,Oe()+(t<6&&ee()==32&&B()==32))}function Ze(e){for(;B();)switch(O){case e:return F;case 34:case 39:e!==34&&e!==39&&Ze(O);break;case 40:e===41&&Ze(e);break;case 92:B();break}return F}function yr(e,t){for(;B()&&e+O!==57;)if(e+O===84&&ee()===47)break;return"/*"+Ye(t,F-1)+"*"+ot(e===47?e:B())}function vr(e){for(;!Je(ee());)B();return Ye(e,F)}function br(e){return hr(Ne("",null,null,null,[""],e=dr(e),0,[0],e))}function Ne(e,t,r,n,o,a,i,u,c){for(var b=0,v=0,m=i,g=0,y=0,k=0,x=1,I=1,P=1,A=0,S="",E=o,_=a,h=n,p=S;I;)switch(k=A,A=B()){case 40:if(k!=108&&N(p,m-1)==58){Ce(p+=f(Ge(A),"&","&\f"),"&\f",It(b?u[b-1]:0))!=-1&&(P=-1);break}case 34:case 39:case 91:p+=Ge(A);break;case 9:case 10:case 13:case 32:p+=mr(k);break;case 92:p+=gr(Oe()-1,7);continue;case 47:switch(ee()){case 42:case 47:be(wr(yr(B(),Oe()),t,r,c),c);break;default:p+="/"}break;case 123*x:u[b++]=V(p)*P;case 125*x:case 59:case 0:switch(A){case 0:case 125:I=0;case 59+v:P==-1&&(p=f(p,/\f/g,"")),y>0&&V(p)-m&&be(y>32?ht(p+";",n,r,m-1,c):ht(f(p," ","")+";",n,r,m-2,c),c);break;case 59:p+=";";default:if(be(h=dt(p,t,r,b,v,o,u,S,E=[],_=[],m,a),a),A===123)if(v===0)Ne(p,t,h,h,E,a,m,u,_);else switch(g===99&&N(p,3)===110?100:g){case 100:case 108:case 109:case 115:Ne(e,h,h,n&&be(dt(e,h,h,0,0,o,u,S,o,E=[],m,_),_),o,_,m,u,n?E:_);break;default:Ne(p,h,h,h,[""],_,0,u,_)}}b=v=y=0,x=P=1,S=p="",m=i;break;case 58:m=1+V(p),y=k;default:if(x<1){if(A==123)--x;else if(A==125&&x++==0&&fr()==125)continue}switch(p+=ot(A),A*x){case 38:P=v>0?1:(p+="\f",-1);break;case 44:u[b++]=(V(p)-1)*P,P=1;break;case 64:ee()===45&&(p+=Ge(B())),g=ee(),v=m=V(S=p+=vr(Oe())),A++;break;case 45:k===45&&V(p)==2&&(x=0)}}return a}function dt(e,t,r,n,o,a,i,u,c,b,v,m){for(var g=o-1,y=o===0?a:[""],k=Dt(y),x=0,I=0,P=0;x<n;++x)for(var A=0,S=ie(e,g+1,g=It(I=i[x])),E=e;A<k;++A)(E=jt(I>0?y[A]+" "+S:f(S,/&\f/g,y[A])))&&(c[P++]=E);return Le(e,t,r,o===0?ze:u,c,b,v,m)}function wr(e,t,r,n){return Le(e,t,r,Ot,ot(pr()),ie(e,2,-2),0,n)}function ht(e,t,r,n,o){return Le(e,t,r,nt,ie(e,0,n),ie(e,n+1,-1),n,o)}function Mt(e,t,r){switch(ur(e,t)){case 5103:return w+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return w+e+e;case 4789:return we+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return w+e+we+e+R+e+e;case 5936:switch(N(e,t+11)){case 114:return w+e+R+f(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return w+e+R+f(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return w+e+R+f(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return w+e+R+e+e;case 6165:return w+e+R+"flex-"+e+e;case 5187:return w+e+f(e,/(\w+).+(:[^]+)/,w+"box-$1$2"+R+"flex-$1$2")+e;case 5443:return w+e+R+"flex-item-"+f(e,/flex-|-self/g,"")+(G(e,/flex-|baseline/)?"":R+"grid-row-"+f(e,/flex-|-self/g,""))+e;case 4675:return w+e+R+"flex-line-pack"+f(e,/align-content|flex-|-self/g,"")+e;case 5548:return w+e+R+f(e,"shrink","negative")+e;case 5292:return w+e+R+f(e,"basis","preferred-size")+e;case 6060:return w+"box-"+f(e,"-grow","")+w+e+R+f(e,"grow","positive")+e;case 4554:return w+f(e,/([^-])(transform)/g,"$1"+w+"$2")+e;case 6187:return f(f(f(e,/(zoom-|grab)/,w+"$1"),/(image-set)/,w+"$1"),e,"")+e;case 5495:case 3959:return f(e,/(image-set\([^]*)/,w+"$1$`$1");case 4968:return f(f(e,/(.+:)(flex-)?(.*)/,w+"box-pack:$3"+R+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+w+e+e;case 4200:if(!G(e,/flex-|baseline/))return R+"grid-column-align"+ie(e,t)+e;break;case 2592:case 3360:return R+f(e,"template-","")+e;case 4384:case 3616:return r&&r.some(function(n,o){return t=o,G(n.props,/grid-\w+-end/)})?~Ce(e+(r=r[t].value),"span",0)?e:R+f(e,"-start","")+e+R+"grid-row-span:"+(~Ce(r,"span",0)?G(r,/\d+/):+G(r,/\d+/)-+G(e,/\d+/))+";":R+f(e,"-start","")+e;case 4896:case 4128:return r&&r.some(function(n){return G(n.props,/grid-\w+-start/)})?e:R+f(f(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return f(e,/(.+)-inline(.+)/,w+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(V(e)-1-t>6)switch(N(e,t+1)){case 109:if(N(e,t+4)!==45)break;case 102:return f(e,/(.+:)(.+)-([^]+)/,"$1"+w+"$2-$3$1"+we+(N(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Ce(e,"stretch",0)?Mt(f(e,"stretch","fill-available"),t,r)+e:e}break;case 5152:case 5920:return f(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(n,o,a,i,u,c,b){return R+o+":"+a+b+(i?R+o+"-span:"+(u?c:+c-+a)+b:"")+e});case 4949:if(N(e,t+6)===121)return f(e,":",":"+w)+e;break;case 6444:switch(N(e,N(e,14)===45?18:11)){case 120:return f(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+w+(N(e,14)===45?"inline-":"")+"box$3$1"+w+"$2$3$1"+R+"$2box$3")+e;case 100:return f(e,":",":"+R)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return f(e,"scroll-","scroll-snap-")+e}return e}function De(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";return r}function Sr(e,t,r,n){switch(e.type){case cr:if(e.children.length)break;case ir:case nt:return e.return=e.return||e.value;case Ot:return"";case Nt:return e.return=e.value+"{"+De(e.children,n)+"}";case ze:if(!V(e.value=e.props.join(",")))return""}return V(r=De(e.children,n))?e.return=e.value+"{"+r+"}":""}function Er(e){var t=Dt(e);return function(r,n,o,a){for(var i="",u=0;u<t;u++)i+=e[u](r,n,o,a)||"";return i}}function kr(e){return function(t){t.root||(t=t.return)&&e(t)}}function xr(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case nt:e.return=Mt(e.value,e.length,r);return;case Nt:return De([X(e,{value:f(e.value,"@","@"+w)})],n);case ze:if(e.length)return lr(r=e.props,function(o){switch(G(o,n=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":ae(X(e,{props:[f(o,/:(read-\w+)/,":"+we+"$1")]})),ae(X(e,{props:[o]})),Xe(e,{props:ft(r,n)});break;case"::placeholder":ae(X(e,{props:[f(o,/:(plac\w+)/,":"+w+"input-$1")]})),ae(X(e,{props:[f(o,/:(plac\w+)/,":"+we+"$1")]})),ae(X(e,{props:[f(o,/:(plac\w+)/,R+"input-$1")]})),ae(X(e,{props:[o]})),Xe(e,{props:ft(r,n)});break}return""})}}var Rr={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},re=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",zt="active",Ft="data-styled-version",Be="6.1.19",at=`/*!sc*/
23
+ `,$e=typeof window<"u"&&typeof document<"u",Ar=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""?process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY:process.env.NODE_ENV!=="production"),mt=/invalid hook call/i,Ae=new Set,_r=function(e,t){if(process.env.NODE_ENV!=="production"){var r=t?' with the id of "'.concat(t,'"'):"",n="The component ".concat(e).concat(r,` has been created dynamically.
24
+ `)+`You may see this warning because you've called styled inside another component.
25
+ To resolve this only create new StyledComponents outside of any render method and function component.
26
+ See https://styled-components.com/docs/basics#define-styled-components-outside-of-the-render-method for more info.
27
+ `,o=console.error;try{var a=!0;console.error=function(i){for(var u=[],c=1;c<arguments.length;c++)u[c-1]=arguments[c];mt.test(i)?(a=!1,Ae.delete(n)):o.apply(void 0,se([i],u,!1))},Y.useRef(),a&&!Ae.has(n)&&(console.warn(n),Ae.add(n))}catch(i){mt.test(i.message)&&Ae.delete(n)}finally{console.error=o}}},Ve=Object.freeze([]),ue=Object.freeze({});function Tr(e,t,r){return r===void 0&&(r=ue),e.theme!==r.theme&&e.theme||t||r.theme}var Ke=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),Pr=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Cr=/(^-|-$)/g;function gt(e){return e.replace(Pr,"-").replace(Cr,"")}var Or=/(a)(d)/gi,_e=52,yt=function(e){return String.fromCharCode(e+(e>25?39:97))};function Qe(e){var t,r="";for(t=Math.abs(e);t>_e;t=t/_e|0)r=yt(t%_e)+r;return(yt(t%_e)+r).replace(Or,"$1-$2")}var Ue,Lt=5381,K=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Yt=function(e){return K(Lt,e)};function Nr(e){return Qe(Yt(e)>>>0)}function Bt(e){return process.env.NODE_ENV!=="production"&&typeof e=="string"&&e||e.displayName||e.name||"Component"}function qe(e){return typeof e=="string"&&(process.env.NODE_ENV==="production"||e.charAt(0)===e.charAt(0).toLowerCase())}var Vt=typeof Symbol=="function"&&Symbol.for,Wt=Vt?Symbol.for("react.memo"):60115,Ir=Vt?Symbol.for("react.forward_ref"):60112,jr={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},Dr={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},Gt={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},$r=((Ue={})[Ir]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Ue[Wt]=Gt,Ue);function vt(e){return("type"in(t=e)&&t.type.$$typeof)===Wt?Gt:"$$typeof"in e?$r[e.$$typeof]:jr;var t}var Mr=Object.defineProperty,zr=Object.getOwnPropertyNames,bt=Object.getOwnPropertySymbols,Fr=Object.getOwnPropertyDescriptor,Lr=Object.getPrototypeOf,wt=Object.prototype;function Ut(e,t,r){if(typeof t!="string"){if(wt){var n=Lr(t);n&&n!==wt&&Ut(e,n,r)}var o=zr(t);bt&&(o=o.concat(bt(t)));for(var a=vt(e),i=vt(t),u=0;u<o.length;++u){var c=o[u];if(!(c in Dr||r&&r[c]||i&&c in i||a&&c in a)){var b=Fr(t,c);try{Mr(e,c,b)}catch{}}}}return e}function le(e){return typeof e=="function"}function st(e){return typeof e=="object"&&"styledComponentId"in e}function Q(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function St(e,t){if(e.length===0)return"";for(var r=e[0],n=1;n<e.length;n++)r+=e[n];return r}function pe(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function et(e,t,r){if(r===void 0&&(r=!1),!r&&!pe(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(var n=0;n<t.length;n++)e[n]=et(e[n],t[n]);else if(pe(t))for(var n in t)e[n]=et(e[n],t[n]);return e}function it(e,t){Object.defineProperty(e,"toString",{value:t})}var Yr=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
28
+
29
+ `,2:`Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
30
+
31
+ - Are you trying to reuse it across renders?
32
+ - Are you accidentally calling collectStyles twice?
33
+
34
+ `,3:`Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.
35
+
36
+ `,4:`The \`StyleSheetManager\` expects a valid target or sheet prop!
37
+
38
+ - Does this error occur on the client and is your target falsy?
39
+ - Does this error occur on the server and is the sheet falsy?
40
+
41
+ `,5:`The clone method cannot be used on the client!
42
+
43
+ - Are you running in a client-like environment on the server?
44
+ - Are you trying to run SSR on the client?
45
+
46
+ `,6:`Trying to insert a new style tag, but the given Node is unmounted!
47
+
48
+ - Are you using a custom target that isn't mounted?
49
+ - Does your document not have a valid head element?
50
+ - Have you accidentally removed a style tag manually?
51
+
52
+ `,7:'ThemeProvider: Please return an object from your "theme" prop function, e.g.\n\n```js\ntheme={() => ({})}\n```\n\n',8:`ThemeProvider: Please make your "theme" prop an object.
53
+
54
+ `,9:"Missing document `<head>`\n\n",10:`Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021
55
+
56
+ `,11:`_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.
57
+
58
+ `,12:"It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\`\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\n\n",13:`%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.
59
+
60
+ `,14:`ThemeProvider: "theme" prop is required.
61
+
62
+ `,15:"A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\n\n```js\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\n```\n\n",16:`Reached the limit of how many styled components may be created at group %s.
63
+ You may only create up to 1,073,741,824 components. If you're creating components dynamically,
64
+ as for instance in your render method then you may be running into this limitation.
65
+
66
+ `,17:`CSSStyleSheet could not be found on HTMLStyleElement.
67
+ Has styled-components' style tag been unmounted or altered by another script?
68
+ `,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function Br(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r=e[0],n=[],o=1,a=e.length;o<a;o+=1)n.push(e[o]);return n.forEach(function(i){r=r.replace(/%[a-z]/,i)}),r}function de(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e," for more information.").concat(t.length>0?" Args: ".concat(t.join(", ")):"")):new Error(Br.apply(void 0,se([Yr[e]],t,!1)).trim())}var Vr=function(){function e(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}return e.prototype.indexOfGroup=function(t){for(var r=0,n=0;n<t;n++)r+=this.groupSizes[n];return r},e.prototype.insertRules=function(t,r){if(t>=this.groupSizes.length){for(var n=this.groupSizes,o=n.length,a=o;t>=a;)if((a<<=1)<0)throw de(16,"".concat(t));this.groupSizes=new Uint32Array(a),this.groupSizes.set(n),this.length=a;for(var i=o;i<a;i++)this.groupSizes[i]=0}for(var u=this.indexOfGroup(t+1),c=(i=0,r.length);i<c;i++)this.tag.insertRule(u,r[i])&&(this.groupSizes[t]++,u++)},e.prototype.clearGroup=function(t){if(t<this.length){var r=this.groupSizes[t],n=this.indexOfGroup(t),o=n+r;this.groupSizes[t]=0;for(var a=n;a<o;a++)this.tag.deleteRule(n)}},e.prototype.getGroup=function(t){var r="";if(t>=this.length||this.groupSizes[t]===0)return r;for(var n=this.groupSizes[t],o=this.indexOfGroup(t),a=o+n,i=o;i<a;i++)r+="".concat(this.tag.getRule(i)).concat(at);return r},e}(),Wr=1<<30,Ie=new Map,Me=new Map,je=1,Te=function(e){if(Ie.has(e))return Ie.get(e);for(;Me.has(je);)je++;var t=je++;if(process.env.NODE_ENV!=="production"&&((0|t)<0||t>Wr))throw de(16,"".concat(t));return Ie.set(e,t),Me.set(t,e),t},Gr=function(e,t){je=t+1,Ie.set(e,t),Me.set(t,e)},Ur="style[".concat(re,"][").concat(Ft,'="').concat(Be,'"]'),qr=new RegExp("^".concat(re,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),Hr=function(e,t,r){for(var n,o=r.split(","),a=0,i=o.length;a<i;a++)(n=o[a])&&e.registerName(t,n)},Xr=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(at),o=[],a=0,i=n.length;a<i;a++){var u=n[a].trim();if(u){var c=u.match(qr);if(c){var b=0|parseInt(c[1],10),v=c[2];b!==0&&(Gr(v,b),Hr(e,v,c[3]),e.getTag().insertRules(b,o)),o.length=0}else o.push(u)}}},Et=function(e){for(var t=document.querySelectorAll(Ur),r=0,n=t.length;r<n;r++){var o=t[r];o&&o.getAttribute(re)!==zt&&(Xr(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function Jr(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var qt=function(e){var t=document.head,r=e||t,n=document.createElement("style"),o=function(u){var c=Array.from(u.querySelectorAll("style[".concat(re,"]")));return c[c.length-1]}(r),a=o!==void 0?o.nextSibling:null;n.setAttribute(re,zt),n.setAttribute(Ft,Be);var i=Jr();return i&&n.setAttribute("nonce",i),r.insertBefore(n,a),n},Zr=function(){function e(t){this.element=qt(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(r){if(r.sheet)return r.sheet;for(var n=document.styleSheets,o=0,a=n.length;o<a;o++){var i=n[o];if(i.ownerNode===r)return i}throw de(17)}(this.element),this.length=0}return e.prototype.insertRule=function(t,r){try{return this.sheet.insertRule(r,t),this.length++,!0}catch{return!1}},e.prototype.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.prototype.getRule=function(t){var r=this.sheet.cssRules[t];return r&&r.cssText?r.cssText:""},e}(),Kr=function(){function e(t){this.element=qt(t),this.nodes=this.element.childNodes,this.length=0}return e.prototype.insertRule=function(t,r){if(t<=this.length&&t>=0){var n=document.createTextNode(r);return this.element.insertBefore(n,this.nodes[t]||null),this.length++,!0}return!1},e.prototype.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.prototype.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},e}(),Qr=function(){function e(t){this.rules=[],this.length=0}return e.prototype.insertRule=function(t,r){return t<=this.length&&(this.rules.splice(t,0,r),this.length++,!0)},e.prototype.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.prototype.getRule=function(t){return t<this.length?this.rules[t]:""},e}(),kt=$e,en={isServer:!$e,useCSSOMInjection:!Ar},Ht=function(){function e(t,r,n){t===void 0&&(t=ue),r===void 0&&(r={});var o=this;this.options=$($({},en),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&$e&&kt&&(kt=!1,Et(this)),it(this,function(){return function(a){for(var i=a.getTag(),u=i.length,c="",b=function(m){var g=function(P){return Me.get(P)}(m);if(g===void 0)return"continue";var y=a.names.get(g),k=i.getGroup(m);if(y===void 0||!y.size||k.length===0)return"continue";var x="".concat(re,".g").concat(m,'[id="').concat(g,'"]'),I="";y!==void 0&&y.forEach(function(P){P.length>0&&(I+="".concat(P,","))}),c+="".concat(k).concat(x,'{content:"').concat(I,'"}').concat(at)},v=0;v<u;v++)b(v);return c}(o)})}return e.registerId=function(t){return Te(t)},e.prototype.rehydrate=function(){!this.server&&$e&&Et(this)},e.prototype.reconstructWithOptions=function(t,r){return r===void 0&&(r=!0),new e($($({},this.options),t),this.gs,r&&this.names||void 0)},e.prototype.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.prototype.getTag=function(){return this.tag||(this.tag=(t=function(r){var n=r.useCSSOMInjection,o=r.target;return r.isServer?new Qr(o):n?new Zr(o):new Kr(o)}(this.options),new Vr(t)));var t},e.prototype.hasNameForId=function(t,r){return this.names.has(t)&&this.names.get(t).has(r)},e.prototype.registerName=function(t,r){if(Te(t),this.names.has(t))this.names.get(t).add(r);else{var n=new Set;n.add(r),this.names.set(t,n)}},e.prototype.insertRules=function(t,r,n){this.registerName(t,r),this.getTag().insertRules(Te(t),n)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(Te(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),tn=/&/g,rn=/^\s*\/\/.*$/gm;function Xt(e,t){return e.map(function(r){return r.type==="rule"&&(r.value="".concat(t," ").concat(r.value),r.value=r.value.replaceAll(",",",".concat(t," ")),r.props=r.props.map(function(n){return"".concat(t," ").concat(n)})),Array.isArray(r.children)&&r.type!=="@keyframes"&&(r.children=Xt(r.children,t)),r})}function nn(e){var t,r,n,o=ue,a=o.options,i=a===void 0?ue:a,u=o.plugins,c=u===void 0?Ve:u,b=function(g,y,k){return k.startsWith(r)&&k.endsWith(r)&&k.replaceAll(r,"").length>0?".".concat(t):g},v=c.slice();v.push(function(g){g.type===ze&&g.value.includes("&")&&(g.props[0]=g.props[0].replace(tn,r).replace(n,b))}),i.prefix&&v.push(xr),v.push(Sr);var m=function(g,y,k,x){y===void 0&&(y=""),k===void 0&&(k=""),x===void 0&&(x="&"),t=x,r=y,n=new RegExp("\\".concat(r,"\\b"),"g");var I=g.replace(rn,""),P=br(k||y?"".concat(k," ").concat(y," { ").concat(I," }"):I);i.namespace&&(P=Xt(P,i.namespace));var A=[];return De(P,Er(v.concat(kr(function(S){return A.push(S)})))),A};return m.hash=c.length?c.reduce(function(g,y){return y.name||de(15),K(g,y.name)},Lt).toString():"",m}var on=new Ht,tt=nn(),Jt=Y.createContext({shouldForwardProp:void 0,styleSheet:on,stylis:tt});Jt.Consumer;Y.createContext(void 0);function xt(){return Y.useContext(Jt)}var Rt=function(){function e(t,r){var n=this;this.inject=function(o,a){a===void 0&&(a=tt);var i=n.name+a.hash;o.hasNameForId(n.id,i)||o.insertRules(n.id,i,a(n.rules,i,"@keyframes"))},this.name=t,this.id="sc-keyframes-".concat(t),this.rules=r,it(this,function(){throw de(12,String(n.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=tt),this.name+t.hash},e}(),an=function(e){return e>="A"&&e<="Z"};function At(e){for(var t="",r=0;r<e.length;r++){var n=e[r];if(r===1&&n==="-"&&e[0]==="-")return e;an(n)?t+="-"+n.toLowerCase():t+=n}return t.startsWith("ms-")?"-"+t:t}var Zt=function(e){return e==null||e===!1||e===""},Kt=function(e){var t,r,n=[];for(var o in e){var a=e[o];e.hasOwnProperty(o)&&!Zt(a)&&(Array.isArray(a)&&a.isCss||le(a)?n.push("".concat(At(o),":"),a,";"):pe(a)?n.push.apply(n,se(se(["".concat(o," {")],Kt(a),!1),["}"],!1)):n.push("".concat(At(o),": ").concat((t=o,(r=a)==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||t in Rr||t.startsWith("--")?String(r).trim():"".concat(r,"px")),";")))}return n};function te(e,t,r,n){if(Zt(e))return[];if(st(e))return[".".concat(e.styledComponentId)];if(le(e)){if(!le(a=e)||a.prototype&&a.prototype.isReactComponent||!t)return[e];var o=e(t);return process.env.NODE_ENV==="production"||typeof o!="object"||Array.isArray(o)||o instanceof Rt||pe(o)||o===null||console.error("".concat(Bt(e)," is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")),te(o,t,r,n)}var a;return e instanceof Rt?r?(e.inject(r,n),[e.getName(n)]):[e]:pe(e)?Kt(e):Array.isArray(e)?Array.prototype.concat.apply(Ve,e.map(function(i){return te(i,t,r,n)})):[e.toString()]}function sn(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(le(r)&&!st(r))return!1}return!0}var cn=Yt(Be),un=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(n===void 0||n.isStatic)&&sn(t),this.componentId=r,this.baseHash=K(cn,r),this.baseStyle=n,Ht.registerId(r)}return e.prototype.generateAndInjectStyles=function(t,r,n){var o=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,r,n):"";if(this.isStatic&&!n.hash)if(this.staticRulesId&&r.hasNameForId(this.componentId,this.staticRulesId))o=Q(o,this.staticRulesId);else{var a=St(te(this.rules,t,r,n)),i=Qe(K(this.baseHash,a)>>>0);if(!r.hasNameForId(this.componentId,i)){var u=n(a,".".concat(i),void 0,this.componentId);r.insertRules(this.componentId,i,u)}o=Q(o,i),this.staticRulesId=i}else{for(var c=K(this.baseHash,n.hash),b="",v=0;v<this.rules.length;v++){var m=this.rules[v];if(typeof m=="string")b+=m,process.env.NODE_ENV!=="production"&&(c=K(c,m));else if(m){var g=St(te(m,t,r,n));c=K(c,g+v),b+=g}}if(b){var y=Qe(c>>>0);r.hasNameForId(this.componentId,y)||r.insertRules(this.componentId,y,n(b,".".concat(y),void 0,this.componentId)),o=Q(o,y)}}return o},e}(),Qt=Y.createContext(void 0);Qt.Consumer;var He={},_t=new Set;function ln(e,t,r){var n=st(e),o=e,a=!qe(e),i=t.attrs,u=i===void 0?Ve:i,c=t.componentId,b=c===void 0?function(E,_){var h=typeof E!="string"?"sc":gt(E);He[h]=(He[h]||0)+1;var p="".concat(h,"-").concat(Nr(Be+h+He[h]));return _?"".concat(_,"-").concat(p):p}(t.displayName,t.parentComponentId):c,v=t.displayName,m=v===void 0?function(E){return qe(E)?"styled.".concat(E):"Styled(".concat(Bt(E),")")}(e):v,g=t.displayName&&t.componentId?"".concat(gt(t.displayName),"-").concat(t.componentId):t.componentId||b,y=n&&o.attrs?o.attrs.concat(u).filter(Boolean):u,k=t.shouldForwardProp;if(n&&o.shouldForwardProp){var x=o.shouldForwardProp;if(t.shouldForwardProp){var I=t.shouldForwardProp;k=function(E,_){return x(E,_)&&I(E,_)}}else k=x}var P=new un(r,g,n?o.componentStyle:void 0);function A(E,_){return function(h,p,L){var U=h.attrs,We=h.componentStyle,he=h.defaultProps,Se=h.foldedComponentIds,Ee=h.styledComponentId,me=h.target,ke=Y.useContext(Qt),xe=xt(),ne=h.shouldForwardProp||xe.shouldForwardProp;process.env.NODE_ENV!=="production"&&Y.useDebugValue(Ee);var ge=Tr(p,ke,he)||ue,M=function(j,W,q){for(var T,D=$($({},W),{className:void 0,theme:q}),J=0;J<j.length;J+=1){var oe=le(T=j[J])?T(D):T;for(var H in oe)D[H]=H==="className"?Q(D[H],oe[H]):H==="style"?$($({},D[H]),oe[H]):oe[H]}return W.className&&(D.className=Q(D.className,W.className)),D}(U,p,ge),s=M.as||me,l={};for(var d in M)M[d]===void 0||d[0]==="$"||d==="as"||d==="theme"&&M.theme===ge||(d==="forwardedAs"?l.as=M.forwardedAs:ne&&!ne(d,s)||(l[d]=M[d],ne||process.env.NODE_ENV!=="development"||sr(d)||_t.has(d)||!Ke.has(s)||(_t.add(d),console.warn('styled-components: it looks like an unknown prop "'.concat(d,'" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));var C=function(j,W){var q=xt(),T=j.generateAndInjectStyles(W,q.styleSheet,q.stylis);return process.env.NODE_ENV!=="production"&&Y.useDebugValue(T),T}(We,M);process.env.NODE_ENV!=="production"&&h.warnTooManyClasses&&h.warnTooManyClasses(C);var z=Q(Se,Ee);return C&&(z+=" "+C),M.className&&(z+=" "+M.className),l[qe(s)&&!Ke.has(s)?"class":"className"]=z,L&&(l.ref=L),Y.createElement(s,l)}(S,E,_)}A.displayName=m;var S=Y.forwardRef(A);return S.attrs=y,S.componentStyle=P,S.displayName=m,S.shouldForwardProp=k,S.foldedComponentIds=n?Q(o.foldedComponentIds,o.styledComponentId):"",S.styledComponentId=g,S.target=n?o.target:e,Object.defineProperty(S,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(E){this._foldedDefaultProps=n?function(_){for(var h=[],p=1;p<arguments.length;p++)h[p-1]=arguments[p];for(var L=0,U=h;L<U.length;L++)et(_,U[L],!0);return _}({},o.defaultProps,E):E}}),process.env.NODE_ENV!=="production"&&(_r(m,g),S.warnTooManyClasses=function(E,_){var h={},p=!1;return function(L){if(!p&&(h[L]=!0,Object.keys(h).length>=200)){var U=_?' with the id of "'.concat(_,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(E).concat(U,`.
69
+ `)+`Consider using the attrs method, together with a style object for frequently changed styles.
70
+ Example:
71
+ const Component = styled.div.attrs(props => ({
72
+ style: {
73
+ background: props.background,
74
+ },
75
+ }))\`width: 100%;\`
76
+
77
+ <Component />`),p=!0,h={}}}}(m,g)),it(S,function(){return".".concat(S.styledComponentId)}),a&&Ut(S,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),S}function Tt(e,t){for(var r=[e[0]],n=0,o=t.length;n<o;n+=1)r.push(t[n],e[n+1]);return r}var Pt=function(e){return Object.assign(e,{isCss:!0})};function pn(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(le(e)||pe(e))return Pt(te(Tt(Ve,se([e],t,!0))));var n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?te(n):Pt(te(Tt(n,t)))}function rt(e,t,r){if(r===void 0&&(r=ue),!t)throw de(1,t);var n=function(o){for(var a=[],i=1;i<arguments.length;i++)a[i-1]=arguments[i];return e(t,r,pn.apply(void 0,se([o],a,!1)))};return n.attrs=function(o){return rt(e,t,$($({},r),{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},n.withConfig=function(o){return rt(e,t,$($({},r),o))},n}var er=function(e){return rt(ln,e)},ct=er;Ke.forEach(function(e){ct[e]=er(e)});process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
78
+ Perhaps you're looking to import 'styled-components/native'?
79
+ Read more about this at https://www.styled-components.com/docs/basics#react-native`);var Pe="__sc-".concat(re,"__");process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[Pe]||(window[Pe]=0),window[Pe]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
80
+
81
+ See https://s-c.sh/2BAXzed for more info.`),window[Pe]+=1);const fn=ct.div`
82
+ display: flex;
83
+ width: 248px;
84
+ height: 46px;
85
+ gap: 8px;
86
+ `,Ct=ct.div`
87
+ max-width: 120px;
88
+ min-width: 120px;
89
+ max-height: 46px;
90
+ gap: 2px;
91
+ border-radius: 8px;
92
+ border-width: 1px;
93
+ padding: 8px;
94
+ display: flex;
95
+ flex-direction: column;
96
+ border: 1px solid #ffffff14;
97
+ background: #11111166;
98
+ align-items: start;
99
+
100
+ .text-title {
101
+ font-family: Inter;
102
+ font-weight: 600;
103
+ font-style: Semi Bold;
104
+ font-size: 10px;
105
+ line-height: 12px;
106
+ vertical-align: middle;
107
+ margin: 0px;
108
+ color: #ffffff99;
109
+ height: 16px;
110
+ }
111
+
112
+ .amount {
113
+ font-family: Inter;
114
+ font-weight: 700;
115
+ height: 16px;
116
+ font-style: Bold;
117
+ font-size: 12px;
118
+ margin: 0px;
119
+ line-height: 16px;
120
+ vertical-align: middle;
121
+ color: #ffffff;
122
+ }
123
+ `,dn=({balance:e,bet:t,currencyId:r})=>Z.jsxs(fn,{children:[Z.jsxs(Ct,{children:[Z.jsx("p",{className:"text-title",children:"Balance"}),Z.jsxs("p",{className:"amount",children:[r," ",e]})]}),Z.jsxs(Ct,{children:[Z.jsx("p",{className:"text-title",children:"Total Bet"}),Z.jsxs("p",{className:"amount",children:[r," ",t]})]})]});exports.BalanceAndBet=dn;