@marimo-team/islands 0.20.5-dev18 → 0.20.5-dev19

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
@@ -70404,7 +70404,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
70404
70404
  return Logger.warn("Failed to get version from mount config"), null;
70405
70405
  }
70406
70406
  }
70407
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-dev18"), showCodeInRunModeAtom = atom(true);
70407
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-dev19"), showCodeInRunModeAtom = atom(true);
70408
70408
  atom(null);
70409
70409
  var import_compiler_runtime$88 = require_compiler_runtime();
70410
70410
  function useKeydownOnElement(e, r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.20.5-dev18",
3
+ "version": "0.20.5-dev19",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -81,9 +81,9 @@ export const MarimoIcon = ({
81
81
  width={width ?? size}
82
82
  height={height ?? size}
83
83
  viewBox={viewBox}
84
+ aria-hidden={true}
84
85
  {...props}
85
86
  >
86
- <title>marimo icon</title>
87
87
  <MarimoCirclePaths
88
88
  fill={fill}
89
89
  stroke={stroke ?? "currentColor"}
@@ -119,9 +119,9 @@ const MarimoMultiIcon = ({
119
119
  width={width ?? size}
120
120
  height={height ?? size}
121
121
  viewBox={viewBox}
122
+ aria-hidden={true}
122
123
  {...props}
123
124
  >
124
- <title>marimo multi icon</title>
125
125
  <defs>
126
126
  <mask id={maskId}>
127
127
  <rect width="100%" height="100%" fill="white" />