From 9ee243b90fb78ca95a41391c6530c922bac56458 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Thu, 24 Jul 2025 09:56:34 +0200 Subject: [PATCH 1/2] 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..92472a5 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', 'react'] --- import { Button } from './button'; From 979eccb7ec2ad86a1dd64c92f67804a005b3f03d Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Thu, 24 Jul 2025 10:03:04 +0200 Subject: [PATCH 2/2] 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 92472a5..348965b 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', 'react'] +labels: ['button', 'react', 'ui'] --- import { Button } from './button';