Skip to content

Commit

Permalink
fix(chip): initial release
Browse files Browse the repository at this point in the history
andresin87 committed Sep 26, 2023
1 parent c518b0c commit 20723ba
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spark-ui/chip",
"version": "0.7.0",
"version": "1.0.0",
"description": "To help people enter information, make selections, filter content, or trigger actions.",
"publishConfig": {
"access": "public"
2 changes: 1 addition & 1 deletion packages/components/chip/src/Chip.doc.mdx
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ When the chip has a `pressed` status configured it becomes a toggle button.

### Disabled

When a chip is disabled, no action is fired when clicking on it
When a chip is disabled, no action is fired when clicking on it.

<Canvas of={stories.Disabled} />

0 comments on commit 20723ba

Please sign in to comment.