@react-spectrum/dialog 3.0.0-nightly.1237 → 3.0.0-nightly.1238

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 (1) hide show
  1. package/package.json +24 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/dialog",
3
- "version": "3.0.0-nightly.1237+115968642",
3
+ "version": "3.0.0-nightly.1238+a09b078f5",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,30 +32,30 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@react-aria/dialog": "3.0.0-nightly.1237+115968642",
36
- "@react-aria/focus": "3.0.0-nightly.1237+115968642",
37
- "@react-aria/i18n": "3.0.0-nightly.1237+115968642",
38
- "@react-aria/interactions": "3.0.0-nightly.1237+115968642",
39
- "@react-aria/overlays": "3.0.0-nightly.1237+115968642",
40
- "@react-aria/utils": "3.0.0-nightly.1237+115968642",
41
- "@react-spectrum/button": "3.0.0-nightly.1237+115968642",
42
- "@react-spectrum/buttongroup": "3.2.3-nightly.2922+115968642",
43
- "@react-spectrum/divider": "3.0.0-nightly.1237+115968642",
44
- "@react-spectrum/layout": "3.2.2-nightly.2922+115968642",
45
- "@react-spectrum/overlays": "3.0.0-nightly.1237+115968642",
46
- "@react-spectrum/text": "3.1.4-nightly.2922+115968642",
47
- "@react-spectrum/utils": "3.0.0-nightly.1237+115968642",
48
- "@react-spectrum/view": "3.0.0-nightly.1237+115968642",
49
- "@react-stately/overlays": "3.1.4-nightly.2922+115968642",
50
- "@react-stately/utils": "3.0.0-nightly.1237+115968642",
51
- "@react-types/button": "3.4.2-nightly.2922+115968642",
52
- "@react-types/dialog": "3.3.2-nightly.2922+115968642",
53
- "@react-types/shared": "3.0.0-nightly.1237+115968642",
54
- "@spectrum-icons/ui": "3.0.0-nightly.1237+115968642"
35
+ "@react-aria/dialog": "3.0.0-nightly.1238+a09b078f5",
36
+ "@react-aria/focus": "3.0.0-nightly.1238+a09b078f5",
37
+ "@react-aria/i18n": "3.0.0-nightly.1238+a09b078f5",
38
+ "@react-aria/interactions": "3.0.0-nightly.1238+a09b078f5",
39
+ "@react-aria/overlays": "3.0.0-nightly.1238+a09b078f5",
40
+ "@react-aria/utils": "3.0.0-nightly.1238+a09b078f5",
41
+ "@react-spectrum/button": "3.0.0-nightly.1238+a09b078f5",
42
+ "@react-spectrum/buttongroup": "3.2.3-nightly.2923+a09b078f5",
43
+ "@react-spectrum/divider": "3.0.0-nightly.1238+a09b078f5",
44
+ "@react-spectrum/layout": "3.2.2-nightly.2923+a09b078f5",
45
+ "@react-spectrum/overlays": "3.0.0-nightly.1238+a09b078f5",
46
+ "@react-spectrum/text": "3.1.4-nightly.2923+a09b078f5",
47
+ "@react-spectrum/utils": "3.0.0-nightly.1238+a09b078f5",
48
+ "@react-spectrum/view": "3.0.0-nightly.1238+a09b078f5",
49
+ "@react-stately/overlays": "3.1.4-nightly.2923+a09b078f5",
50
+ "@react-stately/utils": "3.0.0-nightly.1238+a09b078f5",
51
+ "@react-types/button": "3.4.2-nightly.2923+a09b078f5",
52
+ "@react-types/dialog": "3.3.2-nightly.2923+a09b078f5",
53
+ "@react-types/shared": "3.0.0-nightly.1238+a09b078f5",
54
+ "@spectrum-icons/ui": "3.0.0-nightly.1238+a09b078f5"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1237+115968642",
58
- "@react-spectrum/test-utils": "3.0.0-nightly.1237+115968642"
57
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1238+a09b078f5",
58
+ "@react-spectrum/test-utils": "3.0.0-nightly.1238+a09b078f5"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "@react-spectrum/provider": "^3.0.0",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "11596864232ede67642f304e175a678eafcbb176"
68
+ "gitHead": "a09b078f5728729a28359efaedc0c8dce63f3ece"
69
69
  }