@scalar/use-codemirror 0.10.3 → 0.10.4

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scalar/use-codemirror
2
2
 
3
+ ## 0.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - a13f853: feat: update api client ui
8
+
3
9
  ## 0.10.3
4
10
 
5
11
  ### Patch Changes
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-74ed365a"]]);
23457
+ const CodeMirror = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d760fe79"]]);
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-74ed365a] {
2
+ .codemirror-container[data-v-d760fe79] {
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-74ed365a] {
10
+ .copy-to-clipboard-button[data-v-d760fe79] {
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;
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "vue",
17
17
  "vue3"
18
18
  ],
19
- "version": "0.10.3",
19
+ "version": "0.10.4",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },