@adobe/react-spectrum 3.0.0-nightly.1673 → 3.0.0-nightly.1682
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 +1 -0
- package/dist/types.d.ts +41 -0
- package/package.json +48 -48
package/dist/module.js
CHANGED
|
@@ -54,3 +54,4 @@ export {useAsyncList, useListData, useTreeData} from '@react-stately/data';
|
|
|
54
54
|
export {VisuallyHidden} from '@react-aria/visually-hidden';
|
|
55
55
|
export {useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
56
56
|
export {SSRProvider} from '@react-aria/ssr';
|
|
57
|
+
|
package/dist/types.d.ts
CHANGED
|
@@ -54,3 +54,44 @@ export {useAsyncList, useListData, useTreeData} from '@react-stately/data';
|
|
|
54
54
|
export {VisuallyHidden} from '@react-aria/visually-hidden';
|
|
55
55
|
export {useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringFormatter, useMessageFormatter, useNumberFormatter} from '@react-aria/i18n';
|
|
56
56
|
export {SSRProvider} from '@react-aria/ssr';
|
|
57
|
+
|
|
58
|
+
export type {SpectrumActionGroupProps} from '@react-spectrum/actiongroup';
|
|
59
|
+
export type {SpectrumBreadcrumbsProps} from '@react-spectrum/breadcrumbs';
|
|
60
|
+
export type {SpectrumActionButtonProps, SpectrumButtonProps, SpectrumLogicButtonProps, SpectrumToggleButtonProps} from '@react-spectrum/button';
|
|
61
|
+
export type {SpectrumButtonGroupProps} from '@react-spectrum/buttongroup';
|
|
62
|
+
export type {SpectrumCalendarProps, SpectrumRangeCalendarProps} from '@react-spectrum/calendar';
|
|
63
|
+
export type {SpectrumCheckboxGroupProps, SpectrumCheckboxProps} from '@react-spectrum/checkbox';
|
|
64
|
+
export type {SpectrumComboBoxProps} from '@react-spectrum/combobox';
|
|
65
|
+
export type {SpectrumContextualHelpProps} from '@react-spectrum/contextualhelp';
|
|
66
|
+
export type {DialogContainerValue, SpectrumAlertDialogProps, SpectrumDialogContainerProps, SpectrumDialogProps, SpectrumDialogTriggerProps} from '@react-spectrum/dialog';
|
|
67
|
+
export type {SpectrumDateFieldProps, SpectrumDatePickerProps, SpectrumDateRangePickerProps, SpectrumTimeFieldProps} from '@react-spectrum/datepicker';
|
|
68
|
+
export type {SpectrumDividerProps} from '@react-spectrum/divider';
|
|
69
|
+
export type {SpectrumFormProps} from '@react-spectrum/form';
|
|
70
|
+
export type {IconProps} from '@react-spectrum/icon';
|
|
71
|
+
export type {SpectrumIllustratedMessageProps} from '@react-spectrum/illustratedmessage';
|
|
72
|
+
export type {SpectrumImageProps} from '@react-spectrum/image';
|
|
73
|
+
export type {DimensionValue, FlexProps, GridProps} from '@react-spectrum/layout';
|
|
74
|
+
export type {SpectrumLinkProps} from '@react-spectrum/link';
|
|
75
|
+
export type {SpectrumListBoxProps} from '@react-spectrum/listbox';
|
|
76
|
+
export type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-spectrum/menu';
|
|
77
|
+
export type {SpectrumMeterProps} from '@react-spectrum/meter';
|
|
78
|
+
export type {SpectrumNumberFieldProps} from '@react-spectrum/numberfield';
|
|
79
|
+
export type {SpectrumPickerProps} from '@react-spectrum/picker';
|
|
80
|
+
export type {SpectrumProgressBarProps, SpectrumProgressCircleProps} from '@react-spectrum/progress';
|
|
81
|
+
export type {ProviderContext, ProviderProps} from '@react-spectrum/provider';
|
|
82
|
+
export type {SpectrumRadioGroupProps, SpectrumRadioProps} from '@react-spectrum/radio';
|
|
83
|
+
export type {SpectrumRangeSliderProps, SpectrumSliderProps} from '@react-spectrum/slider';
|
|
84
|
+
export type {SpectrumSearchFieldProps} from '@react-spectrum/searchfield';
|
|
85
|
+
export type {SpectrumStatusLightProps} from '@react-spectrum/statuslight';
|
|
86
|
+
export type {SpectrumSwitchProps} from '@react-spectrum/switch';
|
|
87
|
+
export type {HeadingProps, KeyboardProps, TextProps} from '@react-spectrum/text';
|
|
88
|
+
export type {SpectrumTableProps, SpectrumColumnProps, TableHeaderProps, TableBodyProps, RowProps, CellProps} from '@react-spectrum/table';
|
|
89
|
+
export type {SpectrumTabListProps, SpectrumTabPanelsProps, SpectrumTabsProps} from '@react-spectrum/tabs';
|
|
90
|
+
export type {SpectrumTextFieldProps} from '@react-spectrum/textfield';
|
|
91
|
+
export type {SpectrumTooltipProps, SpectrumTooltipTriggerProps} from '@react-spectrum/tooltip';
|
|
92
|
+
export type {ContentProps, FooterProps, HeaderProps, ViewProps} from '@react-spectrum/view';
|
|
93
|
+
export type {SpectrumWellProps} from '@react-spectrum/well';
|
|
94
|
+
export type {AsyncListData, AsyncListOptions, ListData, ListOptions, TreeData, TreeOptions} from '@react-stately/data';
|
|
95
|
+
export type {VisuallyHiddenAria, VisuallyHiddenProps} from '@react-aria/visually-hidden';
|
|
96
|
+
export type {DateFormatter, DateFormatterOptions, Filter, FormatMessage, Locale, LocalizedStrings} from '@react-aria/i18n';
|
|
97
|
+
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.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.1682+cd7c0ec91",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -12,58 +12,58 @@
|
|
|
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.0.0-nightly.
|
|
23
|
-
"@react-aria/ssr": "3.
|
|
24
|
-
"@react-aria/visually-hidden": "3.0.0-nightly.
|
|
25
|
-
"@react-spectrum/actiongroup": "3.
|
|
26
|
-
"@react-spectrum/breadcrumbs": "3.0.0-nightly.
|
|
27
|
-
"@react-spectrum/button": "3.0.0-nightly.
|
|
28
|
-
"@react-spectrum/buttongroup": "3.
|
|
29
|
-
"@react-spectrum/calendar": "3.0.0-nightly.
|
|
30
|
-
"@react-spectrum/checkbox": "3.0.0-nightly.
|
|
31
|
-
"@react-spectrum/combobox": "3.
|
|
32
|
-
"@react-spectrum/contextualhelp": "3.1
|
|
33
|
-
"@react-spectrum/datepicker": "3.0.0-nightly.
|
|
34
|
-
"@react-spectrum/dialog": "3.0.0-nightly.
|
|
35
|
-
"@react-spectrum/divider": "3.0.0-nightly.
|
|
36
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
|
37
|
-
"@react-spectrum/icon": "3.0.0-nightly.
|
|
38
|
-
"@react-spectrum/illustratedmessage": "3.
|
|
39
|
-
"@react-spectrum/image": "3.
|
|
40
|
-
"@react-spectrum/layout": "3.
|
|
41
|
-
"@react-spectrum/link": "3.0.0-nightly.
|
|
42
|
-
"@react-spectrum/listbox": "3.
|
|
43
|
-
"@react-spectrum/menu": "3.
|
|
44
|
-
"@react-spectrum/meter": "3.0.0-nightly.
|
|
45
|
-
"@react-spectrum/numberfield": "3.0.0-nightly.
|
|
46
|
-
"@react-spectrum/overlays": "3.0.0-nightly.
|
|
47
|
-
"@react-spectrum/picker": "3.
|
|
48
|
-
"@react-spectrum/progress": "3.0.0-nightly.
|
|
49
|
-
"@react-spectrum/provider": "3.0.0-nightly.
|
|
50
|
-
"@react-spectrum/radio": "3.0.0-nightly.
|
|
51
|
-
"@react-spectrum/searchfield": "3.0.0-nightly.
|
|
52
|
-
"@react-spectrum/slider": "3.1
|
|
53
|
-
"@react-spectrum/statuslight": "3.0.0-nightly.
|
|
54
|
-
"@react-spectrum/switch": "3.0.0-nightly.
|
|
55
|
-
"@react-spectrum/table": "3.
|
|
56
|
-
"@react-spectrum/tabs": "3.
|
|
57
|
-
"@react-spectrum/text": "3.
|
|
58
|
-
"@react-spectrum/textfield": "3.0.0-nightly.
|
|
59
|
-
"@react-spectrum/theme-dark": "3.3.
|
|
60
|
-
"@react-spectrum/theme-default": "3.0.0-nightly.
|
|
61
|
-
"@react-spectrum/theme-light": "3.2.
|
|
62
|
-
"@react-spectrum/tooltip": "3.0.0-nightly.
|
|
63
|
-
"@react-spectrum/view": "3.0.0-nightly.
|
|
64
|
-
"@react-spectrum/well": "3.0.0-nightly.
|
|
65
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
66
|
-
"@react-stately/data": "3.
|
|
22
|
+
"@react-aria/i18n": "3.0.0-nightly.1682+cd7c0ec91",
|
|
23
|
+
"@react-aria/ssr": "3.3.1-nightly.3382+cd7c0ec91",
|
|
24
|
+
"@react-aria/visually-hidden": "3.0.0-nightly.1682+cd7c0ec91",
|
|
25
|
+
"@react-spectrum/actiongroup": "3.6.1-nightly.3382+cd7c0ec91",
|
|
26
|
+
"@react-spectrum/breadcrumbs": "3.0.0-nightly.1682+cd7c0ec91",
|
|
27
|
+
"@react-spectrum/button": "3.0.0-nightly.1682+cd7c0ec91",
|
|
28
|
+
"@react-spectrum/buttongroup": "3.4.1-nightly.3382+cd7c0ec91",
|
|
29
|
+
"@react-spectrum/calendar": "3.0.0-nightly.1682+cd7c0ec91",
|
|
30
|
+
"@react-spectrum/checkbox": "3.0.0-nightly.1682+cd7c0ec91",
|
|
31
|
+
"@react-spectrum/combobox": "3.5.1-nightly.3382+cd7c0ec91",
|
|
32
|
+
"@react-spectrum/contextualhelp": "3.2.1-nightly.3382+cd7c0ec91",
|
|
33
|
+
"@react-spectrum/datepicker": "3.0.0-nightly.1682+cd7c0ec91",
|
|
34
|
+
"@react-spectrum/dialog": "3.0.0-nightly.1682+cd7c0ec91",
|
|
35
|
+
"@react-spectrum/divider": "3.0.0-nightly.1682+cd7c0ec91",
|
|
36
|
+
"@react-spectrum/form": "3.0.0-nightly.1682+cd7c0ec91",
|
|
37
|
+
"@react-spectrum/icon": "3.0.0-nightly.1682+cd7c0ec91",
|
|
38
|
+
"@react-spectrum/illustratedmessage": "3.3.1-nightly.3382+cd7c0ec91",
|
|
39
|
+
"@react-spectrum/image": "3.3.1-nightly.3382+cd7c0ec91",
|
|
40
|
+
"@react-spectrum/layout": "3.4.1-nightly.3382+cd7c0ec91",
|
|
41
|
+
"@react-spectrum/link": "3.0.0-nightly.1682+cd7c0ec91",
|
|
42
|
+
"@react-spectrum/listbox": "3.7.1-nightly.3382+cd7c0ec91",
|
|
43
|
+
"@react-spectrum/menu": "3.8.1-nightly.3382+cd7c0ec91",
|
|
44
|
+
"@react-spectrum/meter": "3.0.0-nightly.1682+cd7c0ec91",
|
|
45
|
+
"@react-spectrum/numberfield": "3.0.0-nightly.1682+cd7c0ec91",
|
|
46
|
+
"@react-spectrum/overlays": "3.0.0-nightly.1682+cd7c0ec91",
|
|
47
|
+
"@react-spectrum/picker": "3.7.1-nightly.3382+cd7c0ec91",
|
|
48
|
+
"@react-spectrum/progress": "3.0.0-nightly.1682+cd7c0ec91",
|
|
49
|
+
"@react-spectrum/provider": "3.0.0-nightly.1682+cd7c0ec91",
|
|
50
|
+
"@react-spectrum/radio": "3.0.0-nightly.1682+cd7c0ec91",
|
|
51
|
+
"@react-spectrum/searchfield": "3.0.0-nightly.1682+cd7c0ec91",
|
|
52
|
+
"@react-spectrum/slider": "3.2.1-nightly.3382+cd7c0ec91",
|
|
53
|
+
"@react-spectrum/statuslight": "3.0.0-nightly.1682+cd7c0ec91",
|
|
54
|
+
"@react-spectrum/switch": "3.0.0-nightly.1682+cd7c0ec91",
|
|
55
|
+
"@react-spectrum/table": "3.3.1-nightly.3382+cd7c0ec91",
|
|
56
|
+
"@react-spectrum/tabs": "3.3.1-nightly.3382+cd7c0ec91",
|
|
57
|
+
"@react-spectrum/text": "3.3.1-nightly.3382+cd7c0ec91",
|
|
58
|
+
"@react-spectrum/textfield": "3.0.0-nightly.1682+cd7c0ec91",
|
|
59
|
+
"@react-spectrum/theme-dark": "3.3.3-nightly.3382+cd7c0ec91",
|
|
60
|
+
"@react-spectrum/theme-default": "3.0.0-nightly.1682+cd7c0ec91",
|
|
61
|
+
"@react-spectrum/theme-light": "3.2.3-nightly.3382+cd7c0ec91",
|
|
62
|
+
"@react-spectrum/tooltip": "3.0.0-nightly.1682+cd7c0ec91",
|
|
63
|
+
"@react-spectrum/view": "3.0.0-nightly.1682+cd7c0ec91",
|
|
64
|
+
"@react-spectrum/well": "3.0.0-nightly.1682+cd7c0ec91",
|
|
65
|
+
"@react-stately/collections": "3.0.0-nightly.1682+cd7c0ec91",
|
|
66
|
+
"@react-stately/data": "3.6.1-nightly.3382+cd7c0ec91"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
73
73
|
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "cd7c0ec917122c7612f653c22f8ed558f8b66ecd"
|
|
76
76
|
}
|