You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Content>This is a React Spectrum InlineAlert</Content>
44
45
</>
45
46
)
@@ -51,7 +52,7 @@ export const Positive = {
51
52
variant: 'positive',
52
53
children: (
53
54
<>
54
-
<Header>In-Line Alert Positive Header</Header>
55
+
<Heading>In-Line Alert Positive Heading</Heading>
55
56
<Content>This is a React Spectrum InlineAlert</Content>
56
57
</>
57
58
)
@@ -63,7 +64,7 @@ export const Notice = {
63
64
variant: 'notice',
64
65
children: (
65
66
<>
66
-
<Header>In-Line Alert Notice Header</Header>
67
+
<Heading>In-Line Alert Notice Heading</Heading>
67
68
<Content>This is a React Spectrum InlineAlert</Content>
68
69
</>
69
70
)
@@ -75,7 +76,7 @@ export const Negative = {
75
76
variant: 'negative',
76
77
children: (
77
78
<>
78
-
<Header>In-Line Alert Negative Header</Header>
79
+
<Heading>In-Line Alert Negative Heading</Heading>
79
80
<Content>This is a React Spectrum InlineAlert</Content>
80
81
</>
81
82
)
@@ -89,7 +90,7 @@ export const LongContent = {
89
90
render: (args)=>(
90
91
<divstyle={{width: '300px'}}>
91
92
<InlineAlert{...args}>
92
-
<Header>In-line Alert Header that goes on and on my friend</Header>
93
+
<Heading>In-line Alert Heading that goes on and on my friend</Heading>
93
94
<Content>This is a React Spectrum InlineAlert that started announcing without knowing what it was. This is the inline alert that doesn't end. Yes, it goes on and on, my friend.</Content>
0 commit comments