@scalar/use-codemirror 0.10.3 → 0.10.5
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/CHANGELOG.md +12 -0
- package/dist/index.js +1 -1
- package/dist/style.css +3 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -23454,7 +23454,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
23454
23454
|
}
|
|
23455
23455
|
return target;
|
|
23456
23456
|
};
|
|
23457
|
-
const CodeMirror = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
23457
|
+
const CodeMirror = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-067a1dab"]]);
|
|
23458
23458
|
export {
|
|
23459
23459
|
CodeMirror,
|
|
23460
23460
|
colorPicker,
|
package/dist/style.css
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
.codemirror-container[data-v-
|
|
2
|
+
.codemirror-container[data-v-067a1dab] {
|
|
3
3
|
width: 100%;
|
|
4
4
|
height: 100%;
|
|
5
|
-
padding-top: 4px;
|
|
6
5
|
min-height: 76px;
|
|
7
|
-
background: var(--scalar-background-2);
|
|
8
6
|
color: var(--scalar-color-1);
|
|
9
7
|
display: flex;
|
|
10
8
|
align-items: stretch;
|
|
11
9
|
}
|
|
12
|
-
.copy-to-clipboard-button[data-v-
|
|
10
|
+
.copy-to-clipboard-button[data-v-067a1dab] {
|
|
13
11
|
background: red;
|
|
14
12
|
}
|
|
15
13
|
|
|
@@ -20,6 +18,7 @@
|
|
|
20
18
|
font-size: var(--scalar-small);
|
|
21
19
|
/* Don't scale wide text on mobile because we let it scroll */
|
|
22
20
|
-webkit-text-size-adjust: 100%;
|
|
21
|
+
background: transparent;
|
|
23
22
|
}
|
|
24
23
|
.cm-focused {
|
|
25
24
|
outline: none !important;
|