@next-core/brick-playground 1.14.12 → 1.14.13
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/dist/index.html +1 -1
- package/dist/{main.ed6fcfd0.js → main.f88097eb.js} +3 -3
- package/dist/{main.ed6fcfd0.js.map → main.f88097eb.js.map} +1 -1
- package/dist/{main.f424be33.css → main.feafb2f6.css} +3 -1
- package/package.json +2 -2
- /package/dist/{main.ed6fcfd0.js.LICENSE.txt → main.f88097eb.js.LICENSE.txt} +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
:root{color-scheme:dark;background-color:#121212;color:#ededed;font-size:14px}*{box-sizing:border-box}body{padding:0;margin:0}body[data-loading]{display:none}.brick-playground,
|
|
2
2
|
.brick-playground-column{display:flex;height:100vh}.brick-playground-column{flex-direction:column}.brick-playground-column,
|
|
3
3
|
.brick-playground-editor,
|
|
4
|
-
.brick-playground-preview{flex:1;min-height:0;min-width:0}.brick-playground-divider{min-width:0;flex:0 0 1px;background-color:gray}.brick-playground-preview > iframe{display:block;width:100%;height:100%;margin:0;padding:0;border:0}.brick-playground-toolbar{padding:0 10px;height:32px;display:flex;align-items:center;justify-content:space-between}.brick-playground-column.yaml > [data-mode="html"]{display:none}.brick-playground-column.html > [data-mode="yaml"]{display:none}.brick-playground-toolbar-column{display:flex;gap:10px;justify-content:center;min-width:0}.shrink{flex:initial}.brick-playground-toolbar-column:last-child{justify-content:flex-end}.brick-playground-toolbar-column:first-child{justify-content:flex-start;flex-shrink:0}#brick-playground-share-result{color:gray;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#brick-playground-select-example{min-width:0}
|
|
4
|
+
.brick-playground-preview{flex:1;min-height:0;min-width:0}.brick-playground-divider{min-width:0;flex:0 0 1px;background-color:gray}.brick-playground-preview > iframe{display:block;width:100%;height:100%;margin:0;padding:0;border:0}.brick-playground-toolbar{padding:0 10px;height:32px;display:flex;align-items:center;justify-content:space-between}.brick-playground-column.yaml > [data-mode="html"]{display:none}.brick-playground-column.html > [data-mode="yaml"]{display:none}.brick-playground-toolbar-column{display:flex;gap:10px;justify-content:center;min-width:0}.shrink{flex:initial}.brick-playground-toolbar-column:last-child{justify-content:flex-end}.brick-playground-toolbar-column:first-child{justify-content:flex-start;flex-shrink:0}#brick-playground-share-result{color:gray;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#brick-playground-select-example{min-width:0}#brick-playground-button-expand,
|
|
5
|
+
.brick-playground-editor-collapsed .brick-playground-column:first-of-type,
|
|
6
|
+
.brick-playground-editor-collapsed .brick-playground-divider{display:none}.brick-playground-editor-collapsed #brick-playground-button-expand{display:inline}
|
|
5
7
|
.monaco-aria-container{position:absolute;left:-999em}
|
|
6
8
|
.monaco-editor .selection-anchor{background-color:#007ACC;width:2px!important}
|
|
7
9
|
.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-playground",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.13",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/brick-playground",
|
|
5
5
|
"license": "GPL-3.0",
|
|
6
6
|
"repository": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
|
41
41
|
"webpack-dev-server": "^5.0.4"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e9b122dbaf6f9e1e82de67785b5ae55601f8354f"
|
|
44
44
|
}
|
|
File without changes
|