0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/admin-x-design-system/src
Chris Raible a79ab03463
Fixed failing type check in admin-x-design-system story (#20838)
no issue

- The type checks for `admin-x-design-system` were failing for me locally for a Storybook story. It looks like we changed the `PopoverPosition` type to use 'start'/'end' rather than 'left'/'right', but this story was still using 'left'. This was causing `yarn test` to fail in the `admin-x-design-system` app.
- This commit updates the story to use 'start' instead of 'left', which allows the type checks to pass.
2024-08-27 17:58:42 -07:00
..
assets Updated layout switch 2024-08-26 14:02:47 +02:00
docs Admin X Design System docs (#19120) 2023-11-23 16:18:59 +01:00
global Fixed failing type check in admin-x-design-system story (#20838) 2024-08-27 17:58:42 -07:00
hooks Added fix for Infinite loop when changing value of new navigation item's field value 2024-07-04 12:07:33 +00:00
providers 🐛 Fixed dark mode for standalone html editors in Admin X (#20689) 2024-07-30 09:18:51 -05:00
settings Updated tips & donations default suggested value 2024-08-20 12:07:51 +01:00
utils
Boilerplate.stories.tsx Fundamental page components (#19037) 2023-11-21 06:49:41 +00:00
Boilerplate.tsx
DesignSystemApp.tsx 🐛 Fixed dark mode for standalone html editors in Admin X (#20689) 2024-07-30 09:18:51 -05:00
index.ts Admin X demo app content (#19079) 2023-11-22 13:44:39 +01:00
typings.d.ts