@micromag/screen-contribution 0.3.480 → 0.3.482

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.
package/es/index.js CHANGED
@@ -454,6 +454,7 @@ var ContributionScreen = function ContributionScreen(_ref) {
454
454
  };
455
455
  ContributionScreen.propTypes = propTypes;
456
456
  ContributionScreen.defaultProps = defaultProps;
457
+ var ContributionScreen$1 = ContributionScreen;
457
458
 
458
459
  var definition = {
459
460
  id: 'contribution',
@@ -475,7 +476,7 @@ var definition = {
475
476
  "value": "Contribution"
476
477
  }]
477
478
  }),
478
- component: ContributionScreen,
479
+ component: ContributionScreen$1,
479
480
  layouts: ['top', 'middle', 'bottom'],
480
481
  fields: [{
481
482
  name: 'layout',
@@ -619,4 +620,4 @@ var definition = {
619
620
  }]
620
621
  };
621
622
 
622
- export { ContributionScreen, definition as default };
623
+ export { ContributionScreen$1 as ContributionScreen, definition as default };
package/lib/index.js CHANGED
@@ -458,6 +458,7 @@ var ContributionScreen = function ContributionScreen(_ref) {
458
458
  };
459
459
  ContributionScreen.propTypes = propTypes;
460
460
  ContributionScreen.defaultProps = defaultProps;
461
+ var ContributionScreen$1 = ContributionScreen;
461
462
 
462
463
  var definition = {
463
464
  id: 'contribution',
@@ -479,7 +480,7 @@ var definition = {
479
480
  "value": "Contribution"
480
481
  }]
481
482
  }),
482
- component: ContributionScreen,
483
+ component: ContributionScreen$1,
483
484
  layouts: ['top', 'middle', 'bottom'],
484
485
  fields: [{
485
486
  name: 'layout',
@@ -623,5 +624,5 @@ var definition = {
623
624
  }]
624
625
  };
625
626
 
626
- exports.ContributionScreen = ContributionScreen;
627
+ exports.ContributionScreen = ContributionScreen$1;
627
628
  exports.default = definition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-contribution",
3
- "version": "0.3.480",
3
+ "version": "0.3.482",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -47,6 +47,7 @@
47
47
  "assets"
48
48
  ],
49
49
  "scripts": {
50
+ "clean": "rm -rf es && rm -rf lib && rm -rf assets",
50
51
  "prepare": "../../scripts/prepare-package.sh"
51
52
  },
52
53
  "devDependencies": {
@@ -62,19 +63,19 @@
62
63
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
63
64
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
64
65
  "@fortawesome/react-fontawesome": "^0.1.13",
65
- "@micromag/core": "^0.3.480",
66
- "@micromag/data": "^0.3.480",
67
- "@micromag/element-background": "^0.3.480",
68
- "@micromag/element-button": "^0.3.480",
69
- "@micromag/element-container": "^0.3.480",
70
- "@micromag/element-footer": "^0.3.480",
71
- "@micromag/element-header": "^0.3.480",
72
- "@micromag/element-heading": "^0.3.480",
73
- "@micromag/element-scroll": "^0.3.480",
74
- "@micromag/element-share-incentive": "^0.3.480",
75
- "@micromag/element-text": "^0.3.480",
76
- "@micromag/element-text-input": "^0.3.480",
77
- "@micromag/transforms": "^0.3.480",
66
+ "@micromag/core": "^0.3.482",
67
+ "@micromag/data": "^0.3.482",
68
+ "@micromag/element-background": "^0.3.482",
69
+ "@micromag/element-button": "^0.3.482",
70
+ "@micromag/element-container": "^0.3.482",
71
+ "@micromag/element-footer": "^0.3.482",
72
+ "@micromag/element-header": "^0.3.482",
73
+ "@micromag/element-heading": "^0.3.482",
74
+ "@micromag/element-scroll": "^0.3.482",
75
+ "@micromag/element-share-incentive": "^0.3.482",
76
+ "@micromag/element-text": "^0.3.482",
77
+ "@micromag/element-text-input": "^0.3.482",
78
+ "@micromag/transforms": "^0.3.482",
78
79
  "classnames": "^2.2.6",
79
80
  "lodash": "^4.17.21",
80
81
  "prop-types": "^15.7.2",
@@ -85,5 +86,5 @@
85
86
  "access": "public",
86
87
  "registry": "https://registry.npmjs.org/"
87
88
  },
88
- "gitHead": "4a69863ce7f8aa2e254242a2fd368763611cf096"
89
+ "gitHead": "931f86bb7dd77a05d196cadda88c8a170e665c3d"
89
90
  }