@adobe/react-spectrum 3.20.0 → 3.21.2
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 +5 -1
- package/dist/module.js +1 -0
- package/dist/types.d.ts +2 -0
- package/package.json +47 -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.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.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;
|
|
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
|
|
|
@@ -91,6 +91,10 @@ var _listbox = require("@react-spectrum/listbox");
|
|
|
91
91
|
|
|
92
92
|
exports.ListBox = _listbox.ListBox;
|
|
93
93
|
|
|
94
|
+
var _list = require("@react-spectrum/list");
|
|
95
|
+
|
|
96
|
+
exports.ListView = _list.ListView;
|
|
97
|
+
|
|
94
98
|
var _menu = require("@react-spectrum/menu");
|
|
95
99
|
|
|
96
100
|
exports.ActionMenu = _menu.ActionMenu;
|
package/dist/module.js
CHANGED
|
@@ -28,6 +28,7 @@ export {Image} from '@react-spectrum/image';
|
|
|
28
28
|
export {Flex, Grid, fitContent, minmax, repeat} from '@react-spectrum/layout';
|
|
29
29
|
export {Link} from '@react-spectrum/link';
|
|
30
30
|
export {ListBox} from '@react-spectrum/listbox';
|
|
31
|
+
export {ListView} from '@react-spectrum/list';
|
|
31
32
|
export {ActionMenu, Menu, MenuTrigger} from '@react-spectrum/menu';
|
|
32
33
|
export {Meter} from '@react-spectrum/meter';
|
|
33
34
|
export {NumberField} from '@react-spectrum/numberfield';
|
package/dist/types.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export {Image} from '@react-spectrum/image';
|
|
|
28
28
|
export {Flex, Grid, fitContent, minmax, repeat} from '@react-spectrum/layout';
|
|
29
29
|
export {Link} from '@react-spectrum/link';
|
|
30
30
|
export {ListBox} from '@react-spectrum/listbox';
|
|
31
|
+
export {ListView} from '@react-spectrum/list';
|
|
31
32
|
export {ActionMenu, Menu, MenuTrigger} from '@react-spectrum/menu';
|
|
32
33
|
export {Meter} from '@react-spectrum/meter';
|
|
33
34
|
export {NumberField} from '@react-spectrum/numberfield';
|
|
@@ -73,6 +74,7 @@ export type {SpectrumImageProps} from '@react-spectrum/image';
|
|
|
73
74
|
export type {DimensionValue, FlexProps, GridProps} from '@react-spectrum/layout';
|
|
74
75
|
export type {SpectrumLinkProps} from '@react-spectrum/link';
|
|
75
76
|
export type {SpectrumListBoxProps} from '@react-spectrum/listbox';
|
|
77
|
+
export type {SpectrumListViewProps} from '@react-spectrum/list';
|
|
76
78
|
export type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-spectrum/menu';
|
|
77
79
|
export type {SpectrumMeterProps} from '@react-spectrum/meter';
|
|
78
80
|
export type {SpectrumNumberFieldProps} from '@react-spectrum/numberfield';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-spectrum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.21.2",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -19,51 +19,52 @@
|
|
|
19
19
|
"url": "https://github.com/adobe/react-spectrum"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@react-aria/i18n": "^3.
|
|
22
|
+
"@react-aria/i18n": "^3.6.0",
|
|
23
23
|
"@react-aria/ssr": "^3.3.0",
|
|
24
|
-
"@react-aria/visually-hidden": "^3.4.
|
|
25
|
-
"@react-spectrum/actiongroup": "^3.6.
|
|
26
|
-
"@react-spectrum/breadcrumbs": "^3.5.
|
|
27
|
-
"@react-spectrum/button": "^3.9.
|
|
28
|
-
"@react-spectrum/buttongroup": "^3.4.
|
|
29
|
-
"@react-spectrum/calendar": "^3.1.
|
|
30
|
-
"@react-spectrum/checkbox": "^3.5.
|
|
31
|
-
"@react-spectrum/combobox": "^3.5.
|
|
32
|
-
"@react-spectrum/contextualhelp": "^3.2.
|
|
33
|
-
"@react-spectrum/datepicker": "^3.1.
|
|
34
|
-
"@react-spectrum/dialog": "^3.5.
|
|
35
|
-
"@react-spectrum/divider": "^3.4.
|
|
36
|
-
"@react-spectrum/form": "^3.4.
|
|
37
|
-
"@react-spectrum/icon": "^3.
|
|
38
|
-
"@react-spectrum/illustratedmessage": "^3.3.
|
|
39
|
-
"@react-spectrum/image": "^3.3.
|
|
40
|
-
"@react-spectrum/layout": "^3.4.
|
|
41
|
-
"@react-spectrum/link": "^3.4.
|
|
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/theme-
|
|
61
|
-
"@react-spectrum/theme-
|
|
62
|
-
"@react-spectrum/
|
|
63
|
-
"@react-spectrum/
|
|
64
|
-
"@react-spectrum/
|
|
65
|
-
"@react-
|
|
66
|
-
"@react-stately/
|
|
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.2",
|
|
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.2",
|
|
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"
|
|
67
68
|
},
|
|
68
69
|
"publishConfig": {
|
|
69
70
|
"access": "public"
|
|
@@ -72,5 +73,5 @@
|
|
|
72
73
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
73
74
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
74
75
|
},
|
|
75
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "14cfccece159a02569b8a036e1681ac761bef1b7"
|
|
76
77
|
}
|