@chem-po/web-demo 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/Color-YHDXOIA2-DWRr93aM.js +1 -0
- package/dist/assets/DocsRenderer-CFRXHY34-D0gfqDQU.js +575 -0
- package/dist/assets/ExampleItemView-C7wLqYnj.js +1 -0
- package/dist/assets/FirebaseList.stories-CcgPPh8J.js +5 -0
- package/dist/assets/MobileFrame.stories-LQM_KmWY.js +13 -0
- package/dist/assets/Playground.stories-BWtnuY6m.js +1 -0
- package/dist/assets/chunk-XP5HYGXS-BpfKkqn7.js +1 -0
- package/dist/assets/entry-preview-Dtem_WmJ.js +2 -0
- package/dist/assets/entry-preview-docs-DJtt7OkJ.js +46 -0
- package/dist/assets/iframe-rmaPNljy.js +211 -0
- package/dist/assets/index-ChEI-nsM.js +1 -0
- package/dist/assets/index-Ci6h_Amb.js +240 -0
- package/dist/assets/index-DRjF_FHU.js +9 -0
- package/dist/assets/index-DrFu-skq.js +6 -0
- package/dist/assets/index-DxqO1ZJV.js +615 -0
- package/dist/assets/index-FTTXbSiM.js +8 -0
- package/dist/assets/index-iW6a2TEn.js +24 -0
- package/dist/assets/index-xnLS8IQ8.js +3601 -0
- package/dist/assets/jsx-runtime-DiklIkkE.js +9 -0
- package/dist/assets/list-WXUHTQch.js +10 -0
- package/dist/assets/preview-B8lJiyuQ.js +34 -0
- package/dist/assets/preview-BWzBA1C2.js +396 -0
- package/dist/assets/preview-CPX9RCe3.js +1 -0
- package/dist/assets/preview-CvbIS5ZJ.js +1 -0
- package/dist/assets/preview-D6hsmN8L.js +2 -0
- package/dist/assets/preview-DD_OYowb.js +1 -0
- package/dist/assets/preview-DGUiP6tS.js +7 -0
- package/dist/assets/preview-DHQbi4pV.js +1 -0
- package/dist/assets/preview-DuTa5VuS.js +295 -0
- package/dist/assets/preview-ik5anPOD.js +1 -0
- package/dist/assets/react-18-BPkW-q1l.js +1 -0
- package/dist/assets/test-utils-DNRP7T0w.js +9 -0
- package/dist/assets/tiny-invariant-CopsF_GD.js +1 -0
- package/dist/favicon.svg +1 -0
- package/dist/icons/Soundcloud_logo.svg +53 -0
- package/dist/icons/description.svg +1 -0
- package/dist/icons/explore.svg +1 -0
- package/dist/icons/facebook.svg +17 -0
- package/dist/icons/google.svg +1 -0
- package/dist/icons/grid_view.svg +1 -0
- package/dist/icons/home.svg +1 -0
- package/dist/icons/image.svg +1 -0
- package/dist/icons/instagram.svg +1 -0
- package/dist/icons/list.svg +1 -0
- package/dist/icons/open_in_full.svg +1 -0
- package/dist/icons/pdf.svg +23 -0
- package/dist/icons/soundcloud-logo.svg +2 -0
- package/dist/icons/soundcloud.svg +17 -0
- package/dist/icons/tune.svg +1 -0
- package/dist/icons/twitch.svg +11 -0
- package/dist/icons/twitter.svg +4 -0
- package/dist/icons/youtube.svg +20 -0
- package/dist/icons/zip.svg +1 -0
- package/dist/iframe.html +696 -0
- package/dist/index.html +193 -0
- package/dist/index.json +1 -0
- package/dist/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/nunito-sans-bold.woff2 +0 -0
- package/dist/nunito-sans-italic.woff2 +0 -0
- package/dist/nunito-sans-regular.woff2 +0 -0
- package/dist/project.json +1 -0
- package/dist/sb-addons/chromatic-com-storybook-10/manager-bundle.js +331 -0
- package/dist/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +51 -0
- package/dist/sb-addons/essentials-actions-3/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-backgrounds-5/manager-bundle.js +12 -0
- package/dist/sb-addons/essentials-controls-2/manager-bundle.js +402 -0
- package/dist/sb-addons/essentials-docs-4/manager-bundle.js +242 -0
- package/dist/sb-addons/essentials-measure-8/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-outline-9/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-toolbars-7/manager-bundle.js +3 -0
- package/dist/sb-addons/essentials-viewport-6/manager-bundle.js +3 -0
- package/dist/sb-addons/interactions-11/manager-bundle.js +222 -0
- package/dist/sb-addons/links-1/manager-bundle.js +3 -0
- package/dist/sb-addons/remix-react-router-12/manager-bundle.js +7 -0
- package/dist/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
- package/dist/sb-common-assets/favicon.svg +1 -0
- package/dist/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/dist/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/dist/sb-manager/globals-module-info.js +1051 -0
- package/dist/sb-manager/globals-runtime.js +41591 -0
- package/dist/sb-manager/globals.js +48 -0
- package/dist/sb-manager/runtime.js +12048 -0
- package/package.json +6 -7
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
import{j as i}from"./jsx-runtime-DiklIkkE.js";import{H,r as Q,i as U,E as Y,u as Z,g as X,a as J,b as ee,c as te}from"./index-xnLS8IQ8.js";import{A as I,G as oe,H as ne,I as z,K as re,L as se,M as ae,N as ie,O as le,Q as R,U as ce,V as j,X as de,n as G,Y as ue,a0 as me,a1 as he,a2 as fe,a3 as ge,a4 as pe,a5 as O,a6 as A,a7 as be,f as ve,a8 as ke,a9 as ye,t as xe}from"./index-DxqO1ZJV.js";import{r as h}from"./index-DRjF_FHU.js";import"./index-iW6a2TEn.js";import"./tiny-invariant-CopsF_GD.js";function V(e,o,n={}){const{stop:s,getKey:t}=n;function r(l,a=[]){if(I(l)||Array.isArray(l)){const c={};for(const[f,d]of Object.entries(l)){const u=(t==null?void 0:t(f))??f,g=[...a,u];if(s!=null&&s(l,g))return o(l,a);c[u]=r(d,g)}return c}return o(l,a)}return r(e)}const we=["colors","borders","borderWidths","borderStyles","fonts","fontSizes","fontWeights","gradients","letterSpacings","lineHeights","radii","space","shadows","sizes","zIndices","transition","blur","breakpoints"];function Se(e){return oe(e,we)}function Ce(e){return e.semanticTokens}function Me(e){const{__cssMap:o,__cssVars:n,__breakpoints:s,...t}=e;return t}function je(e){const o=Se(e),n=Ce(e),s=r=>ne.includes(r)||r==="default",t={};return V(o,(r,l)=>{r!=null&&(t[l.join(".")]={isSemantic:!1,value:r})}),V(n,(r,l)=>{r!=null&&(t[l.join(".")]={isSemantic:!0,value:r})},{stop:r=>Object.keys(r).every(s)}),t}function P(e,o){return ae(String(e).replace(/\./g,"-"),void 0,o)}function $e(e){var l;const o=je(e),n=(l=e.config)==null?void 0:l.cssVarPrefix;let s={};const t={};function r(a,c){const d=[String(a).split(".")[0],c].join(".");if(!o[d])return c;const{reference:g}=P(d,n);return g}for(const[a,c]of Object.entries(o)){const{isSemantic:f,value:d}=c,{variable:u,reference:g}=P(a,n);if(!f){if(a.startsWith("space")){const p=a.split("."),[b,...k]=p,y=`${b}.-${k.join(".")}`,v=z.negate(d),m=z.negate(g);t[y]={value:v,var:u,varRef:m}}s[u]=d,t[a]={value:d,var:u,varRef:g};continue}const $=I(d)?d:{default:d};s=re(s,Object.entries($).reduce((p,[b,k])=>{var m;if(!k)return p;const y=r(a,`${k}`);if(b==="default")return p[u]=y,p;const v=((m=se)==null?void 0:m[b])??b;return p[v]={[u]:y},p},{})),t[a]={value:g,var:u,varRef:g}}return{cssVars:s,cssMap:t}}function Te(e){const o=Me(e),{cssMap:n,cssVars:s}=$e(o);return Object.assign(o,{__cssVars:{...{"--chakra-ring-inset":"var(--chakra-empty,/*!*/ /*!*/)","--chakra-ring-offset-width":"0px","--chakra-ring-offset-color":"#fff","--chakra-ring-color":"rgba(66, 153, 225, 0.6)","--chakra-ring-offset-shadow":"0 0 #0000","--chakra-ring-shadow":"0 0 #0000","--chakra-space-x-reverse":"0","--chakra-space-y-reverse":"0"},...s},__cssMap:n,__breakpoints:ie(o.breakpoints)}),o}const M={light:"chakra-ui-light",dark:"chakra-ui-dark"};function ze(e={}){const{preventTransition:o=!0,nonce:n}=e,s={setDataset:t=>{const r=o?s.preventTransition():void 0;document.documentElement.dataset.theme=t,document.documentElement.style.colorScheme=t,r==null||r()},setClassName(t){document.body.classList.add(t?M.dark:M.light),document.body.classList.remove(t?M.light:M.dark)},query(){return window.matchMedia("(prefers-color-scheme: dark)")},getSystemTheme(t){return s.query().matches??t==="dark"?"dark":"light"},addListener(t){const r=s.query(),l=a=>{t(a.matches?"dark":"light")};return typeof r.addListener=="function"?r.addListener(l):r.addEventListener("change",l),()=>{typeof r.removeListener=="function"?r.removeListener(l):r.removeEventListener("change",l)}},preventTransition(){const t=document.createElement("style");return t.appendChild(document.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),n!==void 0&&(t.nonce=n),document.head.appendChild(t),()=>{window.getComputedStyle(document.body),requestAnimationFrame(()=>{requestAnimationFrame(()=>{document.head.removeChild(t)})})}}};return s}const Ve="chakra-ui-color-mode";function Pe(e){return{ssr:!1,type:"localStorage",get(o){if(!(globalThis!=null&&globalThis.document))return o;let n;try{n=localStorage.getItem(e)||o}catch{}return n||o},set(o){try{localStorage.setItem(e,o)}catch{}}}}const Ee=Pe(Ve),E=()=>{},_e=ce()?h.useLayoutEffect:h.useEffect;function _(e,o){return e.type==="cookie"&&e.ssr?e.get(o):o}const F=function(o){const{value:n,children:s,options:{useSystemColorMode:t,initialColorMode:r,disableTransitionOnChange:l}={},colorModeManager:a=Ee}=o,c=le(),f=r==="dark"?"dark":"light",[d,u]=h.useState(()=>_(a,f)),[g,$]=h.useState(()=>_(a)),{getSystemTheme:p,setClassName:b,setDataset:k,addListener:y}=h.useMemo(()=>ze({preventTransition:l,nonce:c==null?void 0:c.nonce}),[l,c==null?void 0:c.nonce]),v=r==="system"&&!d?g:d,m=h.useCallback(w=>{const C=w==="system"?p():w;u(C),b(C==="dark"),k(C),a.set(C)},[a,p,b,k]);_e(()=>{r==="system"&&$(p())},[]),h.useEffect(()=>{const w=a.get();if(w){m(w);return}if(r==="system"){m("system");return}m(f)},[a,f,r,m]);const T=h.useCallback(()=>{m(v==="dark"?"light":"dark")},[v,m]);h.useEffect(()=>{if(t)return y(m)},[t,y,m]);const K=h.useMemo(()=>({colorMode:n??v,toggleColorMode:n?E:T,setColorMode:n?E:m,forced:n!==void 0}),[v,T,m,n]);return i.jsx(R.Provider,{value:K,children:s})};F.displayName="ColorModeProvider";const N=String.raw,D=N`
|
|
2
|
+
:root,
|
|
3
|
+
:host {
|
|
4
|
+
--chakra-vh: 100vh;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
@supports (height: -webkit-fill-available) {
|
|
8
|
+
:root,
|
|
9
|
+
:host {
|
|
10
|
+
--chakra-vh: -webkit-fill-available;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@supports (height: -moz-fill-available) {
|
|
15
|
+
:root,
|
|
16
|
+
:host {
|
|
17
|
+
--chakra-vh: -moz-fill-available;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@supports (height: 100dvh) {
|
|
22
|
+
:root,
|
|
23
|
+
:host {
|
|
24
|
+
--chakra-vh: 100dvh;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
`,Le=()=>i.jsx(j,{styles:D}),Ie=({scope:e=""})=>i.jsx(j,{styles:N`
|
|
28
|
+
html {
|
|
29
|
+
line-height: 1.5;
|
|
30
|
+
-webkit-text-size-adjust: 100%;
|
|
31
|
+
font-family: system-ui, sans-serif;
|
|
32
|
+
-webkit-font-smoothing: antialiased;
|
|
33
|
+
text-rendering: optimizeLegibility;
|
|
34
|
+
-moz-osx-font-smoothing: grayscale;
|
|
35
|
+
touch-action: manipulation;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
body {
|
|
39
|
+
position: relative;
|
|
40
|
+
min-height: 100%;
|
|
41
|
+
margin: 0;
|
|
42
|
+
font-feature-settings: "kern";
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
${e} :where(*, *::before, *::after) {
|
|
46
|
+
border-width: 0;
|
|
47
|
+
border-style: solid;
|
|
48
|
+
box-sizing: border-box;
|
|
49
|
+
word-wrap: break-word;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
main {
|
|
53
|
+
display: block;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
${e} hr {
|
|
57
|
+
border-top-width: 1px;
|
|
58
|
+
box-sizing: content-box;
|
|
59
|
+
height: 0;
|
|
60
|
+
overflow: visible;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
${e} :where(pre, code, kbd,samp) {
|
|
64
|
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
65
|
+
font-size: 1em;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
${e} a {
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
color: inherit;
|
|
71
|
+
text-decoration: inherit;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
${e} abbr[title] {
|
|
75
|
+
border-bottom: none;
|
|
76
|
+
text-decoration: underline;
|
|
77
|
+
-webkit-text-decoration: underline dotted;
|
|
78
|
+
text-decoration: underline dotted;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
${e} :where(b, strong) {
|
|
82
|
+
font-weight: bold;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
${e} small {
|
|
86
|
+
font-size: 80%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
${e} :where(sub,sup) {
|
|
90
|
+
font-size: 75%;
|
|
91
|
+
line-height: 0;
|
|
92
|
+
position: relative;
|
|
93
|
+
vertical-align: baseline;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
${e} sub {
|
|
97
|
+
bottom: -0.25em;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
${e} sup {
|
|
101
|
+
top: -0.5em;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
${e} img {
|
|
105
|
+
border-style: none;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
${e} :where(button, input, optgroup, select, textarea) {
|
|
109
|
+
font-family: inherit;
|
|
110
|
+
font-size: 100%;
|
|
111
|
+
line-height: 1.15;
|
|
112
|
+
margin: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
${e} :where(button, input) {
|
|
116
|
+
overflow: visible;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
${e} :where(button, select) {
|
|
120
|
+
text-transform: none;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
${e} :where(
|
|
124
|
+
button::-moz-focus-inner,
|
|
125
|
+
[type="button"]::-moz-focus-inner,
|
|
126
|
+
[type="reset"]::-moz-focus-inner,
|
|
127
|
+
[type="submit"]::-moz-focus-inner
|
|
128
|
+
) {
|
|
129
|
+
border-style: none;
|
|
130
|
+
padding: 0;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
${e} fieldset {
|
|
134
|
+
padding: 0.35em 0.75em 0.625em;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
${e} legend {
|
|
138
|
+
box-sizing: border-box;
|
|
139
|
+
color: inherit;
|
|
140
|
+
display: table;
|
|
141
|
+
max-width: 100%;
|
|
142
|
+
padding: 0;
|
|
143
|
+
white-space: normal;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
${e} progress {
|
|
147
|
+
vertical-align: baseline;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
${e} textarea {
|
|
151
|
+
overflow: auto;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
${e} :where([type="checkbox"], [type="radio"]) {
|
|
155
|
+
box-sizing: border-box;
|
|
156
|
+
padding: 0;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
${e} input[type="number"]::-webkit-inner-spin-button,
|
|
160
|
+
${e} input[type="number"]::-webkit-outer-spin-button {
|
|
161
|
+
-webkit-appearance: none !important;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
${e} input[type="number"] {
|
|
165
|
+
-moz-appearance: textfield;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
${e} input[type="search"] {
|
|
169
|
+
-webkit-appearance: textfield;
|
|
170
|
+
outline-offset: -2px;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
${e} input[type="search"]::-webkit-search-decoration {
|
|
174
|
+
-webkit-appearance: none !important;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
${e} ::-webkit-file-upload-button {
|
|
178
|
+
-webkit-appearance: button;
|
|
179
|
+
font: inherit;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
${e} details {
|
|
183
|
+
display: block;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
${e} summary {
|
|
187
|
+
display: list-item;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
template {
|
|
191
|
+
display: none;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
[hidden] {
|
|
195
|
+
display: none !important;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
${e} :where(
|
|
199
|
+
blockquote,
|
|
200
|
+
dl,
|
|
201
|
+
dd,
|
|
202
|
+
h1,
|
|
203
|
+
h2,
|
|
204
|
+
h3,
|
|
205
|
+
h4,
|
|
206
|
+
h5,
|
|
207
|
+
h6,
|
|
208
|
+
hr,
|
|
209
|
+
figure,
|
|
210
|
+
p,
|
|
211
|
+
pre
|
|
212
|
+
) {
|
|
213
|
+
margin: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
${e} button {
|
|
217
|
+
background: transparent;
|
|
218
|
+
padding: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
${e} fieldset {
|
|
222
|
+
margin: 0;
|
|
223
|
+
padding: 0;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
${e} :where(ol, ul) {
|
|
227
|
+
margin: 0;
|
|
228
|
+
padding: 0;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
${e} textarea {
|
|
232
|
+
resize: vertical;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
${e} :where(button, [role="button"]) {
|
|
236
|
+
cursor: pointer;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
${e} button::-moz-focus-inner {
|
|
240
|
+
border: 0 !important;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
${e} table {
|
|
244
|
+
border-collapse: collapse;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
${e} :where(h1, h2, h3, h4, h5, h6) {
|
|
248
|
+
font-size: inherit;
|
|
249
|
+
font-weight: inherit;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
${e} :where(button, input, optgroup, select, textarea) {
|
|
253
|
+
padding: 0;
|
|
254
|
+
line-height: inherit;
|
|
255
|
+
color: inherit;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
${e} :where(img, svg, video, canvas, audio, iframe, embed, object) {
|
|
259
|
+
display: block;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
${e} :where(img, video) {
|
|
263
|
+
max-width: 100%;
|
|
264
|
+
height: auto;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
[data-js-focus-visible]
|
|
268
|
+
:focus:not([data-focus-visible-added]):not(
|
|
269
|
+
[data-focus-visible-disabled]
|
|
270
|
+
) {
|
|
271
|
+
outline: none;
|
|
272
|
+
box-shadow: none;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
${e} select::-ms-expand {
|
|
276
|
+
display: none;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
${D}
|
|
280
|
+
`});function W(e){const{cssVarsRoot:o,theme:n,children:s}=e,t=h.useMemo(()=>Te(n),[n]);return i.jsxs(de,{theme:t,children:[i.jsx(Re,{root:o}),s]})}function Re({root:e=":host, :root"}){const o=[e,"[data-theme]"].join(",");return i.jsx(j,{styles:n=>({[o]:n.__cssVars})})}fe({name:"StylesContext",errorMessage:"useStyles: `styles` is undefined. Seems you forgot to wrap the components in `<StylesProvider />` "});function Ge(){const{colorMode:e}=G();return i.jsx(j,{styles:o=>{const n=ue(o,"styles.global"),s=me(n,{theme:o,colorMode:e});return s?he(s)(o):void 0}})}const q=h.createContext({getDocument(){return document},getWindow(){return window}});q.displayName="EnvironmentContext";function B(e){const{children:o,environment:n,disabled:s}=e,t=h.useRef(null),r=h.useMemo(()=>n||{getDocument:()=>{var a;return((a=t.current)==null?void 0:a.ownerDocument)??document},getWindow:()=>{var a;return((a=t.current)==null?void 0:a.ownerDocument.defaultView)??window}},[n]),l=!s||!n;return i.jsxs(q.Provider,{value:r,children:[o,l&&i.jsx("span",{id:"__chakra_env",hidden:!0,ref:t})]})}B.displayName="EnvironmentProvider";const Oe=e=>{const{children:o,colorModeManager:n,portalZIndex:s,resetScope:t,resetCSS:r=!0,theme:l={},environment:a,cssVarsRoot:c,disableEnvironment:f,disableGlobalStyle:d}=e,u=i.jsx(B,{environment:a,disabled:f,children:o});return i.jsx(W,{theme:l,cssVarsRoot:c,children:i.jsxs(F,{colorModeManager:n,options:l.config,children:[r?i.jsx(Ie,{scope:t}):i.jsx(Le,{}),!d&&i.jsx(Ge,{}),s?i.jsx(ge,{zIndex:s,children:u}):u]})})},Ae=e=>function({children:n,theme:s=e,toastOptions:t,...r}){return i.jsxs(Oe,{theme:s,...r,children:[i.jsx(pe,{value:t==null?void 0:t.defaultOptions,children:n}),i.jsx(O,{...t})]})},Fe=Ae(A),Ne={duration:5e3,variant:"solid"},x={theme:A,colorMode:"light",toggleColorMode:()=>{},setColorMode:()=>{},defaultOptions:Ne,forced:!1};function De({theme:e=x.theme,colorMode:o=x.colorMode,toggleColorMode:n=x.toggleColorMode,setColorMode:s=x.setColorMode,defaultOptions:t=x.defaultOptions,motionVariants:r,toastSpacing:l,component:a,forced:c}=x){const f={colorMode:o,setColorMode:s,toggleColorMode:n,forced:c};return{ToastContainer:()=>i.jsx(W,{theme:e,children:i.jsx(R.Provider,{value:f,children:i.jsx(O,{defaultOptions:t,motionVariants:r,toastSpacing:l,component:a})})}),toast:be(e.direction,t)}}const We=()=>{const{adapter:{auth:{loginWithPopup:e}}}=H();return i.jsx(ve,{onClick:()=>{e&&e("google")},children:"Sign in with Google"})},qe=[{name:"Google",SignIn:We,provider:"google"}];var Be="firebase",Ke="11.6.0";/**
|
|
281
|
+
* @license
|
|
282
|
+
* Copyright 2020 Google LLC
|
|
283
|
+
*
|
|
284
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
285
|
+
* you may not use this file except in compliance with the License.
|
|
286
|
+
* You may obtain a copy of the License at
|
|
287
|
+
*
|
|
288
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
289
|
+
*
|
|
290
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
291
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
292
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
293
|
+
* See the License for the specific language governing permissions and
|
|
294
|
+
* limitations under the License.
|
|
295
|
+
*/Q(Be,Ke,"app");const He={apiKey:"AIzaSyADiwkvx49QkcWeZ2eT5Ve5Vom384B-U6E",authDomain:"elan-react.firebaseapp.com",projectId:"elan-react",storageBucket:"elan-react.appspot.com",messagingSenderId:"617597737743",appId:"1:617597737743:web:c545bdfa697cb9a8697c7a",measurementId:"G-0SVMQ4ETLK"},S=U(He),L=De(),Qe={closeMessage:L.toast.close,showMessage:({type:e,title:o,duration:n,message:s})=>`${L.toast({status:e,title:o,duration:n,description:s})}`},Ue=Z(te(S),ee(S),J(S),X(S)),Ye=({children:e,tags:o})=>{const{colorMode:n,setColorMode:s}=G(),t=h.useMemo(()=>({colorMode:n,setColorMode:s}),[n,s]);return i.jsx(Y,{app:S,authProviders:qe,children:i.jsxs(ke,{toast:Qe,initializeScreen:ye,backendAdapter:Ue,theme:t,children:[e,o.includes("MobileFrame")?null:i.jsx(xe,{bottom:"12px"})]})})},nt={parameters:{},decorators:[(e,o)=>{const n=o.tags||[];return i.jsx(Fe,{children:i.jsx(Ye,{tags:n,children:i.jsx(e,{})})})}]};export{nt as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{i as r}from"./index-Ci6h_Amb.js";var n=r({step:(p,t,e)=>t(e)},{intercept:!0}).step,s={throwPlayFunctionExceptions:!1};export{s as parameters,n as runStep};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s}from"./index-DRjF_FHU.js";import{r as l}from"./index-iW6a2TEn.js";var u,a=l;u=a.createRoot,a.hydrateRoot;var n=new Map;function c(){return globalThis.IS_REACT_ACT_ENVIRONMENT}var R=({callback:e,children:t})=>{let r=s.useRef();return s.useLayoutEffect(()=>{r.current!==e&&(r.current=e,e())},[e]),t};typeof Promise.withResolvers>"u"&&(Promise.withResolvers=()=>{let e=null,t=null;return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}});var f=async(e,t,r)=>{let o=await v(t,r);if(c()){o.render(e);return}let{promise:i,resolve:m}=Promise.withResolvers();return o.render(s.createElement(R,{callback:m},e)),i},h=(e,t)=>{let r=n.get(e);r&&(r.unmount(),n.delete(e))},v=async(e,t)=>{let r=n.get(e);return r||(r=u(e,t),n.set(e,r)),r};export{f as renderElement,h as unmountElement};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import{r as H,g as Z}from"./index-DRjF_FHU.js";import{r as $}from"./index-iW6a2TEn.js";function G(e,n){for(var t=0;t<n.length;t++){const r=n[t];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const a=Object.getOwnPropertyDescriptor(r,o);a&&Object.defineProperty(e,o,a.get?a:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var A={exports:{}},u={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-dom-test-utils.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var f=H,S=$;function K(e){var n=e,t=e;if(e.alternate)for(;n.return;)n=n.return;else{e=n;do n=e,n.flags&4098&&(t=n.return),e=n.return;while(e)}return n.tag===3?t:null}function N(e){if(K(e)!==e)throw Error("Unable to find node on an unmounted component.")}function J(e){var n=e.alternate;if(!n){if(n=K(e),n===null)throw Error("Unable to find node on an unmounted component.");return n!==e?null:e}for(var t=e,r=n;;){var o=t.return;if(o===null)break;var a=o.alternate;if(a===null){if(r=o.return,r!==null){t=r;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===t)return N(o),e;if(a===r)return N(o),n;a=a.sibling}throw Error("Unable to find node on an unmounted component.")}if(t.return!==r.return)t=o,r=a;else{for(var i=!1,s=o.child;s;){if(s===t){i=!0,t=o,r=a;break}if(s===r){i=!0,r=o,t=a;break}s=s.sibling}if(!i){for(s=a.child;s;){if(s===t){i=!0,t=a,r=o;break}if(s===r){i=!0,r=a,t=o;break}s=s.sibling}if(!i)throw Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(t.alternate!==r)throw Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(t.tag!==3)throw Error("Unable to find node on an unmounted component.");return t.stateNode.current===t?e:n}var l=Object.assign;function T(e){var n=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&n===13&&(e=13)):e=n,e===10&&(e=13),32<=e||e===13?e:0}function C(){return!0}function L(){return!1}function c(e){function n(t,r,o,a,i){this._reactName=t,this._targetInst=o,this.type=r,this.nativeEvent=a,this.target=i,this.currentTarget=null;for(var s in e)e.hasOwnProperty(s)&&(t=e[s],this[s]=t?t(a):a[s]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?C:L,this.isPropagationStopped=L,this}return l(n.prototype,{preventDefault:function(){this.defaultPrevented=!0;var t=this.nativeEvent;t&&(t.preventDefault?t.preventDefault():typeof t.returnValue!="unknown"&&(t.returnValue=!1),this.isDefaultPrevented=C)},stopPropagation:function(){var t=this.nativeEvent;t&&(t.stopPropagation?t.stopPropagation():typeof t.cancelBubble!="unknown"&&(t.cancelBubble=!0),this.isPropagationStopped=C)},persist:function(){},isPersistent:C}),n}var h={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Q=c(h),g=l({},h,{view:0,detail:0});c(g);var M,O,y,D=l({},g,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:U,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==y&&(y&&e.type==="mousemove"?(M=e.screenX-y.screenX,O=e.screenY-y.screenY):O=M=0,y=e),M)},movementY:function(e){return"movementY"in e?e.movementY:O}});c(D);var ee=l({},D,{dataTransfer:0});c(ee);var te=l({},g,{relatedTarget:0});c(te);var ne=l({},h,{animationName:0,elapsedTime:0,pseudoElement:0});c(ne);var re=l({},h,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}});c(re);var oe=l({},h,{data:0});c(oe);var ie={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},ae={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},se={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ue(e){var n=this.nativeEvent;return n.getModifierState?n.getModifierState(e):(e=se[e])?!!n[e]:!1}function U(){return ue}var le=l({},g,{key:function(e){if(e.key){var n=ie[e.key]||e.key;if(n!=="Unidentified")return n}return e.type==="keypress"?(e=T(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?ae[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:U,charCode:function(e){return e.type==="keypress"?T(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?T(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}});c(le);var ce=l({},D,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0});c(ce);var pe=l({},g,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:U});c(pe);var de=l({},h,{propertyName:0,elapsedTime:0,pseudoElement:0});c(de);var fe=l({},D,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0});c(fe);function he(e,n,t,r,o,a,i,s,m){var p=Array.prototype.slice.call(arguments,3);try{n.apply(t,p)}catch(q){this.onError(q)}}var v=!1,E=null,b=!1,P=null,me={onError:function(e){v=!0,E=e}};function ye(e,n,t,r,o,a,i,s,m){v=!1,E=null,he.apply(me,arguments)}function ve(e,n,t,r,o,a,i,s,m){if(ye.apply(this,arguments),v){if(v){var p=E;v=!1,E=null}else throw Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.");b||(b=!0,P=p)}}var R=Array.isArray,w=S.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Events,ge=w[0],we=w[1],Ce=w[2],Ee=w[3],be=w[4],De=f.unstable_act;function ke(){}function _e(e,n){if(!e)return[];if(e=J(e),!e)return[];for(var t=e,r=[];;){if(t.tag===5||t.tag===6||t.tag===1||t.tag===0){var o=t.stateNode;n(o)&&r.push(o)}if(t.child)t.child.return=t,t=t.child;else{if(t===e)return r;for(;!t.sibling;){if(!t.return||t.return===e)return r;t=t.return}t.sibling.return=t.return,t=t.sibling}}}function d(e,n){if(e&&!e._reactInternals){var t=String(e);throw e=R(e)?"an array":e&&e.nodeType===1&&e.tagName?"a DOM node":t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t,Error(n+"(...): the first argument must be a React class instance. Instead received: "+(e+"."))}}function k(e){return!(!e||e.nodeType!==1||!e.tagName)}function I(e){return k(e)?!1:e!=null&&typeof e.render=="function"&&typeof e.setState=="function"}function W(e,n){return I(e)?e._reactInternals.type===n:!1}function _(e,n){return d(e,"findAllInRenderedTree"),e?_e(e._reactInternals,n):[]}function Y(e,n){return d(e,"scryRenderedDOMComponentsWithClass"),_(e,function(t){if(k(t)){var r=t.className;typeof r!="string"&&(r=t.getAttribute("class")||"");var o=r.split(/\s+/);if(!R(n)){if(n===void 0)throw Error("TestUtils.scryRenderedDOMComponentsWithClass expects a className as a second argument.");n=n.split(/\s+/)}return n.every(function(a){return o.indexOf(a)!==-1})}return!1})}function X(e,n){return d(e,"scryRenderedDOMComponentsWithTag"),_(e,function(t){return k(t)&&t.tagName.toUpperCase()===n.toUpperCase()})}function F(e,n){return d(e,"scryRenderedComponentsWithType"),_(e,function(t){return W(t,n)})}function x(e,n,t){var r=e.type||"unknown-event";e.currentTarget=we(t),ve(r,n,void 0,e),e.currentTarget=null}function j(e,n,t){for(var r=[];e;){r.push(e);do e=e.return;while(e&&e.tag!==5);e=e||null}for(e=r.length;0<e--;)n(r[e],"captured",t);for(e=0;e<r.length;e++)n(r[e],"bubbled",t)}function V(e,n){var t=e.stateNode;if(!t)return null;var r=Ce(t);if(!r)return null;t=r[n];e:switch(n){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(t&&typeof t!="function")throw Error("Expected `"+n+"` listener to be a function, instead got a value of `"+typeof t+"` type.");return t}function Te(e,n,t){e&&t&&t._reactName&&(n=V(e,t._reactName))&&(t._dispatchListeners==null&&(t._dispatchListeners=[]),t._dispatchInstances==null&&(t._dispatchInstances=[]),t._dispatchListeners.push(n),t._dispatchInstances.push(e))}function Me(e,n,t){var r=t._reactName;n==="captured"&&(r+="Capture"),(n=V(e,r))&&(t._dispatchListeners==null&&(t._dispatchListeners=[]),t._dispatchInstances==null&&(t._dispatchInstances=[]),t._dispatchListeners.push(n),t._dispatchInstances.push(e))}var B={},Oe=new Set(["mouseEnter","mouseLeave","pointerEnter","pointerLeave"]);function Pe(e){return function(n,t){if(f.isValidElement(n))throw Error("TestUtils.Simulate expected a DOM node as the first argument but received a React element. Pass the DOM node you wish to simulate the event on instead. Note that TestUtils.Simulate will not work if you are using shallow rendering.");if(I(n))throw Error("TestUtils.Simulate expected a DOM node as the first argument but received a component instance. Pass the DOM node you wish to simulate the event on instead.");var r="on"+e[0].toUpperCase()+e.slice(1),o=new ke;o.target=n,o.type=e.toLowerCase();var a=ge(n),i=new Q(r,o.type,a,o,n);i.persist(),l(i,t),Oe.has(e)?i&&i._reactName&&Te(i._targetInst,null,i):i&&i._reactName&&j(i._targetInst,Me,i),S.unstable_batchedUpdates(function(){if(Ee(n),i){var s=i._dispatchListeners,m=i._dispatchInstances;if(R(s))for(var p=0;p<s.length&&!i.isPropagationStopped();p++)x(i,s[p],m[p]);else s&&x(i,s,m);i._dispatchListeners=null,i._dispatchInstances=null,i.isPersistent()||i.constructor.release(i)}if(b)throw s=P,b=!1,P=null,s}),be()}}"blur cancel click close contextMenu copy cut auxClick doubleClick dragEnd dragStart drop focus input invalid keyDown keyPress keyUp mouseDown mouseUp paste pause play pointerCancel pointerDown pointerUp rateChange reset resize seeked submit touchCancel touchEnd touchStart volumeChange drag dragEnter dragExit dragLeave dragOver mouseMove mouseOut mouseOver pointerMove pointerOut pointerOver scroll toggle touchMove wheel abort animationEnd animationIteration animationStart canPlay canPlayThrough durationChange emptied encrypted ended error gotPointerCapture load loadedData loadedMetadata loadStart lostPointerCapture playing progress seeking stalled suspend timeUpdate transitionEnd waiting mouseEnter mouseLeave pointerEnter pointerLeave change select beforeInput compositionEnd compositionStart compositionUpdate".split(" ").forEach(function(e){B[e]=Pe(e)});u.Simulate=B;u.act=De;u.findAllInRenderedTree=_;u.findRenderedComponentWithType=function(e,n){if(d(e,"findRenderedComponentWithType"),e=F(e,n),e.length!==1)throw Error("Did not find exactly one match (found: "+e.length+") for componentType:"+n);return e[0]};u.findRenderedDOMComponentWithClass=function(e,n){if(d(e,"findRenderedDOMComponentWithClass"),e=Y(e,n),e.length!==1)throw Error("Did not find exactly one match (found: "+e.length+") for class:"+n);return e[0]};u.findRenderedDOMComponentWithTag=function(e,n){if(d(e,"findRenderedDOMComponentWithTag"),e=X(e,n),e.length!==1)throw Error("Did not find exactly one match (found: "+e.length+") for tag:"+n);return e[0]};u.isCompositeComponent=I;u.isCompositeComponentWithType=W;u.isDOMComponent=k;u.isDOMComponentElement=function(e){return!!(e&&f.isValidElement(e)&&e.tagName)};u.isElement=function(e){return f.isValidElement(e)};u.isElementOfType=function(e,n){return f.isValidElement(e)&&e.type===n};u.mockComponent=function(e,n){return n=n||e.mockTagName||"div",e.prototype.render.mockImplementation(function(){return f.createElement(n,null,this.props.children)}),this};u.nativeTouchData=function(e,n){return{touches:[{pageX:e,pageY:n}]}};u.renderIntoDocument=function(e){var n=document.createElement("div");return S.render(e,n)};u.scryRenderedComponentsWithType=F;u.scryRenderedDOMComponentsWithClass=Y;u.scryRenderedDOMComponentsWithTag=X;u.traverseTwoPhase=j;A.exports=u;var z=A.exports;const Se=Z(z),Ie=G({__proto__:null,default:Se},[z]);export{Ie as t};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var a="Invariant failed";function n(r,i){if(!r)throw new Error(a)}export{n as i};
|
package/dist/favicon.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:svgjs="http://svgjs.com/svgjs" xmlns:xlink="http://www.w3.org/1999/xlink" width="164" height="164" version="1.1"><svg xmlns="http://www.w3.org/2000/svg" width="164" height="164" fill="none" viewBox="0 0 164 164"><path fill="#FF4785" d="M22.467 147.762 17.5 15.402a8.062 8.062 0 0 1 7.553-8.35L137.637.016a8.061 8.061 0 0 1 8.565 8.047v144.23a8.063 8.063 0 0 1-8.424 8.054l-107.615-4.833a8.062 8.062 0 0 1-7.695-7.752Z"/><path fill="#fff" fill-rule="evenodd" d="m128.785.57-15.495.968-.755 18.172a1.203 1.203 0 0 0 1.928 1.008l7.06-5.354 5.962 4.697a1.202 1.202 0 0 0 1.946-.987L128.785.569Zm-12.059 60.856c-2.836 2.203-23.965 3.707-23.965.57.447-11.969-4.912-12.494-7.889-12.494-2.828 0-7.59.855-7.59 7.267 0 6.534 6.96 10.223 15.13 14.553 11.607 6.15 25.654 13.594 25.654 32.326 0 17.953-14.588 27.871-33.194 27.871-19.201 0-35.981-7.769-34.086-34.702.744-3.163 25.156-2.411 25.156 0-.298 11.114 2.232 14.383 8.633 14.383 4.912 0 7.144-2.708 7.144-7.267 0-6.9-7.252-10.973-15.595-15.657C64.827 81.933 51.53 74.468 51.53 57.34c0-17.098 11.76-28.497 32.747-28.497 20.988 0 32.449 11.224 32.449 32.584Z" clip-rule="evenodd"/></svg><style>@media (prefers-color-scheme:light){:root{filter:none}}</style></svg>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 124.5 14.1" style="enable-background:new 0 0 124.5 14.1;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{clip-path:url(#SVGID_2_);fill:url(#SVGID_3_);}
|
|
7
|
+
</style>
|
|
8
|
+
<g>
|
|
9
|
+
<defs>
|
|
10
|
+
<path id="SVGID_1_" d="M0.2,8.5L0,10.3l0.2,1.8c0,0.1,0.1,0.1,0.1,0.1c0.1,0,0.1-0.1,0.1-0.1l0.3-1.8L0.4,8.5
|
|
11
|
+
c0-0.1-0.1-0.1-0.1-0.1S0.2,8.4,0.2,8.5 M1.4,7.4l-0.3,2.9l0.3,2.9c0,0.1,0.1,0.1,0.1,0.1c0.1,0,0.1-0.1,0.1-0.1L2,10.3L1.6,7.4
|
|
12
|
+
c0-0.1-0.1-0.1-0.1-0.1c0,0,0,0,0,0C1.5,7.3,1.4,7.4,1.4,7.4 M5.2,7L5,10.3l0.2,3.5c0,0.1,0.1,0.2,0.2,0.2s0.2-0.1,0.2-0.2L6,10.3
|
|
13
|
+
L5.7,7c0-0.1-0.1-0.2-0.2-0.2C5.3,6.8,5.2,6.9,5.2,7 M2.7,6.8l-0.3,3.5l0.3,3.3c0,0.1,0.1,0.2,0.2,0.2c0,0,0.1-0.1,0.1-0.2
|
|
14
|
+
l0.3-3.3L3,6.8c0-0.1-0.1-0.2-0.2-0.2C2.8,6.7,2.7,6.7,2.7,6.8 M3.9,6.7l-0.3,3.6l0.3,3.4c0,0.1,0.1,0.2,0.2,0.2s0.2-0.1,0.2-0.2
|
|
15
|
+
l0.3-3.4L4.3,6.7c0-0.1-0.1-0.2-0.2-0.2S4,6.6,3.9,6.7 M6.5,4.9l-0.3,5.4l0.3,3.5c0,0.1,0.1,0.2,0.2,0.2C6.9,14,7,13.9,7,13.8
|
|
16
|
+
l0.3-3.5L7,4.9c0-0.1-0.1-0.2-0.2-0.2C6.6,4.7,6.5,4.8,6.5,4.9 M7.8,3.7l-0.2,6.6l0.2,3.5c0,0.2,0.1,0.3,0.3,0.3
|
|
17
|
+
c0.1,0,0.3-0.1,0.3-0.3l0.3-3.5L8.4,3.7c0-0.2-0.1-0.3-0.3-0.3C7.9,3.4,7.8,3.5,7.8,3.7 M69.5,3.3v3.8v2c-0.1-0.2-0.4-0.7-0.6-1
|
|
18
|
+
l-3.2-4.8H64v9.1h1.8v-4v-2c0.1,0.2,0.4,0.7,0.6,1l3.3,5h1.6V3.3H69.5z M75.5,5.1h1c1.9,0,2.7,0.9,2.7,2.8c0,1.7-0.9,2.8-2.8,2.8
|
|
19
|
+
h-0.9V5.1z M73.7,12.4h2.7c2.3,0,4.7-1.3,4.7-4.5c0-3.3-1.9-4.5-4.5-4.5h-2.9V3.3V12.4z M91.6,3.3v9.1h5.5v-1.8h-3.6V3.3H91.6z
|
|
20
|
+
M119,5.1h1c1.9,0,2.7,0.9,2.7,2.8c0,1.7-0.9,2.8-2.8,2.8H119V5.1z M117.2,12.4h2.7c2,0,4.1-1,4.6-3.4V6.7
|
|
21
|
+
c-0.4-2.4-2.1-3.3-4.4-3.3h-2.9V3.3V12.4z M36.5,5.9c0,1.8,1.2,2.3,2.8,2.7c1.7,0.4,2,0.6,2,1.2c0,0.7-0.5,1-1.6,1
|
|
22
|
+
c-0.9,0-1.7-0.3-2.3-1L36.1,11c0.7,1,2,1.7,3.5,1.7c2.5,0,3.6-1.2,3.6-2.9c0-2-1.6-2.5-3-2.8c-1.4-0.3-1.8-0.5-1.8-1.1
|
|
23
|
+
c0-0.4,0.3-0.8,1.3-0.8c0.8,0,1.5,0.3,2.1,0.9l1.3-1.3c-0.9-0.9-1.9-1.4-3.3-1.4c-0.1,0-0.2,0-0.3,0C37.8,3.3,36.5,4.3,36.5,5.9
|
|
24
|
+
M46.5,7.9c0-1.6,0.6-2.9,2.1-2.9s2.1,1.3,2.1,2.9c0,1.6-0.6,2.9-2.1,2.9S46.5,9.5,46.5,7.9 M44.6,7.9c0,2.8,1.5,4.7,3.9,4.7
|
|
25
|
+
c2.5,0,4-1.9,4-4.7c0-2.8-1.5-4.7-4-4.7C46.1,3.2,44.6,5.1,44.6,7.9 M59.9,3.2L59.9,3.2v5.2c0,1.5-0.7,2.4-1.9,2.4
|
|
26
|
+
s-1.9-0.9-1.9-2.4V3.3h-1.8v5.1c0,2.6,1.5,4.1,3.7,4.1c2.3,0,3.7-1.5,3.7-4.2V3.2H59.9z M82.6,7.9c0,2.9,1.6,4.7,4,4.7
|
|
27
|
+
c1.7,0,2.7-0.8,3.4-2.1l-1.5-0.9c-0.5,0.8-1,1.2-1.8,1.2c-1.4,0-2.2-1.2-2.2-2.9c0-1.7,0.8-2.9,2.1-2.9c0.8,0,1.3,0.4,1.7,1
|
|
28
|
+
L90,5.2c-0.6-1.2-1.6-2-3.3-2C84.3,3.2,82.6,5.1,82.6,7.9 M99.8,7.9c0-1.6,0.6-2.9,2.1-2.9c1.5,0,2.1,1.3,2.1,2.9
|
|
29
|
+
c0,1.6-0.6,2.9-2.1,2.9C100.4,10.8,99.8,9.5,99.8,7.9 M97.9,7.9c0,2.8,1.5,4.7,3.9,4.7c2.5,0,3.9-1.9,3.9-4.7
|
|
30
|
+
c0-2.8-1.5-4.7-3.9-4.7C99.4,3.2,97.9,5.1,97.9,7.9 M113.1,3.2L113.1,3.2v5.2c0,1.5-0.7,2.4-1.9,2.4c-1.2,0-1.9-0.9-1.9-2.4V3.3
|
|
31
|
+
h-1.8v5.1c0,2.6,1.5,4.1,3.7,4.1c2.3,0,3.7-1.5,3.7-4.2V3.2H113.1z M13.1,3.4l-0.2,6.9l0.2,3.3c0,0.2,0.2,0.4,0.4,0.4
|
|
32
|
+
s0.4-0.2,0.4-0.4l0.2-3.3l-0.2-7c0-0.2-0.2-0.4-0.4-0.4C13.2,3,13.1,3.1,13.1,3.4 M9.1,3.1l-0.2,7.2l0.2,3.4
|
|
33
|
+
c0,0.2,0.1,0.3,0.3,0.3c0.2,0,0.3-0.1,0.3-0.3l0.2-3.4L9.7,3.1c0-0.2-0.1-0.3-0.3-0.3C9.2,2.8,9.1,3,9.1,3.1 M11.7,3.1l-0.2,7.2
|
|
34
|
+
l0.2,3.4c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4l0.2-3.4l-0.2-7.2c0-0.2-0.2-0.4-0.4-0.4C11.9,2.7,11.7,2.9,11.7,3.1
|
|
35
|
+
M10.4,2.9l-0.2,7.4l0.2,3.4c0,0.2,0.1,0.3,0.3,0.3s0.3-0.1,0.3-0.3l0.2-3.4L11,2.9c0-0.2-0.2-0.3-0.3-0.3
|
|
36
|
+
C10.6,2.6,10.4,2.7,10.4,2.9 M14.4,2l-0.2,8.3l0.2,3.3c0,0.2,0.2,0.4,0.4,0.4s0.4-0.2,0.4-0.4l0.2-3.3L15.2,2
|
|
37
|
+
c0-0.2-0.2-0.4-0.4-0.4S14.4,1.8,14.4,2 M15.8,1.3l-0.2,9l0.2,3.3c0,0.2,0.2,0.4,0.4,0.4c0.2,0,0.4-0.2,0.4-0.4l0.2-3.3l-0.2-9
|
|
38
|
+
c0-0.2-0.2-0.4-0.4-0.4c0,0-0.1,0-0.1,0C15.9,0.9,15.8,1.1,15.8,1.3 M17.4,0.4C17.1,0.5,17,0.6,17,0.9v12.7c0,0.2,0.2,0.4,0.4,0.5
|
|
39
|
+
h11.1c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4c-0.5,0-1.1,0.1-1.5,0.3C26.7,2.8,23.7,0,20,0c-0.2,0-0.3,0-0.5,0C18.8,0,18.1,0.2,17.4,0.4
|
|
40
|
+
"/>
|
|
41
|
+
</defs>
|
|
42
|
+
<clipPath id="SVGID_2_">
|
|
43
|
+
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
|
44
|
+
</clipPath>
|
|
45
|
+
|
|
46
|
+
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="0" y1="14.126" x2="1" y2="14.126" gradientTransform="matrix(0 62.1556 -62.1556 0 940.2602 -35.9781)">
|
|
47
|
+
<stop offset="0" style="stop-color:#F8A01D"/>
|
|
48
|
+
<stop offset="0.7128" style="stop-color:#F26E23"/>
|
|
49
|
+
<stop offset="1" style="stop-color:#EF5826"/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
<rect x="0" y="0" class="st0" width="124.5" height="14.1"/>
|
|
52
|
+
</g>
|
|
53
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M320-240h320v-80H320v80Zm0-160h320v-80H320v80ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-520v-200H240v640h480v-440H520ZM240-800v200-200 640-640Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="m260-260 300-140 140-300-300 140-140 300Zm220-180q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 24.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:url(#SVGID_1_);}
|
|
7
|
+
.st1{fill:#FFFFFF;}
|
|
8
|
+
</style>
|
|
9
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-277.375" y1="406.6018" x2="-277.375" y2="407.5726" gradientTransform="matrix(40 0 0 -39.7778 11115.001 16212.334)">
|
|
10
|
+
<stop offset="0" style="stop-color:#0062E0"/>
|
|
11
|
+
<stop offset="1" style="stop-color:#19AFFF"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<path class="st0" d="M16.7,39.8C7.2,38.1,0,29.9,0,20C0,9,9,0,20,0s20,9,20,20c0,9.9-7.2,18.1-16.7,19.8l-1.1-0.9h-4.4L16.7,39.8z"
|
|
14
|
+
/>
|
|
15
|
+
<path class="st1" d="M27.8,25.6l0.9-5.6h-5.3v-3.9c0-1.6,0.6-2.8,3-2.8h2.6V8.2c-1.4-0.2-3-0.4-4.4-0.4c-4.6,0-7.8,2.8-7.8,7.8V20
|
|
16
|
+
h-5v5.6h5v14.1c1.1,0.2,2.2,0.3,3.3,0.3c1.1,0,2.2-0.1,3.3-0.3V25.6H27.8z"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z" fill="#4285F4"/><path d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z" fill="#34A853"/><path d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z" fill="#FBBC05"/><path d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z" fill="#EA4335"/><path d="M1 1h22v22H1z" fill="none"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M120-520v-320h320v320H120Zm0 400v-320h320v320H120Zm400-400v-320h320v320H520Zm0 400v-320h320v320H520ZM200-600h160v-160H200v160Zm400 0h160v-160H600v160Zm0 400h160v-160H600v160Zm-400 0h160v-160H200v160Zm400-400Zm0 240Zm-240 0Zm0-240Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm40-80h480L570-480 450-320l-90-120-120 160Zm-40 80v-560 560Z"/></svg>
|