Skip to content

Commit

Permalink
Part of the design review improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MMeijerink committed Nov 15, 2024
1 parent 7cfeeb0 commit 4cc2b34
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"dependencies": {
"@utrecht/component-library-css": "6.1.0",
"@utrecht/component-library-react": "7.1.0",
"@utrecht/component-library-react": "7.3.2",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"lodash.chunk": "4.2.0"
Expand Down
9 changes: 5 additions & 4 deletions packages/storybook/src/react-components/select/select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@ import { CitationDocumentation } from "../../utils/CitationDocumentation.tsx";
### Disabled

<Canvas of={SelectStories.Disabled} />

### Required

<Canvas of={SelectStories.Required} />
<Controls of={SelectStories.Disabled} />

### Invalid

<Canvas of={SelectStories.Invalid} />
<Controls of={SelectStories.Invalid} />

### Focus

<Canvas of={SelectStories.Focus} />
<Controls of={SelectStories.Focus} />

### FocusVisible

<Canvas of={SelectStories.FocusVisible} />
<Controls of={SelectStories.FocusVisible} />

### Hover

<Canvas of={SelectStories.Hover} />
<Controls of={SelectStories.Hover} />
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { Meta, StoryObj } from '@storybook/react';
type Story = StoryObj<typeof meta>;

const meta = {
title: 'React Components/Select',
title: 'React Components/Form Field/Select',
id: 'react-components-select',
component: LuxSelect,
subcomponents: {},
Expand Down
242 changes: 237 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cc2b34

Please sign in to comment.