Commit 480ed75
authored
feat: Add JSON object navigation (#32)
* add basic storybook setup
* add basic nesting view to jsonViewer
* add indentation levels and basic color mapping
* add nesting example and fix comma bug
* add no wrap to avoid breaking spaces
* add null syntax coloring
* fix expansion bug with duplicate keys
* refactor for perf improvements
* add proper color theming to json viewer
* update dependencies
* add console-feed and console-feed adapter
* removing testing output
* add more comments
* update package-lock
* remove ref from SandpackPreview
* disable import rules for eslint
* remove storybook from tsconfig
* ignore bootstrap storybook files in eslint
* remove unneeded type and add image types to lfs gitattributes1 parent 7d541c5 commit 480ed75
File tree
26 files changed
+8268
-3400
lines changed- packages/docs-md
- .storybook
- src
- components/TryItNow
- ConsoleOutput
- Content
- stories/assets
26 files changed
+8268
-3400
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
0 commit comments