@micromag/screen-ranking 0.3.273 → 0.3.285

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
@@ -394,6 +394,9 @@ var definition = {
394
394
  textStyle: 'cta'
395
395
  }
396
396
  }
397
+ }, {
398
+ name: 'shareIncentive',
399
+ type: 'share-incentive'
397
400
  }]
398
401
  };
399
402
 
package/lib/index.js CHANGED
@@ -415,6 +415,9 @@ var definition = {
415
415
  textStyle: 'cta'
416
416
  }
417
417
  }
418
+ }, {
419
+ name: 'shareIncentive',
420
+ type: 'share-incentive'
418
421
  }]
419
422
  };
420
423
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-ranking",
3
- "version": "0.3.273",
3
+ "version": "0.3.285",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,16 +49,16 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.273",
53
- "@micromag/data": "^0.3.273",
54
- "@micromag/element-background": "^0.3.273",
55
- "@micromag/element-call-to-action": "^0.3.273",
56
- "@micromag/element-container": "^0.3.273",
57
- "@micromag/element-heading": "^0.3.273",
58
- "@micromag/element-layout": "^0.3.273",
59
- "@micromag/element-scroll": "^0.3.273",
60
- "@micromag/element-text": "^0.3.273",
61
- "@micromag/transforms": "^0.3.273",
52
+ "@micromag/core": "^0.3.285",
53
+ "@micromag/data": "^0.3.285",
54
+ "@micromag/element-background": "^0.3.285",
55
+ "@micromag/element-call-to-action": "^0.3.285",
56
+ "@micromag/element-container": "^0.3.285",
57
+ "@micromag/element-heading": "^0.3.285",
58
+ "@micromag/element-layout": "^0.3.285",
59
+ "@micromag/element-scroll": "^0.3.285",
60
+ "@micromag/element-text": "^0.3.285",
61
+ "@micromag/transforms": "^0.3.285",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
71
+ "gitHead": "1090e20ce0aed0d4f3e9a7b03c42403b06293b04"
72
72
  }