@adobe/react-spectrum 3.18.0 → 3.21.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/main.js +18 -1
- package/dist/module.js +5 -1
- package/dist/types.d.ts +46 -1
- package/package.json +49 -46
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.SSRProvider = exports.useNumberFormatter = exports.useMessageFormatter = exports.useLocale = exports.useFilter = exports.useDateFormatter = exports.useCollator = exports.VisuallyHidden = exports.useTreeData = exports.useListData = exports.useAsyncList = exports.Section = exports.Item = exports.Well = exports.View = exports.Header = exports.Footer = exports.Content = exports.TooltipTrigger = exports.Tooltip = exports.lightTheme = exports.defaultTheme = exports.darkTheme = exports.TextField = exports.TextArea = exports.TabPanels = exports.TabList = exports.Tabs = exports.Cell = exports.Row = exports.Column = exports.TableBody = exports.TableHeader = exports.TableView = exports.Text = exports.Keyboard = exports.Heading = exports.Switch = exports.StatusLight = exports.SearchField = exports.Slider = exports.RangeSlider = exports.RadioGroup = exports.Radio = exports.useProvider = exports.Provider = exports.ProgressCircle = exports.ProgressBar = exports.Picker = exports.NumberField = exports.Meter = exports.MenuTrigger = exports.Menu = exports.ActionMenu = exports.ListBox = exports.Link = exports.repeat = exports.minmax = exports.fitContent = exports.Grid = exports.Flex = exports.Image = exports.IllustratedMessage = exports.Icon = exports.Form = exports.Divider = exports.useDialogContainer = exports.DialogContainer = exports.DialogTrigger = exports.Dialog = exports.AlertDialog = exports.ContextualHelp = exports.ComboBox = exports.CheckboxGroup = exports.Checkbox = exports.ButtonGroup = exports.ToggleButton = exports.LogicButton = exports.Button = exports.ActionButton = exports.Breadcrumbs = exports.ActionGroup = void 0;
|
|
4
|
+
exports.SSRProvider = exports.useNumberFormatter = exports.useMessageFormatter = exports.useLocalizedStringFormatter = exports.useLocale = exports.useFilter = exports.useDateFormatter = exports.useCollator = exports.VisuallyHidden = exports.useTreeData = exports.useListData = exports.useAsyncList = exports.Section = exports.Item = exports.Well = exports.View = exports.Header = exports.Footer = exports.Content = exports.TooltipTrigger = exports.Tooltip = exports.lightTheme = exports.defaultTheme = exports.darkTheme = exports.TextField = exports.TextArea = exports.TabPanels = exports.TabList = exports.Tabs = exports.Cell = exports.Row = exports.Column = exports.TableBody = exports.TableHeader = exports.TableView = exports.Text = exports.Keyboard = exports.Heading = exports.Switch = exports.StatusLight = exports.SearchField = exports.Slider = exports.RangeSlider = exports.RadioGroup = exports.Radio = exports.useProvider = exports.Provider = exports.ProgressCircle = exports.ProgressBar = exports.Picker = exports.NumberField = exports.Meter = exports.MenuTrigger = exports.Menu = exports.ActionMenu = exports.ListView = exports.ListBox = exports.Link = exports.repeat = exports.minmax = exports.fitContent = exports.Grid = exports.Flex = exports.Image = exports.IllustratedMessage = exports.Icon = exports.Form = exports.Divider = exports.TimeField = exports.DateRangePicker = exports.DatePicker = exports.DateField = exports.useDialogContainer = exports.DialogContainer = exports.DialogTrigger = exports.Dialog = exports.AlertDialog = exports.ContextualHelp = exports.ComboBox = exports.CheckboxGroup = exports.Checkbox = exports.RangeCalendar = exports.Calendar = exports.ButtonGroup = exports.ToggleButton = exports.LogicButton = exports.Button = exports.ActionButton = exports.Breadcrumbs = exports.ActionGroup = void 0;
|
|
5
5
|
|
|
6
6
|
var _actiongroup = require("@react-spectrum/actiongroup");
|
|
7
7
|
|
|
@@ -22,6 +22,11 @@ var _buttongroup = require("@react-spectrum/buttongroup");
|
|
|
22
22
|
|
|
23
23
|
exports.ButtonGroup = _buttongroup.ButtonGroup;
|
|
24
24
|
|
|
25
|
+
var _calendar = require("@react-spectrum/calendar");
|
|
26
|
+
|
|
27
|
+
exports.Calendar = _calendar.Calendar;
|
|
28
|
+
exports.RangeCalendar = _calendar.RangeCalendar;
|
|
29
|
+
|
|
25
30
|
var _checkbox = require("@react-spectrum/checkbox");
|
|
26
31
|
|
|
27
32
|
exports.Checkbox = _checkbox.Checkbox;
|
|
@@ -43,6 +48,13 @@ exports.DialogTrigger = _dialog.DialogTrigger;
|
|
|
43
48
|
exports.DialogContainer = _dialog.DialogContainer;
|
|
44
49
|
exports.useDialogContainer = _dialog.useDialogContainer;
|
|
45
50
|
|
|
51
|
+
var _datepicker = require("@react-spectrum/datepicker");
|
|
52
|
+
|
|
53
|
+
exports.DateField = _datepicker.DateField;
|
|
54
|
+
exports.DatePicker = _datepicker.DatePicker;
|
|
55
|
+
exports.DateRangePicker = _datepicker.DateRangePicker;
|
|
56
|
+
exports.TimeField = _datepicker.TimeField;
|
|
57
|
+
|
|
46
58
|
var _divider = require("@react-spectrum/divider");
|
|
47
59
|
|
|
48
60
|
exports.Divider = _divider.Divider;
|
|
@@ -79,6 +91,10 @@ var _listbox = require("@react-spectrum/listbox");
|
|
|
79
91
|
|
|
80
92
|
exports.ListBox = _listbox.ListBox;
|
|
81
93
|
|
|
94
|
+
var _list = require("@react-spectrum/list");
|
|
95
|
+
|
|
96
|
+
exports.ListView = _list.ListView;
|
|
97
|
+
|
|
82
98
|
var _menu = require("@react-spectrum/menu");
|
|
83
99
|
|
|
84
100
|
exports.ActionMenu = _menu.ActionMenu;
|
|
@@ -204,6 +220,7 @@ exports.useCollator = _i18n.useCollator;
|
|
|
204
220
|
exports.useDateFormatter = _i18n.useDateFormatter;
|
|
205
221
|
exports.useFilter = _i18n.useFilter;
|
|
206
222
|
exports.useLocale = _i18n.useLocale;
|
|
223
|
+
exports.useLocalizedStringFormatter = _i18n.useLocalizedStringFormatter;
|
|
207
224
|
exports.useMessageFormatter = _i18n.useMessageFormatter;
|
|
208
225
|
exports.useNumberFormatter = _i18n.useNumberFormatter;
|
|
209
226
|
|
package/dist/module.js
CHANGED
|
@@ -14,10 +14,12 @@ export {ActionGroup} from '@react-spectrum/actiongroup';
|
|
|
14
14
|
export {Breadcrumbs} from '@react-spectrum/breadcrumbs';
|
|
15
15
|
export {ActionButton, Button, LogicButton, ToggleButton} from '@react-spectrum/button';
|
|
16
16
|
export {ButtonGroup} from '@react-spectrum/buttongroup';
|
|
17
|
+
export {Calendar, RangeCalendar} from '@react-spectrum/calendar';
|
|
17
18
|
export {Checkbox, CheckboxGroup} from '@react-spectrum/checkbox';
|
|
18
19
|
export {ComboBox} from '@react-spectrum/combobox';
|
|
19
20
|
export {ContextualHelp} from '@react-spectrum/contextualhelp';
|
|
20
21
|
export {AlertDialog, Dialog, DialogTrigger, DialogContainer, useDialogContainer} from '@react-spectrum/dialog';
|
|
22
|
+
export {DateField, DatePicker, DateRangePicker, TimeField} from '@react-spectrum/datepicker';
|
|
21
23
|
export {Divider} from '@react-spectrum/divider';
|
|
22
24
|
export {Form} from '@react-spectrum/form';
|
|
23
25
|
export {Icon} from '@react-spectrum/icon';
|
|
@@ -26,6 +28,7 @@ export {Image} from '@react-spectrum/image';
|
|
|
26
28
|
export {Flex, Grid, fitContent, minmax, repeat} from '@react-spectrum/layout';
|
|
27
29
|
export {Link} from '@react-spectrum/link';
|
|
28
30
|
export {ListBox} from '@react-spectrum/listbox';
|
|
31
|
+
export {ListView} from '@react-spectrum/list';
|
|
29
32
|
export {ActionMenu, Menu, MenuTrigger} from '@react-spectrum/menu';
|
|
30
33
|
export {Meter} from '@react-spectrum/meter';
|
|
31
34
|
export {NumberField} from '@react-spectrum/numberfield';
|
|
@@ -50,5 +53,6 @@ export {Well} from '@react-spectrum/well';
|
|
|
50
53
|
export {Item, Section} from '@react-stately/collections';
|
|
51
54
|
export {useAsyncList, useListData, useTreeData} from '@react-stately/data';
|
|
52
55
|
export {VisuallyHidden} from '@react-aria/visually-hidden';
|
|
53
|
-
export {useCollator, useDateFormatter, useFilter, useLocale, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
56
|
+
export {useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
54
57
|
export {SSRProvider} from '@react-aria/ssr';
|
|
58
|
+
|
package/dist/types.d.ts
CHANGED
|
@@ -14,10 +14,12 @@ export {ActionGroup} from '@react-spectrum/actiongroup';
|
|
|
14
14
|
export {Breadcrumbs} from '@react-spectrum/breadcrumbs';
|
|
15
15
|
export {ActionButton, Button, LogicButton, ToggleButton} from '@react-spectrum/button';
|
|
16
16
|
export {ButtonGroup} from '@react-spectrum/buttongroup';
|
|
17
|
+
export {Calendar, RangeCalendar} from '@react-spectrum/calendar';
|
|
17
18
|
export {Checkbox, CheckboxGroup} from '@react-spectrum/checkbox';
|
|
18
19
|
export {ComboBox} from '@react-spectrum/combobox';
|
|
19
20
|
export {ContextualHelp} from '@react-spectrum/contextualhelp';
|
|
20
21
|
export {AlertDialog, Dialog, DialogTrigger, DialogContainer, useDialogContainer} from '@react-spectrum/dialog';
|
|
22
|
+
export {DateField, DatePicker, DateRangePicker, TimeField} from '@react-spectrum/datepicker';
|
|
21
23
|
export {Divider} from '@react-spectrum/divider';
|
|
22
24
|
export {Form} from '@react-spectrum/form';
|
|
23
25
|
export {Icon} from '@react-spectrum/icon';
|
|
@@ -26,6 +28,7 @@ export {Image} from '@react-spectrum/image';
|
|
|
26
28
|
export {Flex, Grid, fitContent, minmax, repeat} from '@react-spectrum/layout';
|
|
27
29
|
export {Link} from '@react-spectrum/link';
|
|
28
30
|
export {ListBox} from '@react-spectrum/listbox';
|
|
31
|
+
export {ListView} from '@react-spectrum/list';
|
|
29
32
|
export {ActionMenu, Menu, MenuTrigger} from '@react-spectrum/menu';
|
|
30
33
|
export {Meter} from '@react-spectrum/meter';
|
|
31
34
|
export {NumberField} from '@react-spectrum/numberfield';
|
|
@@ -50,5 +53,47 @@ export {Well} from '@react-spectrum/well';
|
|
|
50
53
|
export {Item, Section} from '@react-stately/collections';
|
|
51
54
|
export {useAsyncList, useListData, useTreeData} from '@react-stately/data';
|
|
52
55
|
export {VisuallyHidden} from '@react-aria/visually-hidden';
|
|
53
|
-
export {useCollator, useDateFormatter, useFilter, useLocale, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
56
|
+
export {useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
54
57
|
export {SSRProvider} from '@react-aria/ssr';
|
|
58
|
+
|
|
59
|
+
export type {SpectrumActionGroupProps} from '@react-spectrum/actiongroup';
|
|
60
|
+
export type {SpectrumBreadcrumbsProps} from '@react-spectrum/breadcrumbs';
|
|
61
|
+
export type {SpectrumActionButtonProps, SpectrumButtonProps, SpectrumLogicButtonProps, SpectrumToggleButtonProps} from '@react-spectrum/button';
|
|
62
|
+
export type {SpectrumButtonGroupProps} from '@react-spectrum/buttongroup';
|
|
63
|
+
export type {SpectrumCalendarProps, SpectrumRangeCalendarProps} from '@react-spectrum/calendar';
|
|
64
|
+
export type {SpectrumCheckboxGroupProps, SpectrumCheckboxProps} from '@react-spectrum/checkbox';
|
|
65
|
+
export type {SpectrumComboBoxProps} from '@react-spectrum/combobox';
|
|
66
|
+
export type {SpectrumContextualHelpProps} from '@react-spectrum/contextualhelp';
|
|
67
|
+
export type {DialogContainerValue, SpectrumAlertDialogProps, SpectrumDialogContainerProps, SpectrumDialogProps, SpectrumDialogTriggerProps} from '@react-spectrum/dialog';
|
|
68
|
+
export type {SpectrumDateFieldProps, SpectrumDatePickerProps, SpectrumDateRangePickerProps, SpectrumTimeFieldProps} from '@react-spectrum/datepicker';
|
|
69
|
+
export type {SpectrumDividerProps} from '@react-spectrum/divider';
|
|
70
|
+
export type {SpectrumFormProps} from '@react-spectrum/form';
|
|
71
|
+
export type {IconProps} from '@react-spectrum/icon';
|
|
72
|
+
export type {SpectrumIllustratedMessageProps} from '@react-spectrum/illustratedmessage';
|
|
73
|
+
export type {SpectrumImageProps} from '@react-spectrum/image';
|
|
74
|
+
export type {DimensionValue, FlexProps, GridProps} from '@react-spectrum/layout';
|
|
75
|
+
export type {SpectrumLinkProps} from '@react-spectrum/link';
|
|
76
|
+
export type {SpectrumListBoxProps} from '@react-spectrum/listbox';
|
|
77
|
+
export type {SpectrumListViewProps} from '@react-spectrum/list';
|
|
78
|
+
export type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-spectrum/menu';
|
|
79
|
+
export type {SpectrumMeterProps} from '@react-spectrum/meter';
|
|
80
|
+
export type {SpectrumNumberFieldProps} from '@react-spectrum/numberfield';
|
|
81
|
+
export type {SpectrumPickerProps} from '@react-spectrum/picker';
|
|
82
|
+
export type {SpectrumProgressBarProps, SpectrumProgressCircleProps} from '@react-spectrum/progress';
|
|
83
|
+
export type {ProviderContext, ProviderProps} from '@react-spectrum/provider';
|
|
84
|
+
export type {SpectrumRadioGroupProps, SpectrumRadioProps} from '@react-spectrum/radio';
|
|
85
|
+
export type {SpectrumRangeSliderProps, SpectrumSliderProps} from '@react-spectrum/slider';
|
|
86
|
+
export type {SpectrumSearchFieldProps} from '@react-spectrum/searchfield';
|
|
87
|
+
export type {SpectrumStatusLightProps} from '@react-spectrum/statuslight';
|
|
88
|
+
export type {SpectrumSwitchProps} from '@react-spectrum/switch';
|
|
89
|
+
export type {HeadingProps, KeyboardProps, TextProps} from '@react-spectrum/text';
|
|
90
|
+
export type {SpectrumTableProps, SpectrumColumnProps, TableHeaderProps, TableBodyProps, RowProps, CellProps} from '@react-spectrum/table';
|
|
91
|
+
export type {SpectrumTabListProps, SpectrumTabPanelsProps, SpectrumTabsProps} from '@react-spectrum/tabs';
|
|
92
|
+
export type {SpectrumTextFieldProps} from '@react-spectrum/textfield';
|
|
93
|
+
export type {SpectrumTooltipProps, SpectrumTooltipTriggerProps} from '@react-spectrum/tooltip';
|
|
94
|
+
export type {ContentProps, FooterProps, HeaderProps, ViewProps} from '@react-spectrum/view';
|
|
95
|
+
export type {SpectrumWellProps} from '@react-spectrum/well';
|
|
96
|
+
export type {AsyncListData, AsyncListOptions, ListData, ListOptions, TreeData, TreeOptions} from '@react-stately/data';
|
|
97
|
+
export type {VisuallyHiddenAria, VisuallyHiddenProps} from '@react-aria/visually-hidden';
|
|
98
|
+
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, Locale, LocalizedStrings} from '@react-aria/i18n';
|
|
99
|
+
export type {SSRProviderProps} from '@react-aria/ssr';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-spectrum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.21.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -12,56 +12,59 @@
|
|
|
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/i18n": "^3.
|
|
23
|
-
"@react-aria/ssr": "^3.
|
|
24
|
-
"@react-aria/visually-hidden": "^3.
|
|
25
|
-
"@react-spectrum/actiongroup": "^3.
|
|
26
|
-
"@react-spectrum/breadcrumbs": "^3.
|
|
27
|
-
"@react-spectrum/button": "^3.
|
|
28
|
-
"@react-spectrum/buttongroup": "^3.
|
|
29
|
-
"@react-spectrum/
|
|
30
|
-
"@react-spectrum/
|
|
31
|
-
"@react-spectrum/
|
|
32
|
-
"@react-spectrum/
|
|
33
|
-
"@react-spectrum/
|
|
34
|
-
"@react-spectrum/
|
|
35
|
-
"@react-spectrum/
|
|
36
|
-
"@react-spectrum/
|
|
37
|
-
"@react-spectrum/
|
|
38
|
-
"@react-spectrum/
|
|
39
|
-
"@react-spectrum/
|
|
40
|
-
"@react-spectrum/
|
|
41
|
-
"@react-spectrum/
|
|
42
|
-
"@react-spectrum/
|
|
43
|
-
"@react-spectrum/
|
|
44
|
-
"@react-spectrum/
|
|
45
|
-
"@react-spectrum/
|
|
46
|
-
"@react-spectrum/
|
|
47
|
-
"@react-spectrum/
|
|
48
|
-
"@react-spectrum/
|
|
49
|
-
"@react-spectrum/
|
|
50
|
-
"@react-spectrum/
|
|
51
|
-
"@react-spectrum/
|
|
52
|
-
"@react-spectrum/
|
|
53
|
-
"@react-spectrum/
|
|
54
|
-
"@react-spectrum/
|
|
55
|
-
"@react-spectrum/
|
|
56
|
-
"@react-spectrum/
|
|
57
|
-
"@react-spectrum/
|
|
58
|
-
"@react-spectrum/
|
|
59
|
-
"@react-spectrum/
|
|
60
|
-
"@react-spectrum/
|
|
61
|
-
"@react-spectrum/
|
|
62
|
-
"@react-spectrum/
|
|
63
|
-
"@react-
|
|
64
|
-
"@react-
|
|
22
|
+
"@react-aria/i18n": "^3.6.0",
|
|
23
|
+
"@react-aria/ssr": "^3.3.0",
|
|
24
|
+
"@react-aria/visually-hidden": "^3.4.1",
|
|
25
|
+
"@react-spectrum/actiongroup": "^3.6.1",
|
|
26
|
+
"@react-spectrum/breadcrumbs": "^3.5.1",
|
|
27
|
+
"@react-spectrum/button": "^3.9.1",
|
|
28
|
+
"@react-spectrum/buttongroup": "^3.4.1",
|
|
29
|
+
"@react-spectrum/calendar": "^3.1.1",
|
|
30
|
+
"@react-spectrum/checkbox": "^3.5.1",
|
|
31
|
+
"@react-spectrum/combobox": "^3.5.1",
|
|
32
|
+
"@react-spectrum/contextualhelp": "^3.2.1",
|
|
33
|
+
"@react-spectrum/datepicker": "^3.1.1",
|
|
34
|
+
"@react-spectrum/dialog": "^3.5.1",
|
|
35
|
+
"@react-spectrum/divider": "^3.4.1",
|
|
36
|
+
"@react-spectrum/form": "^3.4.1",
|
|
37
|
+
"@react-spectrum/icon": "^3.6.0",
|
|
38
|
+
"@react-spectrum/illustratedmessage": "^3.3.1",
|
|
39
|
+
"@react-spectrum/image": "^3.3.1",
|
|
40
|
+
"@react-spectrum/layout": "^3.4.1",
|
|
41
|
+
"@react-spectrum/link": "^3.4.1",
|
|
42
|
+
"@react-spectrum/list": "^3.0.0",
|
|
43
|
+
"@react-spectrum/listbox": "^3.7.1",
|
|
44
|
+
"@react-spectrum/menu": "^3.8.1",
|
|
45
|
+
"@react-spectrum/meter": "^3.3.1",
|
|
46
|
+
"@react-spectrum/numberfield": "^3.4.1",
|
|
47
|
+
"@react-spectrum/overlays": "^3.7.1",
|
|
48
|
+
"@react-spectrum/picker": "^3.7.1",
|
|
49
|
+
"@react-spectrum/progress": "^3.3.1",
|
|
50
|
+
"@react-spectrum/provider": "^3.5.1",
|
|
51
|
+
"@react-spectrum/radio": "^3.3.1",
|
|
52
|
+
"@react-spectrum/searchfield": "^3.5.1",
|
|
53
|
+
"@react-spectrum/slider": "^3.2.1",
|
|
54
|
+
"@react-spectrum/statuslight": "^3.4.1",
|
|
55
|
+
"@react-spectrum/switch": "^3.3.1",
|
|
56
|
+
"@react-spectrum/table": "^3.3.1",
|
|
57
|
+
"@react-spectrum/tabs": "^3.3.1",
|
|
58
|
+
"@react-spectrum/text": "^3.3.1",
|
|
59
|
+
"@react-spectrum/textfield": "^3.7.0",
|
|
60
|
+
"@react-spectrum/theme-dark": "^3.3.3",
|
|
61
|
+
"@react-spectrum/theme-default": "^3.3.3",
|
|
62
|
+
"@react-spectrum/theme-light": "^3.2.3",
|
|
63
|
+
"@react-spectrum/tooltip": "^3.3.1",
|
|
64
|
+
"@react-spectrum/view": "^3.3.1",
|
|
65
|
+
"@react-spectrum/well": "^3.3.1",
|
|
66
|
+
"@react-stately/collections": "^3.4.3",
|
|
67
|
+
"@react-stately/data": "^3.6.1"
|
|
65
68
|
},
|
|
66
69
|
"publishConfig": {
|
|
67
70
|
"access": "public"
|
|
@@ -70,5 +73,5 @@
|
|
|
70
73
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
71
74
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
72
75
|
},
|
|
73
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "b03ef51e6317547dd0a840f151e59d039b1e1fd3"
|
|
74
77
|
}
|