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 18, 2024
1 parent 30de397 commit 6f36561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Template } from "../../../components/button/stories/template";
import { Template } from "@spectrum-css/button/stories/template";

export default {
title: "Foundations/Down state",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Template } from "../../../components/checkbox/stories/template";
import { Template } from "@spectrum-css/checkbox/stories/template";

export default {
title: "Foundations/Down state",
Expand All @@ -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 6f36561

Please sign in to comment.