@cakemail-org/ui-components-v2 2.1.24 → 2.1.26

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.
@@ -107,6 +107,7 @@ export declare enum EIconName {
107
107
  "Uptime32" = "Uptime32",
108
108
  "CreateWidget44" = "CreateWidget44",
109
109
  "EmptyFolder44" = "EmptyFolder44",
110
+ "CreateForm44" = "CreateForm44",
110
111
  "Stats44" = "Stats44",
111
112
  "Upload44" = "Upload44"
112
113
  }
@@ -0,0 +1,4 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ import React from "react";
3
+ declare function CreateForm44(props: SvgIconProps): React.JSX.Element;
4
+ export default CreateForm44;
package/dist/cjs/index.js CHANGED
@@ -1320,6 +1320,13 @@ function Uptime32(props) {
1320
1320
  React.createElement("path", { className: 'noFill', id: "Vector 119", d: "M13.2842 17.391L15.2591 19.0621L18.7153 13.631", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
1321
1321
  }
1322
1322
 
1323
+ function CreateForm44(props) {
1324
+ return React.createElement(SvgIcon, __assign({}, props, { width: "44", height: "44", viewBox: "0 0 44 44" }),
1325
+ React.createElement("path", { d: "M39 0C41.7614 0 44 2.23858 44 5V31.5459H42V5C42 3.34315 40.6569 2 39 2H5C3.34315 2 2 3.34315 2 5V39C2 40.6568 3.34315 42 5 42H30.5908V44H5C2.23858 44 0 41.7614 0 39V5C0 2.23858 2.23858 0 5 0H39Z" }),
1326
+ React.createElement("path", { d: "M36.8359 30C37.3881 30.0001 37.8359 30.4478 37.8359 31V36H42.8359C43.3881 36.0001 43.8359 36.4478 43.8359 37C43.8359 37.5522 43.3881 37.9999 42.8359 38H37.8359V43C37.8359 43.5522 37.3881 43.9999 36.8359 44C36.2837 44 35.8359 43.5523 35.8359 43V38H30.8359C30.2837 38 29.8359 37.5523 29.8359 37C29.8359 36.4477 30.2837 36 30.8359 36H35.8359V31C35.8359 30.4477 36.2837 30 36.8359 30Z" }),
1327
+ React.createElement("path", { d: "M19 12C20.195 12 21.267 12.5246 22 13.3555C22.733 12.5246 23.805 12 25 12H28C28.5523 12 29 12.4477 29 13C29 13.5523 28.5523 14 28 14H25C23.8954 14 23 14.8954 23 16V27C23 28.1046 23.8954 29 25 29H28C28.5523 29 29 29.4477 29 30C29 30.5523 28.5523 31 28 31H25C23.8047 31 22.733 30.4747 22 29.6436C21.267 30.4747 20.1953 31 19 31H16C15.4477 31 15 30.5523 15 30C15 29.4477 15.4477 29 16 29H19C20.1046 29 21 28.1046 21 27V16C21 14.8954 20.1046 14 19 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H19Z" }));
1328
+ }
1329
+
1323
1330
  function CreateWidget44(props) {
1324
1331
  return React.createElement(SvgIcon, __assign({}, props, { width: "44", height: "45", viewBox: "0 0 44 45" }),
1325
1332
  React.createElement("rect", { className: 'noFill', id: "Rectangle 221", x: "1", y: "1", width: "18", height: "18", rx: "2", strokeWidth: "2" }),
@@ -1483,6 +1490,7 @@ function Icon(_a) {
1483
1490
  Uptime32: Uptime32,
1484
1491
  CreateWidget44: CreateWidget44,
1485
1492
  EmptyFolder44: EmptyFolder,
1493
+ CreateForm44: CreateForm44,
1486
1494
  Stats44: Stats44,
1487
1495
  Upload44: Upload44,
1488
1496
  };
@@ -16922,7 +16930,7 @@ var CampaignModel = /** @class */ (function (_super) {
16922
16930
  opens: true
16923
16931
  };
16924
16932
  _this.delivery_finished_on = params.delivery_finished_on || 0;
16925
- _this.reply_to_email = params.reply_to_email || "";
16933
+ _this.reply_to_email = params.reply_to_email || undefined;
16926
16934
  _this.content = params.content || {};
16927
16935
  _this.heatmap_link = params.heatmap_link || "";
16928
16936
  return _this;
@@ -64,7 +64,7 @@ export declare class ListCampaignModel {
64
64
  export declare class CampaignModel extends ListCampaignModel {
65
65
  tracking: TCampaignTracking;
66
66
  delivery_finished_on: number;
67
- reply_to_email: string;
67
+ reply_to_email?: string;
68
68
  content: TCampaignContent;
69
69
  heatmap_link: string;
70
70
  constructor(params: Partial<TCampaignModel>);
@@ -107,6 +107,7 @@ export declare enum EIconName {
107
107
  "Uptime32" = "Uptime32",
108
108
  "CreateWidget44" = "CreateWidget44",
109
109
  "EmptyFolder44" = "EmptyFolder44",
110
+ "CreateForm44" = "CreateForm44",
110
111
  "Stats44" = "Stats44",
111
112
  "Upload44" = "Upload44"
112
113
  }
@@ -0,0 +1,4 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ import React from "react";
3
+ declare function CreateForm44(props: SvgIconProps): React.JSX.Element;
4
+ export default CreateForm44;
package/dist/esm/index.js CHANGED
@@ -1300,6 +1300,13 @@ function Uptime32(props) {
1300
1300
  React__default.createElement("path", { className: 'noFill', id: "Vector 119", d: "M13.2842 17.391L15.2591 19.0621L18.7153 13.631", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
1301
1301
  }
1302
1302
 
1303
+ function CreateForm44(props) {
1304
+ return React__default.createElement(SvgIcon, __assign({}, props, { width: "44", height: "44", viewBox: "0 0 44 44" }),
1305
+ React__default.createElement("path", { d: "M39 0C41.7614 0 44 2.23858 44 5V31.5459H42V5C42 3.34315 40.6569 2 39 2H5C3.34315 2 2 3.34315 2 5V39C2 40.6568 3.34315 42 5 42H30.5908V44H5C2.23858 44 0 41.7614 0 39V5C0 2.23858 2.23858 0 5 0H39Z" }),
1306
+ React__default.createElement("path", { d: "M36.8359 30C37.3881 30.0001 37.8359 30.4478 37.8359 31V36H42.8359C43.3881 36.0001 43.8359 36.4478 43.8359 37C43.8359 37.5522 43.3881 37.9999 42.8359 38H37.8359V43C37.8359 43.5522 37.3881 43.9999 36.8359 44C36.2837 44 35.8359 43.5523 35.8359 43V38H30.8359C30.2837 38 29.8359 37.5523 29.8359 37C29.8359 36.4477 30.2837 36 30.8359 36H35.8359V31C35.8359 30.4477 36.2837 30 36.8359 30Z" }),
1307
+ React__default.createElement("path", { d: "M19 12C20.195 12 21.267 12.5246 22 13.3555C22.733 12.5246 23.805 12 25 12H28C28.5523 12 29 12.4477 29 13C29 13.5523 28.5523 14 28 14H25C23.8954 14 23 14.8954 23 16V27C23 28.1046 23.8954 29 25 29H28C28.5523 29 29 29.4477 29 30C29 30.5523 28.5523 31 28 31H25C23.8047 31 22.733 30.4747 22 29.6436C21.267 30.4747 20.1953 31 19 31H16C15.4477 31 15 30.5523 15 30C15 29.4477 15.4477 29 16 29H19C20.1046 29 21 28.1046 21 27V16C21 14.8954 20.1046 14 19 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H19Z" }));
1308
+ }
1309
+
1303
1310
  function CreateWidget44(props) {
1304
1311
  return React__default.createElement(SvgIcon, __assign({}, props, { width: "44", height: "45", viewBox: "0 0 44 45" }),
1305
1312
  React__default.createElement("rect", { className: 'noFill', id: "Rectangle 221", x: "1", y: "1", width: "18", height: "18", rx: "2", strokeWidth: "2" }),
@@ -1463,6 +1470,7 @@ function Icon(_a) {
1463
1470
  Uptime32: Uptime32,
1464
1471
  CreateWidget44: CreateWidget44,
1465
1472
  EmptyFolder44: EmptyFolder,
1473
+ CreateForm44: CreateForm44,
1466
1474
  Stats44: Stats44,
1467
1475
  Upload44: Upload44,
1468
1476
  };
@@ -16902,7 +16910,7 @@ var CampaignModel = /** @class */ (function (_super) {
16902
16910
  opens: true
16903
16911
  };
16904
16912
  _this.delivery_finished_on = params.delivery_finished_on || 0;
16905
- _this.reply_to_email = params.reply_to_email || "";
16913
+ _this.reply_to_email = params.reply_to_email || undefined;
16906
16914
  _this.content = params.content || {};
16907
16915
  _this.heatmap_link = params.heatmap_link || "";
16908
16916
  return _this;
@@ -64,7 +64,7 @@ export declare class ListCampaignModel {
64
64
  export declare class CampaignModel extends ListCampaignModel {
65
65
  tracking: TCampaignTracking;
66
66
  delivery_finished_on: number;
67
- reply_to_email: string;
67
+ reply_to_email?: string;
68
68
  content: TCampaignContent;
69
69
  heatmap_link: string;
70
70
  constructor(params: Partial<TCampaignModel>);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.1.24",
3
+ "version": "2.1.26",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",