@fonixtree/magic-design 1.0.183 → 1.0.184

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.
@@ -43,6 +43,7 @@ function ImageGalleryConfig(props) {
43
43
  key: '1',
44
44
  name: (0, _locale.i18n)('IMAGES'),
45
45
  value: /*#__PURE__*/_react["default"].createElement(_ImageGalleryConfigImageGroup["default"], {
46
+ key: JSON.stringify(data.customize),
46
47
  customize: data.customize,
47
48
  source: data.groupSource
48
49
  })
@@ -168,7 +168,8 @@ function (_super) {
168
168
  autoPlay: true,
169
169
  loop: true,
170
170
  muted: true,
171
- playsinline: true
171
+ playsinline: true,
172
+ "webkit-playsinline": true
172
173
  }, /*#__PURE__*/_react["default"].createElement("source", {
173
174
  src: data.url,
174
175
  type: "video/mp4"
@@ -43,6 +43,7 @@ function ImageGalleryConfig(props) {
43
43
  key: '1',
44
44
  name: (0, _locale.i18n)('IMAGES'),
45
45
  value: /*#__PURE__*/_react["default"].createElement(_ImageGalleryConfigImageGroup["default"], {
46
+ key: JSON.stringify(data.customize),
46
47
  customize: data.customize,
47
48
  source: data.groupSource
48
49
  })
@@ -168,7 +168,8 @@ function (_super) {
168
168
  autoPlay: true,
169
169
  loop: true,
170
170
  muted: true,
171
- playsinline: true
171
+ playsinline: true,
172
+ "webkit-playsinline": true
172
173
  }, /*#__PURE__*/_react["default"].createElement("source", {
173
174
  src: data.url,
174
175
  type: "video/mp4"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "1.0.183",
4
+ "version": "1.0.184",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",