Skip to content

Commit

Permalink
Use shared partVisibility reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Mar 26, 2024
1 parent 5ef3097 commit 8c551fd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import {
type AppearanceVariantState,
type PartVisibilityState,
appearanceVariantStates,
partVisibilityStates
partVisibilityStates,
partVisibilityStatesOnlyLabel
} from '../../patterns/button/tests/states';

const metadata: Meta = {
Expand All @@ -35,8 +36,6 @@ const metadata: Meta = {

export default metadata;

const partVisibilityStatesOnlyLabel = partVisibilityStates[2];

const openStates = [
['', false],
['Open', true]
Expand Down

0 comments on commit 8c551fd

Please sign in to comment.