Spaces:
Runtime error
Runtime error
Pedro de Carvalho commited on
Commit ·
2e9d87c
1
Parent(s): 3940983
Add client ui
Browse files- client/dist/assets/browserAll-D9UkZ8KL.js +1 -0
- client/dist/assets/index-Dt5pKIvx.js +0 -0
- client/dist/assets/index-GlpNKPYH.css +1 -0
- client/dist/assets/init-DXkZidGn.js +1 -0
- client/dist/assets/webworkerAll-C_TtPwHV.js +1 -0
- client/dist/favicon.svg +1 -0
- client/dist/icons.svg +24 -0
- client/dist/index.html +15 -0
client/dist/assets/browserAll-D9UkZ8KL.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
import{a as e,c as t,i as n,l as r,o as i,s as a,u as o}from"./index-Dt5pKIvx.js";import"./init-DXkZidGn.js";o.add(t),o.mixin(r,a),o.add(i),o.add(e),o.mixin(r,n);
|
client/dist/assets/index-Dt5pKIvx.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
client/dist/assets/index-GlpNKPYH.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*{box-sizing:border-box;margin:0;padding:0}html,body,#root{overscroll-behavior:none;-webkit-overflow-scrolling:touch;color:#e6edf3;background:#0d1117;width:100%;height:100%;font-family:system-ui,-apple-system,sans-serif;overflow:hidden}html{height:-webkit-fill-available}body{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,input{touch-action:manipulation}.start-push-button{min-width:var(--start-push-min-width,44px);min-height:var(--start-push-min-height,44px);padding:var(--start-push-padding,12px 42px);border-radius:var(--start-push-radius,12px);color:#0000;cursor:pointer;font-size:var(--start-push-font-size,1.25rem);font-weight:var(--start-push-font-weight,600);outline-offset:4px;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;line-height:1.1;transition:filter .25s,opacity .15s;display:inline-flex;position:relative}.start-push-button__shadow,.start-push-button__edge,.start-push-button__front{border-radius:var(--start-push-radius,12px);pointer-events:none;position:absolute;inset:0}.start-push-button__shadow{background:var(--start-push-shadow,#00000040);will-change:transform;transition:transform .6s cubic-bezier(.3,.7,.4,1);transform:translateY(2px)}.start-push-button__edge{background:linear-gradient(to left, var(--start-push-edge-dark,color-mix(in srgb, var(--start-push-front,#f0003c) 35%, black)) 0%, var(--start-push-edge-light,color-mix(in srgb, var(--start-push-front,#f0003c) 68%, black)) 8%, var(--start-push-edge-light,color-mix(in srgb, var(--start-push-front,#f0003c) 68%, black)) 92%, var(--start-push-edge-dark,color-mix(in srgb, var(--start-push-front,#f0003c) 35%, black)) 100%)}.start-push-button__front{padding:var(--start-push-padding,12px 42px);background:var(--start-push-front,#f0003c);color:var(--start-push-text,white);will-change:transform;justify-content:center;align-items:center;transition:transform .6s cubic-bezier(.3,.7,.4,1);display:flex;transform:translateY(-4px);box-shadow:inset 0 1px #ffffff2e}.start-push-button__front:before{content:attr(data-label);text-overflow:ellipsis;overflow:hidden}.start-push-button:hover:not(:disabled){filter:brightness(110%)}.start-push-button:hover:not(:disabled) .start-push-button__front{transition:transform .25s cubic-bezier(.3,.7,.4,1.5);transform:translateY(-6px)}.start-push-button:active:not(:disabled) .start-push-button__front{transition:transform 34ms;transform:translateY(-2px)}.start-push-button:hover:not(:disabled) .start-push-button__shadow{transition:transform .25s cubic-bezier(.3,.7,.4,1.5);transform:translateY(4px)}.start-push-button:active:not(:disabled) .start-push-button__shadow{transition:transform 34ms;transform:translateY(1px)}.start-push-button:disabled{cursor:default;opacity:.66}.start-push-button:disabled .start-push-button__front{transform:translateY(-2px)}.start-push-button:focus:not(:focus-visible){outline:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes caro5-pulse{0%,to{opacity:1}50%{opacity:.35}}
|
client/dist/assets/init-DXkZidGn.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
import{n as e,r as t,t as n,u as r}from"./index-Dt5pKIvx.js";r.add(n,t),r.add(e);
|
client/dist/assets/webworkerAll-C_TtPwHV.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
import"./index-Dt5pKIvx.js";import"./init-DXkZidGn.js";
|
client/dist/favicon.svg
ADDED
|
|
client/dist/icons.svg
ADDED
|
|
client/dist/index.html
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!doctype html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" />
|
| 7 |
+
<meta name="theme-color" content="#0d1117" />
|
| 8 |
+
<title>Caro5</title>
|
| 9 |
+
<script type="module" crossorigin src="/assets/index-Dt5pKIvx.js"></script>
|
| 10 |
+
<link rel="stylesheet" crossorigin href="/assets/index-GlpNKPYH.css">
|
| 11 |
+
</head>
|
| 12 |
+
<body>
|
| 13 |
+
<div id="root"></div>
|
| 14 |
+
</body>
|
| 15 |
+
</html>
|