@raycast/api 1.37.0 → 1.37.1

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/api.d.ts CHANGED
@@ -3434,6 +3434,7 @@ export declare interface FormProps extends Form.Props {
3434
3434
  declare interface FormProps_2 extends ActionsInterface, NavigationChildInterface {
3435
3435
  /**
3436
3436
  * Defines whether the Form.Items values will be preserved when user exits the screen.
3437
+ * @remarks Keep in mind that drafts for forms nested in navigation is not supported yet. In the case you will see a warning about it.
3437
3438
  * @defaultValue `false`
3438
3439
  */
3439
3440
  enableDrafts?: boolean;
package/bin/arm64/ray CHANGED
Binary file
package/bin/x86/ray CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raycast/api",
3
- "version": "1.37.0",
3
+ "version": "1.37.1",
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
@@ -3434,6 +3434,7 @@ export declare interface FormProps extends Form.Props {
3434
3434
  declare interface FormProps_2 extends ActionsInterface, NavigationChildInterface {
3435
3435
  /**
3436
3436
  * Defines whether the Form.Items values will be preserved when user exits the screen.
3437
+ * @remarks Keep in mind that drafts for forms nested in navigation is not supported yet. In the case you will see a warning about it.
3437
3438
  * @defaultValue `false`
3438
3439
  */
3439
3440
  enableDrafts?: boolean;