@micromag/screen-urbania-trivia 0.3.77 → 0.3.80

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
@@ -535,9 +535,6 @@ var definition = {
535
535
  }, {
536
536
  name: 'video',
537
537
  type: 'video-element',
538
- theme: {
539
- color: 'primary'
540
- },
541
538
  defaultValue: {
542
539
  autoPlay: true
543
540
  },
package/lib/index.js CHANGED
@@ -557,9 +557,6 @@ var definition = {
557
557
  }, {
558
558
  name: 'video',
559
559
  type: 'video-element',
560
- theme: {
561
- color: 'primary'
562
- },
563
560
  defaultValue: {
564
561
  autoPlay: true
565
562
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-trivia",
3
- "version": "0.3.77",
3
+ "version": "0.3.80",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,16 +50,16 @@
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@folklore/size": "^0.1.20",
53
- "@micromag/core": "^0.3.77",
54
- "@micromag/element-background": "^0.3.77",
55
- "@micromag/element-call-to-action": "^0.3.77",
56
- "@micromag/element-closed-captions": "^0.3.77",
57
- "@micromag/element-container": "^0.3.77",
58
- "@micromag/element-heading": "^0.3.77",
59
- "@micromag/element-image": "^0.3.77",
60
- "@micromag/element-media-controls": "^0.3.77",
61
- "@micromag/element-video": "^0.3.77",
62
- "@micromag/transforms": "^0.3.77",
53
+ "@micromag/core": "^0.3.80",
54
+ "@micromag/element-background": "^0.3.80",
55
+ "@micromag/element-call-to-action": "^0.3.80",
56
+ "@micromag/element-closed-captions": "^0.3.80",
57
+ "@micromag/element-container": "^0.3.80",
58
+ "@micromag/element-heading": "^0.3.80",
59
+ "@micromag/element-image": "^0.3.80",
60
+ "@micromag/element-media-controls": "^0.3.80",
61
+ "@micromag/element-video": "^0.3.80",
62
+ "@micromag/transforms": "^0.3.80",
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": "12effe09a1b53e8ff487695a17d1d4fff412482e"
72
+ "gitHead": "3fdbc1c17e63df2cbe671bd08a19d21cd32754b9"
73
73
  }