@micromag/screen-urbania-recommendation 0.3.78 → 0.3.79

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
@@ -340,9 +340,6 @@ var definition = [{
340
340
  }, {
341
341
  name: 'description',
342
342
  type: 'text-element',
343
- theme: {
344
- textStyle: 'text'
345
- },
346
343
  label: defineMessage({
347
344
  id: "Y7bs1v",
348
345
  defaultMessage: [{
package/lib/index.js CHANGED
@@ -360,9 +360,6 @@ var definition = [{
360
360
  }, {
361
361
  name: 'description',
362
362
  type: 'text-element',
363
- theme: {
364
- textStyle: 'text'
365
- },
366
363
  label: reactIntl.defineMessage({
367
364
  id: "Y7bs1v",
368
365
  defaultMessage: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-recommendation",
3
- "version": "0.3.78",
3
+ "version": "0.3.79",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,7 +51,7 @@
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@micromag/core": "^0.3.78",
53
53
  "@micromag/element-background": "^0.3.78",
54
- "@micromag/element-call-to-action": "^0.3.78",
54
+ "@micromag/element-call-to-action": "^0.3.79",
55
55
  "@micromag/element-container": "^0.3.78",
56
56
  "@micromag/element-heading": "^0.3.78",
57
57
  "@micromag/element-layout": "^0.3.78",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "68be4e95203a5c15cefe58e423fe43eb374f3a7f"
70
+ "gitHead": "b25bd1907137fd148b912a5a48c1bc9d2bd0dadd"
71
71
  }