@rerun-io/web-viewer-react 0.0.8-alpha.2 → 0.11.0-alpha.1

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 +7 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -3,7 +3,13 @@
3
3
  Embed the Rerun web viewer within your React app.
4
4
 
5
5
  <p align="center">
6
- <img width="800" alt="Rerun Viewer" src="https://github.com/rerun-io/rerun/assets/2624717/c4900538-fc3a-43b8-841a-8d226e7b5a2e">
6
+ <picture>
7
+ <img src="https://static.rerun.io/opf_screenshot/bee51040cba93c0bae62ef6c57fa703704012a41/full.png" alt="">
8
+ <source media="(max-width: 480px)" srcset="https://static.rerun.io/opf_screenshot/bee51040cba93c0bae62ef6c57fa703704012a41/480w.png">
9
+ <source media="(max-width: 768px)" srcset="https://static.rerun.io/opf_screenshot/bee51040cba93c0bae62ef6c57fa703704012a41/768w.png">
10
+ <source media="(max-width: 1024px)" srcset="https://static.rerun.io/opf_screenshot/bee51040cba93c0bae62ef6c57fa703704012a41/1024w.png">
11
+ <source media="(max-width: 1200px)" srcset="https://static.rerun.io/opf_screenshot/bee51040cba93c0bae62ef6c57fa703704012a41/1200w.png">
12
+ </picture>
7
13
  </p>
8
14
 
9
15
  ## Install
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@rerun-io/web-viewer-react",
3
- "version": "0.0.8-alpha.2",
3
+ "version": "0.11.0-alpha.1",
4
4
  "description": "Embed the Rerun web viewer in your React app",
5
5
  "private": false,
6
6
  "scripts": {
7
7
  "build:types": "dts-buddy",
8
+ "build": "npm run build:types",
8
9
  "prepublishOnly": "dts-buddy"
9
10
  },
10
11
  "repository": {
@@ -31,7 +32,7 @@
31
32
  "tsconfig.json"
32
33
  ],
33
34
  "dependencies": {
34
- "@rerun-io/web-viewer": "0.0.8-alpha.2",
35
+ "@rerun-io/web-viewer": "0.11.0-alpha.1",
35
36
  "@types/react": "^18.2.33",
36
37
  "react": "^18.2.0"
37
38
  },