@react-types/dialog 3.3.4-nightly.3125 → 3.3.4-nightly.3142

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 +4 -4
  2. package/src/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-types/dialog",
3
- "version": "3.3.4-nightly.3125+bdaaa7ffa",
3
+ "version": "3.3.4-nightly.3142+51ff50c6f",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "types": "src/index.d.ts",
@@ -9,8 +9,8 @@
9
9
  "url": "https://github.com/adobe/react-spectrum"
10
10
  },
11
11
  "dependencies": {
12
- "@react-types/overlays": "3.5.4-nightly.3125+bdaaa7ffa",
13
- "@react-types/shared": "3.0.0-nightly.1429+bdaaa7ffa"
12
+ "@react-types/overlays": "3.5.4-nightly.3142+51ff50c6f",
13
+ "@react-types/shared": "3.0.0-nightly.1446+51ff50c6f"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "react": "^16.8.0 || ^17.0.0-rc.1"
@@ -18,5 +18,5 @@
18
18
  "publishConfig": {
19
19
  "access": "public"
20
20
  },
21
- "gitHead": "bdaaa7ffabd6c728f8e9798c3599afabb56d4668"
21
+ "gitHead": "51ff50c6fed6df76c22467622b17b2af2d9380e0"
22
22
  }
package/src/index.d.ts CHANGED
@@ -74,7 +74,7 @@ export interface SpectrumDialogProps extends AriaDialogProps, StyleProps {
74
74
  }
75
75
 
76
76
  export interface SpectrumAlertDialogProps extends DOMProps, StyleProps {
77
- /** The [visual style](https://spectrum.adobe.com/page/dialog/#Options) of the AlertDialog. */
77
+ /** The [visual style](https://spectrum.adobe.com/page/alert-dialog/#Options) of the AlertDialog. */
78
78
  variant?: 'confirmation' | 'information' | 'destructive' | 'error' | 'warning',
79
79
  /** The title of the AlertDialog. */
80
80
  title: string,