@marimo-team/islands 0.20.3-dev94 → 0.20.3-dev96

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.
Files changed (26) hide show
  1. package/dist/main.js +1 -1
  2. package/dist/style.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/databases/icons/google-drive.svg +8 -0
  5. package/src/components/datasources/datasources.tsx +5 -5
  6. package/src/components/editor/actions/useNotebookActions.tsx +15 -2
  7. package/src/components/editor/connections/add-connection-dialog.tsx +83 -0
  8. package/src/components/editor/connections/components.tsx +177 -0
  9. package/src/components/editor/{database → connections/database}/__tests__/as-code.test.ts +1 -1
  10. package/src/components/editor/connections/database/add-database-form.tsx +303 -0
  11. package/src/components/editor/{database → connections/database}/as-code.ts +1 -1
  12. package/src/components/editor/connections/storage/__tests__/__snapshots__/as-code.test.ts.snap +100 -0
  13. package/src/components/editor/connections/storage/__tests__/as-code.test.ts +166 -0
  14. package/src/components/editor/connections/storage/add-storage-form.tsx +135 -0
  15. package/src/components/editor/connections/storage/as-code.ts +188 -0
  16. package/src/components/editor/connections/storage/schemas.ts +141 -0
  17. package/src/components/storage/components.tsx +9 -3
  18. package/src/components/storage/storage-inspector.tsx +20 -1
  19. package/src/core/codemirror/__tests__/format.test.ts +9 -1
  20. package/src/core/storage/types.ts +1 -0
  21. package/src/components/editor/database/add-database-form.tsx +0 -420
  22. /package/src/components/editor/{database → connections}/__tests__/secrets.test.ts +0 -0
  23. /package/src/components/editor/{database → connections/database}/__tests__/__snapshots__/as-code.test.ts.snap +0 -0
  24. /package/src/components/editor/{database → connections/database}/schemas.ts +0 -0
  25. /package/src/components/editor/{database → connections}/form-renderers.tsx +0 -0
  26. /package/src/components/editor/{database → connections}/secrets.ts +0 -0
package/dist/main.js CHANGED
@@ -70358,7 +70358,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
70358
70358
  return Logger.warn("Failed to get version from mount config"), null;
70359
70359
  }
70360
70360
  }
70361
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.3-dev94"), showCodeInRunModeAtom = atom(true);
70361
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.3-dev96"), showCodeInRunModeAtom = atom(true);
70362
70362
  atom(null);
70363
70363
  var import_compiler_runtime$88 = require_compiler_runtime();
70364
70364
  function useKeydownOnElement(e, r) {