@marimo-team/islands 0.24.1-dev8 → 0.24.1-dev9
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/{common-CL_Mw3m2.js → common-Cb6PpFk7.js} +1 -1
- package/dist/main.js +1093 -1000
- package/dist/{reveal-component-Czxu7436.js → reveal-component-DZSd6eh0.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/plugins/impl/MatrixPlugin.tsx +256 -35
- package/src/plugins/impl/__tests__/MatrixPlugin.test.tsx +540 -3
|
@@ -36331,7 +36331,7 @@ ${d}`,
|
|
|
36331
36331
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
36332
36332
|
}
|
|
36333
36333
|
}
|
|
36334
|
-
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.24.1-
|
|
36334
|
+
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.24.1-dev9");
|
|
36335
36335
|
showCodeInRunModeAtom = atom(true);
|
|
36336
36336
|
atom(null);
|
|
36337
36337
|
var import_compiler_runtime = require_compiler_runtime();
|