midsomar 0.1.2 → 0.1.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.
|
@@ -396,13 +396,13 @@
|
|
|
396
396
|
stroke-width="0.0363992"
|
|
397
397
|
></path>
|
|
398
398
|
</symbol>
|
|
399
|
-
<symbol viewBox="0 0 24 24" fill="none" id="
|
|
399
|
+
<symbol viewBox="0 0 24 24" fill="none" id="opencode">
|
|
400
400
|
<path
|
|
401
401
|
d="M8.40005 17.4H19.2001V21H4.80005V13.8H8.40005V17.4ZM15.6001 10.2V13.8H8.40005V10.2H15.6001ZM19.2001 10.2H15.6001V6.6H4.80005V3H19.2001V10.2Z"
|
|
402
402
|
fill="currentColor"
|
|
403
403
|
></path>
|
|
404
404
|
</symbol>
|
|
405
|
-
<symbol viewBox="0 0 24 24" fill="none" id="
|
|
405
|
+
<symbol viewBox="0 0 24 24" fill="none" id="opencode-go">
|
|
406
406
|
<path
|
|
407
407
|
d="M19.4004 21H5V3H19.4004V6.59961H8.59961V17.4004H15.7998V13.7998H12.2002V10.2002H19.4004V21Z"
|
|
408
408
|
fill="currentColor"
|
package/web-ui/index.html
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</script>
|
|
62
62
|
<script type="module" crossorigin src="/assets/index-BfNxi3ev.js"></script>
|
|
63
63
|
<link rel="stylesheet" crossorigin href="/assets/index-S3QimprQ.css">
|
|
64
|
-
<script>;(function(){var s=document.createElement('style');s.textContent='[data-component="logo-mark"],[data-component="logo-splash"]{display:none!important}';document.head.appendChild(s);var o=new MutationObserver(function(){document.querySelectorAll('[data-component="logo-mark"],[data-component="logo-splash"]').forEach(function(e){e.style.display='none'})});o.observe(document.documentElement,{childList:true,subtree:true})})()</script></head>
|
|
64
|
+
<script>;(function(){var s=document.createElement('style');s.textContent='[data-component="logo-mark"],[data-component="logo-splash"],[data-component="logo-wordmark"]{display:none!important}';document.head.appendChild(s);var o=new MutationObserver(function(){document.querySelectorAll('[data-component="logo-mark"],[data-component="logo-splash"],[data-component="logo-wordmark"]').forEach(function(e){e.style.display='none'})});o.observe(document.documentElement,{childList:true,subtree:true})})()</script></head>
|
|
65
65
|
<body class="antialiased overscroll-none text-12-regular overflow-hidden bg-v2-background-bg-deep">
|
|
66
66
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
67
67
|
<div id="root" class="flex flex-col h-dvh bg-v2-background-bg-deep p-px"></div>
|