react-aria 3.45.0 → 3.47.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 +42 -42
package/dist/types.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export type {DisclosureAria, AriaDisclosureProps} from '@react-aria/disclosure';
|
|
|
63
63
|
export type {AriaFocusRingProps, FocusableAria, FocusableOptions, FocusManager, FocusManagerOptions, FocusRingAria, FocusRingProps, FocusScopeProps} from '@react-aria/focus';
|
|
64
64
|
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, I18nProviderProps, Locale, LocalizedStringFormatter, LocalizedStrings} from '@react-aria/i18n';
|
|
65
65
|
export type {ClipboardProps, ClipboardResult, DirectoryDropItem, DragEndEvent, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionOptions, DraggableCollectionStartEvent, DraggableItemProps, DraggableItemResult, DragItem, DragMoveEvent, DragOptions, DragPreviewProps, DragPreviewRenderer, DragResult, DragStartEvent, DragTypes, DropEnterEvent, DropEvent, DropExitEvent, DropIndicatorAria, DropIndicatorProps, DropItem, DropMoveEvent, DropOperation, DropOptions, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionMoveEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionOptions, DroppableCollectionReorderEvent, DroppableCollectionResult, DroppableCollectionRootDropEvent, DroppableItemOptions, DroppableItemResult, DropPosition, DropResult, DropTarget, DropTargetDelegate, FileDropItem, ItemDropTarget, RootDropTarget, TextDropItem} from '@react-aria/dnd';
|
|
66
|
-
export type {FocusProps, FocusResult, FocusVisibleProps, FocusVisibleResult, FocusWithinProps, FocusWithinResult, HoverProps, HoverResult, InteractOutsideProps, KeyboardProps, KeyboardResult, LongPressProps, LongPressResult, MoveEvents, MoveResult, PressHookProps, PressProps, PressResult, ScrollWheelProps, PressEvent, PressEvents, MoveStartEvent, MoveMoveEvent, MoveEndEvent, HoverEvent, HoverEvents, FocusEvents, KeyboardEvents} from '@react-aria/interactions';
|
|
66
|
+
export type {FocusProps, FocusResult, FocusVisibleProps, FocusVisibleResult, FocusWithinProps, FocusWithinResult, HoverProps, HoverResult, InteractOutsideProps, KeyboardProps, KeyboardResult, LongPressProps, LongPressResult, MoveEvents, MoveResult, PressHookProps, PressProps, PressResult, ScrollWheelProps, PressEvent, PressEvents, LongPressEvent, MoveStartEvent, MoveMoveEvent, MoveEndEvent, MoveEvent, HoverEvent, HoverEvents, FocusEvents, KeyboardEvents} from '@react-aria/interactions';
|
|
67
67
|
export type {AriaFieldProps, FieldAria, LabelAria, LabelAriaProps} from '@react-aria/label';
|
|
68
68
|
export type {AriaLandmarkRole, AriaLandmarkProps, LandmarkAria, LandmarkController} from '@react-aria/landmark';
|
|
69
69
|
export type {AriaLinkOptions, LinkAria} from '@react-aria/link';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.47.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -42,47 +42,47 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@internationalized/string": "^3.2.7",
|
|
45
|
-
"@react-aria/breadcrumbs": "^3.5.
|
|
46
|
-
"@react-aria/button": "^3.14.
|
|
47
|
-
"@react-aria/calendar": "^3.9.
|
|
48
|
-
"@react-aria/checkbox": "^3.16.
|
|
49
|
-
"@react-aria/color": "^3.1.
|
|
50
|
-
"@react-aria/combobox": "^3.
|
|
51
|
-
"@react-aria/datepicker": "^3.
|
|
52
|
-
"@react-aria/dialog": "^3.5.
|
|
53
|
-
"@react-aria/disclosure": "^3.1.
|
|
54
|
-
"@react-aria/dnd": "^3.11.
|
|
55
|
-
"@react-aria/focus": "^3.21.
|
|
56
|
-
"@react-aria/gridlist": "^3.14.
|
|
57
|
-
"@react-aria/i18n": "^3.12.
|
|
58
|
-
"@react-aria/interactions": "^3.
|
|
59
|
-
"@react-aria/label": "^3.7.
|
|
60
|
-
"@react-aria/landmark": "^3.0.
|
|
61
|
-
"@react-aria/link": "^3.8.
|
|
62
|
-
"@react-aria/listbox": "^3.15.
|
|
63
|
-
"@react-aria/menu": "^3.
|
|
64
|
-
"@react-aria/meter": "^3.4.
|
|
65
|
-
"@react-aria/numberfield": "^3.12.
|
|
66
|
-
"@react-aria/overlays": "^3.31.
|
|
67
|
-
"@react-aria/progress": "^3.4.
|
|
68
|
-
"@react-aria/radio": "^3.12.
|
|
69
|
-
"@react-aria/searchfield": "^3.8.
|
|
70
|
-
"@react-aria/select": "^3.17.
|
|
71
|
-
"@react-aria/selection": "^3.27.
|
|
72
|
-
"@react-aria/separator": "^3.4.
|
|
73
|
-
"@react-aria/slider": "^3.8.
|
|
45
|
+
"@react-aria/breadcrumbs": "^3.5.32",
|
|
46
|
+
"@react-aria/button": "^3.14.5",
|
|
47
|
+
"@react-aria/calendar": "^3.9.5",
|
|
48
|
+
"@react-aria/checkbox": "^3.16.5",
|
|
49
|
+
"@react-aria/color": "^3.1.5",
|
|
50
|
+
"@react-aria/combobox": "^3.15.0",
|
|
51
|
+
"@react-aria/datepicker": "^3.16.1",
|
|
52
|
+
"@react-aria/dialog": "^3.5.34",
|
|
53
|
+
"@react-aria/disclosure": "^3.1.3",
|
|
54
|
+
"@react-aria/dnd": "^3.11.6",
|
|
55
|
+
"@react-aria/focus": "^3.21.5",
|
|
56
|
+
"@react-aria/gridlist": "^3.14.4",
|
|
57
|
+
"@react-aria/i18n": "^3.12.16",
|
|
58
|
+
"@react-aria/interactions": "^3.27.1",
|
|
59
|
+
"@react-aria/label": "^3.7.25",
|
|
60
|
+
"@react-aria/landmark": "^3.0.10",
|
|
61
|
+
"@react-aria/link": "^3.8.9",
|
|
62
|
+
"@react-aria/listbox": "^3.15.3",
|
|
63
|
+
"@react-aria/menu": "^3.21.0",
|
|
64
|
+
"@react-aria/meter": "^3.4.30",
|
|
65
|
+
"@react-aria/numberfield": "^3.12.5",
|
|
66
|
+
"@react-aria/overlays": "^3.31.2",
|
|
67
|
+
"@react-aria/progress": "^3.4.30",
|
|
68
|
+
"@react-aria/radio": "^3.12.5",
|
|
69
|
+
"@react-aria/searchfield": "^3.8.12",
|
|
70
|
+
"@react-aria/select": "^3.17.3",
|
|
71
|
+
"@react-aria/selection": "^3.27.2",
|
|
72
|
+
"@react-aria/separator": "^3.4.16",
|
|
73
|
+
"@react-aria/slider": "^3.8.5",
|
|
74
74
|
"@react-aria/ssr": "^3.9.10",
|
|
75
|
-
"@react-aria/switch": "^3.7.
|
|
76
|
-
"@react-aria/table": "^3.17.
|
|
77
|
-
"@react-aria/tabs": "^3.
|
|
78
|
-
"@react-aria/tag": "^3.
|
|
79
|
-
"@react-aria/textfield": "^3.18.
|
|
80
|
-
"@react-aria/toast": "^3.0.
|
|
81
|
-
"@react-aria/tooltip": "^3.9.
|
|
82
|
-
"@react-aria/tree": "^3.1.
|
|
83
|
-
"@react-aria/utils": "^3.
|
|
84
|
-
"@react-aria/visually-hidden": "^3.8.
|
|
85
|
-
"@react-types/shared": "^3.
|
|
75
|
+
"@react-aria/switch": "^3.7.11",
|
|
76
|
+
"@react-aria/table": "^3.17.11",
|
|
77
|
+
"@react-aria/tabs": "^3.11.1",
|
|
78
|
+
"@react-aria/tag": "^3.8.1",
|
|
79
|
+
"@react-aria/textfield": "^3.18.5",
|
|
80
|
+
"@react-aria/toast": "^3.0.11",
|
|
81
|
+
"@react-aria/tooltip": "^3.9.2",
|
|
82
|
+
"@react-aria/tree": "^3.1.7",
|
|
83
|
+
"@react-aria/utils": "^3.33.1",
|
|
84
|
+
"@react-aria/visually-hidden": "^3.8.31",
|
|
85
|
+
"@react-types/shared": "^3.33.1"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "8df187370053aa35f553cb388ad670f65e1ab371"
|
|
99
99
|
}
|