@react-spectrum/listbox 3.12.2-nightly.4250 → 3.12.2-nightly.4256
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/dist/import.mjs +134 -173
- package/dist/main.js +132 -171
- package/dist/main.js.map +1 -1
- package/dist/module.js +134 -173
- package/dist/module.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/listbox",
|
|
3
|
-
"version": "3.12.2-nightly.
|
|
3
|
+
"version": "3.12.2-nightly.4256+4dede01e2",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,28 +36,28 @@
|
|
|
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/listbox": "3.11.2-nightly.
|
|
43
|
-
"@react-aria/separator": "3.0.0-nightly.
|
|
44
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
45
|
-
"@react-aria/virtualizer": "3.9.5-nightly.
|
|
46
|
-
"@react-spectrum/layout": "3.5.8-nightly.
|
|
47
|
-
"@react-spectrum/progress": "3.0.0-nightly.
|
|
48
|
-
"@react-spectrum/text": "3.4.8-nightly.
|
|
49
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
50
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
51
|
-
"@react-stately/layout": "3.13.4-nightly.
|
|
52
|
-
"@react-stately/list": "3.10.1-nightly.
|
|
53
|
-
"@react-stately/virtualizer": "3.6.5-nightly.
|
|
54
|
-
"@react-types/listbox": "3.4.6-nightly.
|
|
55
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
56
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/focus": "3.0.0-nightly.2545+4dede01e2",
|
|
40
|
+
"@react-aria/i18n": "3.0.0-nightly.2545+4dede01e2",
|
|
41
|
+
"@react-aria/interactions": "3.0.0-nightly.2545+4dede01e2",
|
|
42
|
+
"@react-aria/listbox": "3.11.2-nightly.4256+4dede01e2",
|
|
43
|
+
"@react-aria/separator": "3.0.0-nightly.2545+4dede01e2",
|
|
44
|
+
"@react-aria/utils": "3.0.0-nightly.2545+4dede01e2",
|
|
45
|
+
"@react-aria/virtualizer": "3.9.5-nightly.4256+4dede01e2",
|
|
46
|
+
"@react-spectrum/layout": "3.5.8-nightly.4256+4dede01e2",
|
|
47
|
+
"@react-spectrum/progress": "3.0.0-nightly.2545+4dede01e2",
|
|
48
|
+
"@react-spectrum/text": "3.4.8-nightly.4256+4dede01e2",
|
|
49
|
+
"@react-spectrum/utils": "3.0.0-nightly.2545+4dede01e2",
|
|
50
|
+
"@react-stately/collections": "3.0.0-nightly.2545+4dede01e2",
|
|
51
|
+
"@react-stately/layout": "3.13.4-nightly.4256+4dede01e2",
|
|
52
|
+
"@react-stately/list": "3.10.1-nightly.4256+4dede01e2",
|
|
53
|
+
"@react-stately/virtualizer": "3.6.5-nightly.4256+4dede01e2",
|
|
54
|
+
"@react-types/listbox": "3.4.6-nightly.4256+4dede01e2",
|
|
55
|
+
"@react-types/shared": "3.0.0-nightly.2545+4dede01e2",
|
|
56
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2545+4dede01e2",
|
|
57
57
|
"@swc/helpers": "^0.5.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
60
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2545+4dede01e2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@react-spectrum/provider": "^3.2.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "4dede01e242937311970bd495319a89bb48e33a5"
|
|
71
71
|
}
|