@react-spectrum/picker 3.11.2-nightly.4096 → 3.11.2-nightly.4100
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/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/picker",
|
|
3
|
-
"version": "3.11.2-nightly.
|
|
3
|
+
"version": "3.11.2-nightly.4100+d4d21a7dd",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,29 +36,29 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
40
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
41
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
43
|
-
"@react-aria/select": "3.12.1-nightly.
|
|
44
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
45
|
-
"@react-spectrum/button": "3.0.0-nightly.
|
|
46
|
-
"@react-spectrum/label": "3.13.2-nightly.
|
|
47
|
-
"@react-spectrum/listbox": "3.11.2-nightly.
|
|
48
|
-
"@react-spectrum/overlays": "3.0.0-nightly.
|
|
49
|
-
"@react-spectrum/progress": "3.0.0-nightly.
|
|
50
|
-
"@react-spectrum/text": "3.4.5-nightly.
|
|
51
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
52
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
53
|
-
"@react-stately/select": "3.5.4-nightly.
|
|
54
|
-
"@react-types/overlays": "3.8.2-nightly.
|
|
55
|
-
"@react-types/select": "3.8.3-nightly.
|
|
56
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
57
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/focus": "3.0.0-nightly.2394+d4d21a7dd",
|
|
40
|
+
"@react-aria/i18n": "3.0.0-nightly.2394+d4d21a7dd",
|
|
41
|
+
"@react-aria/interactions": "3.0.0-nightly.2394+d4d21a7dd",
|
|
42
|
+
"@react-aria/overlays": "3.0.0-nightly.2394+d4d21a7dd",
|
|
43
|
+
"@react-aria/select": "3.12.1-nightly.4100+d4d21a7dd",
|
|
44
|
+
"@react-aria/utils": "3.0.0-nightly.2394+d4d21a7dd",
|
|
45
|
+
"@react-spectrum/button": "3.0.0-nightly.2394+d4d21a7dd",
|
|
46
|
+
"@react-spectrum/label": "3.13.2-nightly.4100+d4d21a7dd",
|
|
47
|
+
"@react-spectrum/listbox": "3.11.2-nightly.4100+d4d21a7dd",
|
|
48
|
+
"@react-spectrum/overlays": "3.0.0-nightly.2394+d4d21a7dd",
|
|
49
|
+
"@react-spectrum/progress": "3.0.0-nightly.2394+d4d21a7dd",
|
|
50
|
+
"@react-spectrum/text": "3.4.5-nightly.4100+d4d21a7dd",
|
|
51
|
+
"@react-spectrum/utils": "3.0.0-nightly.2394+d4d21a7dd",
|
|
52
|
+
"@react-stately/collections": "3.0.0-nightly.2394+d4d21a7dd",
|
|
53
|
+
"@react-stately/select": "3.5.4-nightly.4100+d4d21a7dd",
|
|
54
|
+
"@react-types/overlays": "3.8.2-nightly.4100+d4d21a7dd",
|
|
55
|
+
"@react-types/select": "3.8.3-nightly.4100+d4d21a7dd",
|
|
56
|
+
"@react-types/shared": "3.0.0-nightly.2394+d4d21a7dd",
|
|
57
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2394+d4d21a7dd",
|
|
58
58
|
"@swc/helpers": "^0.5.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
61
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2394+d4d21a7dd"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@react-spectrum/provider": "^3.1.4",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "d4d21a7dd77122cfa51f202c82facfa47ab7d5c2"
|
|
72
72
|
}
|