Skip to content

Commit fda520e

Browse files
committed
update doc
1 parent 6aae5c6 commit fda520e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

components/component-docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5978,7 +5978,7 @@
59785978
"dependencies": []
59795979
},
59805980
"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.",
59825982
"methods": [],
59835983
"props": {
59845984
"className": {
@@ -6068,7 +6068,7 @@
60686068
]
60696069
},
60706070
"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._",
60726072
"defaultValue": {
60736073
"value": "'small'",
60746074
"computed": false

components/illustration/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ import Svg from '../utilities/utility-icon/svg';
2626
// ## Constants
2727
import { ILLUSTRATION } from '../../utilities/constants';
2828

29+
/**
30+
* An illustration is an image and inline text that work in tandem to communicate a state in a more friendly way.
31+
*/
2932
const Illustration = ({
3033
className,
3134
illustration,

0 commit comments

Comments
 (0)