@mokup/playground 0.2.3 → 1.0.0
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.
- package/README.md +9 -0
- package/README.zh-CN.md +9 -0
- package/dist/assets/UiCodeEditor.css +1 -1
- package/dist/assets/UiCodeEditor.js +11 -11
- package/dist/assets/index.css +1 -1
- package/dist/assets/playground.js +8 -8
- package/dist/assets/utils.js +3 -0
- package/dist/index.html +1 -0
- package/package.json +24 -17
package/README.md
CHANGED
|
@@ -5,3 +5,12 @@ English | [Chinese](./README.zh-CN.md)
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
7
|
A standalone UI for browsing, testing, and debugging Mokup mock routes. For detailed usage, see https://mokup.icebreaker.top.
|
|
8
|
+
|
|
9
|
+
## Requirements
|
|
10
|
+
|
|
11
|
+
- Node.js `^20.19.0 || >=22.12.0`
|
|
12
|
+
|
|
13
|
+
## Upgrade notes
|
|
14
|
+
|
|
15
|
+
- This package now ships ESM-only output.
|
|
16
|
+
- Full migration guide: [../../docs/guide/migration-v1.md](../../docs/guide/migration-v1.md)
|
package/README.zh-CN.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-14cd85b0] .cm-editor{background-color:#0000;min-height:100%}[data-v-14cd85b0] .cm-scroller{font-family:JetBrains Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem;line-height:1.45}[data-v-14cd85b0] .cm-content,[data-v-14cd85b0] .cm-gutterElement{min-height:inherit;padding-block:.5rem}[data-v-14cd85b0] .cm-content{padding-inline:.75rem}[data-v-14cd85b0] .cm-line{padding-inline:0}[data-v-14cd85b0] .cm-focused{outline:none}[data-v-14cd85b0] .cm-gutters{display:none}[data-v-14cd85b0] .cm-placeholder{color:var(--color-pg-text-muted)}[data-v-14cd85b0] .cm-cursor{border-left-color:var(--color-pg-accent)}[data-v-14cd85b0] .pg-cm-error-line{background-color:color-mix(in srgb, var(--color-pg-danger-bg) 65%, transparent)}
|