@things-factory/import-ui 7.0.1-alpha.14 → 7.0.1-alpha.19

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
 
3
3
  import { html } from 'lit-html'
4
4
 
@@ -57,11 +57,11 @@ export default function bootstrap() {
57
57
  tool: {
58
58
  position: TOOL_POSITION.FRONT,
59
59
  template: html`
60
- <mwc-icon
60
+ <md-icon
61
61
  @click="${() => {
62
62
  uploadFile()
63
63
  }}"
64
- >upload</mwc-icon
64
+ >upload</md-icon
65
65
  >
66
66
  `,
67
67
  context: 'importable'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/import-ui",
3
- "version": "7.0.1-alpha.14",
3
+ "version": "7.0.1-alpha.19",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -26,9 +26,9 @@
26
26
  "dependencies": {
27
27
  "@operato/data-grist": "^2.0.0-alpha.0",
28
28
  "@operato/layout": "^2.0.0-alpha.0",
29
- "@things-factory/context-ui": "^7.0.1-alpha.14",
30
- "@things-factory/i18n-base": "^7.0.1-alpha.14",
31
- "@things-factory/import-base": "^7.0.1-alpha.14"
29
+ "@things-factory/context-ui": "^7.0.1-alpha.19",
30
+ "@things-factory/i18n-base": "^7.0.1-alpha.19",
31
+ "@things-factory/import-base": "^7.0.1-alpha.19"
32
32
  },
33
- "gitHead": "069eceae55985e074fbffb23d7c8e5d5e3de45c0"
33
+ "gitHead": "1f7eeff99b319b84ad9e73c5e71c07e76336a648"
34
34
  }