@marimo-team/islands 0.20.3-dev90 → 0.20.3-dev92
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/main.js
CHANGED
|
@@ -70351,7 +70351,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
70351
70351
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
70352
70352
|
}
|
|
70353
70353
|
}
|
|
70354
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.3-
|
|
70354
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.3-dev92"), showCodeInRunModeAtom = atom(true);
|
|
70355
70355
|
atom(null);
|
|
70356
70356
|
var import_compiler_runtime$88 = require_compiler_runtime();
|
|
70357
70357
|
function useKeydownOnElement(e, r) {
|
package/package.json
CHANGED
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
FileSpreadsheetIcon,
|
|
14
14
|
FileTextIcon,
|
|
15
15
|
FileVideoIcon,
|
|
16
|
+
GithubIcon,
|
|
16
17
|
GlobeIcon,
|
|
17
18
|
HardDriveIcon,
|
|
18
19
|
ImageIcon,
|
|
@@ -66,6 +67,7 @@ const PROTOCOL_ICONS: Record<KnownStorageProtocol, IconEntry> = {
|
|
|
66
67
|
http: GlobeIcon,
|
|
67
68
|
file: HardDriveIcon,
|
|
68
69
|
"in-memory": DatabaseZapIcon,
|
|
70
|
+
github: GithubIcon,
|
|
69
71
|
};
|
|
70
72
|
|
|
71
73
|
export const ProtocolIcon: React.FC<{
|