@next-core/brick-playground 1.12.2 → 1.13.1
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.e71c4b5e.js → main.774f5843.js} +3 -3
- package/dist/{main.e71c4b5e.js.map → main.774f5843.js.map} +1 -1
- package/dist/{main.48b1a27e.css → main.935ffa30.css} +1 -1
- package/dist/preview/{core.bad69799.js → core.0a6fb301.js} +1 -1
- package/dist/preview/core.0a6fb301.js.map +1 -0
- package/dist/preview/index.html +1 -1
- package/dist/preview/{main.0d095f54.js → main.a24c2d92.js} +1 -1
- package/dist/preview/{main.0d095f54.js.map → main.a24c2d92.js.map} +1 -1
- package/package.json +3 -3
- package/dist/preview/core.bad69799.js.map +0 -1
- /package/dist/{main.e71c4b5e.js.LICENSE.txt → main.774f5843.js.LICENSE.txt} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
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{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}
|
|
5
5
|
.monaco-aria-container{position:absolute;left:-999em}
|
|
6
6
|
.monaco-editor .selection-anchor{background-color:#007ACC;width:2px!important}
|
|
7
7
|
.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}
|