Material and some minor cleanup

merge-notes
isark 2 years ago
parent f764048f23
commit 51468398fa

@ -18,7 +18,7 @@
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.css"],
"styles": ["src/styles.scss"],
"scripts": []
},
"configurations": {

@ -15,6 +15,7 @@
"@angular/compiler": "^16.1.4",
"@angular/core": "^16.1.4",
"@angular/forms": "^16.1.4",
"@angular/material": "^16.1.5",
"@angular/platform-browser": "^16.1.4",
"@angular/platform-browser-dynamic": "^16.1.4",
"@tauri-apps/api": "^1.2.0",

@ -14,7 +14,7 @@ class StateEvent {
@Component({
selector: "app-root",
templateUrl: "./app.component.html",
styleUrls: ["./app.component.css"],
styleUrls: ["./app.component.scss"],
})
export class AppComponent implements OnInit, OnDestroy {
auto_hide: boolean = true;

@ -4,11 +4,16 @@ import { BrowserModule } from "@angular/platform-browser";
import { AppComponent } from "./app.component";
import { FormsModule } from "@angular/forms";
import { RecordKeyChord } from "./directives/record-key-chord.directive";
import { MatDialogModule } from "@angular/material/dialog";
@NgModule({
declarations: [AppComponent, RecordKeyChord],
imports: [BrowserModule, FormsModule],
imports: [
BrowserModule,
FormsModule,
MatDialogModule,
],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
export class AppModule { }

@ -1,9 +0,0 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class KeybindManagerService {
constructor() { }
}

@ -32,7 +32,6 @@ export class ShortcutService {
this.register(prevShortcut, handler);
console.log("Got error during binding, rebinding previous");
return EMPTY;
}
});
}

@ -193,6 +193,60 @@
dependencies:
tslib "^2.3.0"
"@angular/material@^16.1.5":
version "16.1.5"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-16.1.5.tgz#5ba16d5b8c3e3bbe1582fd70ac21df675a48a3a6"
integrity sha512-l11mH/WWBmfiBhrf4/0hCihhLxK4Ldu7+fP8zucHO3X2TiLlpsgJZpcYwJkZf0Ai0rDqIzqCVnks7L9jiuTGCQ==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/auto-init" "15.0.0-canary.b994146f6.0"
"@material/banner" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/button" "15.0.0-canary.b994146f6.0"
"@material/card" "15.0.0-canary.b994146f6.0"
"@material/checkbox" "15.0.0-canary.b994146f6.0"
"@material/chips" "15.0.0-canary.b994146f6.0"
"@material/circular-progress" "15.0.0-canary.b994146f6.0"
"@material/data-table" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dialog" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/drawer" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/fab" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/floating-label" "15.0.0-canary.b994146f6.0"
"@material/form-field" "15.0.0-canary.b994146f6.0"
"@material/icon-button" "15.0.0-canary.b994146f6.0"
"@material/image-list" "15.0.0-canary.b994146f6.0"
"@material/layout-grid" "15.0.0-canary.b994146f6.0"
"@material/line-ripple" "15.0.0-canary.b994146f6.0"
"@material/linear-progress" "15.0.0-canary.b994146f6.0"
"@material/list" "15.0.0-canary.b994146f6.0"
"@material/menu" "15.0.0-canary.b994146f6.0"
"@material/menu-surface" "15.0.0-canary.b994146f6.0"
"@material/notched-outline" "15.0.0-canary.b994146f6.0"
"@material/radio" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/segmented-button" "15.0.0-canary.b994146f6.0"
"@material/select" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/slider" "15.0.0-canary.b994146f6.0"
"@material/snackbar" "15.0.0-canary.b994146f6.0"
"@material/switch" "15.0.0-canary.b994146f6.0"
"@material/tab" "15.0.0-canary.b994146f6.0"
"@material/tab-bar" "15.0.0-canary.b994146f6.0"
"@material/tab-indicator" "15.0.0-canary.b994146f6.0"
"@material/tab-scroller" "15.0.0-canary.b994146f6.0"
"@material/textfield" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tooltip" "15.0.0-canary.b994146f6.0"
"@material/top-app-bar" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.3.0"
"@angular/platform-browser-dynamic@^16.1.4":
version "16.1.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.1.5.tgz#c1e14462b1fe5f567e8760ff706fa62f9a7ff69f"
@ -1410,6 +1464,708 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
"@material/animation@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/animation/-/animation-15.0.0-canary.b994146f6.0.tgz#a64fc6151c58d0b840e27290cb6fa4887edfe738"
integrity sha512-kqqzG54tabYJ5VsBur5k1bqCFQCEpaW3hmLRMiSVVxRY7XgTt7qkuOOz48gs+MPqR6P8VIi6gFpuscV1+DWDhw==
dependencies:
tslib "^2.1.0"
"@material/auto-init@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/auto-init/-/auto-init-15.0.0-canary.b994146f6.0.tgz#2081616bec5a896e8fe630803ef91db1406c81cb"
integrity sha512-8nLe/XeueJg5yyYx5e4UxWQXpTDyUhibKfyroGwnRKc8pdpOCOulHSOj/fIVGJAIbxkEJoebwMadWUNCjUhc9A==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/banner@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/banner/-/banner-15.0.0-canary.b994146f6.0.tgz#ea44f06cc34a4d9f5a8a0c818a14ad1023d1cf75"
integrity sha512-gJ4/VdP4dJgHP72Kdjy2f/UjHB45J4CuxoGvI0NIQYUjOSsr4kQiQHsjVgyEPZR/5wa7kBhM7/0mJ+zF7Ghv2A==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/button" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/base@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/base/-/base-15.0.0-canary.b994146f6.0.tgz#971ec50ca020168c1037a82fc2cb2aa14b6db9d1"
integrity sha512-rW2upYD5YjRFBL6DzYn3SCRhtvpEDkwplDS810e3vt71uLMRyqXyw4OQJH+Nab/t+32TFDtKNUphXIzwICXGDQ==
dependencies:
tslib "^2.1.0"
"@material/button@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/button/-/button-15.0.0-canary.b994146f6.0.tgz#d2b57d4417b88c3eb42551806df5ef8eab2e8a0f"
integrity sha512-SMyqtsvJuCqpXBz2JgciuR6wddNJSGpTXUFxmLbGluBy5/hHm06JWlOFcUOxGDv46OdRGGrRfkg6A9JtvtsJsw==
dependencies:
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/card@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/card/-/card-15.0.0-canary.b994146f6.0.tgz#db05467020b87c21b07a647bc304d2bedcdcb378"
integrity sha512-WSggGon91HcDhJyatnYLFkoM9glkkeJjyjFDWrcJkwN1rdrPJU+GH+PNjvmArz5hGv9WkmjDjhOdAuPnL4Mb7g==
dependencies:
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/checkbox@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/checkbox/-/checkbox-15.0.0-canary.b994146f6.0.tgz#db66eca5402b1d3ee3f99d981871be41be279ada"
integrity sha512-pulRiwG9S/dS6WBG+GteODBltddFiL0Sb7HAqdzF2BTKNKv25q1ZIR3ftoEa09TNeWM88AOzTJ4aBHiADfJn2w==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/chips@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/chips/-/chips-15.0.0-canary.b994146f6.0.tgz#987a8d69748670d0bcdaba4c3d4272d6dc4d772d"
integrity sha512-3yJPj7x+eKLA4LMKG7aTWI+itAnKRVGOcniuR6aiXVy0OKr5asNuWNeZc9J0/VErjjxF3tdybDzDSPo01qPy9w==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/checkbox" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
safevalues "^0.3.4"
tslib "^2.1.0"
"@material/circular-progress@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/circular-progress/-/circular-progress-15.0.0-canary.b994146f6.0.tgz#988c16c639c1c9187c7b9b5895174e807fef4478"
integrity sha512-6YUvGXdtZKJoE7AuovR4xk1aiWp/EDZ6j2U3TOeynd1assQQCg5XT4abqAoHtpJrRPaCFgUAp836HyiDVVuYug==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/progress-indicator" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/data-table@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/data-table/-/data-table-15.0.0-canary.b994146f6.0.tgz#f5c1687c5572469f1c0abdfbd39d18b8f53f7ce5"
integrity sha512-v4hIduIe/wzyibuL/RPM/ErYrt8XpB7fxyQqtV+0JsMpFa8E81QYyvMCS9EJj9m4YdkrQnZgA+vXQlOkhWvmdQ==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/checkbox" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/icon-button" "15.0.0-canary.b994146f6.0"
"@material/linear-progress" "15.0.0-canary.b994146f6.0"
"@material/list" "15.0.0-canary.b994146f6.0"
"@material/menu" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/select" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/density@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/density/-/density-15.0.0-canary.b994146f6.0.tgz#d29f7f1ad113b89acc3df10a4f05693faa8f12a4"
integrity sha512-m8l0vuoWSoAPItBpWp5eZDvitUcB2JWoO8V486hLgdveVcKgXG09xWM43ScH+PLXAWjzr5olDEuJ2tvfkN3SpQ==
dependencies:
tslib "^2.1.0"
"@material/dialog@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/dialog/-/dialog-15.0.0-canary.b994146f6.0.tgz#41d02b3826fa36e17f4a8f06547fd58975e96120"
integrity sha512-JucU92yh8cfZQpyRBunHr6uohacePLYmhcPaGpkAGQ1b+zCznEsNs55tjhaVQNoj91XA9rrBqtL6Otg+fxFJtQ==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/button" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/icon-button" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/dom@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/dom/-/dom-15.0.0-canary.b994146f6.0.tgz#c5ef0fcb10f97ac4b8f18ec938f58ab4b563261a"
integrity sha512-DiUsTezrCi4iytjIn7xXoXZSNFvuTrVVZgc7cR9cW8yu2Hpz8bPf87PacVn4IP9OsNwy/dCDMk1Kcq/DMh7gXQ==
dependencies:
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/drawer@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/drawer/-/drawer-15.0.0-canary.b994146f6.0.tgz#0a33752e418e9e9e2b3169aaf08638bb58279c66"
integrity sha512-Kbuf32V0eX69amvCVbAjNSabNDerZWyG8ip466EfQHRh0OUZwvsbhLp9FZOB7AyR+/bQiHf3mVLcombOdmdkcQ==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/list" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/elevation@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/elevation/-/elevation-15.0.0-canary.b994146f6.0.tgz#85fc024f7503a882bd06e35f9c1a5c8f1e723319"
integrity sha512-l2YDNgBajSI6oA2l6gaeYCTGHRao657syqQ/tv95/Hkcee9900A4RrsxCwSxOqqAs5pZZDEJ33kFJjj27nqZDw==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/fab@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/fab/-/fab-15.0.0-canary.b994146f6.0.tgz#620a8da7223d6df314f0423b38e42e3697eae924"
integrity sha512-ExyDVkNWINpns41Ahj4u8I/OhiVkqI0nmcqjFRtgTJMmKEd4NhlvqIxE7gakAlyS68riJu5UleqTSTVmt8mv2Q==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/feature-targeting@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/feature-targeting/-/feature-targeting-15.0.0-canary.b994146f6.0.tgz#53e41308fc489908fa39ab5a6780aeaf6ffe93bf"
integrity sha512-HR/FjSQmza98B1DF80MRjODyfOI9r7wXkPSts/cLQsYkpwZ5uJmxhvQKjDCeYVpMV0lQuvuvVOQo7uD44TdWEg==
dependencies:
tslib "^2.1.0"
"@material/floating-label@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/floating-label/-/floating-label-15.0.0-canary.b994146f6.0.tgz#a59712131c7c1c93c157b69c27a29b82af51549e"
integrity sha512-g64talBNWCS0FUfLWal0uB637gUciSIqYxFzSW//LglTtbZLGK2J4+9gAEswQGnKeO4ux08EN2n1ZcMDYQ58ow==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/focus-ring@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/focus-ring/-/focus-ring-15.0.0-canary.b994146f6.0.tgz#fa86a669ace6dee3c17bb810e59cf7909651b6ef"
integrity sha512-87qEMuXsCvlQfTiimnzJUZoebnIXWcMtRZevNLymN9Y0t9jGckQxZPmrI0llRkpyiR/Ewhec5SI/JGrFlYHnsA==
dependencies:
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/form-field@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/form-field/-/form-field-15.0.0-canary.b994146f6.0.tgz#a3726178926c39da47140e858f53724f5e73b668"
integrity sha512-Tg1SQQaopvXMyDEYxGTWnhCWQmNcWVIoKMLmle9P/gi2p8ulcj0iOCPYf+3ECqUBVozOmTPKlYOOiRwtKStAeA==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/icon-button@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/icon-button/-/icon-button-15.0.0-canary.b994146f6.0.tgz#da5f7dae70ee00852aa328e6aadb237c79d10e38"
integrity sha512-X6DvOv4jpymHUjI7ZAbO946nDgGYKDwPZfkRzBE84gv2XEr2qfMuABhojxkYubRbt03oauBdcJVVMFCXkVhArQ==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/image-list@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/image-list/-/image-list-15.0.0-canary.b994146f6.0.tgz#a5abaeeed9f152fed2172a7ee45f70baa8704521"
integrity sha512-kf903XFF1P+V5ZPXCt+7R6c55g4UyQE1ZHkTViCIJfd52gU40bHODMhTQy/ywBkwDeJfNk8uf1V1IM24WQYpxA==
dependencies:
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/layout-grid@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/layout-grid/-/layout-grid-15.0.0-canary.b994146f6.0.tgz#b805c1c7510d0cae012c3b3d9826c3b90cc86d2b"
integrity sha512-OALBSGue8g1/mEwLYYi2d950dJFpNYKW87jPS9/KM65JKMyxoU7tU2d4An1BuyqK0r9sopGq6Pn/zhill0iLaw==
dependencies:
tslib "^2.1.0"
"@material/line-ripple@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/line-ripple/-/line-ripple-15.0.0-canary.b994146f6.0.tgz#e0c9b1601352d690a5cf54043c23c95bf6f49059"
integrity sha512-evjZxCu4iodiKtW8N0xjY8ACRXm3sY+4rAmq3vV5BmHWAJ3BobjbFYslDMZQ+4mu3HmwMatbJehKxHegahitNg==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/linear-progress@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/linear-progress/-/linear-progress-15.0.0-canary.b994146f6.0.tgz#493da1a7e93e830cc26a95273a4bfe4f5f0dc617"
integrity sha512-jlXh+tIj+/o0Ks7fHdC/24fH6IXCAl2vF52U6NwT39ESrlwmlLhp3gtag5GSBHN5E7Z09nK871Yo1G/b1F+COg==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/progress-indicator" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/list@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/list/-/list-15.0.0-canary.b994146f6.0.tgz#dab708bd735bd72d3ba1379dc0a42989acc4caf7"
integrity sha512-kY/i6VvFBb/W3VvCPvWRMzWvu7mvNFJ+R8ijfawDoAXiv4fj42GO4iFyTcFXaUevEPKp791pN/09BMJQ6jYEvA==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/menu-surface@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/menu-surface/-/menu-surface-15.0.0-canary.b994146f6.0.tgz#9537b6bf8b8499311d82cb39b1367f03ab7b73a2"
integrity sha512-StmM3lrRn1iMEZfq532jpMNppqyBBy68FbPurKEsHuP/3q+CscfnwjrS9ym+JcHqXKMHnQXbL/49ymffRGX2AQ==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/menu@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/menu/-/menu-15.0.0-canary.b994146f6.0.tgz#f5ac72749b33b67dc413fa02fa1f6c6ae056327f"
integrity sha512-y6smNmLJ+U0DoXWbyqzW+VW/uWDuklhdGHc5MbZrTOhsKkhvoTVNMSOa+NFPU4gTwrplvUjaUvnIsQ0wygwD3g==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/list" "15.0.0-canary.b994146f6.0"
"@material/menu-surface" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/notched-outline@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/notched-outline/-/notched-outline-15.0.0-canary.b994146f6.0.tgz#5a405a7b12417f749a0150851db6cec3d446b4b6"
integrity sha512-UZxU8jXM2t/bk/CiO0K+TSPspuJRZIyrYlIS0gd+qq/u8Gi2DpALBlLAh9Jeu46IUg4YGlPsNWYfe8p3QAVyoA==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/floating-label" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/progress-indicator@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/progress-indicator/-/progress-indicator-15.0.0-canary.b994146f6.0.tgz#bf9005fd2e4c1b0faac21eef138a4c5c4745b681"
integrity sha512-VT+mOQhohaM+pBX1rknbVOI6JCGKg9NiOHBoYljIvnexNeILE+mW9g6mtQ0ZCJPz0oMmiSAMLcuxMIcBXx84Xw==
dependencies:
tslib "^2.1.0"
"@material/radio@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/radio/-/radio-15.0.0-canary.b994146f6.0.tgz#aca0f63b672ddfc8b5162fa27561e7b7a84beb2d"
integrity sha512-U/RR2lVNWwEO2+kJtGz9XzvnOF0gAZn1krMY0z/eU9Wnl0OgPZbqQrxXMoVNv1pzKYSEwZQEGado/rv8qp7piA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/ripple@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/ripple/-/ripple-15.0.0-canary.b994146f6.0.tgz#6c86977b401ecf9222e134717cc240317eb5bfbd"
integrity sha512-WzIbc8wYTzMOczqGXVCBPdNcv/73Ef8FwcQYsscGMaqCzgVsdpoqilTfsx7Ryyz6dQbyfmJqp7s+YpPujcezOA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/rtl@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/rtl/-/rtl-15.0.0-canary.b994146f6.0.tgz#091de7871060edec6c743e14643fcf033014b673"
integrity sha512-H/W6BVn4Ygfkrf/FgSrNhbu1uY7PST2wlsjEYQt06EfAM0CDHEwSL1MwV4FmpQA/r40Q0PqoLN6moDrtCe5S8g==
dependencies:
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/segmented-button@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/segmented-button/-/segmented-button-15.0.0-canary.b994146f6.0.tgz#fb4c18f2aef530d74b6195bd9560407af20bc416"
integrity sha512-jd+f4BTnU0tghxBpAM/XdVmruDXSoQ88TYSFWbrhulS+/c/ooCZURWvVC4mHNej+QR/fODkx4adbqkBiwwCtMw==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/touch-target" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/select@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/select/-/select-15.0.0-canary.b994146f6.0.tgz#fc853a11383c327524ab9645fef80d6fbe8419f4"
integrity sha512-5thEQS+B17JSm3I8D+mqQe2G3ArVnXJALTEEE9FmMUKwKYkrsLplm3FYuEXERZGJnYeTRdkdmhYY/YeocfZoyA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/floating-label" "15.0.0-canary.b994146f6.0"
"@material/line-ripple" "15.0.0-canary.b994146f6.0"
"@material/list" "15.0.0-canary.b994146f6.0"
"@material/menu" "15.0.0-canary.b994146f6.0"
"@material/menu-surface" "15.0.0-canary.b994146f6.0"
"@material/notched-outline" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/shape@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/shape/-/shape-15.0.0-canary.b994146f6.0.tgz#ad1ea5c82bff40b2e76a13ec107010e7d568c862"
integrity sha512-sINM3gr3aLgdvqZVfqfXV5EB77owLLJjy+2NqchJ8ZPqucCJ+F/BsCBfLA2Wu3O4Sc9IpAEn/o1hzYm/CWAFAw==
dependencies:
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/slider@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/slider/-/slider-15.0.0-canary.b994146f6.0.tgz#2bbe6539a9d6aac602f093dadf62ef6f8e8afc7c"
integrity sha512-dyT72+Kp//AEajJxDUVoMoizUjf2uggVMGXOaQ7FhpGHuf7LC3EyEjrrJ15efFzYgTjdJUU1YQkCwGmdt6CQsA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/snackbar@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/snackbar/-/snackbar-15.0.0-canary.b994146f6.0.tgz#ab40dc533f4e4a0aee9847a4bb4232eecd6e1308"
integrity sha512-fEhPASJossScNpcrNYrrH8uU+rUf6+kw7/ZMrpUzzz1lVXliL28jTNEmU1nFpcDI4M2GXH+Z64f7vl2hiMDG8g==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/button" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/icon-button" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/switch@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/switch/-/switch-15.0.0-canary.b994146f6.0.tgz#e373ff8523736c3c3f1cdd25cd3e8756e8c25b54"
integrity sha512-czCXTUa30ILIf1J3exiuSVIRcodGATHexd3eWDq4sfHo4iMh4rBMaIxcqkmnb2iwE/mMTNyVfoauijx2QiNKrA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
safevalues "^0.3.4"
tslib "^2.1.0"
"@material/tab-bar@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/tab-bar/-/tab-bar-15.0.0-canary.b994146f6.0.tgz#5c6d0c493b154632f433ac519ca56a75b65ef469"
integrity sha512-F9NegACnFEWMu1pAAypV4Jd7qROeffkvEgVO28Xxk/CvzZxFz8kAjYJZ+rI6RUhPX3BhXzwsz/AlLwsJMT2tnA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/tab" "15.0.0-canary.b994146f6.0"
"@material/tab-indicator" "15.0.0-canary.b994146f6.0"
"@material/tab-scroller" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/tab-indicator@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/tab-indicator/-/tab-indicator-15.0.0-canary.b994146f6.0.tgz#927843ab41cf6f42e878612e90c93ae3278851ca"
integrity sha512-8IH/DmwlZhQlw/2Y3aKrEvjEhZB+qbKUiyaij3BkTAexvyFeDBh5cLNjRpYkUJSGeSPhS6yu4SYzMHPmQEwQmA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/tab-scroller@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/tab-scroller/-/tab-scroller-15.0.0-canary.b994146f6.0.tgz#979e31b602b062c0995bd888aef8dfcb239f6c5e"
integrity sha512-1MeWkr62OICfTv8oqhIZe6jFo0dKeMlUfB+/WcgnpoeMBszCOSlx5tQ4pedxUkuR3I+Z7rsTfSN0LavgF8bATA==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/tab" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/tab@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/tab/-/tab-15.0.0-canary.b994146f6.0.tgz#f03b6706954fb0033817b451731bfadf9946f527"
integrity sha512-ygswooiNdBNNDnQdbPX0nzDQu7oQlHo8vWZ0/xL4IPVEXabY5zCzsEbGNZw2u/syo56c/NHPyMsUmXDGRSXOvQ==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/focus-ring" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/tab-indicator" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/textfield@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/textfield/-/textfield-15.0.0-canary.b994146f6.0.tgz#b1188830a0d9884bcfa69f6db816132b4cca5735"
integrity sha512-Kxb3DoJ5o8u3Y1gRMHKmWrDl1TirVxuf/UFrxPFiCE3J1SqiE2VQpakiD1emZwp+LSKtbRsQ/iILYLB/h7Wuvw==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/density" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/floating-label" "15.0.0-canary.b994146f6.0"
"@material/line-ripple" "15.0.0-canary.b994146f6.0"
"@material/notched-outline" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/theme@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/theme/-/theme-15.0.0-canary.b994146f6.0.tgz#85ac9a1336c8849f0c9ca1d5218f969ae58f8738"
integrity sha512-5tsZ92dAeUcZ9g9CrIkqX/GYc0M5DIfsydtI1PAidaBzr1Uokuh4rTZVQZBv7gyglF0yDua59lkb0I6wI9vxXg==
dependencies:
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/tokens@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/tokens/-/tokens-15.0.0-canary.b994146f6.0.tgz#55ad3d7687d941b3f7d1d736dcfa91df9e97c590"
integrity sha512-jFqU7PtvGkrP8b8i2soCrYQInTrnZ1/rIPDi+Xm3sa/qSghCNwFrdJEqwcwtv1fPlJIOtzkIuVRYRmAP9rXQIQ==
dependencies:
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/tooltip@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/tooltip/-/tooltip-15.0.0-canary.b994146f6.0.tgz#1af251aba50669ee7e1c3f5d57961ee0a1138d47"
integrity sha512-bVzydXGn3fauHJ8pkh32DsdyRJXleeFQ4t7jZ/rcRik+n4G1BvYiblfuu3Z/OCC0m3TJDyMdJhd+sLqRDqLUUg==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/button" "15.0.0-canary.b994146f6.0"
"@material/dom" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/tokens" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
safevalues "^0.3.4"
tslib "^2.1.0"
"@material/top-app-bar@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/top-app-bar/-/top-app-bar-15.0.0-canary.b994146f6.0.tgz#2fe6ef4cf1f19c6bca41eaed583e78032a49d86e"
integrity sha512-VHq0wX3OJE1TKvjO8Qtlu+rv5EGoqAhNLBcEjpUUGoqHH/gpd356FEuIqJId4pUh5jaWf8T4ZU9xVbQGMtntzw==
dependencies:
"@material/animation" "15.0.0-canary.b994146f6.0"
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/elevation" "15.0.0-canary.b994146f6.0"
"@material/ripple" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/shape" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
"@material/typography" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/touch-target@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/touch-target/-/touch-target-15.0.0-canary.b994146f6.0.tgz#b00f2507a36c7341d2de7c590664894ce3a77815"
integrity sha512-X26Y9OWvIqYOHo+sC2VMvOoeQWlUR3/yb7uPdfq92Y44zlQ4Vexgq7nEUblEiXQ8Fj+d0T9rIhRh1y9PP3Z2dw==
dependencies:
"@material/base" "15.0.0-canary.b994146f6.0"
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/rtl" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@material/typography@15.0.0-canary.b994146f6.0":
version "15.0.0-canary.b994146f6.0"
resolved "https://registry.yarnpkg.com/@material/typography/-/typography-15.0.0-canary.b994146f6.0.tgz#d3c4cfb6c9249af34ce8e334f2824ded156accc9"
integrity sha512-sWU5W30WWqdw5P6bsRx9AbvMNcz/QvQg56Syr06V6nfgSztpeuo7TfPk2J+N0ArRALo1mUrkAPk66iWYQ2p/QA==
dependencies:
"@material/feature-targeting" "15.0.0-canary.b994146f6.0"
"@material/theme" "15.0.0-canary.b994146f6.0"
tslib "^2.1.0"
"@ngtools/webpack@16.1.4":
version "16.1.4"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-16.1.4.tgz#2e29bdf590c8b5505ffd744f12075b14ed972fc8"
@ -5238,6 +5994,11 @@ safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.1.0, safe-buffer@~5.2.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
safevalues@^0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/safevalues/-/safevalues-0.3.4.tgz#82e846a02b6956d7d40bf9f41e92e13fce0186db"
integrity sha512-LRneZZRXNgjzwG4bDQdOTSbze3fHm1EAKN/8bePxnlEZiBmkYEDggaHbuvHI9/hoqHbGfsEA7tWS9GhYHZBBsw==
sass-loader@13.3.1:
version "13.3.1"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.1.tgz#32ee5791434b9b4dbd1adcce76fcb4cea49cc12c"

Loading…
Cancel
Save