react-restyle-components 0.1.39 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,12 +23,12 @@ const meta = {
23
23
  react_1.default.createElement(blocks_1.Canvas, null),
24
24
  react_1.default.createElement(blocks_1.Source, { code: `
25
25
  import {Button} from 'react-restyle-components';
26
- <Button
27
- disable={false}
28
- type='solid'
29
- onClick={()=>{}}>
30
- <span>Primary</span>
31
- </Button>
26
+ <Button
27
+ disable={false}
28
+ type='solid'
29
+ onClick={()=>{}}>
30
+ <span>Primary</span>
31
+ </Button>
32
32
  ` }))),
33
33
  },
34
34
  },
@@ -17,12 +17,12 @@ const meta = {
17
17
  React.createElement(Canvas, null),
18
18
  React.createElement(Source, { code: `
19
19
  import {Button} from 'react-restyle-components';
20
- <Button
21
- disable={false}
22
- type='solid'
23
- onClick={()=>{}}>
24
- <span>Primary</span>
25
- </Button>
20
+ <Button
21
+ disable={false}
22
+ type='solid'
23
+ onClick={()=>{}}>
24
+ <span>Primary</span>
25
+ </Button>
26
26
  ` }))),
27
27
  },
28
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "main": "lib/cjs/index.js",
@@ -20,7 +20,7 @@
20
20
  "eject": "react-scripts eject",
21
21
  "precommit": "lint-staged --allow-empty",
22
22
  "storybook": "storybook dev -p 6006",
23
- "build-storybook": "storybook build -o docs-build",
23
+ "build-storybook": "rm -rf docs-build && storybook build -o docs-build",
24
24
  "deploy-storybook": "gh-pages -d docs-build",
25
25
  "prettier": "prettier --write '**/*.{js,jsx}'",
26
26
  "prepare": "husky install"