@myst-theme/jupyter 0.1.35 → 0.1.36

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/cjs/safe.js CHANGED
@@ -61,7 +61,7 @@ function SafeOutput({ output }) {
61
61
  if (image)
62
62
  return (0, jsx_runtime_1.jsx)(OutputImage, { image: image, text: text });
63
63
  if (text)
64
- return ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(ansi_to_react_1.default, { children: text.content }) }));
64
+ return ((0, jsx_runtime_1.jsx)("div", Object.assign({ className: "whitespace-pre-wrap font-mono text-sm" }, { children: (0, jsx_runtime_1.jsx)(ansi_to_react_1.default, { children: text.content }) })));
65
65
  return null;
66
66
  }
67
67
  default:
package/dist/esm/safe.js CHANGED
@@ -55,7 +55,7 @@ function SafeOutput({ output }) {
55
55
  if (image)
56
56
  return _jsx(OutputImage, { image: image, text: text });
57
57
  if (text)
58
- return (_jsx("div", { children: _jsx(Ansi, { children: text.content }) }));
58
+ return (_jsx("div", Object.assign({ className: "whitespace-pre-wrap font-mono text-sm" }, { children: _jsx(Ansi, { children: text.content }) })));
59
59
  return null;
60
60
  }
61
61
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/jupyter",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@headlessui/react": "^1.7.13",
24
24
  "@heroicons/react": "^2.0.13",
25
- "@myst-theme/providers": "^0.1.35",
25
+ "@myst-theme/providers": "^0.1.36",
26
26
  "@popperjs/core": "^2.11.6",
27
27
  "ansi-to-react": "^6.1.6",
28
28
  "buffer": "^6.0.3",