@myst-theme/site 0.14.1 → 0.14.2

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +8 -8
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # @myst-theme/site
2
+
3
+ [![@myst-theme/site on npm](https://img.shields.io/npm/v/@myst-theme/site.svg)](https://www.npmjs.com/package/@myst-theme/site)
4
+ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jupyter-book/myst-theme/blob/main/LICENSE)
5
+
6
+ TypeScript components for building MyST sites with React.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myst-theme/site",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@headlessui/react": "^1.7.15",
23
23
  "@heroicons/react": "^2.0.18",
24
- "@myst-theme/common": "^0.14.1",
25
- "@myst-theme/diagrams": "^0.14.1",
26
- "@myst-theme/frontmatter": "^0.14.1",
27
- "@myst-theme/providers": "^0.14.1",
28
- "@myst-theme/search": "^0.14.1",
24
+ "@myst-theme/common": "^0.14.2",
25
+ "@myst-theme/diagrams": "^0.14.2",
26
+ "@myst-theme/frontmatter": "^0.14.2",
27
+ "@myst-theme/providers": "^0.14.2",
28
+ "@myst-theme/search": "^0.14.2",
29
29
  "@radix-ui/react-collapsible": "^1.0.3",
30
30
  "@radix-ui/react-dialog": "^1.0.3",
31
31
  "@radix-ui/react-visually-hidden": "^1.1.0",
@@ -33,9 +33,9 @@
33
33
  "lodash.throttle": "^4.1.1",
34
34
  "myst-common": "^1.7.9",
35
35
  "myst-config": "^1.7.9",
36
- "myst-demo": "^0.14.1",
36
+ "myst-demo": "^0.14.2",
37
37
  "myst-spec-ext": "^1.7.9",
38
- "myst-to-react": "^0.14.1",
38
+ "myst-to-react": "^0.14.2",
39
39
  "nbtx": "^0.2.3",
40
40
  "node-cache": "^5.1.2",
41
41
  "node-fetch": "^2.6.11",