@react-spectrum/s2 3.0.0-nightly-6193c40ee-240920 → 3.0.0-nightly-9421c1409-240921

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/src/index.ts CHANGED
@@ -10,6 +10,7 @@
10
10
  * governing permissions and limitations under the License.
11
11
  */
12
12
 
13
+ export {Accordion, AccordionContext} from './Accordion';
13
14
  export {ActionButton, ActionButtonContext} from './ActionButton';
14
15
  export {ActionMenu, ActionMenuContext} from './ActionMenu';
15
16
  export {AlertDialog} from './AlertDialog';
@@ -31,6 +32,7 @@ export {ColorSwatchPicker, ColorSwatchPickerContext} from './ColorSwatchPicker';
31
32
  export {ColorWheel, ColorWheelContext} from './ColorWheel';
32
33
  export {ComboBox, ComboBoxItem, ComboBoxSection, ComboBoxContext} from './ComboBox';
33
34
  export {ContextualHelp, ContextualHelpContext} from './ContextualHelp';
35
+ export {DisclosureHeader, Disclosure, DisclosurePanel, DisclosureContext} from './Disclosure';
34
36
  export {Heading, HeadingContext, Header, HeaderContext, Content, ContentContext, Footer, FooterContext, Text, TextContext, Keyboard, KeyboardContext} from './Content';
35
37
  export {Dialog} from './Dialog';
36
38
  export {DialogTrigger} from './DialogTrigger';
@@ -70,6 +72,7 @@ export {Tooltip, TooltipTrigger} from './Tooltip';
70
72
  export {Collection} from 'react-aria-components';
71
73
  export {FileTrigger} from 'react-aria-components';
72
74
 
75
+ export type {AccordionProps} from './Accordion';
73
76
  export type {ActionButtonProps} from './ActionButton';
74
77
  export type {ActionMenuProps} from './ActionMenu';
75
78
  export type {AlertDialogProps} from './AlertDialog';
@@ -93,6 +96,7 @@ export type {ComboBoxProps, ComboBoxItemProps, ComboBoxSectionProps} from './Com
93
96
  export type {DialogProps} from './Dialog';
94
97
  export type {DialogContainerProps, DialogContainerValue} from './DialogContainer';
95
98
  export type {DialogTriggerProps} from './DialogTrigger';
99
+ export type {DisclosureProps, DisclosurePanelProps} from './Disclosure';
96
100
  export type {DividerProps} from './Divider';
97
101
  export type {DropZoneProps} from './DropZone';
98
102
  export type {FormProps} from './Form';