Skip to content

Commit a5b927f

Browse files
committed
1.3.4 build
1 parent 4e325be commit a5b927f

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

docs/components/Link.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ type: `enum('horizontal'|'vertical')`
2121
type: `enum('diagonal'|'elbow')`
2222

2323

24-
### `styles` (required)
24+
### `styles`
2525

2626
type: `object`
27+
defaultValue: `{}`
2728

2829

2930
### `transitionDuration` (required)

docs/components/Node.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,21 @@ type: `func`
3737
type: `enum('horizontal'|'vertical')`
3838

3939

40-
### `styles` (required)
40+
### `styles`
4141

4242
type: `object`
43+
defaultValue: `{
44+
node: {
45+
circle: {},
46+
name: {},
47+
attributes: {},
48+
},
49+
leafNode: {
50+
circle: {},
51+
name: {},
52+
attributes: {},
53+
},
54+
}`
4355

4456

4557
### `textAnchor`

docs/components/Tree.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,7 @@ defaultValue: `{ siblings: 1, nonSiblings: 2 }`
7474
### `styles`
7575

7676
type: `shape[object Object]`
77-
defaultValue: `{
78-
nodes: {
79-
node: {
80-
circle: {},
81-
name: {},
82-
attributes: {},
83-
},
84-
leafNode: {
85-
circle: {},
86-
name: {},
87-
attributes: {},
88-
},
89-
},
90-
links: {},
91-
}`
77+
defaultValue: `{}`
9278

9379

9480
### `transitionDuration`

0 commit comments

Comments
 (0)