@cakemail-org/ui-components-v2 2.1.54 → 2.1.55

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.
package/dist/cjs/index.js CHANGED
@@ -10592,7 +10592,7 @@ function deletePopup(_a) {
10592
10592
  return [2 /*return*/, callApi({
10593
10593
  url: uiKitConfig.GATEWAY_PROXY + "/popups/".concat(id),
10594
10594
  fetchOptions: {
10595
- method: exports.EMethods.get
10595
+ method: exports.EMethods.delete
10596
10596
  }
10597
10597
  })];
10598
10598
  });
package/dist/esm/index.js CHANGED
@@ -10572,7 +10572,7 @@ function deletePopup(_a) {
10572
10572
  return [2 /*return*/, callApi({
10573
10573
  url: uiKitConfig.GATEWAY_PROXY + "/popups/".concat(id),
10574
10574
  fetchOptions: {
10575
- method: EMethods.get
10575
+ method: EMethods.delete
10576
10576
  }
10577
10577
  })];
10578
10578
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.1.54",
3
+ "version": "2.1.55",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",