* feat: builds color palette for light and dark mode, removes all conflicting rgba sass * chore: replaces colors with css vars * chore: adapts blur-bg to be more performant and stable * chore: getting ready for dark mode * chore: removes unused file * chore: reverts input bg * chore: reverses selection in dark mode * feat: builds theme toggler * feat: adds auto mode for theme * feat: establishes light / dark css pattern, updates account and list * chore: migrates more views to gutter component * chore: adapts global, adjusts popups * chore: finishes retrofitting views * feat: moves to medium instead of semi-bold for headlines * feat: introduces new font for rte * feat: updates rich text styles * feat: styles react select in dark mode * chore: styles datepicker, misc refinements * chore: updates style of UploadCard * chore: fixes code styles * chore: styles PerPage * chore: improves styling of column / where selector * feat: improves field errors in dark mode * chore: styles built-in rich text elements * chore: improves styling of rte elements * chore: tweaks
6 lines
382 B
TypeScript
6 lines
382 B
TypeScript
export { default as Button } from '../dist/admin/components/elements/Button';
|
|
export { default as Card } from '../dist/admin/components/elements/Card';
|
|
export { default as Eyebrow } from '../dist/admin/components/elements/Eyebrow';
|
|
export { default as Nav } from '../dist/admin/components/elements/Nav';
|
|
export { default as Gutter } from '../dist/admin/components/elements/Gutter';
|