pcm-shared-components 0.0.106 → 0.0.107

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.
@@ -3,7 +3,11 @@ import "./styles.css";
3
3
  import PropTypes from 'prop-types';
4
4
  /**
5
5
  * A backdrop loading panel that covers the entire screen and displays a loading spinner with the logo of your choice
6
- *
6
+ * ## Importing the component
7
+
8
+ ```//PitchCamp shared component
9
+ import {LoadingBackdrop} from 'pcm-shared-components';
10
+ ```
7
11
  */
8
12
 
9
13
  export const LoadingBackdrop = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {