Skip to content

Commit

Permalink
feat(downstate): docs + implementation for example components (#2520)
Browse files Browse the repository at this point in the history
* feat(downstate): docs + implementation for example components

* docs: update mdx

* docs: reorg, stories live within foundations

* docs: decorator for down state dimension tokens

* docs: fix mdx hierarchy console error

* fix: small iconOnly button gets min perspective

* docs: use markdown, update language

* fix: disabled, readonly checkbox doesnt have down state

* chore(button,checkbox): update package versions
  • Loading branch information
mdt2 authored and castastrophe committed Apr 30, 2024
1 parent 2ee61ba commit 9bc4ec4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export default {
},
parameters: {
actions: {
handles: ["click input[type=\"checkbox\"]"],
handles: ['click input[type="checkbox"]'],
},
},
tags: ["foundation"],
tags: ['foundation'],
};

export const CheckboxDownState = Template.bind({});
Expand Down

0 comments on commit 9bc4ec4

Please sign in to comment.