@wp-playground/components 3.0.46 → 3.0.52

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. 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, indentOnInput as Tr, bracketMatching as Pr, defaultHighlightStyle as kr, foldKeymap as Sr } from "@codemirror/language";
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(kr),
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.46",
3
+ "version": "3.0.52",
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": "845cbc01dba047db8bf0b4ae2670b924e3517087",
28
+ "gitHead": "fd79b4d41ec8858ecacde7a814818fac95c40246",
29
29
  "engines": {
30
30
  "node": ">=20.18.3",
31
31
  "npm": ">=10.1.0"