File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 12
12
"patterns/form": {
13
13
"name": "patterns/form",
14
14
"scope": "automations.design",
15
- "version": "0.0.6 ",
15
+ "version": "17b3248c91cb68e7db9c47d33a9fdc5df18fceab ",
16
16
"mainFile": "index.ts",
17
17
"rootDir": "design/patterns/form"
18
18
},
26
26
"ui/button": {
27
27
"name": "ui/button",
28
28
"scope": "automations.design",
29
- "version": "0.0.4 ",
29
+ "version": "fdf6acfb53f1b851aa0558ea8d01734c22c6f5a1 ",
30
30
"mainFile": "index.ts",
31
31
"rootDir": "design/ui/button"
32
32
},
51
51
"mainFile": "index.ts",
52
52
"rootDir": "design/ui/input"
53
53
},
54
- "$schema-version": "17.0.0"
54
+ "$schema-version": "17.0.0",
55
+ "_bit_lane": {
56
+ "id": {
57
+ "name": "add-button-docs",
58
+ "scope": "automations.design"
59
+ },
60
+ "exported": true
61
+ }
55
62
}
Original file line number Diff line number Diff line change 1
1
---
2
2
description : A Button component.
3
+ labels : ['button', 'react']
3
4
---
4
5
5
6
import { Button } from ' ./button' ;
You can’t perform that action at this time.
0 commit comments