Skip to content

Commit

Permalink
build(deps-dev): update dependency prettier to v3.4.2 (#902)
Browse files Browse the repository at this point in the history
* build(deps-dev): update dependency prettier to v3.4.2

* style: apply formatting fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David LJ <[email protected]>
  • Loading branch information
renovate[bot] and davidlj95 authored Dec 7, 2024
1 parent 55839f1 commit 2f2dc23
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"liquidjs": "10.18.0",
"ng-mocks": "14.13.1",
"nyc": "17.1.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"release-it": "17.10.0",
"subset-font": "2.3.0",
"typescript": "5.6.3",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions src/sass/themes/_devtools-dark-scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,27 @@ $scheme: (
sys-color-cdt-base-container: var(--sys-color-base-container),
sys-color-base-container: var(--ref-palette-neutral15),
sys-color-divider: var(--ref-palette-neutral40),
sys-color-surface1:
color-mix(
sys-color-surface1: color-mix(
in sRGB,
var(--ref-palette-primary80) 5%,
var(--ref-palette-neutral10)
),
sys-color-surface2:
color-mix(
sys-color-surface2: color-mix(
in sRGB,
var(--ref-palette-primary80) 8%,
var(--ref-palette-neutral10)
),
sys-color-surface3:
color-mix(
sys-color-surface3: color-mix(
in sRGB,
var(--ref-palette-primary80) 11%,
var(--ref-palette-neutral10)
),
sys-color-surface4:
color-mix(in sRGB, #d1e1ff 12%, var(--ref-palette-neutral10)),
sys-color-surface5:
color-mix(
sys-color-surface4: color-mix(
in sRGB,
#d1e1ff 12%,
var(--ref-palette-neutral10)
),
sys-color-surface5: color-mix(
in sRGB,
var(--ref-palette-primary80) 14%,
var(--ref-palette-neutral10)
Expand All @@ -43,8 +42,11 @@ $scheme: (
sys-color-tonal-outline: var(--ref-palette-secondary50),
sys-color-on-primary: var(--ref-palette-primary20),
sys-color-on-base-divider: var(--ref-palette-neutral40),
sys-color-state-hover-on-prominent:
color-mix(in sRGB, var(--ref-palette-neutral99) 10%, transparent),
sys-color-state-hover-on-prominent: color-mix(
in sRGB,
var(--ref-palette-neutral99) 10%,
transparent
),
sys-color-primary-bright: var(--ref-palette-primary70),
adorner-border-color: var(--sys-color-tonal-outline),
img-filter: grayscale(0.5),
Expand Down
26 changes: 14 additions & 12 deletions src/sass/themes/_devtools-light-scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,27 @@ $scheme: (
sys-color-cdt-base-container: var(--sys-color-base),
sys-color-base: var(--ref-palette-neutral100),
sys-color-divider: var(--ref-palette-primary90),
sys-color-surface1:
color-mix(
sys-color-surface1: color-mix(
in sRGB,
var(--ref-palette-primary40) 5%,
var(--ref-palette-neutral99)
),
sys-color-surface2:
color-mix(
sys-color-surface2: color-mix(
in sRGB,
var(--ref-palette-primary40) 8%,
var(--ref-palette-neutral99)
),
sys-color-surface3:
color-mix(
sys-color-surface3: color-mix(
in sRGB,
var(--ref-palette-primary40) 11%,
var(--ref-palette-neutral99)
),
sys-color-surface4:
color-mix(in sRGB, #6991d6 12%, var(--ref-palette-neutral100)),
sys-color-surface5:
color-mix(
sys-color-surface4: color-mix(
in sRGB,
#6991d6 12%,
var(--ref-palette-neutral100)
),
sys-color-surface5: color-mix(
in sRGB,
var(--ref-palette-primary40) 14%,
var(--ref-palette-neutral99)
Expand All @@ -41,8 +40,11 @@ $scheme: (
sys-color-state-hover-dim-blend-protection: rgb(6 46 111/18%),
sys-color-on-primary: var(--ref-palette-primary100),
sys-color-on-base-divider: var(--ref-palette-primary90),
sys-color-state-hover-on-prominent:
color-mix(in sRGB, var(--ref-palette-neutral10) 6%, transparent),
sys-color-state-hover-on-prominent: color-mix(
in sRGB,
var(--ref-palette-neutral10) 6%,
transparent
),
sys-color-primary-bright: var(--ref-palette-primary50),
adorner-border-color: var(--sys-color-neutral-outline),
img-filter: none,
Expand Down

0 comments on commit 2f2dc23

Please sign in to comment.