From 7f9a612fe9c5bee0d489416f06e2873df1316313 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Sun, 27 Jul 2025 11:05:08 +0200 Subject: [PATCH 1/3] docs: add button docs --- .bitmap | 13 ++++++++++--- design/ui/button/button.docs.mdx | 1 + 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.bitmap b/.bitmap index 12d7430..287a1e7 100644 --- a/.bitmap +++ b/.bitmap @@ -12,7 +12,7 @@ "patterns/form": { "name": "patterns/form", "scope": "automations.design", - "version": "0.0.6", + "version": "17b3248c91cb68e7db9c47d33a9fdc5df18fceab", "mainFile": "index.ts", "rootDir": "design/patterns/form" }, @@ -26,7 +26,7 @@ "ui/button": { "name": "ui/button", "scope": "automations.design", - "version": "0.0.4", + "version": "fdf6acfb53f1b851aa0558ea8d01734c22c6f5a1", "mainFile": "index.ts", "rootDir": "design/ui/button" }, @@ -51,5 +51,12 @@ "mainFile": "index.ts", "rootDir": "design/ui/input" }, - "$schema-version": "17.0.0" + "$schema-version": "17.0.0", + "_bit_lane": { + "id": { + "name": "add-button-docs", + "scope": "automations.design" + }, + "exported": true + } } \ No newline at end of file diff --git a/design/ui/button/button.docs.mdx b/design/ui/button/button.docs.mdx index 75d91f2..6a52854 100644 --- a/design/ui/button/button.docs.mdx +++ b/design/ui/button/button.docs.mdx @@ -1,5 +1,6 @@ --- description: A Button component. +labels: ['button'] --- import { Button } from './button'; From f8c784962f62c66fb32ed23d48e1549be0db38a5 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Sun, 27 Jul 2025 11:13:07 +0200 Subject: [PATCH 2/3] update action --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index debaaea..76ca065 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,7 +21,7 @@ jobs: ws-dir: '.' - name: Bit Pull Request - uses: bit-tasks/pull-request@v3 + uses: bit-tasks/pull-request@main with: version-labels: true version-labels-color-major: "f0a09f" From 39af32974e69116aa79d7224c9d6649575f1dd58 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Sun, 27 Jul 2025 11:19:18 +0200 Subject: [PATCH 3/3] docs: add button docs --- design/ui/button/button.docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/ui/button/button.docs.mdx b/design/ui/button/button.docs.mdx index 6a52854..92472a5 100644 --- a/design/ui/button/button.docs.mdx +++ b/design/ui/button/button.docs.mdx @@ -1,6 +1,6 @@ --- description: A Button component. -labels: ['button'] +labels: ['button', 'react'] --- import { Button } from './button';