react-aria 3.17.1-nightly.3378 → 3.18.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/module.js +0 -30
- package/package.json +34 -34
package/dist/module.js
CHANGED
|
@@ -42,33 +42,3 @@ export {useTooltip, useTooltipTrigger} from '@react-aria/tooltip';
|
|
|
42
42
|
export {chain, mergeProps, useId} from '@react-aria/utils';
|
|
43
43
|
export {VisuallyHidden, useVisuallyHidden} from '@react-aria/visually-hidden';
|
|
44
44
|
|
|
45
|
-
export type {AriaBreadcrumbItemProps, AriaBreadcrumbsProps, BreadcrumbItemAria, BreadcrumbsAria} from '@react-aria/breadcrumbs';
|
|
46
|
-
export type {AriaButtonProps, AriaToggleButtonProps, ButtonAria} from '@react-aria/button';
|
|
47
|
-
export type {AriaCalendarCellProps, AriaCalendarGridProps, CalendarAria, CalendarCellAria, CalendarGridAria, CalendarProps, RangeCalendarProps} from '@react-aria/calendar';
|
|
48
|
-
export type {AriaCheckboxGroupItemProps, AriaCheckboxGroupProps, AriaCheckboxProps, CheckboxAria, CheckboxGroupAria} from '@react-aria/checkbox';
|
|
49
|
-
export type {AriaComboBoxOptions, ComboBoxAria} from '@react-aria/combobox';
|
|
50
|
-
export type {AriaDateFieldProps, AriaDatePickerProps, AriaDateRangePickerProps, AriaTimeFieldProps, DateFieldAria, DatePickerAria, DateRangePickerAria, DateSegmentAria} from '@react-aria/datepicker';
|
|
51
|
-
export type {AriaDialogProps, DialogAria} from '@react-aria/dialog';
|
|
52
|
-
export type {AriaFocusRingProps, FocusableAria, FocusableOptions, FocusManager, FocusManagerOptions, FocusRingAria, FocusRingProps, FocusScopeProps} from '@react-aria/focus';
|
|
53
|
-
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, I18nProviderProps, Locale, LocalizedStrings} from '@react-aria/i18n';
|
|
54
|
-
export type {FocusProps, FocusResult, FocusVisibleResult, FocusWithinProps, FocusWithinResult, HoverProps, HoverResult, InteractOutsideProps, KeyboardProps, KeyboardResult, LongPressProps, LongPressResult, MoveEvents, MoveResult, PressHookProps, PressProps, PressResult, ScrollWheelProps} from '@react-aria/interactions';
|
|
55
|
-
export type {AriaFieldProps, FieldAria, LabelAria, LabelAriaProps} from '@react-aria/label';
|
|
56
|
-
export type {AriaLinkOptions, LinkAria} from '@react-aria/link';
|
|
57
|
-
export type {AriaListBoxOptions, AriaListBoxSectionProps, AriaOptionProps, ListBoxAria, ListBoxSectionAria, OptionAria} from '@react-aria/listbox';
|
|
58
|
-
export type {AriaMenuItemProps, AriaMenuOptions, AriaMenuSectionProps, AriaMenuTriggerProps, MenuAria, MenuItemAria, MenuSectionAria, MenuTriggerAria} from '@react-aria/menu';
|
|
59
|
-
export type {AriaMeterProps, MeterAria} from '@react-aria/meter';
|
|
60
|
-
export type {AriaNumberFieldProps, NumberFieldAria} from '@react-aria/numberfield';
|
|
61
|
-
export type {AriaModalOptions, AriaOverlayProps, AriaPositionProps, DismissButtonProps, ModalAria, OverlayAria, OverlayContainerProps, OverlayTriggerAria, OverlayTriggerProps, PositionAria} from '@react-aria/overlays';
|
|
62
|
-
export type {AriaProgressBarProps, ProgressBarAria} from '@react-aria/progress';
|
|
63
|
-
export type {AriaRadioGroupProps, AriaRadioProps, RadioAria, RadioGroupAria} from '@react-aria/radio';
|
|
64
|
-
export type {AriaSearchFieldProps, SearchFieldAria} from '@react-aria/searchfield';
|
|
65
|
-
export type {AriaHiddenSelectProps, AriaSelectOptions, HiddenSelectProps, SelectAria} from '@react-aria/select';
|
|
66
|
-
export type {SeparatorAria, SeparatorProps} from '@react-aria/separator';
|
|
67
|
-
export type {SSRProviderProps} from '@react-aria/ssr';
|
|
68
|
-
export type {AriaSliderProps, AriaSliderThumbOptions, SliderAria, SliderThumbAria} from '@react-aria/slider';
|
|
69
|
-
export type {AriaSwitchProps, SwitchAria} from '@react-aria/switch';
|
|
70
|
-
export type {AriaTableCellProps, AriaTableColumnHeaderProps, AriaTableProps, AriaTableSelectionCheckboxProps, GridAria, GridRowAria, GridRowProps, TableCellAria, TableColumnHeaderAria, TableHeaderRowAria, TableSelectAllCheckboxAria, TableSelectionCheckboxAria} from '@react-aria/table';
|
|
71
|
-
export type {AriaTabListProps, AriaTabPanelProps, AriaTabProps, TabAria, TabListAria, TabPanelAria} from '@react-aria/tabs';
|
|
72
|
-
export type {AriaTextFieldOptions, AriaTextFieldProps, TextFieldAria} from '@react-aria/textfield';
|
|
73
|
-
export type {AriaTooltipProps, TooltipAria, TooltipTriggerAria, TooltipTriggerProps} from '@react-aria/tooltip';
|
|
74
|
-
export type {VisuallyHiddenAria, VisuallyHiddenProps} from '@react-aria/visually-hidden';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-aria",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.18.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -12,44 +12,44 @@
|
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"scripts": {
|
|
15
|
-
"prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts;
|
|
15
|
+
"prepublishOnly": "mkdir -p dist; cp src/index.ts dist/types.d.ts; grep -v '^export type' src/index.ts > dist/module.js; babel --root-mode upward src/index.ts -o dist/main.js"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "https://github.com/adobe/react-spectrum"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@react-aria/breadcrumbs": "3.
|
|
23
|
-
"@react-aria/button": "3.
|
|
24
|
-
"@react-aria/calendar": "3.0.
|
|
25
|
-
"@react-aria/checkbox": "3.
|
|
26
|
-
"@react-aria/combobox": "3.
|
|
27
|
-
"@react-aria/datepicker": "3.
|
|
28
|
-
"@react-aria/dialog": "3.
|
|
29
|
-
"@react-aria/focus": "3.
|
|
30
|
-
"@react-aria/i18n": "3.
|
|
31
|
-
"@react-aria/interactions": "3.
|
|
32
|
-
"@react-aria/label": "3.
|
|
33
|
-
"@react-aria/link": "3.
|
|
34
|
-
"@react-aria/listbox": "3.
|
|
35
|
-
"@react-aria/menu": "3.
|
|
36
|
-
"@react-aria/meter": "3.
|
|
37
|
-
"@react-aria/numberfield": "3.
|
|
38
|
-
"@react-aria/overlays": "3.
|
|
39
|
-
"@react-aria/progress": "3.
|
|
40
|
-
"@react-aria/radio": "3.
|
|
41
|
-
"@react-aria/searchfield": "3.
|
|
42
|
-
"@react-aria/select": "3.
|
|
43
|
-
"@react-aria/separator": "3.
|
|
44
|
-
"@react-aria/slider": "3.
|
|
45
|
-
"@react-aria/ssr": "3.
|
|
46
|
-
"@react-aria/switch": "3.
|
|
47
|
-
"@react-aria/table": "3.
|
|
48
|
-
"@react-aria/tabs": "3.
|
|
49
|
-
"@react-aria/textfield": "3.
|
|
50
|
-
"@react-aria/tooltip": "3.
|
|
51
|
-
"@react-aria/utils": "3.
|
|
52
|
-
"@react-aria/visually-hidden": "3.
|
|
22
|
+
"@react-aria/breadcrumbs": "^3.3.0",
|
|
23
|
+
"@react-aria/button": "^3.6.0",
|
|
24
|
+
"@react-aria/calendar": "^3.0.1",
|
|
25
|
+
"@react-aria/checkbox": "^3.5.0",
|
|
26
|
+
"@react-aria/combobox": "^3.4.0",
|
|
27
|
+
"@react-aria/datepicker": "^3.1.0",
|
|
28
|
+
"@react-aria/dialog": "^3.3.0",
|
|
29
|
+
"@react-aria/focus": "^3.7.0",
|
|
30
|
+
"@react-aria/i18n": "^3.5.0",
|
|
31
|
+
"@react-aria/interactions": "^3.10.0",
|
|
32
|
+
"@react-aria/label": "^3.4.0",
|
|
33
|
+
"@react-aria/link": "^3.3.2",
|
|
34
|
+
"@react-aria/listbox": "^3.6.0",
|
|
35
|
+
"@react-aria/menu": "^3.6.0",
|
|
36
|
+
"@react-aria/meter": "^3.3.0",
|
|
37
|
+
"@react-aria/numberfield": "^3.3.0",
|
|
38
|
+
"@react-aria/overlays": "^3.10.0",
|
|
39
|
+
"@react-aria/progress": "^3.3.0",
|
|
40
|
+
"@react-aria/radio": "^3.3.0",
|
|
41
|
+
"@react-aria/searchfield": "^3.4.0",
|
|
42
|
+
"@react-aria/select": "^3.8.0",
|
|
43
|
+
"@react-aria/separator": "^3.2.2",
|
|
44
|
+
"@react-aria/slider": "^3.2.0",
|
|
45
|
+
"@react-aria/ssr": "^3.3.0",
|
|
46
|
+
"@react-aria/switch": "^3.2.2",
|
|
47
|
+
"@react-aria/table": "^3.4.0",
|
|
48
|
+
"@react-aria/tabs": "^3.3.0",
|
|
49
|
+
"@react-aria/textfield": "^3.7.0",
|
|
50
|
+
"@react-aria/tooltip": "^3.3.0",
|
|
51
|
+
"@react-aria/utils": "^3.13.2",
|
|
52
|
+
"@react-aria/visually-hidden": "^3.4.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "cd7c0ec917122c7612f653c22f8ed558f8b66ecd"
|
|
62
62
|
}
|