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

@@ -87,7 +87,7 @@ const BranchesTable = styled(DataTable)`
min-height: 38px;
.td.td-name {
.bp3-icon {
.bp4-icon {
margin: 0;
margin-left: 2px;
vertical-align: top;

View File

@@ -221,10 +221,10 @@ const CardFooterActions = styled.div`
border-top: 1px solid #e0e7ea;
margin-top: 30px;
.bp3-button {
.bp4-button {
min-width: 70px;
+ .bp3-button {
+ .bp4-button {
margin-left: 10px;
}
}

View File

@@ -1,5 +1,4 @@
// @ts-nocheck
import React from 'react';
import ContentLoader from 'react-content-loader';
export default function PreferencesPageLoader(props) {

View File

@@ -49,7 +49,7 @@ const RoleFormFloatingActionsRoot = styled.div`
border-top: 1px solid #d2dde2;
box-shadow: 0px -1px 4px 0px rgb(0 0 0 / 5%);
.bp3-button {
.bp4-button {
margin-right: 10px;
}
`;

View File

@@ -374,7 +374,7 @@ export const RolesPermissionList = () => {
};
const PermissionCheckbox = styled(Checkbox)`
&.bp3-control.bp3-checkbox .bp3-control-indicator {
&.bp4-control.bp4-checkbox .bp4-control-indicator {
border-radius: 2px;
border-color: #555;
@@ -454,7 +454,7 @@ const ModulePermissionsTableRoot = styled.table`
}
tr td {
.bp3-control.bp3-inline {
.bp4-control.bp4-inline {
margin: 0;
}

View File

@@ -150,7 +150,7 @@ export const WarehouseTitle = styled.div`
font-weight: 500;
line-height: 1;
.bp3-icon {
.bp4-icon {
margin: 0;
margin-left: 2px;
vertical-align: top;