@wp-playground/components 3.0.46 → 3.0.51
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/index.js +3 -3
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { ViewPlugin as ir, lineNumbers as sr, highlightActiveLineGutter as lr, h
|
|
|
9
9
|
import { history as pr, historyKeymap as hr, defaultKeymap as wr, indentWithTab as vr } from "@codemirror/commands";
|
|
10
10
|
import { highlightSelectionMatches as gr, searchKeymap as Er } from "@codemirror/search";
|
|
11
11
|
import { closeBrackets as yr, autocompletion as _r, closeBracketsKeymap as br, completionKeymap as Cr } from "@codemirror/autocomplete";
|
|
12
|
-
import { foldGutter as xr, syntaxHighlighting as Rr,
|
|
12
|
+
import { foldGutter as xr, syntaxHighlighting as Rr, defaultHighlightStyle as Tr, indentOnInput as Pr, bracketMatching as kr, foldKeymap as Sr } from "@codemirror/language";
|
|
13
13
|
import { php as tt } from "@codemirror/lang-php";
|
|
14
14
|
import { FilePickerTree as Nr, BinaryFilePreview as Dr } from "@wp-playground/components";
|
|
15
15
|
import { logger as dt } from "@php-wasm/logger";
|
|
@@ -2041,9 +2041,9 @@ const vn = ir.define(
|
|
|
2041
2041
|
P.current.of(
|
|
2042
2042
|
Qe.editable.of(!k)
|
|
2043
2043
|
),
|
|
2044
|
-
Rr(
|
|
2045
|
-
Tr(),
|
|
2044
|
+
Rr(Tr),
|
|
2046
2045
|
Pr(),
|
|
2046
|
+
kr(),
|
|
2047
2047
|
yr(),
|
|
2048
2048
|
pr(),
|
|
2049
2049
|
gr(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wp-playground/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.51",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/WordPress/wordpress-playground"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"access": "public",
|
|
26
26
|
"directory": "../../../dist/packages/playground/components"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ebc05da827807f3311ed1de8711fa74266183fab",
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=20.18.3",
|
|
31
31
|
"npm": ">=10.1.0"
|