Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add @srcbook/cells package with initial title cell * feat: try an idea to get the tailwind classnames in @srcbook/cells to be generated * fix: remove old code * fix: remove missed mts reference * fix: remove another missed mts reference * fix: generate @srcbook/cells tailwind import path in a better way * fix: ensure that @srcbook/shared is a dependency of @srcbook/cells * fix: fix another missed mts file extension * fix: update lint specific tsconfig in cells package to work properly * refactor: rename @srcbook/cells to @srcbook/components * feat: add initial @srcbook/ui package * feat: port @srcbook/web to use @srcbook/ui for all ui components * feat: add @srcbook/ui as a dependency to @srcbook/cells * feat: remove ui package, and move all this stuff to the components package * refactor: update all ui component imports in @srcbook/web to point to @srcbook/components * feat: move markdown cell into @srcbook/components * fix: remove @/ prefix support from @srcbook/components This was not being stripped in the compiled output and was therefore trying to be reinterpreted when building @srcbook/web * fix: remove now unused depdencies from @srcbook/web These are now in @srcbook/components instead * feat: move over dependencies required for code editor to @srcbook/components * feat: move over part of the depdencies required by the code editor * fix: remove @srcbook/cells from tailwind config * refactor: move keyboard-shortcut to @srcbook/components * feat: add onUpdateFileName prop to CodeCell component * fix: update all imports in packages/web to point to the useCell in the components package * fix: update CodeCell import to point to the version of the package in @srcbook/components * feat: add onGetDefinitionContents prop to <CodeCell ... /> in routes session * feat: change the abstraction boundary of the CodeCell so that what is in @srcbook/components is as presentational as possible * feat: finish relocating code editor to @srcbook/components * feat: update @srcbook/components to contain the cell context and get data from it * feat: move some types from @srcbook/web to @srcbook/components * feat: re-add useCells into @srcbook/components and to CodeCell * feat: move go to definition popup into ControlledCodeCell * fix: run npm run format * feat: fix all remaining type errors * fix: remove dead code * fix: remove dead code * fix: re-add linter exception * fix: add back in linter exception * fix: fix all linter errors
- Loading branch information