@adobe/react-spectrum 3.24.0 → 3.25.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/import.mjs +61 -0
- package/dist/types.d.ts +1 -0
- package/package.json +57 -51
package/dist/import.mjs
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
3
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
*
|
|
7
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
* governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export {ActionGroup} from '@react-spectrum/actiongroup';
|
|
14
|
+
export {Badge} from '@react-spectrum/badge';
|
|
15
|
+
export {Breadcrumbs} from '@react-spectrum/breadcrumbs';
|
|
16
|
+
export {ActionButton, Button, LogicButton, ToggleButton} from '@react-spectrum/button';
|
|
17
|
+
export {ButtonGroup} from '@react-spectrum/buttongroup';
|
|
18
|
+
export {Calendar, RangeCalendar} from '@react-spectrum/calendar';
|
|
19
|
+
export {Checkbox, CheckboxGroup} from '@react-spectrum/checkbox';
|
|
20
|
+
export {ComboBox} from '@react-spectrum/combobox';
|
|
21
|
+
export {ContextualHelp} from '@react-spectrum/contextualhelp';
|
|
22
|
+
export {AlertDialog, Dialog, DialogTrigger, DialogContainer, useDialogContainer} from '@react-spectrum/dialog';
|
|
23
|
+
export {DateField, DatePicker, DateRangePicker, TimeField} from '@react-spectrum/datepicker';
|
|
24
|
+
export {Divider} from '@react-spectrum/divider';
|
|
25
|
+
export {Form} from '@react-spectrum/form';
|
|
26
|
+
export {Icon} from '@react-spectrum/icon';
|
|
27
|
+
export {IllustratedMessage} from '@react-spectrum/illustratedmessage';
|
|
28
|
+
export {Image} from '@react-spectrum/image';
|
|
29
|
+
export {Flex, Grid, fitContent, minmax, repeat} from '@react-spectrum/layout';
|
|
30
|
+
export {LabeledValue} from '@react-spectrum/labeledvalue';
|
|
31
|
+
export {Link} from '@react-spectrum/link';
|
|
32
|
+
export {ListBox} from '@react-spectrum/listbox';
|
|
33
|
+
export {ListView} from '@react-spectrum/list';
|
|
34
|
+
export {ActionMenu, Menu, MenuTrigger} from '@react-spectrum/menu';
|
|
35
|
+
export {Meter} from '@react-spectrum/meter';
|
|
36
|
+
export {NumberField} from '@react-spectrum/numberfield';
|
|
37
|
+
export {Picker} from '@react-spectrum/picker';
|
|
38
|
+
export {ProgressBar, ProgressCircle} from '@react-spectrum/progress';
|
|
39
|
+
export {Provider, useProvider} from '@react-spectrum/provider';
|
|
40
|
+
export {Radio, RadioGroup} from '@react-spectrum/radio';
|
|
41
|
+
export {RangeSlider, Slider} from '@react-spectrum/slider';
|
|
42
|
+
export {SearchField} from '@react-spectrum/searchfield';
|
|
43
|
+
export {StatusLight} from '@react-spectrum/statuslight';
|
|
44
|
+
export {Switch} from '@react-spectrum/switch';
|
|
45
|
+
export {Heading, Keyboard, Text} from '@react-spectrum/text';
|
|
46
|
+
export {TableView, TableHeader, TableBody, Column, Row, Cell} from '@react-spectrum/table';
|
|
47
|
+
export {Tabs, TabList, TabPanels} from '@react-spectrum/tabs';
|
|
48
|
+
export {TextArea, TextField} from '@react-spectrum/textfield';
|
|
49
|
+
export {theme as darkTheme} from '@react-spectrum/theme-dark';
|
|
50
|
+
export {theme as defaultTheme} from '@react-spectrum/theme-default';
|
|
51
|
+
export {theme as lightTheme} from '@react-spectrum/theme-light';
|
|
52
|
+
export {Tooltip, TooltipTrigger} from '@react-spectrum/tooltip';
|
|
53
|
+
export {Content, Footer, Header, View} from '@react-spectrum/view';
|
|
54
|
+
export {Well} from '@react-spectrum/well';
|
|
55
|
+
export {Item, Section} from '@react-stately/collections';
|
|
56
|
+
export {useAsyncList, useListData, useTreeData} from '@react-stately/data';
|
|
57
|
+
export {VisuallyHidden} from '@react-aria/visually-hidden';
|
|
58
|
+
export {useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
59
|
+
export {SSRProvider} from '@react-aria/ssr';
|
|
60
|
+
export {useDragAndDrop, DIRECTORY_DRAG_TYPE} from '@react-spectrum/dnd';
|
|
61
|
+
|
package/dist/types.d.ts
CHANGED
|
@@ -103,3 +103,4 @@ export type {VisuallyHiddenAria, VisuallyHiddenProps} from '@react-aria/visually
|
|
|
103
103
|
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, Locale, LocalizedStrings} from '@react-aria/i18n';
|
|
104
104
|
export type {SSRProviderProps} from '@react-aria/ssr';
|
|
105
105
|
export type {DirectoryDropItem, DragAndDropHooks, DragAndDropOptions, DraggableCollectionEndEvent, DraggableCollectionMoveEvent, DraggableCollectionStartEvent, DragPreviewRenderer, DragTypes, DropItem, DropOperation, DroppableCollectionDropEvent, DroppableCollectionEnterEvent, DroppableCollectionExitEvent, DroppableCollectionInsertDropEvent, DroppableCollectionMoveEvent, DroppableCollectionOnItemDropEvent, DroppableCollectionReorderEvent, DroppableCollectionRootDropEvent, DropPosition, DropTarget, FileDropItem, ItemDropTarget, RootDropTarget, TextDropItem} from '@react-spectrum/dnd';
|
|
106
|
+
export type {Selection} from '@react-types/shared';
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/react-spectrum",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"module": "dist/module.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
"types": "./dist/types.d.ts",
|
|
10
|
+
"import": "./dist/import.mjs",
|
|
11
|
+
"require": "./dist/main.js"
|
|
12
|
+
},
|
|
8
13
|
"types": "dist/types.d.ts",
|
|
9
14
|
"source": "src/index.ts",
|
|
10
15
|
"files": [
|
|
@@ -19,55 +24,56 @@
|
|
|
19
24
|
"url": "https://github.com/adobe/react-spectrum"
|
|
20
25
|
},
|
|
21
26
|
"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/badge": "^3.0
|
|
27
|
-
"@react-spectrum/breadcrumbs": "^3.
|
|
28
|
-
"@react-spectrum/button": "^3.
|
|
29
|
-
"@react-spectrum/buttongroup": "^3.
|
|
30
|
-
"@react-spectrum/calendar": "^3.
|
|
31
|
-
"@react-spectrum/checkbox": "^3.
|
|
32
|
-
"@react-spectrum/combobox": "^3.
|
|
33
|
-
"@react-spectrum/contextualhelp": "^3.
|
|
34
|
-
"@react-spectrum/datepicker": "^3.
|
|
35
|
-
"@react-spectrum/dialog": "^3.
|
|
36
|
-
"@react-spectrum/divider": "^3.
|
|
37
|
-
"@react-spectrum/dnd": "^3.0
|
|
38
|
-
"@react-spectrum/form": "^3.
|
|
39
|
-
"@react-spectrum/icon": "^3.
|
|
40
|
-
"@react-spectrum/illustratedmessage": "^3.
|
|
41
|
-
"@react-spectrum/image": "^3.
|
|
42
|
-
"@react-spectrum/labeledvalue": "^3.0
|
|
43
|
-
"@react-spectrum/layout": "^3.
|
|
44
|
-
"@react-spectrum/link": "^3.
|
|
45
|
-
"@react-spectrum/list": "^3.
|
|
46
|
-
"@react-spectrum/listbox": "^3.
|
|
47
|
-
"@react-spectrum/menu": "^3.
|
|
48
|
-
"@react-spectrum/meter": "^3.
|
|
49
|
-
"@react-spectrum/numberfield": "^3.
|
|
50
|
-
"@react-spectrum/overlays": "^
|
|
51
|
-
"@react-spectrum/picker": "^3.
|
|
52
|
-
"@react-spectrum/progress": "^3.
|
|
53
|
-
"@react-spectrum/provider": "^3.
|
|
54
|
-
"@react-spectrum/radio": "^3.
|
|
55
|
-
"@react-spectrum/searchfield": "^3.
|
|
56
|
-
"@react-spectrum/slider": "^3.
|
|
57
|
-
"@react-spectrum/statuslight": "^3.
|
|
58
|
-
"@react-spectrum/switch": "^3.
|
|
59
|
-
"@react-spectrum/table": "^3.
|
|
60
|
-
"@react-spectrum/tabs": "^3.
|
|
61
|
-
"@react-spectrum/text": "^3.
|
|
62
|
-
"@react-spectrum/textfield": "^3.
|
|
63
|
-
"@react-spectrum/theme-dark": "^3.
|
|
64
|
-
"@react-spectrum/theme-default": "^3.
|
|
65
|
-
"@react-spectrum/theme-light": "^3.
|
|
66
|
-
"@react-spectrum/tooltip": "^3.
|
|
67
|
-
"@react-spectrum/view": "^3.
|
|
68
|
-
"@react-spectrum/well": "^3.
|
|
69
|
-
"@react-stately/collections": "^3.
|
|
70
|
-
"@react-stately/data": "^3.
|
|
27
|
+
"@react-aria/i18n": "^3.7.0",
|
|
28
|
+
"@react-aria/ssr": "^3.5.0",
|
|
29
|
+
"@react-aria/visually-hidden": "^3.7.0",
|
|
30
|
+
"@react-spectrum/actiongroup": "^3.8.0",
|
|
31
|
+
"@react-spectrum/badge": "^3.1.0",
|
|
32
|
+
"@react-spectrum/breadcrumbs": "^3.7.0",
|
|
33
|
+
"@react-spectrum/button": "^3.12.0",
|
|
34
|
+
"@react-spectrum/buttongroup": "^3.6.0",
|
|
35
|
+
"@react-spectrum/calendar": "^3.2.0",
|
|
36
|
+
"@react-spectrum/checkbox": "^3.7.0",
|
|
37
|
+
"@react-spectrum/combobox": "^3.8.0",
|
|
38
|
+
"@react-spectrum/contextualhelp": "^3.5.0",
|
|
39
|
+
"@react-spectrum/datepicker": "^3.4.0",
|
|
40
|
+
"@react-spectrum/dialog": "^3.7.0",
|
|
41
|
+
"@react-spectrum/divider": "^3.5.0",
|
|
42
|
+
"@react-spectrum/dnd": "^3.1.0",
|
|
43
|
+
"@react-spectrum/form": "^3.6.0",
|
|
44
|
+
"@react-spectrum/icon": "^3.7.0",
|
|
45
|
+
"@react-spectrum/illustratedmessage": "^3.4.0",
|
|
46
|
+
"@react-spectrum/image": "^3.4.0",
|
|
47
|
+
"@react-spectrum/labeledvalue": "^3.1.0",
|
|
48
|
+
"@react-spectrum/layout": "^3.5.0",
|
|
49
|
+
"@react-spectrum/link": "^3.5.0",
|
|
50
|
+
"@react-spectrum/list": "^3.3.0",
|
|
51
|
+
"@react-spectrum/listbox": "^3.9.0",
|
|
52
|
+
"@react-spectrum/menu": "^3.10.0",
|
|
53
|
+
"@react-spectrum/meter": "^3.4.0",
|
|
54
|
+
"@react-spectrum/numberfield": "^3.6.0",
|
|
55
|
+
"@react-spectrum/overlays": "^5.0.0",
|
|
56
|
+
"@react-spectrum/picker": "^3.10.0",
|
|
57
|
+
"@react-spectrum/progress": "^3.4.0",
|
|
58
|
+
"@react-spectrum/provider": "^3.7.0",
|
|
59
|
+
"@react-spectrum/radio": "^3.5.0",
|
|
60
|
+
"@react-spectrum/searchfield": "^3.7.0",
|
|
61
|
+
"@react-spectrum/slider": "^3.5.0",
|
|
62
|
+
"@react-spectrum/statuslight": "^3.5.0",
|
|
63
|
+
"@react-spectrum/switch": "^3.4.0",
|
|
64
|
+
"@react-spectrum/table": "^3.7.0",
|
|
65
|
+
"@react-spectrum/tabs": "^3.5.0",
|
|
66
|
+
"@react-spectrum/text": "^3.4.0",
|
|
67
|
+
"@react-spectrum/textfield": "^3.10.0",
|
|
68
|
+
"@react-spectrum/theme-dark": "^3.5.0",
|
|
69
|
+
"@react-spectrum/theme-default": "^3.5.0",
|
|
70
|
+
"@react-spectrum/theme-light": "^3.4.0",
|
|
71
|
+
"@react-spectrum/tooltip": "^3.4.0",
|
|
72
|
+
"@react-spectrum/view": "^3.5.0",
|
|
73
|
+
"@react-spectrum/well": "^3.4.0",
|
|
74
|
+
"@react-stately/collections": "^3.6.0",
|
|
75
|
+
"@react-stately/data": "^3.9.0",
|
|
76
|
+
"@react-types/shared": "^3.17.0"
|
|
71
77
|
},
|
|
72
78
|
"publishConfig": {
|
|
73
79
|
"access": "public"
|
|
@@ -76,5 +82,5 @@
|
|
|
76
82
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
77
83
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
78
84
|
},
|
|
79
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "a0efee84aa178cb1a202951dfd6d8de02b292307"
|
|
80
86
|
}
|