react-aria 3.32.2-nightly.4550 → 3.32.2-nightly.4551
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/main.js +2 -72
- package/package.json +39 -39
package/dist/main.js
CHANGED
|
@@ -1,50 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.
|
|
5
|
-
exports.useVisuallyHidden = exports.
|
|
6
|
-
|
|
4
|
+
exports.useSwitch = exports.useSliderThumb = exports.useSlider = exports.useSeparator = exports.useSelect = exports.useSearchField = exports.useRangeCalendar = exports.useRadioGroup = exports.useRadio = exports.useProgressBar = exports.usePreventScroll = exports.usePress = exports.usePopover = exports.useOverlayTrigger = exports.useOverlayPosition = exports.useOverlay = exports.useOption = exports.useObjectRef = exports.useNumberFormatter = exports.useNumberField = exports.useMove = exports.useModalProvider = exports.useModalOverlay = exports.useModal = exports.useMeter = exports.useMessageFormatter = exports.useMenuTrigger = exports.useMenuSection = exports.useMenuItem = exports.useMenu = exports.useLongPress = exports.useLocalizedStringFormatter = exports.useLocale = exports.useListBoxSection = exports.useListBox = exports.useLink = exports.useLabel = exports.useKeyboard = exports.useIsSSR = exports.useInteractOutside = exports.useId = exports.useHover = exports.useHiddenSelect = exports.useGridListSelectionCheckbox = exports.useGridListItem = exports.useGridList = exports.useFocusable = exports.useFocusWithin = exports.useFocusVisible = exports.useFocusRing = exports.useFocusManager = exports.useFocus = exports.useFilter = exports.useField = exports.useDroppableItem = exports.useDroppableCollection = exports.useDropIndicator = exports.useDrop = exports.useDraggableItem = exports.useDraggableCollection = exports.useDrag = exports.useDialog = exports.useDateSegment = exports.useDateRangePicker = exports.useDatePicker = exports.useDateFormatter = exports.useDateField = exports.useComboBox = exports.useCollator = exports.useClipboard = exports.useCheckboxGroupItem = exports.useCheckboxGroup = exports.useCheckbox = exports.useCalendarGrid = exports.useCalendarCell = exports.useCalendar = exports.useButton = exports.useBreadcrumbs = exports.useBreadcrumbItem = exports.mergeProps = exports.isTextDropItem = exports.isFileDropItem = exports.isDirectoryDropItem = exports.chain = exports.VisuallyHidden = exports.SSRProvider = exports.RouterProvider = exports.OverlayProvider = exports.OverlayContainer = exports.Overlay = exports.ModalProvider = exports.ListKeyboardDelegate = exports.ListDropTargetDelegate = exports.I18nProvider = exports.HiddenSelect = exports.FocusScope = exports.FocusRing = exports.DragPreview = exports.DismissButton = exports.DIRECTORY_DRAG_TYPE = void 0;
|
|
5
|
+
exports.useVisuallyHidden = exports.useTooltipTrigger = exports.useTooltip = exports.useToggleButton = exports.useTimeField = exports.useTextField = exports.useTagGroup = exports.useTag = exports.useTableSelectionCheckbox = exports.useTableSelectAllCheckbox = exports.useTableRowGroup = exports.useTableRow = exports.useTableHeaderRow = exports.useTableColumnResize = exports.useTableColumnHeader = exports.useTableCell = exports.useTable = exports.useTabPanel = exports.useTabList = exports.useTab = void 0;
|
|
7
6
|
var _breadcrumbs = require("@react-aria/breadcrumbs");
|
|
8
|
-
|
|
9
7
|
exports.useBreadcrumbItem = _breadcrumbs.useBreadcrumbItem;
|
|
10
8
|
exports.useBreadcrumbs = _breadcrumbs.useBreadcrumbs;
|
|
11
|
-
|
|
12
9
|
var _button = require("@react-aria/button");
|
|
13
|
-
|
|
14
10
|
exports.useButton = _button.useButton;
|
|
15
11
|
exports.useToggleButton = _button.useToggleButton;
|
|
16
|
-
|
|
17
12
|
var _calendar = require("@react-aria/calendar");
|
|
18
|
-
|
|
19
13
|
exports.useCalendar = _calendar.useCalendar;
|
|
20
14
|
exports.useCalendarCell = _calendar.useCalendarCell;
|
|
21
15
|
exports.useCalendarGrid = _calendar.useCalendarGrid;
|
|
22
16
|
exports.useRangeCalendar = _calendar.useRangeCalendar;
|
|
23
|
-
|
|
24
17
|
var _checkbox = require("@react-aria/checkbox");
|
|
25
|
-
|
|
26
18
|
exports.useCheckbox = _checkbox.useCheckbox;
|
|
27
19
|
exports.useCheckboxGroup = _checkbox.useCheckboxGroup;
|
|
28
20
|
exports.useCheckboxGroupItem = _checkbox.useCheckboxGroupItem;
|
|
29
|
-
|
|
30
21
|
var _combobox = require("@react-aria/combobox");
|
|
31
|
-
|
|
32
22
|
exports.useComboBox = _combobox.useComboBox;
|
|
33
|
-
|
|
34
23
|
var _datepicker = require("@react-aria/datepicker");
|
|
35
|
-
|
|
36
24
|
exports.useDateField = _datepicker.useDateField;
|
|
37
25
|
exports.useDatePicker = _datepicker.useDatePicker;
|
|
38
26
|
exports.useDateRangePicker = _datepicker.useDateRangePicker;
|
|
39
27
|
exports.useDateSegment = _datepicker.useDateSegment;
|
|
40
28
|
exports.useTimeField = _datepicker.useTimeField;
|
|
41
|
-
|
|
42
29
|
var _dialog = require("@react-aria/dialog");
|
|
43
|
-
|
|
44
30
|
exports.useDialog = _dialog.useDialog;
|
|
45
|
-
|
|
46
31
|
var _dnd = require("@react-aria/dnd");
|
|
47
|
-
|
|
48
32
|
exports.useDrag = _dnd.useDrag;
|
|
49
33
|
exports.useDrop = _dnd.useDrop;
|
|
50
34
|
exports.useDraggableCollection = _dnd.useDraggableCollection;
|
|
@@ -59,17 +43,13 @@ exports.DIRECTORY_DRAG_TYPE = _dnd.DIRECTORY_DRAG_TYPE;
|
|
|
59
43
|
exports.isDirectoryDropItem = _dnd.isDirectoryDropItem;
|
|
60
44
|
exports.isFileDropItem = _dnd.isFileDropItem;
|
|
61
45
|
exports.isTextDropItem = _dnd.isTextDropItem;
|
|
62
|
-
|
|
63
46
|
var _focus = require("@react-aria/focus");
|
|
64
|
-
|
|
65
47
|
exports.FocusRing = _focus.FocusRing;
|
|
66
48
|
exports.FocusScope = _focus.FocusScope;
|
|
67
49
|
exports.useFocusManager = _focus.useFocusManager;
|
|
68
50
|
exports.useFocusRing = _focus.useFocusRing;
|
|
69
51
|
exports.useFocusable = _focus.useFocusable;
|
|
70
|
-
|
|
71
52
|
var _i18n = require("@react-aria/i18n");
|
|
72
|
-
|
|
73
53
|
exports.I18nProvider = _i18n.I18nProvider;
|
|
74
54
|
exports.useCollator = _i18n.useCollator;
|
|
75
55
|
exports.useDateFormatter = _i18n.useDateFormatter;
|
|
@@ -78,9 +58,7 @@ exports.useLocale = _i18n.useLocale;
|
|
|
78
58
|
exports.useLocalizedStringFormatter = _i18n.useLocalizedStringFormatter;
|
|
79
59
|
exports.useMessageFormatter = _i18n.useMessageFormatter;
|
|
80
60
|
exports.useNumberFormatter = _i18n.useNumberFormatter;
|
|
81
|
-
|
|
82
61
|
var _interactions = require("@react-aria/interactions");
|
|
83
|
-
|
|
84
62
|
exports.useFocus = _interactions.useFocus;
|
|
85
63
|
exports.useFocusVisible = _interactions.useFocusVisible;
|
|
86
64
|
exports.useFocusWithin = _interactions.useFocusWithin;
|
|
@@ -90,45 +68,29 @@ exports.useKeyboard = _interactions.useKeyboard;
|
|
|
90
68
|
exports.useMove = _interactions.useMove;
|
|
91
69
|
exports.usePress = _interactions.usePress;
|
|
92
70
|
exports.useLongPress = _interactions.useLongPress;
|
|
93
|
-
|
|
94
71
|
var _label = require("@react-aria/label");
|
|
95
|
-
|
|
96
72
|
exports.useField = _label.useField;
|
|
97
73
|
exports.useLabel = _label.useLabel;
|
|
98
|
-
|
|
99
74
|
var _gridlist = require("@react-aria/gridlist");
|
|
100
|
-
|
|
101
75
|
exports.useGridList = _gridlist.useGridList;
|
|
102
76
|
exports.useGridListItem = _gridlist.useGridListItem;
|
|
103
77
|
exports.useGridListSelectionCheckbox = _gridlist.useGridListSelectionCheckbox;
|
|
104
|
-
|
|
105
78
|
var _link = require("@react-aria/link");
|
|
106
|
-
|
|
107
79
|
exports.useLink = _link.useLink;
|
|
108
|
-
|
|
109
80
|
var _listbox = require("@react-aria/listbox");
|
|
110
|
-
|
|
111
81
|
exports.useListBox = _listbox.useListBox;
|
|
112
82
|
exports.useListBoxSection = _listbox.useListBoxSection;
|
|
113
83
|
exports.useOption = _listbox.useOption;
|
|
114
|
-
|
|
115
84
|
var _menu = require("@react-aria/menu");
|
|
116
|
-
|
|
117
85
|
exports.useMenu = _menu.useMenu;
|
|
118
86
|
exports.useMenuItem = _menu.useMenuItem;
|
|
119
87
|
exports.useMenuSection = _menu.useMenuSection;
|
|
120
88
|
exports.useMenuTrigger = _menu.useMenuTrigger;
|
|
121
|
-
|
|
122
89
|
var _meter = require("@react-aria/meter");
|
|
123
|
-
|
|
124
90
|
exports.useMeter = _meter.useMeter;
|
|
125
|
-
|
|
126
91
|
var _numberfield = require("@react-aria/numberfield");
|
|
127
|
-
|
|
128
92
|
exports.useNumberField = _numberfield.useNumberField;
|
|
129
|
-
|
|
130
93
|
var _overlays = require("@react-aria/overlays");
|
|
131
|
-
|
|
132
94
|
exports.DismissButton = _overlays.DismissButton;
|
|
133
95
|
exports.ModalProvider = _overlays.ModalProvider;
|
|
134
96
|
exports.Overlay = _overlays.Overlay;
|
|
@@ -142,50 +104,30 @@ exports.useOverlayPosition = _overlays.useOverlayPosition;
|
|
|
142
104
|
exports.useOverlayTrigger = _overlays.useOverlayTrigger;
|
|
143
105
|
exports.usePopover = _overlays.usePopover;
|
|
144
106
|
exports.usePreventScroll = _overlays.usePreventScroll;
|
|
145
|
-
|
|
146
107
|
var _progress = require("@react-aria/progress");
|
|
147
|
-
|
|
148
108
|
exports.useProgressBar = _progress.useProgressBar;
|
|
149
|
-
|
|
150
109
|
var _radio = require("@react-aria/radio");
|
|
151
|
-
|
|
152
110
|
exports.useRadio = _radio.useRadio;
|
|
153
111
|
exports.useRadioGroup = _radio.useRadioGroup;
|
|
154
|
-
|
|
155
112
|
var _searchfield = require("@react-aria/searchfield");
|
|
156
|
-
|
|
157
113
|
exports.useSearchField = _searchfield.useSearchField;
|
|
158
|
-
|
|
159
114
|
var _select = require("@react-aria/select");
|
|
160
|
-
|
|
161
115
|
exports.HiddenSelect = _select.HiddenSelect;
|
|
162
116
|
exports.useHiddenSelect = _select.useHiddenSelect;
|
|
163
117
|
exports.useSelect = _select.useSelect;
|
|
164
|
-
|
|
165
118
|
var _selection = require("@react-aria/selection");
|
|
166
|
-
|
|
167
119
|
exports.ListKeyboardDelegate = _selection.ListKeyboardDelegate;
|
|
168
|
-
|
|
169
120
|
var _separator = require("@react-aria/separator");
|
|
170
|
-
|
|
171
121
|
exports.useSeparator = _separator.useSeparator;
|
|
172
|
-
|
|
173
122
|
var _ssr = require("@react-aria/ssr");
|
|
174
|
-
|
|
175
123
|
exports.SSRProvider = _ssr.SSRProvider;
|
|
176
124
|
exports.useIsSSR = _ssr.useIsSSR;
|
|
177
|
-
|
|
178
125
|
var _slider = require("@react-aria/slider");
|
|
179
|
-
|
|
180
126
|
exports.useSlider = _slider.useSlider;
|
|
181
127
|
exports.useSliderThumb = _slider.useSliderThumb;
|
|
182
|
-
|
|
183
128
|
var _switch = require("@react-aria/switch");
|
|
184
|
-
|
|
185
129
|
exports.useSwitch = _switch.useSwitch;
|
|
186
|
-
|
|
187
130
|
var _table = require("@react-aria/table");
|
|
188
|
-
|
|
189
131
|
exports.useTable = _table.useTable;
|
|
190
132
|
exports.useTableCell = _table.useTableCell;
|
|
191
133
|
exports.useTableColumnHeader = _table.useTableColumnHeader;
|
|
@@ -195,36 +137,24 @@ exports.useTableRow = _table.useTableRow;
|
|
|
195
137
|
exports.useTableRowGroup = _table.useTableRowGroup;
|
|
196
138
|
exports.useTableSelectAllCheckbox = _table.useTableSelectAllCheckbox;
|
|
197
139
|
exports.useTableSelectionCheckbox = _table.useTableSelectionCheckbox;
|
|
198
|
-
|
|
199
140
|
var _tabs = require("@react-aria/tabs");
|
|
200
|
-
|
|
201
141
|
exports.useTab = _tabs.useTab;
|
|
202
142
|
exports.useTabList = _tabs.useTabList;
|
|
203
143
|
exports.useTabPanel = _tabs.useTabPanel;
|
|
204
|
-
|
|
205
144
|
var _tag = require("@react-aria/tag");
|
|
206
|
-
|
|
207
145
|
exports.useTag = _tag.useTag;
|
|
208
146
|
exports.useTagGroup = _tag.useTagGroup;
|
|
209
|
-
|
|
210
147
|
var _textfield = require("@react-aria/textfield");
|
|
211
|
-
|
|
212
148
|
exports.useTextField = _textfield.useTextField;
|
|
213
|
-
|
|
214
149
|
var _tooltip = require("@react-aria/tooltip");
|
|
215
|
-
|
|
216
150
|
exports.useTooltip = _tooltip.useTooltip;
|
|
217
151
|
exports.useTooltipTrigger = _tooltip.useTooltipTrigger;
|
|
218
|
-
|
|
219
152
|
var _utils = require("@react-aria/utils");
|
|
220
|
-
|
|
221
153
|
exports.chain = _utils.chain;
|
|
222
154
|
exports.mergeProps = _utils.mergeProps;
|
|
223
155
|
exports.useId = _utils.useId;
|
|
224
156
|
exports.useObjectRef = _utils.useObjectRef;
|
|
225
157
|
exports.RouterProvider = _utils.RouterProvider;
|
|
226
|
-
|
|
227
158
|
var _visuallyHidden = require("@react-aria/visually-hidden");
|
|
228
|
-
|
|
229
159
|
exports.VisuallyHidden = _visuallyHidden.VisuallyHidden;
|
|
230
160
|
exports.useVisuallyHidden = _visuallyHidden.useVisuallyHidden;
|
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.4551+17751bb75",
|
|
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.4551+17751bb75",
|
|
41
|
+
"@react-aria/breadcrumbs": "3.0.0-nightly.2839+17751bb75",
|
|
42
|
+
"@react-aria/button": "3.0.0-nightly.2839+17751bb75",
|
|
43
|
+
"@react-aria/calendar": "3.0.0-nightly.2839+17751bb75",
|
|
44
|
+
"@react-aria/checkbox": "3.0.0-nightly.2839+17751bb75",
|
|
45
|
+
"@react-aria/combobox": "3.8.5-nightly.4551+17751bb75",
|
|
46
|
+
"@react-aria/datepicker": "3.0.0-nightly.2839+17751bb75",
|
|
47
|
+
"@react-aria/dialog": "3.0.0-nightly.2839+17751bb75",
|
|
48
|
+
"@react-aria/dnd": "3.5.4-nightly.4551+17751bb75",
|
|
49
|
+
"@react-aria/focus": "3.0.0-nightly.2839+17751bb75",
|
|
50
|
+
"@react-aria/gridlist": "3.7.6-nightly.4551+17751bb75",
|
|
51
|
+
"@react-aria/i18n": "3.0.0-nightly.2839+17751bb75",
|
|
52
|
+
"@react-aria/interactions": "3.0.0-nightly.2839+17751bb75",
|
|
53
|
+
"@react-aria/label": "3.0.0-nightly.2839+17751bb75",
|
|
54
|
+
"@react-aria/link": "3.0.0-nightly.2839+17751bb75",
|
|
55
|
+
"@react-aria/listbox": "3.11.6-nightly.4551+17751bb75",
|
|
56
|
+
"@react-aria/menu": "3.13.2-nightly.4551+17751bb75",
|
|
57
|
+
"@react-aria/meter": "3.0.0-nightly.2839+17751bb75",
|
|
58
|
+
"@react-aria/numberfield": "3.0.0-nightly.2839+17751bb75",
|
|
59
|
+
"@react-aria/overlays": "3.0.0-nightly.2839+17751bb75",
|
|
60
|
+
"@react-aria/progress": "3.0.0-nightly.2839+17751bb75",
|
|
61
|
+
"@react-aria/radio": "3.0.0-nightly.2839+17751bb75",
|
|
62
|
+
"@react-aria/searchfield": "3.0.0-nightly.2839+17751bb75",
|
|
63
|
+
"@react-aria/select": "3.14.4-nightly.4551+17751bb75",
|
|
64
|
+
"@react-aria/selection": "3.0.0-nightly.2839+17751bb75",
|
|
65
|
+
"@react-aria/separator": "3.0.0-nightly.2839+17751bb75",
|
|
66
|
+
"@react-aria/slider": "3.7.7-nightly.4551+17751bb75",
|
|
67
|
+
"@react-aria/ssr": "3.9.3-nightly.4551+17751bb75",
|
|
68
|
+
"@react-aria/switch": "3.0.0-nightly.2839+17751bb75",
|
|
69
|
+
"@react-aria/table": "3.13.6-nightly.4551+17751bb75",
|
|
70
|
+
"@react-aria/tabs": "3.8.6-nightly.4551+17751bb75",
|
|
71
|
+
"@react-aria/tag": "3.0.0-nightly.2839+17751bb75",
|
|
72
|
+
"@react-aria/textfield": "3.0.0-nightly.2839+17751bb75",
|
|
73
|
+
"@react-aria/tooltip": "3.0.0-nightly.2839+17751bb75",
|
|
74
|
+
"@react-aria/utils": "3.0.0-nightly.2839+17751bb75",
|
|
75
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2839+17751bb75",
|
|
76
|
+
"@react-types/shared": "3.0.0-nightly.2839+17751bb75"
|
|
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": "17751bb75cf4b0500e86abe9e1b4561d140f9486"
|
|
86
86
|
}
|