mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Update dependency @material/web to v1.0.0-pre.7 (#15940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
5768764282
commit
c93fcb8a2a
@ -76,7 +76,7 @@
|
||||
"@material/mwc-top-app-bar": "0.27.0",
|
||||
"@material/mwc-top-app-bar-fixed": "0.27.0",
|
||||
"@material/top-app-bar": "=14.0.0-canary.53b3cad2f.0",
|
||||
"@material/web": "=1.0.0-pre.4",
|
||||
"@material/web": "=1.0.0-pre.7",
|
||||
"@mdi/js": "7.2.96",
|
||||
"@mdi/svg": "7.2.96",
|
||||
"@polymer/app-layout": "3.1.0",
|
||||
|
@ -1,5 +1,3 @@
|
||||
import "@material/web/button/filled-button";
|
||||
import "@material/web/iconbutton/filled-icon-button";
|
||||
import { mdiCheck, mdiClose } from "@mdi/js";
|
||||
import { css, CSSResultGroup, html, LitElement, nothing } from "lit";
|
||||
import { customElement, property, query, state } from "lit/decorators";
|
||||
|
@ -67,12 +67,10 @@ class MoreInfoAlarmControlPanel extends LitElement {
|
||||
.path=${domainIcon("alarm_control_panel", this.stateObj)}
|
||||
></ha-svg-icon>
|
||||
</div>
|
||||
<md-outlined-button
|
||||
.label=${this.hass.localize(
|
||||
<md-outlined-button @click=${this._disarm}>
|
||||
${this.hass.localize(
|
||||
"ui.dialogs.more_info_control.alarm_control_panel.disarm_action"
|
||||
)}
|
||||
@click=${this._disarm}
|
||||
>
|
||||
<ha-svg-icon slot="icon" .path=${mdiShieldOff}></ha-svg-icon>
|
||||
</md-outlined-button>
|
||||
</div>
|
||||
|
@ -282,14 +282,14 @@ class MoreInfoFan extends LitElement {
|
||||
<md-outlined-button
|
||||
slot="trigger"
|
||||
.disabled=${this.stateObj.state === UNAVAILABLE}
|
||||
.label=${this._presetMode ||
|
||||
>
|
||||
${this._presetMode ||
|
||||
computeAttributeNameDisplay(
|
||||
this.hass.localize,
|
||||
this.stateObj,
|
||||
this.hass.entities,
|
||||
"preset_mode"
|
||||
)}
|
||||
>
|
||||
<ha-svg-icon
|
||||
slot="icon"
|
||||
path=${mdiCreation}
|
||||
|
@ -265,7 +265,6 @@ class MoreInfoLight extends LitElement {
|
||||
return [
|
||||
moreInfoControlStyle,
|
||||
css`
|
||||
md-outlined-icon-button-toggle,
|
||||
md-outlined-icon-button {
|
||||
--ha-icon-display: block;
|
||||
--md-sys-color-on-surface: var(--secondary-text-color);
|
||||
|
18
yarn.lock
18
yarn.lock
@ -3056,13 +3056,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@material/web@npm:=1.0.0-pre.4":
|
||||
version: 1.0.0-pre.4
|
||||
resolution: "@material/web@npm:1.0.0-pre.4"
|
||||
"@material/web@npm:=1.0.0-pre.7":
|
||||
version: 1.0.0-pre.7
|
||||
resolution: "@material/web@npm:1.0.0-pre.7"
|
||||
dependencies:
|
||||
lit: ^2.3.0
|
||||
safevalues: ^0.4.3
|
||||
tslib: ^2.4.0
|
||||
checksum: e083087a85146998d49a8cfa11dd0e02efe8836f417ef75ffa7f1163ebce1d6329059a5d86eae2a778e217e805cc95709e044ddc7a51dd145f1b9989c954b9cc
|
||||
checksum: 11528bb938db09b8556459e41a3eb43418115901cb2b99f8389821240c63881e4924c8035f9bd10c04660935a0567fb805e89bd21e0501fdd00627cf639be6cd
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9487,7 +9488,7 @@ __metadata:
|
||||
"@material/mwc-top-app-bar": 0.27.0
|
||||
"@material/mwc-top-app-bar-fixed": 0.27.0
|
||||
"@material/top-app-bar": =14.0.0-canary.53b3cad2f.0
|
||||
"@material/web": =1.0.0-pre.4
|
||||
"@material/web": =1.0.0-pre.7
|
||||
"@mdi/js": 7.2.96
|
||||
"@mdi/svg": 7.2.96
|
||||
"@octokit/auth-oauth-device": 4.0.4
|
||||
@ -13842,6 +13843,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"safevalues@npm:^0.4.3":
|
||||
version: 0.4.3
|
||||
resolution: "safevalues@npm:0.4.3"
|
||||
checksum: a5cbf3399662665ac8dd88e592ef52cf26df74c26933bc17f94245d3931a1614843e629095e8b3a1e90337f4cc724d7f40387c913cfdbab3cdebbab061657b59
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sax@npm:>=0.6.0":
|
||||
version: 1.2.4
|
||||
resolution: "sax@npm:1.2.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user