Add new components to storybook (#5632)

*  Add new components to storybook

*  Changes after review

*  More changes after review

*  Add file history components to the application

*  Unnest selector
This commit is contained in:
Alonso Torres 2025-01-28 12:34:15 +01:00 committed by GitHub
parent 0cf4d4636a
commit c215214120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 1033 additions and 210 deletions

View file

@ -23,7 +23,12 @@ const preview = {
date: /Date$/i,
},
},
backgrounds: { disable: true },
backgrounds: {
values: [
{ name: 'theme', value: 'var(--color-background-secondary)' },
],
default: 'theme',
},
},
};