@micromag/screen-survey 0.3.266 → 0.3.281

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
@@ -619,6 +619,9 @@ var definition = {
619
619
  textStyle: 'cta'
620
620
  }
621
621
  }
622
+ }, {
623
+ name: 'shareIncentive',
624
+ type: 'share-incentive'
622
625
  }]
623
626
  };
624
627
 
package/lib/index.js CHANGED
@@ -641,6 +641,9 @@ var definition = {
641
641
  textStyle: 'cta'
642
642
  }
643
643
  }
644
+ }, {
645
+ name: 'shareIncentive',
646
+ type: 'share-incentive'
644
647
  }]
645
648
  };
646
649
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-survey",
3
- "version": "0.3.266",
3
+ "version": "0.3.281",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,17 +49,17 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.265",
53
- "@micromag/data": "^0.3.265",
54
- "@micromag/element-background": "^0.3.266",
55
- "@micromag/element-button": "^0.3.265",
56
- "@micromag/element-call-to-action": "^0.3.265",
57
- "@micromag/element-container": "^0.3.265",
58
- "@micromag/element-heading": "^0.3.265",
59
- "@micromag/element-layout": "^0.3.265",
60
- "@micromag/element-scroll": "^0.3.265",
61
- "@micromag/element-text": "^0.3.265",
62
- "@micromag/transforms": "^0.3.265",
52
+ "@micromag/core": "^0.3.281",
53
+ "@micromag/data": "^0.3.281",
54
+ "@micromag/element-background": "^0.3.281",
55
+ "@micromag/element-button": "^0.3.281",
56
+ "@micromag/element-call-to-action": "^0.3.281",
57
+ "@micromag/element-container": "^0.3.281",
58
+ "@micromag/element-heading": "^0.3.281",
59
+ "@micromag/element-layout": "^0.3.281",
60
+ "@micromag/element-scroll": "^0.3.281",
61
+ "@micromag/element-text": "^0.3.281",
62
+ "@micromag/transforms": "^0.3.281",
63
63
  "classnames": "^2.2.6",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "562d67e6a6146225391a02d951a98b1b5deeb06e"
72
+ "gitHead": "1ccd2caafbcf2b27cde1216f97ae45abf0ae8c63"
73
73
  }