react-aria 3.31.2-nightly.4411 → 3.31.2-nightly.4419
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 +39 -39
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, RouterProvider} from '@react-aria/utils';
|
|
46
|
+
export {chain, mergeProps, useId, useObjectRef, 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.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;
|
|
5
|
+
exports.useVisuallyHidden = exports.VisuallyHidden = exports.RouterProvider = exports.useObjectRef = 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.useObjectRef = _utils.useObjectRef;
|
|
224
225
|
exports.RouterProvider = _utils.RouterProvider;
|
|
225
226
|
|
|
226
227
|
var _visuallyHidden = require("@react-aria/visually-hidden");
|
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, RouterProvider} from '@react-aria/utils';
|
|
46
|
+
export {chain, mergeProps, useId, useObjectRef, 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, RouterProvider} from '@react-aria/utils';
|
|
46
|
+
export {chain, mergeProps, useId, useObjectRef, 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.31.2-nightly.
|
|
3
|
+
"version": "3.31.2-nightly.4419+5a0690fe9",
|
|
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.1-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.3-nightly.
|
|
46
|
-
"@react-aria/datepicker": "3.0.0-nightly.
|
|
47
|
-
"@react-aria/dialog": "3.0.0-nightly.
|
|
48
|
-
"@react-aria/dnd": "3.5.2-nightly.
|
|
49
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
50
|
-
"@react-aria/gridlist": "3.7.4-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.4-nightly.
|
|
56
|
-
"@react-aria/menu": "3.12.1-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.2-nightly.
|
|
64
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
65
|
-
"@react-aria/separator": "3.0.0-nightly.
|
|
66
|
-
"@react-aria/slider": "3.7.5-nightly.
|
|
67
|
-
"@react-aria/ssr": "3.9.2-nightly.
|
|
68
|
-
"@react-aria/switch": "3.0.0-nightly.
|
|
69
|
-
"@react-aria/table": "3.13.4-nightly.
|
|
70
|
-
"@react-aria/tabs": "3.8.4-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.1-nightly.4419+5a0690fe9",
|
|
41
|
+
"@react-aria/breadcrumbs": "3.0.0-nightly.2707+5a0690fe9",
|
|
42
|
+
"@react-aria/button": "3.0.0-nightly.2707+5a0690fe9",
|
|
43
|
+
"@react-aria/calendar": "3.0.0-nightly.2707+5a0690fe9",
|
|
44
|
+
"@react-aria/checkbox": "3.0.0-nightly.2707+5a0690fe9",
|
|
45
|
+
"@react-aria/combobox": "3.8.3-nightly.4419+5a0690fe9",
|
|
46
|
+
"@react-aria/datepicker": "3.0.0-nightly.2707+5a0690fe9",
|
|
47
|
+
"@react-aria/dialog": "3.0.0-nightly.2707+5a0690fe9",
|
|
48
|
+
"@react-aria/dnd": "3.5.2-nightly.4419+5a0690fe9",
|
|
49
|
+
"@react-aria/focus": "3.0.0-nightly.2707+5a0690fe9",
|
|
50
|
+
"@react-aria/gridlist": "3.7.4-nightly.4419+5a0690fe9",
|
|
51
|
+
"@react-aria/i18n": "3.0.0-nightly.2707+5a0690fe9",
|
|
52
|
+
"@react-aria/interactions": "3.0.0-nightly.2707+5a0690fe9",
|
|
53
|
+
"@react-aria/label": "3.0.0-nightly.2707+5a0690fe9",
|
|
54
|
+
"@react-aria/link": "3.0.0-nightly.2707+5a0690fe9",
|
|
55
|
+
"@react-aria/listbox": "3.11.4-nightly.4419+5a0690fe9",
|
|
56
|
+
"@react-aria/menu": "3.12.1-nightly.4419+5a0690fe9",
|
|
57
|
+
"@react-aria/meter": "3.0.0-nightly.2707+5a0690fe9",
|
|
58
|
+
"@react-aria/numberfield": "3.0.0-nightly.2707+5a0690fe9",
|
|
59
|
+
"@react-aria/overlays": "3.0.0-nightly.2707+5a0690fe9",
|
|
60
|
+
"@react-aria/progress": "3.0.0-nightly.2707+5a0690fe9",
|
|
61
|
+
"@react-aria/radio": "3.0.0-nightly.2707+5a0690fe9",
|
|
62
|
+
"@react-aria/searchfield": "3.0.0-nightly.2707+5a0690fe9",
|
|
63
|
+
"@react-aria/select": "3.14.2-nightly.4419+5a0690fe9",
|
|
64
|
+
"@react-aria/selection": "3.0.0-nightly.2707+5a0690fe9",
|
|
65
|
+
"@react-aria/separator": "3.0.0-nightly.2707+5a0690fe9",
|
|
66
|
+
"@react-aria/slider": "3.7.5-nightly.4419+5a0690fe9",
|
|
67
|
+
"@react-aria/ssr": "3.9.2-nightly.4419+5a0690fe9",
|
|
68
|
+
"@react-aria/switch": "3.0.0-nightly.2707+5a0690fe9",
|
|
69
|
+
"@react-aria/table": "3.13.4-nightly.4419+5a0690fe9",
|
|
70
|
+
"@react-aria/tabs": "3.8.4-nightly.4419+5a0690fe9",
|
|
71
|
+
"@react-aria/tag": "3.0.0-nightly.2707+5a0690fe9",
|
|
72
|
+
"@react-aria/textfield": "3.0.0-nightly.2707+5a0690fe9",
|
|
73
|
+
"@react-aria/tooltip": "3.0.0-nightly.2707+5a0690fe9",
|
|
74
|
+
"@react-aria/utils": "3.0.0-nightly.2707+5a0690fe9",
|
|
75
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2707+5a0690fe9",
|
|
76
|
+
"@react-types/shared": "3.0.0-nightly.2707+5a0690fe9"
|
|
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": "5a0690fe911ee3041b4bb3014273e19c79b5224e"
|
|
86
86
|
}
|