feat: migrate to pnpm (#253)

This commit is contained in:
Ahmed Bouhuolia
2023-10-04 12:17:27 +02:00
committed by GitHub
parent 5df454dd30
commit ee62e3e1c2
211 changed files with 25984 additions and 24350 deletions

View File

@@ -22,12 +22,12 @@ export function BillFormFooterLeft() {
}
const TermsConditsFormGroup = styled(FFormGroup)`
&.bp3-form-group {
.bp3-label {
&.bp4-form-group {
.bp4-label {
font-size: 12px;
margin-bottom: 12px;
}
.bp3-form-content {
.bp4-form-content {
margin-left: 10px;
}
}

View File

@@ -88,7 +88,7 @@ export function BillUniversalSearchItem(
text={
<div>
<div>{item.text}</div>
<span class="bp3-text-muted">
<span class="bp4-text-muted">
{item.reference.bill_number}{' '}
<Icon icon={'caret-right-16'} iconSize={16} />
{item.reference.formatted_bill_date}

View File

@@ -22,12 +22,12 @@ export function VendorCreditNoteFormFooterLeft() {
}
const TermsConditsFormGroup = styled(FFormGroup)`
&.bp3-form-group {
.bp3-label {
&.bp4-form-group {
.bp4-label {
font-size: 12px;
margin-bottom: 12px;
}
.bp3-form-content {
.bp4-form-content {
margin-left: 10px;
}
}

View File

@@ -74,7 +74,7 @@ export function VendorCreditUniversalSearchItem(
text={
<div>
<div>{item.text}</div>
<span class="bp3-text-muted">
<span class="bp4-text-muted">
{item.reference.vendor_credit_number}{' '}
<Icon icon={'caret-right-16'} iconSize={16} />
{item.reference.formatted_vendor_credit_date}

View File

@@ -28,14 +28,14 @@ export function PaymentMadeFormFooterLeft() {
}
const InternalNoteFormGroup = styled(FFormGroup)`
&.bp3-form-group {
&.bp4-form-group {
margin-bottom: 40px;
.bp3-label {
.bp4-label {
font-size: 12px;
margin-bottom: 12px;
}
.bp3-form-content {
.bp4-form-content {
margin-left: 10px;
}
}

View File

@@ -44,7 +44,7 @@ export function PaymentMadeUniversalSearchItem(
<div>
<div>{highlightText(text, query)}</div>
<span class="bp3-text-muted">
<span class="bp4-text-muted">
{reference.payment_number && (
<>
{highlightText(reference.payment_number, query)}