Commit Graph

12 Commits

Author SHA1 Message Date
Mads Rasmussen
1129bfb486 fix merge gone bad 2023-03-01 16:54:01 +01:00
Mads Rasmussen
2488c21d10 Merge branch 'main' into docs/add-draft-concept-docs 2023-03-01 16:47:42 +01:00
Warren Buckley
864b1e01c1 Move the WebComponent/LitElement that was inside the story file to own file
ESBuild errors was not happy it was inside a story file
2023-03-01 09:10:18 +01:00
Warren Buckley
fad80b4625 Storybook V7 Upgrade (#549)
* sb@next upgrade --prerelease

Run the storybook upgrade command to get 7.0.0 beta 53 - From the community Discord to try & get MDX code syntax working

* Storybook did not boot due to duplicate story IDs

Fix stories that had duplicate IDs - clearly copy/paste error

* Convert storybook.js to TypeScript

* WIP in trying to get the MDX files happy & working

* fresh package lock file. It fixes the js error with syntax highlighting in mdx files

* add code language to examples

* remove .stories from mdx files. It can cause problems

* story store is now the default

* Put the content of the ContextAPI MDX back & update codefences with typescript lang

* Put GettingStarted.mdx content back to include links

* Rename to .ts file extension

* Update MDX codefences to use typescript lang

* Fix order of stories and don't auto generate docs for every story - its tooooo much

* Fixup links to other MDX docs pages from Getting Started

---------

Co-authored-by: Mads Rasmussen <madsr@hey.com>
2023-02-24 13:53:03 +01:00
Mads Rasmussen
710f1be63b remove .stories from mdx files. It can cause problems 2023-02-23 21:28:34 +01:00
Niels Lyngsø
2407ade7d8 correct imports 2023-01-27 10:26:20 +01:00
Jacob Overgaard
b4886f7c67 revert package setup (for now) 2023-01-24 08:38:24 +01:00
Jacob Overgaard
5ef2173889 move context-provider element to element package to avoid circular dependencies 2023-01-24 08:36:07 +01:00
Jacob Overgaard
c0d30be4f0 Revert "integrate @umbraco-cms/element and @umbraco-cms/context-api due to circular dependencies"
This reverts commit e87439ff5f.
2023-01-24 08:30:18 +01:00
Jacob Overgaard
e87439ff5f integrate @umbraco-cms/element and @umbraco-cms/context-api due to circular dependencies 2023-01-23 16:24:42 +01:00
Jacob Overgaard
095337245e update module of package.json [skip ci] 2023-01-23 15:39:05 +01:00
Jacob Overgaard
107339e2a4 move notification to libs 2023-01-23 15:12:48 +01:00