react-aria 3.28.1-nightly.4146 → 3.28.1-nightly.4153
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/import.mjs +1 -1
- package/dist/main.js +2 -1
- package/dist/module.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +38 -38
package/dist/import.mjs
CHANGED
|
@@ -43,6 +43,6 @@ export {useTab, useTabList, useTabPanel} from '@react-aria/tabs';
|
|
|
43
43
|
export {useTag, useTagGroup} from '@react-aria/tag';
|
|
44
44
|
export {useTextField} from '@react-aria/textfield';
|
|
45
45
|
export {useTooltip, useTooltipTrigger} from '@react-aria/tooltip';
|
|
46
|
-
export {chain, mergeProps, useId} from '@react-aria/utils';
|
|
46
|
+
export {chain, mergeProps, useId, RouterProvider} from '@react-aria/utils';
|
|
47
47
|
export {VisuallyHidden, useVisuallyHidden} from '@react-aria/visually-hidden';
|
|
48
48
|
|
package/dist/main.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.useTableColumnResize = exports.useTableColumnHeader = exports.useTableCell = exports.useTable = exports.useSwitch = exports.useSliderThumb = exports.useSlider = exports.useIsSSR = exports.SSRProvider = exports.useSeparator = exports.ListKeyboardDelegate = exports.useSelect = exports.useHiddenSelect = exports.HiddenSelect = exports.useSearchField = exports.useRadioGroup = exports.useRadio = exports.useProgressBar = exports.usePreventScroll = exports.usePopover = exports.useOverlayTrigger = exports.useOverlayPosition = exports.useOverlay = exports.useModalProvider = exports.useModalOverlay = exports.useModal = exports.OverlayProvider = exports.OverlayContainer = exports.Overlay = exports.ModalProvider = exports.DismissButton = exports.useNumberField = exports.useMeter = exports.useMenuTrigger = exports.useMenuSection = exports.useMenuItem = exports.useMenu = exports.useOption = exports.useListBoxSection = exports.useListBox = exports.useLink = exports.useGridListSelectionCheckbox = exports.useGridListItem = exports.useGridList = exports.useLabel = exports.useField = exports.useLongPress = exports.usePress = exports.useMove = exports.useKeyboard = exports.useInteractOutside = exports.useHover = exports.useFocusWithin = exports.useFocusVisible = exports.useFocus = exports.useNumberFormatter = exports.useMessageFormatter = exports.useLocalizedStringFormatter = exports.useLocale = exports.useFilter = exports.useDateFormatter = exports.useCollator = exports.I18nProvider = exports.useFocusable = exports.useFocusRing = exports.useFocusManager = exports.FocusScope = exports.FocusRing = exports.isTextDropItem = exports.isFileDropItem = exports.isDirectoryDropItem = exports.DIRECTORY_DRAG_TYPE = exports.ListDropTargetDelegate = exports.DragPreview = exports.useClipboard = exports.useDraggableItem = exports.useDropIndicator = exports.useDroppableItem = exports.useDroppableCollection = exports.useDraggableCollection = exports.useDrop = exports.useDrag = exports.useDialog = exports.useTimeField = exports.useDateSegment = exports.useDateRangePicker = exports.useDatePicker = exports.useDateField = exports.useComboBox = exports.useCheckboxGroupItem = exports.useCheckboxGroup = exports.useCheckbox = exports.useRangeCalendar = exports.useCalendarGrid = exports.useCalendarCell = exports.useCalendar = exports.useToggleButton = exports.useButton = exports.useBreadcrumbs = exports.useBreadcrumbItem = void 0;
|
|
5
|
-
exports.useVisuallyHidden = exports.VisuallyHidden = exports.useId = exports.mergeProps = exports.chain = exports.useTooltipTrigger = exports.useTooltip = exports.useTextField = exports.useTagGroup = exports.useTag = exports.useTabPanel = exports.useTabList = exports.useTab = exports.useTableSelectionCheckbox = exports.useTableSelectAllCheckbox = exports.useTableRowGroup = exports.useTableRow = exports.useTableHeaderRow = void 0;
|
|
5
|
+
exports.useVisuallyHidden = exports.VisuallyHidden = exports.RouterProvider = exports.useId = exports.mergeProps = exports.chain = exports.useTooltipTrigger = exports.useTooltip = exports.useTextField = exports.useTagGroup = exports.useTag = exports.useTabPanel = exports.useTabList = exports.useTab = exports.useTableSelectionCheckbox = exports.useTableSelectAllCheckbox = exports.useTableRowGroup = exports.useTableRow = exports.useTableHeaderRow = void 0;
|
|
6
6
|
|
|
7
7
|
var _breadcrumbs = require("@react-aria/breadcrumbs");
|
|
8
8
|
|
|
@@ -221,6 +221,7 @@ var _utils = require("@react-aria/utils");
|
|
|
221
221
|
exports.chain = _utils.chain;
|
|
222
222
|
exports.mergeProps = _utils.mergeProps;
|
|
223
223
|
exports.useId = _utils.useId;
|
|
224
|
+
exports.RouterProvider = _utils.RouterProvider;
|
|
224
225
|
|
|
225
226
|
var _visuallyHidden = require("@react-aria/visually-hidden");
|
|
226
227
|
|
package/dist/module.js
CHANGED
|
@@ -43,6 +43,6 @@ export {useTab, useTabList, useTabPanel} from '@react-aria/tabs';
|
|
|
43
43
|
export {useTag, useTagGroup} from '@react-aria/tag';
|
|
44
44
|
export {useTextField} from '@react-aria/textfield';
|
|
45
45
|
export {useTooltip, useTooltipTrigger} from '@react-aria/tooltip';
|
|
46
|
-
export {chain, mergeProps, useId} from '@react-aria/utils';
|
|
46
|
+
export {chain, mergeProps, useId, RouterProvider} from '@react-aria/utils';
|
|
47
47
|
export {VisuallyHidden, useVisuallyHidden} from '@react-aria/visually-hidden';
|
|
48
48
|
|
package/dist/types.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export {useTab, useTabList, useTabPanel} from '@react-aria/tabs';
|
|
|
43
43
|
export {useTag, useTagGroup} from '@react-aria/tag';
|
|
44
44
|
export {useTextField} from '@react-aria/textfield';
|
|
45
45
|
export {useTooltip, useTooltipTrigger} from '@react-aria/tooltip';
|
|
46
|
-
export {chain, mergeProps, useId} from '@react-aria/utils';
|
|
46
|
+
export {chain, mergeProps, useId, RouterProvider} from '@react-aria/utils';
|
|
47
47
|
export {VisuallyHidden, useVisuallyHidden} from '@react-aria/visually-hidden';
|
|
48
48
|
|
|
49
49
|
export type {AriaBreadcrumbItemProps, AriaBreadcrumbsProps, BreadcrumbItemAria, BreadcrumbsAria} from '@react-aria/breadcrumbs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria",
|
|
3
|
-
"version": "3.28.1-nightly.
|
|
3
|
+
"version": "3.28.1-nightly.4153+54d260d73",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -24,42 +24,42 @@
|
|
|
24
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@react-aria/breadcrumbs": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/button": "3.0.0-nightly.
|
|
29
|
-
"@react-aria/calendar": "3.0.0-nightly.
|
|
30
|
-
"@react-aria/checkbox": "3.0.0-nightly.
|
|
31
|
-
"@react-aria/combobox": "3.6.5-nightly.
|
|
32
|
-
"@react-aria/datepicker": "3.0.0-nightly.
|
|
33
|
-
"@react-aria/dialog": "3.0.0-nightly.
|
|
34
|
-
"@react-aria/dnd": "3.4.2-nightly.
|
|
35
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
36
|
-
"@react-aria/gridlist": "3.6.1-nightly.
|
|
37
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
38
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
39
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
40
|
-
"@react-aria/link": "3.0.0-nightly.
|
|
41
|
-
"@react-aria/listbox": "3.10.3-nightly.
|
|
42
|
-
"@react-aria/menu": "3.10.3-nightly.
|
|
43
|
-
"@react-aria/meter": "3.0.0-nightly.
|
|
44
|
-
"@react-aria/numberfield": "3.0.0-nightly.
|
|
45
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
46
|
-
"@react-aria/progress": "3.0.0-nightly.
|
|
47
|
-
"@react-aria/radio": "3.0.0-nightly.
|
|
48
|
-
"@react-aria/searchfield": "3.0.0-nightly.
|
|
49
|
-
"@react-aria/select": "3.12.2-nightly.
|
|
50
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
51
|
-
"@react-aria/separator": "3.0.0-nightly.
|
|
52
|
-
"@react-aria/slider": "3.7.1-nightly.
|
|
53
|
-
"@react-aria/ssr": "3.8.1-nightly.
|
|
54
|
-
"@react-aria/switch": "3.0.0-nightly.
|
|
55
|
-
"@react-aria/table": "3.12.1-nightly.
|
|
56
|
-
"@react-aria/tabs": "3.7.1-nightly.
|
|
57
|
-
"@react-aria/tag": "3.0.0-nightly.
|
|
58
|
-
"@react-aria/textfield": "3.0.0-nightly.
|
|
59
|
-
"@react-aria/tooltip": "3.0.0-nightly.
|
|
60
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
61
|
-
"@react-aria/visually-hidden": "3.0.0-nightly.
|
|
62
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
27
|
+
"@react-aria/breadcrumbs": "3.0.0-nightly.2444+54d260d73",
|
|
28
|
+
"@react-aria/button": "3.0.0-nightly.2444+54d260d73",
|
|
29
|
+
"@react-aria/calendar": "3.0.0-nightly.2444+54d260d73",
|
|
30
|
+
"@react-aria/checkbox": "3.0.0-nightly.2444+54d260d73",
|
|
31
|
+
"@react-aria/combobox": "3.6.5-nightly.4153+54d260d73",
|
|
32
|
+
"@react-aria/datepicker": "3.0.0-nightly.2444+54d260d73",
|
|
33
|
+
"@react-aria/dialog": "3.0.0-nightly.2444+54d260d73",
|
|
34
|
+
"@react-aria/dnd": "3.4.2-nightly.4153+54d260d73",
|
|
35
|
+
"@react-aria/focus": "3.0.0-nightly.2444+54d260d73",
|
|
36
|
+
"@react-aria/gridlist": "3.6.1-nightly.4153+54d260d73",
|
|
37
|
+
"@react-aria/i18n": "3.0.0-nightly.2444+54d260d73",
|
|
38
|
+
"@react-aria/interactions": "3.0.0-nightly.2444+54d260d73",
|
|
39
|
+
"@react-aria/label": "3.0.0-nightly.2444+54d260d73",
|
|
40
|
+
"@react-aria/link": "3.0.0-nightly.2444+54d260d73",
|
|
41
|
+
"@react-aria/listbox": "3.10.3-nightly.4153+54d260d73",
|
|
42
|
+
"@react-aria/menu": "3.10.3-nightly.4153+54d260d73",
|
|
43
|
+
"@react-aria/meter": "3.0.0-nightly.2444+54d260d73",
|
|
44
|
+
"@react-aria/numberfield": "3.0.0-nightly.2444+54d260d73",
|
|
45
|
+
"@react-aria/overlays": "3.0.0-nightly.2444+54d260d73",
|
|
46
|
+
"@react-aria/progress": "3.0.0-nightly.2444+54d260d73",
|
|
47
|
+
"@react-aria/radio": "3.0.0-nightly.2444+54d260d73",
|
|
48
|
+
"@react-aria/searchfield": "3.0.0-nightly.2444+54d260d73",
|
|
49
|
+
"@react-aria/select": "3.12.2-nightly.4153+54d260d73",
|
|
50
|
+
"@react-aria/selection": "3.0.0-nightly.2444+54d260d73",
|
|
51
|
+
"@react-aria/separator": "3.0.0-nightly.2444+54d260d73",
|
|
52
|
+
"@react-aria/slider": "3.7.1-nightly.4153+54d260d73",
|
|
53
|
+
"@react-aria/ssr": "3.8.1-nightly.4153+54d260d73",
|
|
54
|
+
"@react-aria/switch": "3.0.0-nightly.2444+54d260d73",
|
|
55
|
+
"@react-aria/table": "3.12.1-nightly.4153+54d260d73",
|
|
56
|
+
"@react-aria/tabs": "3.7.1-nightly.4153+54d260d73",
|
|
57
|
+
"@react-aria/tag": "3.0.0-nightly.2444+54d260d73",
|
|
58
|
+
"@react-aria/textfield": "3.0.0-nightly.2444+54d260d73",
|
|
59
|
+
"@react-aria/tooltip": "3.0.0-nightly.2444+54d260d73",
|
|
60
|
+
"@react-aria/utils": "3.0.0-nightly.2444+54d260d73",
|
|
61
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2444+54d260d73",
|
|
62
|
+
"@react-types/shared": "3.0.0-nightly.2444+54d260d73"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "54d260d736f3e24d02c4277e593f4ab34930f9bd"
|
|
72
72
|
}
|