@manuscripts/style-guide 3.5.12 → 3.5.13

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ React components for Manuscripts applications.
5
5
  ## Example usage
6
6
 
7
7
  ```tsx
8
- import { PrimaryButton } from '@manuscripts/style-guide'
8
+ import { PrimaryButton } from '@manuscripts/style-guide'
9
9
 
10
10
  const Example: React.FunctionComponent<{
11
11
  handleClick: React.MouseEventHandler<HTMLButtonElement>
@@ -18,8 +18,8 @@ const Example: React.FunctionComponent<{
18
18
 
19
19
  ## Development
20
20
 
21
- Run `yarn build` to build the `dist` folder for distribution.
21
+ Run `yarn build` to build the `dist` folder for distribution.
22
22
 
23
- Run `yarn dev` to automatically rebuild when a file is changed.
23
+ Run `yarn dev` to automatically rebuild when a file is changed.
24
24
 
25
25
  If a component needs new theme properties, add the types to `src/theme.ts` and add the corresponding values to `.storybook/theme.ts`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "3.5.12",
4
+ "version": "3.5.13",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",