1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[deps] Autofill: Update prettier to v3.3.3 (#10228)

* [deps] Autofill: Update prettier to v3.3.3

* prettier formatting changes

* fix SyntaxError for literal @ inline html

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
This commit is contained in:
renovate[bot]
2024-07-25 11:11:55 -04:00
committed by GitHub
parent 5cf29a655b
commit b9eb4003a1
50 changed files with 74 additions and 73 deletions

View File

@@ -259,7 +259,7 @@
aria-hidden="true"
[ngClass]="{
'bwi-angle-right': !showOpenIdCustomizations,
'bwi-angle-down': showOpenIdCustomizations
'bwi-angle-down': showOpenIdCustomizations,
}"
></i>
</button>

View File

@@ -61,7 +61,7 @@
class="tw-text-muted tw-grid tw-grid-flow-col tw-gap-1 tw-grid-cols-1"
[ngClass]="{
'tw-grid-rows-1': additionalSeatsPurchased <= 0,
'tw-grid-rows-2': additionalSeatsPurchased > 0
'tw-grid-rows-2': additionalSeatsPurchased > 0,
}"
>
<span class="tw-col-span-1"

View File

@@ -21,7 +21,7 @@
class="tw-grid tw-grid-flow-col tw-gap-1 tw-grid-cols-1"
[ngClass]="{
'tw-grid-rows-1': additionalSeatsPurchased === 0,
'tw-grid-rows-2': purchasingSeats || sellingSeats
'tw-grid-rows-2': purchasingSeats || sellingSeats,
}"
>
<span class="tw-col-span-1">

View File

@@ -27,7 +27,7 @@
{{ getFormattedPlanName(i.planName) }} {{ "orgSeats" | i18n }} ({{
i.cadence.toLowerCase()
}}) {{ "&times;" }}{{ getFormattedSeatCount(i.seatMinimum, i.purchasedSeats) }}
@
&#64;
{{
getFormattedCost(
i.cost,