Skip to content

Commit cda5575

Browse files
authored
feat: MediaCo Todo component override import added (#585)
* feat: MediaCo Todo component override import added * chore: update react-sdk-components and react-sdk-overrides to version 0.25.7
1 parent 634d47c commit cda5575

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 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
"@pega/cosmos-react-condition-builder": "^8.4.1",
5858
"@pega/cosmos-react-core": "^8.4.1",
5959
"@pega/cosmos-react-work": "^8.4.1",
60-
"@pega/react-sdk-components": "~0.25.5",
60+
"@pega/react-sdk-components": "~0.25.7",
6161
"@storybook/react-webpack5": "^8.6.14",
6262
"lodash.get": "^4.4.2",
6363
"lodash.isequal": "^4.5.0",
@@ -73,9 +73,9 @@
7373
"@loadable/component": "^5.16.3",
7474
"@pega/configs": "^0.17.0",
7575
"@pega/constellationjs": "~25.1.0",
76-
"@pega/dx-component-builder-sdk": "~24.2.14",
76+
"@pega/dx-component-builder-sdk": "~0.25.6",
7777
"@pega/pcore-pconnect-typedefs": "~4.1.0",
78-
"@pega/react-sdk-overrides": "~0.25.5",
78+
"@pega/react-sdk-overrides": "~0.25.7",
7979
"@playwright/test": "^1.54.2",
8080
"@storybook/addon-essentials": "^8.6.14",
8181
"@storybook/addon-links": "^8.6.14",

sdk-local-component-map.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
// Statically load all "local" components that aren't yet in the npm package
2+
// import MediaCoTodo from '@pega/react-sdk-components/lib/mediaco/ToDo';
23

34
/* import end - DO NOT REMOVE */
45

56
// localSdkComponentMap is the JSON object where we'll store the components that are
67
// found locally. If not found here, we'll look in the Pega-provided component map
78

89
const localSdkComponentMap = {
10+
// Todo: MediaCoTodo,
911
/* map end - DO NOT REMOVE */
1012
};
1113

0 commit comments

Comments
 (0)