Skip to content

Commit

Permalink
Fix/syntaxthighlighter themes (#6814)
Browse files Browse the repository at this point in the history
Fix/syntaxthighlighter themes
  • Loading branch information
ndelangen authored May 20, 2019
2 parents 5994174 + fcc12c4 commit 7ee9976
Show file tree
Hide file tree
Showing 15 changed files with 1,381 additions and 639 deletions.
3 changes: 0 additions & 3 deletions examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"@types/enzyme": "^3.9.0",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.8.2",
"@types/storybook__addon-actions": "^3.4.1",
"@types/storybook__addon-info": "^4.1.0",
"@types/storybook__react": "^4.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"enzyme-to-json": "^3.3.5",
Expand Down
8 changes: 8 additions & 0 deletions examples/cra-ts-kitchen-sink/src/types/@storybook/react.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export const addDecorator: any;
export const addParameters: any;
export const configure: any;
export const forceReRender: any;
export const getStorybook: any;
export const raw: any;
export const setAddon: any;
export const storiesOf: any;
2 changes: 2 additions & 0 deletions examples/cra-ts-kitchen-sink/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"baseUrl": "src",
"paths": { "*": ["types/*"] },
"target": "es5",
"module": "esnext",
"lib" : ["esnext", "dom"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ exports[`Storyshots Addons|Info/Markdown Displays Markdown in description 1`] =
.emotion-5 {
position: relative;
overflow: hidden;
color: #333333;
border: 1px solid rgba(0,0,0,.1);
background: #FFFFFF;
}
Expand Down Expand Up @@ -4608,6 +4609,7 @@ exports[`Storyshots Addons|Info/Parameters Overwrite the parameters with markdow
.emotion-5 {
position: relative;
overflow: hidden;
color: #333333;
border: 1px solid rgba(0,0,0,.1);
background: #FFFFFF;
}
Expand Down Expand Up @@ -5256,6 +5258,7 @@ exports[`Storyshots Addons|Info/Parameters Overwrite the text parameter with mar
.emotion-5 {
position: relative;
overflow: hidden;
color: #333333;
border: 1px solid rgba(0,0,0,.1);
background: #FFFFFF;
}
Expand Down Expand Up @@ -9500,6 +9503,7 @@ exports[`Storyshots Addons|Info/deprecated Displays Markdown in description 1`]
.emotion-5 {
position: relative;
overflow: hidden;
color: #333333;
border: 1px solid rgba(0,0,0,.1);
background: #FFFFFF;
}
Expand Down
2 changes: 0 additions & 2 deletions lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"@storybook/theming": "5.1.0-beta.1",
"core-js": "^3.0.1",
"global": "^4.3.2",
"js-beautify": "^1.8.9",
"markdown-to-jsx": "^6.9.1",
"memoizerific": "^1.11.3",
"polished": "^3.3.1",
Expand All @@ -42,7 +41,6 @@
"simplebar-react": "^1.0.0-alpha.6"
},
"devDependencies": {
"@types/js-beautify": "^1.8.1",
"@types/react-syntax-highlighter": "^10.1.0",
"@types/react-textarea-autosize": "^4.3.3",
"@types/recompose": "^0.30.5",
Expand Down
34 changes: 0 additions & 34 deletions lib/components/src/StoryLinkWrapper.ts

This file was deleted.

Loading

0 comments on commit 7ee9976

Please sign in to comment.