22
33exports [` NotAuthorized component should apply custom styles 1` ] = `
44<EmptyState
5- className = " ins-c-not-authorized something"
5+ className = " something"
66 variant = " full"
77>
88 <EmptyStateIcon
99 icon = { [Function ]}
1010 />
1111 <Title
12+ className = " title-0-2-1"
1213 headingLevel = " h5"
1314 size = " lg"
1415 >
@@ -29,13 +30,13 @@ exports[`NotAuthorized component should apply custom styles 1`] = `
2930
3031exports [` NotAuthorized component should not show buttons 1` ] = `
3132<EmptyState
32- className = " ins-c-not-authorized "
3333 variant = " full"
3434>
3535 <EmptyStateIcon
3636 icon = { [Function ]}
3737 />
3838 <Title
39+ className = " title-0-2-1"
3940 headingLevel = " h5"
4041 size = " lg"
4142 >
@@ -49,13 +50,13 @@ exports[`NotAuthorized component should not show buttons 1`] = `
4950
5051exports [` NotAuthorized component should render 1` ] = `
5152<EmptyState
52- className = " ins-c-not-authorized "
5353 variant = " full"
5454>
5555 <EmptyStateIcon
5656 icon = { [Function ]}
5757 />
5858 <Title
59+ className = " title-0-2-1"
5960 headingLevel = " h5"
6061 size = " lg"
6162 >
@@ -76,13 +77,13 @@ exports[`NotAuthorized component should render 1`] = `
7677
7778exports [` NotAuthorized component should show custom actions 1` ] = `
7879<EmptyState
79- className = " ins-c-not-authorized "
8080 variant = " full"
8181>
8282 <EmptyStateIcon
8383 icon = { [Function ]}
8484 />
8585 <Title
86+ className = " title-0-2-1"
8687 headingLevel = " h5"
8788 size = " lg"
8889 >
@@ -115,13 +116,13 @@ exports[`NotAuthorized component should show custom actions 1`] = `
115116
116117exports [` NotAuthorized component should show custom description 1` ] = `
117118<EmptyState
118- className = " ins-c-not-authorized "
119119 variant = " full"
120120>
121121 <EmptyStateIcon
122122 icon = { [Function ]}
123123 />
124124 <Title
125+ className = " title-0-2-1"
125126 headingLevel = " h5"
126127 size = " lg"
127128 >
@@ -142,13 +143,13 @@ exports[`NotAuthorized component should show custom description 1`] = `
142143
143144exports [` NotAuthorized component should show custom title 1` ] = `
144145<EmptyState
145- className = " ins-c-not-authorized "
146146 variant = " full"
147147>
148148 <EmptyStateIcon
149149 icon = { [Function ]}
150150 />
151151 <Title
152+ className = " title-0-2-1"
152153 headingLevel = " h5"
153154 size = " lg"
154155 >
@@ -169,14 +170,14 @@ exports[`NotAuthorized component should show custom title 1`] = `
169170
170171exports [` NotAuthorized component should use custom icon 1` ] = `
171172<div
172- className = " pf-c-empty-state ins-c-not-authorized "
173+ className = " pf-c-empty-state"
173174>
174175 <div
175176 className = " pf-c-empty-state__content"
176177 >
177178 some Icon!
178179 <h5
179- className = " pf-c-title pf-m-lg"
180+ className = " pf-c-title pf-m-lg title-0-2-1 "
180181 data-ouia-component-id = " OUIA-Generated-Title-1"
181182 data-ouia-component-type = " PF4/Title"
182183 data-ouia-safe = { true }
0 commit comments