@adobe/react-spectrum 3.31.1 → 3.32.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/dist/types.d.ts +1 -1
- package/package.json +57 -57
package/dist/types.d.ts
CHANGED
|
@@ -111,4 +111,4 @@ export type {VisuallyHiddenAria, VisuallyHiddenProps} from '@react-aria/visually
|
|
|
111
111
|
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, Locale, LocalizedStrings} from '@react-aria/i18n';
|
|
112
112
|
export type {SSRProviderProps} from '@react-aria/ssr';
|
|
113
113
|
export type {DirectoryDropItem, DragAndDropHooks, DragAndDropOptions, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionStartEvent, DragPreviewRenderer, DragTypes, DropItem, DropOperation, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionMoveEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, DropPosition, DropTarget, FileDropItem, ItemDropTarget, RootDropTarget, TextDropItem} from '@react-spectrum/dnd';
|
|
114
|
-
export type {Selection} from '@react-types/shared';
|
|
114
|
+
export type {Key, Selection} from '@react-types/shared';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-spectrum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -24,61 +24,61 @@
|
|
|
24
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@react-aria/i18n": "^3.
|
|
28
|
-
"@react-aria/ssr": "^3.
|
|
29
|
-
"@react-aria/utils": "^3.
|
|
30
|
-
"@react-aria/visually-hidden": "^3.8.
|
|
31
|
-
"@react-spectrum/actionbar": "^3.
|
|
32
|
-
"@react-spectrum/actiongroup": "^3.
|
|
33
|
-
"@react-spectrum/avatar": "^3.0.
|
|
34
|
-
"@react-spectrum/badge": "^3.1.
|
|
35
|
-
"@react-spectrum/breadcrumbs": "^3.9.
|
|
36
|
-
"@react-spectrum/button": "^3.
|
|
37
|
-
"@react-spectrum/buttongroup": "^3.6.
|
|
38
|
-
"@react-spectrum/calendar": "^3.4.
|
|
39
|
-
"@react-spectrum/checkbox": "^3.
|
|
40
|
-
"@react-spectrum/combobox": "^3.
|
|
41
|
-
"@react-spectrum/contextualhelp": "^3.6.
|
|
42
|
-
"@react-spectrum/datepicker": "^3.
|
|
43
|
-
"@react-spectrum/dialog": "^3.8.
|
|
44
|
-
"@react-spectrum/divider": "^3.5.
|
|
45
|
-
"@react-spectrum/dnd": "^3.3.
|
|
46
|
-
"@react-spectrum/form": "^3.
|
|
47
|
-
"@react-spectrum/icon": "^3.7.
|
|
48
|
-
"@react-spectrum/illustratedmessage": "^3.4.
|
|
49
|
-
"@react-spectrum/image": "^3.4.
|
|
50
|
-
"@react-spectrum/inlinealert": "^3.
|
|
51
|
-
"@react-spectrum/labeledvalue": "^3.1.
|
|
52
|
-
"@react-spectrum/layout": "^3.
|
|
53
|
-
"@react-spectrum/link": "^3.6.
|
|
54
|
-
"@react-spectrum/list": "^3.7.
|
|
55
|
-
"@react-spectrum/listbox": "^3.12.
|
|
56
|
-
"@react-spectrum/menu": "^3.
|
|
57
|
-
"@react-spectrum/meter": "^3.4.
|
|
58
|
-
"@react-spectrum/numberfield": "^3.
|
|
59
|
-
"@react-spectrum/overlays": "^5.5.
|
|
60
|
-
"@react-spectrum/picker": "^3.
|
|
61
|
-
"@react-spectrum/progress": "^3.7.
|
|
62
|
-
"@react-spectrum/provider": "^3.9.
|
|
63
|
-
"@react-spectrum/radio": "^3.
|
|
64
|
-
"@react-spectrum/searchfield": "^3.
|
|
65
|
-
"@react-spectrum/slider": "^3.6.
|
|
66
|
-
"@react-spectrum/statuslight": "^3.5.
|
|
67
|
-
"@react-spectrum/switch": "^3.
|
|
68
|
-
"@react-spectrum/table": "^3.12.
|
|
69
|
-
"@react-spectrum/tabs": "^3.8.
|
|
70
|
-
"@react-spectrum/tag": "^3.
|
|
71
|
-
"@react-spectrum/text": "^3.
|
|
72
|
-
"@react-spectrum/textfield": "^3.
|
|
73
|
-
"@react-spectrum/theme-dark": "^3.5.
|
|
74
|
-
"@react-spectrum/theme-default": "^3.5.
|
|
75
|
-
"@react-spectrum/theme-light": "^3.4.
|
|
76
|
-
"@react-spectrum/tooltip": "^3.6.
|
|
77
|
-
"@react-spectrum/view": "^3.6.
|
|
78
|
-
"@react-spectrum/well": "^3.4.
|
|
79
|
-
"@react-stately/collections": "^3.10.
|
|
80
|
-
"@react-stately/data": "^3.
|
|
81
|
-
"@react-types/shared": "^3.
|
|
27
|
+
"@react-aria/i18n": "^3.9.0",
|
|
28
|
+
"@react-aria/ssr": "^3.9.0",
|
|
29
|
+
"@react-aria/utils": "^3.22.0",
|
|
30
|
+
"@react-aria/visually-hidden": "^3.8.7",
|
|
31
|
+
"@react-spectrum/actionbar": "^3.4.0",
|
|
32
|
+
"@react-spectrum/actiongroup": "^3.10.0",
|
|
33
|
+
"@react-spectrum/avatar": "^3.0.7",
|
|
34
|
+
"@react-spectrum/badge": "^3.1.8",
|
|
35
|
+
"@react-spectrum/breadcrumbs": "^3.9.2",
|
|
36
|
+
"@react-spectrum/button": "^3.15.0",
|
|
37
|
+
"@react-spectrum/buttongroup": "^3.6.8",
|
|
38
|
+
"@react-spectrum/calendar": "^3.4.3",
|
|
39
|
+
"@react-spectrum/checkbox": "^3.9.0",
|
|
40
|
+
"@react-spectrum/combobox": "^3.11.0",
|
|
41
|
+
"@react-spectrum/contextualhelp": "^3.6.5",
|
|
42
|
+
"@react-spectrum/datepicker": "^3.9.0",
|
|
43
|
+
"@react-spectrum/dialog": "^3.8.5",
|
|
44
|
+
"@react-spectrum/divider": "^3.5.8",
|
|
45
|
+
"@react-spectrum/dnd": "^3.3.5",
|
|
46
|
+
"@react-spectrum/form": "^3.7.0",
|
|
47
|
+
"@react-spectrum/icon": "^3.7.8",
|
|
48
|
+
"@react-spectrum/illustratedmessage": "^3.4.8",
|
|
49
|
+
"@react-spectrum/image": "^3.4.8",
|
|
50
|
+
"@react-spectrum/inlinealert": "^3.2.0",
|
|
51
|
+
"@react-spectrum/labeledvalue": "^3.1.8",
|
|
52
|
+
"@react-spectrum/layout": "^3.6.0",
|
|
53
|
+
"@react-spectrum/link": "^3.6.2",
|
|
54
|
+
"@react-spectrum/list": "^3.7.2",
|
|
55
|
+
"@react-spectrum/listbox": "^3.12.2",
|
|
56
|
+
"@react-spectrum/menu": "^3.16.0",
|
|
57
|
+
"@react-spectrum/meter": "^3.4.8",
|
|
58
|
+
"@react-spectrum/numberfield": "^3.8.0",
|
|
59
|
+
"@react-spectrum/overlays": "^5.5.2",
|
|
60
|
+
"@react-spectrum/picker": "^3.13.0",
|
|
61
|
+
"@react-spectrum/progress": "^3.7.2",
|
|
62
|
+
"@react-spectrum/provider": "^3.9.2",
|
|
63
|
+
"@react-spectrum/radio": "^3.7.0",
|
|
64
|
+
"@react-spectrum/searchfield": "^3.8.0",
|
|
65
|
+
"@react-spectrum/slider": "^3.6.4",
|
|
66
|
+
"@react-spectrum/statuslight": "^3.5.8",
|
|
67
|
+
"@react-spectrum/switch": "^3.5.0",
|
|
68
|
+
"@react-spectrum/table": "^3.12.2",
|
|
69
|
+
"@react-spectrum/tabs": "^3.8.2",
|
|
70
|
+
"@react-spectrum/tag": "^3.2.0",
|
|
71
|
+
"@react-spectrum/text": "^3.5.0",
|
|
72
|
+
"@react-spectrum/textfield": "^3.11.0",
|
|
73
|
+
"@react-spectrum/theme-dark": "^3.5.7",
|
|
74
|
+
"@react-spectrum/theme-default": "^3.5.7",
|
|
75
|
+
"@react-spectrum/theme-light": "^3.4.7",
|
|
76
|
+
"@react-spectrum/tooltip": "^3.6.2",
|
|
77
|
+
"@react-spectrum/view": "^3.6.5",
|
|
78
|
+
"@react-spectrum/well": "^3.4.8",
|
|
79
|
+
"@react-stately/collections": "^3.10.3",
|
|
80
|
+
"@react-stately/data": "^3.11.0",
|
|
81
|
+
"@react-types/shared": "^3.22.0"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
88
88
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "9ce2f674eab2cc8912800d3162dcf00a1ce94274"
|
|
91
91
|
}
|