Skip to content

Commit d4dfe4b

Browse files
committed
Add inlinealert to monopackage
1 parent 5dd5fcd commit d4dfe4b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/@adobe/react-spectrum/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@react-spectrum/icon": "^3.7.4",
4747
"@react-spectrum/illustratedmessage": "^3.4.4",
4848
"@react-spectrum/image": "^3.4.4",
49+
"@react-spectrum/inlinealert": "^3.0.0",
4950
"@react-spectrum/labeledvalue": "^3.1.4",
5051
"@react-spectrum/layout": "^3.5.4",
5152
"@react-spectrum/link": "^3.5.4",

packages/@adobe/react-spectrum/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export {Divider} from '@react-spectrum/divider';
2727
export {Form} from '@react-spectrum/form';
2828
export {Icon} from '@react-spectrum/icon';
2929
export {IllustratedMessage} from '@react-spectrum/illustratedmessage';
30+
export {InlineAlert} from '@react-spectrum/inlinealert';
3031
export {Image} from '@react-spectrum/image';
3132
export {Flex, Grid, fitContent, minmax, repeat} from '@react-spectrum/layout';
3233
export {LabeledValue} from '@react-spectrum/labeledvalue';
@@ -80,6 +81,7 @@ export type {SpectrumFormProps} from '@react-spectrum/form';
8081
export type {IconProps, IllustrationProps} from '@react-spectrum/icon';
8182
export type {SpectrumIllustratedMessageProps} from '@react-spectrum/illustratedmessage';
8283
export type {SpectrumImageProps} from '@react-spectrum/image';
84+
export type {SpectrumInlineAlertProps} from '@react-spectrum/inlinealert';
8385
export type {DimensionValue, FlexProps, GridProps} from '@react-spectrum/layout';
8486
export type {SpectrumLabeledValueProps} from '@react-spectrum/labeledvalue';
8587
export type {SpectrumLinkProps} from '@react-spectrum/link';

0 commit comments

Comments
 (0)