@myst-theme/jupyter 0.6.1 → 0.8.0

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.
@@ -43,7 +43,7 @@ export function LaunchBinder({ type, location }) {
43
43
  export function SpinnerStatusButton({ ready, busy, modified, onClick, }) {
44
44
  let title = 'Enable compute to make this figure interactive';
45
45
  if (ready) {
46
- title = modified ? 'The figure has been modified' : "The figure is in it's original state";
46
+ title = modified ? 'The figure has been modified' : 'The figure is in its original state';
47
47
  }
48
48
  let icon = _jsx(PowerIcon, { width: "1.5rem", height: "1.5rem" });
49
49
  if (ready) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/jupyter",
3
- "version": "0.6.1",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -25,24 +25,24 @@
25
25
  "@curvenote/ansi-to-react": "^7.0.0",
26
26
  "@headlessui/react": "^1.7.15",
27
27
  "@heroicons/react": "^2.0.18",
28
- "@myst-theme/providers": "^0.6.1",
28
+ "@myst-theme/providers": "^0.8.0",
29
29
  "@scienceicons/react": "^0.0.6",
30
30
  "buffer": "^6.0.3",
31
31
  "classnames": "^2.3.2",
32
32
  "jupyterlab-plotly": "^5.18.0",
33
- "myst-common": "^1.1.18",
34
- "myst-config": "^1.1.18",
35
- "myst-frontmatter": "^1.1.18",
36
- "myst-spec": "^0.0.4",
37
- "myst-spec-ext": "^1.1.18",
38
- "myst-to-react": "^0.6.1",
33
+ "myst-common": "^1.1.31",
34
+ "myst-config": "^1.1.31",
35
+ "myst-frontmatter": "^1.1.31",
36
+ "myst-spec": "^0.0.5",
37
+ "myst-spec-ext": "^1.1.31",
38
+ "myst-to-react": "^0.8.0",
39
39
  "nanoid": "^4.0.2",
40
40
  "nbtx": "^0.2.3",
41
41
  "react-syntax-highlighter": "^15.5.0",
42
42
  "swr": "^2.1.5",
43
- "thebe-core": "^0.4.5",
44
- "thebe-lite": "^0.4.5",
45
- "thebe-react": "^0.4.5",
43
+ "thebe-core": "^0.4.6",
44
+ "thebe-lite": "^0.4.6",
45
+ "thebe-react": "^0.4.6",
46
46
  "unist-util-select": "^4.0.3"
47
47
  },
48
48
  "peerDependencies": {