From 5056e3cf43e929330ec74dc8ac59877630ae8fed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:29:17 +0000 Subject: [PATCH] deploy: 927a9bbb1e870f3a05144960b90a16cd8bed8939 --- 404.html | 2 +- assets/js/f8409a7e.0f08f87c.js | 1 - assets/js/f8409a7e.c64124c4.js | 1 + ...n.c36056a0.js => runtime~main.7f2cd1fc.js} | 2 +- blog/archive/index.html | 2 +- blog/first-blog-post/index.html | 2 +- blog/index.html | 2 +- blog/long-blog-post/index.html | 2 +- blog/mdx-blog-post/index.html | 2 +- blog/tags/docusaurus/index.html | 2 +- blog/tags/facebook/index.html | 2 +- blog/tags/hello/index.html | 2 +- blog/tags/hola/index.html | 2 +- blog/tags/index.html | 2 +- blog/welcome/index.html | 2 +- docs/advanced/get-token-value/index.html | 2 +- docs/advanced/global-theme-value/index.html | 2 +- docs/api-references/useSx/index.html | 2 +- docs/api-references/useSxStyle/index.html | 2 +- docs/api-references/useSxTokens/index.html | 2 +- docs/category/advanced/index.html | 2 +- docs/category/api/index.html | 2 +- docs/category/example-components/index.html | 2 +- docs/category/references/index.html | 2 +- docs/category/usage/index.html | 2 +- .../styled-button/index.html | 2 +- .../styled-image/index.html | 2 +- .../styled-scroll-view/index.html | 2 +- .../example-components/styled-view/index.html | 2 +- docs/example-components/txt/index.html | 2 +- docs/intro/index.html | 24 +++++++++---------- docs/references/sx-props/index.html | 2 +- docs/references/token/index.html | 2 +- docs/usage/component/index.html | 2 +- docs/usage/configuration/index.html | 2 +- docs/usage/install/index.html | 2 +- docs/usage/style-parsing/index.html | 2 +- docs/usage/text/index.html | 2 +- docs/usage/typescript/index.html | 2 +- index.html | 2 +- markdown-page/index.html | 2 +- search/index.html | 2 +- 42 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 assets/js/f8409a7e.0f08f87c.js create mode 100644 assets/js/f8409a7e.c64124c4.js rename assets/js/{runtime~main.c36056a0.js => runtime~main.7f2cd1fc.js} (99%) diff --git a/404.html b/404.html index cfdf43b..f7dbfb8 100644 --- a/404.html +++ b/404.html @@ -9,7 +9,7 @@ - + diff --git a/assets/js/f8409a7e.0f08f87c.js b/assets/js/f8409a7e.0f08f87c.js deleted file mode 100644 index 8df8e86..0000000 --- a/assets/js/f8409a7e.0f08f87c.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkmy_website=self.webpackChunkmy_website||[]).push([[6903],{4304:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>d,default:()=>h,frontMatter:()=>r,metadata:()=>o,toc:()=>l});var s=n(4848),i=n(8453);const r={sidebar_position:1,title:"Getting Started"},d="Get Started",o={id:"intro",title:"Getting Started",description:"React Native Styled System is a React Native implementation",source:"@site/docs/intro.mdx",sourceDirName:".",slug:"/intro",permalink:"/react-native-styled-system/docs/intro",draft:!1,unlisted:!1,editUrl:"https://github.com/mj-studio-library/react-native-styled-system/tree/main/doc/docs/intro.mdx",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1,title:"Getting Started"},sidebar:"tutorialSidebar",next:{title:"Usage",permalink:"/react-native-styled-system/docs/category/usage"}},a={},l=[{value:"Why we need styled-system",id:"why-we-need-styled-system",level:2},{value:"Highlights",id:"highlights",level:2}];function c(e){const t={admonition:"admonition",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.h1,{id:"get-started",children:"Get Started"}),"\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.code,{children:"React Native Styled System"})," is a React Native implementation\nof the ",(0,s.jsx)(t.code,{children:"styled-system"})," package commonly used on the web."]}),"\n",(0,s.jsx)(t.h2,{id:"why-we-need-styled-system",children:"Why we need styled-system"}),"\n",(0,s.jsx)(t.p,{children:"Let me show this code."}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-tsx",children:"const Sample = () => {\n const theme = useTheme();\n\n return (\n \n \n React Native\n \n \n );\n};\n"})}),"\n",(0,s.jsx)(t.p,{children:"This is quite verbose."}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.strong,{children:"With Styled System! \ud83d\udc47"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-tsx",children:"const Sample = () => {\n return (\n \n \n React Native\n \n \n );\n};\n"})}),"\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.code,{children:"styled-system"})," is useful for rapid UI development by providing a consistent approach to styling in React applications."]}),"\n",(0,s.jsx)(t.p,{children:"It offers a design system with predefined style props that streamline component styling, ensuring scalability, consistency, and responsive design."}),"\n",(0,s.jsxs)(t.p,{children:["But original ",(0,s.jsx)(t.code,{children:"styled-system"})," is for CSS not in React Native."]}),"\n",(0,s.jsxs)(t.p,{children:["We introduce ",(0,s.jsx)(t.strong,{children:"React Native Styled System"})," \ud83c\udf89"]}),"\n",(0,s.jsx)(t.p,{children:"\xa0"}),"\n",(0,s.jsxs)(t.admonition,{type:"info",children:[(0,s.jsxs)(t.p,{children:["It does not fully support the grammar of ",(0,s.jsx)(t.code,{children:"styled-system"})," and there are some grammars that are not currently supported, but this is not a technical limitation and will be added as needed."]}),(0,s.jsxs)(t.p,{children:["Styles such as ",(0,s.jsx)(t.code,{children:"justifySelf"})," that are not yet supported in React Native obviously cannot be added in the future."]})]}),"\n",(0,s.jsx)(t.h2,{id:"highlights",children:"Highlights"}),"\n",(0,s.jsxs)(t.ul,{children:["\n",(0,s.jsx)(t.li,{children:"\u26a1\ufe0f All styles are cached. So it doesn't cause any rerender if result is consistent."}),"\n",(0,s.jsxs)(t.li,{children:["\u2b50\ufe0f Allows arguments such as ",(0,s.jsx)(t.code,{children:"m, px, py, bg, flex, flexDirection, position"})," to be passed directly to Props according to the grammar of ",(0,s.jsx)(t.code,{children:"styled-system"}),"."]}),"\n",(0,s.jsx)(t.li,{children:"\ud83c\udfa8 Users can define the design system by directly defining and delivering themes."}),"\n",(0,s.jsx)(t.li,{children:"\u2764\ufe0f TypeScript can be fully used through the Type Generation process using CLI."}),"\n",(0,s.jsxs)(t.li,{children:["\ud83d\ude80 Logical or responsive values such as ",(0,s.jsx)(t.code,{children:"safeAreaTop"})," and ",(0,s.jsx)(t.code,{children:"sidePadding"})," can be injected into the theme and used as token values."]}),"\n",(0,s.jsx)(t.li,{children:"\ud83d\udcac Text Typography"}),"\n",(0,s.jsx)(t.li,{children:"\ud83c\udf89 Integrate Dark Theme easily."}),"\n"]})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>d,x:()=>o});var s=n(6540);const i={},r=s.createContext(i);function d(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:d(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/f8409a7e.c64124c4.js b/assets/js/f8409a7e.c64124c4.js new file mode 100644 index 0000000..d1f8480 --- /dev/null +++ b/assets/js/f8409a7e.c64124c4.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkmy_website=self.webpackChunkmy_website||[]).push([[6903],{4304:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>a,contentTitle:()=>d,default:()=>h,frontMatter:()=>r,metadata:()=>o,toc:()=>l});var s=n(4848),i=n(8453);const r={sidebar_position:1,title:"Getting Started"},d="Get Started",o={id:"intro",title:"Getting Started",description:"React Native Styled System is a React Native implementation",source:"@site/docs/intro.mdx",sourceDirName:".",slug:"/intro",permalink:"/react-native-styled-system/docs/intro",draft:!1,unlisted:!1,editUrl:"https://github.com/mj-studio-library/react-native-styled-system/tree/main/doc/docs/intro.mdx",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1,title:"Getting Started"},sidebar:"tutorialSidebar",next:{title:"Usage",permalink:"/react-native-styled-system/docs/category/usage"}},a={},l=[{value:"Highlights",id:"highlights",level:2},{value:"Why we need styled-system",id:"why-we-need-styled-system",level:2}];function c(e){const t={admonition:"admonition",code:"code",h1:"h1",h2:"h2",li:"li",p:"p",pre:"pre",strong:"strong",ul:"ul",...(0,i.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.h1,{id:"get-started",children:"Get Started"}),"\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.code,{children:"React Native Styled System"})," is a React Native implementation\nof the ",(0,s.jsx)(t.code,{children:"styled-system"})," package commonly used on the web."]}),"\n",(0,s.jsx)(t.h2,{id:"highlights",children:"Highlights"}),"\n",(0,s.jsxs)(t.ul,{children:["\n",(0,s.jsx)(t.li,{children:"\u26a1\ufe0f All styles are allowed to be cached. So it doesn't cause any rerender if result is consistent."}),"\n",(0,s.jsxs)(t.li,{children:["\u2b50\ufe0f Allows arguments such as ",(0,s.jsx)(t.code,{children:"m, px, py, bg, flex, flexDirection, position"})," to be passed directly to Props according to the grammar of ",(0,s.jsx)(t.code,{children:"styled-system"}),"."]}),"\n",(0,s.jsx)(t.li,{children:"\ud83c\udfa8 Users can define the design system by directly defining and delivering themes."}),"\n",(0,s.jsx)(t.li,{children:"\u2764\ufe0f TypeScript can be fully used through the Type Generation process using CLI."}),"\n",(0,s.jsxs)(t.li,{children:["\ud83d\ude80 Logical or responsive values such as ",(0,s.jsx)(t.code,{children:"safeAreaTop"})," and ",(0,s.jsx)(t.code,{children:"sidePadding"})," can be injected into the theme and used as token values."]}),"\n",(0,s.jsx)(t.li,{children:"\ud83d\udcac Text Typography"}),"\n",(0,s.jsx)(t.li,{children:"\ud83c\udf89 Integrate Dark Theme easily."}),"\n"]}),"\n",(0,s.jsx)(t.h2,{id:"why-we-need-styled-system",children:"Why we need styled-system"}),"\n",(0,s.jsx)(t.p,{children:"Let me show this code."}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-tsx",children:"const Sample = () => {\n const theme = useTheme();\n\n return (\n \n \n React Native\n \n \n );\n};\n"})}),"\n",(0,s.jsx)(t.p,{children:"This is quite verbose."}),"\n",(0,s.jsx)(t.p,{children:(0,s.jsx)(t.strong,{children:"With Styled System! \ud83d\udc47"})}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{className:"language-tsx",children:"const Sample = () => {\n return (\n \n \n React Native\n \n \n );\n};\n"})}),"\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.code,{children:"styled-system"})," is useful for rapid UI development by providing a consistent approach to styling in React applications."]}),"\n",(0,s.jsx)(t.p,{children:"It offers a design system with predefined style props that streamline component styling, ensuring scalability, consistency, and responsive design."}),"\n",(0,s.jsxs)(t.p,{children:["But original ",(0,s.jsx)(t.code,{children:"styled-system"})," is for CSS not in React Native."]}),"\n",(0,s.jsxs)(t.p,{children:["We introduce ",(0,s.jsx)(t.strong,{children:"React Native Styled System"})," \ud83c\udf89"]}),"\n",(0,s.jsx)(t.p,{children:"\xa0"}),"\n",(0,s.jsxs)(t.admonition,{type:"info",children:[(0,s.jsxs)(t.p,{children:["It does not fully support the grammar of ",(0,s.jsx)(t.code,{children:"styled-system"})," and there are some grammars that are not currently supported, but this is not a technical limitation and will be added as needed."]}),(0,s.jsxs)(t.p,{children:["Styles such as ",(0,s.jsx)(t.code,{children:"justifySelf"})," that are not yet supported in React Native obviously cannot be added in the future."]})]})]})}function h(e={}){const{wrapper:t}={...(0,i.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(c,{...e})}):c(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>d,x:()=>o});var s=n(6540);const i={},r=s.createContext(i);function d(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function o(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:d(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.c36056a0.js b/assets/js/runtime~main.7f2cd1fc.js similarity index 99% rename from assets/js/runtime~main.c36056a0.js rename to assets/js/runtime~main.7f2cd1fc.js index 6ad0802..20d51be 100644 --- a/assets/js/runtime~main.c36056a0.js +++ b/assets/js/runtime~main.7f2cd1fc.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,f,b,t,c={},d={};function r(e){var a=d[e];if(void 0!==a)return a.exports;var f=d[e]={id:e,loaded:!1,exports:{}};return c[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=c,r.c=d,e=[],r.O=(a,f,b,t)=>{if(!f){var c=1/0;for(i=0;i=t)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(d=!1,t0&&e[i-1][2]>t;i--)e[i]=e[i-1];e[i]=[f,b,t]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var t=Object.create(null);r.r(t);var c={};a=a||[null,f({}),f([]),f(f)];for(var d=2&b&&e;"object"==typeof d&&!~a.indexOf(d);d=f(d))Object.getOwnPropertyNames(d).forEach((a=>c[a]=()=>e[a]));return c.default=()=>e,r.d(t,c),t},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({109:"490f117b",181:"8179186b",210:"d3412f58",287:"0012fc6f",322:"8e361a16",644:"6da8d679",664:"a0ae11a7",914:"1806c852",1109:"7f3f08e5",1138:"b240f726",1153:"b3b39bbe",1282:"d290f38e",1405:"ce6b1508",1580:"a5ee1a38",1958:"456f6c74",1972:"73664a40",2138:"1a4e3797",2213:"93eabb04",2285:"c2cf6db2",2711:"9e4087bc",2762:"69dc3596",3237:"1a77b372",3249:"ccc49370",3471:"b9d8b179",3637:"489a8646",3694:"8717b14a",3824:"d18133cd",3854:"dfd14b97",4134:"393be207",4583:"1df93b7f",4656:"c84e8b96",4713:"3f77e242",4813:"6875c492",5049:"ecba3baa",5094:"70680c56",5104:"9d7ed022",5557:"d9f32620",6018:"f4f34a3a",6061:"1f391b9e",6532:"8bc1f667",6840:"e0acf095",6903:"f8409a7e",6969:"14eb3368",6985:"7c4bd0f8",7098:"a7bd4aaa",7316:"8b9508ed",7472:"814f3328",7643:"a6aa9e1f",7872:"26f20861",8136:"69d47c55",8209:"01a85c17",8401:"17896441",8581:"935f2afb",8609:"925b3f96",8737:"7661071f",8837:"329ec17f",9048:"a94703ab",9325:"59362658",9328:"e273c56f",9594:"0d8bbc11",9647:"5e95c892",9768:"2670b7fe",9851:"d80de2af"}[e]||e)+"."+{109:"fc1d6bb5",181:"c5c96ead",210:"2cb2b129",287:"927bde47",322:"20d9373b",416:"b3671cb8",644:"5eb72267",664:"3da77a24",914:"a43942bf",1109:"25bbbd82",1138:"1f80a8d4",1153:"5507198e",1282:"54e387d4",1405:"c3654b6c",1580:"6ddb625a",1958:"732ab452",1972:"86cad248",2138:"2e1fc8b9",2213:"12347dce",2237:"4976c7b5",2285:"1ad24996",2711:"05577426",2762:"a3e63ae4",3237:"31a90950",3249:"4854073c",3471:"64b37ac0",3637:"ed4a9756",3694:"2385bde0",3824:"ad65f7b1",3854:"38dd965b",4134:"8a4cb9d5",4583:"98f32aab",4656:"5e39846c",4713:"bcd96e96",4813:"840c3526",5049:"84206564",5094:"4196beca",5104:"4fe18ba9",5557:"43b98f4a",6018:"992b83c1",6061:"bc5bf5a5",6532:"0fbf2e4b",6840:"d09d6f56",6903:"0f08f87c",6969:"6ae3dba8",6985:"a7dac0fa",7098:"c600ffe2",7316:"baa8df25",7472:"57a737d2",7643:"f4d85ef6",7872:"8558d24c",8136:"836867f7",8209:"202522d3",8401:"c75b707f",8509:"fada5056",8581:"3c76929f",8609:"0adf63ab",8737:"32410eeb",8747:"1d3dc799",8837:"80651d03",8913:"852f52c7",9048:"d781c489",9325:"7280a542",9328:"7049f874",9462:"b564e3ed",9594:"67a601da",9647:"50b3b4aa",9768:"491e7bfd",9851:"3ddc0956"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),b={},t="my-website:",r.l=(e,a,f,c)=>{if(b[e])b[e].push(a);else{var d,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{d.onerror=d.onload=null,clearTimeout(s);var t=b[e];if(delete b[e],d.parentNode&&d.parentNode.removeChild(d),t&&t.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=l.bind(null,d.onerror),d.onload=l.bind(null,d.onload),o&&document.head.appendChild(d)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/react-native-styled-system/",r.gca=function(e){return e={17896441:"8401",59362658:"9325","490f117b":"109","8179186b":"181",d3412f58:"210","0012fc6f":"287","8e361a16":"322","6da8d679":"644",a0ae11a7:"664","1806c852":"914","7f3f08e5":"1109",b240f726:"1138",b3b39bbe:"1153",d290f38e:"1282",ce6b1508:"1405",a5ee1a38:"1580","456f6c74":"1958","73664a40":"1972","1a4e3797":"2138","93eabb04":"2213",c2cf6db2:"2285","9e4087bc":"2711","69dc3596":"2762","1a77b372":"3237",ccc49370:"3249",b9d8b179:"3471","489a8646":"3637","8717b14a":"3694",d18133cd:"3824",dfd14b97:"3854","393be207":"4134","1df93b7f":"4583",c84e8b96:"4656","3f77e242":"4713","6875c492":"4813",ecba3baa:"5049","70680c56":"5094","9d7ed022":"5104",d9f32620:"5557",f4f34a3a:"6018","1f391b9e":"6061","8bc1f667":"6532",e0acf095:"6840",f8409a7e:"6903","14eb3368":"6969","7c4bd0f8":"6985",a7bd4aaa:"7098","8b9508ed":"7316","814f3328":"7472",a6aa9e1f:"7643","26f20861":"7872","69d47c55":"8136","01a85c17":"8209","935f2afb":"8581","925b3f96":"8609","7661071f":"8737","329ec17f":"8837",a94703ab:"9048",e273c56f:"9328","0d8bbc11":"9594","5e95c892":"9647","2670b7fe":"9768",d80de2af:"9851"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,f)=>{var b=r.o(e,a)?e[a]:void 0;if(0!==b)if(b)f.push(b[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var t=new Promise(((f,t)=>b=e[a]=[f,t]));f.push(b[2]=t);var c=r.p+r.u(a),d=new Error;r.l(c,(f=>{if(r.o(e,a)&&(0!==(b=e[a])&&(e[a]=void 0),b)){var t=f&&("load"===f.type?"missing":f.type),c=f&&f.target&&f.target.src;d.message="Loading chunk "+a+" failed.\n("+t+": "+c+")",d.name="ChunkLoadError",d.type=t,d.request=c,b[1](d)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var b,t,c=f[0],d=f[1],o=f[2],n=0;if(c.some((a=>0!==e[a]))){for(b in d)r.o(d,b)&&(r.m[b]=d[b]);if(o)var i=o(r)}for(a&&a(f);n{"use strict";var e,a,f,b,t,c={},d={};function r(e){var a=d[e];if(void 0!==a)return a.exports;var f=d[e]={id:e,loaded:!1,exports:{}};return c[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=c,r.c=d,e=[],r.O=(a,f,b,t)=>{if(!f){var c=1/0;for(i=0;i=t)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(d=!1,t0&&e[i-1][2]>t;i--)e[i]=e[i-1];e[i]=[f,b,t]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var t=Object.create(null);r.r(t);var c={};a=a||[null,f({}),f([]),f(f)];for(var d=2&b&&e;"object"==typeof d&&!~a.indexOf(d);d=f(d))Object.getOwnPropertyNames(d).forEach((a=>c[a]=()=>e[a]));return c.default=()=>e,r.d(t,c),t},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({109:"490f117b",181:"8179186b",210:"d3412f58",287:"0012fc6f",322:"8e361a16",644:"6da8d679",664:"a0ae11a7",914:"1806c852",1109:"7f3f08e5",1138:"b240f726",1153:"b3b39bbe",1282:"d290f38e",1405:"ce6b1508",1580:"a5ee1a38",1958:"456f6c74",1972:"73664a40",2138:"1a4e3797",2213:"93eabb04",2285:"c2cf6db2",2711:"9e4087bc",2762:"69dc3596",3237:"1a77b372",3249:"ccc49370",3471:"b9d8b179",3637:"489a8646",3694:"8717b14a",3824:"d18133cd",3854:"dfd14b97",4134:"393be207",4583:"1df93b7f",4656:"c84e8b96",4713:"3f77e242",4813:"6875c492",5049:"ecba3baa",5094:"70680c56",5104:"9d7ed022",5557:"d9f32620",6018:"f4f34a3a",6061:"1f391b9e",6532:"8bc1f667",6840:"e0acf095",6903:"f8409a7e",6969:"14eb3368",6985:"7c4bd0f8",7098:"a7bd4aaa",7316:"8b9508ed",7472:"814f3328",7643:"a6aa9e1f",7872:"26f20861",8136:"69d47c55",8209:"01a85c17",8401:"17896441",8581:"935f2afb",8609:"925b3f96",8737:"7661071f",8837:"329ec17f",9048:"a94703ab",9325:"59362658",9328:"e273c56f",9594:"0d8bbc11",9647:"5e95c892",9768:"2670b7fe",9851:"d80de2af"}[e]||e)+"."+{109:"fc1d6bb5",181:"c5c96ead",210:"2cb2b129",287:"927bde47",322:"20d9373b",416:"b3671cb8",644:"5eb72267",664:"3da77a24",914:"a43942bf",1109:"25bbbd82",1138:"1f80a8d4",1153:"5507198e",1282:"54e387d4",1405:"c3654b6c",1580:"6ddb625a",1958:"732ab452",1972:"86cad248",2138:"2e1fc8b9",2213:"12347dce",2237:"4976c7b5",2285:"1ad24996",2711:"05577426",2762:"a3e63ae4",3237:"31a90950",3249:"4854073c",3471:"64b37ac0",3637:"ed4a9756",3694:"2385bde0",3824:"ad65f7b1",3854:"38dd965b",4134:"8a4cb9d5",4583:"98f32aab",4656:"5e39846c",4713:"bcd96e96",4813:"840c3526",5049:"84206564",5094:"4196beca",5104:"4fe18ba9",5557:"43b98f4a",6018:"992b83c1",6061:"bc5bf5a5",6532:"0fbf2e4b",6840:"d09d6f56",6903:"c64124c4",6969:"6ae3dba8",6985:"a7dac0fa",7098:"c600ffe2",7316:"baa8df25",7472:"57a737d2",7643:"f4d85ef6",7872:"8558d24c",8136:"836867f7",8209:"202522d3",8401:"c75b707f",8509:"fada5056",8581:"3c76929f",8609:"0adf63ab",8737:"32410eeb",8747:"1d3dc799",8837:"80651d03",8913:"852f52c7",9048:"d781c489",9325:"7280a542",9328:"7049f874",9462:"b564e3ed",9594:"67a601da",9647:"50b3b4aa",9768:"491e7bfd",9851:"3ddc0956"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),b={},t="my-website:",r.l=(e,a,f,c)=>{if(b[e])b[e].push(a);else{var d,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{d.onerror=d.onload=null,clearTimeout(s);var t=b[e];if(delete b[e],d.parentNode&&d.parentNode.removeChild(d),t&&t.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=l.bind(null,d.onerror),d.onload=l.bind(null,d.onload),o&&document.head.appendChild(d)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/react-native-styled-system/",r.gca=function(e){return e={17896441:"8401",59362658:"9325","490f117b":"109","8179186b":"181",d3412f58:"210","0012fc6f":"287","8e361a16":"322","6da8d679":"644",a0ae11a7:"664","1806c852":"914","7f3f08e5":"1109",b240f726:"1138",b3b39bbe:"1153",d290f38e:"1282",ce6b1508:"1405",a5ee1a38:"1580","456f6c74":"1958","73664a40":"1972","1a4e3797":"2138","93eabb04":"2213",c2cf6db2:"2285","9e4087bc":"2711","69dc3596":"2762","1a77b372":"3237",ccc49370:"3249",b9d8b179:"3471","489a8646":"3637","8717b14a":"3694",d18133cd:"3824",dfd14b97:"3854","393be207":"4134","1df93b7f":"4583",c84e8b96:"4656","3f77e242":"4713","6875c492":"4813",ecba3baa:"5049","70680c56":"5094","9d7ed022":"5104",d9f32620:"5557",f4f34a3a:"6018","1f391b9e":"6061","8bc1f667":"6532",e0acf095:"6840",f8409a7e:"6903","14eb3368":"6969","7c4bd0f8":"6985",a7bd4aaa:"7098","8b9508ed":"7316","814f3328":"7472",a6aa9e1f:"7643","26f20861":"7872","69d47c55":"8136","01a85c17":"8209","935f2afb":"8581","925b3f96":"8609","7661071f":"8737","329ec17f":"8837",a94703ab:"9048",e273c56f:"9328","0d8bbc11":"9594","5e95c892":"9647","2670b7fe":"9768",d80de2af:"9851"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,f)=>{var b=r.o(e,a)?e[a]:void 0;if(0!==b)if(b)f.push(b[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var t=new Promise(((f,t)=>b=e[a]=[f,t]));f.push(b[2]=t);var c=r.p+r.u(a),d=new Error;r.l(c,(f=>{if(r.o(e,a)&&(0!==(b=e[a])&&(e[a]=void 0),b)){var t=f&&("load"===f.type?"missing":f.type),c=f&&f.target&&f.target.src;d.message="Loading chunk "+a+" failed.\n("+t+": "+c+")",d.name="ChunkLoadError",d.type=t,d.request=c,b[1](d)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var b,t,c=f[0],d=f[1],o=f[2],n=0;if(c.some((a=>0!==e[a]))){for(b in d)r.o(d,b)&&(r.m[b]=d[b]);if(o)var i=o(r)}for(a&&a(f);n