@cakemail-org/ui-components-v2 2.2.31 → 2.2.32

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.
@@ -894,6 +894,7 @@ export default function getMuiTableCell(theme: Theme): {
894
894
  };
895
895
  };
896
896
  "&.stickyFirstCol,&.stickyLastCol": {
897
+ maxWidth: string;
897
898
  zIndex: number;
898
899
  };
899
900
  "&.stickyFirstCol": {
package/dist/cjs/index.js CHANGED
@@ -7100,6 +7100,7 @@ function getMuiTableCell(theme) {
7100
7100
  },
7101
7101
  },
7102
7102
  "&.stickyFirstCol,&.stickyLastCol": {
7103
+ maxWidth: "unset !important",
7103
7104
  zIndex: 100
7104
7105
  },
7105
7106
  "&.stickyFirstCol": {
@@ -10974,14 +10975,14 @@ function createContactsExport(_a) {
10974
10975
  var listId = _a.listId, description = _a.description, json = _a.json, segmentId = _a.segmentId, filter = _a.filter;
10975
10976
  return callApi({
10976
10977
  url: uiKitConfig.GATEWAY_PROXY + "/lists/".concat(listId, "/exports"),
10978
+ query: {
10979
+ description: description,
10980
+ segment_id: segmentId,
10981
+ filter: filter,
10982
+ json: json
10983
+ },
10977
10984
  fetchOptions: {
10978
10985
  method: exports.EMethods.post,
10979
- body: {
10980
- description: description,
10981
- segment_id: segmentId,
10982
- filter: filter,
10983
- json: json
10984
- }
10985
10986
  },
10986
10987
  });
10987
10988
  }
@@ -894,6 +894,7 @@ export default function getMuiTableCell(theme: Theme): {
894
894
  };
895
895
  };
896
896
  "&.stickyFirstCol,&.stickyLastCol": {
897
+ maxWidth: string;
897
898
  zIndex: number;
898
899
  };
899
900
  "&.stickyFirstCol": {
package/dist/esm/index.js CHANGED
@@ -7080,6 +7080,7 @@ function getMuiTableCell(theme) {
7080
7080
  },
7081
7081
  },
7082
7082
  "&.stickyFirstCol,&.stickyLastCol": {
7083
+ maxWidth: "unset !important",
7083
7084
  zIndex: 100
7084
7085
  },
7085
7086
  "&.stickyFirstCol": {
@@ -10954,14 +10955,14 @@ function createContactsExport(_a) {
10954
10955
  var listId = _a.listId, description = _a.description, json = _a.json, segmentId = _a.segmentId, filter = _a.filter;
10955
10956
  return callApi({
10956
10957
  url: uiKitConfig.GATEWAY_PROXY + "/lists/".concat(listId, "/exports"),
10958
+ query: {
10959
+ description: description,
10960
+ segment_id: segmentId,
10961
+ filter: filter,
10962
+ json: json
10963
+ },
10957
10964
  fetchOptions: {
10958
10965
  method: EMethods.post,
10959
- body: {
10960
- description: description,
10961
- segment_id: segmentId,
10962
- filter: filter,
10963
- json: json
10964
- }
10965
10966
  },
10966
10967
  });
10967
10968
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.2.31",
3
+ "version": "2.2.32",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",