chore: update the formatting on the default palette as this file should not include a trailing comma (#3197)
This commit is contained in:
Родитель
83feecc730
Коммит
ba1461db7e
|
@ -0,0 +1 @@
|
|||
packages/web-components/fast-components/src/default-palette.ts
|
|
@ -96,7 +96,7 @@ export const neutralPalette: string[] = [
|
|||
"#151515",
|
||||
"#121212",
|
||||
"#101010",
|
||||
"#000000",
|
||||
"#000000"
|
||||
];
|
||||
export const accentPalette: string[] = [
|
||||
"#FFFFFF",
|
||||
|
@ -192,5 +192,5 @@ export const accentPalette: string[] = [
|
|||
"#260511",
|
||||
"#21040E",
|
||||
"#1C030C",
|
||||
"#000000",
|
||||
"#000000"
|
||||
];
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5616,7 +5616,7 @@
|
|||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@^16.3.0", "@types/react@^16.4.18", "@types/react@^16.7.17", "@types/react@^16.8.0", "@types/react@^16.8.19":
|
||||
"@types/react@*", "@types/react@^16.3.0", "@types/react@^16.4.18", "@types/react@^16.7.17", "@types/react@^16.8.0", "@types/react@^16.8.19", "@types/react@^16.9.17":
|
||||
version "16.9.11"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
|
||||
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
|
||||
|
@ -5624,14 +5624,6 @@
|
|||
"@types/prop-types" "*"
|
||||
csstype "^2.2.0"
|
||||
|
||||
"@types/react@^16.9.17":
|
||||
version "16.9.35"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
|
||||
integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
|
||||
dependencies:
|
||||
"@types/prop-types" "*"
|
||||
csstype "^2.2.0"
|
||||
|
||||
"@types/resolve@0.0.8":
|
||||
version "0.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
|
||||
|
|
Загрузка…
Ссылка в новой задаче