File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
documentation/src/components Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ node_modules
44
55storybook-static
66
7- coverage
7+ coverage
8+
9+ build
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ node_modules
44
55storybook-static
66
7- coverage
7+ coverage
8+
9+ documentation /build
Original file line number Diff line number Diff line change 88
99/coverage
1010
11- * .md
11+ * .md
12+
13+ documentation /build
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ const CJS = (props) => {
216216 < MenuIcon />
217217 </ IconButton >
218218 < Typography variant = "h6" noWrap >
219- Installation
219+ CJS
220220 </ Typography >
221221 </ Toolbar >
222222 </ AppBar >
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ const ESM = (props) => {
216216 < MenuIcon />
217217 </ IconButton >
218218 < Typography variant = "h6" noWrap >
219- Installation
219+ ESM
220220 </ Typography >
221221 </ Toolbar >
222222 </ AppBar >
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ const UMD = (props) => {
216216 < MenuIcon />
217217 </ IconButton >
218218 < Typography variant = "h6" noWrap >
219- Installation
219+ UMD
220220 </ Typography >
221221 </ Toolbar >
222222 </ AppBar >
You can’t perform that action at this time.
0 commit comments