Skip to content

Commit 6da62f4

Browse files
committed
refactor(Inputs): Add Editor for Demos
1 parent f6a88ab commit 6da62f4

File tree

4 files changed

+272
-6
lines changed

4 files changed

+272
-6
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@
6161
"chart.js": "^3.9.1",
6262
"consola": "^2.15.3",
6363
"eslint": "^8.27.0",
64+
"json-editor-vue": "^0.9.2",
6465
"quill": "^1.3.7",
6566
"sass": "^1.56.1",
6667
"tslib": "^2.4.1",
6768
"typescript": "^4.8.4",
6869
"unocss": "^0.46.4",
6970
"unplugin-auto-import": "^0.11.4",
7071
"unplugin-vue-components": "^0.22.9",
72+
"vanilla-jsoneditor": "^0.10.1",
7173
"vite": "^3.2.3",
7274
"vite-plugin-dts": "^1.7.0",
7375
"vite-plugin-eslint": "^1.8.1",

pnpm-lock.yaml

+159-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/sass/formkit-primevue.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
.formkit-label {
3535
display: block;
3636
margin: 0;
37-
padding-bottom: 0.5rem;
37+
padding-bottom: 6px;
38+
width: 300px;
3839
font-weight: bold;
3940
font-size: 0.8rem;
4041
}

0 commit comments

Comments
 (0)