@wordpress/commands 1.49.1 → 1.50.1-next.v.202607070741.0

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.50.0 (2026-07-01)
6
+
5
7
  ## 1.49.0 (2026-06-24)
6
8
 
7
9
  ## 1.48.1 (2026-06-16)
@@ -67,6 +67,12 @@
67
67
  /**
68
68
  * Focus styles.
69
69
  */
70
+ /**
71
+ * Standard focus rings for the WordPress Design System.
72
+ *
73
+ * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site,
74
+ * e.g. `&:focus { @include outset-ring__focus(); }`.
75
+ */
70
76
  /**
71
77
  * Applies editor left position to the selector passed as argument
72
78
  */
@@ -67,6 +67,12 @@
67
67
  /**
68
68
  * Focus styles.
69
69
  */
70
+ /**
71
+ * Standard focus rings for the WordPress Design System.
72
+ *
73
+ * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site,
74
+ * e.g. `&:focus { @include outset-ring__focus(); }`.
75
+ */
70
76
  /**
71
77
  * Applies editor left position to the selector passed as argument
72
78
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.49.1",
3
+ "version": "1.50.1-next.v.202607070741.0+a51d59513",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -43,16 +43,16 @@
43
43
  },
44
44
  "wpScript": true,
45
45
  "dependencies": {
46
- "@wordpress/base-styles": "^10.1.0",
47
- "@wordpress/components": "^36.0.1",
48
- "@wordpress/data": "^10.49.0",
49
- "@wordpress/element": "^8.1.0",
50
- "@wordpress/i18n": "^6.22.0",
51
- "@wordpress/icons": "^15.0.0",
52
- "@wordpress/keyboard-shortcuts": "^5.49.0",
53
- "@wordpress/preferences": "^4.49.1",
54
- "@wordpress/private-apis": "^1.49.0",
55
- "@wordpress/warning": "^3.49.0",
46
+ "@wordpress/base-styles": "^10.3.1-next.v.202607070741.0+a51d59513",
47
+ "@wordpress/components": "^37.0.1-next.v.202607070741.0+a51d59513",
48
+ "@wordpress/data": "^10.50.1-next.v.202607070741.0+a51d59513",
49
+ "@wordpress/element": "^8.2.1-next.v.202607070741.0+a51d59513",
50
+ "@wordpress/i18n": "^6.23.1-next.v.202607070741.0+a51d59513",
51
+ "@wordpress/icons": "^15.1.1-next.v.202607070741.0+a51d59513",
52
+ "@wordpress/keyboard-shortcuts": "^5.50.1-next.v.202607070741.0+a51d59513",
53
+ "@wordpress/preferences": "^4.50.1-next.v.202607070741.0+a51d59513",
54
+ "@wordpress/private-apis": "^1.50.1-next.v.202607070741.0+a51d59513",
55
+ "@wordpress/warning": "^3.50.1-next.v.202607070741.0+a51d59513",
56
56
  "clsx": "^2.1.1",
57
57
  "cmdk": "^1.0.0"
58
58
  },
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "9a75283890dda96ae1d37197b5070fae8c9cf66f"
66
+ "gitHead": "f637726e370c8b23695ed9af82adbe171ad235d8"
67
67
  }