@marimo-team/islands 0.21.2-dev55 → 0.21.2-dev57

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
@@ -70883,7 +70883,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
70883
70883
  return Logger.warn("Failed to get version from mount config"), null;
70884
70884
  }
70885
70885
  }
70886
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.21.2-dev55"), showCodeInRunModeAtom = atom(true);
70886
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.21.2-dev57"), showCodeInRunModeAtom = atom(true);
70887
70887
  atom(null);
70888
70888
  var import_compiler_runtime$89 = require_compiler_runtime();
70889
70889
  function useKeydownOnElement(e, r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.21.2-dev55",
3
+ "version": "0.21.2-dev57",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -6,7 +6,7 @@ see frontend/src/core/static/download-html.ts */
6
6
  font-style: normal;
7
7
  font-weight: 400;
8
8
  font-display: block;
9
- src: url("../../fonts/Lora/Lora-VariableFont_wght.ttf") format("truetype");
9
+ src: url("../../fonts/Lora/Lora-VariableFont_wght.woff2") format("woff2");
10
10
  }
11
11
 
12
12
  @font-face {
@@ -14,7 +14,7 @@ see frontend/src/core/static/download-html.ts */
14
14
  font-style: normal;
15
15
  font-weight: 400;
16
16
  font-display: block;
17
- src: url("../../fonts/PT_Sans/PTSans-Regular.ttf") format("truetype");
17
+ src: url("../../fonts/PT_Sans/PTSans-Regular.woff2") format("woff2");
18
18
  }
19
19
 
20
20
  @font-face {
@@ -22,7 +22,7 @@ see frontend/src/core/static/download-html.ts */
22
22
  font-style: normal;
23
23
  font-weight: 700;
24
24
  font-display: block;
25
- src: url("../../fonts/PT_Sans/PTSans-Bold.ttf") format("truetype");
25
+ src: url("../../fonts/PT_Sans/PTSans-Bold.woff2") format("woff2");
26
26
  }
27
27
 
28
28
  @font-face {
@@ -30,7 +30,7 @@ see frontend/src/core/static/download-html.ts */
30
30
  font-style: normal;
31
31
  font-weight: 400;
32
32
  font-display: block;
33
- src: url("../../fonts/Fira_Mono/FiraMono-Regular.ttf") format("truetype");
33
+ src: url("../../fonts/Fira_Mono/FiraMono-Regular.woff2") format("woff2");
34
34
  }
35
35
 
36
36
  @font-face {
@@ -38,7 +38,7 @@ see frontend/src/core/static/download-html.ts */
38
38
  font-style: normal;
39
39
  font-weight: 500;
40
40
  font-display: block;
41
- src: url("../../fonts/Fira_Mono/FiraMono-Medium.ttf") format("truetype");
41
+ src: url("../../fonts/Fira_Mono/FiraMono-Medium.woff2") format("woff2");
42
42
  }
43
43
 
44
44
  @font-face {
@@ -46,5 +46,5 @@ see frontend/src/core/static/download-html.ts */
46
46
  font-style: normal;
47
47
  font-weight: 700;
48
48
  font-display: block;
49
- src: url("../../fonts/Fira_Mono/FiraMono-Bold.ttf") format("truetype");
49
+ src: url("../../fonts/Fira_Mono/FiraMono-Bold.woff2") format("woff2");
50
50
  }
Binary file
Binary file
Binary file