From f1bc873e932143280aa5bfb564a2805795b43a73 Mon Sep 17 00:00:00 2001 From: "mr.scrpt" Date: Wed, 25 Oct 2023 10:29:30 +0300 Subject: [PATCH] implements: notification profile l79-m12 --- build/154.343bb0c607caa3a3e3a8.js | 1 + build/223.6142b9d6217854f4bce5.js | 1 + build/310.5bb39b4a5c4afb782e65.js | 1 + build/360.8e9bd3e3d2ffdfcb3030.js | 1 + build/360.c71a0777795f0a82a968.js | 1 - build/3c12f7a33ac045fb1c51.svg | 18 ++ build/426.3af1d5d62def5e808409.js | 1 + build/426.c7202d5e44b5c2723f4f.js | 1 - build/446.11ff48dd95da5923c1d4.js | 1 + build/507.8b2c778fc19b3e68ebe1.js | 1 + build/690.e8c416b6667e6fc8db4f.js | 1 + build/696.85022b118afc69673604.js | 1 - build/7.669ad6fb3b3a5b3fd64c.js | 1 + build/813.21dda96fb94080363d31.js | 1 + build/838.9e4f3a1911b238f90b87.js | 1 + build/84d97e22f697bba4bc9e.svg | 3 + build/877.25a8ec6378c92d842937.js | 1 + build/883.e57c9d9a2680435e38b2.js | 1 - build/92.eb1e408610126cd24dae.js | 1 + build/a561b718975942b8ea81.svg | 3 + build/c8d3977fb7dd4ac58ba7.svg | 3 + build/css/154.d8dbf298.css | 3 + build/css/223.ecbfa2c2.css | 1 + build/css/310.c8e6b878.css | 7 + build/css/360.cc498f66.css | 26 ++ .../{360.4c29efe8.css => 507.4c29efe8.css} | 0 build/css/696.6decae16.css | 3 - build/css/7.d753467a.css | 1 + build/css/813.3161a6e8.css | 3 + build/css/838.2bd129d2.css | 26 ++ build/css/877.6eb61b8b.css | 3 + build/css/883.be442721.css | 3 - build/css/92.4c97805f.css | 1 + build/css/main.d4c0d68a.css | 22 ++ build/css/main.fc97bcf3.css | 17 -- build/e2650a30943f840d0cb0.svg | 3 + build/e80b9f900ea8d1a7f13c.svg | 3 + build/index.html | 14 +- build/main.c3789cce2ec6bc0ea5f9.js | 2 + ... main.c3789cce2ec6bc0ea5f9.js.LICENSE.txt} | 0 build/main.ef0e727c574874695f5d.js | 2 - config/build/buildLoader.ts | 21 +- config/build/buildPlugin.ts | 15 ++ config/build/loader/babelLoader.ts | 11 +- extractedTranslations/en/error_list.json | 3 +- extractedTranslations/en/page_error.json | 3 + extractedTranslations/ru/error_list.json | 4 + extractedTranslations/ru/form.json | 8 + extractedTranslations/ru/menu_main.json | 6 + extractedTranslations/ru/page_about.json | 4 + extractedTranslations/ru/page_error.json | 3 + extractedTranslations/ru/page_main.json | 3 + extractedTranslations/ru/page_not_found.json | 3 + extractedTranslations/ru/page_profile.json | 3 + extractedTranslations/ru/profile_editor.json | 5 + package.json | 5 + server/db.json | 138 ++++------ src/app/style/global.scss | 17 ++ .../ArticleRecomended/type/props.type.ts | 4 +- src/entity/Notification/index.ts | 3 + .../Notification/type/notification.type.ts | 6 + src/entity/Notification/type/props.type.ts | 20 ++ .../NotificationItem.module.scss | 19 ++ .../NotificationItem.skeleton.tsx | 21 ++ .../ui/NotificationItem/NotificationItem.tsx | 26 ++ .../NotificationList.module.scss | 20 ++ .../ui/NotificationList/NotificationList.tsx | 24 ++ .../NotificationListSkeleton.tsx | 11 + .../model/slice/profileEditorSlice.ts | 2 +- .../ProfileNotify/api/notificationApi.ts | 14 + src/feature/ProfileNotify/index.ts | 1 + src/feature/ProfileNotify/type/props.type.ts | 5 + .../ui/ProfileNotify.module.scss | 8 + .../ProfileNotify/ui/ProfileNotify.tsx | 44 ++++ src/shared/asset/icon/icon-notify.svg | 3 + .../DropDown/ui/DropDown.module.scss | 8 +- src/shared/component/Icon/type/icon.enum.ts | 1 + src/shared/component/Icon/ui/Icon.module.scss | 5 +- src/shared/component/Icon/ui/Icon.tsx | 1 + .../component/LinkApp/ui/LinkApp.module.scss | 4 +- src/shared/component/Popover/index.ts | 1 + .../component/Popover/type/position.enum.ts | 6 + .../component/Popover/type/props.type.ts | 9 + .../component/Popover/ui/Popover.module.scss | 60 +++++ src/shared/component/Popover/ui/Popover.tsx | 35 +++ src/shared/component/Title/type/props.type.ts | 1 + src/shared/component/Title/ui/Title.tsx | 2 + src/shared/component/Title/ui/style/size.scss | 4 +- src/shared/component/Title/ui/style/view.scss | 13 + src/widget/Navbar/ui/Navbar.tsx | 7 +- yarn.lock | 246 +++++++++++++++++- 91 files changed, 920 insertions(+), 150 deletions(-) create mode 100644 build/154.343bb0c607caa3a3e3a8.js create mode 100644 build/223.6142b9d6217854f4bce5.js create mode 100644 build/310.5bb39b4a5c4afb782e65.js create mode 100644 build/360.8e9bd3e3d2ffdfcb3030.js delete mode 100644 build/360.c71a0777795f0a82a968.js create mode 100644 build/3c12f7a33ac045fb1c51.svg create mode 100644 build/426.3af1d5d62def5e808409.js delete mode 100644 build/426.c7202d5e44b5c2723f4f.js create mode 100644 build/446.11ff48dd95da5923c1d4.js create mode 100644 build/507.8b2c778fc19b3e68ebe1.js create mode 100644 build/690.e8c416b6667e6fc8db4f.js delete mode 100644 build/696.85022b118afc69673604.js create mode 100644 build/7.669ad6fb3b3a5b3fd64c.js create mode 100644 build/813.21dda96fb94080363d31.js create mode 100644 build/838.9e4f3a1911b238f90b87.js create mode 100644 build/84d97e22f697bba4bc9e.svg create mode 100644 build/877.25a8ec6378c92d842937.js delete mode 100644 build/883.e57c9d9a2680435e38b2.js create mode 100644 build/92.eb1e408610126cd24dae.js create mode 100644 build/a561b718975942b8ea81.svg create mode 100644 build/c8d3977fb7dd4ac58ba7.svg create mode 100644 build/css/154.d8dbf298.css create mode 100644 build/css/223.ecbfa2c2.css create mode 100644 build/css/310.c8e6b878.css create mode 100644 build/css/360.cc498f66.css rename build/css/{360.4c29efe8.css => 507.4c29efe8.css} (100%) delete mode 100644 build/css/696.6decae16.css create mode 100644 build/css/7.d753467a.css create mode 100644 build/css/813.3161a6e8.css create mode 100644 build/css/838.2bd129d2.css create mode 100644 build/css/877.6eb61b8b.css delete mode 100644 build/css/883.be442721.css create mode 100644 build/css/92.4c97805f.css create mode 100644 build/css/main.d4c0d68a.css delete mode 100644 build/css/main.fc97bcf3.css create mode 100644 build/e2650a30943f840d0cb0.svg create mode 100644 build/e80b9f900ea8d1a7f13c.svg create mode 100644 build/main.c3789cce2ec6bc0ea5f9.js rename build/{main.ef0e727c574874695f5d.js.LICENSE.txt => main.c3789cce2ec6bc0ea5f9.js.LICENSE.txt} (100%) delete mode 100644 build/main.ef0e727c574874695f5d.js create mode 100644 extractedTranslations/en/page_error.json create mode 100644 extractedTranslations/ru/error_list.json create mode 100644 extractedTranslations/ru/form.json create mode 100644 extractedTranslations/ru/menu_main.json create mode 100644 extractedTranslations/ru/page_about.json create mode 100644 extractedTranslations/ru/page_error.json create mode 100644 extractedTranslations/ru/page_main.json create mode 100644 extractedTranslations/ru/page_not_found.json create mode 100644 extractedTranslations/ru/page_profile.json create mode 100644 extractedTranslations/ru/profile_editor.json create mode 100644 src/entity/Notification/index.ts create mode 100644 src/entity/Notification/type/notification.type.ts create mode 100644 src/entity/Notification/type/props.type.ts create mode 100644 src/entity/Notification/ui/NotificationItem/NotificationItem.module.scss create mode 100644 src/entity/Notification/ui/NotificationItem/NotificationItem.skeleton.tsx create mode 100644 src/entity/Notification/ui/NotificationItem/NotificationItem.tsx create mode 100644 src/entity/Notification/ui/NotificationList/NotificationList.module.scss create mode 100644 src/entity/Notification/ui/NotificationList/NotificationList.tsx create mode 100644 src/entity/Notification/ui/NotificationList/NotificationListSkeleton.tsx create mode 100644 src/feature/ProfileNotify/api/notificationApi.ts create mode 100644 src/feature/ProfileNotify/index.ts create mode 100644 src/feature/ProfileNotify/type/props.type.ts create mode 100644 src/feature/ProfileNotify/ui/ProfileNotify.module.scss create mode 100644 src/feature/ProfileNotify/ui/ProfileNotify.tsx create mode 100644 src/shared/asset/icon/icon-notify.svg create mode 100644 src/shared/component/Popover/index.ts create mode 100644 src/shared/component/Popover/type/position.enum.ts create mode 100644 src/shared/component/Popover/type/props.type.ts create mode 100644 src/shared/component/Popover/ui/Popover.module.scss create mode 100644 src/shared/component/Popover/ui/Popover.tsx diff --git a/build/154.343bb0c607caa3a3e3a8.js b/build/154.343bb0c607caa3a3e3a8.js new file mode 100644 index 0000000..72ef52c --- /dev/null +++ b/build/154.343bb0c607caa3a3e3a8.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[154],{4154:(e,n,r)=>{r.r(n),r.d(n,{LoginForm:()=>O,default:()=>S});var a=r(5893),o=r(7294),t=r(1072),s=r(743),l=r(5346),c=r(2590),i=r(3792),u=r(6763),d=r(2418),f=r(9762),m=r(4305),v=r(2222),h=function(e){return e.login},p=(0,v.P1)(h,(function(e){return(null==e?void 0:e.error)||""})),R=(0,v.P1)(h,(function(e){return(null==e?void 0:e.isLoading)||!1})),x=(0,v.P1)(h,(function(e){var n;return(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.password)||""})),N=(0,v.P1)(h,(function(e){var n;return(null===(n=null==e?void 0:e.data)||void 0===n?void 0:n.username)||""})),A=r(4442),j=r(7884);const b={form:"T9ZQVF",inner:"hI69kz",fieldBox:"xYBBYp",fieldRow:"ZjcqmR",fieldName:"HbIdWk",textError:"phAoR1",buttonBox:"xWHfD0"};var I=function(){return I=Object.assign||function(e){for(var n,r=1,a=arguments.length;r{r.d(n,{II:()=>d,H3:()=>a,MV:()=>o,JG:()=>t});var a,o,t,s=r(5893),l=r(7294),c=r(2418),i=r(3792);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(a||(a={})),function(e){e.FOCUS="focus",e.HOVER="hover",e.ERROR="error",e.SUCCESS="success",e.NORMAL="normal"}(o||(o={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(t||(t={}));var u=function(){return u=Object.assign||function(e){for(var n,r=1,a=arguments.length;r{var a;r.d(n,{q:()=>a}),function(e){e.WIDTH_AVAILABLE="width_available"}(a||(a={}))},6763:(e,n,r)=>{r.d(n,{Dx:()=>i,Gm:()=>a,hx:()=>o});var a,o,t=r(5893),s=r(7294),l=r(2418);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(a||(a={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(o||(o={}));var c=function(){return c=Object.assign||function(e){for(var n,r=1,a=arguments.length;r{r.d(n,{W:()=>l});var a=r(5893),o=r(7294),t=r(743),s=r(4305),l=(0,o.memo)((function(e){var n=e.children,r=e.reducerList,l=e.removeAfterUnmount,c=(0,t.oR)(),i=(0,s.T)();return(0,o.useEffect)((function(){var e=c.reducerManager.getReducerMap();return Object.entries(r).forEach((function(n){var r=n[0],a=n[1];e[r]||(console.log(" + mount reducer ".concat(r)),c.reducerManager.add(r,a),i({type:"@INIT ".concat(r," reducer")}))})),function(){l&&Object.entries(r).forEach((function(e){var n=e[0];console.log(" - unmount reducer ".concat(n)),c.reducerManager.remove(n),i({type:"@DESTROY ".concat(n," reducer")})}))}}),[]),(0,a.jsx)(a.Fragment,{children:n})}))}}]); \ No newline at end of file diff --git a/build/223.6142b9d6217854f4bce5.js b/build/223.6142b9d6217854f4bce5.js new file mode 100644 index 0000000..43caa51 --- /dev/null +++ b/build/223.6142b9d6217854f4bce5.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[223],{4223:(r,e,t)=>{t.r(e),t.d(e,{ArticleEditPage:()=>i});var a=t(5893),n=t(7294),c=t(2418);var s=function(){return s=Object.assign||function(r){for(var e,t=1,a=arguments.length;t{n.r(t),n.d(t,{ProfileCard:()=>g});var r=n(5893),o=n(4456),a=n(7294),i=n(743),l=n(5691),s=n(7416),u=n(2418),c=n(4305);var d=(0,a.memo)((function(e){var t=e.className,n=e.disabled,d=e.onChange,p=e.value,f=(0,c.T)();(0,a.useEffect)((function(){f((0,o.dC)())}),[f]);var v=(0,i.v9)(o.nZ.getCountryData),b=v.data,x=v.isLoading,h=v.error,g=(0,a.useMemo)((function(){return b?b.map((function(e){return{value:e.abb,content:e.name,disabled:!1}})):[]}),[b]),m=(0,u.A)("S_4uP9",[t],{});return(0,r.jsxs)(r.Fragment,{children:[x&&(0,r.jsx)(l.a,{}),h&&(0,r.jsx)("div",{children:h}),!x&&!h&&(0,r.jsx)(s.P,{className:m,list:g,value:p,onChange:d,disabled:n})]})})),p=n(8456),f=n(8398);var v=(0,a.memo)((function(e){var t=e.className,n=e.disabled,o=e.onChange,d=e.value,v=(0,c.T)();(0,a.useEffect)((function(){v((0,p.w$)())}),[v]);var b=(0,i.v9)(p.nZ.getCurrencyData),x=b.data,h=b.isLoading,g=b.error,m=(0,a.useMemo)((function(){return x?x.map((function(e){return{content:e.name,value:e.abb,disabled:!1}})):[]}),[x]),O=(0,u.A)("HTTN_4",[t],{});return(0,r.jsxs)(r.Fragment,{children:[h&&(0,r.jsx)(l.a,{}),g&&(0,r.jsx)("div",{children:g}),!h&&!g&&(0,r.jsx)(s.P,{list:m,onChange:o,className:O,disabled:n,value:d,direction:f.G.REVERS})]})})),b=n(2559),x=n(2590);var h=function(){return h=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{n.d(t,{q:()=>i});var r=n(5893),o=n(2418);var a=function(){return a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{n.d(t,{II:()=>d,H3:()=>r,MV:()=>o,JG:()=>a});var r,o,a,i=n(5893),l=n(7294),s=n(2418),u=n(3792);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(r||(r={})),function(e){e.FOCUS="focus",e.HOVER="hover",e.ERROR="error",e.SUCCESS="success",e.NORMAL="normal"}(o||(o={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(a||(a={}));var c=function(){return c=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r;n.d(t,{q:()=>r}),function(e){e.WIDTH_AVAILABLE="width_available"}(r||(r={}))},7416:(e,t,n)=>{n.d(t,{P:()=>re});var r=n(5893),o=n(7294),a=n(4192),i=n(5910),l=n(6723),s=n(3855);function u(e,t){let[n,r]=(0,o.useState)(e),a=(0,s.E)(e);return(0,l.e)((()=>r(a.current)),[a,r,...t]),n}var c,d=n(3784),p=n(5394),f=n(2984),v=n(2720),b=n(1363),x=n(1497),h=n(4103),g=n(4575),m=n(6567),O=n(4157),R=n(2966),y=((c=y||{})[c.None=1]="None",c[c.Focusable=2]="Focusable",c[c.Hidden=4]="Hidden",c);let S=(0,p.yV)((function(e,t){let{features:n=1,...r}=e,o={ref:t,"aria-hidden":2==(2&n)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&n)&&2!=(2&n)&&{display:"none"}}};return(0,p.sY)({ourProps:o,theirProps:r,slot:{},defaultTag:"div",name:"Hidden"})}));function L(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))I(n,T(t,r),o);return n}function T(e,t){return e?e+"["+t+"]":t}function I(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())I(e,T(t,r.toString()),o);else n instanceof Date?e.push([t,n.toISOString()]):"boolean"==typeof n?e.push([t,n?"1":"0"]):"string"==typeof n?e.push([t,n]):"number"==typeof n?e.push([t,`${n}`]):null==n?e.push([t,""]):L(n,t,e)}var E,C,j=n(5466),P=n(3781),w=n(476),A=n(5257),N=((C=N||{})[C.Open=0]="Open",C[C.Closed=1]="Closed",C),M=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(M||{}),D=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(D||{}),z=((E=z||{})[E.OpenListbox=0]="OpenListbox",E[E.CloseListbox=1]="CloseListbox",E[E.GoToOption=2]="GoToOption",E[E.Search=3]="Search",E[E.ClearSearch=4]="ClearSearch",E[E.RegisterOption=5]="RegisterOption",E[E.UnregisterOption=6]="UnregisterOption",E[E.RegisterLabel=7]="RegisterLabel",E);function k(e,t=(e=>e)){let n=null!==e.activeOptionIndex?e.options[e.activeOptionIndex]:null,r=(0,g.z2)(t(e.options.slice()),(e=>e.dataRef.current.domRef.current)),o=n?r.indexOf(n):null;return-1===o&&(o=null),{options:r,activeOptionIndex:o}}let F={1:e=>e.dataRef.current.disabled||1===e.listboxState?e:{...e,activeOptionIndex:null,listboxState:1},0(e){if(e.dataRef.current.disabled||0===e.listboxState)return e;let t=e.activeOptionIndex,{isSelected:n}=e.dataRef.current,r=e.options.findIndex((e=>n(e.dataRef.current.value)));return-1!==r&&(t=r),{...e,listboxState:0,activeOptionIndex:t}},2(e,t){var n;if(e.dataRef.current.disabled||1===e.listboxState)return e;let r=k(e),o=(0,x.d)(t,{resolveItems:()=>r.options,resolveActiveIndex:()=>r.activeOptionIndex,resolveId:e=>e.id,resolveDisabled:e=>e.dataRef.current.disabled});return{...e,...r,searchQuery:"",activeOptionIndex:o,activationTrigger:null!=(n=t.trigger)?n:1}},3:(e,t)=>{if(e.dataRef.current.disabled||1===e.listboxState)return e;let n=""!==e.searchQuery?0:1,r=e.searchQuery+t.value.toLowerCase(),o=(null!==e.activeOptionIndex?e.options.slice(e.activeOptionIndex+n).concat(e.options.slice(0,e.activeOptionIndex+n)):e.options).find((e=>{var t;return!e.dataRef.current.disabled&&(null==(t=e.dataRef.current.textValue)?void 0:t.startsWith(r))})),a=o?e.options.indexOf(o):-1;return-1===a||a===e.activeOptionIndex?{...e,searchQuery:r}:{...e,searchQuery:r,activeOptionIndex:a,activationTrigger:1}},4:e=>e.dataRef.current.disabled||1===e.listboxState||""===e.searchQuery?e:{...e,searchQuery:""},5:(e,t)=>{let n={id:t.id,dataRef:t.dataRef},r=k(e,(e=>[...e,n]));return null===e.activeOptionIndex&&e.dataRef.current.isSelected(t.dataRef.current.value)&&(r.activeOptionIndex=r.options.indexOf(n)),{...e,...r}},6:(e,t)=>{let n=k(e,(e=>{let n=e.findIndex((e=>e.id===t.id));return-1!==n&&e.splice(n,1),e}));return{...e,...n,activationTrigger:1}},7:(e,t)=>({...e,labelId:t.id})},V=(0,o.createContext)(null);function G(e){let t=(0,o.useContext)(V);if(null===t){let t=new Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,G),t}return t}V.displayName="ListboxActionsContext";let H=(0,o.createContext)(null);function Y(e){let t=(0,o.useContext)(H);if(null===t){let t=new Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,Y),t}return t}function B(e,t){return(0,f.E)(t.type,F,e,t)}H.displayName="ListboxDataContext";let U=o.Fragment,Q=p.AN.RenderStrategy|p.AN.Static,K=(0,p.yV)((function(e,t){let{value:n,defaultValue:r,form:i,name:s,onChange:u,by:c=((e,t)=>e===t),disabled:v=!1,horizontal:b=!1,multiple:h=!1,...O}=e;const T=b?"horizontal":"vertical";let I=(0,d.T)(t),[E=(h?[]:void 0),C]=function(e,t,n){let[r,a]=(0,o.useState)(n),i=void 0!==e,l=(0,o.useRef)(i),s=(0,o.useRef)(!1),u=(0,o.useRef)(!1);return!i||l.current||s.current?!i&&l.current&&!u.current&&(u.current=!0,l.current=i,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(s.current=!0,l.current=i,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[i?e:r,(0,P.z)((e=>(i||a(e),null==t?void 0:t(e))))]}(n,u,r),[j,w]=(0,o.useReducer)(B,{dataRef:(0,o.createRef)(),listboxState:1,options:[],searchQuery:"",labelId:null,activeOptionIndex:null,activationTrigger:1}),A=(0,o.useRef)({static:!1,hold:!1}),N=(0,o.useRef)(null),M=(0,o.useRef)(null),D=(0,o.useRef)(null),z=(0,P.z)("string"==typeof c?(e,t)=>{let n=c;return(null==e?void 0:e[n])===(null==t?void 0:t[n])}:c),k=(0,o.useCallback)((e=>(0,f.E)(F.mode,{1:()=>E.some((t=>z(t,e))),0:()=>z(E,e)})),[E]),F=(0,o.useMemo)((()=>({...j,value:E,disabled:v,mode:h?1:0,orientation:T,compare:z,isSelected:k,optionsPropsRef:A,labelRef:N,buttonRef:M,optionsRef:D})),[E,v,h,j]);(0,l.e)((()=>{j.dataRef.current=F}),[F]),(0,R.O)([F.buttonRef,F.optionsRef],((e,t)=>{var n;w({type:1}),(0,g.sP)(t,g.tJ.Loose)||(e.preventDefault(),null==(n=F.buttonRef.current)||n.focus())}),0===F.listboxState);let G=(0,o.useMemo)((()=>({open:0===F.listboxState,disabled:v,value:E})),[F,v,E]),Y=(0,P.z)((e=>{let t=F.options.find((t=>t.id===e));t&&_(t.dataRef.current.value)})),Q=(0,P.z)((()=>{if(null!==F.activeOptionIndex){let{dataRef:e,id:t}=F.options[F.activeOptionIndex];_(e.current.value),w({type:2,focus:x.T.Specific,id:t})}})),K=(0,P.z)((()=>w({type:0}))),Z=(0,P.z)((()=>w({type:1}))),$=(0,P.z)(((e,t,n)=>e===x.T.Specific?w({type:2,focus:x.T.Specific,id:t,trigger:n}):w({type:2,focus:e,trigger:n}))),q=(0,P.z)(((e,t)=>(w({type:5,id:e,dataRef:t}),()=>w({type:6,id:e})))),J=(0,P.z)((e=>(w({type:7,id:e}),()=>w({type:7,id:null})))),_=(0,P.z)((e=>(0,f.E)(F.mode,{0:()=>null==C?void 0:C(e),1(){let t=F.value.slice(),n=t.findIndex((t=>z(t,e)));return-1===n?t.push(e):t.splice(n,1),null==C?void 0:C(t)}}))),W=(0,P.z)((e=>w({type:3,value:e}))),X=(0,P.z)((()=>w({type:4}))),ee=(0,o.useMemo)((()=>({onChange:_,registerOption:q,registerLabel:J,goToOption:$,closeListbox:Z,openListbox:K,selectActiveOption:Q,selectOption:Y,search:W,clearSearch:X})),[]),te={ref:I},ne=(0,o.useRef)(null),re=(0,a.G)();return(0,o.useEffect)((()=>{ne.current&&void 0!==r&&re.addEventListener(ne.current,"reset",(()=>{null==C||C(r)}))}),[ne,C]),o.createElement(V.Provider,{value:ee},o.createElement(H.Provider,{value:F},o.createElement(m.up,{value:(0,f.E)(F.listboxState,{0:m.ZM.Open,1:m.ZM.Closed})},null!=s&&null!=E&&L({[s]:E}).map((([e,t],n)=>o.createElement(S,{features:y.Hidden,ref:0===n?e=>{var t;ne.current=null!=(t=null==e?void 0:e.closest("form"))?t:null}:void 0,...(0,p.oA)({key:e,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:i,name:e,value:t})}))),(0,p.sY)({ourProps:te,theirProps:O,slot:G,defaultTag:U,name:"Listbox"}))))})),Z=(0,p.yV)((function(e,t){var n;let r=(0,i.M)(),{id:l=`headlessui-listbox-button-${r}`,...s}=e,c=Y("Listbox.Button"),f=G("Listbox.Button"),v=(0,d.T)(c.buttonRef,t),g=(0,a.G)(),m=(0,P.z)((e=>{switch(e.key){case b.R.Space:case b.R.Enter:case b.R.ArrowDown:e.preventDefault(),f.openListbox(),g.nextFrame((()=>{c.value||f.goToOption(x.T.First)}));break;case b.R.ArrowUp:e.preventDefault(),f.openListbox(),g.nextFrame((()=>{c.value||f.goToOption(x.T.Last)}))}})),R=(0,P.z)((e=>{e.key===b.R.Space&&e.preventDefault()})),y=(0,P.z)((e=>{if((0,h.P)(e.currentTarget))return e.preventDefault();0===c.listboxState?(f.closeListbox(),g.nextFrame((()=>{var e;return null==(e=c.buttonRef.current)?void 0:e.focus({preventScroll:!0})}))):(e.preventDefault(),f.openListbox())})),S=u((()=>{if(c.labelId)return[c.labelId,l].join(" ")}),[c.labelId,l]),L=(0,o.useMemo)((()=>({open:0===c.listboxState,disabled:c.disabled,value:c.value})),[c]),T={ref:v,id:l,type:(0,O.f)(e,c.buttonRef),"aria-haspopup":"listbox","aria-controls":null==(n=c.optionsRef.current)?void 0:n.id,"aria-expanded":0===c.listboxState,"aria-labelledby":S,disabled:c.disabled,onKeyDown:m,onKeyUp:R,onClick:y};return(0,p.sY)({ourProps:T,theirProps:s,slot:L,defaultTag:"button",name:"Listbox.Button"})})),$=(0,p.yV)((function(e,t){let n=(0,i.M)(),{id:r=`headlessui-listbox-label-${n}`,...a}=e,s=Y("Listbox.Label"),u=G("Listbox.Label"),c=(0,d.T)(s.labelRef,t);(0,l.e)((()=>u.registerLabel(r)),[r]);let f=(0,P.z)((()=>{var e;return null==(e=s.buttonRef.current)?void 0:e.focus({preventScroll:!0})})),v=(0,o.useMemo)((()=>({open:0===s.listboxState,disabled:s.disabled})),[s]);return(0,p.sY)({ourProps:{ref:c,id:r,onClick:f},theirProps:a,slot:v,defaultTag:"label",name:"Listbox.Label"})})),q=(0,p.yV)((function(e,t){var n;let r=(0,i.M)(),{id:l=`headlessui-listbox-options-${r}`,...s}=e,c=Y("Listbox.Options"),h=G("Listbox.Options"),g=(0,d.T)(c.optionsRef,t),O=(0,a.G)(),R=(0,a.G)(),y=(0,m.oJ)(),S=null!==y?(y&m.ZM.Open)===m.ZM.Open:0===c.listboxState;(0,o.useEffect)((()=>{var e;let t=c.optionsRef.current;t&&0===c.listboxState&&t!==(null==(e=(0,j.r)(t))?void 0:e.activeElement)&&t.focus({preventScroll:!0})}),[c.listboxState,c.optionsRef]);let L=(0,P.z)((e=>{switch(R.dispose(),e.key){case b.R.Space:if(""!==c.searchQuery)return e.preventDefault(),e.stopPropagation(),h.search(e.key);case b.R.Enter:if(e.preventDefault(),e.stopPropagation(),null!==c.activeOptionIndex){let{dataRef:e}=c.options[c.activeOptionIndex];h.onChange(e.current.value)}0===c.mode&&(h.closeListbox(),(0,v.k)().nextFrame((()=>{var e;return null==(e=c.buttonRef.current)?void 0:e.focus({preventScroll:!0})})));break;case(0,f.E)(c.orientation,{vertical:b.R.ArrowDown,horizontal:b.R.ArrowRight}):return e.preventDefault(),e.stopPropagation(),h.goToOption(x.T.Next);case(0,f.E)(c.orientation,{vertical:b.R.ArrowUp,horizontal:b.R.ArrowLeft}):return e.preventDefault(),e.stopPropagation(),h.goToOption(x.T.Previous);case b.R.Home:case b.R.PageUp:return e.preventDefault(),e.stopPropagation(),h.goToOption(x.T.First);case b.R.End:case b.R.PageDown:return e.preventDefault(),e.stopPropagation(),h.goToOption(x.T.Last);case b.R.Escape:return e.preventDefault(),e.stopPropagation(),h.closeListbox(),O.nextFrame((()=>{var e;return null==(e=c.buttonRef.current)?void 0:e.focus({preventScroll:!0})}));case b.R.Tab:e.preventDefault(),e.stopPropagation();break;default:1===e.key.length&&(h.search(e.key),R.setTimeout((()=>h.clearSearch()),350))}})),T=u((()=>{var e,t,n;return null!=(n=null==(e=c.labelRef.current)?void 0:e.id)?n:null==(t=c.buttonRef.current)?void 0:t.id}),[c.labelRef.current,c.buttonRef.current]),I=(0,o.useMemo)((()=>({open:0===c.listboxState})),[c]),E={"aria-activedescendant":null===c.activeOptionIndex||null==(n=c.options[c.activeOptionIndex])?void 0:n.id,"aria-multiselectable":1===c.mode||void 0,"aria-labelledby":T,"aria-orientation":c.orientation,id:l,onKeyDown:L,role:"listbox",tabIndex:0,ref:g};return(0,p.sY)({ourProps:E,theirProps:s,slot:I,defaultTag:"ul",features:Q,visible:S,name:"Listbox.Options"})})),J=(0,p.yV)((function(e,t){let n=(0,i.M)(),{id:r=`headlessui-listbox-option-${n}`,disabled:a=!1,value:u,...c}=e,f=Y("Listbox.Option"),b=G("Listbox.Option"),h=null!==f.activeOptionIndex&&f.options[f.activeOptionIndex].id===r,g=f.isSelected(u),m=(0,o.useRef)(null),O=(0,A.x)(m),R=(0,s.E)({disabled:a,value:u,domRef:m,get textValue(){return O()}}),y=(0,d.T)(t,m);(0,l.e)((()=>{if(0!==f.listboxState||!h||0===f.activationTrigger)return;let e=(0,v.k)();return e.requestAnimationFrame((()=>{var e,t;null==(t=null==(e=m.current)?void 0:e.scrollIntoView)||t.call(e,{block:"nearest"})})),e.dispose}),[m,h,f.listboxState,f.activationTrigger,f.activeOptionIndex]),(0,l.e)((()=>b.registerOption(r,R)),[R,r]);let S=(0,P.z)((e=>{if(a)return e.preventDefault();b.onChange(u),0===f.mode&&(b.closeListbox(),(0,v.k)().nextFrame((()=>{var e;return null==(e=f.buttonRef.current)?void 0:e.focus({preventScroll:!0})})))})),L=(0,P.z)((()=>{if(a)return b.goToOption(x.T.Nothing);b.goToOption(x.T.Specific,r)})),T=(0,w.g)(),I=(0,P.z)((e=>T.update(e))),E=(0,P.z)((e=>{T.wasMoved(e)&&(a||h||b.goToOption(x.T.Specific,r,0))})),C=(0,P.z)((e=>{T.wasMoved(e)&&(a||h&&b.goToOption(x.T.Nothing))})),j=(0,o.useMemo)((()=>({active:h,selected:g,disabled:a})),[h,g,a]);return(0,p.sY)({ourProps:{id:r,ref:y,role:"option",tabIndex:!0===a?void 0:-1,"aria-disabled":!0===a||void 0,"aria-selected":g,disabled:void 0,onClick:S,onFocus:L,onPointerEnter:I,onMouseEnter:I,onPointerMove:E,onMouseMove:E,onPointerLeave:C,onMouseLeave:C},theirProps:c,slot:j,defaultTag:"li",name:"Listbox.Option"})})),_=Object.assign(K,{Button:Z,Label:$,Options:q,Option:J});var W=n(2418),X=n(8398);var ee=function(){return ee=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r;n.d(t,{G:()=>r}),function(e){e.NORMAL="column",e.REVERS="reverse"}(r||(r={}))}}]); \ No newline at end of file diff --git a/build/360.8e9bd3e3d2ffdfcb3030.js b/build/360.8e9bd3e3d2ffdfcb3030.js new file mode 100644 index 0000000..1dd1923 --- /dev/null +++ b/build/360.8e9bd3e3d2ffdfcb3030.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[360],{5056:(e,t,r)=>{r.r(t),r.d(t,{ArticlePage:()=>ae});var n=r(5893),a=r(7195),i=r(7294),o=r(2418),c=r(8608).p.injectEndpoints({endpoints:function(e){return{fetchArticleRecomended:e.query({query:function(e){return{url:"/articles",params:{_limit:e}}}})}}}).useFetchArticleRecomendedQuery;var s=(0,i.memo)((function(e){var t=e.className,r=(0,o.A)("hlKuF9",[t],{}),s=(0,o.A)("KZi_Iu",["D5NlpC"],{}),l=c(3),u=l.data,d=l.isLoading,f=l.error,m=(0,i.useCallback)((function(e){return(0,n.jsx)(a.bI,{view:a.Zx.TILE,className:s,article:e},e.id)}),[s]);return(0,n.jsx)(a.Uw,{className:r,articleList:u,error:f&&JSON.stringify(f),isLoading:d,renderFeed:m})})),l=r(467),u=r(1072),d=r(743),f=r(9250),m=r(2257),v=r(3390);var h=function(){return h=Object.assign||function(e){for(var t,r=1,n=arguments.length;r0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]{s.r(a),s.d(a,{default:()=>r});var c=s(893),t=s(69),l=s(72);const r=function(e){var a=e.className,s=(0,l.$G)("page_about").t,r=(0,t.A)("Vqv1Ch",[a],{}),n=(0,t.A)("zAS3Nj"),i=(0,t.A)("KUncBw");return(0,c.jsx)("div",{className:r,children:(0,c.jsx)("div",{className:n,children:(0,c.jsx)("div",{className:i,children:s("page-about-title")})})})}}}]); \ No newline at end of file diff --git a/build/3c12f7a33ac045fb1c51.svg b/build/3c12f7a33ac045fb1c51.svg new file mode 100644 index 0000000..b739569 --- /dev/null +++ b/build/3c12f7a33ac045fb1c51.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/build/426.3af1d5d62def5e808409.js b/build/426.3af1d5d62def5e808409.js new file mode 100644 index 0000000..3472106 --- /dev/null +++ b/build/426.3af1d5d62def5e808409.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[426],{8426:(e,n,t)=>{t.r(n),t.d(n,{default:()=>l});var a=t(5893),r=t(2418),s=t(1072);var c=function(){return c=Object.assign||function(e){for(var n,t=1,a=arguments.length;t{a.r(s),a.d(s,{default:()=>l});var c=a(893),n=a(69),t=a(72);const l=function(e){var s=e.className,a=(0,t.$G)("page_not_found").t,l=(0,n.A)("V0yEap",[s],{}),r=(0,n.A)("ZxxmnB"),d=(0,n.A)("_gIwSZ");return(0,c.jsx)("div",{className:l,children:(0,c.jsx)("div",{className:r,children:(0,c.jsx)("div",{className:d,children:a("page-not-found-title")})})})}}}]); \ No newline at end of file diff --git a/build/446.11ff48dd95da5923c1d4.js b/build/446.11ff48dd95da5923c1d4.js new file mode 100644 index 0000000..ca57efa --- /dev/null +++ b/build/446.11ff48dd95da5923c1d4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[446],{7446:(t,e,s)=>{function r(t){return(Array.isArray(t)?t:t.issues).reduce(((t,e)=>{if(e.path){const s=e.path.map((({key:t})=>t)).join(".");t.nested[s]=[...t.nested[s]||[],e.message]}else t.root=[...t.root||[],e.message];return t}),{nested:{}})}s.d(e,{Ei:()=>y,Qc:()=>f,Ry:()=>p,Z_:()=>l,xH:()=>r});var n=class extends Error{issues;constructor(t){super(t[0].message),this.name="ValiError",this.issues=t}};function o(t,e){return{reason:t?.reason,validation:e.validation,origin:t?.origin||"value",message:e.message,input:e.input,abortEarly:t?.abortEarly,abortPipeEarly:t?.abortPipeEarly}}function i(t,e){return{reason:e,origin:t?.origin,abortEarly:t?.abortEarly,abortPipeEarly:t?.abortPipeEarly}}function a(t,e,s,r){if(!e||!e.length)return{output:t};let n,a,u=t;for(const t of e){const e=t(u);if(e.issue){n=n||i(s,r);const t=o(n,e.issue);if(a?a.push(t):a=[t],n.abortEarly||n.abortPipeEarly)break}else u=e.output}return a?{issues:a}:{output:u}}function u(t,e){return t&&"string"!=typeof t?[void 0,t]:[t,e]}function c(t,e,s,r,n,o){return{issues:[{reason:e,validation:s,origin:t?.origin||"value",message:r,input:n,issues:o,abortEarly:t?.abortEarly,abortPipeEarly:t?.abortPipeEarly}]}}function p(t,e,s){const[r,n]=u(e,s);let o;return{schema:"object",object:t,async:!1,_parse(e,s){if(!e||"object"!=typeof e)return c(s,"type","object",r||"Invalid type",e);let i;o=o||Object.entries(t);const u={};for(const[t,r]of o){const n=e[t],o=r._parse(n,s);if(o.issues){const r={schema:"object",input:e,key:t,value:n};for(const t of o.issues)t.path?t.path.unshift(r):t.path=[r],i?.push(t);if(i||(i=o.issues),s?.abortEarly)break}else u[t]=o.output}return i?{issues:i}:a(u,n,s,"object")}}}function l(t,e){const[s,r]=u(t,e);return{schema:"string",async:!1,_parse:(t,e)=>"string"!=typeof t?c(e,"type","string",s||"Invalid type",t):a(t,r,e,"string")}}function f(t,e,s){const r=t._parse(e,s);if(r.issues)throw new n(r.issues);return r.output}function y(t,e){return s=>s.length{t.r(a),t.d(a,{default:()=>l});var r=t(5893),s=t(2418),c=t(1072);var n=function(){return n=Object.assign||function(e){for(var a,t=1,r=arguments.length;t{n.d(t,{d2:()=>W,Uw:()=>J,bI:()=>ie,Ls:()=>v,nP:()=>h,Zx:()=>f,Ej:()=>he,eq:()=>fe,nK:()=>Pe,OY:()=>Te,EW:()=>Ce,E$:()=>ke,hT:()=>Re,QC:()=>Le,D$:()=>N,wS:()=>ve,BX:()=>pe,oj:()=>ye,uP:()=>ge,XB:()=>we,$y:()=>je,MZ:()=>Oe,Mc:()=>Ne,dl:()=>Ee,Hc:()=>Ie});var r=n(5893),a=n(4268),i=(0,a.hg)("profile/fethcProfileData",(function(e,t){return n=void 0,r=void 0,i=function(){var n,r,a,i;return function(e,t){var n,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(c){return function(l){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,c[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&c[0]?r.return:c[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,c[1])).done)return a;switch(r=0,a&&(c=[2&c[0],a.value]),c[0]){case 0:case 1:a=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,r=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]>>>>",se);var ue=se.getInitialState({isLoading:!1,error:void 0,ids:[],entities:{},feedView:ce,page:1,limit:4,hasMore:!0,sort:h.CREATED,order:v.ASC,search:"",tag:"",_inited:!1}),de=(0,a.oM)({name:"feedArticleSlice",initialState:ue,reducers:{setView:function(e,t){e.feedView&&(e.feedView=e.feedView.map((function(e){return e.view===t.payload?le(le({},e),{view:t.payload,isActive:!0}):le(le({},e),{isActive:!1})})))},setPage:function(e,t){e.page=t.payload},setLimit:function(e,t){e.limit=t.payload},setInited:function(e){e._inited=!0},setOrder:function(e,t){e.order=t.payload},setSort:function(e,t){e.sort=t.payload},setSearch:function(e,t){e.search=t.payload},setTag:function(e,t){e.search=t.payload}},extraReducers:function(e){e.addCase(Ae.pending,(function(e){console.log("in pending"),e.error=void 0,e.isLoading=!0,se.removeAll(e)})).addCase(Ae.fulfilled,(function(e,t){console.log("in fulfilled"),se.setAll(e,t.payload),e.isLoading=!1,e.hasMore=t.payload.length>=e.limit})).addCase(Ae.rejected,(function(e,t){e.isLoading=!1,e.error=t.payload})).addCase(Le.pending,(function(e){e.error=void 0,e.isLoading=!0})).addCase(Le.fulfilled,(function(e,t){t.payload&&(console.log("in reducer",t.payload),se.addMany(e,t.payload),e.hasMore=t.payload.length>0),e.error=void 0,e.isLoading=!1})).addCase(Le.rejected,(function(e,t){e.isLoading=!1,e.error=t.payload}))}}),fe=de.reducer,he=de.actions,ve=se.getSelectors((function(e){return console.log("=>>>>>>>>>>>>>> state",e),e.articleFeed||se.getInitialState()})),pe=function(e){var t;return null===(t=e.articleFeed)||void 0===t?void 0:t.hasMore},me=function(e){var t;return null===(t=e.articleFeed)||void 0===t?void 0:t._inited},ye=function(e){var t;return null===(t=e.articleFeed)||void 0===t?void 0:t.isLoading},be=function(e){var t;return null===(t=e.articleFeed)||void 0===t?void 0:t.limit},ge=function(e){var t,n;return null!==(n=null===(t=e.articleFeed)||void 0===t?void 0:t.order)&&void 0!==n?n:v.ASC},xe=function(e){var t;return(null===(t=e.articleFeed)||void 0===t?void 0:t.page)||1},we=function(e){var t,n;return null!==(n=null===(t=e.articleFeed)||void 0===t?void 0:t.search)&&void 0!==n?n:""},je=function(e){var t,n;return null!==(n=null===(t=e.articleFeed)||void 0===t?void 0:t.sort)&&void 0!==n?n:h.CREATED},Oe=function(e){var t,n;return null!==(n=null===(t=e.articleFeed)||void 0===t?void 0:t.tag)&&void 0!==n?n:""},Ne=function(e){var t;return null===(t=e.articleFeed)||void 0===t?void 0:t.feedView},Ee=function(e){var t,n;return null===(n=null===(t=e.articleFeed)||void 0===t?void 0:t.feedView)||void 0===n?void 0:n.find((function(e){return e.isActive}))};function Se(e){window.history.pushState(null,"",function(e){var t=new URLSearchParams(window.location.search);return Object.entries(e).forEach((function(e){var n=e[0],r=e[1];console.log("name, value",n,r),void 0!==r&&t.set(n,r),""===r&&t.delete(n)})),"?".concat(t.toString())}(e))}var Ae=(0,a.hg)("feedArticle/fetchFeedArticle",(function(e,t){return n=void 0,r=void 0,i=function(){var e,n,r,a,i,o,c,l,s,u;return function(e,t){var n,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(c){return function(l){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,c[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&c[0]?r.return:c[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,c[1])).done)return a;switch(r=0,a&&(c=[2&c[0],a.value]),c[0]){case 0:case 1:a=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,r=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]0&&a[a.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!a||c[1]>a[0]&&c[1]{n.d(t,{q:()=>o});var r=n(5893),a=n(2418);var i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{n.d(t,{II:()=>d,H3:()=>r,MV:()=>a,JG:()=>i});var r,a,i,o=n(5893),c=n(7294),l=n(2418),s=n(3792);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(r||(r={})),function(e){e.FOCUS="focus",e.HOVER="hover",e.ERROR="error",e.SUCCESS="success",e.NORMAL="normal"}(a||(a={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(i||(i={}));var u=function(){return u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r;n.d(t,{q:()=>r}),function(e){e.WIDTH_AVAILABLE="width_available"}(r||(r={}))},6660:(e,t,n)=>{n.d(t,{O:()=>o});var r=n(5893),a=n(2418);var i=function(){return i=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{n.d(t,{t:()=>s});var r=n(5893),a=n(7294),i=n(2418);var o=function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{n.d(t,{Dx:()=>s,Gm:()=>r,hx:()=>a});var r,a,i=n(5893),o=n(7294),c=n(2418);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(r||(r={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(a||(a={}));var l=function(){return l=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{n.d(t,{W:()=>c});var r=n(5893),a=n(7294),i=n(743),o=n(4305),c=(0,a.memo)((function(e){var t=e.children,n=e.reducerList,c=e.removeAfterUnmount,l=(0,i.oR)(),s=(0,o.T)();return(0,a.useEffect)((function(){var e=l.reducerManager.getReducerMap();return Object.entries(n).forEach((function(t){var n=t[0],r=t[1];e[n]||(console.log(" + mount reducer ".concat(n)),l.reducerManager.add(n,r),s({type:"@INIT ".concat(n," reducer")}))})),function(){c&&Object.entries(n).forEach((function(e){var t=e[0];console.log(" - unmount reducer ".concat(t)),l.reducerManager.remove(t),s({type:"@DESTROY ".concat(t," reducer")})}))}}),[]),(0,r.jsx)(r.Fragment,{children:t})}))}}]); \ No newline at end of file diff --git a/build/696.85022b118afc69673604.js b/build/696.85022b118afc69673604.js deleted file mode 100644 index c64dbfe..0000000 --- a/build/696.85022b118afc69673604.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[696],{696:(e,s,a)=>{a.r(s),a.d(s,{LoginForm:()=>I,default:()=>S});var n,l,o=a(893),r=a(294),i=a(72),c=a(998),t=a(346),d=a(590),u=a(792),f=a(69);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(n||(n={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(l||(l={}));var m=function(e){var s,a=e.className,r=e.children,i=e.view,c=void 0===i?l.PRIMARY:i,t=e.size,d=void 0===t?n.L:t,u=(0,f.A)("f2Swhq",[a],((s={}).VTEiOI=c===l.PRIMARY,s.qLsfMk=c===l.SECONDARY,s.O8CtMH=d===n.L,s.hdemTX=d===n.M,s.zZIp8L=d===n.S,s.YYhFLR=d===n.XL,s));return(0,o.jsx)("span",{className:u,children:(0,o.jsx)("span",{className:"ZyS2P6",children:r})})},v=a(834),h=function(e){return e.login},R=a(290),A=a(884);const p={form:"T9ZQVF",inner:"hI69kz",fieldBox:"xYBBYp",fieldRow:"ZjcqmR",fieldName:"HbIdWk",textError:"phAoR1",buttonBox:"xWHfD0"};var I=(0,r.memo)((function(e){var s=e.className,a=e.setFocus,n=(0,v.T)(),I=A.y.setUserName,S=A.y.setPassword,N=(0,c.v9)(h),x=N.username,L=N.password,E=N.isLoading,j=N.error,C=(0,i.$G)("form").t,D=(0,i.$G)("error_list").t,b=(0,f.A)(p.form,[s],{}),w=(0,r.useCallback)((function(e){n(I(e))}),[I,n]),B=(0,r.useCallback)((function(e){n(S(e))}),[S,n]),M=(0,r.useCallback)((function(e){e.preventDefault(),n((0,R.a)({username:x,password:L}))}),[n,x,L]);return(0,o.jsx)("form",{className:b,onSubmit:M,children:(0,o.jsxs)("div",{className:p.inner,children:[(0,o.jsx)("div",{className:p.fieldRow,children:(0,o.jsx)(m,{view:l.SECONDARY,children:C("form-title-login-modal")})}),(0,o.jsx)("div",{className:p.fieldRow,children:(0,o.jsx)("div",{className:p.textError,children:D(j)})}),(0,o.jsxs)("div",{className:p.fieldBox,children:[(0,o.jsx)("label",{className:p.fieldRow,children:(0,o.jsx)(d.II,{className:p.input,placeholder:C("form-field-input-placeholder-login"),name:"login",mode:u.q.WIDTH_AVAILABLE,onChangeHandler:w,autoFocus:a,value:x})}),(0,o.jsxs)("label",{className:p.fieldRow,children:[(0,o.jsx)("div",{className:p.fieldName,children:C("form-field-label-title-password")}),(0,o.jsx)(d.II,{className:p.input,placeholder:C("form-field-input-placeholder-password"),name:"password",mode:u.q.WIDTH_AVAILABLE,onChangeHandler:B,value:L})]})]}),(0,o.jsx)("div",{className:p.buttonBox,children:(0,o.jsx)(t.zx,{type:"submit",className:p.button,disabled:E,children:C("form-field-button-submit")})})]})})}));const S=I},590:(e,s,a)=>{a.d(s,{II:()=>d,H3:()=>n,MV:()=>l,JG:()=>o});var n,l,o,r=a(893),i=a(294),c=a(69),t=a(792);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(n||(n={})),function(e){e.FOCUS="focus",e.HOVER="hover",e.ERROR="error",e.SUCCESS="success",e.DISABLED="disabled"}(l||(l={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(o||(o={}));var d=(0,i.memo)((function(e){var s,a=e.className,d=e.view,u=void 0===d?o.PRIMARY:d,f=e.size,m=void 0===f?n.L:f,v=e.state,h=e.placeholder,R=e.name,A=e.mode,p=e.onChangeHandler,I=e.value,S=e.autoFocus;console.log("autoFocus in input",S);var N=(0,i.useState)(v),x=N[0],L=N[1],E=(0,i.useState)(!1),j=E[0],C=E[1],D=(0,i.useState)(!1),b=D[0],w=D[1],B=(0,i.useState)(!1),M=B[0],Y=B[1];(0,i.useEffect)((function(){v!==l.DISABLED&&v!==l.ERROR&&v!==l.SUCCESS||Y(!0)}),[v,M]);var H=(0,c.A)("HA1BTB",[a],((s={}).IfuYil=u===o.PRIMARY,s.y_0I2y=u===o.SECONDARY,s.kXfHrV=m===n.S,s.DFwAGg=m===n.M,s.aIVdgN=m===n.L,s.eaGRDD=m===n.XL,s.EZwU55=x===l.ERROR,s.f5dOMz=x===l.SUCCESS,s.NyLfPI=x===l.DISABLED,s.ceon6W=j,s.MreWS0=b,s.iq3KBS=A===t.q.WIDTH_AVAILABLE,s)),g=(0,c.A)("bq9dQd"),O=(0,c.A)("t02mlH");(0,i.useEffect)((function(){L(v)}),[v]);var k=(0,i.useRef)();return(0,i.useEffect)((function(){var e;S&&(null===(e=k.current)||void 0===e||e.focus())}),[S]),(0,r.jsx)("span",{className:H,children:(0,r.jsx)("span",{className:g,children:(0,r.jsx)("input",{className:O,onFocus:function(){M||(w(!0),C(!1))},onBlur:function(){M||w(!1)},onMouseOver:function(){M||C(!0)},onMouseLeave:function(){M||C(!1)},disabled:v===l.DISABLED,placeholder:h,name:R,onChange:function(e){null==p||p(e.target.value)},value:I,ref:k})})})}))},792:(e,s,a)=>{var n;a.d(s,{q:()=>n}),function(e){e.WIDTH_AVAILABLE="width_available"}(n||(n={}))}}]); \ No newline at end of file diff --git a/build/7.669ad6fb3b3a5b3fd64c.js b/build/7.669ad6fb3b3a5b3fd64c.js new file mode 100644 index 0000000..d8046b1 --- /dev/null +++ b/build/7.669ad6fb3b3a5b3fd64c.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[7],{7007:(e,r,t)=>{t.r(r),t.d(r,{ArticleCreatePage:()=>o});var a=t(5893),n=t(7294),c=t(2418);var s=function(){return s=Object.assign||function(e){for(var r,t=1,a=arguments.length;t{r.r(n),r.d(n,{default:()=>p});var t=r(5893),a=r(2761),s=r(7294),o=r(4905),c=r(2418),i=r(5346),u=r(1072);var l=function(){return l=Object.assign||function(e){for(var n,r=1,t=arguments.length;r{r.d(n,{II:()=>f,H3:()=>t,MV:()=>a,JG:()=>s});var t,a,s,o=r(5893),c=r(7294),i=r(2418),u=r(3792);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(t||(t={})),function(e){e.FOCUS="focus",e.HOVER="hover",e.ERROR="error",e.SUCCESS="success",e.NORMAL="normal"}(a||(a={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(s||(s={}));var l=function(){return l=Object.assign||function(e){for(var n,r=1,t=arguments.length;r{var t;r.d(n,{q:()=>t}),function(e){e.WIDTH_AVAILABLE="width_available"}(t||(t={}))}}]); \ No newline at end of file diff --git a/build/838.9e4f3a1911b238f90b87.js b/build/838.9e4f3a1911b238f90b87.js new file mode 100644 index 0000000..75d5e81 --- /dev/null +++ b/build/838.9e4f3a1911b238f90b87.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[838],{2852:(e,t,n)=>{n.r(t),n.d(t,{ArticleFeedPage:()=>U});var r=n(5893),o=n(7294),a=n(2418),i=n(7195),l=n(743),s=n(9655),u=n(5346),c=n(9762),d=n(4305),f=n(4268),p=(0,f.hg)("tags/fetchTagsData",(function(e,t){return n=void 0,r=void 0,a=function(){var e,n,r,o;return function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(l){return function(s){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,l[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&l[0]?r.return:l[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,l[1])).done)return o;switch(r=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]{n.d(t,{P:()=>re});var r=n(5893),o=n(7294),a=n(4192),i=n(5910),l=n(6723),s=n(3855);function u(e,t){let[n,r]=(0,o.useState)(e),a=(0,s.E)(e);return(0,l.e)((()=>r(a.current)),[a,r,...t]),n}var c,d=n(3784),f=n(5394),p=n(2984),v=n(2720),b=n(1363),h=n(1497),x=n(4103),g=n(4575),m=n(6567),y=n(4157),O=n(2966),R=((c=R||{})[c.None=1]="None",c[c.Focusable=2]="Focusable",c[c.Hidden=4]="Hidden",c);let S=(0,f.yV)((function(e,t){let{features:n=1,...r}=e,o={ref:t,"aria-hidden":2==(2&n)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&n)&&2!=(2&n)&&{display:"none"}}};return(0,f.sY)({ourProps:o,theirProps:r,slot:{},defaultTag:"div",name:"Hidden"})}));function w(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))T(n,j(t,r),o);return n}function j(e,t){return e?e+"["+t+"]":t}function T(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())T(e,j(t,r.toString()),o);else n instanceof Date?e.push([t,n.toISOString()]):"boolean"==typeof n?e.push([t,n?"1":"0"]):"string"==typeof n?e.push([t,n]):"number"==typeof n?e.push([t,`${n}`]):null==n?e.push([t,""]):w(n,t,e)}var L,P,C=n(5466),I=n(3781),N=n(476),E=n(5257),k=((P=k||{})[P.Open=0]="Open",P[P.Closed=1]="Closed",P),A=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(A||{}),M=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(M||{}),z=((L=z||{})[L.OpenListbox=0]="OpenListbox",L[L.CloseListbox=1]="CloseListbox",L[L.GoToOption=2]="GoToOption",L[L.Search=3]="Search",L[L.ClearSearch=4]="ClearSearch",L[L.RegisterOption=5]="RegisterOption",L[L.UnregisterOption=6]="UnregisterOption",L[L.RegisterLabel=7]="RegisterLabel",L);function D(e,t=(e=>e)){let n=null!==e.activeOptionIndex?e.options[e.activeOptionIndex]:null,r=(0,g.z2)(t(e.options.slice()),(e=>e.dataRef.current.domRef.current)),o=n?r.indexOf(n):null;return-1===o&&(o=null),{options:r,activeOptionIndex:o}}let F={1:e=>e.dataRef.current.disabled||1===e.listboxState?e:{...e,activeOptionIndex:null,listboxState:1},0(e){if(e.dataRef.current.disabled||0===e.listboxState)return e;let t=e.activeOptionIndex,{isSelected:n}=e.dataRef.current,r=e.options.findIndex((e=>n(e.dataRef.current.value)));return-1!==r&&(t=r),{...e,listboxState:0,activeOptionIndex:t}},2(e,t){var n;if(e.dataRef.current.disabled||1===e.listboxState)return e;let r=D(e),o=(0,h.d)(t,{resolveItems:()=>r.options,resolveActiveIndex:()=>r.activeOptionIndex,resolveId:e=>e.id,resolveDisabled:e=>e.dataRef.current.disabled});return{...e,...r,searchQuery:"",activeOptionIndex:o,activationTrigger:null!=(n=t.trigger)?n:1}},3:(e,t)=>{if(e.dataRef.current.disabled||1===e.listboxState)return e;let n=""!==e.searchQuery?0:1,r=e.searchQuery+t.value.toLowerCase(),o=(null!==e.activeOptionIndex?e.options.slice(e.activeOptionIndex+n).concat(e.options.slice(0,e.activeOptionIndex+n)):e.options).find((e=>{var t;return!e.dataRef.current.disabled&&(null==(t=e.dataRef.current.textValue)?void 0:t.startsWith(r))})),a=o?e.options.indexOf(o):-1;return-1===a||a===e.activeOptionIndex?{...e,searchQuery:r}:{...e,searchQuery:r,activeOptionIndex:a,activationTrigger:1}},4:e=>e.dataRef.current.disabled||1===e.listboxState||""===e.searchQuery?e:{...e,searchQuery:""},5:(e,t)=>{let n={id:t.id,dataRef:t.dataRef},r=D(e,(e=>[...e,n]));return null===e.activeOptionIndex&&e.dataRef.current.isSelected(t.dataRef.current.value)&&(r.activeOptionIndex=r.options.indexOf(n)),{...e,...r}},6:(e,t)=>{let n=D(e,(e=>{let n=e.findIndex((e=>e.id===t.id));return-1!==n&&e.splice(n,1),e}));return{...e,...n,activationTrigger:1}},7:(e,t)=>({...e,labelId:t.id})},V=(0,o.createContext)(null);function G(e){let t=(0,o.useContext)(V);if(null===t){let t=new Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,G),t}return t}V.displayName="ListboxActionsContext";let U=(0,o.createContext)(null);function B(e){let t=(0,o.useContext)(U);if(null===t){let t=new Error(`<${e} /> is missing a parent component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,B),t}return t}function Q(e,t){return(0,p.E)(t.type,F,e,t)}U.displayName="ListboxDataContext";let $=o.Fragment,H=f.AN.RenderStrategy|f.AN.Static,Z=(0,f.yV)((function(e,t){let{value:n,defaultValue:r,form:i,name:s,onChange:u,by:c=((e,t)=>e===t),disabled:v=!1,horizontal:b=!1,multiple:x=!1,...y}=e;const j=b?"horizontal":"vertical";let T=(0,d.T)(t),[L=(x?[]:void 0),P]=function(e,t,n){let[r,a]=(0,o.useState)(n),i=void 0!==e,l=(0,o.useRef)(i),s=(0,o.useRef)(!1),u=(0,o.useRef)(!1);return!i||l.current||s.current?!i&&l.current&&!u.current&&(u.current=!0,l.current=i,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(s.current=!0,l.current=i,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[i?e:r,(0,I.z)((e=>(i||a(e),null==t?void 0:t(e))))]}(n,u,r),[C,N]=(0,o.useReducer)(Q,{dataRef:(0,o.createRef)(),listboxState:1,options:[],searchQuery:"",labelId:null,activeOptionIndex:null,activationTrigger:1}),E=(0,o.useRef)({static:!1,hold:!1}),k=(0,o.useRef)(null),A=(0,o.useRef)(null),M=(0,o.useRef)(null),z=(0,I.z)("string"==typeof c?(e,t)=>{let n=c;return(null==e?void 0:e[n])===(null==t?void 0:t[n])}:c),D=(0,o.useCallback)((e=>(0,p.E)(F.mode,{1:()=>L.some((t=>z(t,e))),0:()=>z(L,e)})),[L]),F=(0,o.useMemo)((()=>({...C,value:L,disabled:v,mode:x?1:0,orientation:j,compare:z,isSelected:D,optionsPropsRef:E,labelRef:k,buttonRef:A,optionsRef:M})),[L,v,x,C]);(0,l.e)((()=>{C.dataRef.current=F}),[F]),(0,O.O)([F.buttonRef,F.optionsRef],((e,t)=>{var n;N({type:1}),(0,g.sP)(t,g.tJ.Loose)||(e.preventDefault(),null==(n=F.buttonRef.current)||n.focus())}),0===F.listboxState);let G=(0,o.useMemo)((()=>({open:0===F.listboxState,disabled:v,value:L})),[F,v,L]),B=(0,I.z)((e=>{let t=F.options.find((t=>t.id===e));t&&_(t.dataRef.current.value)})),H=(0,I.z)((()=>{if(null!==F.activeOptionIndex){let{dataRef:e,id:t}=F.options[F.activeOptionIndex];_(e.current.value),N({type:2,focus:h.T.Specific,id:t})}})),Z=(0,I.z)((()=>N({type:0}))),W=(0,I.z)((()=>N({type:1}))),Y=(0,I.z)(((e,t,n)=>e===h.T.Specific?N({type:2,focus:h.T.Specific,id:t,trigger:n}):N({type:2,focus:e,trigger:n}))),J=(0,I.z)(((e,t)=>(N({type:5,id:e,dataRef:t}),()=>N({type:6,id:e})))),K=(0,I.z)((e=>(N({type:7,id:e}),()=>N({type:7,id:null})))),_=(0,I.z)((e=>(0,p.E)(F.mode,{0:()=>null==P?void 0:P(e),1(){let t=F.value.slice(),n=t.findIndex((t=>z(t,e)));return-1===n?t.push(e):t.splice(n,1),null==P?void 0:P(t)}}))),X=(0,I.z)((e=>N({type:3,value:e}))),q=(0,I.z)((()=>N({type:4}))),ee=(0,o.useMemo)((()=>({onChange:_,registerOption:J,registerLabel:K,goToOption:Y,closeListbox:W,openListbox:Z,selectActiveOption:H,selectOption:B,search:X,clearSearch:q})),[]),te={ref:T},ne=(0,o.useRef)(null),re=(0,a.G)();return(0,o.useEffect)((()=>{ne.current&&void 0!==r&&re.addEventListener(ne.current,"reset",(()=>{null==P||P(r)}))}),[ne,P]),o.createElement(V.Provider,{value:ee},o.createElement(U.Provider,{value:F},o.createElement(m.up,{value:(0,p.E)(F.listboxState,{0:m.ZM.Open,1:m.ZM.Closed})},null!=s&&null!=L&&w({[s]:L}).map((([e,t],n)=>o.createElement(S,{features:R.Hidden,ref:0===n?e=>{var t;ne.current=null!=(t=null==e?void 0:e.closest("form"))?t:null}:void 0,...(0,f.oA)({key:e,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:i,name:e,value:t})}))),(0,f.sY)({ourProps:te,theirProps:y,slot:G,defaultTag:$,name:"Listbox"}))))})),W=(0,f.yV)((function(e,t){var n;let r=(0,i.M)(),{id:l=`headlessui-listbox-button-${r}`,...s}=e,c=B("Listbox.Button"),p=G("Listbox.Button"),v=(0,d.T)(c.buttonRef,t),g=(0,a.G)(),m=(0,I.z)((e=>{switch(e.key){case b.R.Space:case b.R.Enter:case b.R.ArrowDown:e.preventDefault(),p.openListbox(),g.nextFrame((()=>{c.value||p.goToOption(h.T.First)}));break;case b.R.ArrowUp:e.preventDefault(),p.openListbox(),g.nextFrame((()=>{c.value||p.goToOption(h.T.Last)}))}})),O=(0,I.z)((e=>{e.key===b.R.Space&&e.preventDefault()})),R=(0,I.z)((e=>{if((0,x.P)(e.currentTarget))return e.preventDefault();0===c.listboxState?(p.closeListbox(),g.nextFrame((()=>{var e;return null==(e=c.buttonRef.current)?void 0:e.focus({preventScroll:!0})}))):(e.preventDefault(),p.openListbox())})),S=u((()=>{if(c.labelId)return[c.labelId,l].join(" ")}),[c.labelId,l]),w=(0,o.useMemo)((()=>({open:0===c.listboxState,disabled:c.disabled,value:c.value})),[c]),j={ref:v,id:l,type:(0,y.f)(e,c.buttonRef),"aria-haspopup":"listbox","aria-controls":null==(n=c.optionsRef.current)?void 0:n.id,"aria-expanded":0===c.listboxState,"aria-labelledby":S,disabled:c.disabled,onKeyDown:m,onKeyUp:O,onClick:R};return(0,f.sY)({ourProps:j,theirProps:s,slot:w,defaultTag:"button",name:"Listbox.Button"})})),Y=(0,f.yV)((function(e,t){let n=(0,i.M)(),{id:r=`headlessui-listbox-label-${n}`,...a}=e,s=B("Listbox.Label"),u=G("Listbox.Label"),c=(0,d.T)(s.labelRef,t);(0,l.e)((()=>u.registerLabel(r)),[r]);let p=(0,I.z)((()=>{var e;return null==(e=s.buttonRef.current)?void 0:e.focus({preventScroll:!0})})),v=(0,o.useMemo)((()=>({open:0===s.listboxState,disabled:s.disabled})),[s]);return(0,f.sY)({ourProps:{ref:c,id:r,onClick:p},theirProps:a,slot:v,defaultTag:"label",name:"Listbox.Label"})})),J=(0,f.yV)((function(e,t){var n;let r=(0,i.M)(),{id:l=`headlessui-listbox-options-${r}`,...s}=e,c=B("Listbox.Options"),x=G("Listbox.Options"),g=(0,d.T)(c.optionsRef,t),y=(0,a.G)(),O=(0,a.G)(),R=(0,m.oJ)(),S=null!==R?(R&m.ZM.Open)===m.ZM.Open:0===c.listboxState;(0,o.useEffect)((()=>{var e;let t=c.optionsRef.current;t&&0===c.listboxState&&t!==(null==(e=(0,C.r)(t))?void 0:e.activeElement)&&t.focus({preventScroll:!0})}),[c.listboxState,c.optionsRef]);let w=(0,I.z)((e=>{switch(O.dispose(),e.key){case b.R.Space:if(""!==c.searchQuery)return e.preventDefault(),e.stopPropagation(),x.search(e.key);case b.R.Enter:if(e.preventDefault(),e.stopPropagation(),null!==c.activeOptionIndex){let{dataRef:e}=c.options[c.activeOptionIndex];x.onChange(e.current.value)}0===c.mode&&(x.closeListbox(),(0,v.k)().nextFrame((()=>{var e;return null==(e=c.buttonRef.current)?void 0:e.focus({preventScroll:!0})})));break;case(0,p.E)(c.orientation,{vertical:b.R.ArrowDown,horizontal:b.R.ArrowRight}):return e.preventDefault(),e.stopPropagation(),x.goToOption(h.T.Next);case(0,p.E)(c.orientation,{vertical:b.R.ArrowUp,horizontal:b.R.ArrowLeft}):return e.preventDefault(),e.stopPropagation(),x.goToOption(h.T.Previous);case b.R.Home:case b.R.PageUp:return e.preventDefault(),e.stopPropagation(),x.goToOption(h.T.First);case b.R.End:case b.R.PageDown:return e.preventDefault(),e.stopPropagation(),x.goToOption(h.T.Last);case b.R.Escape:return e.preventDefault(),e.stopPropagation(),x.closeListbox(),y.nextFrame((()=>{var e;return null==(e=c.buttonRef.current)?void 0:e.focus({preventScroll:!0})}));case b.R.Tab:e.preventDefault(),e.stopPropagation();break;default:1===e.key.length&&(x.search(e.key),O.setTimeout((()=>x.clearSearch()),350))}})),j=u((()=>{var e,t,n;return null!=(n=null==(e=c.labelRef.current)?void 0:e.id)?n:null==(t=c.buttonRef.current)?void 0:t.id}),[c.labelRef.current,c.buttonRef.current]),T=(0,o.useMemo)((()=>({open:0===c.listboxState})),[c]),L={"aria-activedescendant":null===c.activeOptionIndex||null==(n=c.options[c.activeOptionIndex])?void 0:n.id,"aria-multiselectable":1===c.mode||void 0,"aria-labelledby":j,"aria-orientation":c.orientation,id:l,onKeyDown:w,role:"listbox",tabIndex:0,ref:g};return(0,f.sY)({ourProps:L,theirProps:s,slot:T,defaultTag:"ul",features:H,visible:S,name:"Listbox.Options"})})),K=(0,f.yV)((function(e,t){let n=(0,i.M)(),{id:r=`headlessui-listbox-option-${n}`,disabled:a=!1,value:u,...c}=e,p=B("Listbox.Option"),b=G("Listbox.Option"),x=null!==p.activeOptionIndex&&p.options[p.activeOptionIndex].id===r,g=p.isSelected(u),m=(0,o.useRef)(null),y=(0,E.x)(m),O=(0,s.E)({disabled:a,value:u,domRef:m,get textValue(){return y()}}),R=(0,d.T)(t,m);(0,l.e)((()=>{if(0!==p.listboxState||!x||0===p.activationTrigger)return;let e=(0,v.k)();return e.requestAnimationFrame((()=>{var e,t;null==(t=null==(e=m.current)?void 0:e.scrollIntoView)||t.call(e,{block:"nearest"})})),e.dispose}),[m,x,p.listboxState,p.activationTrigger,p.activeOptionIndex]),(0,l.e)((()=>b.registerOption(r,O)),[O,r]);let S=(0,I.z)((e=>{if(a)return e.preventDefault();b.onChange(u),0===p.mode&&(b.closeListbox(),(0,v.k)().nextFrame((()=>{var e;return null==(e=p.buttonRef.current)?void 0:e.focus({preventScroll:!0})})))})),w=(0,I.z)((()=>{if(a)return b.goToOption(h.T.Nothing);b.goToOption(h.T.Specific,r)})),j=(0,N.g)(),T=(0,I.z)((e=>j.update(e))),L=(0,I.z)((e=>{j.wasMoved(e)&&(a||x||b.goToOption(h.T.Specific,r,0))})),P=(0,I.z)((e=>{j.wasMoved(e)&&(a||x&&b.goToOption(h.T.Nothing))})),C=(0,o.useMemo)((()=>({active:x,selected:g,disabled:a})),[x,g,a]);return(0,f.sY)({ourProps:{id:r,ref:R,role:"option",tabIndex:!0===a?void 0:-1,"aria-disabled":!0===a||void 0,"aria-selected":g,disabled:void 0,onClick:S,onFocus:w,onPointerEnter:T,onMouseEnter:T,onPointerMove:L,onMouseMove:L,onPointerLeave:P,onMouseLeave:P},theirProps:c,slot:C,defaultTag:"li",name:"Listbox.Option"})})),_=Object.assign(Z,{Button:W,Label:Y,Options:J,Option:K});var X=n(2418),q=n(8398);var ee=function(){return ee=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{var r;n.d(t,{G:()=>r}),function(e){e.NORMAL="column",e.REVERS="reverse"}(r||(r={}))}}]); \ No newline at end of file diff --git a/build/84d97e22f697bba4bc9e.svg b/build/84d97e22f697bba4bc9e.svg new file mode 100644 index 0000000..f0ac2bf --- /dev/null +++ b/build/84d97e22f697bba4bc9e.svg @@ -0,0 +1,3 @@ + + + diff --git a/build/877.25a8ec6378c92d842937.js b/build/877.25a8ec6378c92d842937.js new file mode 100644 index 0000000..531a9fa --- /dev/null +++ b/build/877.25a8ec6378c92d842937.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[877],{4877:(e,n,r)=>{r.r(n),r.d(n,{ProfilePage:()=>z});var t=r(5893),o=r(1072),a=r(2418),i=r(7294),l=(0,i.lazy)((function(){return new Promise((function(e){setTimeout((function(){return e(r.e(310).then(r.bind(r,5310)).then((function(e){return{default:e.ProfileCard}})))}),1e3)}))})),u=r(4268),c=(0,u.hg)("profile/fethcProfileData",(function(e,n){return r=void 0,t=void 0,a=function(){var r,t,o,a;return function(e,n){var r,t,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(l){return function(u){return function(l){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,l[0]&&(i=0)),i;)try{if(r=1,t&&(o=2&l[0]?t.return:l[0]?t.throw||((o=t.return)&&o.call(t),0):t.next)&&!(o=o.call(t,l[1])).done)return o;switch(t=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,t=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]{r.d(n,{W:()=>l});var t=r(5893),o=r(7294),a=r(743),i=r(4305),l=(0,o.memo)((function(e){var n=e.children,r=e.reducerList,l=e.removeAfterUnmount,u=(0,a.oR)(),c=(0,i.T)();return(0,o.useEffect)((function(){var e=u.reducerManager.getReducerMap();return Object.entries(r).forEach((function(n){var r=n[0],t=n[1];e[r]||(console.log(" + mount reducer ".concat(r)),u.reducerManager.add(r,t),c({type:"@INIT ".concat(r," reducer")}))})),function(){l&&Object.entries(r).forEach((function(e){var n=e[0];console.log(" - unmount reducer ".concat(n)),u.reducerManager.remove(n),c({type:"@DESTROY ".concat(n," reducer")})}))}}),[]),(0,t.jsx)(t.Fragment,{children:n})}))}}]); \ No newline at end of file diff --git a/build/883.e57c9d9a2680435e38b2.js b/build/883.e57c9d9a2680435e38b2.js deleted file mode 100644 index 14ac399..0000000 --- a/build/883.e57c9d9a2680435e38b2.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[883],{883:(e,n,a)=>{a.r(n),a.d(n,{default:()=>d});var s=a(893),t=a(761),r=a(294),o=a(905),c=a(69),u=a(346),i=a(72);var l=function(e){var n=e.className,a=(0,r.useState)(!1),t=a[0],l=a[1];(0,r.useEffect)((function(){if(t)throw new Error("Test error generation")}),[t]);var f=(0,c.A)("XNbpg9",[n],{}),d=(0,i.$G)("error_list").t;return(0,s.jsx)("div",{className:f,children:(0,s.jsx)(u.zx,{type:"button",view:o.K.SECONDARY,onClick:function(){l(!0)},children:d("error-gen-error-button")})})},f=a(590);const d=function(e){var n=e.className,a=(0,i.$G)("page_main").t,r=(0,c.A)("ft6Tze",[n],{}),o=(0,c.A)("i2kwoW"),u=(0,c.A)("zF6IFA");return(0,s.jsx)("div",{className:r,children:(0,s.jsx)("div",{className:o,children:(0,s.jsxs)("div",{className:u,children:[(0,s.jsx)(f.II,{view:f.JG.PRIMARY,size:f.H3.L,state:f.MV.ERROR,name:"test"}),(0,s.jsx)(t.AT,{}),a("page-main-title"),(0,s.jsx)(l,{})]})})})}},590:(e,n,a)=>{a.d(n,{II:()=>l,H3:()=>s,MV:()=>t,JG:()=>r});var s,t,r,o=a(893),c=a(294),u=a(69),i=a(792);!function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(s||(s={})),function(e){e.FOCUS="focus",e.HOVER="hover",e.ERROR="error",e.SUCCESS="success",e.DISABLED="disabled"}(t||(t={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(r||(r={}));var l=(0,c.memo)((function(e){var n,a=e.className,l=e.view,f=void 0===l?r.PRIMARY:l,d=e.size,v=void 0===d?s.L:d,A=e.state,R=e.placeholder,S=e.name,E=e.mode,m=e.onChangeHandler,I=e.value,h=e.autoFocus;console.log("autoFocus in input",h);var p=(0,c.useState)(A),D=p[0],L=p[1],N=(0,c.useState)(!1),C=N[0],j=N[1],x=(0,c.useState)(!1),M=x[0],g=x[1],w=(0,c.useState)(!1),O=w[0],B=w[1];(0,c.useEffect)((function(){A!==t.DISABLED&&A!==t.ERROR&&A!==t.SUCCESS||B(!0)}),[A,O]);var b=(0,u.A)("HA1BTB",[a],((n={}).IfuYil=f===r.PRIMARY,n.y_0I2y=f===r.SECONDARY,n.kXfHrV=v===s.S,n.DFwAGg=v===s.M,n.aIVdgN=v===s.L,n.eaGRDD=v===s.XL,n.EZwU55=D===t.ERROR,n.f5dOMz=D===t.SUCCESS,n.NyLfPI=D===t.DISABLED,n.ceon6W=C,n.MreWS0=M,n.iq3KBS=E===i.q.WIDTH_AVAILABLE,n)),H=(0,u.A)("bq9dQd"),Y=(0,u.A)("t02mlH");(0,c.useEffect)((function(){L(A)}),[A]);var k=(0,c.useRef)();return(0,c.useEffect)((function(){var e;h&&(null===(e=k.current)||void 0===e||e.focus())}),[h]),(0,o.jsx)("span",{className:b,children:(0,o.jsx)("span",{className:H,children:(0,o.jsx)("input",{className:Y,onFocus:function(){O||(g(!0),j(!1))},onBlur:function(){O||g(!1)},onMouseOver:function(){O||j(!0)},onMouseLeave:function(){O||j(!1)},disabled:A===t.DISABLED,placeholder:R,name:S,onChange:function(e){null==m||m(e.target.value)},value:I,ref:k})})})}))},792:(e,n,a)=>{var s;a.d(n,{q:()=>s}),function(e){e.WIDTH_AVAILABLE="width_available"}(s||(s={}))}}]); \ No newline at end of file diff --git a/build/92.eb1e408610126cd24dae.js b/build/92.eb1e408610126cd24dae.js new file mode 100644 index 0000000..0a60436 --- /dev/null +++ b/build/92.eb1e408610126cd24dae.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkproject=self.webpackChunkproject||[]).push([[92],{9092:(e,a,r)=>{r.r(a),r.d(a,{AdminPage:()=>l});var n=r(5893),t=r(7294),s=r(1072),c=r(2418);var i=function(){return i=Object.assign||function(e){for(var a,r=1,n=arguments.length;r + + diff --git a/build/c8d3977fb7dd4ac58ba7.svg b/build/c8d3977fb7dd4ac58ba7.svg new file mode 100644 index 0000000..c299b1a --- /dev/null +++ b/build/c8d3977fb7dd4ac58ba7.svg @@ -0,0 +1,3 @@ + + + diff --git a/build/css/154.d8dbf298.css b/build/css/154.d8dbf298.css new file mode 100644 index 0000000..7142604 --- /dev/null +++ b/build/css/154.d8dbf298.css @@ -0,0 +1,3 @@ +.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} +.f2Swhq{display:flex}.ZyS2P6{vertical-align:middle}.zZIp8L .ZyS2P6{font-size:calc(var(--font-size-s)*var(--title-scale-up-150));line-height:calc(var(--font-line-s)*var(--title-scale-up-150))}.hdemTX .ZyS2P6{font-size:calc(var(--font-size-m)*var(--title-scale-up-100));line-height:calc(var(--font-line-m)*var(--title-scale-up-100))}.O8CtMH .ZyS2P6{font-size:calc(var(--font-size-l)*var(--title-scale-up-150));line-height:calc(var(--font-line-l)*var(--title-scale-up-100))}.YYhFLR .ZyS2P6{font-size:calc(var(--font-size-xl)*var(--title-scale-up-150));line-height:calc(var(--font-line-xl)*var(--title-scale-up-100))}.VTEiOI .ZyS2P6{font-weight:500;color:var(--color-primary)}.qLsfMk .ZyS2P6{font-weight:600;color:var(--color-secondary)} +.T9ZQVF{margin:0;padding:0}.hI69kz{display:flex;flex-wrap:wrap}.xYBBYp{display:flex;flex-wrap:wrap;gap:10px}.ZjcqmR{display:flex;gap:10px;align-items:center;width:100%}.HbIdWk{min-width:100px}.phAoR1{font-size:var(--font-size-xl);line-height:var(--font-line-xl);color:var(--color-attention-600)}.xWHfD0{display:flex;justify-content:center;width:100%;padding:20px 0} diff --git a/build/css/223.ecbfa2c2.css b/build/css/223.ecbfa2c2.css new file mode 100644 index 0000000..749927b --- /dev/null +++ b/build/css/223.ecbfa2c2.css @@ -0,0 +1 @@ +.b7sRZZ{margin:0;padding:0} diff --git a/build/css/310.c8e6b878.css b/build/css/310.c8e6b878.css new file mode 100644 index 0000000..95a9912 --- /dev/null +++ b/build/css/310.c8e6b878.css @@ -0,0 +1,7 @@ +.aDGG0g{margin:0;padding:0}.JkLDnd{position:relative;display:flex}.iJFNLZ{padding:5px 10px;border:1px solid var(--color-primary)}.Hx1zNk{position:absolute;z-index:1000;bottom:0;transform:translateY(100%);display:flex;flex-direction:column;gap:5px;min-width:100%;background-color:var(--color-primary)}.aDGG0g._07JmTE{opacity:.5}.aDGG0g._07JmTE .iJFNLZ{cursor:not-allowed}.aDGG0g.JKUmdQ .Hx1zNk{top:0;bottom:auto;transform:translateY(-100%);flex-direction:column-reverse} +.MwesDE{transition:color var(--time-transition);transition:color var(--time-transition),background var(--time-transition);color:var(--color-primary-inverted)}.TdtIsb{cursor:not-allowed;opacity:.7;background:var(--color-passive-600)}.K62cGI{background:var(--color-active-400)}.gDw6dr{background:var(--color-attantion-400)} +.S_4uP9{margin:0;padding:0} +.HTTN_4{margin:0;padding:0} +.nTVyFr{margin:0;padding:0}.REhYEK{display:flex}.hDK6b0{max-width:100%;height:auto} +.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} +.pajNKi{margin:0;padding:0}.HdFBmA{max-width:200px} diff --git a/build/css/360.cc498f66.css b/build/css/360.cc498f66.css new file mode 100644 index 0000000..155925a --- /dev/null +++ b/build/css/360.cc498f66.css @@ -0,0 +1,26 @@ +.cQtyhw{display:block;max-width:100%;height:auto;margin:0;padding:0;object-fit:contain} +.K4f7jD{position:relative;overflow:hidden;background:var(--color-secondary);box-shadow:0 2px 10px 0 var(--color-primary)}.K4f7jD::before{content:"";position:absolute;top:0;left:-150px;display:block;width:80%;height:100%;background:linear-gradient(to right, transparent 0%, var(--color-primary) 50%, transparent 100%);animation:SqoAM3 1s cubic-bezier(0.4, 0, 0.2, 1) infinite}@keyframes SqoAM3{from{left:-150px}to{left:100%}} +.f2Swhq{display:flex}.ZyS2P6{vertical-align:middle}.zZIp8L .ZyS2P6{font-size:calc(var(--font-size-s)*var(--title-scale-up-150));line-height:calc(var(--font-line-s)*var(--title-scale-up-150))}.hdemTX .ZyS2P6{font-size:calc(var(--font-size-m)*var(--title-scale-up-100));line-height:calc(var(--font-line-m)*var(--title-scale-up-100))}.O8CtMH .ZyS2P6{font-size:calc(var(--font-size-l)*var(--title-scale-up-150));line-height:calc(var(--font-line-l)*var(--title-scale-up-100))}.YYhFLR .ZyS2P6{font-size:calc(var(--font-size-xl)*var(--title-scale-up-150));line-height:calc(var(--font-line-xl)*var(--title-scale-up-100))}.VTEiOI .ZyS2P6{font-weight:500;color:var(--color-primary)}.qLsfMk .ZyS2P6{font-weight:600;color:var(--color-secondary)} +.HkXPYn{margin:0;padding:20px;background:var(--color-primary-inverted)} +.oGmIE_{margin:0;padding:0} +.sr1bn2{margin:0;padding:0} +.UVw9Yp{margin:0;padding:0}.d9gjmm{display:flex;flex-wrap:wrap;gap:15px;padding:15px}.O3remO{display:flex;justify-content:center;max-width:100%;max-height:300px;border-radius:20px}.lq0Mx0{display:flex;flex-wrap:wrap;width:100%}.AU3FqF{display:flex;gap:15px;align-items:center;width:100%}.IMvY4O{width:30px;height:30px;background-color:red}.G5FYh6{font-style:italic} +.ED_aq1{margin:0;padding:15px}.oVKLjp{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.NrAUNp{padding:0}.DhdMml{margin-right:15px;margin-bottom:30px;margin-left:15px}.bpZ9gC{width:calc(33.3333% - 30px)}.nocU5k{width:100%} +.B0ZvCQ{margin:0;padding:0;border-radius:var(--radius-size-l);box-shadow:var(--shadow-primary)} +.M8iFJc{margin:0;padding:0}.hlO32Q{display:flex;flex-direction:column;gap:15px;padding:15px}.UQd78C{position:relative;display:flex;flex-wrap:wrap;gap:15px;align-items:center}.XQ8xR1{max-width:40px}.dTv8Lk{flex-grow:1}.v2Ycg5{margin:0}.x2VFP1{position:relative;display:flex;justify-content:center;max-height:200px}.WtlbOX{object-fit:contain}.WJ1lVX{margin-bottom:15px}.xKWb7k{display:flex;align-items:center;justify-content:space-between}.Z5ldXk{position:absolute;top:15px;right:15px;background-color:var(--color-passive-500)}._vXraD{display:flex;justify-content:space-between} +.nTVyFr{margin:0;padding:0}.REhYEK{display:flex}.hDK6b0{max-width:100%;height:auto} +.fN44bI{margin:0;padding:0;color:var(--color-primary-inverted)}.fDEA4N{display:flex}.Vhfghc{padding:2px 5px;font-style:italic;background:var(--bg-color-inverted)}.uBKC6o{color:red} +.lg5G0J{margin:0;padding:0}.KlhjdA{display:flex;gap:15px}.R92mwC{opacity:.7} +.HFnNr3{margin:0;padding:0}.t_jTNx{display:flex;gap:5px;align-items:center}.j7xht6{width:20px;height:20px;background:var(--color-attantion-400)} +.hlKuF9{margin:0;padding:0}.KZi_Iu{padding:0}.D5NlpC{width:calc(33.3333% - 30px);margin-right:15px;margin-bottom:30px;margin-left:15px} +.ZNFLMM{margin:0;padding:0} +.qEffPY{margin:0;padding:0} +.uJIcbC{margin:0;padding:0}.mvU6Vb{display:flex;gap:15px;justify-content:space-between} +.W4FoWN{width:100%;margin:0;padding:0}.mFNVZx{display:flex;flex-wrap:wrap;width:100%;padding:10px;background-color:var(--color-primary-inverted)}.Wn7Nr3{overflow:hidden;width:80px;height:80px;object-fit:contain;border-radius:50%}.nCuM76{width:100%;font-weight:600;color:var(--color-primary)}.xZucaB{width:100%;color:var(--color-primary)} +.vTQ_u3{display:flex;gap:30px;align-items:center;width:100%;height:100px;padding:10px}.iaJV9q{width:50px;height:50px;border-radius:50%}.a_FD6P{flex-grow:1;height:100%} +.s1fRCc{margin:0;padding:0}.ViM6Ug{display:flex;flex-wrap:wrap}.HxOswv{width:100%}.KoEtQX{display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.T3HvTP{width:100%} +.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} +.iKrHjh{margin:0;padding:0}.GE5Q_6{display:flex}.yOHAAq{flex-grow:1}.SRPgR9{align-self:flex-end} +.DA2Q2r{margin:0;padding:0} +.i4OBJp{margin:0;padding:0}.G2EnKG{display:flex;flex-wrap:wrap}.KexQCm{align-self:flex-end} +.zzaIK_{margin:0;padding:0} diff --git a/build/css/360.4c29efe8.css b/build/css/507.4c29efe8.css similarity index 100% rename from build/css/360.4c29efe8.css rename to build/css/507.4c29efe8.css diff --git a/build/css/696.6decae16.css b/build/css/696.6decae16.css deleted file mode 100644 index f684b6e..0000000 --- a/build/css/696.6decae16.css +++ /dev/null @@ -1,3 +0,0 @@ -.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.HA1BTB .bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.HA1BTB .t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} -.f2Swhq{display:flex}.ZyS2P6{vertical-align:middle}.zZIp8L .ZyS2P6{font-size:calc(var(--font-size-s)*var(--title-scale-up-150));line-height:calc(var(--font-line-s)*var(--title-scale-up-150))}.hdemTX .ZyS2P6{font-size:calc(var(--font-size-m)*var(--title-scale-up-150));line-height:calc(var(--font-line-m)*var(--title-scale-up-150))}.O8CtMH .ZyS2P6{font-size:calc(var(--font-size-l)*var(--title-scale-up-150));line-height:calc(var(--font-line-l)*var(--title-scale-up-150))}.YYhFLR .ZyS2P6{font-size:calc(var(--font-size-xl)*var(--title-scale-up-150));line-height:calc(var(--font-line-xl)*var(--title-scale-up-150))}.VTEiOI .ZyS2P6{font-weight:500;color:var(--color-primary)}.qLsfMk .ZyS2P6{font-weight:600;color:var(--color-secondary)} -.T9ZQVF{margin:0;padding:0}.hI69kz{display:flex;flex-wrap:wrap}.xYBBYp{display:flex;flex-wrap:wrap;gap:10px}.ZjcqmR{display:flex;gap:10px;align-items:center;width:100%}.HbIdWk{min-width:100px}.phAoR1{font-size:var(--font-size-xl);line-height:var(--font-line-xl);color:var(--color-attention-600)}.xWHfD0{display:flex;justify-content:center;width:100%;padding:20px 0} diff --git a/build/css/7.d753467a.css b/build/css/7.d753467a.css new file mode 100644 index 0000000..c71514a --- /dev/null +++ b/build/css/7.d753467a.css @@ -0,0 +1 @@ +.boCbPy{margin:0;padding:0} diff --git a/build/css/813.3161a6e8.css b/build/css/813.3161a6e8.css new file mode 100644 index 0000000..ed656b5 --- /dev/null +++ b/build/css/813.3161a6e8.css @@ -0,0 +1,3 @@ +.bJuAOG{margin:0;padding:0} +.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} +.ft6Tze{width:100%;height:100%;margin:0;padding:0}.i2kwoW{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.zF6IFA{font-size:var(--font-size-xl)} diff --git a/build/css/838.2bd129d2.css b/build/css/838.2bd129d2.css new file mode 100644 index 0000000..369f3de --- /dev/null +++ b/build/css/838.2bd129d2.css @@ -0,0 +1,26 @@ +.cQtyhw{display:block;max-width:100%;height:auto;margin:0;padding:0;object-fit:contain} +.K4f7jD{position:relative;overflow:hidden;background:var(--color-secondary);box-shadow:0 2px 10px 0 var(--color-primary)}.K4f7jD::before{content:"";position:absolute;top:0;left:-150px;display:block;width:80%;height:100%;background:linear-gradient(to right, transparent 0%, var(--color-primary) 50%, transparent 100%);animation:SqoAM3 1s cubic-bezier(0.4, 0, 0.2, 1) infinite}@keyframes SqoAM3{from{left:-150px}to{left:100%}} +.f2Swhq{display:flex}.ZyS2P6{vertical-align:middle}.zZIp8L .ZyS2P6{font-size:calc(var(--font-size-s)*var(--title-scale-up-150));line-height:calc(var(--font-line-s)*var(--title-scale-up-150))}.hdemTX .ZyS2P6{font-size:calc(var(--font-size-m)*var(--title-scale-up-100));line-height:calc(var(--font-line-m)*var(--title-scale-up-100))}.O8CtMH .ZyS2P6{font-size:calc(var(--font-size-l)*var(--title-scale-up-150));line-height:calc(var(--font-line-l)*var(--title-scale-up-100))}.YYhFLR .ZyS2P6{font-size:calc(var(--font-size-xl)*var(--title-scale-up-150));line-height:calc(var(--font-line-xl)*var(--title-scale-up-100))}.VTEiOI .ZyS2P6{font-weight:500;color:var(--color-primary)}.qLsfMk .ZyS2P6{font-weight:600;color:var(--color-secondary)} +.HkXPYn{margin:0;padding:20px;background:var(--color-primary-inverted)} +.oGmIE_{margin:0;padding:0} +.sr1bn2{margin:0;padding:0} +.UVw9Yp{margin:0;padding:0}.d9gjmm{display:flex;flex-wrap:wrap;gap:15px;padding:15px}.O3remO{display:flex;justify-content:center;max-width:100%;max-height:300px;border-radius:20px}.lq0Mx0{display:flex;flex-wrap:wrap;width:100%}.AU3FqF{display:flex;gap:15px;align-items:center;width:100%}.IMvY4O{width:30px;height:30px;background-color:red}.G5FYh6{font-style:italic} +.ED_aq1{margin:0;padding:15px}.oVKLjp{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.NrAUNp{padding:0}.DhdMml{margin-right:15px;margin-bottom:30px;margin-left:15px}.bpZ9gC{width:calc(33.3333% - 30px)}.nocU5k{width:100%} +.B0ZvCQ{margin:0;padding:0;border-radius:var(--radius-size-l);box-shadow:var(--shadow-primary)} +.M8iFJc{margin:0;padding:0}.hlO32Q{display:flex;flex-direction:column;gap:15px;padding:15px}.UQd78C{position:relative;display:flex;flex-wrap:wrap;gap:15px;align-items:center}.XQ8xR1{max-width:40px}.dTv8Lk{flex-grow:1}.v2Ycg5{margin:0}.x2VFP1{position:relative;display:flex;justify-content:center;max-height:200px}.WtlbOX{object-fit:contain}.WJ1lVX{margin-bottom:15px}.xKWb7k{display:flex;align-items:center;justify-content:space-between}.Z5ldXk{position:absolute;top:15px;right:15px;background-color:var(--color-passive-500)}._vXraD{display:flex;justify-content:space-between} +.nTVyFr{margin:0;padding:0}.REhYEK{display:flex}.hDK6b0{max-width:100%;height:auto} +.fN44bI{margin:0;padding:0;color:var(--color-primary-inverted)}.fDEA4N{display:flex}.Vhfghc{padding:2px 5px;font-style:italic;background:var(--bg-color-inverted)}.uBKC6o{color:red} +.lg5G0J{margin:0;padding:0}.KlhjdA{display:flex;gap:15px}.R92mwC{opacity:.7} +.HFnNr3{margin:0;padding:0}.t_jTNx{display:flex;gap:5px;align-items:center}.j7xht6{width:20px;height:20px;background:var(--color-attantion-400)} +.HPnLeh{margin:0;padding:0} +.aDGG0g{margin:0;padding:0}.JkLDnd{position:relative;display:flex}.iJFNLZ{padding:5px 10px;border:1px solid var(--color-primary)}.Hx1zNk{position:absolute;z-index:1000;bottom:0;transform:translateY(100%);display:flex;flex-direction:column;gap:5px;min-width:100%;background-color:var(--color-primary)}.aDGG0g._07JmTE{opacity:.5}.aDGG0g._07JmTE .iJFNLZ{cursor:not-allowed}.aDGG0g.JKUmdQ .Hx1zNk{top:0;bottom:auto;transform:translateY(-100%);flex-direction:column-reverse} +.MwesDE{transition:color var(--time-transition);transition:color var(--time-transition),background var(--time-transition);color:var(--color-primary-inverted)}.TdtIsb{cursor:not-allowed;opacity:.7;background:var(--color-passive-600)}.K62cGI{background:var(--color-active-400)}.gDw6dr{background:var(--color-attantion-400)} +.j9aOlM{margin:0;padding:0}.yZTnXr{display:flex} +.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} +.fVEuMk{margin:0;padding:0} +.m6HHPS{margin:0;padding:0}.BfznbN{display:flex} +.frhYI7{margin:0;padding:0} +.Aj5cIg{margin:0;padding:0}.IxUBfU{display:flex;align-items:center;justify-content:center}.UNb6lG{background:var(--color-primary)}.ftAijt{background:var(--color-attantion-400)}.CxIbKU{margin:0;padding:0}.pWneVi{background:var(--color-secondary)}.LEgUpN{margin:0;padding:0}.EBPaLp{background:var(--color-secondary)} +.p_xPxJ{margin:0;padding:0} +.VOMZSw{position:relative;width:100%;margin:0;padding:0}._E6__k{margin-bottom:20px}.sOLPBa{display:flex;flex-direction:column;height:100%}.Q5u73f{display:flex;gap:15px;align-items:center}.oLYDC2{flex-grow:1}.qRpFXL{width:30%}.zYQ5B4{flex-grow:1}.UtJVlp{padding:0}.d9ubUP{margin-right:15px;margin-bottom:30px;margin-left:15px}.GSEPsx{width:calc(33.3333% - 30px)}.KeX47A{width:100%} +.iFUa5P{height:100%;margin:0;padding:0}.PsiH1W{display:flex;height:100%}.dkxxw3{flex-grow:1} diff --git a/build/css/877.6eb61b8b.css b/build/css/877.6eb61b8b.css new file mode 100644 index 0000000..a92b321 --- /dev/null +++ b/build/css/877.6eb61b8b.css @@ -0,0 +1,3 @@ +.ARz0wr{margin:0;padding:0}.GJKtzK{display:flex} +.fnTghO{margin:0;padding:0} +.HuBbiB{margin:0;padding:0} diff --git a/build/css/883.be442721.css b/build/css/883.be442721.css deleted file mode 100644 index 55f8ca0..0000000 --- a/build/css/883.be442721.css +++ /dev/null @@ -1,3 +0,0 @@ -.XNbpg9{margin:0;padding:0} -.HA1BTB{touch-action:manipulation;position:relative;display:inline-flex;max-width:100%}.HA1BTB .bq9dQd{user-select:none;position:relative;display:flex;align-items:center;width:100%;max-width:100%}.HA1BTB .t02mlH{position:relative;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;padding:0;font:inherit;line-height:inherit;color:#000;background:none;border:0;outline:none}.HA1BTB.kXfHrV{font-size:var(--font-size-s);line-height:var(--font-line-s)}.HA1BTB.kXfHrV .t02mlH{height:var(--font-line-s-boost);padding:0 10px}.HA1BTB.DFwAGg{font-size:var(--font-size-m);line-height:var(--font-line-m)}.HA1BTB.DFwAGg .t02mlH{height:var(--font-line-m-boost);padding:0 10px}.HA1BTB.aIVdgN{font-size:var(--font-size-l);line-height:var(--font-line-l)}.HA1BTB.aIVdgN .t02mlH{height:var(--font-line-l-boost);padding:0 10px}.HA1BTB.eaGRDD{font-size:var(--font-size-xl);line-height:var(--font-line-xl)}.HA1BTB.eaGRDD .t02mlH{height:var(--font-line-xl-boost);padding:0 10px}.HA1BTB.IfuYil{transition:border-color var(--time-transition);color:var(--color-primary-inverted);border:2px solid var(--color-primary)}.HA1BTB.IfuYil .t02mlH{color:var(--color-tertiary)}.HA1BTB.IfuYil .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.IfuYil.kXfHrV{border-radius:calc(var(--radius-size-s)*2)}.HA1BTB.IfuYil.DFwAGg{border-radius:calc(var(--radius-size-m)*2)}.HA1BTB.IfuYil.aIVdgN{border-radius:calc(var(--radius-size-l)*2)}.HA1BTB.IfuYil.eaGRDD{border-radius:calc(var(--radius-size-xl)*2)}.HA1BTB.y_0I2y{transition:border-color var(--time-transition);border:2px solid var(--color-secondary)}.HA1BTB.y_0I2y .t02mlH{color:var(--color-tertiary)}.HA1BTB.y_0I2y .t02mlH::placeholder{color:var(--color-primary-inverted)}.HA1BTB.y_0I2y.kXfHrV{border-radius:var(--radius-size-s)}.HA1BTB.y_0I2y.DFwAGg{border-radius:var(--radius-size-m)}.HA1BTB.y_0I2y.aIVdgN{border-radius:var(--radius-size-l)}.HA1BTB.y_0I2y.eaGRDD{border-radius:var(--radius-size-xl)}.HA1BTB.IfuYil.MreWS0{border-color:var(--color-active-400)}.HA1BTB.IfuYil.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.IfuYil.EZwU55{border-color:var(--color-attantion-400)}.HA1BTB.IfuYil.f5dOMz{border-color:var(--color-success-400)}.HA1BTB.IfuYil.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.IfuYil.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.y_0I2y.MreWS0{border-color:var(--color-active-600)}.HA1BTB.y_0I2y.ceon6W{border-color:var(--color-tertiary)}.HA1BTB.y_0I2y.EZwU55{border-color:var(--color-attention-600)}.HA1BTB.y_0I2y.f5dOMz{border-color:var(--color-success-600)}.HA1BTB.y_0I2y.NyLfPI{cursor:not-allowed;background-color:var(--color-passive-400);border-color:var(--color-passive-600)}.HA1BTB.y_0I2y.NyLfPI .t02mlH{cursor:not-allowed}.HA1BTB.iq3KBS{width:100%}.HA1BTB.iq3KBS .VxowGv{width:100%} -.ft6Tze{width:100%;height:100%;margin:0;padding:0}.i2kwoW{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.zF6IFA{font-size:var(--font-size-xl)} diff --git a/build/css/92.4c97805f.css b/build/css/92.4c97805f.css new file mode 100644 index 0000000..0b3e055 --- /dev/null +++ b/build/css/92.4c97805f.css @@ -0,0 +1 @@ +.c2wHyl{margin:0;padding:0}.PeR8TX{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.JwnSTa{font-size:var(--font-size-xl)} diff --git a/build/css/main.d4c0d68a.css b/build/css/main.d4c0d68a.css new file mode 100644 index 0000000..3699b11 --- /dev/null +++ b/build/css/main.d4c0d68a.css @@ -0,0 +1,22 @@ +.VoRVck{transition:opacity var(--time-transition);transition:opacity var(--time-transition),transform var(--time-transition);pointer-events:none;position:fixed;z-index:var(--level-b1);top:0;right:0;bottom:0;left:0}.CPgVrr{pointer-events:auto;z-index:var(--level-5);opacity:1}.CPgVrr .PwSX6s{transform:scale(1)}.J6RXHk{opacity:0}.J6RXHk .PwSX6s{transform:scale(0.3)}.BiiRZr{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--bg-transparent-primary)}.PwSX6s{transition:transform var(--time-transition);position:relative;width:100%;max-width:600px;padding:20px;background:var(--bg-color-inverted);border-radius:var(--radius-size-l);box-shadow:var(--shadow-primary)} +.wTB1DN{width:100%;height:100%;margin:0;padding:0}.DJM3db{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.SDilzN{position:relative;display:inline-block;width:80px;height:80px}.uB0n4h{position:absolute;top:33px;width:13px;height:13px;background:var(--bg-color-inverted);border-radius:50%;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.VffAJw{left:8px;animation:DTaaUD .6s infinite}.kP4NvZ{left:8px;animation:yvY54G .6s infinite}.nLCMtu{left:32px;animation:yvY54G .6s infinite}.uwdgBy{left:56px;animation:wVSnet .6s infinite}@keyframes DTaaUD{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes wVSnet{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes yvY54G{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}} +.dyxqou{width:100%;height:100%;margin:0;padding:0}.FhKZSo{padding:0} +.tHzNSD{margin:0;padding:0} +.k1D7Jq{margin:0;padding:0} +.g2gobT{display:inline-block;min-width:.5em;margin:0;padding:0;text-align:center;background-repeat:no-repeat;background-position:50%;background-size:contain;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.g2gobT:empty::after{content:" ";visibility:hidden}.g2gobT>img,.g2gobT>svg{margin:-5.15em 0 -5em;vertical-align:middle}.g2gobT.XxnNgd{-webkit-mask-image:url(/a443915aaf74ef671915.svg);mask-image:url(/a443915aaf74ef671915.svg)}.g2gobT.YI886S{-webkit-mask-image:url(/fc12fbd678bea2ce4ec9.svg);mask-image:url(/fc12fbd678bea2ce4ec9.svg)}.g2gobT.cGQwDs{background-color:var(--color-theme-switch)}.g2gobT.ysfMkA{-webkit-mask-image:url(/ba9f160d4d0becfd85c4.svg);mask-image:url(/ba9f160d4d0becfd85c4.svg)}.g2gobT.xOOhrI{-webkit-mask-image:url(/7cab6d8dd9073f269f47.svg);mask-image:url(/7cab6d8dd9073f269f47.svg)}.g2gobT.ka5kC5{-webkit-mask-image:url(/e2650a30943f840d0cb0.svg);mask-image:url(/e2650a30943f840d0cb0.svg)}.g2gobT.xxpwxe{-webkit-mask-image:url(/c8d3977fb7dd4ac58ba7.svg);mask-image:url(/c8d3977fb7dd4ac58ba7.svg)}.g2gobT.dY4ViH{-webkit-mask-image:url(/84d97e22f697bba4bc9e.svg);mask-image:url(/84d97e22f697bba4bc9e.svg)}.g2gobT.oNMi0w{-webkit-mask-image:url(/3c12f7a33ac045fb1c51.svg);mask-image:url(/3c12f7a33ac045fb1c51.svg)}.g2gobT.RZZM3Y{-webkit-mask-image:url(/a561b718975942b8ea81.svg);mask-image:url(/a561b718975942b8ea81.svg)}.g2gobT.flQFqX{-webkit-mask-image:url(/e80b9f900ea8d1a7f13c.svg);mask-image:url(/e80b9f900ea8d1a7f13c.svg)} +.Clw26r{touch-action:manipulation;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;text-decoration:none;white-space:nowrap;outline:0}.Clw26r:hover{cursor:pointer}.VVfIOU{position:relative;overflow:hidden;display:inline-block;vertical-align:top}.p_I1Lv{transition:background-position-x var(--time-transition);background:var(--gradient-standart);background-position-x:50%;background-size:150%}.p_I1Lv .VVfIOU{color:var(--color-light);text-transform:uppercase;letter-spacing:.1em}.p_I1Lv:hover{background-position-x:0%}.HoqPFB{transition:background-position-x var(--time-transition);background:var(--gradient-alternative);background-position-x:50%;background-size:150%}.HoqPFB .VVfIOU{color:var(--color-light);text-transform:uppercase;letter-spacing:.1em}.HoqPFB:hover{background-position-x:0%}.Idk5f8{background:red;border:2px solid var(--color-secondary)}.Idk5f8 .VVfIOU{transition:color var(--time-transition);color:var(--color-secondary)}.Idk5f8:hover{background:blue}.Idk5f8:hover .VVfIOU{transition:color var(--time-transition);color:#ff0}.vyQVWh{transition:background var(--time-transition);background:rgba(0,0,0,0)}.vyQVWh:hover{background:var(--color-shadow-inverted)}.vyQVWh .VVfIOU{transition:color var(--time-transition);color:var(--color-primary-inverted)}.YwLOBs:hover{background:var(--color-shadow)}.YwLOBs .VVfIOU{color:var(--color-primary)}.I_NJYP{height:var(--font-line-s-boost);font-size:var(--font-size-s);line-height:var(--font-line-s-boost)}.I_NJYP .VVfIOU{margin:0 18px}.w1isRI{height:var(--font-line-m-boost);font-size:var(--font-size-m);line-height:var(--font-line-m-boost)}.w1isRI .VVfIOU{margin:0 25px}.GQ8nSA{height:var(--font-line-l-boost);font-size:var(--font-size-l);line-height:var(--font-line-l-boost)}.GQ8nSA .VVfIOU{margin:0 35px}.FIBb68{height:var(--font-line-xl-boost);font-size:var(--font-size-xl);line-height:var(--font-line-xl-boost)}.FIBb68 .VVfIOU{margin:0 55px}.xHTBoJ{background:var(--bg-color)}.Clw26r .xHTBoJ+.VVfIOU{margin-left:0}.Clw26r .VVfIOU:has(+.xHTBoJ){margin-right:0}.I_NJYP .xHTBoJ{width:18px;height:18px}.w1isRI .xHTBoJ{width:22px;height:22px}.GQ8nSA .xHTBoJ{width:26px;height:26px}.FIBb68 .xHTBoJ{width:32px;height:32px}.Clw26r .FI91Q2+.VVfIOU{margin-left:0}.Clw26r .VVfIOU:has(+.FI91Q2){margin-right:0}.I_NJYP .FI91Q2{width:18px;height:18px;margin-right:5px;margin-left:13px}.w1isRI .FI91Q2{width:22px;height:22px;margin-right:5px;margin-left:20px}.GQ8nSA .FI91Q2{width:26px;height:26px;margin-right:5px;margin-left:30px}.FIBb68 .FI91Q2{width:32px;height:32px;margin-right:5px;margin-left:50px}.wLJgza.I_NJYP{border-radius:30px}.wLJgza.w1isRI{border-radius:40px}.wLJgza.GQ8nSA{border-radius:50px}.wLJgza.FIBb68{border-radius:60px}.wLJgza.I_NJYP .xHTBoJ:has(+.VVfIOU){margin-right:6px;margin-left:12px}.wLJgza.I_NJYP .VVfIOU+.xHTBoJ{margin-right:12px;margin-left:6px}.wLJgza.I_NJYP .xHTBoJ:not(:has(+.VVfIOU)){margin:6px}.wLJgza.w1isRI .xHTBoJ:has(+.VVfIOU){margin-right:7px;margin-left:14px}.wLJgza.w1isRI .VVfIOU+.xHTBoJ{margin-right:14px;margin-left:7px}.wLJgza.w1isRI .xHTBoJ:not(:has(+.VVfIOU)){margin:7px}.wLJgza.GQ8nSA .xHTBoJ:has(+.VVfIOU){margin-right:7.5px;margin-left:15px}.wLJgza.GQ8nSA .VVfIOU+.xHTBoJ{margin-right:15px;margin-left:7.5px}.wLJgza.GQ8nSA .xHTBoJ:not(:has(+.VVfIOU)){margin:7.5px}.wLJgza.FIBb68 .xHTBoJ:has(+.VVfIOU){margin-right:9px;margin-left:18px}.wLJgza.FIBb68 .VVfIOU+.xHTBoJ{margin-right:18px;margin-left:9px}.wLJgza.FIBb68 .xHTBoJ:not(:has(+.VVfIOU)){margin:9px}.bCVcJM.I_NJYP{border-radius:2px}.bCVcJM.w1isRI{border-radius:4px}.bCVcJM.GQ8nSA{border-radius:6px}.bCVcJM.FIBb68{border-radius:8px}.bCVcJM.I_NJYP .xHTBoJ:has(+.VVfIOU){margin-right:6px;margin-left:12px}.bCVcJM.I_NJYP .VVfIOU+.xHTBoJ{margin-right:12px;margin-left:6px}.bCVcJM.I_NJYP .xHTBoJ:not(:has(+.VVfIOU)){margin-right:6px;margin-left:6px}.bCVcJM.w1isRI .xHTBoJ:has(+.VVfIOU){margin-right:7px;margin-left:14px}.bCVcJM.w1isRI .VVfIOU+.xHTBoJ{margin-right:14px;margin-left:7px}.bCVcJM.w1isRI .xHTBoJ:not(:has(+.VVfIOU)){margin-right:7px;margin-left:7px}.bCVcJM.GQ8nSA .xHTBoJ:has(+.VVfIOU){margin-right:7.5px;margin-left:15px}.bCVcJM.GQ8nSA .VVfIOU+.xHTBoJ{margin-right:15px;margin-left:7.5px}.bCVcJM.GQ8nSA .xHTBoJ:not(:has(+.VVfIOU)){margin-right:7.5px;margin-left:7.5px}.bCVcJM.FIBb68 .xHTBoJ:has(+.VVfIOU){margin-right:9px;margin-left:18px}.bCVcJM.FIBb68 .VVfIOU+.xHTBoJ{margin-right:18px;margin-left:9px}.bCVcJM.FIBb68 .xHTBoJ:not(:has(+.VVfIOU)){margin-right:9px;margin-left:9px}.ROa4Sv.I_NJYP{border-radius:2px}.ROa4Sv.I_NJYP .VVfIOU{margin:2px}.ROa4Sv.I_NJYP .xHTBoJ:not(:has(+.VVfIOU)){margin-right:2px;margin-left:2px}.ROa4Sv.w1isRI{border-radius:4px}.ROa4Sv.w1isRI .VVfIOU{margin:3px}.ROa4Sv.w1isRI .xHTBoJ:not(:has(+.VVfIOU)){margin-right:3px;margin-left:3px}.ROa4Sv.GQ8nSA{border-radius:6px}.ROa4Sv.GQ8nSA .VVfIOU{margin:4px}.ROa4Sv.GQ8nSA .xHTBoJ:not(:has(+.VVfIOU)){margin-right:4px;margin-left:4px}.ROa4Sv.FIBb68{border-radius:8px}.ROa4Sv.FIBb68 .VVfIOU{margin:5px}.ROa4Sv.FIBb68 .xHTBoJ:not(:has(+.VVfIOU)){margin-right:5px;margin-left:5px}.ROa4Sv.I_NJYP .xHTBoJ:has(+.VVfIOU){margin-right:1px;margin-left:2px}.ROa4Sv.I_NJYP .VVfIOU+.xHTBoJ{margin-right:2px;margin-left:1px}.ROa4Sv.I_NJYP .xHTBoJ+.VVfIOU{margin-right:2px;margin-left:1}.ROa4Sv.I_NJYP .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:2px}.ROa4Sv.w1isRI .xHTBoJ:has(+.VVfIOU){margin-right:2px;margin-left:4px}.ROa4Sv.w1isRI .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:4px}.ROa4Sv.w1isRI .xHTBoJ+.VVfIOU{margin-right:4px;margin-left:0}.ROa4Sv.w1isRI .VVfIOU+.xHTBoJ{margin-right:4px;margin-left:2px}.ROa4Sv.GQ8nSA .xHTBoJ:has(+.VVfIOU){margin-right:2.5px;margin-left:5px}.ROa4Sv.GQ8nSA .VVfIOU+.xHTBoJ{margin-right:5px;margin-left:2.5px}.ROa4Sv.GQ8nSA .xHTBoJ+.VVfIOU{margin-right:5px;margin-left:0}.ROa4Sv.GQ8nSA .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:5px}.ROa4Sv.FIBb68 .xHTBoJ:has(+.VVfIOU){margin-right:4.5px;margin-left:9px}.ROa4Sv.FIBb68 .VVfIOU+.xHTBoJ{margin-right:9px;margin-left:4.5px}.ROa4Sv.FIBb68 .xHTBoJ+.VVfIOU{margin-right:9px;margin-left:0}.ROa4Sv.FIBb68 .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:9px}.WfeQKA.p_I1Lv{cursor:not-allowed;opacity:.5}.WfeQKA.p_I1Lv:hover{background-position-x:50%} +.KikrAr{transition:background var(--time-transition);display:flex;gap:.5em;align-items:center;padding:.1em .5em;text-decoration:none;border-radius:.2em}.ILVGs4{transition:background var(--time-transition)}.DT9pIf{transition:color var(--time-transition)}.pSw5st.KikrAr{background:var(--bg-color)}.pSw5st .DT9pIf{color:var(--color-primary)}.pSw5st .ILVGs4{background-color:var(--color-primary)}.NwBTdU{color:var(--color-primary)}.zbOSa7{color:var(--color-primary-inverted)}.Dxc1kk{font-size:var(--font-size-s)}.Dxc1kk .ILVGs4{width:1em;height:1em}.LuF9l9{font-size:var(--font-size-m)}.LuF9l9 .ILVGs4{width:1em;height:1em}.bSuMIe{font-size:var(--font-size-l)}.bSuMIe .ILVGs4{width:1em;height:1em}.Y8Wmbr{font-size:var(--font-size-xl)}.Y8Wmbr .ILVGs4{width:1em;height:1em} +.miwCFF{margin:0;padding:0}.nW_Wfl{position:relative;display:flex}.d9A3XC{padding:5px 10px;border:1px solid var(--color-primary)}.YxvUS9{position:absolute;z-index:1000;bottom:0;transform:translateY(100%);display:flex;flex-direction:column;gap:5px;min-width:100%;background-color:var(--color-primary)}.miwCFF.KwJYdF{opacity:.5}.miwCFF.KwJYdF .d9A3XC{cursor:not-allowed}.miwCFF.zLZjfq .YxvUS9{top:0;bottom:auto;transform:translateY(-100%);flex-direction:column-reverse}.AvRCDl{transition:color var(--time-transition);transition:color var(--time-transition),background var(--time-transition);color:var(--color-primary-inverted)} +.MNzEr5{margin:0;padding:0}.bWGL5I{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.DqxPcy{font-size:var(--font-size-xl)} +.MhNuZ0{margin:0;padding:0}.I2FvIx{padding:0}.OVaY6Y{display:flex;align-items:center}.snnMue{width:24px;height:24px}.wkSc_G{background-color:var(--color-theme-switch)}.o1BlOT{background-color:var(--color-theme-switch)} +.BEnUcb{margin:0;padding:0}.UyfO4L{overflow:hidden;border-radius:50%}._PkIud{width:100px} +.AtJ3ZM{background-color:var(--bg-color-inverted)}.WCGKGL{display:flex;gap:15px;align-items:center;height:100%;padding-right:15px;padding-left:15px}.o7b8Ic{display:flex;flex-grow:1;gap:15px;align-items:center;justify-content:flex-end}.cmUAVR{background:var(--bg-color)}.StRHEx{background:var(--bg-color)} +.OkbEhL{padding:0} +.AIgiS8{margin:0;padding:0}.ytTCkk{display:flex;flex-direction:column;flex-grow:1;gap:5px;align-items:center;justify-content:center} +.BcgYC3{background-color:var(--bg-color-inverted)}.g_88uk{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.BRN_RC{padding:0}._4NR2j{padding:0}.Ny4go4{padding:0}.StxkPM{display:flex;gap:15px;align-items:center;justify-content:center}.xN648u{flex-direction:row}.gZQKZO{flex-direction:column}.MCwGjI{padding:0}.DkGkqk{margin:0;padding:0}.eSfBcf{background-color:var(--color-attantion-400)}.CksE1V{background-color:var(--color-active-400)} +.dEm8E6{font:var(--font-m);color:var(--color-primary);background:var(--bg-color)}.bpRfZl{min-height:100vh}.Jtad8J{display:flex;flex-flow:column wrap;min-height:100vh}.fhvHEY{width:100%;height:var(--navbar-height)}.pfLNlH{display:flex;flex-grow:1}.RdijXB{display:flex;padding:0;transition:width .25s}.Tk0Od9{width:var(--sidebar-width-open)}.B9gHMY{width:var(--sidebar-width-collapsed)}.iyPWOu{flex-grow:1}.JqeXg6{width:100%;height:var(--footer-height)} +html{scroll-behavior:smooth}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font:inherit;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after{content:"";content:none}q::before,q::after{content:"";content:none}table{border-spacing:0;border-collapse:collapse}button{cursor:pointer;padding:0;font:inherit;color:inherit;background-color:rgba(0,0,0,0);border:none;outline:none}:root{--font-family: consolas, arial, helvetica, sans-serif;--font-size-s: 12px;--font-line-s: 18px;--font-line-s-boost: 26px;--font-s: var(--font-size-m) / var(--font-line-m) var(--font-family);--font-size-m: 13px;--font-line-m: 21px;--font-line-m-boost: 32px;--font-m: var(--font-size-m) / var(--font-line-m) var(--font-family);--font-size-l: 14px;--font-line-l: 22px;--font-line-l-boost: 38px;--font-l: var(--font-size-l) / var(--font-line-l) var(--font-family);--font-size-xl: 16px;--font-line-xl: 24px;--font-line-xl-boost: 44px;--font-xl: var(--font-size-xl) / var(--font-line-xl) var(--font-family)}:root{--navbar-height: 50px;--sidebar-width-open: 300px;--sidebar-width-collapsed: 80px}:root{--gradient-standart: linear-gradient( 90deg, #025fa7 0, #1682d4 25%, #00b0d0 50%, #09d3f6 75%, #42e3ff 100% );--gradient-alternative: linear-gradient( 90deg, rgba(77, 2, 167, 1) 0%, rgba(138, 22, 212, 1) 25%, rgba(179, 0, 208, 1) 50%, rgba(226, 9, 246, 1) 75%, rgba(255, 66, 176, 1) 100% );--gradient-button: linear-gradient( 90deg, #025fa7 0, #1682d4 25%, #00b0d0 50%, #09d3f6 75%, #42e3ff 100%, #42e3ff 150% );-gradient-vertical:linear-gradient(#025fa7 0, #1682d4 25%, #00b0d0 50%, #09d3f6 75%, #42e3ff 100%)}:root{--time-transition: 0.25s}:root{--color-light: #fff;--color-active-300: #ff8952;--color-active-400: #ff7536;--color-active-500: #ca660c;--color-active-600: #b55c0b;--color-attantion-300: #ff63ce;--color-attantion-400: #fa00ab;--color-attention-500: #ff0000;--color-attention-600: #e60000;--color-success-400: #72ff36;--color-success-500: #04ff04;--color-success-600: #3dcc00;--color-passive-300: #f2f2f2;--color-passive-400: #d4d4d4;--color-passive-500: #c9c9c9;--color-passive-600: #bfbfbf}:root{--radius-size-s: 4px;--radius-size-m: 6px;--radius-size-l: 10px;--radius-size-xl: 14px}:root{--shadow-primary: 0 0 10px rgba(0, 0, 0, 0.3);--shadow-secondary: 0 0 10px rgba(255, 255, 255, 0.3)}:root{--bg-transparent-primary: rgba(0 0 0 / 0.7);--bg-transparent-secondary: rgba(255 255 255 / 0.7)}:root{--title-scale-up-20: 1.2;--title-scale-up-50: 1.5;--title-scale-up-100: 2;--title-scale-up-150: 2.5;--title-scale-up-200: 3;--title-scale-up-300: 4}*{box-sizing:border-box;margin:0;padding:0} +.RZ_lz7.fbXXnN{--color-primary: #049604;--color-secondary: #04ff04;--color-primary-inverted: #0232c2;--color-secondary-inverted: #0449e0;--color-tertiary: #c90076;--color-shadow: rgba(255, 255, 255, 0.1);--color-shadow-inverted: rgba(0, 0, 0, 0.1);--bg-color: #090949;--bg-color-inverted: #e8e8ea;--color-theme-switch: #0000cd}.RZ_lz7.G8JOa4{--color-primary: #0232c2;--color-secondary: #0449e0;--color-primary-inverted: #049604;--color-secondary-inverted: #04ff04;--color-tertiary: #c90076;--color-shadow: rgba(0, 0, 0, 0.1);--color-shadow-inverted: rgba(255, 255, 255, 0.1);--bg-color: #e8e8ea;--bg-color-inverted: #090949;--color-theme-switch: #ff0} +.kAKK2I{font-size:var(--font-size-xl);color:red} +.e488KJ{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100vw;height:100vh}.GEscIa{display:flex;justify-content:center;width:100%;margin-top:auto;margin-bottom:0}.mNU_pD{display:flex;justify-content:center;margin-top:20px;margin-bottom:auto} +.jy3Ju2{margin:0;padding:0}.m7PPCj{font-size:20px;font-weight:700}.DQ5rEO{background-color:lime}.gogTah{background-color:red} diff --git a/build/css/main.fc97bcf3.css b/build/css/main.fc97bcf3.css deleted file mode 100644 index cd529be..0000000 --- a/build/css/main.fc97bcf3.css +++ /dev/null @@ -1,17 +0,0 @@ -.VoRVck{transition:opacity var(--time-transition);transition:opacity var(--time-transition),transform var(--time-transition);pointer-events:none;position:fixed;z-index:var(--level-b1);top:0;right:0;bottom:0;left:0}.CPgVrr{pointer-events:auto;z-index:var(--level-5);opacity:1}.CPgVrr .PwSX6s{transform:scale(1)}.J6RXHk{opacity:0}.J6RXHk .PwSX6s{transform:scale(0.3)}.BiiRZr{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--bg-transparent-primary)}.PwSX6s{transition:transform var(--time-transition);position:relative;width:100%;max-width:600px;padding:20px;background:var(--bg-color-inverted);border-radius:var(--radius-size-l);box-shadow:var(--shadow-primary)} -.wTB1DN{width:100%;height:100%;margin:0;padding:0}.DJM3db{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.SDilzN{position:relative;display:inline-block;width:80px;height:80px}.uB0n4h{position:absolute;top:33px;width:13px;height:13px;background:var(--bg-color-inverted);border-radius:50%;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.VffAJw{left:8px;animation:DTaaUD .6s infinite}.kP4NvZ{left:8px;animation:yvY54G .6s infinite}.nLCMtu{left:32px;animation:yvY54G .6s infinite}.uwdgBy{left:56px;animation:wVSnet .6s infinite}@keyframes DTaaUD{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes wVSnet{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes yvY54G{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}} -.dyxqou{width:100%;height:100%;margin:0;padding:0}.FhKZSo{padding:0} -.tHzNSD{margin:0;padding:0} -.g2gobT{display:inline-block;min-width:.5em;margin:0;padding:0;text-align:center;background-repeat:no-repeat;background-position:50%;background-size:contain;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.g2gobT:empty::after{content:" ";visibility:hidden}.g2gobT>img,.g2gobT>svg{margin:-5.15em 0 -5em;vertical-align:middle}.g2gobT.XxnNgd{-webkit-mask-image:url(../a443915aaf74ef671915.svg);mask-image:url(../a443915aaf74ef671915.svg)}.g2gobT.YI886S{-webkit-mask-image:url(../fc12fbd678bea2ce4ec9.svg);mask-image:url(../fc12fbd678bea2ce4ec9.svg)}.g2gobT.cGQwDs{background-color:var(--color-theme-switch)}.g2gobT.ysfMkA{-webkit-mask-image:url(../ba9f160d4d0becfd85c4.svg);mask-image:url(../ba9f160d4d0becfd85c4.svg)}.g2gobT.xOOhrI{-webkit-mask-image:url(../7cab6d8dd9073f269f47.svg);mask-image:url(../7cab6d8dd9073f269f47.svg)} -.KikrAr{transition:background var(--time-transition);display:flex;gap:.5em;align-items:center;padding:.1em .5em;text-decoration:none;border-radius:.2em}.ILVGs4{transition:background var(--time-transition)}.DT9pIf{transition:color var(--time-transition)}.pSw5st.KikrAr{background:var(--bg-color)}.pSw5st .DT9pIf{color:var(--color-primary)}.pSw5st .ILVGs4{background-color:var(--color-primary)}.NwBTdU{color:var(--color-primary)}.zbOSa7{color:var(--color-primary-inverted)}.Dxc1kk{font-size:var(--font-size-s)}.Dxc1kk .ILVGs4{width:1em;height:1em}.LuF9l9{font-size:var(--font-size-m)}.LuF9l9 .ILVGs4{width:1em;height:1em}.bSuMIe{font-size:var(--font-size-l)}.bSuMIe .ILVGs4{width:1em;height:1em}.Y8Wmbr{font-size:var(--font-size-xl)}.Y8Wmbr .ILVGs4{width:1em;height:1em} -.AtJ3ZM{background-color:var(--bg-color-inverted)}.WCGKGL{display:flex;gap:15px;align-items:center;height:100%;padding-right:15px;padding-left:15px}.Ff8tQt{width:100px}.o7b8Ic{display:flex;flex-grow:1;gap:15px;align-items:center;justify-content:flex-end} -.Clw26r{touch-action:manipulation;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;text-decoration:none;white-space:nowrap;outline:0}.Clw26r .VVfIOU{position:relative;overflow:hidden;display:inline-block;vertical-align:top}.Clw26r:hover{cursor:pointer}.p_I1Lv{transition:background-position-x var(--time-transition);background:var(--gradient-standart);background-position-x:50%;background-size:150%}.p_I1Lv .VVfIOU{color:var(--color-light);text-transform:uppercase;letter-spacing:.1em}.p_I1Lv:hover{background-position-x:0%}.HoqPFB{transition:background-position-x var(--time-transition);background:var(--gradient-alternative);background-position-x:50%;background-size:150%}.HoqPFB .VVfIOU{color:var(--color-light);text-transform:uppercase;letter-spacing:.1em}.HoqPFB:hover{background-position-x:0%}.Idk5f8{background:red;border:2px solid var(--color-secondary)}.Idk5f8 .VVfIOU{transition:color var(--time-transition);color:var(--color-secondary)}.Idk5f8:hover{background:blue}.Idk5f8:hover .VVfIOU{transition:color var(--time-transition);color:#ff0}.vyQVWh{transition:background var(--time-transition);background:rgba(0,0,0,0)}.vyQVWh:hover{background:var(--color-shadow-inverted)}.vyQVWh .VVfIOU{transition:color var(--time-transition);color:var(--color-primary-inverted)}.YwLOBs:hover{background:var(--color-shadow)}.YwLOBs .VVfIOU{color:var(--color-primary)}.I_NJYP{height:var(--font-line-s-boost);font-size:var(--font-size-s);line-height:var(--font-line-s-boost)}.I_NJYP .VVfIOU{margin:0 18px}.w1isRI{height:var(--font-line-m-boost);font-size:var(--font-size-m);line-height:var(--font-line-m-boost)}.w1isRI .VVfIOU{margin:0 25px}.GQ8nSA{height:var(--font-line-l-boost);font-size:var(--font-size-l);line-height:var(--font-line-l-boost)}.GQ8nSA .VVfIOU{margin:0 35px}.FIBb68{height:var(--font-line-xl-boost);font-size:var(--font-size-xl);line-height:var(--font-line-xl-boost)}.FIBb68 .VVfIOU{margin:0 55px}.xHTBoJ{background:var(--bg-color)}.Clw26r .xHTBoJ+.VVfIOU{margin-left:0}.Clw26r .VVfIOU:has(+.xHTBoJ){margin-right:0}.I_NJYP .xHTBoJ{width:18px;height:18px}.w1isRI .xHTBoJ{width:22px;height:22px}.GQ8nSA .xHTBoJ{width:26px;height:26px}.FIBb68 .xHTBoJ{width:32px;height:32px}.wLJgza.I_NJYP{border-radius:30px}.wLJgza.w1isRI{border-radius:40px}.wLJgza.GQ8nSA{border-radius:50px}.wLJgza.FIBb68{border-radius:60px}.wLJgza.I_NJYP .xHTBoJ:has(+.VVfIOU){margin-right:6px;margin-left:12px}.wLJgza.I_NJYP .VVfIOU+.xHTBoJ{margin-right:12px;margin-left:6px}.wLJgza.I_NJYP .xHTBoJ:not(:has(+.VVfIOU)){margin:6px}.wLJgza.w1isRI .xHTBoJ:has(+.VVfIOU){margin-right:7px;margin-left:14px}.wLJgza.w1isRI .VVfIOU+.xHTBoJ{margin-right:14px;margin-left:7px}.wLJgza.w1isRI .xHTBoJ:not(:has(+.VVfIOU)){margin:7px}.wLJgza.GQ8nSA .xHTBoJ:has(+.VVfIOU){margin-right:7.5px;margin-left:15px}.wLJgza.GQ8nSA .VVfIOU+.xHTBoJ{margin-right:15px;margin-left:7.5px}.wLJgza.GQ8nSA .xHTBoJ:not(:has(+.VVfIOU)){margin:7.5px}.wLJgza.FIBb68 .xHTBoJ:has(+.VVfIOU){margin-right:9px;margin-left:18px}.wLJgza.FIBb68 .VVfIOU+.xHTBoJ{margin-right:18px;margin-left:9px}.wLJgza.FIBb68 .xHTBoJ:not(:has(+.VVfIOU)){margin:9px}.bCVcJM.I_NJYP{border-radius:2px}.bCVcJM.w1isRI{border-radius:4px}.bCVcJM.GQ8nSA{border-radius:6px}.bCVcJM.FIBb68{border-radius:8px}.bCVcJM.I_NJYP .xHTBoJ:has(+.VVfIOU){margin-right:6px;margin-left:12px}.bCVcJM.I_NJYP .VVfIOU+.xHTBoJ{margin-right:12px;margin-left:6px}.bCVcJM.I_NJYP .xHTBoJ:not(:has(+.VVfIOU)){margin-right:6px;margin-left:6px}.bCVcJM.w1isRI .xHTBoJ:has(+.VVfIOU){margin-right:7px;margin-left:14px}.bCVcJM.w1isRI .VVfIOU+.xHTBoJ{margin-right:14px;margin-left:7px}.bCVcJM.w1isRI .xHTBoJ:not(:has(+.VVfIOU)){margin-right:7px;margin-left:7px}.bCVcJM.GQ8nSA .xHTBoJ:has(+.VVfIOU){margin-right:7.5px;margin-left:15px}.bCVcJM.GQ8nSA .VVfIOU+.xHTBoJ{margin-right:15px;margin-left:7.5px}.bCVcJM.GQ8nSA .xHTBoJ:not(:has(+.VVfIOU)){margin-right:7.5px;margin-left:7.5px}.bCVcJM.FIBb68 .xHTBoJ:has(+.VVfIOU){margin-right:9px;margin-left:18px}.bCVcJM.FIBb68 .VVfIOU+.xHTBoJ{margin-right:18px;margin-left:9px}.bCVcJM.FIBb68 .xHTBoJ:not(:has(+.VVfIOU)){margin-right:9px;margin-left:9px}.ROa4Sv.I_NJYP{border-radius:2px}.ROa4Sv.I_NJYP .VVfIOU{margin:2px}.ROa4Sv.I_NJYP .xHTBoJ:not(:has(+.VVfIOU)){margin-right:2px;margin-left:2px}.ROa4Sv.w1isRI{border-radius:4px}.ROa4Sv.w1isRI .VVfIOU{margin:3px}.ROa4Sv.w1isRI .xHTBoJ:not(:has(+.VVfIOU)){margin-right:3px;margin-left:3px}.ROa4Sv.GQ8nSA{border-radius:6px}.ROa4Sv.GQ8nSA .VVfIOU{margin:4px}.ROa4Sv.GQ8nSA .xHTBoJ:not(:has(+.VVfIOU)){margin-right:4px;margin-left:4px}.ROa4Sv.FIBb68{border-radius:8px}.ROa4Sv.FIBb68 .VVfIOU{margin:5px}.ROa4Sv.FIBb68 .xHTBoJ:not(:has(+.VVfIOU)){margin-right:5px;margin-left:5px}.ROa4Sv.I_NJYP .xHTBoJ:has(+.VVfIOU){margin-right:1px;margin-left:2px}.ROa4Sv.I_NJYP .VVfIOU+.xHTBoJ{margin-right:2px;margin-left:1px}.ROa4Sv.I_NJYP .xHTBoJ+.VVfIOU{margin-right:2px;margin-left:1}.ROa4Sv.I_NJYP .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:2px}.ROa4Sv.w1isRI .xHTBoJ:has(+.VVfIOU){margin-right:2px;margin-left:4px}.ROa4Sv.w1isRI .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:4px}.ROa4Sv.w1isRI .xHTBoJ+.VVfIOU{margin-right:4px;margin-left:0}.ROa4Sv.w1isRI .VVfIOU+.xHTBoJ{margin-right:4px;margin-left:2px}.ROa4Sv.GQ8nSA .xHTBoJ:has(+.VVfIOU){margin-right:2.5px;margin-left:5px}.ROa4Sv.GQ8nSA .VVfIOU+.xHTBoJ{margin-right:5px;margin-left:2.5px}.ROa4Sv.GQ8nSA .xHTBoJ+.VVfIOU{margin-right:5px;margin-left:0}.ROa4Sv.GQ8nSA .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:5px}.ROa4Sv.FIBb68 .xHTBoJ:has(+.VVfIOU){margin-right:4.5px;margin-left:9px}.ROa4Sv.FIBb68 .VVfIOU+.xHTBoJ{margin-right:9px;margin-left:4.5px}.ROa4Sv.FIBb68 .xHTBoJ+.VVfIOU{margin-right:9px;margin-left:0}.ROa4Sv.FIBb68 .VVfIOU:has(+.xHTBoJ){margin-right:0;margin-left:9px}.WfeQKA.p_I1Lv{cursor:not-allowed;opacity:.5}.WfeQKA.p_I1Lv:hover{background-position-x:50%} -.OkbEhL{padding:0} -.MhNuZ0{margin:0;padding:0}.I2FvIx{padding:0}.OVaY6Y{display:flex;align-items:center}.snnMue{width:24px;height:24px}.wkSc_G{background-color:var(--color-theme-switch)}.o1BlOT{background-color:var(--color-theme-switch)} -.BcgYC3{background-color:var(--bg-color-inverted)}.g_88uk{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.Ny4go4{padding:0}._4NR2j{display:flex;flex-direction:column;flex-grow:1;gap:5px;align-items:center;justify-content:center}.StxkPM{display:flex;gap:15px;align-items:center;justify-content:center}.xN648u{flex-direction:row}.gZQKZO{flex-direction:column}.MCwGjI{padding:0}.DkGkqk{margin:0;padding:0}.eSfBcf{background-color:var(--color-tertiary)}.CksE1V{background-color:var(--color-active)} -.dEm8E6{font:var(--font-m);color:var(--color-primary);background:var(--bg-color)}.bpRfZl{min-height:100vh}.Jtad8J{display:flex;flex-flow:column wrap;min-height:100vh}.fhvHEY{width:100%;height:var(--navbar-height)}.pfLNlH{display:flex;flex-grow:1}.RdijXB{display:flex;padding:0;transition:width .25s}.Tk0Od9{width:var(--sidebar-width-open)}.B9gHMY{width:var(--sidebar-width-collapsed)}.iyPWOu{flex-grow:1}.JqeXg6{width:100%;height:var(--footer-height)} -html{scroll-behavior:smooth}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;font:inherit;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after{content:"";content:none}q::before,q::after{content:"";content:none}table{border-spacing:0;border-collapse:collapse}button{cursor:pointer;padding:0;font:inherit;color:inherit;background-color:rgba(0,0,0,0);border:none;outline:none}:root{--font-family: consolas, arial, helvetica, sans-serif;--font-size-s: 12px;--font-line-s: 18px;--font-line-s-boost: 26px;--font-s: var(--font-size-m) / var(--font-line-m) var(--font-family);--font-size-m: 13px;--font-line-m: 21px;--font-line-m-boost: 32px;--font-m: var(--font-size-m) / var(--font-line-m) var(--font-family);--font-size-l: 14px;--font-line-l: 22px;--font-line-l-boost: 38px;--font-l: var(--font-size-l) / var(--font-line-l) var(--font-family);--font-size-xl: 16px;--font-line-xl: 24px;--font-line-xl-boost: 44px;--font-xl: var(--font-size-xl) / var(--font-line-xl) var(--font-family)}:root{--navbar-height: 50px;--sidebar-width-open: 300px;--sidebar-width-collapsed: 80px}:root{--gradient-standart: linear-gradient( 90deg, #025fa7 0, #1682d4 25%, #00b0d0 50%, #09d3f6 75%, #42e3ff 100% );--gradient-alternative: linear-gradient( 90deg, rgba(77, 2, 167, 1) 0%, rgba(138, 22, 212, 1) 25%, rgba(179, 0, 208, 1) 50%, rgba(226, 9, 246, 1) 75%, rgba(255, 66, 176, 1) 100% );--gradient-button: linear-gradient( 90deg, #025fa7 0, #1682d4 25%, #00b0d0 50%, #09d3f6 75%, #42e3ff 100%, #42e3ff 150% );-gradient-vertical:linear-gradient(#025fa7 0, #1682d4 25%, #00b0d0 50%, #09d3f6 75%, #42e3ff 100%)}:root{--time-transition: 0.25s}:root{--color-light: #fff;--color-active-300: #ff8952;--color-active-400: #ff7536;--color-active-500: #ca660c;--color-active-600: #b55c0b;--color-attantion-300: #ff63ce;--color-attantion-400: #fa00ab;--color-attention-500: #ff0000;--color-attention-600: #e60000;--color-success-400: #72ff36;--color-success-500: #04ff04;--color-success-600: #3dcc00;--color-passive-300: #f2f2f2;--color-passive-400: #d4d4d4;--color-passive-500: #c9c9c9;--color-passive-600: #bfbfbf}:root{--radius-size-s: 4px;--radius-size-m: 6px;--radius-size-l: 10px;--radius-size-xl: 14px}:root{--shadow-primary: 0 0 10px rgba(0, 0, 0, 0.3);--shadow-secondary: 0 0 10px rgba(255, 255, 255, 0.3)}:root{--bg-transparent-primary: rgba(0 0 0 / 0.7);--bg-transparent-secondary: rgba(255 255 255 / 0.7)}:root{--title-scale-up-20: 1.2;--title-scale-up-50: 1.5;--title-scale-up-100: 2;--title-scale-up-150: 2.5;--title-scale-up-200: 3;--title-scale-up-300: 4}*{box-sizing:border-box;margin:0;padding:0} -.RZ_lz7.fbXXnN{--color-primary: #049604;--color-secondary: #04ff04;--color-primary-inverted: #0232c2;--color-secondary-inverted: #0449e0;--color-tertiary: #c90076;--color-shadow: rgba(255, 255, 255, 0.1);--color-shadow-inverted: rgba(0, 0, 0, 0.1);--bg-color: #090949;--bg-color-inverted: #e8e8ea;--color-theme-switch: #0000cd}.RZ_lz7.G8JOa4{--color-primary: #0232c2;--color-secondary: #0449e0;--color-primary-inverted: #049604;--color-secondary-inverted: #04ff04;--color-tertiary: #c90076;--color-shadow: rgba(0, 0, 0, 0.1);--color-shadow-inverted: rgba(255, 255, 255, 0.1);--bg-color: #e8e8ea;--bg-color-inverted: #090949;--color-theme-switch: #ff0} -.kAKK2I{font-size:var(--font-size-xl);color:red} -.e488KJ{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100vw;height:100vh}.GEscIa{display:flex;justify-content:center;width:100%;margin-top:auto;margin-bottom:0}.mNU_pD{display:flex;justify-content:center;margin-top:20px;margin-bottom:auto} -.jy3Ju2{margin:0;padding:0}.m7PPCj{font-size:20px;font-weight:700}.DQ5rEO{background-color:lime}.gogTah{background-color:red} diff --git a/build/e2650a30943f840d0cb0.svg b/build/e2650a30943f840d0cb0.svg new file mode 100644 index 0000000..b034dea --- /dev/null +++ b/build/e2650a30943f840d0cb0.svg @@ -0,0 +1,3 @@ + + + diff --git a/build/e80b9f900ea8d1a7f13c.svg b/build/e80b9f900ea8d1a7f13c.svg new file mode 100644 index 0000000..cdbc9cc --- /dev/null +++ b/build/e80b9f900ea8d1a7f13c.svg @@ -0,0 +1,3 @@ + + + diff --git a/build/index.html b/build/index.html index 089a36d..1957932 100644 --- a/build/index.html +++ b/build/index.html @@ -1,13 +1 @@ - - - - - - Document - - - - -
- - +Document
\ No newline at end of file diff --git a/build/main.c3789cce2ec6bc0ea5f9.js b/build/main.c3789cce2ec6bc0ea5f9.js new file mode 100644 index 0000000..8a459db --- /dev/null +++ b/build/main.c3789cce2ec6bc0ea5f9.js @@ -0,0 +1,2 @@ +/*! For license information please see main.c3789cce2ec6bc0ea5f9.js.LICENSE.txt */ +(()=>{var e,t,n,r,o={4268:(e,t,n)=>{"use strict";n.d(t,{s4:()=>re,xC:()=>C,PH:()=>N,hg:()=>H,HF:()=>F,oM:()=>A,A6:()=>W,Q:()=>K,Gx:()=>te,KD:()=>ee,zR:()=>X,PO:()=>x,Iv:()=>Y,h_:()=>Z,x0:()=>U,cw:()=>oe});var r=n(2902),o=n(2222),a=n(5857);function i(e){return function(t){var n=t.dispatch,r=t.getState;return function(t){return function(o){return"function"==typeof o?o(n,r,e):t(o)}}}}var u=i();u.withExtraArgument=i;const s=u;var l,c=(l=function(e,t){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},l(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}l(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),f=function(e,t){for(var n=0,r=t.length,o=e.length;n-1}function j(e){var t,n={},r=[],o={addCase:function(e,t){var r="string"==typeof e?e:e.type;if(r in n)throw new Error("addCase cannot be called with two reducers for the same action type");return n[r]=t,o},addMatcher:function(e,t){return r.push({matcher:e,reducer:t}),o},addDefaultCase:function(e){return t=e,o}};return e(o),[n,r,t]}function A(e){var t=e.name;if(!t)throw new Error("`name` is a required option for createSlice");var n,o="function"==typeof e.initialState?e.initialState:P(e.initialState),a=e.reducers||{},i=Object.keys(a),u={},s={},l={};function c(){var t="function"==typeof e.extraReducers?j(e.extraReducers):[e.extraReducers],n=t[0],a=void 0===n?{}:n,i=t[1],u=void 0===i?[]:i,l=t[2],c=void 0===l?void 0:l,d=b(b({},a),s);return function(e,t,n,o){void 0===n&&(n=[]);var a,i=j(t),u=i[0],s=i[1],l=i[2];if("function"==typeof e)a=function(){return P(e())};else{var c=P(e);a=function(){return c}}function d(e,t){void 0===e&&(e=a());var n=f([u[t.type]],s.filter((function(e){return(0,e.matcher)(t)})).map((function(e){return e.reducer})));return 0===n.filter((function(e){return!!e})).length&&(n=[l]),n.reduce((function(e,n){if(n){var o;if((0,r.mv)(e))return void 0===(o=n(e,t))?e:o;if((0,r.o$)(e))return(0,r.ZP)(e,(function(e){return n(e,t)}));if(void 0===(o=n(e,t))){if(null===e)return e;throw Error("A case reducer on a non-draftable value must not return undefined")}return o}return e}),e)}return d.getInitialState=a,d}(o,(function(e){for(var t in d)e.addCase(t,d[t]);for(var n=0,r=u;n0){var a=t.filter((function(t){return function(t,n,r){var o=r.entities[n.id],a=Object.assign({},o,n.changes),i=_(a,e),u=i!==n.id;return u&&(t[n.id]=i,delete r.entities[n.id]),r.entities[i]=a,u}(r,t,n)})).length>0;a&&(n.ids=Object.keys(n.entities))}}function i(t,r){var o=D(t,e,r),i=o[0];a(o[1],r),n(i,r)}return{removeAll:(u=function(e){Object.assign(e,{ids:[],entities:{}})},s=L((function(e,t){return u(t)})),function(e){return s(e,void 0)}),addOne:L(t),addMany:L(n),setOne:L(r),setMany:L((function(e,t){for(var n=0,o=e=I(e);n0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]-1;return n&&r}function G(e){return"function"==typeof e[0]&&"pending"in e[0]&&"fulfilled"in e[0]&&"rejected"in e[0]}function X(){for(var e=[],t=0;t{"use strict";function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;tf,J0:()=>u,RQ:()=>A,WK:()=>M,X3:()=>D,Zn:()=>C,Zq:()=>T,aU:()=>o,cP:()=>d,fp:()=>h,lX:()=>i,pC:()=>j}),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(o||(o={}));const a="popstate";function i(e){return void 0===e&&(e={}),function(e,t,n,i){void 0===i&&(i={});let{window:s=document.defaultView,v5Compat:d=!1}=i,p=s.history,h=o.Pop,g=null,m=v();function v(){return(p.state||{idx:null}).idx}function y(){h=o.Pop;let e=v(),t=null==e?null:e-m;m=e,g&&g({action:h,location:w.location,delta:t})}function b(e){let t="null"!==s.location.origin?s.location.origin:s.location.href,n="string"==typeof e?e:f(e);return u(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==m&&(m=0,p.replaceState(r({},p.state,{idx:m}),""));let w={get action(){return h},get location(){return e(s,p)},listen(e){if(g)throw new Error("A history only accepts one active listener");return s.addEventListener(a,y),g=e,()=>{s.removeEventListener(a,y),g=null}},createHref:e=>t(s,e),createURL:b,encodeLocation(e){let t=b(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){h=o.Push;let r=c(w.location,e,t);n&&n(r,e),m=v()+1;let a=l(r,m),i=w.createHref(r);try{p.pushState(a,"",i)}catch(e){if(e instanceof DOMException&&"DataCloneError"===e.name)throw e;s.location.assign(i)}d&&g&&g({action:h,location:w.location,delta:1})},replace:function(e,t){h=o.Replace;let r=c(w.location,e,t);n&&n(r,e),m=v();let a=l(r,m),i=w.createHref(r);p.replaceState(a,"",i),d&&g&&g({action:h,location:w.location,delta:0})},go:e=>p.go(e)};return w}((function(e,t){let{pathname:n,search:r,hash:o}=e.location;return c("",{pathname:n,search:r,hash:o},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){return"string"==typeof t?t:f(t)}),null,e)}function u(e,t){if(!1===e||null==e)throw new Error(t)}function s(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function l(e,t){return{usr:e.state,key:e.key,idx:t}}function c(e,t,n,o){return void 0===n&&(n=null),r({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?d(t):t,{state:n,key:t&&t.key||o||Math.random().toString(36).substr(2,8)})}function f(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&"?"!==n&&(t+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(t+="#"===r.charAt(0)?r:"#"+r),t}function d(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}var p;function h(e,t,n){void 0===n&&(n="/");let r=C(("string"==typeof t?d(t):t).pathname||"/",n);if(null==r)return null;let o=g(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){return e.length===t.length&&e.slice(0,-1).every(((e,n)=>e===t[n]))?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(o);let a=null;for(let e=0;null==a&&e{let i={relativePath:void 0===a?e.path||"":a,caseSensitive:!0===e.caseSensitive,childrenIndex:o,route:e};i.relativePath.startsWith("/")&&(u(i.relativePath.startsWith(r),'Absolute route path "'+i.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),i.relativePath=i.relativePath.slice(r.length));let s=A([r,i.relativePath]),l=n.concat(i);e.children&&e.children.length>0&&(u(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+s+'".'),g(e.children,t,l,s)),(null!=e.path||e.index)&&t.push({path:s,score:k(s,e.index),routesMeta:l})};return e.forEach(((e,t)=>{var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?"))for(let n of m(e.path))o(e,t,n);else o(e,t)})),t}function m(e){let t=e.split("/");if(0===t.length)return[];let[n,...r]=t,o=n.endsWith("?"),a=n.replace(/\?$/,"");if(0===r.length)return o?[a,""]:[a];let i=m(r.join("/")),u=[];return u.push(...i.map((e=>""===e?a:[a,e].join("/")))),o&&u.push(...i),u.map((t=>e.startsWith("/")&&""===t?"/":t))}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(p||(p={})),new Set(["lazy","caseSensitive","path","id","index","children"]);const v=/^:\w+$/,y=3,b=2,w=1,S=10,E=-2,x=e=>"*"===e;function k(e,t){let n=e.split("/"),r=n.length;return n.some(x)&&(r+=E),t&&(r+=b),n.filter((e=>!x(e))).reduce(((e,t)=>e+(v.test(t)?y:""===t?w:S)),r)}function O(e,t){let{routesMeta:n}=e,r={},o="/",a=[];for(let e=0;e(r.push(t),"/([^\\/]+)")));return e.endsWith("*")?(r.push("*"),o+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?o+="\\/*$":""!==e&&"/"!==e&&(o+="(?:(?=\\/|$))"),[new RegExp(o,t?void 0:"i"),r]}(e.path,e.caseSensitive,e.end),o=t.match(n);if(!o)return null;let a=o[0],i=a.replace(/(.)\/+$/,"$1"),u=o.slice(1);return{params:r.reduce(((e,t,n)=>{if("*"===t){let e=u[n]||"";i=a.slice(0,a.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return s(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(u[n]||"",t),e}),{}),pathname:a,pathnameBase:i,pattern:e}}function R(e){try{return decodeURI(e)}catch(t){return s(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function C(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&"/"!==r?null:e.slice(n)||"/"}function N(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in and the router will parse it for you.'}function T(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function j(e,t,n,o){let a;void 0===o&&(o=!1),"string"==typeof e?a=d(e):(a=r({},e),u(!a.pathname||!a.pathname.includes("?"),N("?","pathname","search",a)),u(!a.pathname||!a.pathname.includes("#"),N("#","pathname","hash",a)),u(!a.search||!a.search.includes("#"),N("#","search","hash",a)));let i,s=""===e||""===a.pathname,l=s?"/":a.pathname;if(o||null==l)i=n;else{let e=t.length-1;if(l.startsWith("..")){let t=l.split("/");for(;".."===t[0];)t.shift(),e-=1;a.pathname=t.join("/")}i=e>=0?t[e]:"/"}let c=function(e,t){void 0===t&&(t="/");let{pathname:n,search:r="",hash:o=""}="string"==typeof e?d(e):e,a=n?n.startsWith("/")?n:function(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(n,t):t;return{pathname:a,search:_(r),hash:I(o)}}(a,i),f=l&&"/"!==l&&l.endsWith("/"),p=(s||"."===l)&&n.endsWith("/");return c.pathname.endsWith("/")||!f&&!p||(c.pathname+="/"),c}const A=e=>e.join("/").replace(/\/\/+/g,"/"),L=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),_=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",I=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";class D extends Error{}function M(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"boolean"==typeof e.internal&&"data"in e}const F=["post","put","patch","delete"],U=(new Set(F),["get",...F]);new Set(U),new Set([301,302,303,307,308]),new Set([307,308]),Symbol("deferred")},2761:(e,t,n)=>{"use strict";n.d(t,{AT:()=>p,jX:()=>f});var r=n(5893),o=n(1072),a=n(743),i=n(5346),u=n(4305),s=(0,n(2222).P1)((function(e){return e.counter}),(function(e){return e.value})),l=(0,n(4268).oM)({name:"counter",initialState:{value:0},reducers:{increment:function(e){e.value+=1},decrement:function(e){e.value-=1}}}),c=l.actions,f=l.reducer;var d=function(){return d=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";n.d(t,{JV:()=>i,dC:()=>o,nZ:()=>u});var r=n(4268),o=(0,r.hg)("country/fethcCountryData",(function(e,t){return n=void 0,r=void 0,a=function(){var e,n,r,o;return function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(u){return function(s){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&u[0]?r.return:u[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,u[1])).done)return o;switch(r=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,r=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){i=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]{"use strict";n.d(t,{f$:()=>i,w$:()=>o,nZ:()=>u});var r=n(4268),o=(0,r.hg)("currency/fetchCurrencyData",(function(e,t){return n=void 0,r=void 0,a=function(){var e,n,r,o;return function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(u){return function(s){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&u[0]?r.return:u[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,u[1])).done)return o;switch(r=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,r=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){i=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]{"use strict";n.d(t,{EE:()=>o.E,t1:()=>o.t,AV:()=>i,XV:()=>u});var r=n(4268),o=n(5309),a=(0,r.oM)({name:"modal",initialState:{modalList:[]},reducers:{addModal:function(e,t){var n=e.modalList,r=t.payload;n.push(r)},openModal:function(e,t){var n;null===(n=e.modalList)||void 0===n||n.forEach((function(e){e.name===t.payload.name&&(e.state=o.t.OPEN)}))},closeModal:function(e,t){var n;null===(n=e.modalList)||void 0===n||n.forEach((function(e){e.name===t.payload.name&&(e.state=o.t.CLOSE)}))}}}),i=a.actions,u=a.reducer;n(9193)},9193:(e,t,n)=>{"use strict";n.d(t,{g:()=>i});var r=n(2222),o=n(5309),a=function(e){return e.modal},i=function(e){return(0,r.P1)(function(e){return(0,r.P1)(a,(function(t){var n=t.modalList;return null==n?void 0:n.find((function(t){return t.name===e}))}))}(e),(function(t){return(null==t?void 0:t.name)===e&&(null==t?void 0:t.state)&&(null==t?void 0:t.state)===o.t.OPEN}))}},5309:(e,t,n)=>{"use strict";var r,o;n.d(t,{E:()=>o,t:()=>r}),function(e){e.OPEN="OPEN",e.CLOSE="CLOSE"}(r||(r={})),function(e){e.LOGIN="LOGIN",e.REGISTER="REGISTER"}(o||(o={}))},467:(e,t,n)=>{"use strict";n.d(t,{m5:()=>c,LN:()=>d,Rg:()=>f,ul:()=>i,M3:()=>u});var r=n(4268),o=n(2393),a=(0,r.oM)({name:"user",initialState:{_inited:!1},reducers:{setAuth:function(e,t){var n=t.payload;e.authData=n},initAuth:function(e){var t=o.OQ.getItem();t&&(e.authData=t),e._inited=!0},logout:function(e){e.authData=void 0,o.OQ.removeItem()}}}),i=a.actions,u=a.reducer,s=n(2222),l=n(7345),c=function(e){var t;return null===(t=e.user)||void 0===t?void 0:t.authData},f=(0,s.P1)(c,(function(e){return null==e?void 0:e.role})),d=((0,s.P1)(f,(function(e){return Boolean(null==e?void 0:e.includes(l.g.ADMIN))})),(0,s.P1)(f,(function(e){return Boolean(null==e?void 0:e.includes(l.g.MANAGER))})),(0,s.P1)(f,(function(e){return Boolean(null==e?void 0:e.includes(l.g.USER))})),function(e){var t;return null===(t=e.user)||void 0===t?void 0:t._inited})},4442:(e,t,n)=>{"use strict";n.d(t,{a:()=>u});var r=n(4268),o=n(4104),a=n(467),i=n(2393),u=(0,r.hg)("login/loginByUsername",(function(e,t){return n=void 0,r=void 0,s=function(){var n,r,u,s,l;return function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(u){return function(s){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&u[0]?r.return:u[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,u[1])).done)return o;switch(r=0,o&&(u=[2&u[0],o.value]),u[0]){case 0:case 1:o=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,r=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==u[0]&&2!==u[0])){i=0;continue}if(3===u[0]&&(!o||u[1]>o[0]&&u[1]{"use strict";n.d(t,{t:()=>u,y:()=>i});var r=n(4268),o=n(4442),a=(0,r.oM)({name:"login",initialState:{data:{username:"",password:""},isLoading:!1,error:""},reducers:{setUserName:function(e,t){var n=t.payload;e.data.username=n},setPassword:function(e,t){var n=t.payload;e.data.password=n}},extraReducers:function(e){e.addCase(o.a.pending,(function(e){e.isLoading=!0,e.error=""})),e.addCase(o.a.fulfilled,(function(e){e.isLoading=!1,e.error=""})),e.addCase(o.a.rejected,(function(e,t){e.isLoading=!1,e.error=t.payload}))}}),i=a.actions,u=a.reducer},8608:(e,t,n)=>{"use strict";n.d(t,{p:()=>Ye});var r,o,a=n(4268),i=n(2902),u=n(2222),s=n(5857),l=n(4815),c=function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function u(a){return function(u){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]=200&&e.status<=299},C=function(e){return/ion\/(vnd\.api\+)?json/.test(e.get("content-type")||"")};function N(e){if(!(0,a.PO)(e))return e;for(var t=b({},e),n=0,r=Object.entries(t);n=c)}var p=(0,a.hg)(n+"/executeQuery",f,{getPendingMeta:function(){var e;return(e={startedTimeStamp:Date.now()})[a.s4]=!0,e},condition:function(e,t){var r,o,a,i=(0,t.getState)(),s=null==(o=null==(r=i[n])?void 0:r.queries)?void 0:o[e.queryCacheKey],l=null==s?void 0:s.fulfilledTimeStamp,c=e.originalArgs,f=null==s?void 0:s.originalArgs,p=u[e.endpointName];return!(!B(e)&&("pending"===(null==s?void 0:s.status)||!d(e,i)&&(!M(p)||!(null==(a=null==p?void 0:p.forceRefetch)?void 0:a.call(p,{currentArg:c,previousArg:f,endpointState:s,state:i})))&&l))},dispatchConditionRejection:!0}),h=(0,a.hg)(n+"/executeMutation",f,{getPendingMeta:function(){var e;return(e={startedTimeStamp:Date.now()})[a.s4]=!0,e}});function g(e){return function(t){var n,r;return(null==(r=null==(n=null==t?void 0:t.meta)?void 0:n.arg)?void 0:r.endpointName)===e}}return{queryThunk:p,mutationThunk:h,prefetch:function(e,t,n){return function(r,o){var a=function(e){return"force"in e}(n)&&n.force,i=function(e){return"ifOlderThan"in e}(n)&&n.ifOlderThan,u=function(n){return void 0===n&&(n=!0),l.endpoints[e].initiate(t,{forceRefetch:n})},s=l.endpoints[e].select(t)(o());if(a)r(u());else if(i){var c=null==s?void 0:s.fulfilledTimeStamp;if(!c)return void r(u());(Number(new Date)-Number(new Date(c)))/1e3>=i&&r(u())}else r(u(!1))}},updateQueryData:function(e,t,n){return function(o,a){var u,s,c=l.endpoints[e].select(t)(a()),f={patches:[],inversePatches:[],undo:function(){return o(l.util.patchQueryData(e,t,f.inversePatches))}};if(c.status===r.uninitialized)return f;if("data"in c)if((0,i.o$)(c.data)){var d=(0,i.aS)(c.data,n),p=d[1],h=d[2];(u=f.patches).push.apply(u,p),(s=f.inversePatches).push.apply(s,h)}else{var g=n(c.data);f.patches.push({op:"replace",path:[],value:g}),f.inversePatches.push({op:"replace",path:[],value:c.data})}return o(l.util.patchQueryData(e,t,f.patches)),f}},upsertQueryData:function(e,t,n){return function(r){var o;return r(l.endpoints[e].initiate(t,((o={subscribe:!1,forceRefetch:!0})[q]=function(){return{data:n}},o)))}},patchQueryData:function(e,t,n){return function(r){var o=u[e];r(l.internalActions.queryResultPatched({queryCacheKey:s({queryArgs:t,endpointDefinition:o,endpointName:e}),patches:n}))}},buildMatchThunkActions:function(e,t){return{matchPending:(0,a.A6)((0,a.zR)(e),g(t)),matchFulfilled:(0,a.A6)((0,a.KD)(e),g(t)),matchRejected:(0,a.A6)((0,a.Iv)(e),g(t))}}}}({baseQuery:o,reducerPath:s,context:n,api:e,serializeQueryArgs:l}),y=v.queryThunk,w=v.mutationThunk,S=v.patchQueryData,k=v.updateQueryData,O=v.upsertQueryData,P=v.prefetch,R=v.buildMatchThunkActions,C=J({context:n,queryThunk:y,mutationThunk:w,reducerPath:s,assertTagType:m,config:{refetchOnFocus:h,refetchOnReconnect:g,refetchOnMountOrArgChange:p,keepUnusedDataFor:d,reducerPath:s}}),N=C.reducer,j=C.actions;pe(e.util,{patchQueryData:S,updateQueryData:k,upsertQueryData:O,prefetch:P,resetApiState:j.resetApiState}),pe(e.internalActions,j);var F=de({reducerPath:s,context:n,queryThunk:y,mutationThunk:w,api:e,assertTagType:m}),H=F.middleware,V=F.actions;pe(e.util,V),pe(e,{reducer:N,middleware:H});var K=function(e){var t=e.serializeQueryArgs,n=e.reducerPath,o=function(e){return Y},a=function(e){return Z};return{buildQuerySelector:function(e,n){return function(r){var a=t({queryArgs:r,endpointDefinition:n,endpointName:e}),l=r===G?o:function(e){var t,n,r;return null!=(r=null==(n=null==(t=s(e))?void 0:t.queries)?void 0:n[a])?r:Y};return(0,u.P1)(l,i)}},buildMutationSelector:function(){return function(e){var t,n,r=(n="object"==typeof e?null!=(t=Q(e))?t:G:e)===G?a:function(e){var t,r,o;return null!=(o=null==(r=null==(t=s(e))?void 0:t.mutations)?void 0:r[n])?o:Z};return(0,u.P1)(r,i)}},selectInvalidatedBy:function(e,t){for(var r,o=e[n],a=new Set,i=0,u=t.map(U);i{"use strict";n.d(t,{zx:()=>d,Vz:()=>o,tS:()=>a,Kf:()=>c.K});var r,o,a,i=n(5893),u=n(7294),s=n(4882),l=n(2418);!function(e){e.LEFT="left",e.RIGHT="right"}(r||(r={})),function(e){e.MAIN="shape_main",e.NEXT="shape_next",e.FLAT="shape_flat"}(o||(o={})),function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(a||(a={}));var c=n(4905);var f=function(){return f=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";var r;n.d(t,{K:()=>r}),function(e){e.PRIMARY="primary",e.SECONDARY="secondary",e.TERTIARY="tertiary",e.TRANSPARENT="transparent",e.TRANSPARENT_INVERTED="transparent_inverted"}(r||(r={}))},4882:(e,t,n)=>{"use strict";n.d(t,{JO:()=>s,LM:()=>i.L});var r=n(5893),o=n(7294),a=n(2418),i=n(5390);var u=function(){return u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";var r;n.d(t,{L:()=>r}),function(e){e.THEME="icon_theme",e.BURGER="icon_burger",e.MENU_HOME="icon_menu_home",e.MENU_ABOUT="icon_menu_about",e.MENU_PROFILE="icon_menu_profile",e.MENU_ARTICLE_FEED="icon_menu_feed",e.EYE="icon_eye",e.CALENDAR="icon_calendar",e.VIEW_TILE="icon_view_tile",e.VIEW_ROW="icon_view_row"}(r||(r={}))},2257:(e,t,n)=>{"use strict";n.d(t,{ud:()=>p,GD:()=>r,ak:()=>o,Rx:()=>a});var r,o,a,i=n(5893),u=n(7294),s=n(9655),l=n(4882),c=n(2418);!function(e){e.DEFAULT="default",e.TEXT="text",e.ICON="icon"}(r||(r={})),function(e){e.S="s",e.M="m",e.L="l",e.XL="xl"}(o||(o={})),function(e){e.PRIMARY="primary",e.SECONDARY="secondary"}(a||(a={}));var f,d=function(){return d=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";n.d(t,{a:()=>s});var r=n(5893),o=n(7294),a=n(2418);const i="uB0n4h";var u=function(){return u=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";n.d(t,{h3:()=>E,HJ:()=>x});var r=n(5893),o=n(7294),a=(0,o.lazy)((function(){return new Promise((function(e){setTimeout((function(){return e(n.e(507).then(n.bind(n,7360)))}),1e3)}))})),i=(0,o.lazy)((function(){return n.e(92).then(n.bind(n,9092)).then((function(e){return{default:e.AdminPage}}))})),u=(0,o.lazy)((function(){return n.e(7).then(n.bind(n,7007)).then((function(e){return{default:e.ArticleCreatePage}}))})),s=(0,o.lazy)((function(){return n.e(223).then(n.bind(n,4223)).then((function(e){return{default:e.ArticleEditPage}}))})),l=(0,o.lazy)((function(){return Promise.all([n.e(690),n.e(838)]).then(n.bind(n,2852)).then((function(e){return{default:e.ArticleFeedPage}}))})),c=(0,o.lazy)((function(){return Promise.all([n.e(690),n.e(360)]).then(n.bind(n,5056)).then((function(e){return{default:e.ArticlePage}}))})),f=n(1072),d=n(2418);var p,h,g,m=function(){return m=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";n.d(t,{A:()=>o});var r=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o{"use strict";n.d(t,{A:()=>r.A});var r=n(4807)},4305:(e,t,n)=>{"use strict";n.d(t,{T:()=>r});var r=n(743).I0},2393:(e,t,n)=>{"use strict";n.d(t,{OQ:()=>i,Jl:()=>s,p7:()=>c,eb:()=>l,UQ:()=>u});var r,o=function(){function e(e,t){this.storage=e,this.key=t}return e.prototype.setItem=function(e){this.storage.setItem(this.key,JSON.stringify(e))},e.prototype.getItem=function(){var e=this.storage.getItem(this.key);return e?JSON.parse(e):null},e.prototype.removeItem=function(){this.storage.removeItem(this.key)},e}();!function(e){e.AUTH_DATA="ATUH_DATA",e.FEED_VIEW="FEED_VIEW",e.FEED_LIMIT="FEED_LIMIT",e.FEED_SORT="FEED_SORT",e.FEED_ORDER="FEED_ORDER"}(r||(r={}));var a=function(e){return new o(localStorage,e)},i=a(r.AUTH_DATA),u=a(r.FEED_VIEW),s=a(r.FEED_LIMIT),l=a(r.FEED_SORT),c=a(r.FEED_ORDER)},7345:(e,t,n)=>{"use strict";var r;n.d(t,{g:()=>r}),function(e){e.ADMIN="ADMIN",e.MANAGER="MANAGER",e.USER="USER"}(r||(r={}))},4098:function(e,t){var n="undefined"!=typeof self?self:this,r=function(){function e(){this.fetch=!1,this.DOMException=n.DOMException}return e.prototype=n,new e}();!function(e){!function(t){var n="URLSearchParams"in e,r="Symbol"in e&&"iterator"in Symbol,o="FileReader"in e&&"Blob"in e&&function(){try{return new Blob,!0}catch(e){return!1}}(),a="FormData"in e,i="ArrayBuffer"in e;if(i)var u=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=ArrayBuffer.isView||function(e){return e&&u.indexOf(Object.prototype.toString.call(e))>-1};function l(e){if("string"!=typeof e&&(e=String(e)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(e))throw new TypeError("Invalid character in header field name");return e.toLowerCase()}function c(e){return"string"!=typeof e&&(e=String(e)),e}function f(e){var t={next:function(){var t=e.shift();return{done:void 0===t,value:t}}};return r&&(t[Symbol.iterator]=function(){return t}),t}function d(e){this.map={},e instanceof d?e.forEach((function(e,t){this.append(t,e)}),this):Array.isArray(e)?e.forEach((function(e){this.append(e[0],e[1])}),this):e&&Object.getOwnPropertyNames(e).forEach((function(t){this.append(t,e[t])}),this)}function p(e){if(e.bodyUsed)return Promise.reject(new TypeError("Already read"));e.bodyUsed=!0}function h(e){return new Promise((function(t,n){e.onload=function(){t(e.result)},e.onerror=function(){n(e.error)}}))}function g(e){var t=new FileReader,n=h(t);return t.readAsArrayBuffer(e),n}function m(e){if(e.slice)return e.slice(0);var t=new Uint8Array(e.byteLength);return t.set(new Uint8Array(e)),t.buffer}function v(){return this.bodyUsed=!1,this._initBody=function(e){var t;this._bodyInit=e,e?"string"==typeof e?this._bodyText=e:o&&Blob.prototype.isPrototypeOf(e)?this._bodyBlob=e:a&&FormData.prototype.isPrototypeOf(e)?this._bodyFormData=e:n&&URLSearchParams.prototype.isPrototypeOf(e)?this._bodyText=e.toString():i&&o&&(t=e)&&DataView.prototype.isPrototypeOf(t)?(this._bodyArrayBuffer=m(e.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i&&(ArrayBuffer.prototype.isPrototypeOf(e)||s(e))?this._bodyArrayBuffer=m(e):this._bodyText=e=Object.prototype.toString.call(e):this._bodyText="",this.headers.get("content-type")||("string"==typeof e?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n&&URLSearchParams.prototype.isPrototypeOf(e)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o&&(this.blob=function(){var e=p(this);if(e)return e;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?p(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(g)}),this.text=function(){var e,t,n,r=p(this);if(r)return r;if(this._bodyBlob)return e=this._bodyBlob,n=h(t=new FileReader),t.readAsText(e),n;if(this._bodyArrayBuffer)return Promise.resolve(function(e){for(var t=new Uint8Array(e),n=new Array(t.length),r=0;r-1?r:n),this.mode=t.mode||this.mode||null,this.signal=t.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&o)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(o)}function w(e){var t=new FormData;return e.trim().split("&").forEach((function(e){if(e){var n=e.split("="),r=n.shift().replace(/\+/g," "),o=n.join("=").replace(/\+/g," ");t.append(decodeURIComponent(r),decodeURIComponent(o))}})),t}function S(e,t){t||(t={}),this.type="default",this.status=void 0===t.status?200:t.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in t?t.statusText:"OK",this.headers=new d(t.headers),this.url=t.url||"",this._initBody(e)}b.prototype.clone=function(){return new b(this,{body:this._bodyInit})},v.call(b.prototype),v.call(S.prototype),S.prototype.clone=function(){return new S(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new d(this.headers),url:this.url})},S.error=function(){var e=new S(null,{status:0,statusText:""});return e.type="error",e};var E=[301,302,303,307,308];S.redirect=function(e,t){if(-1===E.indexOf(t))throw new RangeError("Invalid status code");return new S(null,{status:t,headers:{location:e}})},t.DOMException=e.DOMException;try{new t.DOMException}catch(e){t.DOMException=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},t.DOMException.prototype=Object.create(Error.prototype),t.DOMException.prototype.constructor=t.DOMException}function x(e,n){return new Promise((function(r,a){var i=new b(e,n);if(i.signal&&i.signal.aborted)return a(new t.DOMException("Aborted","AbortError"));var u=new XMLHttpRequest;function s(){u.abort()}u.onload=function(){var e,t,n={status:u.status,statusText:u.statusText,headers:(e=u.getAllResponseHeaders()||"",t=new d,e.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(e){var n=e.split(":"),r=n.shift().trim();if(r){var o=n.join(":").trim();t.append(r,o)}})),t)};n.url="responseURL"in u?u.responseURL:n.headers.get("X-Request-URL");var o="response"in u?u.response:u.responseText;r(new S(o,n))},u.onerror=function(){a(new TypeError("Network request failed"))},u.ontimeout=function(){a(new TypeError("Network request failed"))},u.onabort=function(){a(new t.DOMException("Aborted","AbortError"))},u.open(i.method,i.url,!0),"include"===i.credentials?u.withCredentials=!0:"omit"===i.credentials&&(u.withCredentials=!1),"responseType"in u&&o&&(u.responseType="blob"),i.headers.forEach((function(e,t){u.setRequestHeader(t,e)})),i.signal&&(i.signal.addEventListener("abort",s),u.onreadystatechange=function(){4===u.readyState&&i.signal.removeEventListener("abort",s)}),u.send(void 0===i._bodyInit?null:i._bodyInit)}))}x.polyfill=!0,e.fetch||(e.fetch=x,e.Headers=d,e.Request=b,e.Response=S),t.Headers=d,t.Request=b,t.Response=S,t.fetch=x,Object.defineProperty(t,"__esModule",{value:!0})}({})}(r),r.fetch.ponyfill=!0,delete r.fetch.polyfill;var o=r;(t=o.fetch).default=o.fetch,t.fetch=o.fetch,t.Headers=o.Headers,t.Request=o.Request,t.Response=o.Response,e.exports=t},8679:(e,t,n)=>{"use strict";var r=n(1296),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function s(e){return r.isMemo(e)?i:u[e.$$typeof]||o}u[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[r.Memo]=i;var l=Object.defineProperty,c=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var o=p(n);o&&o!==h&&e(t,o,r)}var i=c(n);f&&(i=i.concat(f(n)));for(var u=s(t),g=s(n),m=0;m{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,u=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,f=n?Symbol.for("react.concurrent_mode"):60111,d=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,g=n?Symbol.for("react.memo"):60115,m=n?Symbol.for("react.lazy"):60116,v=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,w=n?Symbol.for("react.scope"):60119;function S(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case f:case a:case u:case i:case p:return e;default:switch(e=e&&e.$$typeof){case l:case d:case m:case g:case s:return e;default:return t}}case o:return t}}}function E(e){return S(e)===f}t.AsyncMode=c,t.ConcurrentMode=f,t.ContextConsumer=l,t.ContextProvider=s,t.Element=r,t.ForwardRef=d,t.Fragment=a,t.Lazy=m,t.Memo=g,t.Portal=o,t.Profiler=u,t.StrictMode=i,t.Suspense=p,t.isAsyncMode=function(e){return E(e)||S(e)===c},t.isConcurrentMode=E,t.isContextConsumer=function(e){return S(e)===l},t.isContextProvider=function(e){return S(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return S(e)===d},t.isFragment=function(e){return S(e)===a},t.isLazy=function(e){return S(e)===m},t.isMemo=function(e){return S(e)===g},t.isPortal=function(e){return S(e)===o},t.isProfiler=function(e){return S(e)===u},t.isStrictMode=function(e){return S(e)===i},t.isSuspense=function(e){return S(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===f||e===u||e===i||e===p||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===g||e.$$typeof===s||e.$$typeof===l||e.$$typeof===d||e.$$typeof===y||e.$$typeof===b||e.$$typeof===w||e.$$typeof===v)},t.typeOf=S},1296:(e,t,n)=>{"use strict";e.exports=n(6103)},4448:(e,t,n)=>{"use strict";var r=n(7294),o=n(4142);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n