Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"patterns/form": {
"name": "patterns/form",
"scope": "automations.design",
"version": "0.0.7",
"version": "0.0.9",
"mainFile": "index.ts",
"rootDir": "design/patterns/form"
},
Expand All @@ -26,14 +26,14 @@
"ui/button": {
"name": "ui/button",
"scope": "automations.design",
"version": "0.0.5",
"version": "0.0.6",
"mainFile": "index.ts",
"rootDir": "design/ui/button"
},
"ui/card": {
"name": "ui/card",
"scope": "automations.design",
"version": "0.0.3",
"version": "4d8779f6a955f5f2f7ba8436b9b7724786ab3e4a",
"mainFile": "index.ts",
"rootDir": "design/ui/card"
},
Expand All @@ -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-card-docs",
"scope": "automations.design"
},
"exported": true
}
}
2 changes: 1 addition & 1 deletion design/patterns/form/form.docs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: A flexible form component that uses our UI components for consistent styling and behavior.
labels: ['react', 'form', 'pattern']
labels: ['react', 'form', 'pattern', 'test']
---

import { BasicForm, FormWithSelect, FormWithInitialValues } from './form.composition';
Expand Down
2 changes: 1 addition & 1 deletion design/ui/button/button.docs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: A Button component.
labels: ['button', 'react']
labels: ['button', 'react', 'test']
---

import { Button } from './button';
Expand Down
2 changes: 1 addition & 1 deletion design/ui/card/card.docs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: A Card component.
labels: ['react']
labels: ['react', 'card', 'test']
---

import { Card } from './card';
Expand Down
136 changes: 14 additions & 122 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"enableWorkspaceConfigWrite": true
},
"teambit.harmony/bit": {
"engine": "1.12.6"
"engine": "1.12.17"
}
}