@micromag/media-gallery 0.3.714 → 0.3.726

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.
Files changed (2) hide show
  1. package/es/index.js +39 -0
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -300,6 +300,45 @@ function fields() {
300
300
  name: 'metadata.duration',
301
301
  horizontal: true
302
302
  }]
303
+ }, {
304
+ id: 'conversion',
305
+ component: 'fields',
306
+ label: /*#__PURE__*/React.createElement(FormattedMessage, {
307
+ id: "pBNrdH",
308
+ defaultMessage: [{
309
+ "type": 0,
310
+ "value": "Conversion"
311
+ }]
312
+ }),
313
+ isList: true,
314
+ hideWithoutValue: true,
315
+ fields: [{
316
+ id: 'h264',
317
+ label: /*#__PURE__*/React.createElement(FormattedMessage, {
318
+ id: "4RV6+9",
319
+ defaultMessage: [{
320
+ "type": 0,
321
+ "value": "H264"
322
+ }]
323
+ }),
324
+ type: 'text',
325
+ component: 'text',
326
+ name: 'files.h264.url',
327
+ horizontal: true
328
+ }, {
329
+ id: 'webm',
330
+ label: /*#__PURE__*/React.createElement(FormattedMessage, {
331
+ id: "3I2Xl7",
332
+ defaultMessage: [{
333
+ "type": 0,
334
+ "value": "WebM"
335
+ }]
336
+ }),
337
+ type: 'text',
338
+ component: 'text',
339
+ name: 'files.webm.url',
340
+ horizontal: true
341
+ }]
303
342
  }];
304
343
  }
305
344
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.714",
3
+ "version": "0.3.726",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
72
72
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
73
73
  "@fortawesome/react-fontawesome": "^0.2.0",
74
- "@micromag/core": "^0.3.714",
75
- "@micromag/data": "^0.3.714",
74
+ "@micromag/core": "^0.3.726",
75
+ "@micromag/data": "^0.3.726",
76
76
  "@panneau/medias": "^3.0.163",
77
77
  "bootstrap": "^5.3.7",
78
78
  "classnames": "^2.2.6",
@@ -86,5 +86,5 @@
86
86
  "access": "public",
87
87
  "registry": "https://registry.npmjs.org/"
88
88
  },
89
- "gitHead": "85dd03193fcac7776b74d8a41a2ebf116890b507"
89
+ "gitHead": "21ce20325c59c5fc20628d918093fcb852bf75b9"
90
90
  }