Skip to content

Commit 14d8424

Browse files
refactor: remove mwc-icon
1 parent 89a89c4 commit 14d8424

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

editors/dataset/data-set-element-editor.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import '@material/mwc-dialog';
1313
import type { Button } from '@material/mwc-button';
1414
import type { Dialog } from '@material/mwc-dialog';
1515

16+
// import '@scopedelement/material-web/icon/icon.js'
17+
1618
import '@openscd/oscd-tree-grid';
1719
import { newEditEvent } from '@openenergytools/open-scd-core';
1820
import type { TreeGrid } from '@openscd/oscd-tree-grid';
@@ -355,7 +357,7 @@ export class DataSetElementEditor extends LitElement {
355357
return html`<h3
356358
style="display: flex; flex-direction:row;align-self: center;"
357359
>
358-
Entries: <mwc-icon>${loadIcon(is / max)}</mwc-icon> ${is}/${max}
360+
Entries: <md-icon>${loadIcon(is / max)}</md-icon> ${is}/${max}
359361
</h3>`;
360362
}
361363

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"dependencies": {
2929
"@material/mwc-button": "^0.27.0",
3030
"@material/mwc-dialog": "^0.27.0",
31-
"@material/mwc-icon": "^0.27.0",
3231
"@material/mwc-icon-button": "^0.27.0",
3332
"@material/mwc-list": "^0.27.0",
3433
"@material/mwc-menu": "^0.27.0",

0 commit comments

Comments
 (0)