File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5978
5978
"dependencies" : []
5979
5979
},
5980
5980
"illustration" : {
5981
- "description" : " " ,
5981
+ "description" : " An illustration is an image and inline text that work in tandem to communicate a state in a more friendly way. " ,
5982
5982
"methods" : [],
5983
5983
"props" : {
5984
5984
"className" : {
6068
6068
]
6069
6069
},
6070
6070
"required" : false ,
6071
- "description" : " Size of the illustration. _Tested with Mocha testing._" ,
6071
+ "description" : " Size of the illustration. _Tested with snapshot testing._ _Tested with Mocha testing._" ,
6072
6072
"defaultValue" : {
6073
6073
"value" : " 'small'" ,
6074
6074
"computed" : false
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ import Svg from '../utilities/utility-icon/svg';
26
26
// ## Constants
27
27
import { ILLUSTRATION } from '../../utilities/constants' ;
28
28
29
+ /**
30
+ * An illustration is an image and inline text that work in tandem to communicate a state in a more friendly way.
31
+ */
29
32
const Illustration = ( {
30
33
className,
31
34
illustration,
You can’t perform that action at this time.
0 commit comments