Skip to content

Commit ac42661

Browse files
author
manasa
committed
Merge branch 'mod/tor/defaultPageBasicimplementation' of https://github.com/pegasystems/react-sdk-components into mod/tor/defaultPageBasicimplementation
2 parents 69cd742 + 90f3847 commit ac42661

File tree

144 files changed

+990
-631
lines changed

Some content is hidden

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

144 files changed

+990
-631
lines changed

.prettierrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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-
module.exports = import('@pega/prettier-config').then((pegaPrettierConfig) => ({
4+
module.exports = import('@pega/prettier-config').then(pegaPrettierConfig => ({
55
...pegaPrettierConfig.default,
66
printWidth: 150,
7-
trailingComma: 'none'
7+
trailingComma: 'none',
8+
arrowParens: 'avoid'
89
}));

assets/css/sdkCssVars.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
/* CSS Variables used in SDK components */
22
:root {
33

4-
--app-primary-color: #007bff; /* was #673ab7; */
5-
--app-primary-dark-color: #0048cc; /* was #4527A0; */
6-
--app-primary-light-color: #33aeff; /* was #B499FC; */
7-
--app-secondary-color: #FFC400;
8-
--app-neutral-color: grey;
9-
--app-neutral-light-color: lightgrey;
10-
--app-neutral-dark-color: #262626;
11-
--app-error-color: #f44336;
12-
--app-error-light-color: #e57373;
13-
--app-error-dark-color: #d32f2f;
14-
--app-warning-color: #ff9800;
15-
--app-warning-color-light: #ffb74d;
16-
--app-warning-color-dark: #f57c00;
17-
18-
--app-background-color: whitesmoke;
19-
--app-form-color: white;
20-
214
/* svg filter colors that match above, go here to generate https://codepen.io/sosuke/pen/Pjoqqp */
225
/* replaced 3 filters when the primary, primary-dark, and primary-light were updated above
236
--app-primary-color-filter: invert(23%) sepia(23%) saturate(6785%) hue-rotate(250deg) brightness(93%) contrast(88%);
@@ -34,8 +17,6 @@
3417

3518

3619
/* App Navigation */
37-
--app-nav-bg: #262626; /*!default*/
38-
--app-nav-color: #d9d9d9; /* invert( var(--app-nav-bg)) !default */
3920
--app-nav-width: 13rem; /*!default*/
4021
/* $app-nav-width: 15.625rem !default; */
4122
--app-nav-width-expanded: 13rem /*!default*/;
Lines changed: 3 additions & 0 deletions
Loading

assets/icons/cart-solid.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/icons/headset.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

assets/icons/money-solid.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@mui/material": "^6.5.0",
5858
"@mui/styles": "^6.5.0",
5959
"@mui/x-date-pickers": "^7.29.4",
60-
"@pega/auth": "~0.2.33",
60+
"@pega/auth": "~0.2.34",
6161
"@react-google-maps/api": "^2.20.7",
6262
"@tinymce/tinymce-react": "^6.3.0",
6363
"clsx": "^2.1.1",
@@ -77,8 +77,8 @@
7777
},
7878
"devDependencies": {
7979
"@pega/configs": "^0.17.0",
80-
"@pega/constellationjs": "^0.25.1",
81-
"@pega/pcore-pconnect-typedefs": "~3.2.2",
80+
"@pega/constellationjs": "~25.1.0",
81+
"@pega/pcore-pconnect-typedefs": "~4.1.0",
8282
"@playwright/test": "^1.54.2",
8383
"@testing-library/jest-dom": "^5.17.0",
8484
"@testing-library/react": "^14.1.2",

0 commit comments

Comments
 (0)