Skip to content

Commit

Permalink
fresh build
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Jan 20, 2025
1 parent e6d663c commit 792eb17
Show file tree
Hide file tree
Showing 16 changed files with 493 additions and 437 deletions.
4 changes: 1 addition & 3 deletions crates/charts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ pub fn LiquidityChart(debug: Signal<bool>, data: Signal<Vec<MyData>>) -> impl In
font_height=14.0

// left=TickLabels::aligned_floats()
inner=[
// AxisMarker::bottom_edge().with_arrow(false).into_inner(),
]
inner=[]
bottom=TickLabels::aligned_floats()
tooltip=Tooltip::left_cursor()
/>
Expand Down
10 changes: 5 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<!-- <link data-trunk rel="copy-file" href="/manifest.json" /> -->

<script type="module" nonce="JCqS9q/tRgxL1vlsxL6dlA==">
import init, * as bindings from 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-5fac016b930704ea.js';
const wasm = await init({ module_or_path: 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-5fac016b930704ea_bg.wasm' });
<script type="module" nonce="2W6er7RsOHHDY3KfD5DOcA==">
import init, * as bindings from 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-aecc120261abd10a.js';
const wasm = await init({ module_or_path: 'https://kent-3.github.io/liquidity-book-leptos/trader-leptos-aecc120261abd10a_bg.wasm' });


window.wasmBindings = bindings;
Expand All @@ -20,7 +20,7 @@

</script>
<link rel="icon" href="https://kent-3.github.io/liquidity-book-leptos/favicon-e9cbd8f50cc65bf2.ico" integrity="sha384&#x2D;YobgLXwtz0GhXVUTHml49p32guapVFlEG8UpQdDVN3kekOqkQi&#x2B;qSXEpwp&#x2B;yM4BW"/>
<link rel="stylesheet" href="https://kent-3.github.io/liquidity-book-leptos/input-a0a05462095ba546.css" integrity="sha384&#x2D;ynPXh1BCscIuiV2&#x2B;3G5pwvsCAn9zfskaLG7sP&#x2B;9LkJAFE7cc2nQKbjBrp3Q127h5"/>
<link rel="stylesheet" href="https://kent-3.github.io/liquidity-book-leptos/input-acb7644e2efec906.css" integrity="sha384&#x2D;ValJqHFGEpTSvsD&#x2B;eNdJaNpvKJ2A1JXpokWtn3QIifGkdzca&#x2F;tiljjCjTQiYrgmX"/>

<!-- <link rel="manifest" href="/trader-crow-leptos/manifest.json" /> -->

Expand All @@ -47,7 +47,7 @@
checkResourcesLoaded();
});
</script>
<link rel="modulepreload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-5fac016b930704ea.js" crossorigin=anonymous integrity="sha384-hBYIXZdj54zZ+WmwrAeYhOAq55XXcWyZ72qxlmEgKzR90RZ0DZ79JzijMXSWUuw4"><link rel="preload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-5fac016b930704ea_bg.wasm" crossorigin=anonymous integrity="sha384-MPd+1e4eWzpFzMm1Ye/gNYn/4f4jZIVf4djp5iqyHO9jZlWhptW3GLcUP8AXaqDc" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-aecc120261abd10a.js" crossorigin=anonymous integrity="sha384-z3YYTPrTRuz3+sJqi7M3oLAI1hF8j3YFxN+wTPl0++7F748U+chdjvt9o0oiVGUi"><link rel="preload" href="https://kent-3.github.io/liquidity-book-leptos/trader-leptos-aecc120261abd10a_bg.wasm" crossorigin=anonymous integrity="sha384-tkRFVKnXD0HtgFGmZCnckhLCRheY6E/rR4xZNh3h/OJ0tHEq8kQrSQ7zwNPbjsBe" as="fetch" type="application/wasm"></head>

<style>
.spinner {
Expand Down
143 changes: 126 additions & 17 deletions dist/input-a0a05462095ba546.css → dist/input-acb7644e2efec906.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@
padding-right: 0.75rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(229 229 229 / var(--tw-text-opacity));
color: rgb(255 255 255 / var(--tw-text-opacity));
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
Expand Down Expand Up @@ -113,10 +116,22 @@
inset: 0px;
}

.z-40 {
z-index: 40;
}

.z-50 {
z-index: 50;
}

.z-\[50\] {
z-index: 50;
}

.z-auto {
z-index: auto;
}

.row-start-1 {
grid-row-start: 1;
}
Expand Down Expand Up @@ -158,6 +173,10 @@
margin-top: 1.5rem !important;
}

.-mr-\[124px\] {
margin-right: -124px;
}

.mb-1 {
margin-bottom: 0.25rem;
}
Expand All @@ -174,6 +193,10 @@
margin-bottom: 1rem;
}

.ml-auto {
margin-left: auto;
}

.mr-0 {
margin-right: 0px;
}
Expand All @@ -190,6 +213,18 @@
margin-top: 0px;
}

.mt-1 {
margin-top: 0.25rem;
}

.mt-1\.5 {
margin-top: 0.375rem;
}

.mt-10 {
margin-top: 2.5rem;
}

.mt-12 {
margin-top: 3rem;
}
Expand Down Expand Up @@ -237,6 +272,10 @@
display: grid;
}

.contents {
display: contents;
}

.hidden {
display: none;
}
Expand All @@ -257,6 +296,10 @@
height: 1.25rem;
}

.h-52 {
height: 13rem;
}

.h-6 {
height: 1.5rem;
}
Expand Down Expand Up @@ -294,14 +337,14 @@
width: 16rem;
}

.w-72 {
width: 18rem;
}

.w-8 {
width: 2rem;
}

.w-80 {
width: 20rem;
}

.w-full {
width: 100%;
}
Expand All @@ -314,6 +357,10 @@
max-width: 320px;
}

.max-w-\[550px\] {
max-width: 550px;
}

.max-w-lg {
max-width: 32rem;
}
Expand Down Expand Up @@ -382,6 +429,10 @@
grid-template-columns: 1fr 14px 1fr;
}

.grid-cols-\[minmax\(0px\2c 7fr\)_minmax\(0px\2c 5fr\)\] {
grid-template-columns: minmax(0px,7fr) minmax(0px,5fr);
}

.grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr));
}
Expand Down Expand Up @@ -447,6 +498,11 @@
column-gap: 0.5rem;
}

.gap-x-3 {
-moz-column-gap: 0.75rem;
column-gap: 0.75rem;
}

.gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
Expand Down Expand Up @@ -480,6 +536,12 @@
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
Expand Down Expand Up @@ -556,6 +618,10 @@
border-width: 2px;
}

.border-b {
border-bottom-width: 1px;
}

.border-solid {
border-style: solid;
}
Expand Down Expand Up @@ -585,6 +651,11 @@
border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.bg-\[\#303030\] {
--tw-bg-opacity: 1;
background-color: rgb(48 48 48 / var(--tw-bg-opacity));
}

.bg-\[initial\] {
background-color: initial;
}
Expand Down Expand Up @@ -636,6 +707,10 @@
padding: 1rem;
}

.p-8 {
padding: 2rem;
}

.px-0 {
padding-left: 0px;
padding-right: 0px;
Expand Down Expand Up @@ -733,6 +808,10 @@
padding-top: 0.5rem;
}

.pt-3 {
padding-top: 0.75rem;
}

.text-left {
text-align: left;
}
Expand All @@ -753,6 +832,11 @@
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.\!text-sm {
font-size: 0.875rem !important;
line-height: 1.25rem !important;
}

.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
Expand Down Expand Up @@ -804,10 +888,6 @@
font-weight: 600;
}

.italic {
font-style: italic;
}

.leading-5 {
line-height: 1.25rem;
}
Expand All @@ -816,6 +896,11 @@
line-height: 1;
}

.\!text-neutral-400 {
--tw-text-opacity: 1 !important;
color: rgb(163 163 163 / var(--tw-text-opacity)) !important;
}

.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity));
Expand Down Expand Up @@ -949,6 +1034,12 @@
transition-duration: 150ms;
}

.transition-colors {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}

.transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
Expand All @@ -973,6 +1064,10 @@
transition-duration: 300ms;
}

.ease-linear {
transition-timing-function: linear;
}

.ease-standard {
transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}
Expand Down Expand Up @@ -1068,14 +1163,6 @@ body {

/* } */

/* doesn't actually work / the gaps are still there */

/* ._chartistry svg g g rect[height="0"]{ */

/* display: none; */

/* } */

._chartistry svg g g rect {
rx: 2px;
}
Expand Down Expand Up @@ -1103,6 +1190,7 @@ body {
padding: 0.75rem !important;
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
transform: translateY(-50%) translateX(117%) !important;
}

/* Container to position the toasts */
Expand Down Expand Up @@ -1317,6 +1405,27 @@ nav a:hover {
--tw-contain-style: ;
}

/* .floating-menu dialog[open] { */

/* opacity: 1; */

/* transform: scale(1); */

/* } */

.floating-menu dialog {
opacity: 0;
transform: scale(0.5);
transition: all 300ms cubic-bezier(0, 0, 0, 1) allow-discrete;
}

@starting-style {
.floating-menu dialog[open] {
opacity: 1;
transform: scale(1);
}
}

/* Open state of the dialog */

dialog[open] {
Expand Down
Binary file removed dist/trader-leptos-5fac016b930704ea_bg.wasm
Binary file not shown.
Loading

0 comments on commit 792eb17

Please sign in to comment.