@scalar/use-codemirror 0.11.65 → 0.11.68

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,29 @@
1
1
  # @scalar/use-codemirror
2
2
 
3
+ ## 0.11.68
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [69da9e0]
8
+ - Updated dependencies [f500435]
9
+ - @scalar/components@0.13.23
10
+
11
+ ## 0.11.67
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [abc40ce]
16
+ - @scalar/components@0.13.22
17
+
18
+ ## 0.11.66
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [9f2ec32]
23
+ - Updated dependencies [9f2ec32]
24
+ - Updated dependencies [28f23d9]
25
+ - @scalar/components@0.13.21
26
+
3
27
  ## 0.11.65
4
28
 
5
29
  ### Patch Changes
@@ -230,7 +230,7 @@ function getCodeMirrorExtensions({ onChange, onBlur, onFocus, provider, language
230
230
  icon.classList.add('cm-foldMarker');
231
231
  const vnode = h(ScalarIcon, {
232
232
  icon: open ? 'ChevronDown' : 'ChevronRight',
233
- size: 'xs',
233
+ size: 'md',
234
234
  });
235
235
  render(vnode, icon);
236
236
  return icon;
@@ -247,7 +247,7 @@ function getCodeMirrorExtensions({ onChange, onBlur, onFocus, provider, language
247
247
  icon.classList.add('cm-foldMarker');
248
248
  const vnode = h(ScalarIcon, {
249
249
  icon: open ? 'ChevronDown' : 'ChevronRight',
250
- size: 'xs',
250
+ size: 'md',
251
251
  });
252
252
  render(vnode, icon);
253
253
  return icon;
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "vue",
17
17
  "vue3"
18
18
  ],
19
- "version": "0.11.65",
19
+ "version": "0.11.68",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -63,7 +63,7 @@
63
63
  "codemirror": "^6.0.0",
64
64
  "style-mod": "^4.1.2",
65
65
  "vue": "^3.5.12",
66
- "@scalar/components": "0.13.20"
66
+ "@scalar/components": "0.13.23"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@vitejs/plugin-vue": "^5.0.4",
@@ -71,8 +71,8 @@
71
71
  "vite": "^5.4.10",
72
72
  "vitest": "^1.6.0",
73
73
  "vue": "^3.5.12",
74
- "@scalar/themes": "0.9.64",
75
- "@scalar/build-tooling": "0.1.12"
74
+ "@scalar/build-tooling": "0.1.12",
75
+ "@scalar/themes": "0.9.66"
76
76
  },
77
77
  "scripts": {
78
78
  "build": "scalar-build-rollup",