@adobe/react-spectrum 3.14.1 → 3.15.0
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-spectrum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"url": "https://github.com/adobe/react-spectrum"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@react-aria/i18n": "^3.3.
|
|
22
|
+
"@react-aria/i18n": "^3.3.3",
|
|
23
23
|
"@react-aria/ssr": "^3.1.0",
|
|
24
24
|
"@react-aria/visually-hidden": "^3.2.3",
|
|
25
|
-
"@react-spectrum/actiongroup": "^3.3.
|
|
26
|
-
"@react-spectrum/breadcrumbs": "^3.2.
|
|
25
|
+
"@react-spectrum/actiongroup": "^3.3.1",
|
|
26
|
+
"@react-spectrum/breadcrumbs": "^3.2.4",
|
|
27
27
|
"@react-spectrum/button": "^3.6.0",
|
|
28
|
-
"@react-spectrum/buttongroup": "^3.2.
|
|
28
|
+
"@react-spectrum/buttongroup": "^3.2.3",
|
|
29
29
|
"@react-spectrum/checkbox": "^3.2.4",
|
|
30
|
-
"@react-spectrum/combobox": "^3.
|
|
30
|
+
"@react-spectrum/combobox": "^3.2.0",
|
|
31
31
|
"@react-spectrum/dialog": "^3.3.4",
|
|
32
32
|
"@react-spectrum/divider": "^3.1.3",
|
|
33
|
-
"@react-spectrum/form": "^3.2.
|
|
33
|
+
"@react-spectrum/form": "^3.2.4",
|
|
34
34
|
"@react-spectrum/icon": "^3.3.2",
|
|
35
35
|
"@react-spectrum/illustratedmessage": "^3.1.4",
|
|
36
36
|
"@react-spectrum/image": "^3.1.4",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
"@react-spectrum/listbox": "^3.5.3",
|
|
40
40
|
"@react-spectrum/menu": "^3.5.1",
|
|
41
41
|
"@react-spectrum/meter": "^3.1.3",
|
|
42
|
-
"@react-spectrum/numberfield": "^3.1.
|
|
42
|
+
"@react-spectrum/numberfield": "^3.1.1",
|
|
43
43
|
"@react-spectrum/overlays": "^3.4.4",
|
|
44
|
-
"@react-spectrum/picker": "^3.
|
|
44
|
+
"@react-spectrum/picker": "^3.5.0",
|
|
45
45
|
"@react-spectrum/progress": "^3.1.3",
|
|
46
46
|
"@react-spectrum/provider": "^3.2.2",
|
|
47
|
-
"@react-spectrum/radio": "^3.1.
|
|
48
|
-
"@react-spectrum/searchfield": "^3.2.
|
|
47
|
+
"@react-spectrum/radio": "^3.1.5",
|
|
48
|
+
"@react-spectrum/searchfield": "^3.2.1",
|
|
49
49
|
"@react-spectrum/slider": "^3.0.4",
|
|
50
50
|
"@react-spectrum/statuslight": "^3.2.2",
|
|
51
51
|
"@react-spectrum/switch": "^3.1.3",
|
|
52
|
-
"@react-spectrum/table": "^3.0
|
|
53
|
-
"@react-spectrum/tabs": "^3.0
|
|
52
|
+
"@react-spectrum/table": "^3.1.0",
|
|
53
|
+
"@react-spectrum/tabs": "^3.1.0",
|
|
54
54
|
"@react-spectrum/text": "^3.1.3",
|
|
55
|
-
"@react-spectrum/textfield": "^3.
|
|
55
|
+
"@react-spectrum/textfield": "^3.3.0",
|
|
56
56
|
"@react-spectrum/theme-dark": "^3.2.3",
|
|
57
57
|
"@react-spectrum/theme-default": "^3.2.3",
|
|
58
58
|
"@react-spectrum/theme-light": "^3.1.3",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@react-spectrum/view": "^3.1.3",
|
|
61
61
|
"@react-spectrum/well": "^3.1.3",
|
|
62
62
|
"@react-stately/collections": "^3.3.4",
|
|
63
|
-
"@react-stately/data": "^3.4.
|
|
63
|
+
"@react-stately/data": "^3.4.3"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"react": "^16.8.0 || ^17.0.0-rc.1",
|
|
70
70
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "896eabe5521a0349a675c4773ed7629addd4b8c4"
|
|
73
73
|
}
|