@cakemail-org/ui-components-v2 2.2.25 → 2.2.27
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/components/icon/types.d.ts +1 -0
- package/dist/cjs/components/icons/44/createContacts.d.ts +4 -0
- package/dist/cjs/index.js +18 -5
- package/dist/cjs/models/popups/index.d.ts +1 -0
- package/dist/cjs/models/popups/types.d.ts +1 -0
- package/dist/esm/components/icon/types.d.ts +1 -0
- package/dist/esm/components/icons/44/createContacts.d.ts +4 -0
- package/dist/esm/index.js +18 -5
- package/dist/esm/models/popups/index.d.ts +1 -0
- package/dist/esm/models/popups/types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -108,6 +108,7 @@ export declare enum EIconName {
|
|
|
108
108
|
"NonProfits32" = "NonProfits32",
|
|
109
109
|
"Sent32" = "Sent32",
|
|
110
110
|
"Uptime32" = "Uptime32",
|
|
111
|
+
"CreateContacts44" = "CreateContacts44",
|
|
111
112
|
"CreateWidget44" = "CreateWidget44",
|
|
112
113
|
"EmptyABTest44" = "EmptyABTest44",
|
|
113
114
|
"EmptyFolder44" = "EmptyFolder44",
|
package/dist/cjs/index.js
CHANGED
|
@@ -751,6 +751,11 @@ function Campaigns18(props) {
|
|
|
751
751
|
React.createElement("path", { className: "noFill", d: "M12.5 1L12 1.5", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
+
function AccountProfile18(props) {
|
|
755
|
+
return React.createElement(SvgIcon, __assign({}, props, { width: "18", height: "10", viewBox: "0 0 18 10" }),
|
|
756
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L9 7.58579L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893C18.0976 0.683418 18.0976 1.31658 17.7071 1.70711L9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z" }));
|
|
757
|
+
}
|
|
758
|
+
|
|
754
759
|
function Clicks18(props) {
|
|
755
760
|
return React.createElement(SvgIcon, __assign({}, props, { width: "18", height: "18", viewBox: "0 0 18 18" }),
|
|
756
761
|
React.createElement("path", { id: "Vector", d: "M3.37444 1.78352L1.78345 3.37451L4.50006 6.09113L6.09105 4.50014L3.37444 1.78352Z" }),
|
|
@@ -781,11 +786,6 @@ function Copy18(props) {
|
|
|
781
786
|
React.createElement("path", { d: "M6 15H8C8 15.5523 8.44772 16 9 16H15C15.5523 16 16 15.5523 16 15V9C16 8.44772 15.5523 8 15 8V6C16.6569 6 18 7.34315 18 9V15C18 16.6569 16.6569 18 15 18H9C7.34315 18 6 16.6568 6 15Z" }));
|
|
782
787
|
}
|
|
783
788
|
|
|
784
|
-
function AccountProfile18(props) {
|
|
785
|
-
return React.createElement(SvgIcon, __assign({}, props, { width: "18", height: "10", viewBox: "0 0 18 10" }),
|
|
786
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L9 7.58579L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893C18.0976 0.683418 18.0976 1.31658 17.7071 1.70711L9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z" }));
|
|
787
|
-
}
|
|
788
|
-
|
|
789
789
|
function Dashboard18(props) {
|
|
790
790
|
return React.createElement(SvgIcon, __assign({}, props, { width: "18", height: "18", viewBox: "0 0 18 18" }),
|
|
791
791
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.4 0H6.6C7.3732 0 8 0.626801 8 1.4V6.6C8 7.3732 7.3732 8 6.6 8H1.4C0.626801 8 0 7.3732 0 6.6V1.4C0 0.626801 0.626801 0 1.4 0ZM2 2V6H6V2H2Z" }),
|
|
@@ -1340,6 +1340,17 @@ function Uptime32(props) {
|
|
|
1340
1340
|
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" }));
|
|
1341
1341
|
}
|
|
1342
1342
|
|
|
1343
|
+
function CreateContacts44(props) {
|
|
1344
|
+
return React.createElement(SvgIcon, __assign({}, props, { width: "44", height: "44", viewBox: "0 0 44 44" }),
|
|
1345
|
+
React.createElement("circle", { className: 'noFill', cx: "22.5", cy: "20.5", r: "8.5", strokeWidth: "2" }),
|
|
1346
|
+
React.createElement("path", { className: 'noFill', d: "M9 44V36.5C9 32.3579 12.3579 29 16.5 29H27.5C29.5427 29 31.3946 29.8166 32.7472 31.1412", strokeWidth: "2" }),
|
|
1347
|
+
React.createElement("circle", { className: 'noFill', cx: "35.5", cy: "6.5", r: "5.5", strokeWidth: "2" }),
|
|
1348
|
+
React.createElement("path", { className: 'noFill', d: "M36 12H37.375C40.4816 12 43 14.5184 43 17.625V25", strokeWidth: "2" }),
|
|
1349
|
+
React.createElement("circle", { className: 'noFill', cx: "8.5", cy: "6.5", r: "5.5", strokeWidth: "2" }),
|
|
1350
|
+
React.createElement("path", { className: 'noFill', d: "M8 12H6.625C3.5184 12 1 14.5184 1 17.625V25", strokeWidth: "2" }),
|
|
1351
|
+
React.createElement("path", { className: 'noFill', d: "M37 31V43M43 37H31", strokeWidth: "2", strokeLinecap: "round" }));
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1343
1354
|
function CreateForm44(props) {
|
|
1344
1355
|
return React.createElement(SvgIcon, __assign({}, props, { width: "44", height: "44", viewBox: "0 0 44 44" }),
|
|
1345
1356
|
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" }),
|
|
@@ -1552,6 +1563,7 @@ function Icon(_a) {
|
|
|
1552
1563
|
NonProfits32: NonProfits32,
|
|
1553
1564
|
Sent32: Sent32,
|
|
1554
1565
|
Uptime32: Uptime32,
|
|
1566
|
+
CreateContacts44: CreateContacts44,
|
|
1555
1567
|
CreateWidget44: CreateWidget44,
|
|
1556
1568
|
EmptyABTest44: EmptyABTest44,
|
|
1557
1569
|
EmptyFolder44: EmptyFolder,
|
|
@@ -18519,6 +18531,7 @@ var ListPopupModel = /** @class */ (function () {
|
|
|
18519
18531
|
this.thumbnail_url = params.thumbnail_url;
|
|
18520
18532
|
this.overlay = params.overlay;
|
|
18521
18533
|
this.closeButton = params.closeButton;
|
|
18534
|
+
this.published_url = params.published_url;
|
|
18522
18535
|
}
|
|
18523
18536
|
ListPopupModel.prototype.toJson = function () {
|
|
18524
18537
|
return modelToJson(this);
|
|
@@ -21,6 +21,7 @@ export declare class ListPopupModel {
|
|
|
21
21
|
thumbnail_url: string;
|
|
22
22
|
overlay: TPopupOverlay;
|
|
23
23
|
closeButton: TPopupButton;
|
|
24
|
+
published_url: string | null;
|
|
24
25
|
constructor(params: TPopupModel);
|
|
25
26
|
toJson(): any;
|
|
26
27
|
set<T extends keyof this>(property: T, value: this[T]): void;
|
|
@@ -108,6 +108,7 @@ export declare enum EIconName {
|
|
|
108
108
|
"NonProfits32" = "NonProfits32",
|
|
109
109
|
"Sent32" = "Sent32",
|
|
110
110
|
"Uptime32" = "Uptime32",
|
|
111
|
+
"CreateContacts44" = "CreateContacts44",
|
|
111
112
|
"CreateWidget44" = "CreateWidget44",
|
|
112
113
|
"EmptyABTest44" = "EmptyABTest44",
|
|
113
114
|
"EmptyFolder44" = "EmptyFolder44",
|
package/dist/esm/index.js
CHANGED
|
@@ -731,6 +731,11 @@ function Campaigns18(props) {
|
|
|
731
731
|
React__default.createElement("path", { className: "noFill", d: "M12.5 1L12 1.5", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
+
function AccountProfile18(props) {
|
|
735
|
+
return React__default.createElement(SvgIcon, __assign({}, props, { width: "18", height: "10", viewBox: "0 0 18 10" }),
|
|
736
|
+
React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L9 7.58579L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893C18.0976 0.683418 18.0976 1.31658 17.7071 1.70711L9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z" }));
|
|
737
|
+
}
|
|
738
|
+
|
|
734
739
|
function Clicks18(props) {
|
|
735
740
|
return React__default.createElement(SvgIcon, __assign({}, props, { width: "18", height: "18", viewBox: "0 0 18 18" }),
|
|
736
741
|
React__default.createElement("path", { id: "Vector", d: "M3.37444 1.78352L1.78345 3.37451L4.50006 6.09113L6.09105 4.50014L3.37444 1.78352Z" }),
|
|
@@ -761,11 +766,6 @@ function Copy18(props) {
|
|
|
761
766
|
React__default.createElement("path", { d: "M6 15H8C8 15.5523 8.44772 16 9 16H15C15.5523 16 16 15.5523 16 15V9C16 8.44772 15.5523 8 15 8V6C16.6569 6 18 7.34315 18 9V15C18 16.6569 16.6569 18 15 18H9C7.34315 18 6 16.6568 6 15Z" }));
|
|
762
767
|
}
|
|
763
768
|
|
|
764
|
-
function AccountProfile18(props) {
|
|
765
|
-
return React__default.createElement(SvgIcon, __assign({}, props, { width: "18", height: "10", viewBox: "0 0 18 10" }),
|
|
766
|
-
React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L9 7.58579L16.2929 0.292893C16.6834 -0.0976311 17.3166 -0.0976311 17.7071 0.292893C18.0976 0.683418 18.0976 1.31658 17.7071 1.70711L9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z" }));
|
|
767
|
-
}
|
|
768
|
-
|
|
769
769
|
function Dashboard18(props) {
|
|
770
770
|
return React__default.createElement(SvgIcon, __assign({}, props, { width: "18", height: "18", viewBox: "0 0 18 18" }),
|
|
771
771
|
React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.4 0H6.6C7.3732 0 8 0.626801 8 1.4V6.6C8 7.3732 7.3732 8 6.6 8H1.4C0.626801 8 0 7.3732 0 6.6V1.4C0 0.626801 0.626801 0 1.4 0ZM2 2V6H6V2H2Z" }),
|
|
@@ -1320,6 +1320,17 @@ function Uptime32(props) {
|
|
|
1320
1320
|
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" }));
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
|
+
function CreateContacts44(props) {
|
|
1324
|
+
return React__default.createElement(SvgIcon, __assign({}, props, { width: "44", height: "44", viewBox: "0 0 44 44" }),
|
|
1325
|
+
React__default.createElement("circle", { className: 'noFill', cx: "22.5", cy: "20.5", r: "8.5", strokeWidth: "2" }),
|
|
1326
|
+
React__default.createElement("path", { className: 'noFill', d: "M9 44V36.5C9 32.3579 12.3579 29 16.5 29H27.5C29.5427 29 31.3946 29.8166 32.7472 31.1412", strokeWidth: "2" }),
|
|
1327
|
+
React__default.createElement("circle", { className: 'noFill', cx: "35.5", cy: "6.5", r: "5.5", strokeWidth: "2" }),
|
|
1328
|
+
React__default.createElement("path", { className: 'noFill', d: "M36 12H37.375C40.4816 12 43 14.5184 43 17.625V25", strokeWidth: "2" }),
|
|
1329
|
+
React__default.createElement("circle", { className: 'noFill', cx: "8.5", cy: "6.5", r: "5.5", strokeWidth: "2" }),
|
|
1330
|
+
React__default.createElement("path", { className: 'noFill', d: "M8 12H6.625C3.5184 12 1 14.5184 1 17.625V25", strokeWidth: "2" }),
|
|
1331
|
+
React__default.createElement("path", { className: 'noFill', d: "M37 31V43M43 37H31", strokeWidth: "2", strokeLinecap: "round" }));
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1323
1334
|
function CreateForm44(props) {
|
|
1324
1335
|
return React__default.createElement(SvgIcon, __assign({}, props, { width: "44", height: "44", viewBox: "0 0 44 44" }),
|
|
1325
1336
|
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" }),
|
|
@@ -1532,6 +1543,7 @@ function Icon(_a) {
|
|
|
1532
1543
|
NonProfits32: NonProfits32,
|
|
1533
1544
|
Sent32: Sent32,
|
|
1534
1545
|
Uptime32: Uptime32,
|
|
1546
|
+
CreateContacts44: CreateContacts44,
|
|
1535
1547
|
CreateWidget44: CreateWidget44,
|
|
1536
1548
|
EmptyABTest44: EmptyABTest44,
|
|
1537
1549
|
EmptyFolder44: EmptyFolder,
|
|
@@ -18499,6 +18511,7 @@ var ListPopupModel = /** @class */ (function () {
|
|
|
18499
18511
|
this.thumbnail_url = params.thumbnail_url;
|
|
18500
18512
|
this.overlay = params.overlay;
|
|
18501
18513
|
this.closeButton = params.closeButton;
|
|
18514
|
+
this.published_url = params.published_url;
|
|
18502
18515
|
}
|
|
18503
18516
|
ListPopupModel.prototype.toJson = function () {
|
|
18504
18517
|
return modelToJson(this);
|
|
@@ -21,6 +21,7 @@ export declare class ListPopupModel {
|
|
|
21
21
|
thumbnail_url: string;
|
|
22
22
|
overlay: TPopupOverlay;
|
|
23
23
|
closeButton: TPopupButton;
|
|
24
|
+
published_url: string | null;
|
|
24
25
|
constructor(params: TPopupModel);
|
|
25
26
|
toJson(): any;
|
|
26
27
|
set<T extends keyof this>(property: T, value: this[T]): void;
|