@elice/material-runbox 1.221109.1 → 1.221129.0

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.
@@ -290,7 +290,7 @@ const MaterialRunboxContent = ({
290
290
  src: runboxUrl + '/?folder=/mnt/elice/workspace',
291
291
  title: "material-runbox",
292
292
  onLoad: () => setRunboxUrlLoaded(true),
293
- allow: "clipboard-read; clipboard-write"
293
+ allow: "clipboard-read; clipboard-write; camera *; microphone *"
294
294
  }) : null);
295
295
  }; //
296
296
  //
@@ -282,7 +282,7 @@ const MaterialRunboxContent = ({
282
282
  src: runboxUrl + '/?folder=/mnt/elice/workspace',
283
283
  title: "material-runbox",
284
284
  onLoad: () => setRunboxUrlLoaded(true),
285
- allow: "clipboard-read; clipboard-write"
285
+ allow: "clipboard-read; clipboard-write; camera *; microphone *"
286
286
  }) : null);
287
287
  }; //
288
288
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-runbox",
3
- "version": "1.221109.1",
3
+ "version": "1.221129.0",
4
4
  "description": "User view and editing components of Elice material runbox",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -54,8 +54,8 @@
54
54
  "@elice/icons": "^1.220803.0",
55
55
  "@elice/icons-legacy": "npm:@elice/icons@0.220803.1",
56
56
  "@elice/markdown": "^1.220803.0",
57
- "@elice/material-shared-types": "1.221109.1",
58
- "@elice/material-shared-utils": "1.221109.1",
57
+ "@elice/material-shared-types": "1.221129.0",
58
+ "@elice/material-shared-utils": "1.221129.0",
59
59
  "@elice/types": "^1.221027.0",
60
60
  "@elice/websocket": "^1.220803.0",
61
61
  "@types/classnames": "^2.3.1",
@@ -66,5 +66,5 @@
66
66
  "react-use": "^17.2.4",
67
67
  "styled-components": "^5.3.0"
68
68
  },
69
- "gitHead": "027b1ce65ecd78b69e79db885699d2e5c373cee6"
69
+ "gitHead": "2f7b7c14476949931e7dfe508a6a192d454f3d75"
70
70
  }