Skip to content

Commit d19c04a

Browse files
nachoaldamavBit CI
andauthored
docs: add card docs (#14)
* docs: add card docs * chore: update Bit version --------- Co-authored-by: Bit CI <bit-ci[bot]@bit.cloud>
1 parent 3ee8cf5 commit d19c04a

File tree

6 files changed

+29
-130
lines changed

6 files changed

+29
-130
lines changed

.bitmap

Lines changed: 11 additions & 4 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.7",
15+
"version": "0.0.9",
1616
"mainFile": "index.ts",
1717
"rootDir": "design/patterns/form"
1818
},
@@ -26,14 +26,14 @@
2626
"ui/button": {
2727
"name": "ui/button",
2828
"scope": "automations.design",
29-
"version": "0.0.5",
29+
"version": "0.0.6",
3030
"mainFile": "index.ts",
3131
"rootDir": "design/ui/button"
3232
},
3333
"ui/card": {
3434
"name": "ui/card",
3535
"scope": "automations.design",
36-
"version": "0.0.3",
36+
"version": "4d8779f6a955f5f2f7ba8436b9b7724786ab3e4a",
3737
"mainFile": "index.ts",
3838
"rootDir": "design/ui/card"
3939
},
@@ -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-card-docs",
58+
"scope": "automations.design"
59+
},
60+
"exported": true
61+
}
5562
}

design/patterns/form/form.docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: A flexible form component that uses our UI components for consistent styling and behavior.
3-
labels: ['react', 'form', 'pattern']
3+
labels: ['react', 'form', 'pattern', 'test']
44
---
55

66
import { BasicForm, FormWithSelect, FormWithInitialValues } from './form.composition';

design/ui/button/button.docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: A Button component.
3-
labels: ['button', 'react']
3+
labels: ['button', 'react', 'test']
44
---
55

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

design/ui/card/card.docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: A Card component.
3-
labels: ['react']
3+
labels: ['react', 'card', 'test']
44
---
55

66
import { Card } from './card';

pnpm-lock.yaml

Lines changed: 14 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"enableWorkspaceConfigWrite": true
6161
},
6262
"teambit.harmony/bit": {
63-
"engine": "1.12.6"
63+
"engine": "1.12.17"
6464
}
6565
}

0 commit comments

Comments
 (0)