@react-spectrum/actiongroup 3.8.4-nightly.3921 → 3.8.4-nightly.3940
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/actiongroup",
|
|
3
|
-
"version": "3.8.4-nightly.
|
|
3
|
+
"version": "3.8.4-nightly.3940+b1545c0d2",
|
|
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/actiongroup": "3.5.4-nightly.
|
|
40
|
-
"@react-aria/button": "3.0.0-nightly.
|
|
41
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
43
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
44
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
45
|
-
"@react-spectrum/button": "3.0.0-nightly.
|
|
46
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
|
47
|
-
"@react-spectrum/menu": "3.11.2-nightly.
|
|
48
|
-
"@react-spectrum/text": "3.4.3-nightly.
|
|
49
|
-
"@react-spectrum/tooltip": "3.0.0-nightly.
|
|
50
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
51
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
52
|
-
"@react-stately/list": "3.8.2-nightly.
|
|
53
|
-
"@react-types/actiongroup": "3.4.3-nightly.
|
|
54
|
-
"@react-types/button": "3.7.4-nightly.
|
|
55
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
56
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
57
|
-
"@spectrum-icons/workflow": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/actiongroup": "3.5.4-nightly.3940+b1545c0d2",
|
|
40
|
+
"@react-aria/button": "3.0.0-nightly.2238+b1545c0d2",
|
|
41
|
+
"@react-aria/focus": "3.0.0-nightly.2238+b1545c0d2",
|
|
42
|
+
"@react-aria/interactions": "3.0.0-nightly.2238+b1545c0d2",
|
|
43
|
+
"@react-aria/selection": "3.0.0-nightly.2238+b1545c0d2",
|
|
44
|
+
"@react-aria/utils": "3.0.0-nightly.2238+b1545c0d2",
|
|
45
|
+
"@react-spectrum/button": "3.0.0-nightly.2238+b1545c0d2",
|
|
46
|
+
"@react-spectrum/form": "3.0.0-nightly.2238+b1545c0d2",
|
|
47
|
+
"@react-spectrum/menu": "3.11.2-nightly.3940+b1545c0d2",
|
|
48
|
+
"@react-spectrum/text": "3.4.3-nightly.3940+b1545c0d2",
|
|
49
|
+
"@react-spectrum/tooltip": "3.0.0-nightly.2238+b1545c0d2",
|
|
50
|
+
"@react-spectrum/utils": "3.0.0-nightly.2238+b1545c0d2",
|
|
51
|
+
"@react-stately/collections": "3.0.0-nightly.2238+b1545c0d2",
|
|
52
|
+
"@react-stately/list": "3.8.2-nightly.3940+b1545c0d2",
|
|
53
|
+
"@react-types/actiongroup": "3.4.3-nightly.3940+b1545c0d2",
|
|
54
|
+
"@react-types/button": "3.7.4-nightly.3940+b1545c0d2",
|
|
55
|
+
"@react-types/shared": "3.0.0-nightly.2238+b1545c0d2",
|
|
56
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2238+b1545c0d2",
|
|
57
|
+
"@spectrum-icons/workflow": "3.0.0-nightly.2238+b1545c0d2",
|
|
58
58
|
"@swc/helpers": "^0.4.14"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
61
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2238+b1545c0d2"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@react-spectrum/provider": "^3.2.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "b1545c0d225b12672fb6a4e7b787268591d66b90"
|
|
72
72
|
}
|