chore: update material color utilities to 0.2.7

This commit is contained in:
Elliott Marquez 2023-06-30 14:40:02 -07:00
parent 332836cacb
commit 25ff532a5a
3 changed files with 7 additions and 15 deletions

View File

@ -159,7 +159,7 @@
"dependencies": {
"@11ty/is-land": "^3.0.0",
"@lit-labs/ssr-client": "^1.1.1",
"@material/material-color-utilities": "^0.2.5",
"@material/material-color-utilities": "^0.2.7",
"@material/mwc-drawer": "^0.27.0",
"@material/web": "^1.0.0-pre.6",
"@preact/signals-core": "^1.3.0",

View File

@ -10,11 +10,6 @@ import type {Theme} from '../types/color-events.js';
import {applyThemeString} from './apply-theme-string.js';
interface WithTint {
surfaceTint: typeof MaterialDynamicColors.background;
surfaceTintColor: typeof MaterialDynamicColors.background;
}
/**
* A Mapping of color token name to MCU HCT color function generator.
*/
@ -38,15 +33,12 @@ const materialColors = {
'outline-variant': MaterialDynamicColors.outlineVariant,
shadow: MaterialDynamicColors.shadow,
scrim: MaterialDynamicColors.scrim,
// TODO(b/288481318): clean up once MCU 0.2.7 is published on NPM.
'surface-tint': (MaterialDynamicColors as unknown as WithTint).surfaceTint ||
(MaterialDynamicColors as unknown as WithTint).surfaceTintColor,
'surface-tint': MaterialDynamicColors.surfaceTint,
primary: MaterialDynamicColors.primary,
'on-primary': MaterialDynamicColors.onPrimary,
'primary-container': MaterialDynamicColors.primaryContainer,
'on-primary-container': MaterialDynamicColors.onPrimaryContainer,
'inverse-primary': MaterialDynamicColors.inversePrimary,
'inverse-on-primary': MaterialDynamicColors.inverseOnPrimary,
secondary: MaterialDynamicColors.secondary,
'on-secondary': MaterialDynamicColors.onSecondary,
'secondary-container': MaterialDynamicColors.secondaryContainer,

10
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "@material/web",
"version": "1.0.0-pre.11",
"version": "1.0.0-pre.12",
"license": "Apache-2.0",
"workspaces": [
".",
@ -36,7 +36,7 @@
"dependencies": {
"@11ty/is-land": "^3.0.0",
"@lit-labs/ssr-client": "^1.1.1",
"@material/material-color-utilities": "^0.2.5",
"@material/material-color-utilities": "^0.2.7",
"@material/mwc-drawer": "^0.27.0",
"@material/web": "^1.0.0-pre.6",
"@preact/signals-core": "^1.3.0",
@ -914,9 +914,9 @@
}
},
"node_modules/@material/material-color-utilities": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.6.tgz",
"integrity": "sha512-pMdkH7PvuJQS1q9igiPFfrS04Zu1feDXOVV69uWe2kr+RcK+7v3OylIYMwJDIwip1pFdGyTY4KkMy6vPIA/uSw=="
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/@material/material-color-utilities/-/material-color-utilities-0.2.7.tgz",
"integrity": "sha512-0FCeqG6WvK4/Cc06F/xXMd/pv4FeisI0c1tUpBbfhA2n9Y8eZEv4Karjbmf2ZqQCPUWMrGp8A571tCjizxoTiQ=="
},
"node_modules/@material/menu": {
"version": "14.0.0-canary.53b3cad2f.0",