livevegas-ui-kit 0.0.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/livevegas-ui-kit.cjs.js +123 -0
- package/dist/livevegas-ui-kit.es.js +775 -3724
- package/dist/livevegas-ui-kit.umd.js +12 -1058
- package/dist/types/api/config.d.ts +1 -0
- package/dist/types/api/constants/errorsTypes.d.ts +10 -0
- package/dist/types/api/constants/eventNames.d.ts +52 -0
- package/dist/types/api/storage/constants.d.ts +9 -0
- package/dist/types/api/types.d.ts +7 -0
- package/dist/types/components/BalanceAndBet/index.d.ts +7 -0
- package/dist/types/components/BalanceAndBet/index.stories.d.ts +6 -0
- package/dist/types/components/BalanceAndBet/styled.d.ts +2 -0
- package/dist/types/components/Button/index.d.ts +14 -0
- package/dist/types/components/Button/index.stories.d.ts +6 -0
- package/dist/types/components/Button/index.test.d.ts +0 -0
- package/dist/types/components/Button/styled.d.ts +12 -0
- package/dist/types/components/Chat/index.d.ts +8 -0
- package/dist/types/components/Chat/styled.d.ts +8 -0
- package/dist/types/components/Chip/helper.d.ts +9 -0
- package/dist/types/components/Chip/index.d.ts +9 -0
- package/dist/types/components/Chip/index.stories.d.ts +6 -0
- package/dist/types/components/History/AllHistory/index.d.ts +10 -0
- package/dist/types/components/History/AllHistory/styled.d.ts +1 -0
- package/dist/types/components/History/PaginationGroup/index.d.ts +7 -0
- package/dist/types/components/History/PaginationGroup/styled.d.ts +6 -0
- package/dist/types/components/History/RoundHistory/index.d.ts +1 -0
- package/dist/types/components/History/helpers.d.ts +42 -0
- package/dist/types/components/History/index.d.ts +6 -0
- package/dist/types/components/History/styled.d.ts +3 -0
- package/dist/types/components/Info/index.d.ts +1 -0
- package/dist/types/components/Info/styled.d.ts +9 -0
- package/dist/types/components/Input/index.d.ts +5 -0
- package/dist/types/components/Input/styled.d.ts +3 -0
- package/dist/types/components/LimitInfo/index.d.ts +1 -0
- package/dist/types/components/Limits/index.d.ts +10 -0
- package/dist/types/components/Limits/styled.d.ts +8 -0
- package/dist/types/components/MobileMenu/ItemMenu/index.d.ts +10 -0
- package/dist/types/components/MobileMenu/ItemMenu/styled.d.ts +8 -0
- package/dist/types/components/MobileMenu/helper.d.ts +28 -0
- package/dist/types/components/MobileMenu/index.d.ts +21 -0
- package/dist/types/components/MobileMenu/index.stories.d.ts +6 -0
- package/dist/types/components/MobileMenu/styled.d.ts +16 -0
- package/dist/types/components/Popup/index.d.ts +9 -0
- package/dist/types/components/Popup/index.stories.d.ts +6 -0
- package/dist/types/components/Popup/styled.d.ts +7 -0
- package/dist/types/components/Settings/index.d.ts +1 -0
- package/dist/types/components/Settings/styled.d.ts +3 -0
- package/dist/types/components/Support/index.d.ts +8 -0
- package/dist/types/components/Support/styled.d.ts +8 -0
- package/dist/types/components/Tip/index.d.ts +6 -0
- package/dist/types/components/Tip/styled.d.ts +2 -0
- package/dist/types/components/ToLobby/index.d.ts +11 -0
- package/dist/types/components/ToLobby/index.stories.d.ts +6 -0
- package/dist/types/components/ToLobby/index.test.d.ts +0 -0
- package/dist/types/components/ToLobby/styled.d.ts +4 -0
- package/dist/types/components/TopIcons/Elements.d.ts +15 -0
- package/dist/types/components/TopIcons/helper.d.ts +27 -0
- package/dist/types/components/TopIcons/index.d.ts +12 -0
- package/dist/types/components/TopIcons/index.stories.d.ts +6 -0
- package/dist/types/components/TopIcons/index.test.d.ts +1 -0
- package/dist/types/components/TopIcons/styled.d.ts +2 -0
- package/dist/types/components/Tournament/index.d.ts +25 -0
- package/dist/types/components/Tournament/index.stories.d.ts +6 -0
- package/dist/types/components/Tournament/styled.d.ts +22 -0
- package/dist/types/components/TournamentNotification/index.d.ts +6 -0
- package/dist/types/components/TournamentNotification/index.stories.d.ts +6 -0
- package/dist/types/components/TournamentNotification/styled.d.ts +12 -0
- package/dist/types/components/VolumeSlider/index.d.ts +6 -0
- package/dist/types/components/VolumeSlider/styled.d.ts +6 -0
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/icons/ArrowLeft.d.ts +7 -0
- package/dist/types/icons/CloseIcon.d.ts +1 -0
- package/dist/types/icons/CompanyLogo.d.ts +1 -0
- package/dist/types/icons/FullScreen.d.ts +1 -0
- package/dist/types/icons/FullScreenOff.d.ts +1 -0
- package/dist/types/icons/History.d.ts +1 -0
- package/dist/types/icons/Info.d.ts +1 -0
- package/dist/types/icons/InputCursor.d.ts +5 -0
- package/dist/types/icons/Limits.d.ts +1 -0
- package/dist/types/icons/MenuIcon.d.ts +1 -0
- package/dist/types/icons/Message.d.ts +1 -0
- package/dist/types/icons/Settings.d.ts +1 -0
- package/dist/types/icons/Support.d.ts +1 -0
- package/dist/types/icons/TipIcon.d.ts +1 -0
- package/dist/types/icons/TournamentIcon.d.ts +1 -0
- package/dist/types/icons/Triangle.d.ts +1 -0
- package/dist/types/icons/VolumeOff.d.ts +1 -0
- package/dist/types/icons/VolumeOn.d.ts +1 -0
- package/dist/types/icons/index.d.ts +4 -0
- package/dist/types/index.d.ts +7 -0
- package/dist/types/styles/GlobalStyle.d.ts +1 -0
- package/dist/types/utils/helpers.d.ts +33 -0
- package/package.json +8 -6
- package/dist/livevegas-ui-kit.css +0 -1
- package/dist/livevegas-ui-kit.es.d.ts +0 -1
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const Y=require("react");var ke={exports:{}},ge={};/**
|
|
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 ge;ut=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(n,o,s){var i=null;if(s!==void 0&&(i=""+s),o.key!==void 0&&(i=""+o.key),"key"in o){s={};for(var u in o)u!=="key"&&(s[u]=o[u])}else s=o;return o=s.ref,{$$typeof:e,type:n,key:i,ref:o!==void 0?o:null,props:s}}return ge.Fragment=t,ge.jsx=r,ge.jsxs=r,ge}var ye={};/**
|
|
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(a){if(a==null)return null;if(typeof a=="function")return a.$$typeof===Be?null:a.displayName||a.name||null;if(typeof a=="string")return a;switch(a){case x:return"Fragment";case P:return"Profiler";case L:return"StrictMode";case _:return"Suspense";case h:return"SuspenseList";case G:return"Activity"}if(typeof a=="object")switch(typeof a.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),a.$$typeof){case E:return"Portal";case w:return(a.displayName||"Context")+".Provider";case R:return(a._context.displayName||"Context")+".Consumer";case S:var l=a.render;return a=a.displayName,a||(a=l.displayName||l.name||"",a=a!==""?"ForwardRef("+a+")":"ForwardRef"),a;case p:return l=a.displayName||null,l!==null?l:e(a.type)||"Memo";case F:l=a._payload,a=a._init;try{return e(a(l))}catch{}}return null}function t(a){return""+a}function r(a){try{t(a);var l=!1}catch{l=!0}if(l){l=console;var d=l.error,T=typeof Symbol=="function"&&Symbol.toStringTag&&a[Symbol.toStringTag]||a.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.",T),t(a)}}function n(a){if(a===x)return"<>";if(typeof a=="object"&&a!==null&&a.$$typeof===F)return"<...>";try{var l=e(a);return l?"<"+l+">":"<...>"}catch{return"<...>"}}function o(){var a=he.A;return a===null?null:a.getOwner()}function s(){return Error("react-stack-top-frame")}function i(a){if(we.call(a,"key")){var l=Object.getOwnPropertyDescriptor(a,"key").get;if(l&&l.isReactWarning)return!1}return a.key!==void 0}function u(a,l){function d(){Ee||(Ee=!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(a,"key",{get:d,configurable:!0})}function c(){var a=e(this.type);return xe[a]||(xe[a]=!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.")),a=this.props.ref,a!==void 0?a:null}function v(a,l,d,T,V,I,W,U){return d=I.ref,a={$$typeof:g,type:a,key:l,props:I,_owner:V},(d!==void 0?d:null)!==null?Object.defineProperty(a,"ref",{enumerable:!1,get:c}):Object.defineProperty(a,"ref",{enumerable:!1,value:null}),a._store={},Object.defineProperty(a._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(a,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(a,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:W}),Object.defineProperty(a,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:U}),Object.freeze&&(Object.freeze(a.props),Object.freeze(a)),a}function y(a,l,d,T,V,I,W,U){var A=l.children;if(A!==void 0)if(T)if(Se(A)){for(T=0;T<A.length;T++)m(A[T]);Object.freeze&&Object.freeze(A)}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(A);if(we.call(l,"key")){A=e(a);var j=Object.keys(l).filter(function(oe){return oe!=="key"});T=0<j.length?"{key: someKey, "+j.join(": ..., ")+": ...}":"{key: someKey}",$[A+T]||(j=0<j.length?"{"+j.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} />`,T,A,j,A),$[A+T]=!0)}if(A=null,d!==void 0&&(r(d),A=""+d),i(l)&&(r(l.key),A=""+l.key),"key"in l){d={};for(var J in l)J!=="key"&&(d[J]=l[J])}else d=l;return A&&u(d,typeof a=="function"?a.displayName||a.name||"Unknown":a),v(a,A,I,V,o(),d,W,U)}function m(a){typeof a=="object"&&a!==null&&a.$$typeof===g&&a._store&&(a._store.validated=1)}var C=Y,g=Symbol.for("react.transitional.element"),E=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),L=Symbol.for("react.strict_mode"),P=Symbol.for("react.profiler"),R=Symbol.for("react.consumer"),w=Symbol.for("react.context"),S=Symbol.for("react.forward_ref"),_=Symbol.for("react.suspense"),h=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),F=Symbol.for("react.lazy"),G=Symbol.for("react.activity"),Be=Symbol.for("react.client.reference"),he=C.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,we=Object.prototype.hasOwnProperty,Se=Array.isArray,me=console.createTask?console.createTask:function(){return null};C={"react-stack-bottom-frame":function(a){return a()}};var Ee,xe={},ne=C["react-stack-bottom-frame"].bind(C,s)(),Ce=me(n(s)),$={};ye.Fragment=x,ye.jsx=function(a,l,d,T,V){var I=1e4>he.recentlyCreatedOwnerStacks++;return y(a,l,d,!1,T,V,I?Error("react-stack-top-frame"):ne,I?me(n(a)):Ce)},ye.jsxs=function(a,l,d,T,V){var I=1e4>he.recentlyCreatedOwnerStacks++;return y(a,l,d,!0,T,V,I?Error("react-stack-top-frame"):ne,I?me(n(a)):Ce)}}()),ye}var pt;function nr(){return pt||(pt=1,process.env.NODE_ENV==="production"?ke.exports=tr():ke.exports=rr()),ke.exports}var D=nr();const or=()=>D.jsxs("svg",{width:"64",height:"30",viewBox:"0 0 64 30",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[D.jsx("g",{clipPath:"url(#clip0_576_4651)",children:D.jsx("path",{d:"M43.9254 10.3383C43.7027 10.3358 43.4822 10.3818 43.2789 10.4734C43.2281 10.4228 43.1917 10.3594 43.1737 10.2897C43.1557 10.2201 43.1567 10.1468 43.1766 10.0777C43.1964 10.0086 43.2344 9.94615 43.2866 9.89697C43.3387 9.84779 43.4031 9.81369 43.4728 9.79828C43.5426 9.78288 43.6152 9.78672 43.683 9.80941C43.7507 9.83211 43.8112 9.87281 43.8579 9.92723C43.9047 9.98164 43.9359 10.0478 43.9485 10.1186C43.9611 10.1894 43.9544 10.2624 43.9293 10.3297C43.9293 10.3328 43.9265 10.3353 43.9254 10.3383ZM48.8184 12.1805C48.8461 12.1064 48.8514 12.0256 48.8336 11.9484C48.8157 11.8712 48.7755 11.8011 48.7182 11.7469C48.6608 11.6927 48.5887 11.6569 48.5111 11.644C48.4335 11.6311 48.3538 11.6416 48.2822 11.6743C48.2105 11.707 48.1501 11.7603 48.1086 11.8276C48.067 11.8949 48.0462 11.9731 48.0487 12.0523C48.0513 12.1315 48.0771 12.2082 48.1228 12.2726C48.1686 12.3371 48.2324 12.3864 48.306 12.4143C48.3507 12.4315 48.3982 12.4403 48.446 12.4401C48.5269 12.4401 48.6059 12.4153 48.6724 12.3689C48.739 12.3225 48.7899 12.2568 48.8184 12.1805ZM41.9278 9.972C42.0271 9.97207 42.1228 9.93472 42.1961 9.86728C42.2695 9.79985 42.3151 9.70721 42.3241 9.60758C42.3331 9.50795 42.3048 9.40853 42.2448 9.32887C42.1847 9.24921 42.0972 9.19507 41.9995 9.17708C41.9019 9.1591 41.8011 9.17858 41.7169 9.2317C41.6328 9.28481 41.5714 9.36772 41.5448 9.46411C41.5183 9.56051 41.5285 9.66343 41.5734 9.75264C41.6184 9.84185 41.6948 9.9109 41.7877 9.94621C41.8324 9.9634 41.8799 9.97214 41.9278 9.972ZM46.9565 11.0485C46.9073 11.028 46.8545 11.0177 46.8013 11.0182C46.748 11.0187 46.6954 11.0299 46.6466 11.0513C46.5978 11.0726 46.5537 11.1037 46.517 11.1425C46.4803 11.1814 46.4517 11.2273 46.433 11.2775C46.4143 11.3277 46.4057 11.3812 46.4079 11.4348C46.4101 11.4884 46.423 11.541 46.4458 11.5895C46.4686 11.638 46.5008 11.6814 46.5405 11.7171C46.5803 11.7528 46.6267 11.7801 46.6771 11.7973C46.7217 11.8142 46.7688 11.823 46.8164 11.8234C46.9101 11.8242 47.001 11.7917 47.0732 11.7315C47.1454 11.6713 47.1942 11.5874 47.2109 11.4946C47.2277 11.4017 47.2114 11.3058 47.1648 11.2239C47.1182 11.142 47.0445 11.0793 46.9565 11.0469M20.5116 9.4268C20.438 9.45458 20.3743 9.50373 20.3284 9.56804C20.2825 9.63234 20.2566 9.70891 20.2539 9.78805C20.2512 9.8672 20.2718 9.94538 20.3132 10.0127C20.3546 10.08 20.4149 10.1335 20.4865 10.1663C20.558 10.1991 20.6376 10.2098 20.7152 10.197C20.7927 10.1842 20.8648 10.1486 20.9223 10.0945C20.9797 10.0405 21.02 9.9705 21.038 9.89341C21.056 9.81631 21.0508 9.73558 21.0233 9.66141C21.0051 9.61203 20.9775 9.56677 20.9419 9.52822C20.9063 9.48966 20.8635 9.45859 20.8159 9.43678C20.7684 9.41497 20.717 9.40286 20.6648 9.40115C20.6126 9.39944 20.5605 9.40815 20.5116 9.4268ZM22.6537 9.04854C22.6263 8.97447 22.5777 8.91025 22.5141 8.86401C22.4504 8.81776 22.3746 8.79157 22.2962 8.78873C22.2178 8.78589 22.1403 8.80654 22.0735 8.84806C22.0067 8.88958 21.9536 8.95012 21.921 9.02201C21.8884 9.09391 21.8776 9.17394 21.8901 9.252C21.9026 9.33005 21.9378 9.40263 21.9912 9.46055C22.0446 9.51847 22.1138 9.55914 22.1902 9.57742C22.2665 9.59569 22.3465 9.59076 22.4201 9.56324C22.5188 9.52615 22.5988 9.45112 22.6426 9.35461C22.6864 9.2581 22.6904 9.14802 22.6537 9.04854ZM34.0948 24.3508C34.1592 24.3509 34.2227 24.3351 34.2797 24.3049C34.3368 24.2747 34.3857 24.2309 34.4222 24.1774C34.4587 24.1239 34.4817 24.0622 34.4893 23.9977C34.4968 23.9332 34.4886 23.8679 34.4655 23.8073C34.4506 23.7696 34.43 23.7346 34.4044 23.7033C34.1754 23.7658 33.9433 23.8164 33.7092 23.855C33.6947 23.9139 33.6937 23.9754 33.7063 24.0348C33.7188 24.0941 33.7447 24.1498 33.7818 24.1976C33.819 24.2455 33.8664 24.2841 33.9206 24.3107C33.9748 24.3373 34.0342 24.3511 34.0945 24.3511M49.8693 20.6536L50.0512 20.5796C50.1992 20.3038 50.3684 20.0402 50.5573 19.7912L50.5587 19.7892V19.7873C50.7991 19.4355 51.0847 19.1173 51.4081 18.8411L49.3945 19.6617L49.8693 20.6536ZM30.4452 24.4579C30.5214 24.4581 30.596 24.4362 30.6601 24.3948C30.7242 24.3535 30.7751 24.2943 30.8068 24.2245C30.8384 24.1548 30.8494 24.0773 30.8384 24.0013C30.8275 23.9254 30.795 23.8543 30.7449 23.7965C30.5911 23.7648 30.4389 23.7299 30.2897 23.6894C30.2177 23.7203 30.1564 23.7718 30.1134 23.8377C30.0704 23.9035 30.0477 23.9807 30.0481 24.0595C30.0485 24.1384 30.072 24.2153 30.1157 24.2807C30.1594 24.3461 30.2213 24.397 30.2936 24.4271C30.3417 24.4472 30.3931 24.4576 30.4452 24.4579ZM35.7194 23.721C35.784 23.7211 35.8475 23.7053 35.9046 23.675C35.9617 23.6447 36.0107 23.6009 36.0472 23.5473C36.0837 23.4937 36.1067 23.4319 36.1142 23.3673C36.1217 23.3027 36.1134 23.2373 36.0902 23.1767C36.0662 23.1152 36.0273 23.0607 35.9771 23.0183C35.7681 23.15 35.5507 23.2678 35.3264 23.3708C35.3371 23.4679 35.3832 23.5575 35.4558 23.6222C35.5284 23.687 35.6222 23.7223 35.7192 23.7213M28.8384 23.7856C28.8974 23.7857 28.9557 23.7725 29.009 23.747C29.0623 23.7215 29.1093 23.6843 29.1466 23.6382C29.1838 23.5921 29.2104 23.5382 29.2244 23.4804C29.2384 23.4226 29.2394 23.3624 29.2273 23.3042C29.0391 23.2177 28.8552 23.1237 28.6769 23.0205C28.6058 23.0521 28.5455 23.1041 28.5035 23.1699C28.4615 23.2358 28.4396 23.3126 28.4406 23.3909C28.4415 23.4691 28.4653 23.5454 28.5089 23.6101C28.5526 23.6749 28.6141 23.7253 28.686 23.7551C28.7341 23.7754 28.7857 23.7858 28.8379 23.7856M48.574 17.9066C48.568 17.9088 48.563 17.9124 48.5572 17.9151L48.901 18.6323C48.991 18.5852 49.0597 18.5051 49.0929 18.4085C49.126 18.3119 49.1211 18.2062 49.0792 18.1131C49.0373 18.0201 48.9615 17.9468 48.8675 17.9083C48.7735 17.8699 48.6685 17.8693 48.574 17.9066ZM18.8812 10.0388C18.7853 10.0751 18.707 10.1472 18.6626 10.2402C18.6182 10.3332 18.6113 10.4399 18.6431 10.538H19.3959C19.4243 10.4525 19.4228 10.3597 19.3917 10.2751C19.3549 10.1757 19.2804 10.0951 19.1846 10.051C19.0889 10.0068 18.9796 10.0028 18.8809 10.0397M10.7261 13.1057C10.6387 13.1383 10.5654 13.2009 10.5191 13.2824C10.4728 13.364 10.4564 13.4594 10.4728 13.5519C10.4892 13.6444 10.5373 13.7281 10.6088 13.7885C10.6802 13.8489 10.7705 13.882 10.8637 13.8821C10.9113 13.8818 10.9584 13.8733 11.003 13.8569C11.0713 13.8308 11.131 13.7862 11.1756 13.728L11.2551 13.5408C11.2658 13.4737 11.2592 13.4051 11.2359 13.3414C11.2177 13.2921 11.19 13.247 11.1545 13.2085C11.119 13.17 11.0763 13.1389 11.0288 13.117C10.9814 13.0952 10.9302 13.0829 10.878 13.081C10.8259 13.0791 10.7739 13.0876 10.725 13.1059M50.2144 12.2823C50.1408 12.2545 50.0607 12.2492 49.9842 12.2672C49.9077 12.2852 49.8382 12.3257 49.7845 12.3835C49.7308 12.4413 49.6953 12.5138 49.6825 12.5919C49.6697 12.67 49.6802 12.7502 49.7126 12.8223C49.745 12.8945 49.7979 12.9553 49.8646 12.9971C49.9313 13.039 50.0088 13.0599 50.0873 13.0574C50.1659 13.0549 50.2419 13.029 50.3058 12.9829C50.3697 12.9368 50.4186 12.8727 50.4464 12.7987C50.4649 12.7494 50.4735 12.697 50.4718 12.6444C50.4702 12.5918 50.4582 12.54 50.4367 12.492C50.4151 12.4441 50.3844 12.4008 50.3463 12.3649C50.3081 12.3289 50.2633 12.3008 50.2144 12.2823ZM45.2146 10.944L45.2176 10.9501L45.3277 11.1792C45.3846 11.1576 45.4357 11.1231 45.4773 11.0784C45.5188 11.0337 45.5496 10.98 45.5672 10.9214C45.5849 10.8628 45.5889 10.8009 45.579 10.7405C45.5691 10.68 45.5456 10.6227 45.5102 10.5729C45.4748 10.5232 45.4285 10.4822 45.375 10.4533C45.3214 10.4245 45.2619 10.4084 45.2012 10.4063C45.1404 10.4043 45.08 10.4164 45.0247 10.4416C44.9693 10.4668 44.9204 10.5046 44.8818 10.5519C45.0227 10.6501 45.1364 10.783 45.2121 10.9379L45.2146 10.944ZM32.2237 24.9005C32.3085 24.9004 32.3911 24.8731 32.4593 24.8224C32.5275 24.7718 32.5779 24.7004 32.603 24.6189C32.6281 24.5373 32.6267 24.4497 32.5989 24.3691C32.5711 24.2884 32.5184 24.2188 32.4485 24.1704C32.3786 24.1221 32.2952 24.0975 32.2105 24.1003C32.1258 24.1032 32.0442 24.1332 31.9777 24.1862C31.9111 24.2391 31.8631 24.312 31.8407 24.3944C31.8183 24.4768 31.8226 24.5642 31.853 24.6439C31.882 24.7193 31.9329 24.7841 31.9991 24.8299C32.0652 24.8756 32.1435 24.9002 32.2237 24.9005ZM27.2292 23.1137C27.3279 23.1139 27.4232 23.0772 27.4965 23.0105C27.5698 22.9439 27.6159 22.8521 27.6258 22.7532C27.6357 22.6542 27.6087 22.555 27.5501 22.475C27.4914 22.3949 27.4053 22.3397 27.3085 22.3201C27.2117 22.3005 27.1111 22.3179 27.0263 22.3689C26.9415 22.4198 26.8786 22.5008 26.8497 22.5959C26.8209 22.6911 26.8282 22.7936 26.8703 22.8836C26.9123 22.9736 26.9861 23.0447 27.0772 23.0829C27.1254 23.103 27.177 23.1135 27.2292 23.1137ZM43.3879 22.1109L42.1769 22.6048L41.9704 23.1054L41.9671 23.1134L41.9636 23.1215C41.6366 23.8677 40.6463 23.8677 39.4994 23.8677C39.3618 23.8677 39.2217 23.8677 39.0841 23.8655L33.555 26.1193C33.0793 26.3147 32.5695 26.4118 32.0558 26.4046C31.5421 26.3975 31.0351 26.2863 30.5649 26.0777L25.2117 23.7271C25.098 23.7692 24.9779 23.7911 24.8567 23.792H22.6312L30.1284 27.0846C30.7314 27.3521 31.3817 27.4946 32.0405 27.5037C32.6993 27.5128 33.3531 27.3883 33.9632 27.1376L45.7518 22.3322L45.6618 22.1104L43.3879 22.1109ZM50.1976 17.2768C50.1111 17.3104 50.0391 17.3735 49.9939 17.4551C49.9488 17.5366 49.9333 17.6316 49.9503 17.7234C49.9673 17.8152 50.0156 17.8981 50.0869 17.9578C50.1582 18.0175 50.248 18.0502 50.3407 18.0502C50.4053 18.0502 50.4688 18.0344 50.5259 18.004C50.583 17.9737 50.6319 17.9299 50.6684 17.8762C50.7049 17.8226 50.7279 17.7608 50.7354 17.6963C50.7429 17.6317 50.7347 17.5662 50.7115 17.5056C50.6927 17.4565 50.6645 17.4116 50.6285 17.3735C50.5925 17.3355 50.5494 17.3049 50.5017 17.2836C50.454 17.2623 50.4025 17.2508 50.3504 17.2495C50.2982 17.2483 50.2463 17.2578 50.1976 17.2768ZM52.1437 18.5422C52.1548 18.5422 52.1655 18.5405 52.1768 18.5405C52.3843 18.5409 52.5859 18.61 52.7506 18.7371L52.7737 18.7543L52.7955 18.7732C52.9956 18.9383 53.2133 19.0803 53.4448 19.1966L53.993 18.9731C53.5423 18.7852 53.1043 18.568 52.6815 18.3228L52.1437 18.5422ZM37.2018 22.3167C37.117 22.3495 37.0459 22.4107 37.0005 22.49C36.955 22.5692 36.9379 22.6618 36.9521 22.7522C36.9662 22.8427 37.0107 22.9255 37.0782 22.9868C37.1456 23.0482 37.2319 23.0843 37.3226 23.0893C37.2854 22.9844 37.2659 22.874 37.2651 22.7626C37.266 22.5994 37.3045 22.4386 37.3774 22.2929C37.3178 22.2873 37.2578 22.2954 37.2018 22.3167ZM13.302 19.6944L16.1311 20.9373V19.7388L13.7688 18.7013L13.302 19.6944ZM9.9687 14.4323C9.93302 14.4368 9.89811 14.4461 9.86494 14.4601L10.1771 15.1925C10.2621 15.1526 10.3304 15.0837 10.3698 14.9979C10.4091 14.9121 10.417 14.815 10.392 14.7239C10.367 14.6328 10.3107 14.5536 10.2332 14.5004C10.1557 14.4471 10.062 14.4233 9.9687 14.4332M14.7326 17.4906C14.7688 17.4022 14.7723 17.3037 14.7425 17.2129C14.7127 17.1221 14.6516 17.0451 14.5703 16.9958L14.2334 17.7127C14.2756 17.7286 14.3202 17.7371 14.3652 17.7377C14.4438 17.7376 14.5206 17.7141 14.586 17.6701C14.6514 17.6261 14.7024 17.5637 14.7326 17.4906ZM15.6062 17.8552C15.5756 17.9289 15.5676 18.0101 15.5832 18.0884C15.5988 18.1667 15.6373 18.2385 15.6938 18.2945C15.7503 18.3505 15.8221 18.3882 15.9001 18.4027C15.978 18.4172 16.0585 18.4078 16.1311 18.3758V17.642C16.1292 17.642 16.1275 17.6398 16.1256 17.6389C16.0282 17.5986 15.9189 17.5986 15.8216 17.6392C15.7243 17.6797 15.6469 17.7574 15.6062 17.8552ZM10.3769 23.2013C10.5547 23.2013 10.7831 23.193 10.8761 23.0239L16.2156 11.6625C16.2346 11.6228 16.2461 11.5798 16.2494 11.5358C16.2494 11.2149 15.5047 11.2149 14.7599 11.2149C13.9221 11.2149 13.1008 11.2149 12.9657 11.5105L10.367 17.6265L7.76081 11.5108C7.63393 11.2152 6.79613 11.2152 5.96659 11.2152C5.22182 11.2152 4.47705 11.2152 4.47705 11.5363C4.48169 11.5839 4.49612 11.63 4.51944 11.6717L9.86824 23.0241C9.95274 23.1933 10.1729 23.2016 10.376 23.2016M17.1384 23.0075H24.8567C25.2205 23.0075 25.2291 22.2978 25.2291 21.6051C25.2291 20.8957 25.2205 20.1944 24.8482 20.1944L19.8115 20.203V18.2094H23.9848C24.3318 18.2094 24.3404 17.5929 24.3404 16.9762C24.3404 16.368 24.3318 15.7513 23.9848 15.7513H19.8126V14.1209H24.8567C25.2205 14.1209 25.2291 13.4199 25.2291 12.7102C25.2291 12.0092 25.2205 11.3164 24.8567 11.3164L17.1376 11.325C17.1071 11.325 17.0768 11.3312 17.0487 11.3431C17.0206 11.3551 16.9951 11.3726 16.9738 11.3947C16.9525 11.4167 16.9358 11.4429 16.9247 11.4715C16.9136 11.5002 16.9083 11.5308 16.9092 11.5616V22.7623C16.9086 22.8249 16.9321 22.8853 16.9747 22.9309C17.0172 22.9765 17.0756 23.0039 17.1376 23.0072M32.3971 23.1761C36.121 23.1761 37.9491 20.6841 37.9491 17.2546C37.9491 16.9587 37.9405 16.4781 37.6782 16.4781H32.4315C32.0848 16.4781 32.0762 17.0946 32.0762 17.703C32.0762 18.3198 32.0848 18.9362 32.4315 18.9362H34.6491C34.4374 19.8317 33.7097 20.33 32.3809 20.3383C31.5651 20.3144 30.7919 19.9658 30.2305 19.369C29.6691 18.7721 29.3652 17.9754 29.3853 17.1534C29.3771 16.7494 29.449 16.3478 29.5967 15.9722C29.7444 15.5966 29.965 15.2544 30.2456 14.9657C30.5261 14.677 30.861 14.4476 31.2307 14.2909C31.6003 14.1343 31.9972 14.0535 32.3982 14.0533C33.3276 14.0498 34.2362 14.3295 35.0049 14.8558C35.0472 14.8851 35.0977 14.8999 35.1489 14.898C35.4536 14.898 35.7753 14.3236 36.0296 13.6986C36.1962 13.3269 36.3019 12.9305 36.3426 12.5247C36.3485 12.4722 36.3425 12.419 36.3249 12.3692C36.3073 12.3194 36.2786 12.2743 36.241 12.2374C35.1492 11.4609 33.9475 11.1392 32.3649 11.1392C28.8189 11.1392 26.2375 13.7155 26.2375 17.1536C26.2375 20.5918 28.6579 23.1764 32.3985 23.1764M39.4994 23.0835C40.3204 23.0835 41.1329 23.0749 41.2513 22.8062L41.8606 21.3278H46.1853L46.7864 22.8062C46.8965 23.0763 47.7087 23.0835 48.5297 23.0835C49.2574 23.0835 49.9939 23.0666 49.9939 22.7626C49.9936 22.7209 49.9819 22.68 49.9601 22.6445L44.5174 11.2912C44.4326 11.1223 44.2295 11.1223 44.0179 11.1223C43.8062 11.1223 43.5949 11.1223 43.5101 11.2912L38.0768 22.6356C38.0557 22.6746 38.0441 22.718 38.0429 22.7623C38.0429 23.0832 38.7706 23.0832 39.4986 23.0832M44.0349 16.3422L45.1689 18.9767H42.9007L44.0349 16.3422ZM54.868 23.1836C57.4827 23.1836 59.5229 21.68 59.5229 19.619C59.5229 17.1692 57.2209 16.2402 55.7143 15.6317C54.9357 15.3109 54.301 15.0657 54.301 14.6434C54.301 14.2463 54.6734 13.9592 55.5789 13.9592C56.3617 13.9729 57.1235 14.2165 57.7708 14.6603C57.8211 14.6935 57.8799 14.7112 57.9401 14.711C58.2615 14.711 58.651 14.1875 58.9813 13.6722C59.2226 13.352 59.3851 12.9785 59.4552 12.5826C59.4591 12.5459 59.455 12.5088 59.4433 12.4738C59.4317 12.4389 59.4126 12.4068 59.3875 12.3799C58.575 11.6789 57.1617 11.1381 55.5789 11.1381C52.913 11.1381 51.1526 12.6586 51.1526 14.7196C51.1526 16.9498 53.3193 17.8533 54.8088 18.4617C55.6551 18.8164 56.366 19.1206 56.366 19.619C56.366 20.0496 55.9257 20.3955 54.868 20.3955C53.9286 20.3955 52.8115 19.8211 52.2869 19.365C52.256 19.3387 52.2172 19.3238 52.1768 19.3225C51.9227 19.3225 51.5336 19.7787 51.186 20.2518C50.8981 20.6489 50.6272 21.046 50.6272 21.3161C50.6247 21.378 50.6459 21.4385 50.6864 21.485C51.5919 22.5241 53.2593 23.183 54.8671 23.183M52.7688 10.9701C52.4497 11.1291 52.1492 11.3236 51.8729 11.5499C51.8069 11.6054 51.7433 11.6609 51.6803 11.7183L40.8415 7.40434V8.30145C40.8415 8.4457 40.8133 8.58854 40.7585 8.72181C40.7037 8.85508 40.6234 8.97617 40.5221 9.07817C40.4209 9.18017 40.3007 9.26108 40.1685 9.31628C40.0362 9.37149 39.8944 9.3999 39.7513 9.3999H24.7229C24.4339 9.39982 24.1567 9.2841 23.9523 9.07817C23.7479 8.87224 23.6331 8.59296 23.633 8.30173V6.89851L14.6941 10.4304C14.2997 10.4235 13.9052 10.4375 13.5123 10.4723C13.2442 10.5028 12.5325 10.5832 12.2583 11.1822L12.2537 11.1922L12.2495 11.2022L12.1502 11.4357L10.0964 12.2471C9.74695 12.384 9.4384 12.6093 9.20054 12.9013L8.73595 11.8112C9.02138 11.5616 9.34721 11.3632 9.69925 11.2246L23.633 5.71881V3.5943C23.633 3.30302 23.7478 3.02367 23.9522 2.81768C24.1566 2.61168 24.4338 2.49592 24.7229 2.49585H39.7504C40.0396 2.49585 40.3169 2.61158 40.5213 2.81758C40.7258 3.02358 40.8406 3.30297 40.8406 3.5943V6.2238L52.7688 10.9701ZM29.2477 7.3999C29.2477 7.15031 29.2477 6.906 29.1164 6.906L27.339 6.90295V3.86995C27.339 3.74793 27.0855 3.74793 26.829 3.74793C26.5725 3.74793 26.316 3.74793 26.316 3.86995V7.80783C26.3157 7.82995 26.324 7.85131 26.339 7.86744C26.354 7.88356 26.3747 7.89321 26.3966 7.89435H29.1134C29.2477 7.89435 29.2477 7.64699 29.2477 7.3999ZM30.7518 3.86718C30.7518 3.74821 30.4983 3.74516 30.2418 3.74516C29.9853 3.74516 29.7288 3.74821 29.7288 3.86718V7.79563C29.7288 7.91765 29.9823 7.9207 30.2418 7.9207C30.5014 7.9207 30.7518 7.91765 30.7518 7.79563V3.86718ZM35.2609 3.85248C35.2609 3.73933 34.9986 3.73933 34.736 3.73933C34.441 3.73933 34.1517 3.73933 34.103 3.8436L33.1873 5.99835L32.2689 3.8436C32.224 3.73933 31.929 3.73933 31.6359 3.73933C31.3733 3.73933 31.111 3.73933 31.111 3.85248C31.1126 3.86925 31.1176 3.8855 31.1259 3.90018L33.0106 7.8999C33.0404 7.95924 33.118 7.96229 33.1895 7.96229C33.252 7.96229 33.3326 7.95924 33.3654 7.8999L35.2477 3.89685C35.2545 3.88288 35.2585 3.86771 35.2595 3.8522M36.5151 5.33722V4.7629H38.2926C38.4208 4.7629 38.4238 4.51582 38.4238 4.26595C38.4238 4.01609 38.4208 3.77483 38.2926 3.77483L35.5727 3.77788C35.562 3.77788 35.5514 3.78004 35.5415 3.78425C35.5316 3.78846 35.5226 3.79462 35.5151 3.80238C35.5076 3.81013 35.5018 3.81932 35.4978 3.8294C35.4939 3.83949 35.4921 3.85025 35.4924 3.86107V7.80727C35.4921 7.82935 35.5003 7.85067 35.5153 7.86679C35.5303 7.88291 35.5509 7.89258 35.5727 7.8938H38.2926C38.4208 7.8938 38.4238 7.64421 38.4238 7.39962C38.4238 7.15004 38.4208 6.90267 38.2895 6.90267L36.5151 6.90572V6.20356H37.9854C38.1076 6.20356 38.1106 5.98642 38.1106 5.76901C38.1106 5.55159 38.1076 5.3375 37.9854 5.3375L36.5151 5.33722Z",fill:"white",fillOpacity:"0.6"})}),D.jsx("defs",{children:D.jsx("clipPath",{id:"clip0_576_4651",children:D.jsx("rect",{width:"64",height:"30",fill:"white"})})})]}),sr={CompanyLogo:or};var M=function(){return M=Object.assign||function(t){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(t[s]=r[s])}return t},M.apply(this,arguments)};function ae(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,s;n<o;n++)(s||!(n in t))&&(s||(s=Array.prototype.slice.call(t,0,n)),s[n]=t[n]);return e.concat(s||Array.prototype.slice.call(t))}function ar(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var ir=/^((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)-.*))$/,cr=ar(function(e){return ir.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),k="-ms-",be="-moz-",b="-webkit-",Ot="comm",$e="rule",nt="decl",ur="@import",Nt="@keyframes",lr="@layer",Lt=Math.abs,ot=String.fromCharCode,qe=Object.assign;function pr(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 It(e){return e.trim()}function Z(e,t){return(e=t.exec(e))?e[0]:e}function f(e,t,r){return e.replace(t,r)}function Te(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 B(e){return e.length}function jt(e){return e.length}function ve(e,t){return t.push(e),e}function fr(e,t){return e.map(t).join("")}function ft(e,t){return e.filter(function(r){return!Z(r,t)})}var Ve=1,ce=1,Mt=0,z=0,O=0,fe="";function ze(e,t,r,n,o,s,i,u){return{value:e,root:t,parent:r,type:n,props:o,children:s,line:Ve,column:ce,length:i,return:"",siblings:u}}function X(e,t){return qe(ze("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function se(e){for(;e.root;)e=X(e.root,{children:[e]});ve(e,e.siblings)}function dr(){return O}function hr(){return O=z>0?N(fe,--z):0,ce--,O===10&&(ce=1,Ve--),O}function H(){return O=z<Mt?N(fe,z++):0,ce++,O===10&&(ce=1,Ve++),O}function ee(){return N(fe,z)}function Oe(){return z}function Fe(e,t){return ie(fe,e,t)}function Xe(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 mr(e){return Ve=ce=1,Mt=B(fe=e),z=0,[]}function Cr(e){return fe="",e}function We(e){return It(Fe(z-1,Je(e===91?e+2:e===40?e+1:e)))}function gr(e){for(;(O=ee())&&O<33;)H();return Xe(e)>2||Xe(O)>3?"":" "}function yr(e,t){for(;--t&&H()&&!(O<48||O>102||O>57&&O<65||O>70&&O<97););return Fe(e,Oe()+(t<6&&ee()==32&&H()==32))}function Je(e){for(;H();)switch(O){case e:return z;case 34:case 39:e!==34&&e!==39&&Je(O);break;case 40:e===41&&Je(e);break;case 92:H();break}return z}function vr(e,t){for(;H()&&e+O!==57;)if(e+O===84&&ee()===47)break;return"/*"+Fe(t,z-1)+"*"+ot(e===47?e:H())}function br(e){for(;!Xe(ee());)H();return Fe(e,z)}function wr(e){return Cr(Ne("",null,null,null,[""],e=mr(e),0,[0],e))}function Ne(e,t,r,n,o,s,i,u,c){for(var v=0,y=0,m=i,C=0,g=0,E=0,x=1,L=1,P=1,R=0,w="",S=o,_=s,h=n,p=w;L;)switch(E=R,R=H()){case 40:if(E!=108&&N(p,m-1)==58){Te(p+=f(We(R),"&","&\f"),"&\f",Lt(v?u[v-1]:0))!=-1&&(P=-1);break}case 34:case 39:case 91:p+=We(R);break;case 9:case 10:case 13:case 32:p+=gr(E);break;case 92:p+=yr(Oe()-1,7);continue;case 47:switch(ee()){case 42:case 47:ve(Sr(vr(H(),Oe()),t,r,c),c);break;default:p+="/"}break;case 123*x:u[v++]=B(p)*P;case 125*x:case 59:case 0:switch(R){case 0:case 125:L=0;case 59+y:P==-1&&(p=f(p,/\f/g,"")),g>0&&B(p)-m&&ve(g>32?ht(p+";",n,r,m-1,c):ht(f(p," ","")+";",n,r,m-2,c),c);break;case 59:p+=";";default:if(ve(h=dt(p,t,r,v,y,o,u,w,S=[],_=[],m,s),s),R===123)if(y===0)Ne(p,t,h,h,S,s,m,u,_);else switch(C===99&&N(p,3)===110?100:C){case 100:case 108:case 109:case 115:Ne(e,h,h,n&&ve(dt(e,h,h,0,0,o,u,w,o,S=[],m,_),_),o,_,m,u,n?S:_);break;default:Ne(p,h,h,h,[""],_,0,u,_)}}v=y=g=0,x=P=1,w=p="",m=i;break;case 58:m=1+B(p),g=E;default:if(x<1){if(R==123)--x;else if(R==125&&x++==0&&hr()==125)continue}switch(p+=ot(R),R*x){case 38:P=y>0?1:(p+="\f",-1);break;case 44:u[v++]=(B(p)-1)*P,P=1;break;case 64:ee()===45&&(p+=We(H())),C=ee(),y=m=B(w=p+=br(Oe())),R++;break;case 45:E===45&&B(p)==2&&(x=0)}}return s}function dt(e,t,r,n,o,s,i,u,c,v,y,m){for(var C=o-1,g=o===0?s:[""],E=jt(g),x=0,L=0,P=0;x<n;++x)for(var R=0,w=ie(e,C+1,C=Lt(L=i[x])),S=e;R<E;++R)(S=It(L>0?g[R]+" "+w:f(w,/&\f/g,g[R])))&&(c[P++]=S);return ze(e,t,r,o===0?$e:u,c,v,y,m)}function Sr(e,t,r,n){return ze(e,t,r,Ot,ot(dr()),ie(e,2,-2),0,n)}function ht(e,t,r,n,o){return ze(e,t,r,nt,ie(e,0,n),ie(e,n+1,-1),n,o)}function Dt(e,t,r){switch(pr(e,t)){case 5103:return b+"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 b+e+e;case 4789:return be+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return b+e+be+e+k+e+e;case 5936:switch(N(e,t+11)){case 114:return b+e+k+f(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return b+e+k+f(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return b+e+k+f(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return b+e+k+e+e;case 6165:return b+e+k+"flex-"+e+e;case 5187:return b+e+f(e,/(\w+).+(:[^]+)/,b+"box-$1$2"+k+"flex-$1$2")+e;case 5443:return b+e+k+"flex-item-"+f(e,/flex-|-self/g,"")+(Z(e,/flex-|baseline/)?"":k+"grid-row-"+f(e,/flex-|-self/g,""))+e;case 4675:return b+e+k+"flex-line-pack"+f(e,/align-content|flex-|-self/g,"")+e;case 5548:return b+e+k+f(e,"shrink","negative")+e;case 5292:return b+e+k+f(e,"basis","preferred-size")+e;case 6060:return b+"box-"+f(e,"-grow","")+b+e+k+f(e,"grow","positive")+e;case 4554:return b+f(e,/([^-])(transform)/g,"$1"+b+"$2")+e;case 6187:return f(f(f(e,/(zoom-|grab)/,b+"$1"),/(image-set)/,b+"$1"),e,"")+e;case 5495:case 3959:return f(e,/(image-set\([^]*)/,b+"$1$`$1");case 4968:return f(f(e,/(.+:)(flex-)?(.*)/,b+"box-pack:$3"+k+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+b+e+e;case 4200:if(!Z(e,/flex-|baseline/))return k+"grid-column-align"+ie(e,t)+e;break;case 2592:case 3360:return k+f(e,"template-","")+e;case 4384:case 3616:return r&&r.some(function(n,o){return t=o,Z(n.props,/grid-\w+-end/)})?~Te(e+(r=r[t].value),"span",0)?e:k+f(e,"-start","")+e+k+"grid-row-span:"+(~Te(r,"span",0)?Z(r,/\d+/):+Z(r,/\d+/)-+Z(e,/\d+/))+";":k+f(e,"-start","")+e;case 4896:case 4128:return r&&r.some(function(n){return Z(n.props,/grid-\w+-start/)})?e:k+f(f(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return f(e,/(.+)-inline(.+)/,b+"$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(B(e)-1-t>6)switch(N(e,t+1)){case 109:if(N(e,t+4)!==45)break;case 102:return f(e,/(.+:)(.+)-([^]+)/,"$1"+b+"$2-$3$1"+be+(N(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Te(e,"stretch",0)?Dt(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,s,i,u,c,v){return k+o+":"+s+v+(i?k+o+"-span:"+(u?c:+c-+s)+v:"")+e});case 4949:if(N(e,t+6)===121)return f(e,":",":"+b)+e;break;case 6444:switch(N(e,N(e,14)===45?18:11)){case 120:return f(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+b+(N(e,14)===45?"inline-":"")+"box$3$1"+b+"$2$3$1"+k+"$2box$3")+e;case 100:return f(e,":",":"+k)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return f(e,"scroll-","scroll-snap-")+e}return e}function je(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";return r}function Er(e,t,r,n){switch(e.type){case lr:if(e.children.length)break;case ur:case nt:return e.return=e.return||e.value;case Ot:return"";case Nt:return e.return=e.value+"{"+je(e.children,n)+"}";case $e:if(!B(e.value=e.props.join(",")))return""}return B(r=je(e.children,n))?e.return=e.value+"{"+r+"}":""}function xr(e){var t=jt(e);return function(r,n,o,s){for(var i="",u=0;u<t;u++)i+=e[u](r,n,o,s)||"";return i}}function kr(e){return function(t){t.root||(t=t.return)&&e(t)}}function Rr(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case nt:e.return=Dt(e.value,e.length,r);return;case Nt:return je([X(e,{value:f(e.value,"@","@"+b)})],n);case $e:if(e.length)return fr(r=e.props,function(o){switch(Z(o,n=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":se(X(e,{props:[f(o,/:(read-\w+)/,":"+be+"$1")]})),se(X(e,{props:[o]})),qe(e,{props:ft(r,n)});break;case"::placeholder":se(X(e,{props:[f(o,/:(plac\w+)/,":"+b+"input-$1")]})),se(X(e,{props:[f(o,/:(plac\w+)/,":"+be+"$1")]})),se(X(e,{props:[f(o,/:(plac\w+)/,k+"input-$1")]})),se(X(e,{props:[o]})),qe(e,{props:ft(r,n)});break}return""})}}var _r={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",$t="active",Vt="data-styled-version",Ye="6.1.19",st=`/*!sc*/
|
|
23
|
+
`,Me=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,Re=new Set,Pr=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 s=!0;console.error=function(i){for(var u=[],c=1;c<arguments.length;c++)u[c-1]=arguments[c];mt.test(i)?(s=!1,Re.delete(n)):o.apply(void 0,ae([i],u,!1))},Y.useRef(),s&&!Re.has(n)&&(console.warn(n),Re.add(n))}catch(i){mt.test(i.message)&&Re.delete(n)}finally{console.error=o}}},He=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"]),Or=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Nr=/(^-|-$)/g;function Ct(e){return e.replace(Or,"-").replace(Nr,"")}var Lr=/(a)(d)/gi,_e=52,gt=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=gt(t%_e)+r;return(gt(t%_e)+r).replace(Lr,"$1-$2")}var Ze,zt=5381,K=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Ft=function(e){return K(zt,e)};function Ir(e){return Qe(Ft(e)>>>0)}function Yt(e){return process.env.NODE_ENV!=="production"&&typeof e=="string"&&e||e.displayName||e.name||"Component"}function Ge(e){return typeof e=="string"&&(process.env.NODE_ENV==="production"||e.charAt(0)===e.charAt(0).toLowerCase())}var Ht=typeof Symbol=="function"&&Symbol.for,Bt=Ht?Symbol.for("react.memo"):60115,jr=Ht?Symbol.for("react.forward_ref"):60112,Mr={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},Wt={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},$r=((Ze={})[jr]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Ze[Bt]=Wt,Ze);function yt(e){return("type"in(t=e)&&t.type.$$typeof)===Bt?Wt:"$$typeof"in e?$r[e.$$typeof]:Mr;var t}var Vr=Object.defineProperty,zr=Object.getOwnPropertyNames,vt=Object.getOwnPropertySymbols,Fr=Object.getOwnPropertyDescriptor,Yr=Object.getPrototypeOf,bt=Object.prototype;function Zt(e,t,r){if(typeof t!="string"){if(bt){var n=Yr(t);n&&n!==bt&&Zt(e,n,r)}var o=zr(t);vt&&(o=o.concat(vt(t)));for(var s=yt(e),i=yt(t),u=0;u<o.length;++u){var c=o[u];if(!(c in Dr||r&&r[c]||i&&c in i||s&&c in s)){var v=Fr(t,c);try{Vr(e,c,v)}catch{}}}}return e}function le(e){return typeof e=="function"}function at(e){return typeof e=="object"&&"styledComponentId"in e}function Q(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function wt(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 Hr=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,s=e.length;o<s;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,ae([Hr[e]],t,!1)).trim())}var Wr=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,s=o;t>=s;)if((s<<=1)<0)throw de(16,"".concat(t));this.groupSizes=new Uint32Array(s),this.groupSizes.set(n),this.length=s;for(var i=o;i<s;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 s=n;s<o;s++)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),s=o+n,i=o;i<s;i++)r+="".concat(this.tag.getRule(i)).concat(st);return r},e}(),Zr=1<<30,Le=new Map,De=new Map,Ie=1,Ae=function(e){if(Le.has(e))return Le.get(e);for(;De.has(Ie);)Ie++;var t=Ie++;if(process.env.NODE_ENV!=="production"&&((0|t)<0||t>Zr))throw de(16,"".concat(t));return Le.set(e,t),De.set(t,e),t},Gr=function(e,t){Ie=t+1,Le.set(e,t),De.set(t,e)},Ur="style[".concat(re,"][").concat(Vt,'="').concat(Ye,'"]'),qr=new RegExp("^".concat(re,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),Xr=function(e,t,r){for(var n,o=r.split(","),s=0,i=o.length;s<i;s++)(n=o[s])&&e.registerName(t,n)},Jr=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(st),o=[],s=0,i=n.length;s<i;s++){var u=n[s].trim();if(u){var c=u.match(qr);if(c){var v=0|parseInt(c[1],10),y=c[2];v!==0&&(Gr(y,v),Xr(e,y,c[3]),e.getTag().insertRules(v,o)),o.length=0}else o.push(u)}}},St=function(e){for(var t=document.querySelectorAll(Ur),r=0,n=t.length;r<n;r++){var o=t[r];o&&o.getAttribute(re)!==$t&&(Jr(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function Kr(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var Gt=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),s=o!==void 0?o.nextSibling:null;n.setAttribute(re,$t),n.setAttribute(Vt,Ye);var i=Kr();return i&&n.setAttribute("nonce",i),r.insertBefore(n,s),n},Qr=function(){function e(t){this.element=Gt(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(r){if(r.sheet)return r.sheet;for(var n=document.styleSheets,o=0,s=n.length;o<s;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}(),e1=function(){function e(t){this.element=Gt(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}(),t1=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}(),Et=Me,r1={isServer:!Me,useCSSOMInjection:!Ar},Ut=function(){function e(t,r,n){t===void 0&&(t=ue),r===void 0&&(r={});var o=this;this.options=M(M({},r1),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&Me&&Et&&(Et=!1,St(this)),it(this,function(){return function(s){for(var i=s.getTag(),u=i.length,c="",v=function(m){var C=function(P){return De.get(P)}(m);if(C===void 0)return"continue";var g=s.names.get(C),E=i.getGroup(m);if(g===void 0||!g.size||E.length===0)return"continue";var x="".concat(re,".g").concat(m,'[id="').concat(C,'"]'),L="";g!==void 0&&g.forEach(function(P){P.length>0&&(L+="".concat(P,","))}),c+="".concat(E).concat(x,'{content:"').concat(L,'"}').concat(st)},y=0;y<u;y++)v(y);return c}(o)})}return e.registerId=function(t){return Ae(t)},e.prototype.rehydrate=function(){!this.server&&Me&&St(this)},e.prototype.reconstructWithOptions=function(t,r){return r===void 0&&(r=!0),new e(M(M({},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 t1(o):n?new Qr(o):new e1(o)}(this.options),new Wr(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(Ae(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(Ae(t),n)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(Ae(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),n1=/&/g,o1=/^\s*\/\/.*$/gm;function qt(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=qt(r.children,t)),r})}function s1(e){var t,r,n,o=ue,s=o.options,i=s===void 0?ue:s,u=o.plugins,c=u===void 0?He:u,v=function(C,g,E){return E.startsWith(r)&&E.endsWith(r)&&E.replaceAll(r,"").length>0?".".concat(t):C},y=c.slice();y.push(function(C){C.type===$e&&C.value.includes("&")&&(C.props[0]=C.props[0].replace(n1,r).replace(n,v))}),i.prefix&&y.push(Rr),y.push(Er);var m=function(C,g,E,x){g===void 0&&(g=""),E===void 0&&(E=""),x===void 0&&(x="&"),t=x,r=g,n=new RegExp("\\".concat(r,"\\b"),"g");var L=C.replace(o1,""),P=wr(E||g?"".concat(E," ").concat(g," { ").concat(L," }"):L);i.namespace&&(P=qt(P,i.namespace));var R=[];return je(P,xr(y.concat(kr(function(w){return R.push(w)})))),R};return m.hash=c.length?c.reduce(function(C,g){return g.name||de(15),K(C,g.name)},zt).toString():"",m}var a1=new Ut,tt=s1(),Xt=Y.createContext({shouldForwardProp:void 0,styleSheet:a1,stylis:tt});Xt.Consumer;Y.createContext(void 0);function xt(){return Y.useContext(Xt)}var kt=function(){function e(t,r){var n=this;this.inject=function(o,s){s===void 0&&(s=tt);var i=n.name+s.hash;o.hasNameForId(n.id,i)||o.insertRules(n.id,i,s(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}(),i1=function(e){return e>="A"&&e<="Z"};function Rt(e){for(var t="",r=0;r<e.length;r++){var n=e[r];if(r===1&&n==="-"&&e[0]==="-")return e;i1(n)?t+="-"+n.toLowerCase():t+=n}return t.startsWith("ms-")?"-"+t:t}var Jt=function(e){return e==null||e===!1||e===""},Kt=function(e){var t,r,n=[];for(var o in e){var s=e[o];e.hasOwnProperty(o)&&!Jt(s)&&(Array.isArray(s)&&s.isCss||le(s)?n.push("".concat(Rt(o),":"),s,";"):pe(s)?n.push.apply(n,ae(ae(["".concat(o," {")],Kt(s),!1),["}"],!1)):n.push("".concat(Rt(o),": ").concat((t=o,(r=s)==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||t in _r||t.startsWith("--")?String(r).trim():"".concat(r,"px")),";")))}return n};function te(e,t,r,n){if(Jt(e))return[];if(at(e))return[".".concat(e.styledComponentId)];if(le(e)){if(!le(s=e)||s.prototype&&s.prototype.isReactComponent||!t)return[e];var o=e(t);return process.env.NODE_ENV==="production"||typeof o!="object"||Array.isArray(o)||o instanceof kt||pe(o)||o===null||console.error("".concat(Yt(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 s;return e instanceof kt?r?(e.inject(r,n),[e.getName(n)]):[e]:pe(e)?Kt(e):Array.isArray(e)?Array.prototype.concat.apply(He,e.map(function(i){return te(i,t,r,n)})):[e.toString()]}function c1(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(le(r)&&!at(r))return!1}return!0}var u1=Ft(Ye),l1=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(n===void 0||n.isStatic)&&c1(t),this.componentId=r,this.baseHash=K(u1,r),this.baseStyle=n,Ut.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 s=wt(te(this.rules,t,r,n)),i=Qe(K(this.baseHash,s)>>>0);if(!r.hasNameForId(this.componentId,i)){var u=n(s,".".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),v="",y=0;y<this.rules.length;y++){var m=this.rules[y];if(typeof m=="string")v+=m,process.env.NODE_ENV!=="production"&&(c=K(c,m));else if(m){var C=wt(te(m,t,r,n));c=K(c,C+y),v+=C}}if(v){var g=Qe(c>>>0);r.hasNameForId(this.componentId,g)||r.insertRules(this.componentId,g,n(v,".".concat(g),void 0,this.componentId)),o=Q(o,g)}}return o},e}(),Qt=Y.createContext(void 0);Qt.Consumer;var Ue={},_t=new Set;function p1(e,t,r){var n=at(e),o=e,s=!Ge(e),i=t.attrs,u=i===void 0?He:i,c=t.componentId,v=c===void 0?function(S,_){var h=typeof S!="string"?"sc":Ct(S);Ue[h]=(Ue[h]||0)+1;var p="".concat(h,"-").concat(Ir(Ye+h+Ue[h]));return _?"".concat(_,"-").concat(p):p}(t.displayName,t.parentComponentId):c,y=t.displayName,m=y===void 0?function(S){return Ge(S)?"styled.".concat(S):"Styled(".concat(Yt(S),")")}(e):y,C=t.displayName&&t.componentId?"".concat(Ct(t.displayName),"-").concat(t.componentId):t.componentId||v,g=n&&o.attrs?o.attrs.concat(u).filter(Boolean):u,E=t.shouldForwardProp;if(n&&o.shouldForwardProp){var x=o.shouldForwardProp;if(t.shouldForwardProp){var L=t.shouldForwardProp;E=function(S,_){return x(S,_)&&L(S,_)}}else E=x}var P=new l1(r,C,n?o.componentStyle:void 0);function R(S,_){return function(h,p,F){var G=h.attrs,Be=h.componentStyle,he=h.defaultProps,we=h.foldedComponentIds,Se=h.styledComponentId,me=h.target,Ee=Y.useContext(Qt),xe=xt(),ne=h.shouldForwardProp||xe.shouldForwardProp;process.env.NODE_ENV!=="production"&&Y.useDebugValue(Se);var Ce=Tr(p,Ee,he)||ue,$=function(I,W,U){for(var A,j=M(M({},W),{className:void 0,theme:U}),J=0;J<I.length;J+=1){var oe=le(A=I[J])?A(j):A;for(var q in oe)j[q]=q==="className"?Q(j[q],oe[q]):q==="style"?M(M({},j[q]),oe[q]):oe[q]}return W.className&&(j.className=Q(j.className,W.className)),j}(G,p,Ce),a=$.as||me,l={};for(var d in $)$[d]===void 0||d[0]==="$"||d==="as"||d==="theme"&&$.theme===Ce||(d==="forwardedAs"?l.as=$.forwardedAs:ne&&!ne(d,a)||(l[d]=$[d],ne||process.env.NODE_ENV!=="development"||cr(d)||_t.has(d)||!Ke.has(a)||(_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 T=function(I,W){var U=xt(),A=I.generateAndInjectStyles(W,U.styleSheet,U.stylis);return process.env.NODE_ENV!=="production"&&Y.useDebugValue(A),A}(Be,$);process.env.NODE_ENV!=="production"&&h.warnTooManyClasses&&h.warnTooManyClasses(T);var V=Q(we,Se);return T&&(V+=" "+T),$.className&&(V+=" "+$.className),l[Ge(a)&&!Ke.has(a)?"class":"className"]=V,F&&(l.ref=F),Y.createElement(a,l)}(w,S,_)}R.displayName=m;var w=Y.forwardRef(R);return w.attrs=g,w.componentStyle=P,w.displayName=m,w.shouldForwardProp=E,w.foldedComponentIds=n?Q(o.foldedComponentIds,o.styledComponentId):"",w.styledComponentId=C,w.target=n?o.target:e,Object.defineProperty(w,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(S){this._foldedDefaultProps=n?function(_){for(var h=[],p=1;p<arguments.length;p++)h[p-1]=arguments[p];for(var F=0,G=h;F<G.length;F++)et(_,G[F],!0);return _}({},o.defaultProps,S):S}}),process.env.NODE_ENV!=="production"&&(Pr(m,C),w.warnTooManyClasses=function(S,_){var h={},p=!1;return function(F){if(!p&&(h[F]=!0,Object.keys(h).length>=200)){var G=_?' with the id of "'.concat(_,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(S).concat(G,`.
|
|
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,C)),it(w,function(){return".".concat(w.styledComponentId)}),s&&Zt(w,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),w}function At(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 f1(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(le(e)||pe(e))return Pt(te(At(He,ae([e],t,!0))));var n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?te(n):Pt(te(At(n,t)))}function rt(e,t,r){if(r===void 0&&(r=ue),!t)throw de(1,t);var n=function(o){for(var s=[],i=1;i<arguments.length;i++)s[i-1]=arguments[i];return e(t,r,f1.apply(void 0,ae([o],s,!1)))};return n.attrs=function(o){return rt(e,t,M(M({},r),{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},n.withConfig=function(o){return rt(e,t,M(M({},r),o))},n}var er=function(e){return rt(p1,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 d1=ct.div`
|
|
82
|
+
display: flex;
|
|
83
|
+
width: 248px;
|
|
84
|
+
height: 46px;
|
|
85
|
+
gap: 8px;
|
|
86
|
+
`,Tt=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
|
+
`,h1=({balance:e,bet:t,currencyId:r})=>D.jsxs(d1,{children:[D.jsxs(Tt,{children:[D.jsx("p",{className:"text-title",children:"Balance"}),D.jsxs("p",{className:"amount",children:[r," ",e]})]}),D.jsxs(Tt,{children:[D.jsx("p",{className:"text-title",children:"Total Bet"}),D.jsxs("p",{className:"amount",children:[r," ",t]})]})]}),m1={icons:sr};exports.BalanceAndBet=h1;exports.default=m1;
|