Skip to content

Commit 4990c53

Browse files
author
manasa
committed
Merge branch 'master' of https://github.com/pegasystems/react-sdk-components into mod/dec/US-699507
2 parents 2804b2c + 5b300e9 commit 4990c53

File tree

132 files changed

+3111
-1650
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3111
-1650
lines changed

.prettierrc.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// Prettier config options: https://prettier.io/docs/en/options.html
22
// Shared front-end config: https://git.pega.io/projects/FE/repos/configs/browse/packages/prettier-config/index.json
33

4-
const pegaPrettierConfig = require('@pega/prettier-config');
5-
6-
module.exports = {
7-
...pegaPrettierConfig,
4+
module.exports = import('@pega/prettier-config').then(pegaPrettierConfig => ({
5+
...pegaPrettierConfig.default,
86
printWidth: 150
9-
};
7+
}));

assets/css/sdkStyles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ input[readonly]+svg {
5959
#flowContainerBanner {
6060
padding: 10px 0;
6161
}
62+
63+
.search-form > div {
64+
margin: 0 !important;
65+
padding: 0 !important;
66+
}

0 commit comments

Comments
 (0)