@stoplight/mosaic-code-editor
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
{ | ||
"name": "@stoplight/mosaic-code-editor", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"sideEffects": false, | ||
@@ -12,3 +12,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@stoplight/mosaic": "1.0.0-beta.4", | ||
"@stoplight/mosaic": "1.0.0-beta.5", | ||
"clsx": "^1.1.1", | ||
@@ -22,3 +22,3 @@ "@fortawesome/fontawesome-svg-core": "^1.2.32", | ||
"copy-to-clipboard": "^3.3.1", | ||
"@stoplight/mosaic-code-viewer": "1.0.0-beta.4", | ||
"@stoplight/mosaic-code-viewer": "1.0.0-beta.5", | ||
"prism-react-renderer": "^1.1.1", | ||
@@ -25,0 +25,0 @@ "react-simple-code-editor": "^0.11.0" |
@@ -32,2 +32,15 @@ # Mosaic Design System | ||
### Playground | ||
Visit `http://localhost:4200` after starting. Most of the components in the left sidebar are semi-transparent - these | ||
are placeholders for future work. | ||
See the `Try It` article in the playground for a pretty comprehensive example. | ||
> Note: most of the code samples are editable! | ||
```bash title=$terminal | ||
yarn start | ||
``` | ||
### Basic Usage | ||
@@ -117,17 +130,2 @@ | ||
### Playground | ||
Visit `http://localhost:4200` after starting. Most of the components in the left sidebar are semi-transparent - these | ||
are placeholders for future work. | ||
See the `Try It` article in the playground for a pretty comprehensive example. | ||
```bash title=$terminal | ||
# In terminal 1 | ||
yarn start playground | ||
# In terminal 2 | ||
yarn start playground-api | ||
``` | ||
## Building | ||
@@ -134,0 +132,0 @@ |
63944
165
+ Added@stoplight/mosaic@1.0.0-beta.5(transitive)
+ Added@stoplight/mosaic-code-viewer@1.0.0-beta.5(transitive)
- Removed@stoplight/mosaic@1.0.0-beta.4(transitive)
- Removed@stoplight/mosaic-code-viewer@1.0.0-beta.4(transitive)