From 3e106eee9d0291de4d18baa9f6aaf5f5b310163c Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Thu, 30 Jan 2020 11:22:08 -0800 Subject: [PATCH] chore: update to latest version of MDC --- package.json | 4 +- .../mdc-chips/chip-listbox.ts | 8 +- .../mdc-chips/chip-set.ts | 11 +- src/material-experimental/mdc-chips/chip.ts | 1 + yarn.lock | 1011 +++++++++-------- 5 files changed, 522 insertions(+), 513 deletions(-) diff --git a/package.json b/package.json index 11efc2959d17..3b350387566a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/youtube": "^0.0.38", "@webcomponents/custom-elements": "^1.1.0", "core-js": "^2.6.9", - "material-components-web": "5.0.0-canary.80a4d326f.0", + "material-components-web": "5.0.0-canary.29b89dbc1.0", "rxjs": "^6.5.3", "systemjs": "0.19.43", "tslib": "^1.10.0", @@ -128,7 +128,6 @@ "minimatch": "^3.0.4", "minimist": "^1.2.0", "moment": "^2.18.1", - "sass": "^1.24.4", "parse5": "^5.0.0", "protractor": "^5.4.2", "requirejs": "^2.3.6", @@ -138,6 +137,7 @@ "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.4.2", "run-sequence": "^1.2.2", + "sass": "^1.24.4", "scss-bundle": "^3.0.2", "selenium-webdriver": "^3.6.0", "semver": "^6.3.0", diff --git a/src/material-experimental/mdc-chips/chip-listbox.ts b/src/material-experimental/mdc-chips/chip-listbox.ts index b96c5426be0f..27cc149dc107 100644 --- a/src/material-experimental/mdc-chips/chip-listbox.ts +++ b/src/material-experimental/mdc-chips/chip-listbox.ts @@ -528,8 +528,11 @@ export class MatChipListbox extends MatChipSet implements AfterContentInit, Cont private _listenToChipsSelection(): void { this._chipSelectionSubscription = this.chipSelectionChanges.subscribe( (chipSelectionChange: MatChipSelectionChange) => { - this._chipSetFoundation.handleChipSelection( - chipSelectionChange.source.id, chipSelectionChange.selected, false); + this._chipSetFoundation.handleChipSelection({ + chipId: chipSelectionChange.source.id, + selected: chipSelectionChange.selected, + shouldIgnore: false + }); if (chipSelectionChange.isUserInput) { this._propagateChanges(); } @@ -558,4 +561,3 @@ export class MatChipListbox extends MatChipSet implements AfterContentInit, Cont static ngAcceptInputType_selectable: BooleanInput; static ngAcceptInputType_required: BooleanInput; } - diff --git a/src/material-experimental/mdc-chips/chip-set.ts b/src/material-experimental/mdc-chips/chip-set.ts index c78f40aa1e13..3b85d79cd3c3 100644 --- a/src/material-experimental/mdc-chips/chip-set.ts +++ b/src/material-experimental/mdc-chips/chip-set.ts @@ -103,6 +103,8 @@ export class MatChipSet extends _MatChipSetMixinBase implements AfterContentInit removeFocusFromChipAtIndex: () => {}, isRTL: () => !!this._dir && this._dir.value === 'rtl', getChipListCount: () => this._chips.length, + // TODO(mmalerba): Implement using LiveAnnouncer. + announceMessage: () => {}, }; /** The aria-describedby attribute on the chip list for improved a11y. */ @@ -232,7 +234,11 @@ export class MatChipSet extends _MatChipSetMixinBase implements AfterContentInit /** Subscribes to chip removal events. */ private _listenToChipsRemove() { this._chipRemoveSubscription = this.chipRemoveChanges.subscribe((event: MatChipEvent) => { - this._chipSetFoundation.handleChipRemoval(event.chip.id); + this._chipSetFoundation.handleChipRemoval({ + chipId: event.chip.id, + // TODO(mmalerba): Add removal message. + removedAnnouncement: null, + }); }); } @@ -254,7 +260,7 @@ export class MatChipSet extends _MatChipSetMixinBase implements AfterContentInit /** Subscribes to chip interaction events. */ private _listenToChipsInteraction() { this._chipInteractionSubscription = this.chipInteractionChanges.subscribe((id: string) => { - this._chipSetFoundation.handleChipInteraction(id); + this._chipSetFoundation.handleChipInteraction({chipId: id}); }); } @@ -307,4 +313,3 @@ export class MatChipSet extends _MatChipSetMixinBase implements AfterContentInit static ngAcceptInputType_disabled: BooleanInput; } - diff --git a/src/material-experimental/mdc-chips/chip.ts b/src/material-experimental/mdc-chips/chip.ts index 7983d5c9c5f2..7624a50e75a0 100644 --- a/src/material-experimental/mdc-chips/chip.ts +++ b/src/material-experimental/mdc-chips/chip.ts @@ -309,6 +309,7 @@ export class MatChip extends _MatChipMixinBase implements AfterContentInit, Afte // so they will never be called getRootBoundingClientRect: () => this._elementRef.nativeElement.getBoundingClientRect(), getCheckmarkBoundingClientRect: () => null, + getAttribute: (attr) => this._elementRef.nativeElement.getAttribute(attr), }; constructor( diff --git a/yarn.lock b/yarn.lock index 42c950786e5d..7d52d4f8c6d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -325,535 +325,536 @@ resolved "https://registry.yarnpkg.com/@firebase/app-types/-/app-types-0.3.2.tgz#a92dc544290e2893bd8c02a81e684dae3d8e7c85" integrity sha512-ZD8lTgW07NGgo75bTyBJA8Lt9+NweNzot7lrsBtIvfciwUzaFJLsv2EShqjBeuhF7RpG6YFucJ6m67w5buCtzw== -"@material/animation@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/animation/-/animation-5.0.0-canary.80a4d326f.0.tgz#0e004b8c75f1b201d9130bc43c9fabb0a6ea8db3" - integrity sha512-QeNznXYDBy/2wj8CQmZCK9vudbwgi0Taigexr9mDy621NYVnmlp5J+/bN671i1sdRWVjNyXb5tFeu+9XF8VBbg== +"@material/animation@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/animation/-/animation-5.0.0-canary.29b89dbc1.0.tgz#54cd086434013ba7116904691617fef565458b9e" + integrity sha512-8UyH9WWix4F9qAXppZlSQtO1joqlSA9gm6SPh/lBdglIVKuTzAUMrnvtFbmMgBMIhp1apsDWHNX5clafI2f3ow== dependencies: tslib "^1.9.3" -"@material/auto-init@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/auto-init/-/auto-init-5.0.0-canary.80a4d326f.0.tgz#f9b09290f0f0e6aac8619fafe7fbad1c410edf82" - integrity sha512-TXX8Ks1fnEUHkVw8jBibsTt0IiXtIIltGcbOr6EvVy6cLtV2yXBRhJlC9FfHWGE61y55VWFDB9iCNRRUS9NxHw== +"@material/auto-init@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/auto-init/-/auto-init-5.0.0-canary.29b89dbc1.0.tgz#ae3fa09c38e9a9a5a491201bbc65d3c2c9c3e252" + integrity sha512-WYoWv7zCEGadBDrHkW9BerUOiEoVb591/UiBtcKs4pzytco6zxaYF1ejkaEQio+sAWPaek1LRFurSE4tcc3bCQ== dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/base@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/base/-/base-5.0.0-canary.80a4d326f.0.tgz#2059d4ff00f512e91f194ccda3704dceb1a38af3" - integrity sha512-I9Hruzd1wRBpiz8ftKgfJ8l9+LhLmmOV1oA9Xk7/EyeZvqPAuOg+9kpz7yvOPdJx3FaXsUZ1aMrbvSiwBhtRXQ== +"@material/base@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/base/-/base-5.0.0-canary.29b89dbc1.0.tgz#9c7cba556d2cd647853cc4be57871e30a277701f" + integrity sha512-JNrtjGUlgwhi11NrvuTlXdA0exbs4bjtuPGlbqpCydurXZ/9pwqugSCZGb6URhOVNOUIn5yReLaET5G3D4VWiQ== dependencies: tslib "^1.9.3" -"@material/button@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/button/-/button-5.0.0-canary.80a4d326f.0.tgz#205309f9824d185564f3ad5e412986811fe0b862" - integrity sha512-w3ze+noNqjX00Qo8DQj4hNyDgjv0/wes+HV2k8Z0ezz5WAyplCTI00yDk3NAUw/iXTOBwFT2FaSwVVj6YyFlEg== - dependencies: - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" - -"@material/card@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/card/-/card-5.0.0-canary.80a4d326f.0.tgz#f2c4a31077aec0d7418d0f33e7f486150d254b64" - integrity sha512-DAh8QruWlBuM6uQqbC3RXnbuewzraC7i/hk+tmhClSl+ycyCQd2bbwqQVJMXR0vldetF5jE7a+nKa1DZsn23og== - dependencies: - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - -"@material/checkbox@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/checkbox/-/checkbox-5.0.0-canary.80a4d326f.0.tgz#45b766a4a04d24afbe31fbe63d7517e1e168958b" - integrity sha512-KSog5YdKJCwYPoRI3E5zP7A7KNx5bPxO6as7PNNE6xced2l1mXwQkJNquvMKZjjfLWPAP5z9yuTv+zySD1LYyQ== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" +"@material/button@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/button/-/button-5.0.0-canary.29b89dbc1.0.tgz#59d455fc9d0e231111c13b97574ce3e3e2a3c791" + integrity sha512-h+chg8biOq2Bk7xB9PdqPp7WX5/sFoWjuMkt4iFBiNQMqc4/nclQIuaSNJoO6KaXDk52HXzKJSUg5KqlepQE0w== + dependencies: + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" + +"@material/card@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/card/-/card-5.0.0-canary.29b89dbc1.0.tgz#67df7c35cf989cf3f51dc14d55fb672d52a7498a" + integrity sha512-/mXzrWq76HSwVJqjNo4VSsdXCXECYCWnGnsYaIX5DvYdVyV+RRQCqXfIRHNojz1KpOHRu9rs1NiUOtTafr7Abg== + dependencies: + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + +"@material/checkbox@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/checkbox/-/checkbox-5.0.0-canary.29b89dbc1.0.tgz#100082ee858528275572d0fc642e50145450d3a2" + integrity sha512-8GZgwajcTarKfwtZ4lKC/GdtBE84ZwCJd3PNj3TgSJhQCCXElBkLjr1NeJeimLMVTA6vbdlHHvrU8cbmjWItnw== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/chips@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/chips/-/chips-5.0.0-canary.80a4d326f.0.tgz#e523a1d6dee717fb753a343fdebda1194fc05804" - integrity sha512-XytliiVRNMQ17LEpFVHlifDjx1NrnytjvMlkBoC3FXnPLIK88Tx4oSTAzfIzn9vt4l+v/UwaVoS8b9iaQmonTQ== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/checkbox" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/chips@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/chips/-/chips-5.0.0-canary.29b89dbc1.0.tgz#840ff067c7fcb033f4910c1c8f0a7f27a98494fd" + integrity sha512-ggiXRYhDD6BZRcSBlklSDI7ic9uB/vRynbLR93IkEIF2k0p5pcudeCTtqSq5T0i43gZw/tyMEy5eiPuqriHH4w== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/checkbox" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/data-table@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/data-table/-/data-table-5.0.0-canary.80a4d326f.0.tgz#e3ca7eee42a28a4fbb9474a5737853fdd2e4dcac" - integrity sha512-n3cnkMezHq9Rb3VtMpbNBSnPsZnGUrRiLitH8UsgRIoyUT2F4nfuYH4+W+XwPJ8XAqbRdNbL5IqOj+SoxEH5WA== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/checkbox" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/data-table@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/data-table/-/data-table-5.0.0-canary.29b89dbc1.0.tgz#a9dc1893aee86973478a867276b1c5c8273e730b" + integrity sha512-24w9hgLqZhBgHr/W7A/fvALjIUKN+ZFAxPnn/GB9Y23tO1BZkI2W9a2lEsWvJJYFHoCljxqxAGpiYZcJXP68mQ== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/checkbox" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.10.0" -"@material/density@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/density/-/density-5.0.0-canary.80a4d326f.0.tgz#abc10bc2991f905ae524759391658bc52411d8e9" - integrity sha512-jTv7S/+R0bYDYAvDsgRtC8v8epfg0NSbWQG92M8TaMmKovASIy+9Ear3KIDgjCplZ18HGPBNLdf+pHqu2f+hIg== - -"@material/dialog@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/dialog/-/dialog-5.0.0-canary.80a4d326f.0.tgz#b641f3e37b7b9b88327a43e195296935611de6f7" - integrity sha512-6Ieu3d4LTWE/IiXKOUzj6IqhnrtwLHu6IjOi07rjxdUlqI1Vp3zFz0L8sjavsbROmxsMd4s4NdXniUL+fUkFnA== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/button" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/density@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/density/-/density-5.0.0-canary.29b89dbc1.0.tgz#2d1782e84f486447024ab8c01da6496e0782554b" + integrity sha512-anb+Q2hOYuc6sii1Jf5E0220qGwbZpmLP7U/bseszwQW7UKYRV9e7+UFOAW7BZ/vsRxiA4Gk0z5BTL70FxZKWg== + +"@material/dialog@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/dialog/-/dialog-5.0.0-canary.29b89dbc1.0.tgz#9eb2fb8c8c7b725cabdf63236d695dbfda1b5232" + integrity sha512-hShCfAAb/sLSmM9WUogYirpBh7eUdNQs/05Bbu4gh3WfNCQGKjyS0eINvgy+dP5Bm6L98PkAfZKDRvL5Sgd4gA== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/button" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/dom@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/dom/-/dom-5.0.0-canary.80a4d326f.0.tgz#98ea18ae340dfe7577b78107c00468355bef124a" - integrity sha512-lYbPCfYz7pmFc0bt6RC1OdrQd1pQp1f57VAlq6paAgqLZnT01Vwqzi9IN9vZYodk3P3y6yQXOGnk/1MRB6jV1g== +"@material/dom@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/dom/-/dom-5.0.0-canary.29b89dbc1.0.tgz#4adf251b9a94e3e6b5c2925ddb6948f3175b7f7f" + integrity sha512-GzNezqTyDgiYctzdKhMcFiRtfubBoj390H8GvjuJ22wMow5+5mXArK6KDU+Orele0Vdol0Y+3UKIXqvBUNIhyg== dependencies: tslib "^1.9.3" -"@material/drawer@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/drawer/-/drawer-5.0.0-canary.80a4d326f.0.tgz#044a85850098fe5d46adc0e9e88709a7def7c94f" - integrity sha512-Me7Rg0HERGsTMQI6eH7QjvybaRjgwYC93oVmaCGHDLXdBXF76p/OvAt0BrDCJtZgCrPStouWTsG4gH8+zbgKuA== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/list" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/drawer@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/drawer/-/drawer-5.0.0-canary.29b89dbc1.0.tgz#af86686e5ca66dac8e754658905678b9ad42afb9" + integrity sha512-8Mf2qWEI+JYSVx4Pd4q587lWrNcttRWuvGA6PrAiSEFdz/mDPUNnVm42t1eRuQZ5tj45WWUSYVgjkrdjY9d/Tw== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/list" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/elevation@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/elevation/-/elevation-5.0.0-canary.80a4d326f.0.tgz#bbfa7f2aa1996a09dd8ba15cf78e4d0f21c523d7" - integrity sha512-iWoGrluPbTgpc2zu0AkrWSMzHc0kmY1L/6G8PYI1cl6CW7SLBC0NEJUfTdZXA2mWsCAQ9iIcgd6S28WSE2Phvg== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - -"@material/fab@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/fab/-/fab-5.0.0-canary.80a4d326f.0.tgz#1d8d6da367bc3adc5aa78932cd1a6ca0a84b4ba7" - integrity sha512-hJrKIRDz5Rk//sShi7yqyWv+zF8a0s/gUzCpbz/EvONS7bL6WU1/GVHdMEmlTzE2xLZDQ9Bjw2zjJorjdxkk7Q== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" - -"@material/feature-targeting@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/feature-targeting/-/feature-targeting-5.0.0-canary.80a4d326f.0.tgz#fd21c258ccd86e70aa93166a19b0429dc01b9fd8" - integrity sha512-yTQhT3rzEfHX8bmkEtWOP3G3KZ1fZ5ufwIcROAvP48m+GD3KSvelyAiKUnf5MZE4EV4R27XnAgumf79WK9DFfw== - -"@material/floating-label@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/floating-label/-/floating-label-5.0.0-canary.80a4d326f.0.tgz#60992d7e99830c3ee6bba82d8b35e5c688d650b1" - integrity sha512-BBmNRTVk4sPey+zYQux+9n3a+Kprh9Z0d57bLFRD4deqoCZSNA5qAOpG+qP4zHnnUnZWn8eSxDWbR3L0mkEPmQ== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/elevation@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/elevation/-/elevation-5.0.0-canary.29b89dbc1.0.tgz#d6d69511074ef1549bdc292e0db8ff26137163bb" + integrity sha512-yOj+Xx7UA3wXVWLshTQukaZDGO/Sv4wfg/hG+7JMe1myoxBTxXCmW2AKZV2GyO8fR0kOsggk3PWdVpU13/FHiA== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + +"@material/fab@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/fab/-/fab-5.0.0-canary.29b89dbc1.0.tgz#768fecbeb2f99767ba5d9fe10e685ecc6c898160" + integrity sha512-lfD8PqG+040MOynSVAxcwvzi/AJ7eSgrDZ3reLoZMItvP6CUyZyVxIIbjDByciw6oj+IKt4r+MtR8DJCzff5uw== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" + +"@material/feature-targeting@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/feature-targeting/-/feature-targeting-5.0.0-canary.29b89dbc1.0.tgz#6b2d830b32a6720a889c6356651bc582c5c9cefd" + integrity sha512-+g75YQ9GGZo9iSejYK5F/Ca22V/DID3yjNPkfNj5VyrmDLKBxwGiytsKPONX6RNP8r8dCuuuvudB7QpVE2qM7A== + +"@material/floating-label@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/floating-label/-/floating-label-5.0.0-canary.29b89dbc1.0.tgz#5c53e69296743bd19aff0f50ca28790fc9b76357" + integrity sha512-+ApllGzIsPdOIsYxronkPk0bjAojahBei1ISaGpoyTuXVnZ/6hdJ3AsSy+wbG3iTlhRJHU3GhhKj10Ry+yy2gQ== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/form-field@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/form-field/-/form-field-5.0.0-canary.80a4d326f.0.tgz#68139f6df5dd5af17fe0a9a2f243a84a9fa9d85b" - integrity sha512-yvLCTQckO0TPVphNlaDUB31iBfjGdV4fmHu6ieT7j5MSX9SGxuJqHzoPnwZVIrt7drfyiUeovoiArHpn3QWODQ== - dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/form-field@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/form-field/-/form-field-5.0.0-canary.29b89dbc1.0.tgz#96d05dee3dd1af0036a1c871a371356f0bc6292c" + integrity sha512-737FWGZ6wKneQeU8rFwk1Ku6SvgQ17v88CWZ9PO86Arc0y9sF7sZOIyGKXUaypv7Kh5hider2nASEy2ZxOPWmg== + dependencies: + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/icon-button@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/icon-button/-/icon-button-5.0.0-canary.80a4d326f.0.tgz#cb05b0bb9a9724142f7fc22692edb5ef79dd6ee3" - integrity sha512-pEe8BHnMfKFSbq/v88g+2FC1LcYLGYl8g/IBizjOCj7dlQMH3FvlH33C2NRXngt5HJmq+KZg3v1BRHiIp5WkoQ== +"@material/icon-button@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/icon-button/-/icon-button-5.0.0-canary.29b89dbc1.0.tgz#ac4bf4b228eb96a3a9d1bfce38c625d776c5d4f8" + integrity sha512-t9Uai3RTtIX0zOgGUG+1MUL/kdJbNfcgWBsO6GZuZ8Q01SzTPIWHiTgCkovzuZJNZaarzBgi/45mEl90ciV/7g== dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/image-list@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/image-list/-/image-list-5.0.0-canary.80a4d326f.0.tgz#0d3f6fec73e5a6c6755f662b5a1d394a9e4b4bf1" - integrity sha512-0a8fld8LK5Bu2mPw88g2U/C6/5Z4oYUQkRonCo5u8eKHiF0YrFQcMxHkC09B1ReY4JYWvgAQ7qAbB0vfflzUAQ== - dependencies: - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" - -"@material/layout-grid@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/layout-grid/-/layout-grid-5.0.0-canary.80a4d326f.0.tgz#0a1b2216de01a24bcbd81d55a74eacf80096d291" - integrity sha512-H9dj6thKwVStsfMiVQf4riqB/H8600XvYdyL1/P6p6BetGOfLqqsC3vzSv9tYWYF4D1T4qZjQLk131ILkPtylg== - -"@material/line-ripple@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/line-ripple/-/line-ripple-5.0.0-canary.80a4d326f.0.tgz#8a606f9b165ac26518f2d7bd2c64bb3f00bf8fd4" - integrity sha512-v6sgkEzVgSZuvLBsjAoGemF2kep0K+nbPA4AzHapniob34v4XF8Y66eRQNMAQcuMv6Q2UcJFjNV20pKFZteYeQ== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" +"@material/image-list@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/image-list/-/image-list-5.0.0-canary.29b89dbc1.0.tgz#de537b3dc1638b65e8fdfe512f4a34253555524f" + integrity sha512-4WjkX88gdHd3KDRqvxopXwapo+A7GkfyaIDsmAxzgdHEyEd2W7C7eWc1njlZjvajxOA+85maCwHhM3CgjZb4WQ== + dependencies: + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" + +"@material/layout-grid@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/layout-grid/-/layout-grid-5.0.0-canary.29b89dbc1.0.tgz#412ff3ce3c549b92b3326636b6e9fb80c28cab8b" + integrity sha512-7S4H1H0WhG1EAFIj/DaUP9YHC+rMKQB7THB+QTUhac4K0WBm7hiGDhdGTcMqAZKJGuUs0sNnO1vjb9Mz6hj4HQ== + +"@material/line-ripple@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/line-ripple/-/line-ripple-5.0.0-canary.29b89dbc1.0.tgz#4848fcc22002d51771db15fe864756caf67b2075" + integrity sha512-1+MFBuGrrwFlwXaGjgnTRSIUxB25NNvmlh0pZakKVdRzVJ+SxOIVyX897XZXxxAqwSa+gfjuXKG36DcLLv0gKg== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/linear-progress@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/linear-progress/-/linear-progress-5.0.0-canary.80a4d326f.0.tgz#18edb8c507f42842a8b6f514168b93f60c473308" - integrity sha512-OcqCiq4fxdy58aVkaCfFviQdA/gp32CMslKlPiuBjVxkT3J89FVD/TMrCdXEXlKq27FV7o91t2iKXH5XloJ5aA== +"@material/linear-progress@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/linear-progress/-/linear-progress-5.0.0-canary.29b89dbc1.0.tgz#372c2a3aea9add4ec5a6a581b8cffe8df0e6cbf4" + integrity sha512-YUPS3ZfbKoxttl0L6s/+yFCUfhrhKasB2Uw2fbZPV2yMpbA5C8HSMsmjjt1aZiwV9RWdSLpkJoWLtKvXnJtXjQ== dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/list@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/list/-/list-5.0.0-canary.80a4d326f.0.tgz#3deb8b34eed57d9a4fb307c82c5a7a5d5e05437c" - integrity sha512-DeyH+gc2gclYEWMRki+yeWFvSRc0fWX3GKCmha7DNzkflAXuMN+9vhAzs5IC0NT9ZIH28RRt6eMI46ByCNqc/A== - dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/list@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/list/-/list-5.0.0-canary.29b89dbc1.0.tgz#a1ffdcd22881c19fff02b98b8deb0f8359735a5b" + integrity sha512-mmqPA0iNNaCx3CJU4ZBoaar2q+Y966ygpBLPGfCmIkfGbnBVC/BrEjVNZSZtvdEoLNpAjAvt8nR+O3Q+3lFwTQ== + dependencies: + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/menu-surface@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/menu-surface/-/menu-surface-5.0.0-canary.80a4d326f.0.tgz#6f676615e5fee910c1ac1ae8c5bc43e3782c5791" - integrity sha512-QzfvfBTV5SzbMV6pFcSC/x7GAjE6caRX2jy9prBxFY9Jfr3GqDNWyL0ZrxXz7Llxv/WqyYrPBF9R0J+owcNZ8Q== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" +"@material/menu-surface@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/menu-surface/-/menu-surface-5.0.0-canary.29b89dbc1.0.tgz#336fbfad9bd88e37a3e736d4735a6b82dbe4c6bc" + integrity sha512-IeHB28fPhEKRdEvntWytD222QdgACnnqTia8bG6cWYmTiktS1pNXfwYaOIycR1Mn74HsBkKM8cNunE22GhMTGw== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/menu@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/menu/-/menu-5.0.0-canary.80a4d326f.0.tgz#677b063f937eb4ee8bd82a23ba8787a519b05eb9" - integrity sha512-y2oQUJ+dysZzh4Fv585QSxB7uTD9VSmoUIhKwcDcBiYLnYdG7+58ZdrSvotGmZjdnoezwJnPZbq1Y7/kZNvG6w== - dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/list" "5.0.0-canary.80a4d326f.0" - "@material/menu-surface" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" +"@material/menu@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/menu/-/menu-5.0.0-canary.29b89dbc1.0.tgz#2c0992376a97157c76d3ddf0ec0fb80e7a38e6d4" + integrity sha512-MwM5LH+spIkO1QmYbuHIVGlZnDHlfNKmG5m5tyChj2+y9Y3HulREm5eaEwl6z5o8ZsxY4UJaLbZdfYx8pBOfsQ== + dependencies: + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/list" "5.0.0-canary.29b89dbc1.0" + "@material/menu-surface" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/notched-outline@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/notched-outline/-/notched-outline-5.0.0-canary.80a4d326f.0.tgz#80dd4a06ed4182231a7a2411263deb1d6f7e783c" - integrity sha512-i6YdzNLmsvQjwxFBcGY1/DrQ30PvvtWMh0qbPBhL0WOtaTZ9uhQnh/KS/ZNyVTnQlt5LzDwARsCGJE1DFyJr+w== - dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/floating-label" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" +"@material/notched-outline@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/notched-outline/-/notched-outline-5.0.0-canary.29b89dbc1.0.tgz#9b5f813e34015998706ac2c74eeaf296a63be354" + integrity sha512-6cri8vgClpF98B+jvqljPXfHRCqsK8HhQGby7Kwt36eUhbmYGX607mJpSLcMYPPa93kEolIsP4o0N2sDe/uhFA== + dependencies: + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/floating-label" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/radio@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/radio/-/radio-5.0.0-canary.80a4d326f.0.tgz#8a31d0f14158ccd3730a3445f594d318d4abb10d" - integrity sha512-JtbeCPjDWjLMwSalBknOVBRE4A1g0oqdFHs5IEtR5JO+jTvQ3VhHPlQgIxqxhvwKW2AgcwQIe1sMZ+jmyQe/Yg== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" +"@material/radio@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/radio/-/radio-5.0.0-canary.29b89dbc1.0.tgz#d78b15573293a0c4ffe83792cb43d0043dad19b2" + integrity sha512-XTfkS0lLeFHXUEVnUfTYXsxTM2UVWHZH2vThkBA+5h2t93kC35APv57//mU/YQIuUA56k+7s23s5nI8GkbZVVQ== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/ripple@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/ripple/-/ripple-5.0.0-canary.80a4d326f.0.tgz#fdf30d2b67326398dcf2a2c0c325f2a5bc750a08" - integrity sha512-b9XGZ+nr1cHnvOICP53jWfsYMTYBpjou9WVTJoNGWFNcZmAQmjdyPqxhT6f6+djg+IBF4dV6jWXZMTVPd0mhqg== +"@material/ripple@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/ripple/-/ripple-5.0.0-canary.29b89dbc1.0.tgz#f9a83a39fd6868dfaf468f9662192a67d0c8a55e" + integrity sha512-FFhwAtHmb4g91DG5fNRzPEpP+m7zYsUHZx2O2a5P//TnMcfdnumwZiRLjrUyI9UeJwculkx5+IEjpyWxMSXImw== dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/rtl@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/rtl/-/rtl-5.0.0-canary.80a4d326f.0.tgz#db8f378f163b1be90e5a154586405a169a346867" - integrity sha512-4Cf8A5hMVNFocxjXhrEaPcANbRL2ipHOJvQlWv1Aa6RBDY5UwO1v5LxJ+L822R3Kr4jx0YAu91fmtZYqz2/zZQ== - -"@material/select@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/select/-/select-5.0.0-canary.80a4d326f.0.tgz#4b867e6fdb2110ac0f9387539d87aa983f088b37" - integrity sha512-FddLyk5noaGXDdDK3/k6+MmOb1Qk9t9VMm2eDOA7Fwto2HlR5gX19R4T/kG897/q9TIxQ4fq8HmhsGCJ3Y077g== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/floating-label" "5.0.0-canary.80a4d326f.0" - "@material/line-ripple" "5.0.0-canary.80a4d326f.0" - "@material/menu" "5.0.0-canary.80a4d326f.0" - "@material/menu-surface" "5.0.0-canary.80a4d326f.0" - "@material/notched-outline" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/rtl@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/rtl/-/rtl-5.0.0-canary.29b89dbc1.0.tgz#01cae9c1b31bbd8319f85e6d9821f2696397e81a" + integrity sha512-r+aR5v4+NwfmJAqpSOWR2ylvnBuMwM1evjPQcKMtkIO47kKZLn+PCUOpU/guTY+AzmnKaTEwhzgCE8NRCcI2zA== + +"@material/select@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/select/-/select-5.0.0-canary.29b89dbc1.0.tgz#29d6a9827dc30e1330b0a42aad9df4bdc075e5c7" + integrity sha512-H3wyQThfBc324/CJPPPk4S5I4Inc2JElYFeZaQ33Q33/wpFDhpfuBBNXpJ6PF34xWhxeVxWbxtsGk3RTdpcqmA== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/floating-label" "5.0.0-canary.29b89dbc1.0" + "@material/line-ripple" "5.0.0-canary.29b89dbc1.0" + "@material/menu" "5.0.0-canary.29b89dbc1.0" + "@material/menu-surface" "5.0.0-canary.29b89dbc1.0" + "@material/notched-outline" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/shape@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/shape/-/shape-5.0.0-canary.80a4d326f.0.tgz#192f43f62bf82d954035276669e1911908300149" - integrity sha512-cT1MOXaKUDgBfXs6MxBSHGK6r7b7LU/uyubUg24o+yM0KvR8XcHjlzm6dW1cRTr6bmfyFsCBEOyEQOFDTzRKVw== - dependencies: - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - -"@material/slider@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/slider/-/slider-5.0.0-canary.80a4d326f.0.tgz#3457af3c8828d38b6d1cd41a18586aacb6cfc5bf" - integrity sha512-G/3qCMPrNEZ/Q9uNczu7M+WJco+7lBKwYAvOeMsXQHrHZLqOF/iXzG/Eq8A29M1k7DCFwgdL2P+FJ/o8PJDPAg== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/shape@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/shape/-/shape-5.0.0-canary.29b89dbc1.0.tgz#8d629064016c6fecf66d72cdf15831d2773fb50b" + integrity sha512-dWTUcXEW+Fm8D9wx4r3X3BNYmxJKR1CaET6z6JH32ygm1OODuPwtGToe9lUOZjiHd8wX+sdSwolI9QRZt0lvog== + dependencies: + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + +"@material/slider@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/slider/-/slider-5.0.0-canary.29b89dbc1.0.tgz#7eeacbab72a5a2b762f098aa3ed0368413af0f37" + integrity sha512-SmI5Izp2g3mrQ7QXpaELPCJHdRCG1n70zb22vGRRmPhETb0TJjP/rzXhgczzSy/ZfEwH98TaMPrwHpz6nD2V1w== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/snackbar@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/snackbar/-/snackbar-5.0.0-canary.80a4d326f.0.tgz#f8ab651f3baa042a7c6653ca1d791fed6341cdf2" - integrity sha512-kcxE5Pu/QpmJdWfANUPpkIvXieYd1XFkvoZrHBjERcSsVgadp4vswHkL6ZOgAY/UOtW4d31Vx6l/OJimqC1JOQ== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/button" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/icon-button" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/snackbar@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/snackbar/-/snackbar-5.0.0-canary.29b89dbc1.0.tgz#f0b042299825b164102b1e02a09ac16fdcbcef52" + integrity sha512-Lh4THeT4Z1q7dSXJ0szrkFlq+az1Ffgm8C9VeKFHxrX2yWaiYZB+x6YyNXmPEWfdaw1WC2SSCfxFjjZr8ngQRg== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/button" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/icon-button" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/switch@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/switch/-/switch-5.0.0-canary.80a4d326f.0.tgz#21de413f1d7cc581bb3bc178ad14fcad2b5f390c" - integrity sha512-b4VXqw/8Lyd7pcQTtAsXTW3CZpTNtCVbwIrO6t1/QvreR7XoH3yQvNrsDPN8PJFPUu/TDmPirqDrttMr2lr7rQ== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" +"@material/switch@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/switch/-/switch-5.0.0-canary.29b89dbc1.0.tgz#26a1f7924d00a9d07acef77ed1f58d9d8dd04570" + integrity sha512-haJXdWnyCcYmWoxZWks6O8QZxVe+ESjahtHu9sw1wN2f8p+PEuv0RKc2mVuPmI5dD+RC0g+y25NybHBrLLSjuQ== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/tab-bar@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/tab-bar/-/tab-bar-5.0.0-canary.80a4d326f.0.tgz#239a9ae9c66ec2d088968e665b6c2b456558c24f" - integrity sha512-1CMKdikXei9toKtkSRdcxV/8ZT5TJ7Ml0+xhAQmQOUUEKS3nqOX7j2KTuuQAyYndlH2UNEXoF33jmHtYNOOvUw== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/tab" "5.0.0-canary.80a4d326f.0" - "@material/tab-scroller" "5.0.0-canary.80a4d326f.0" +"@material/tab-bar@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/tab-bar/-/tab-bar-5.0.0-canary.29b89dbc1.0.tgz#e4cffdeb1f9247fee7215438055b07ce829b82f4" + integrity sha512-7yYETY2TnR1IY/9fw/1tHYEf2N92wuSZV4v0d2g6G3U260RoY0EHjGChBotE0ZC+clEQgusOgrEnEtoa4buLrA== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/tab" "5.0.0-canary.29b89dbc1.0" + "@material/tab-scroller" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/tab-indicator@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/tab-indicator/-/tab-indicator-5.0.0-canary.80a4d326f.0.tgz#db5dea32e0c6060535bc1179cd4d7733004e6b5b" - integrity sha512-2lD0N+AMlpNUtgCpHilW4960dLu/k25i1WQVukZ5uns14mpGaqAiGb2BRTu/D7HN4fa+GzvxsF4E+JEn9m2mFw== +"@material/tab-indicator@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/tab-indicator/-/tab-indicator-5.0.0-canary.29b89dbc1.0.tgz#44f0cf8382aae4e50185e3d21b385ab5c686626b" + integrity sha512-kH4QDVvUcgZ8GSaikyphem7GPq371szds7VPBVJtOP0r5fnTVFm+CzGigTS7+2thITNBTb7OyO3lAjmCWhZpKw== dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/tab-scroller@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/tab-scroller/-/tab-scroller-5.0.0-canary.80a4d326f.0.tgz#72ea0d90e3c50527ba5734741ded6df9c6f4506e" - integrity sha512-wRuRwScSnUBeV8osZTZ/IT47M6HQw9Rp20gd171IPA4MhYiArfKN/bLuim6t0k2IO2SVKI61uQZ8NAtE8TBcDQ== +"@material/tab-scroller@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/tab-scroller/-/tab-scroller-5.0.0-canary.29b89dbc1.0.tgz#1b465ed41dee98ec699eaea147cc0dcd22a57cb6" + integrity sha512-AkHJmyBdqwaP7omqAWljeBcidnbRqj/IyqzpNB3r/NiI6IM5n4FuheFkYj3jM8nB1u9+ZiNkmm9Yi6TsaXyxeQ== dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/tab" "5.0.0-canary.80a4d326f.0" + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/tab" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/tab@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/tab/-/tab-5.0.0-canary.80a4d326f.0.tgz#b7351c8d8f8d61d4c2d5c60e6160ebf62fe02c13" - integrity sha512-Hx/qqnfXCmvc17VoGBdmp/ybbY40pcDlIqQzuw3lq504xKMITAg10H7fr2X/AKOld9ou8BuUXgnJGVeCrJoSIg== - dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/tab-indicator" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/tab@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/tab/-/tab-5.0.0-canary.29b89dbc1.0.tgz#eca13bac957a70deeb0e8f8bae0f19ce655e7b63" + integrity sha512-817oqDqK4kbkYtcDgEk0/lEUqUQtSkfM7dGmzka+9v5JXVAd8gcryq81FripYtJ0ObZnypn46slw42GhSL4ncw== + dependencies: + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/tab-indicator" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/textfield@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/textfield/-/textfield-5.0.0-canary.80a4d326f.0.tgz#a4cdf8053112c4af92415eb7105527f6a0e1c2d9" - integrity sha512-hGqLnTXQSFy5NzNqjwSzju2p1sUQ3SU2WCdA1soGNF/1wJiMOadk2iUv0AUFT5yflV8uS1zuhhU/VD/YztGlLw== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/floating-label" "5.0.0-canary.80a4d326f.0" - "@material/line-ripple" "5.0.0-canary.80a4d326f.0" - "@material/notched-outline" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/textfield@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/textfield/-/textfield-5.0.0-canary.29b89dbc1.0.tgz#a097487bb7c05010469fcffb51bf87f44f47661c" + integrity sha512-ZTGIeC/+32uK5L64RfgSN2j4d4iwrMSdbbdnVm/3r5vKz4Mqxv5c8PMto1eDFor0Y6MiU1hez0NuA9IGix7UBQ== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/floating-label" "5.0.0-canary.29b89dbc1.0" + "@material/line-ripple" "5.0.0-canary.29b89dbc1.0" + "@material/notched-outline" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/theme@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/theme/-/theme-5.0.0-canary.80a4d326f.0.tgz#56aaffa6adf5a8e5074cbeb51dc654cd86ca0dd9" - integrity sha512-sfcurCSfZlHW7rI2UELFF3x1JB2iYOROMpUd+553SF6MIJrg+6Xg2NcE0egFvbefKeMKFIwP0+dMZRAEv6awKg== - dependencies: - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - -"@material/top-app-bar@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/top-app-bar/-/top-app-bar-5.0.0-canary.80a4d326f.0.tgz#e952a65971cec69cb63a9ed37bfecb3019d7ce66" - integrity sha512-yTnNE4aK4qhzcgKRxvsDXfhgGuuZaJYxnkAN3vOxUEl9vvX1XG8LwU8sItixsF07wDT15JXg0aY7667oREWQFw== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +"@material/theme@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/theme/-/theme-5.0.0-canary.29b89dbc1.0.tgz#4deee421be16ec1fe448635053b0eb09ae334dc7" + integrity sha512-KXDTJQhQqCmrX5iSaCxA0NzrYMjVlDvAuEp9ZjS8YHimJiUEiD+syZLYOHSshFF4kLPolke47e1wEz4ILiSbCg== + dependencies: + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + +"@material/top-app-bar@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/top-app-bar/-/top-app-bar-5.0.0-canary.29b89dbc1.0.tgz#3077d633a76c0460e3167556e006e57558eb7f0c" + integrity sha512-Mz3ner9sSkpE8wyxoptHYLQxbbzDjPZLTg1Z11LzgPjwiBwAIo5mf3Vs7EaWIZN9CNfSQvQFIMzWJWu95eFe1A== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" tslib "^1.9.3" -"@material/touch-target@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/touch-target/-/touch-target-5.0.0-canary.80a4d326f.0.tgz#61710ce0f203c0bfb427c1a015f6162592721868" - integrity sha512-FuHQHyOoXI7XZ/dseiznDKB+fhYNaxNTo+t7+wjaVmR/tP0kbvsvACtfKVLjVMJdriWEwSm73qiZeFhF1b3PQA== +"@material/touch-target@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/touch-target/-/touch-target-5.0.0-canary.29b89dbc1.0.tgz#8bf0117ff582a18e020117df1960672de5aac8a6" + integrity sha512-dbY9UOJTcxkyPjMjxG+xL0CQf5Z0s1k0UO7NSKuQ7RFkhSmwWrAYQSztwqONc/N49u9u+a3rcDwCcLBrZmmTEA== dependencies: - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" -"@material/typography@5.0.0-canary.80a4d326f.0": - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/@material/typography/-/typography-5.0.0-canary.80a4d326f.0.tgz#ceeb47e5b3358f754ce18ffd506030b5a9e26437" - integrity sha512-ntExE1kVDRQzmziHGIrRD74Sf37aCM/CifnctO1ZdNaYCUhKITQq7DlKHN8sfPW35OZ9bAxEeP+2LOU+/VE6jQ== +"@material/typography@5.0.0-canary.29b89dbc1.0": + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/@material/typography/-/typography-5.0.0-canary.29b89dbc1.0.tgz#f6d4df1025c8b2dd28b93665380214f4c373c2c9" + integrity sha512-zOVFvDJTffBVjQv10a6KEl4HbNmXBzNi/IHHtPz0RlbxBaW4NC4oZg5jVKI2qOIBJSXCcnsqZvhEUxRzsWUSkg== dependencies: - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" "@microsoft/api-extractor-model@7.4.1": version "7.4.1" @@ -7548,54 +7549,54 @@ matchdep@^2.0.0: resolve "^1.4.0" stack-trace "0.0.10" -material-components-web@5.0.0-canary.80a4d326f.0: - version "5.0.0-canary.80a4d326f.0" - resolved "https://registry.yarnpkg.com/material-components-web/-/material-components-web-5.0.0-canary.80a4d326f.0.tgz#7dedb6b5a3f21e5b3fc8fc2c9976bb837ecf75fd" - integrity sha512-zQOFQvvVJ7qLmNDqEhuq7tzkiYSiTw2O308EprRC1fkEjeuNiU4TY3W3xn1L4MFs5kYrtuqf+EiZYJJe2GGEDg== - dependencies: - "@material/animation" "5.0.0-canary.80a4d326f.0" - "@material/auto-init" "5.0.0-canary.80a4d326f.0" - "@material/base" "5.0.0-canary.80a4d326f.0" - "@material/button" "5.0.0-canary.80a4d326f.0" - "@material/card" "5.0.0-canary.80a4d326f.0" - "@material/checkbox" "5.0.0-canary.80a4d326f.0" - "@material/chips" "5.0.0-canary.80a4d326f.0" - "@material/data-table" "5.0.0-canary.80a4d326f.0" - "@material/density" "5.0.0-canary.80a4d326f.0" - "@material/dialog" "5.0.0-canary.80a4d326f.0" - "@material/dom" "5.0.0-canary.80a4d326f.0" - "@material/drawer" "5.0.0-canary.80a4d326f.0" - "@material/elevation" "5.0.0-canary.80a4d326f.0" - "@material/fab" "5.0.0-canary.80a4d326f.0" - "@material/feature-targeting" "5.0.0-canary.80a4d326f.0" - "@material/floating-label" "5.0.0-canary.80a4d326f.0" - "@material/form-field" "5.0.0-canary.80a4d326f.0" - "@material/icon-button" "5.0.0-canary.80a4d326f.0" - "@material/image-list" "5.0.0-canary.80a4d326f.0" - "@material/layout-grid" "5.0.0-canary.80a4d326f.0" - "@material/line-ripple" "5.0.0-canary.80a4d326f.0" - "@material/linear-progress" "5.0.0-canary.80a4d326f.0" - "@material/list" "5.0.0-canary.80a4d326f.0" - "@material/menu" "5.0.0-canary.80a4d326f.0" - "@material/menu-surface" "5.0.0-canary.80a4d326f.0" - "@material/notched-outline" "5.0.0-canary.80a4d326f.0" - "@material/radio" "5.0.0-canary.80a4d326f.0" - "@material/ripple" "5.0.0-canary.80a4d326f.0" - "@material/rtl" "5.0.0-canary.80a4d326f.0" - "@material/select" "5.0.0-canary.80a4d326f.0" - "@material/shape" "5.0.0-canary.80a4d326f.0" - "@material/slider" "5.0.0-canary.80a4d326f.0" - "@material/snackbar" "5.0.0-canary.80a4d326f.0" - "@material/switch" "5.0.0-canary.80a4d326f.0" - "@material/tab" "5.0.0-canary.80a4d326f.0" - "@material/tab-bar" "5.0.0-canary.80a4d326f.0" - "@material/tab-indicator" "5.0.0-canary.80a4d326f.0" - "@material/tab-scroller" "5.0.0-canary.80a4d326f.0" - "@material/textfield" "5.0.0-canary.80a4d326f.0" - "@material/theme" "5.0.0-canary.80a4d326f.0" - "@material/top-app-bar" "5.0.0-canary.80a4d326f.0" - "@material/touch-target" "5.0.0-canary.80a4d326f.0" - "@material/typography" "5.0.0-canary.80a4d326f.0" +material-components-web@5.0.0-canary.29b89dbc1.0: + version "5.0.0-canary.29b89dbc1.0" + resolved "https://registry.yarnpkg.com/material-components-web/-/material-components-web-5.0.0-canary.29b89dbc1.0.tgz#308a73d88918538b591d7ab0825b6dea88a51b54" + integrity sha512-b6yfBNJ7nwMwbhhaeEM3GkzQjv+/xvQAKKyDk7b1Maq3cU4l090M6XC+Wqf2fbfAFM/scZnvyzLebr7/so7uxg== + dependencies: + "@material/animation" "5.0.0-canary.29b89dbc1.0" + "@material/auto-init" "5.0.0-canary.29b89dbc1.0" + "@material/base" "5.0.0-canary.29b89dbc1.0" + "@material/button" "5.0.0-canary.29b89dbc1.0" + "@material/card" "5.0.0-canary.29b89dbc1.0" + "@material/checkbox" "5.0.0-canary.29b89dbc1.0" + "@material/chips" "5.0.0-canary.29b89dbc1.0" + "@material/data-table" "5.0.0-canary.29b89dbc1.0" + "@material/density" "5.0.0-canary.29b89dbc1.0" + "@material/dialog" "5.0.0-canary.29b89dbc1.0" + "@material/dom" "5.0.0-canary.29b89dbc1.0" + "@material/drawer" "5.0.0-canary.29b89dbc1.0" + "@material/elevation" "5.0.0-canary.29b89dbc1.0" + "@material/fab" "5.0.0-canary.29b89dbc1.0" + "@material/feature-targeting" "5.0.0-canary.29b89dbc1.0" + "@material/floating-label" "5.0.0-canary.29b89dbc1.0" + "@material/form-field" "5.0.0-canary.29b89dbc1.0" + "@material/icon-button" "5.0.0-canary.29b89dbc1.0" + "@material/image-list" "5.0.0-canary.29b89dbc1.0" + "@material/layout-grid" "5.0.0-canary.29b89dbc1.0" + "@material/line-ripple" "5.0.0-canary.29b89dbc1.0" + "@material/linear-progress" "5.0.0-canary.29b89dbc1.0" + "@material/list" "5.0.0-canary.29b89dbc1.0" + "@material/menu" "5.0.0-canary.29b89dbc1.0" + "@material/menu-surface" "5.0.0-canary.29b89dbc1.0" + "@material/notched-outline" "5.0.0-canary.29b89dbc1.0" + "@material/radio" "5.0.0-canary.29b89dbc1.0" + "@material/ripple" "5.0.0-canary.29b89dbc1.0" + "@material/rtl" "5.0.0-canary.29b89dbc1.0" + "@material/select" "5.0.0-canary.29b89dbc1.0" + "@material/shape" "5.0.0-canary.29b89dbc1.0" + "@material/slider" "5.0.0-canary.29b89dbc1.0" + "@material/snackbar" "5.0.0-canary.29b89dbc1.0" + "@material/switch" "5.0.0-canary.29b89dbc1.0" + "@material/tab" "5.0.0-canary.29b89dbc1.0" + "@material/tab-bar" "5.0.0-canary.29b89dbc1.0" + "@material/tab-indicator" "5.0.0-canary.29b89dbc1.0" + "@material/tab-scroller" "5.0.0-canary.29b89dbc1.0" + "@material/textfield" "5.0.0-canary.29b89dbc1.0" + "@material/theme" "5.0.0-canary.29b89dbc1.0" + "@material/top-app-bar" "5.0.0-canary.29b89dbc1.0" + "@material/touch-target" "5.0.0-canary.29b89dbc1.0" + "@material/typography" "5.0.0-canary.29b89dbc1.0" mathml-tag-names@^2.1.1: version "2.1.1"