react-aria 3.32.2-nightly.4506 → 3.32.2-nightly.4507
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 +39 -39
package/dist/types.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export type {AriaComboBoxOptions, AriaComboBoxProps, ComboBoxAria} from '@react-
|
|
|
54
54
|
export type {AriaDateFieldProps, AriaDatePickerProps, AriaDateRangePickerProps, AriaTimeFieldProps, DateFieldAria, DatePickerAria, DateRangePickerAria, DateSegmentAria, DateRange, DateValue, TimeValue} from '@react-aria/datepicker';
|
|
55
55
|
export type {AriaDialogProps, DialogAria} from '@react-aria/dialog';
|
|
56
56
|
export type {AriaFocusRingProps, FocusableAria, FocusableOptions, FocusManager, FocusManagerOptions, FocusRingAria, FocusRingProps, FocusScopeProps} from '@react-aria/focus';
|
|
57
|
-
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, I18nProviderProps, Locale, LocalizedStrings} from '@react-aria/i18n';
|
|
57
|
+
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, I18nProviderProps, Locale, LocalizedStringFormatter, LocalizedStrings} from '@react-aria/i18n';
|
|
58
58
|
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';
|
|
59
59
|
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';
|
|
60
60
|
export type {AriaFieldProps, FieldAria, LabelAria, LabelAriaProps} from '@react-aria/label';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria",
|
|
3
|
-
"version": "3.32.2-nightly.
|
|
3
|
+
"version": "3.32.2-nightly.4507+9390151ed",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -37,43 +37,43 @@
|
|
|
37
37
|
"url": "https://github.com/adobe/react-spectrum"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@internationalized/string": "3.2.2-nightly.
|
|
41
|
-
"@react-aria/breadcrumbs": "3.0.0-nightly.
|
|
42
|
-
"@react-aria/button": "3.0.0-nightly.
|
|
43
|
-
"@react-aria/calendar": "3.0.0-nightly.
|
|
44
|
-
"@react-aria/checkbox": "3.0.0-nightly.
|
|
45
|
-
"@react-aria/combobox": "3.8.5-nightly.
|
|
46
|
-
"@react-aria/datepicker": "3.0.0-nightly.
|
|
47
|
-
"@react-aria/dialog": "3.0.0-nightly.
|
|
48
|
-
"@react-aria/dnd": "3.5.4-nightly.
|
|
49
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
50
|
-
"@react-aria/gridlist": "3.7.6-nightly.
|
|
51
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
52
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
53
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
54
|
-
"@react-aria/link": "3.0.0-nightly.
|
|
55
|
-
"@react-aria/listbox": "3.11.6-nightly.
|
|
56
|
-
"@react-aria/menu": "3.13.2-nightly.
|
|
57
|
-
"@react-aria/meter": "3.0.0-nightly.
|
|
58
|
-
"@react-aria/numberfield": "3.0.0-nightly.
|
|
59
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
60
|
-
"@react-aria/progress": "3.0.0-nightly.
|
|
61
|
-
"@react-aria/radio": "3.0.0-nightly.
|
|
62
|
-
"@react-aria/searchfield": "3.0.0-nightly.
|
|
63
|
-
"@react-aria/select": "3.14.4-nightly.
|
|
64
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
65
|
-
"@react-aria/separator": "3.0.0-nightly.
|
|
66
|
-
"@react-aria/slider": "3.7.7-nightly.
|
|
67
|
-
"@react-aria/ssr": "3.9.3-nightly.
|
|
68
|
-
"@react-aria/switch": "3.0.0-nightly.
|
|
69
|
-
"@react-aria/table": "3.13.6-nightly.
|
|
70
|
-
"@react-aria/tabs": "3.8.6-nightly.
|
|
71
|
-
"@react-aria/tag": "3.0.0-nightly.
|
|
72
|
-
"@react-aria/textfield": "3.0.0-nightly.
|
|
73
|
-
"@react-aria/tooltip": "3.0.0-nightly.
|
|
74
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
75
|
-
"@react-aria/visually-hidden": "3.0.0-nightly.
|
|
76
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
40
|
+
"@internationalized/string": "3.2.2-nightly.4507+9390151ed",
|
|
41
|
+
"@react-aria/breadcrumbs": "3.0.0-nightly.2795+9390151ed",
|
|
42
|
+
"@react-aria/button": "3.0.0-nightly.2795+9390151ed",
|
|
43
|
+
"@react-aria/calendar": "3.0.0-nightly.2795+9390151ed",
|
|
44
|
+
"@react-aria/checkbox": "3.0.0-nightly.2795+9390151ed",
|
|
45
|
+
"@react-aria/combobox": "3.8.5-nightly.4507+9390151ed",
|
|
46
|
+
"@react-aria/datepicker": "3.0.0-nightly.2795+9390151ed",
|
|
47
|
+
"@react-aria/dialog": "3.0.0-nightly.2795+9390151ed",
|
|
48
|
+
"@react-aria/dnd": "3.5.4-nightly.4507+9390151ed",
|
|
49
|
+
"@react-aria/focus": "3.0.0-nightly.2795+9390151ed",
|
|
50
|
+
"@react-aria/gridlist": "3.7.6-nightly.4507+9390151ed",
|
|
51
|
+
"@react-aria/i18n": "3.0.0-nightly.2795+9390151ed",
|
|
52
|
+
"@react-aria/interactions": "3.0.0-nightly.2795+9390151ed",
|
|
53
|
+
"@react-aria/label": "3.0.0-nightly.2795+9390151ed",
|
|
54
|
+
"@react-aria/link": "3.0.0-nightly.2795+9390151ed",
|
|
55
|
+
"@react-aria/listbox": "3.11.6-nightly.4507+9390151ed",
|
|
56
|
+
"@react-aria/menu": "3.13.2-nightly.4507+9390151ed",
|
|
57
|
+
"@react-aria/meter": "3.0.0-nightly.2795+9390151ed",
|
|
58
|
+
"@react-aria/numberfield": "3.0.0-nightly.2795+9390151ed",
|
|
59
|
+
"@react-aria/overlays": "3.0.0-nightly.2795+9390151ed",
|
|
60
|
+
"@react-aria/progress": "3.0.0-nightly.2795+9390151ed",
|
|
61
|
+
"@react-aria/radio": "3.0.0-nightly.2795+9390151ed",
|
|
62
|
+
"@react-aria/searchfield": "3.0.0-nightly.2795+9390151ed",
|
|
63
|
+
"@react-aria/select": "3.14.4-nightly.4507+9390151ed",
|
|
64
|
+
"@react-aria/selection": "3.0.0-nightly.2795+9390151ed",
|
|
65
|
+
"@react-aria/separator": "3.0.0-nightly.2795+9390151ed",
|
|
66
|
+
"@react-aria/slider": "3.7.7-nightly.4507+9390151ed",
|
|
67
|
+
"@react-aria/ssr": "3.9.3-nightly.4507+9390151ed",
|
|
68
|
+
"@react-aria/switch": "3.0.0-nightly.2795+9390151ed",
|
|
69
|
+
"@react-aria/table": "3.13.6-nightly.4507+9390151ed",
|
|
70
|
+
"@react-aria/tabs": "3.8.6-nightly.4507+9390151ed",
|
|
71
|
+
"@react-aria/tag": "3.0.0-nightly.2795+9390151ed",
|
|
72
|
+
"@react-aria/textfield": "3.0.0-nightly.2795+9390151ed",
|
|
73
|
+
"@react-aria/tooltip": "3.0.0-nightly.2795+9390151ed",
|
|
74
|
+
"@react-aria/utils": "3.0.0-nightly.2795+9390151ed",
|
|
75
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2795+9390151ed",
|
|
76
|
+
"@react-types/shared": "3.0.0-nightly.2795+9390151ed"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "9390151edf56eefcec0aa5635f34643affe10640"
|
|
86
86
|
}
|