@things-factory/screencast-ui 7.0.1-alpha.28 → 7.0.1-alpha.30

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.
@@ -1,4 +1,4 @@
1
- import '@material/mwc-icon'
1
+ import '@material/web/icon/icon.js'
2
2
  import './layout/screencast-panel'
3
3
 
4
4
  import { html } from 'lit-html'
@@ -25,7 +25,7 @@ export default function bootstrap() {
25
25
  type: APPEND_CONTEXT_TOOL,
26
26
  tool: {
27
27
  template: html`
28
- <mwc-icon
28
+ <md-icon
29
29
  @click=${async e => {
30
30
  openContextToolbarOverlay(e)
31
31
  var services = await fetchScreencastServices()
@@ -35,7 +35,7 @@ export default function bootstrap() {
35
35
  })
36
36
  )
37
37
  }}
38
- >cast_connected</mwc-icon
38
+ >cast_connected</md-icon
39
39
  >
40
40
  `,
41
41
  position: TOOL_POSITION.FRONT_END,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/screencast-ui",
3
- "version": "7.0.1-alpha.28",
3
+ "version": "7.0.1-alpha.30",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@operato/layout": "^2.0.0-alpha.0",
28
- "@things-factory/apptool-base": "^7.0.1-alpha.28",
29
- "@things-factory/screencast-base": "^7.0.1-alpha.28"
28
+ "@things-factory/apptool-base": "^7.0.1-alpha.29",
29
+ "@things-factory/screencast-base": "^7.0.1-alpha.29"
30
30
  },
31
- "gitHead": "a7d650636abe1cdfbad71b7f445b48fdfee5f4be"
31
+ "gitHead": "5828e983eeebe3b3f38c1fbec0a1230240a340cd"
32
32
  }