@synerise/ds-icon 0.56.0 → 0.58.0
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/CHANGELOG.md +23 -0
- package/dist/cjs/icons/FileExpiredM.d.ts +3 -0
- package/dist/cjs/icons/FileExpiredM.js +8 -0
- package/dist/cjs/icons/L/index.d.ts +23 -23
- package/dist/cjs/icons/L/index.js +46 -46
- package/dist/cjs/icons/XL/CloneNodesFlowXl.d.ts +3 -0
- package/dist/cjs/icons/XL/CloneNodesFlowXl.js +7 -0
- package/dist/cjs/icons/XL/CloneNodesXl.d.ts +3 -0
- package/dist/cjs/icons/XL/CloneNodesXl.js +9 -0
- package/dist/cjs/icons/XL/GemsXl.d.ts +3 -0
- package/dist/cjs/icons/XL/GemsXl.js +19 -0
- package/dist/cjs/icons/XL/index.d.ts +26 -23
- package/dist/cjs/icons/XL/index.js +52 -46
- package/dist/cjs/icons/additional/index.d.ts +29 -29
- package/dist/cjs/icons/additional/index.js +58 -58
- package/dist/cjs/icons/index.d.ts +293 -292
- package/dist/cjs/icons/index.js +588 -586
- package/dist/esm/icons/FileExpiredM.d.ts +3 -0
- package/dist/esm/icons/FileExpiredM.js +6 -0
- package/dist/esm/icons/L/index.d.ts +23 -23
- package/dist/esm/icons/L/index.js +23 -23
- package/dist/esm/icons/XL/CloneNodesFlowXl.d.ts +3 -0
- package/dist/esm/icons/XL/CloneNodesFlowXl.js +5 -0
- package/dist/esm/icons/XL/CloneNodesXl.d.ts +3 -0
- package/dist/esm/icons/XL/CloneNodesXl.js +7 -0
- package/dist/esm/icons/XL/GemsXl.d.ts +3 -0
- package/dist/esm/icons/XL/GemsXl.js +17 -0
- package/dist/esm/icons/XL/index.d.ts +26 -23
- package/dist/esm/icons/XL/index.js +26 -23
- package/dist/esm/icons/additional/index.d.ts +29 -29
- package/dist/esm/icons/additional/index.js +29 -29
- package/dist/esm/icons/index.d.ts +293 -292
- package/dist/esm/icons/index.js +293 -292
- package/package.json +2 -2
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const FileExpiredM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "file-expired-m" }, props),
|
|
3
|
+
React.createElement("path", { d: "M7.75 21h4.15a.75.75 0 000-1.5H7.75c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25h4.34c.323 0 .632.124.865.346l4.159 3.976c.246.236.386.562.386.904v2.024a.75.75 0 001.5 0V9.726a2.763 2.763 0 00-.85-1.988l-4.16-3.976A2.738 2.738 0 0012.09 3H7.75A2.753 2.753 0 005 5.75v12.5A2.753 2.753 0 007.75 21z" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 17a4 4 0 118 0 4 4 0 01-8 0zm1.5 0a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0z" }),
|
|
5
|
+
React.createElement("path", { d: "M17.75 16.69v-.89a.75.75 0 00-1.5 0V17c0 .199.079.39.22.53l.8.8a.75.75 0 001.06-1.06l-.58-.58z" })));
|
|
6
|
+
export default FileExpiredM;
|
|
@@ -2,63 +2,63 @@ export { default as AddL } from './AddL';
|
|
|
2
2
|
export { default as ButtonL } from './ButtonL';
|
|
3
3
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
4
|
export { default as CheckL } from './CheckL';
|
|
5
|
-
export { default as CloseL } from './CloseL';
|
|
6
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
|
+
export { default as CloseL } from './CloseL';
|
|
7
|
+
export { default as ColumnL } from './ColumnL';
|
|
7
8
|
export { default as ComboL } from './ComboL';
|
|
8
9
|
export { default as CountdownL } from './CountdownL';
|
|
9
10
|
export { default as DividerL } from './DividerL';
|
|
10
|
-
export { default as ColumnL } from './ColumnL';
|
|
11
11
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
13
|
export { default as FormEditL } from './FormEditL';
|
|
14
14
|
export { default as FolderL } from './FolderL';
|
|
15
|
-
export { default as FormL } from './FormL';
|
|
16
15
|
export { default as FormGroupL } from './FormGroupL';
|
|
17
|
-
export { default as ImageL } from './ImageL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
16
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
|
+
export { default as HashL } from './HashL';
|
|
18
|
+
export { default as ImageL } from './ImageL';
|
|
20
19
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
21
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
|
-
export { default as InfoL } from './InfoL';
|
|
23
20
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
21
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
24
22
|
export { default as InputL } from './InputL';
|
|
25
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
23
|
export { default as LabelL } from './LabelL';
|
|
24
|
+
export { default as InfoL } from './InfoL';
|
|
27
25
|
export { default as LineL } from './LineL';
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
26
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
30
27
|
export { default as LinkL } from './LinkL';
|
|
28
|
+
export { default as LocationL } from './LocationL';
|
|
31
29
|
export { default as MobileClickL } from './MobileClickL';
|
|
30
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
31
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
32
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
36
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
37
|
-
export { default as NavbarL } from './NavbarL';
|
|
38
34
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
35
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
39
36
|
export { default as MultilineL } from './MultilineL';
|
|
37
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
40
38
|
export { default as NoData } from './NoData';
|
|
39
|
+
export { default as NavbarL } from './NavbarL';
|
|
41
40
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
42
|
-
export { default as QuoteL } from './QuoteL';
|
|
43
41
|
export { default as PieL } from './PieL';
|
|
42
|
+
export { default as QuoteL } from './QuoteL';
|
|
44
43
|
export { default as RadioL } from './RadioL';
|
|
45
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
46
44
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
45
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
47
46
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
48
47
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
48
|
+
export { default as Section37L } from './Section37L';
|
|
49
49
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
50
|
export { default as Section12L } from './Section12L';
|
|
51
|
-
export { default as Section13L } from './Section13L';
|
|
52
|
-
export { default as Section37L } from './Section37L';
|
|
53
51
|
export { default as SectionL } from './SectionL';
|
|
54
52
|
export { default as SelectL } from './SelectL';
|
|
53
|
+
export { default as Section13L } from './Section13L';
|
|
55
54
|
export { default as SliderL } from './SliderL';
|
|
55
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
56
56
|
export { default as ShowL } from './ShowL';
|
|
57
57
|
export { default as StackedL } from './StackedL';
|
|
58
|
-
export { default as TextL } from './TextL';
|
|
59
|
-
export { default as TooltipL } from './TooltipL';
|
|
60
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
61
|
-
export { default as TableL } from './TableL';
|
|
62
58
|
export { default as TextareaL } from './TextareaL';
|
|
63
|
-
export { default as
|
|
59
|
+
export { default as TableL } from './TableL';
|
|
60
|
+
export { default as TextL } from './TextL';
|
|
64
61
|
export { default as VideoL } from './VideoL';
|
|
62
|
+
export { default as WarningL } from './WarningL';
|
|
63
|
+
export { default as TooltipL } from './TooltipL';
|
|
64
|
+
export { default as FormL } from './FormL';
|
|
@@ -2,63 +2,63 @@ export { default as AddL } from './AddL';
|
|
|
2
2
|
export { default as ButtonL } from './ButtonL';
|
|
3
3
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
4
|
export { default as CheckL } from './CheckL';
|
|
5
|
-
export { default as CloseL } from './CloseL';
|
|
6
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
|
+
export { default as CloseL } from './CloseL';
|
|
7
|
+
export { default as ColumnL } from './ColumnL';
|
|
7
8
|
export { default as ComboL } from './ComboL';
|
|
8
9
|
export { default as CountdownL } from './CountdownL';
|
|
9
10
|
export { default as DividerL } from './DividerL';
|
|
10
|
-
export { default as ColumnL } from './ColumnL';
|
|
11
11
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
13
|
export { default as FormEditL } from './FormEditL';
|
|
14
14
|
export { default as FolderL } from './FolderL';
|
|
15
|
-
export { default as FormL } from './FormL';
|
|
16
15
|
export { default as FormGroupL } from './FormGroupL';
|
|
17
|
-
export { default as ImageL } from './ImageL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
16
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
|
+
export { default as HashL } from './HashL';
|
|
18
|
+
export { default as ImageL } from './ImageL';
|
|
20
19
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
21
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
|
-
export { default as InfoL } from './InfoL';
|
|
23
20
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
21
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
24
22
|
export { default as InputL } from './InputL';
|
|
25
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
23
|
export { default as LabelL } from './LabelL';
|
|
24
|
+
export { default as InfoL } from './InfoL';
|
|
27
25
|
export { default as LineL } from './LineL';
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
26
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
30
27
|
export { default as LinkL } from './LinkL';
|
|
28
|
+
export { default as LocationL } from './LocationL';
|
|
31
29
|
export { default as MobileClickL } from './MobileClickL';
|
|
30
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
31
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
32
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
36
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
37
|
-
export { default as NavbarL } from './NavbarL';
|
|
38
34
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
35
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
39
36
|
export { default as MultilineL } from './MultilineL';
|
|
37
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
40
38
|
export { default as NoData } from './NoData';
|
|
39
|
+
export { default as NavbarL } from './NavbarL';
|
|
41
40
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
42
|
-
export { default as QuoteL } from './QuoteL';
|
|
43
41
|
export { default as PieL } from './PieL';
|
|
42
|
+
export { default as QuoteL } from './QuoteL';
|
|
44
43
|
export { default as RadioL } from './RadioL';
|
|
45
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
46
44
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
45
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
47
46
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
48
47
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
48
|
+
export { default as Section37L } from './Section37L';
|
|
49
49
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
50
|
export { default as Section12L } from './Section12L';
|
|
51
|
-
export { default as Section13L } from './Section13L';
|
|
52
|
-
export { default as Section37L } from './Section37L';
|
|
53
51
|
export { default as SectionL } from './SectionL';
|
|
54
52
|
export { default as SelectL } from './SelectL';
|
|
53
|
+
export { default as Section13L } from './Section13L';
|
|
55
54
|
export { default as SliderL } from './SliderL';
|
|
55
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
56
56
|
export { default as ShowL } from './ShowL';
|
|
57
57
|
export { default as StackedL } from './StackedL';
|
|
58
|
-
export { default as TextL } from './TextL';
|
|
59
|
-
export { default as TooltipL } from './TooltipL';
|
|
60
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
61
|
-
export { default as TableL } from './TableL';
|
|
62
58
|
export { default as TextareaL } from './TextareaL';
|
|
63
|
-
export { default as
|
|
59
|
+
export { default as TableL } from './TableL';
|
|
60
|
+
export { default as TextL } from './TextL';
|
|
64
61
|
export { default as VideoL } from './VideoL';
|
|
62
|
+
export { default as WarningL } from './WarningL';
|
|
63
|
+
export { default as TooltipL } from './TooltipL';
|
|
64
|
+
export { default as FormL } from './FormL';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CloneNodesFlowXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "clone-nodes-flow-xl" }, props),
|
|
3
|
+
React.createElement("g", { fill: "#384350" },
|
|
4
|
+
React.createElement("path", { d: "M46.8 46.3l4-8.4a5 5 0 011.1-1.6c.4-.3.7-.4 1-.4h3c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-3c-.7 0-1.4.3-2 .8-.6.5-1.1 1.2-1.5 2l-4 8.4a5 5 0 01-1.1 1.6c-.4.3-.7.4-1 .4h-3.7c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.7c.3 0 .6.1 1 .4.4.3.8.8 1.1 1.6l4 8.4c.4.8.9 1.5 1.5 2s1.3.8 2 .8h3c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-3c-.3 0-.6-.1-1-.4-.4-.3-.8-.8-1.1-1.6l-4-8.4c-.4-.8-.9-1.5-1.5-2 0 0-.1 0-.1-.1 0 0 .1 0 .1-.1.7-.3 1.1-1 1.5-1.8zM32.4 38.8H20.7c-2.1 0-3.7 1.7-3.7 3.7v11.7c0 2.1 1.7 3.7 3.7 3.7h11.7c2.1 0 3.7-1.7 3.7-3.7V42.5c0-2.1-1.7-3.7-3.7-3.7zm2.2 15.4c0 1.2-1 2.2-2.2 2.2H20.7c-1.2 0-2.2-1-2.2-2.2V42.5c0-1.2 1-2.2 2.2-2.2h11.7c1.2 0 2.2 1 2.2 2.2v11.7zM75 25.6H63.3c-2.1 0-3.7 1.7-3.7 3.7V41c0 2.1 1.7 3.7 3.7 3.7H75c2.1 0 3.7-1.7 3.7-3.7V29.3c0-2.1-1.6-3.7-3.7-3.7zM77.2 41c0 1.2-1 2.2-2.2 2.2H63.3c-1.2 0-2.2-1-2.2-2.2V29.3c0-1.2 1-2.2 2.2-2.2H75c1.2 0 2.2 1 2.2 2.2V41zM75 52H63.3c-2.1 0-3.7 1.7-3.7 3.7v11.7c0 2.1 1.7 3.7 3.7 3.7H75c2.1 0 3.7-1.7 3.7-3.7V55.7c0-2-1.6-3.7-3.7-3.7zm2.2 15.4c0 1.2-1 2.2-2.2 2.2H63.3c-1.2 0-2.2-1-2.2-2.2V55.7c0-1.2 1-2.2 2.2-2.2H75c1.2 0 2.2 1 2.2 2.2v11.7z" }))));
|
|
5
|
+
export default CloneNodesFlowXl;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const CloneNodesXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "clone-nodes-xl" }, props),
|
|
3
|
+
React.createElement("g", { fill: "#384350" },
|
|
4
|
+
React.createElement("path", { d: "M75.9 23.6H20.1c-1.6 0-2.8 1.3-2.8 2.8V59.3c-3.1 2.5-5.1 6.4-5.1 10.7 0 7.6 6.2 13.7 13.8 13.8 6.7 0 12.2-4.7 13.5-11H76c1.6 0 2.8-1.3 2.8-2.8V26.4c-.1-1.6-1.3-2.8-2.9-2.8zM34.6 78.7c-2.2 2.2-5.3 3.6-8.7 3.6-3.4 0-6.4-1.4-8.7-3.6-2.2-2.2-3.6-5.3-3.6-8.7 0-3.4 1.4-6.4 3.6-8.7 2.2-2.2 5.3-3.6 8.7-3.6 3.4 0 6.4 1.4 8.7 3.6 2.2 2.2 3.6 5.3 3.6 8.7 0 3.4-1.3 6.4-3.6 8.7zm42.6-8.8c0 .7-.6 1.3-1.3 1.3H39.7c0-.4.1-.8.1-1.2 0-7.6-6.2-13.7-13.8-13.8-2.7 0-5.1.8-7.2 2.1V26.4c0-.7.6-1.3 1.3-1.3H76c.7 0 1.3.6 1.3 1.3v43.5z" }),
|
|
5
|
+
React.createElement("path", { d: "M50.3 40.7c.2-.5.5-.8.7-1 .2-.2.4-.3.6-.3h2.2c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-2.2c-.6 0-1.1.2-1.6.6-.4.4-.8.9-1.1 1.5L46.1 46c-.2.5-.5.8-.7 1-.2.2-.4.3-.6.3h-2.6c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h2.6c.2 0 .3.1.6.3.2.2.5.5.7 1L49 56c.3.6.7 1.1 1.1 1.5.4.4 1 .6 1.6.6h2.2c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-2.2c-.2 0-.3-.1-.6-.3-.2-.2-.5-.5-.7-1l-2.8-5.9c-.3-.6-.6-1-1-1.4.4-.4.7-.8 1-1.4l2.7-5.8zM36.2 41h-6.5c-2.1 0-3.7 1.7-3.7 3.7v6.5c0 2.1 1.7 3.7 3.7 3.7h6.5c2.1 0 3.7-1.7 3.7-3.7v-6.5c0-2-1.7-3.7-3.7-3.7zm2.2 10.3c0 1.2-1 2.2-2.2 2.2h-6.5c-1.2 0-2.2-1-2.2-2.2v-6.5c0-1.2 1-2.2 2.2-2.2h6.5c1.2 0 2.2 1 2.2 2.2v6.5zM66.3 31.6h-6.5c-2.1 0-3.7 1.7-3.7 3.7v6.5c0 2.1 1.7 3.7 3.7 3.7h6.5c2.1 0 3.7-1.7 3.7-3.7v-6.5c.1-2-1.6-3.7-3.7-3.7zm2.3 10.3c0 1.2-1 2.2-2.2 2.2h-6.5c-1.2 0-2.2-1-2.2-2.2v-6.5c0-1.2 1-2.2 2.2-2.2h6.5c1.2 0 2.2 1 2.2 2.2v6.5zM66.3 50.3h-6.5c-2.1 0-3.7 1.7-3.7 3.7v6.5c0 2.1 1.7 3.7 3.7 3.7h6.5c2.1 0 3.7-1.7 3.7-3.7V54c.1-2-1.6-3.7-3.7-3.7zm2.3 10.3c0 1.2-1 2.2-2.2 2.2h-6.5c-1.2 0-2.2-1-2.2-2.2v-6.5c0-1.2 1-2.2 2.2-2.2h6.5c1.2 0 2.2 1 2.2 2.2v6.5zM32.1 68h-.7l-.2-.1v-.1l.1-.1.5-.5c.3-.3.3-.8 0-1.1L30 64.3c-.3-.3-.8-.3-1.1 0l-.5.5-.2.1h-.1c-.1 0-.1-.1-.1-.2V64c0-.2-.1-.4-.2-.5-.1-.1-.3-.2-.5-.2h-2.5c-.2 0-.4.1-.5.2s-.3.2-.3.4v.7c0 .1-.1.2-.1.2h-.1l-.2-.1-.5-.5c-.3-.3-.8-.3-1.1 0L20.2 66c-.3.3-.3.8 0 1.1l.5.5.1.2v.1c0 .1-.1.1-.2.1h-.7c-.2 0-.4.1-.5.2-.1.1-.2.3-.2.5v2.5c0 .4.3.7.7.8h.9l.1.3-.6.6c-.2.1-.3.3-.3.5s.1.4.2.5l1.8 1.8c.1.1.3.2.5.2s.4-.1.5-.2l.5-.5.2-.1h.1c.1 0 .2.1.2.2v.7c0 .2.1.4.2.5s.3.2.5.2h2.5c.2 0 .4-.1.5-.2.1-.1.2-.3.2-.5v-.7l.1-.2h.1l.2.1.5.5c.1.1.3.2.5.2s.4-.1.5-.2l1.8-1.8c.1-.1.2-.3.2-.4 0-.2-.1-.5-.2-.6l-.5-.5-.1-.1v-.2l.2-.1h.6c.4 0 .7-.3.7-.7l.1-2.5c0-.2-.1-.4-.2-.6s-.1-.2-.3-.2zm-2.3 3.5c-.1.3-.2.5-.2.7 0 .4.2.9.5 1.2l-.7.7c-.3-.3-.8-.5-1.2-.5-.2 0-.4 0-.7.1-.6.3-1.1.9-1.1 1.6h-1c0-.7-.4-1.3-1.1-1.6-.2-.1-.4-.1-.6-.1-.4 0-.9.2-1.2.5l-.7-.7.1-.1c.3-.3.4-.6.4-1 0-.2 0-.4-.1-.5l-.2-.4c-.2-.5-.7-.9-1.3-.9h-.2v-1c.7 0 1.3-.4 1.6-1.1.1-.2.1-.4.1-.7 0-.4-.2-.9-.5-1.2l.7-.7c.3.3.8.5 1.2.5.2 0 .4 0 .7-.1.6-.3 1.1-.9 1.1-1.6h1c0 .7.4 1.3 1.1 1.6.2.1.4.1.7.1.4 0 .9-.2 1.2-.5l.7.7c-.3.3-.5.8-.5 1.2 0 .2 0 .4.1.7.3.6.9 1 1.5 1l-.1 1c-.5.1-1.1.5-1.3 1.1zM20.8 70.5z" }),
|
|
6
|
+
React.createElement("path", { d: "M26.1 67.2c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.7-1.2 2.7-2.7 0-1.5-1.2-2.7-2.7-2.7zm0 3.9c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2 1.2.5 1.2 1.2c0 .6-.5 1.1-1.2 1.2z" }))));
|
|
7
|
+
export default CloneNodesXl;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const GemsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "gems-xl" }, props),
|
|
3
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.478 38.8l29.44 31.512L77.363 38.8H18.478zm29.44 33.36a.745.745 0 01-.546-.238l-31.17-33.36a.75.75 0 01.548-1.261h62.339a.75.75 0 01.548 1.262l-31.17 33.359a.747.747 0 01-.548.238z", fill: "#384451" }),
|
|
4
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.84 38.8L47.92 69.039 57.998 38.8H37.84zM47.92 72.16a.752.752 0 01-.712-.512l-11.12-33.36a.75.75 0 01.713-.987h22.239a.75.75 0 01.712.987l-11.12 33.36a.751.751 0 01-.712.512z", fill: "#384451" }),
|
|
5
|
+
React.createElement("mask", { id: "prefix__svg-59821111a", style: {
|
|
6
|
+
maskType: 'luminance',
|
|
7
|
+
}, maskUnits: "userSpaceOnUse", x: 16, y: 23, width: 64, height: 16 },
|
|
8
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 23h63.839v15.8H16V23z", fill: "#fff" })),
|
|
9
|
+
React.createElement("g", { mask: "url(#prefix__svg-59821111a)" },
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.248 37.3h59.343l-9.579-12.8H27.827l-9.579 12.8zm60.841 1.5H16.75a.75.75 0 01-.6-1.198l10.702-14.3a.75.75 0 01.6-.301h40.935a.75.75 0 01.6.3l10.702 14.3a.75.75 0 01-.6 1.2z", fill: "#384451" })),
|
|
11
|
+
React.createElement("mask", { id: "prefix__svg-59821111b", style: {
|
|
12
|
+
maskType: 'luminance',
|
|
13
|
+
}, maskUnits: "userSpaceOnUse", x: 26, y: 23, width: 44, height: 16 },
|
|
14
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.702 23h42.435v15.804H26.702V23z", fill: "#fff" })),
|
|
15
|
+
React.createElement("g", { mask: "url(#prefix__svg-59821111b)" },
|
|
16
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.04 38.8a.75.75 0 01-.593-.29L47.92 24.974 37.392 38.51c-.149.19-.379.32-.623.289a.75.75 0 01-.597-.34l-9.348-14.3a.75.75 0 011.256-.82l8.772 13.42 10.475-13.47c.283-.366.9-.366 1.184 0l10.475 13.47 8.773-13.42a.748.748 0 011.038-.217.751.751 0 01.218 1.038l-9.348 14.3a.752.752 0 01-.598.339h-.03", fill: "#384451" }))));
|
|
17
|
+
export default GemsXl;
|
|
@@ -1,83 +1,86 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
4
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
7
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
8
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
9
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
10
|
export { default as BillingXl } from './BillingXl';
|
|
10
11
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
|
-
export { default as
|
|
13
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
14
14
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
15
15
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
16
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
16
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
18
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
18
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
19
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
20
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
21
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
22
23
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
23
24
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
24
25
|
export { default as CheckXl } from './CheckXl';
|
|
25
26
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
26
28
|
export { default as CompareXl } from './CompareXl';
|
|
27
|
-
export { default as
|
|
29
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
28
30
|
export { default as CupXl } from './CupXl';
|
|
31
|
+
export { default as CouponXl } from './CouponXl';
|
|
29
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
30
|
-
export { default as EventXl } from './EventXl';
|
|
31
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
32
34
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
33
35
|
export { default as FileXl } from './FileXl';
|
|
36
|
+
export { default as EventXl } from './EventXl';
|
|
34
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
35
38
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
36
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
37
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
38
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
39
41
|
export { default as FolderXl } from './FolderXl';
|
|
42
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
40
43
|
export { default as FormXl } from './FormXl';
|
|
41
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
42
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
45
|
+
export { default as GemsXl } from './GemsXl';
|
|
43
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
44
47
|
export { default as InfoXl } from './InfoXl';
|
|
45
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
46
48
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
49
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
50
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
47
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
48
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
49
52
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
50
53
|
export { default as LaunchXl } from './LaunchXl';
|
|
51
54
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
53
57
|
export { default as MessageXl } from './MessageXl';
|
|
54
58
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
55
|
-
export { default as
|
|
59
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
56
60
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
61
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
57
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
58
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
59
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
60
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
61
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
62
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
63
66
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
64
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
65
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
66
67
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
68
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
|
+
export { default as PushXl } from './PushXl';
|
|
67
70
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
71
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
68
72
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
69
|
-
export { default as
|
|
73
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
70
74
|
export { default as SectionXl } from './SectionXl';
|
|
71
75
|
export { default as ShowXl } from './ShowXl';
|
|
72
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
73
76
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
74
|
-
export { default as
|
|
77
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
75
78
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
79
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
76
80
|
export { default as UserIdXl } from './UserIdXl';
|
|
77
81
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
78
82
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
83
|
+
export { default as WarningXl } from './WarningXl';
|
|
79
84
|
export { default as VoucherXl } from './VoucherXl';
|
|
80
85
|
export { default as WebhookXl } from './WebhookXl';
|
|
81
86
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
82
|
-
export { default as WarningXl } from './WarningXl';
|
|
83
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
@@ -1,83 +1,86 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
4
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
7
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
8
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
9
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
10
|
export { default as BillingXl } from './BillingXl';
|
|
10
11
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
|
-
export { default as
|
|
13
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
14
14
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
15
15
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
16
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
16
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
18
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
18
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
19
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
20
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
21
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
22
23
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
23
24
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
24
25
|
export { default as CheckXl } from './CheckXl';
|
|
25
26
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
26
28
|
export { default as CompareXl } from './CompareXl';
|
|
27
|
-
export { default as
|
|
29
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
28
30
|
export { default as CupXl } from './CupXl';
|
|
31
|
+
export { default as CouponXl } from './CouponXl';
|
|
29
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
30
|
-
export { default as EventXl } from './EventXl';
|
|
31
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
32
34
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
33
35
|
export { default as FileXl } from './FileXl';
|
|
36
|
+
export { default as EventXl } from './EventXl';
|
|
34
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
35
38
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
36
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
37
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
38
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
39
41
|
export { default as FolderXl } from './FolderXl';
|
|
42
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
40
43
|
export { default as FormXl } from './FormXl';
|
|
41
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
42
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
45
|
+
export { default as GemsXl } from './GemsXl';
|
|
43
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
44
47
|
export { default as InfoXl } from './InfoXl';
|
|
45
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
46
48
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
49
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
50
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
47
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
48
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
49
52
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
50
53
|
export { default as LaunchXl } from './LaunchXl';
|
|
51
54
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
53
57
|
export { default as MessageXl } from './MessageXl';
|
|
54
58
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
55
|
-
export { default as
|
|
59
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
56
60
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
61
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
57
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
58
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
59
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
60
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
61
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
62
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
63
66
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
64
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
65
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
66
67
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
68
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
|
+
export { default as PushXl } from './PushXl';
|
|
67
70
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
71
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
68
72
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
69
|
-
export { default as
|
|
73
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
70
74
|
export { default as SectionXl } from './SectionXl';
|
|
71
75
|
export { default as ShowXl } from './ShowXl';
|
|
72
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
73
76
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
74
|
-
export { default as
|
|
77
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
75
78
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
79
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
76
80
|
export { default as UserIdXl } from './UserIdXl';
|
|
77
81
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
78
82
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
83
|
+
export { default as WarningXl } from './WarningXl';
|
|
79
84
|
export { default as VoucherXl } from './VoucherXl';
|
|
80
85
|
export { default as WebhookXl } from './WebhookXl';
|
|
81
86
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
82
|
-
export { default as WarningXl } from './WarningXl';
|
|
83
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
|
-
export { default as ActionUrlL } from './ActionUrlL';
|
|
4
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
5
3
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
4
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
5
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
6
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
7
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
|
-
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
|
-
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
9
|
export { default as AdCouponL } from './AdCouponL';
|
|
10
|
+
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
12
11
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
14
12
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
13
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
14
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
15
|
+
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
16
|
export { default as AdFolderS } from './AdFolderS';
|
|
17
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
16
18
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
18
19
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
19
|
-
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
20
|
-
export { default as AdFolderUser } from './AdFolderUser';
|
|
21
20
|
export { default as AdImageL } from './AdImageL';
|
|
21
|
+
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
22
22
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
23
|
-
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
23
|
export { default as AdImportZip } from './AdImportZip';
|
|
25
24
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
25
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
26
26
|
export { default as AdLandL } from './AdLandL';
|
|
27
27
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
28
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
28
29
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
29
30
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
30
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
31
|
-
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
32
31
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
33
|
-
export { default as
|
|
32
|
+
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
34
33
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
34
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
35
35
|
export { default as AdPopL } from './AdPopL';
|
|
36
36
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
37
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
|
-
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
39
38
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
40
39
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
41
41
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
42
42
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
43
|
-
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
44
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
45
|
-
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
46
43
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
47
|
-
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
48
44
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
-
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
50
45
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
46
|
+
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
47
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
51
48
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
52
|
-
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
53
49
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
54
|
-
export { default as
|
|
50
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
55
51
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
56
|
-
export { default as
|
|
52
|
+
export { default as AiCampaigns } from './AiCampaigns';
|
|
57
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
58
|
-
export { default as
|
|
54
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
59
55
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
60
56
|
export { default as ChartComboL } from './ChartComboL';
|
|
57
|
+
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
61
58
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
62
59
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
63
60
|
export { default as ChartLineL } from './ChartLineL';
|
|
64
|
-
export { default as ChartTableL } from './ChartTableL';
|
|
65
61
|
export { default as ChartPieL } from './ChartPieL';
|
|
66
62
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
63
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
67
64
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
68
|
-
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
69
65
|
export { default as FileImportL } from './FileImportL';
|
|
66
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
70
67
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
71
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
72
68
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
73
|
-
export { default as
|
|
69
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
74
70
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
71
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
75
72
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
76
73
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
77
74
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
78
75
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
76
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
79
77
|
export { default as Integration } from './Integration';
|
|
80
78
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
81
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
82
79
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
83
80
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
84
81
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
82
|
+
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
85
83
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
86
84
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
87
|
-
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
88
85
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
89
86
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
90
87
|
export { default as PushImportL } from './PushImportL';
|
|
91
|
-
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
92
88
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
93
89
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
90
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
91
|
+
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
92
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
93
|
+
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
94
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|