@marimo-team/islands 0.23.12-dev10 → 0.23.12-dev12
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/{code-visibility-D1W_9sHW.js → code-visibility-DE527AJM.js} +1 -1
- package/dist/main.js +1084 -988
- package/dist/{reveal-component-BXP8Y-bq.js → reveal-component-BC9RzB3r.js} +1 -1
- package/package.json +1 -1
- package/src/core/islands/__tests__/bridge.test.ts +25 -0
- package/src/core/islands/__tests__/parse.test.ts +585 -1
- package/src/core/islands/__tests__/test-utils.tsx +10 -1
- package/src/core/islands/bridge.ts +6 -1
- package/src/core/islands/constants.ts +2 -0
- package/src/core/islands/parse.ts +293 -13
|
@@ -35997,7 +35997,7 @@ ${d}`,
|
|
|
35997
35997
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
35998
35998
|
}
|
|
35999
35999
|
}
|
|
36000
|
-
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.12-
|
|
36000
|
+
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.12-dev12");
|
|
36001
36001
|
showCodeInRunModeAtom = atom(true);
|
|
36002
36002
|
atom(null);
|
|
36003
36003
|
var import_compiler_runtime = require_compiler_runtime();
|