Skip to content

Commit 4a610a4

Browse files
authored
docs: add button docs (#13)
* docs: add button docs * update action * docs: add button docs
1 parent e43b40b commit 4a610a4

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.bitmap

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"patterns/form": {
1313
"name": "patterns/form",
1414
"scope": "automations.design",
15-
"version": "0.0.6",
15+
"version": "17b3248c91cb68e7db9c47d33a9fdc5df18fceab",
1616
"mainFile": "index.ts",
1717
"rootDir": "design/patterns/form"
1818
},
@@ -26,7 +26,7 @@
2626
"ui/button": {
2727
"name": "ui/button",
2828
"scope": "automations.design",
29-
"version": "0.0.4",
29+
"version": "fdf6acfb53f1b851aa0558ea8d01734c22c6f5a1",
3030
"mainFile": "index.ts",
3131
"rootDir": "design/ui/button"
3232
},
@@ -51,5 +51,12 @@
5151
"mainFile": "index.ts",
5252
"rootDir": "design/ui/input"
5353
},
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+
}
5562
}

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ws-dir: '.'
2222

2323
- name: Bit Pull Request
24-
uses: bit-tasks/pull-request@v3
24+
uses: bit-tasks/pull-request@main
2525
with:
2626
version-labels: true
2727
version-labels-color-major: "f0a09f"

design/ui/button/button.docs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: A Button component.
3+
labels: ['button', 'react']
34
---
45

56
import { Button } from './button';

0 commit comments

Comments
 (0)