@scalar/use-codemirror 0.10.1 → 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 +18 -0
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +3 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @scalar/use-codemirror
|
|
2
2
|
|
|
3
|
+
## 0.10.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a13f853: feat: update api client ui
|
|
8
|
+
|
|
9
|
+
## 0.10.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 45dc04b: fix: can’t release packages
|
|
14
|
+
|
|
15
|
+
## 0.10.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 05e2e27: chore: add provenance statement
|
|
20
|
+
|
|
3
21
|
## 0.10.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@scalar/use-codemirror)
|
|
4
4
|
[](https://www.npmjs.com/package/@scalar/use-codemirror)
|
|
5
5
|
[](https://www.npmjs.com/package/@scalar/use-codemirror)
|
|
6
|
-
[](https://discord.gg/
|
|
6
|
+
[](https://discord.gg/scalar)
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
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-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-
|
|
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-
|
|
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
|
@@ -5,13 +5,18 @@
|
|
|
5
5
|
"author": "Scalar (https://github.com/scalar)",
|
|
6
6
|
"homepage": "https://github.com/scalar/scalar",
|
|
7
7
|
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/scalar/scalar.git",
|
|
11
|
+
"directory": "packages/use-codemirror"
|
|
12
|
+
},
|
|
8
13
|
"keywords": [
|
|
9
14
|
"codemirror",
|
|
10
15
|
"composable",
|
|
11
16
|
"vue",
|
|
12
17
|
"vue3"
|
|
13
18
|
],
|
|
14
|
-
"version": "0.10.
|
|
19
|
+
"version": "0.10.4",
|
|
15
20
|
"engines": {
|
|
16
21
|
"node": ">=18"
|
|
17
22
|
},
|
|
@@ -25,11 +30,6 @@
|
|
|
25
30
|
"CHANGELOG.md"
|
|
26
31
|
],
|
|
27
32
|
"module": "dist/index.js",
|
|
28
|
-
"repository": {
|
|
29
|
-
"type": "git",
|
|
30
|
-
"url": "https://github.com/scalar/scalar.git",
|
|
31
|
-
"directory": "packages/use-codemirror"
|
|
32
|
-
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
34
|
"y-codemirror.next": "^0.3.2"
|
|
35
35
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
55
55
|
"@vitest/coverage-v8": "^1.5.0",
|
|
56
56
|
"tsc-alias": "^1.8.8",
|
|
57
|
-
"vite": "^5.2.
|
|
57
|
+
"vite": "^5.2.10",
|
|
58
58
|
"vitest": "^1.5.0",
|
|
59
59
|
"vue": "^3.4.21",
|
|
60
60
|
"vue-tsc": "^1.8.19",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"vue": "^3.3.0",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
66
|
+
"y-codemirror.next": "^0.3.2",
|
|
67
|
+
"yjs": "^13.6.0"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",
|