@raycast/api 1.62.2 → 1.63.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raycast/api",
3
- "version": "1.62.2",
3
+ "version": "1.63.0",
4
4
  "description": "Build extensions for Raycast with React and Node.js.",
5
5
  "author": "Raycast Technologies Ltd.",
6
6
  "homepage": "https://developers.raycast.com",
package/types/index.d.ts CHANGED
@@ -5446,6 +5446,9 @@ declare interface ItemProps_3 {
5446
5446
  * A {@link MenuBarExtra.Item} to be displayed when a user presses the ⌥ (opt) key.
5447
5447
  *
5448
5448
  * @remarks
5449
+ * Only available in maCOS Sonoma and later.
5450
+ *
5451
+ * @remarks
5449
5452
  * When used as an `alternate`, a {@link MenuBarExtra.Item} cannot specify its own shortcut shortcut. Instead, its
5450
5453
  * shortcut will automatically be set to whatever its parent's shortcut is, plus the ⌥ (opt) modifier.
5451
5454
  * Conversely, a {@link MenuBarExtra.Item} that provides an alternate cannot use ⌥ (opt) as a modifier. If it does,