@adobe/react-spectrum 3.0.0-nightly.2116 → 3.0.0-nightly.2130
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 -0
- package/dist/main.js +5 -1
- package/dist/module.js +1 -0
- package/dist/types.d.ts +2 -0
- package/package.json +53 -52
package/dist/import.mjs
CHANGED
|
@@ -14,6 +14,7 @@ export {ActionGroup} from '@react-spectrum/actiongroup';
|
|
|
14
14
|
export {Badge} from '@react-spectrum/badge';
|
|
15
15
|
export {Breadcrumbs} from '@react-spectrum/breadcrumbs';
|
|
16
16
|
export {ActionButton, Button, LogicButton, ToggleButton} from '@react-spectrum/button';
|
|
17
|
+
export {Avatar} from '@react-spectrum/avatar';
|
|
17
18
|
export {ButtonGroup} from '@react-spectrum/buttongroup';
|
|
18
19
|
export {Calendar, RangeCalendar} from '@react-spectrum/calendar';
|
|
19
20
|
export {Checkbox, CheckboxGroup} from '@react-spectrum/checkbox';
|
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.DIRECTORY_DRAG_TYPE = exports.useDragAndDrop = 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.LabeledValue = 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.Badge = exports.ActionGroup = void 0;
|
|
4
|
+
exports.DIRECTORY_DRAG_TYPE = exports.useDragAndDrop = 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.LabeledValue = 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.Avatar = exports.ToggleButton = exports.LogicButton = exports.Button = exports.ActionButton = exports.Breadcrumbs = exports.Badge = exports.ActionGroup = void 0;
|
|
5
5
|
|
|
6
6
|
var _actiongroup = require("@react-spectrum/actiongroup");
|
|
7
7
|
|
|
@@ -22,6 +22,10 @@ exports.Button = _button.Button;
|
|
|
22
22
|
exports.LogicButton = _button.LogicButton;
|
|
23
23
|
exports.ToggleButton = _button.ToggleButton;
|
|
24
24
|
|
|
25
|
+
var _avatar = require("@react-spectrum/avatar");
|
|
26
|
+
|
|
27
|
+
exports.Avatar = _avatar.Avatar;
|
|
28
|
+
|
|
25
29
|
var _buttongroup = require("@react-spectrum/buttongroup");
|
|
26
30
|
|
|
27
31
|
exports.ButtonGroup = _buttongroup.ButtonGroup;
|
package/dist/module.js
CHANGED
|
@@ -14,6 +14,7 @@ export {ActionGroup} from '@react-spectrum/actiongroup';
|
|
|
14
14
|
export {Badge} from '@react-spectrum/badge';
|
|
15
15
|
export {Breadcrumbs} from '@react-spectrum/breadcrumbs';
|
|
16
16
|
export {ActionButton, Button, LogicButton, ToggleButton} from '@react-spectrum/button';
|
|
17
|
+
export {Avatar} from '@react-spectrum/avatar';
|
|
17
18
|
export {ButtonGroup} from '@react-spectrum/buttongroup';
|
|
18
19
|
export {Calendar, RangeCalendar} from '@react-spectrum/calendar';
|
|
19
20
|
export {Checkbox, CheckboxGroup} from '@react-spectrum/checkbox';
|
package/dist/types.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export {ActionGroup} from '@react-spectrum/actiongroup';
|
|
|
14
14
|
export {Badge} from '@react-spectrum/badge';
|
|
15
15
|
export {Breadcrumbs} from '@react-spectrum/breadcrumbs';
|
|
16
16
|
export {ActionButton, Button, LogicButton, ToggleButton} from '@react-spectrum/button';
|
|
17
|
+
export {Avatar} from '@react-spectrum/avatar';
|
|
17
18
|
export {ButtonGroup} from '@react-spectrum/buttongroup';
|
|
18
19
|
export {Calendar, RangeCalendar} from '@react-spectrum/calendar';
|
|
19
20
|
export {Checkbox, CheckboxGroup} from '@react-spectrum/checkbox';
|
|
@@ -60,6 +61,7 @@ export {SSRProvider} from '@react-aria/ssr';
|
|
|
60
61
|
export {useDragAndDrop, DIRECTORY_DRAG_TYPE} from '@react-spectrum/dnd';
|
|
61
62
|
|
|
62
63
|
export type {SpectrumActionGroupProps} from '@react-spectrum/actiongroup';
|
|
64
|
+
export type {SpectrumAvatarProps} from '@react-spectrum/avatar';
|
|
63
65
|
export type {SpectrumBadgeProps} from '@react-spectrum/badge';
|
|
64
66
|
export type {SpectrumBreadcrumbsProps} from '@react-spectrum/breadcrumbs';
|
|
65
67
|
export type {SpectrumActionButtonProps, SpectrumButtonProps, SpectrumLogicButtonProps, SpectrumToggleButtonProps} from '@react-spectrum/button';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-spectrum",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2130+23c3a91e7",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -24,56 +24,57 @@
|
|
|
24
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/ssr": "3.
|
|
29
|
-
"@react-aria/visually-hidden": "3.0.0-nightly.
|
|
30
|
-
"@react-spectrum/actiongroup": "3.8.
|
|
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-spectrum/
|
|
64
|
-
"@react-spectrum/
|
|
65
|
-
"@react-spectrum/
|
|
66
|
-
"@react-spectrum/
|
|
67
|
-
"@react-spectrum/
|
|
68
|
-
"@react-spectrum/
|
|
69
|
-
"@react-spectrum/theme-
|
|
70
|
-
"@react-spectrum/theme-
|
|
71
|
-
"@react-spectrum/
|
|
72
|
-
"@react-spectrum/
|
|
73
|
-
"@react-spectrum/
|
|
74
|
-
"@react-
|
|
75
|
-
"@react-stately/
|
|
76
|
-
"@react-
|
|
27
|
+
"@react-aria/i18n": "3.0.0-nightly.2130+23c3a91e7",
|
|
28
|
+
"@react-aria/ssr": "3.6.1-nightly.3830+23c3a91e7",
|
|
29
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.2130+23c3a91e7",
|
|
30
|
+
"@react-spectrum/actiongroup": "3.8.3-nightly.3830+23c3a91e7",
|
|
31
|
+
"@react-spectrum/avatar": "3.0.1-nightly.3830+23c3a91e7",
|
|
32
|
+
"@react-spectrum/badge": "3.1.2-nightly.3830+23c3a91e7",
|
|
33
|
+
"@react-spectrum/breadcrumbs": "3.0.0-nightly.2130+23c3a91e7",
|
|
34
|
+
"@react-spectrum/button": "3.0.0-nightly.2130+23c3a91e7",
|
|
35
|
+
"@react-spectrum/buttongroup": "3.6.2-nightly.3830+23c3a91e7",
|
|
36
|
+
"@react-spectrum/calendar": "3.0.0-nightly.2130+23c3a91e7",
|
|
37
|
+
"@react-spectrum/checkbox": "3.0.0-nightly.2130+23c3a91e7",
|
|
38
|
+
"@react-spectrum/combobox": "3.8.3-nightly.3830+23c3a91e7",
|
|
39
|
+
"@react-spectrum/contextualhelp": "3.5.2-nightly.3830+23c3a91e7",
|
|
40
|
+
"@react-spectrum/datepicker": "3.0.0-nightly.2130+23c3a91e7",
|
|
41
|
+
"@react-spectrum/dialog": "3.0.0-nightly.2130+23c3a91e7",
|
|
42
|
+
"@react-spectrum/divider": "3.0.0-nightly.2130+23c3a91e7",
|
|
43
|
+
"@react-spectrum/dnd": "3.1.2-nightly.3830+23c3a91e7",
|
|
44
|
+
"@react-spectrum/form": "3.0.0-nightly.2130+23c3a91e7",
|
|
45
|
+
"@react-spectrum/icon": "3.0.0-nightly.2130+23c3a91e7",
|
|
46
|
+
"@react-spectrum/illustratedmessage": "3.4.2-nightly.3830+23c3a91e7",
|
|
47
|
+
"@react-spectrum/image": "3.4.2-nightly.3830+23c3a91e7",
|
|
48
|
+
"@react-spectrum/labeledvalue": "3.1.2-nightly.3830+23c3a91e7",
|
|
49
|
+
"@react-spectrum/layout": "3.5.2-nightly.3830+23c3a91e7",
|
|
50
|
+
"@react-spectrum/link": "3.0.0-nightly.2130+23c3a91e7",
|
|
51
|
+
"@react-spectrum/list": "3.4.1-nightly.3830+23c3a91e7",
|
|
52
|
+
"@react-spectrum/listbox": "3.10.1-nightly.3830+23c3a91e7",
|
|
53
|
+
"@react-spectrum/menu": "3.11.1-nightly.3830+23c3a91e7",
|
|
54
|
+
"@react-spectrum/meter": "3.0.0-nightly.2130+23c3a91e7",
|
|
55
|
+
"@react-spectrum/numberfield": "3.0.0-nightly.2130+23c3a91e7",
|
|
56
|
+
"@react-spectrum/overlays": "3.0.0-nightly.2130+23c3a91e7",
|
|
57
|
+
"@react-spectrum/picker": "3.10.3-nightly.3830+23c3a91e7",
|
|
58
|
+
"@react-spectrum/progress": "3.0.0-nightly.2130+23c3a91e7",
|
|
59
|
+
"@react-spectrum/provider": "3.0.0-nightly.2130+23c3a91e7",
|
|
60
|
+
"@react-spectrum/radio": "3.0.0-nightly.2130+23c3a91e7",
|
|
61
|
+
"@react-spectrum/searchfield": "3.0.0-nightly.2130+23c3a91e7",
|
|
62
|
+
"@react-spectrum/slider": "3.5.2-nightly.3830+23c3a91e7",
|
|
63
|
+
"@react-spectrum/statuslight": "3.0.0-nightly.2130+23c3a91e7",
|
|
64
|
+
"@react-spectrum/switch": "3.0.0-nightly.2130+23c3a91e7",
|
|
65
|
+
"@react-spectrum/table": "3.8.1-nightly.3830+23c3a91e7",
|
|
66
|
+
"@react-spectrum/tabs": "3.5.3-nightly.3830+23c3a91e7",
|
|
67
|
+
"@react-spectrum/text": "3.4.2-nightly.3830+23c3a91e7",
|
|
68
|
+
"@react-spectrum/textfield": "3.0.0-nightly.2130+23c3a91e7",
|
|
69
|
+
"@react-spectrum/theme-dark": "3.5.2-nightly.3830+23c3a91e7",
|
|
70
|
+
"@react-spectrum/theme-default": "3.0.0-nightly.2130+23c3a91e7",
|
|
71
|
+
"@react-spectrum/theme-light": "3.4.2-nightly.3830+23c3a91e7",
|
|
72
|
+
"@react-spectrum/tooltip": "3.0.0-nightly.2130+23c3a91e7",
|
|
73
|
+
"@react-spectrum/view": "3.0.0-nightly.2130+23c3a91e7",
|
|
74
|
+
"@react-spectrum/well": "3.0.0-nightly.2130+23c3a91e7",
|
|
75
|
+
"@react-stately/collections": "3.0.0-nightly.2130+23c3a91e7",
|
|
76
|
+
"@react-stately/data": "3.9.2-nightly.3830+23c3a91e7",
|
|
77
|
+
"@react-types/shared": "3.0.0-nightly.2130+23c3a91e7"
|
|
77
78
|
},
|
|
78
79
|
"publishConfig": {
|
|
79
80
|
"access": "public"
|
|
@@ -82,5 +83,5 @@
|
|
|
82
83
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
83
84
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
84
85
|
},
|
|
85
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "23c3a91e7b87952f07da9da115188bd2abd99d77"
|
|
86
87
|
}
|