@stoplight/mosaic-code-viewer
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
{ | ||
"name": "@stoplight/mosaic-code-viewer", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
@@ -11,3 +12,3 @@ "react": ">= 16.8" | ||
"dependencies": { | ||
"@stoplight/mosaic": "1.0.0-beta.1", | ||
"@stoplight/mosaic": "1.0.0-beta.2", | ||
"clsx": "^1.1.1", | ||
@@ -14,0 +15,0 @@ "@fortawesome/fontawesome-svg-core": "^1.2.32", |
@@ -5,2 +5,4 @@ # Mosaic Design System | ||
Much of the foundational architecture is in place, but only a few components are ready for use. | ||
## Features | ||
@@ -48,2 +50,9 @@ | ||
Currently there are 4 packages managed in this repository: | ||
- `@stoplight/mosaic`: The core components - think button, input, panel, etc. | ||
- `@stoplight/mosaic-code-viewer`: Read only code viewer component. | ||
- `@stoplight/mosaic-code-editor`: Simple code editor component. | ||
- `@stoplight/mosaic-live-code`: Code editor component with react live for previewing. | ||
### Playground | ||
@@ -54,2 +63,4 @@ | ||
See the `Try It` article in the playground for a pretty comprehensive example. | ||
```bash title=$terminal | ||
@@ -56,0 +67,0 @@ # In terminal 1 |
37504
107
+ Added@stoplight/mosaic@1.0.0-beta.2(transitive)
- Removed@stoplight/mosaic@1.0.0-beta.1(transitive)