@scalar/use-codemirror 0.7.6 → 0.7.7

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.7.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 1cbcabd7: lots of amazing fixes from when we missed last patch
8
+
3
9
  ## 0.7.6
4
10
 
5
11
  ### Patch Changes
package/dist/style.css CHANGED
@@ -10,11 +10,6 @@
10
10
  display: flex;
11
11
  align-items: stretch;
12
12
  }
13
- @media screen and (max-width: 720px) {
14
- .scalar-api-client__codemirror__wrapper {
15
- width: calc(100% - 50px);
16
- }
17
- }
18
13
  .scalar-api-client__codemirror {
19
14
  flex-grow: 1;
20
15
  max-width: 100%;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scalar/use-codemirror",
3
3
  "description": "CodeMirror for Vue",
4
- "version": "0.7.6",
4
+ "version": "0.7.7",
5
5
  "author": "Scalar (https://github.com/scalar)",
6
6
  "bugs": "https://github.com/scalar/scalar/issues/new",
7
7
  "dependencies": {
@@ -74,6 +74,6 @@
74
74
  "preview": "vite preview",
75
75
  "test": "vitest",
76
76
  "types:build": "vue-tsc -p tsconfig.build.json",
77
- "types:check": "vue-tsc --noEmit --skipLibCheck"
77
+ "types:check": "vue-tsc --noEmit --skipLibCheck --composite false"
78
78
  }
79
79
  }