@pega/lists-core 10.0.0-build.4.0 → 10.0.0-build.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,11 +175,11 @@ declare const objectActions: {
175
175
  payload: Sort[];
176
176
  };
177
177
  actionPaginate(payload: PaginationPayload, actionMeta?: ActionMeta): PaginateAction;
178
- actionChangeTemplate(payload: typeof import("../../../types/Meta.types").REPEATING_STRUCTURE_TEMPLATES[keyof typeof import("../../../types/Meta.types").REPEATING_STRUCTURE_TEMPLATES]): {
178
+ actionChangeTemplate(payload: typeof import("../../..").REPEATING_STRUCTURE_TEMPLATES[keyof typeof import("../../..").REPEATING_STRUCTURE_TEMPLATES]): {
179
179
  type: "changeTemplate";
180
180
  payload: "Table" | "Gallery" | "Timeline" | "Map";
181
181
  };
182
- actionRowHeightChange(payload: typeof import("../../../types/Meta.types").ROW_DENSITY[keyof typeof import("../../../types/Meta.types").ROW_DENSITY]): {
182
+ actionRowHeightChange(payload: typeof import("../../..").ROW_DENSITY[keyof typeof import("../../..").ROW_DENSITY]): {
183
183
  type: "rowHeightChange";
184
184
  payload: "1" | "2" | "3" | "4";
185
185
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/lists-core",
3
- "version": "10.0.0-build.4.0",
3
+ "version": "10.0.0-build.4.2",
4
4
  "description": "Core headless UI library that the users can use to write their own UI and create repeating structures like table, gallery, timeline etc.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Pegasystems",
@@ -14,14 +14,14 @@
14
14
  "build": "tsc -b tsconfig.build.json"
15
15
  },
16
16
  "dependencies": {
17
- "@pega/cosmos-react-condition-builder": "10.0.0-build.4.0",
18
- "@pega/cosmos-react-core": "10.0.0-build.4.0",
17
+ "@pega/cosmos-react-condition-builder": "10.0.0-build.4.2",
18
+ "@pega/cosmos-react-core": "10.0.0-build.4.2",
19
19
  "@types/lodash-es": "^4.17.12",
20
20
  "dayjs": "^1.11.13",
21
21
  "fast-deep-equal": "^3.1.3",
22
22
  "lodash-es": "^4.18.1"
23
23
  },
24
24
  "devDependencies": {
25
- "typescript": "~5.9.3"
25
+ "typescript": "~6.0.3"
26
26
  }
27
27
  }