@micromag/screen-text 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
@@ -296,6 +296,9 @@ var definition = [{
296
296
  textStyle: 'cta'
297
297
  }
298
298
  }
299
+ }, {
300
+ name: 'shareIncentive',
301
+ type: 'share-incentive'
299
302
  }]
300
303
  }, {
301
304
  id: 'text-title',
@@ -377,6 +380,9 @@ var definition = [{
377
380
  textStyle: 'cta'
378
381
  }
379
382
  }
383
+ }, {
384
+ name: 'shareIncentive',
385
+ type: 'share-incentive'
380
386
  }]
381
387
  }];
382
388
 
package/lib/index.js CHANGED
@@ -316,6 +316,9 @@ var definition = [{
316
316
  textStyle: 'cta'
317
317
  }
318
318
  }
319
+ }, {
320
+ name: 'shareIncentive',
321
+ type: 'share-incentive'
319
322
  }]
320
323
  }, {
321
324
  id: 'text-title',
@@ -397,6 +400,9 @@ var definition = [{
397
400
  textStyle: 'cta'
398
401
  }
399
402
  }
403
+ }, {
404
+ name: 'shareIncentive',
405
+ type: 'share-incentive'
400
406
  }]
401
407
  }];
402
408
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-text",
3
- "version": "0.3.273",
3
+ "version": "0.3.285",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.273",
53
- "@micromag/element-background": "^0.3.273",
54
- "@micromag/element-call-to-action": "^0.3.273",
55
- "@micromag/element-container": "^0.3.273",
56
- "@micromag/element-heading": "^0.3.273",
57
- "@micromag/element-layout": "^0.3.273",
58
- "@micromag/element-text": "^0.3.273",
59
- "@micromag/transforms": "^0.3.273",
52
+ "@micromag/core": "^0.3.285",
53
+ "@micromag/element-background": "^0.3.285",
54
+ "@micromag/element-call-to-action": "^0.3.285",
55
+ "@micromag/element-container": "^0.3.285",
56
+ "@micromag/element-heading": "^0.3.285",
57
+ "@micromag/element-layout": "^0.3.285",
58
+ "@micromag/element-text": "^0.3.285",
59
+ "@micromag/transforms": "^0.3.285",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
69
+ "gitHead": "1090e20ce0aed0d4f3e9a7b03c42403b06293b04"
70
70
  }