@synerise/ds-icon 1.6.0 → 1.6.2
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 +16 -0
- package/dist/cjs/Icon.styles.d.ts +4 -4
- package/dist/cjs/icons/L/TimeL.d.ts +3 -0
- package/dist/cjs/icons/L/TimeL.js +7 -0
- package/dist/cjs/icons/L/index.d.ts +12 -11
- package/dist/cjs/icons/L/index.js +26 -24
- package/dist/cjs/icons/XL/index.d.ts +20 -20
- package/dist/cjs/icons/XL/index.js +42 -42
- package/dist/cjs/icons/additional/index.d.ts +24 -24
- package/dist/cjs/icons/additional/index.js +50 -50
- package/dist/cjs/icons/colorIcons/index.d.ts +2 -2
- package/dist/cjs/icons/colorIcons/index.js +5 -5
- package/dist/cjs/icons/index.d.ts +177 -177
- package/dist/cjs/icons/index.js +372 -372
- package/dist/esm/Icon.styles.d.ts +4 -4
- package/dist/esm/icons/L/TimeL.d.ts +3 -0
- package/dist/esm/icons/L/TimeL.js +5 -0
- package/dist/esm/icons/L/index.d.ts +12 -11
- package/dist/esm/icons/L/index.js +12 -11
- package/dist/esm/icons/XL/index.d.ts +20 -20
- package/dist/esm/icons/XL/index.js +20 -20
- package/dist/esm/icons/additional/index.d.ts +24 -24
- package/dist/esm/icons/additional/index.js +24 -24
- package/dist/esm/icons/colorIcons/index.d.ts +2 -2
- package/dist/esm/icons/colorIcons/index.js +2 -2
- package/dist/esm/icons/index.d.ts +177 -177
- package/dist/esm/icons/index.js +177 -177
- package/package.json +3 -3
|
@@ -2,8 +2,8 @@ import type { MouseEventHandler } from 'react';
|
|
|
2
2
|
export declare const defaultSize = 24;
|
|
3
3
|
export declare const DEFAULT_COLOR_TOKEN = "grey-800";
|
|
4
4
|
export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {
|
|
5
|
-
size?: string | number
|
|
6
|
-
color?: string
|
|
7
|
-
stroke?: boolean
|
|
8
|
-
onClick?: MouseEventHandler
|
|
5
|
+
size?: string | number;
|
|
6
|
+
color?: string;
|
|
7
|
+
stroke?: boolean;
|
|
8
|
+
onClick?: MouseEventHandler;
|
|
9
9
|
}, never>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const TimeL = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-time-l", className: "time-l ds-icon-set-large" }, props),
|
|
3
|
+
React.createElement("g", { fill: "currentColor" },
|
|
4
|
+
React.createElement("path", { d: "M23.75 7C32.9863 7 40.5 14.5137 40.5 23.75C40.5 32.9863 32.9863 40.5 23.75 40.5C14.5137 40.5 7 32.9863 7 23.75C7 14.5137 14.5137 7 23.75 7ZM23.75 8.05957C15.0981 8.05976 8.05958 15.098 8.05957 23.75C8.05957 32.402 15.098 39.4402 23.75 39.4404C32.4021 39.4404 39.4414 32.4021 39.4414 23.75C39.4414 15.0979 32.4021 8.05957 23.75 8.05957ZM23.75 9.70312C24.1256 9.70312 24.5047 9.7186 24.874 9.74805C25.129 9.76863 25.3269 9.96582 25.3574 10.21L25.3604 10.3184C25.3376 10.5948 25.1053 10.8055 24.832 10.8057C24.8173 10.8056 24.8033 10.8042 24.793 10.8037H24.7891C24.4483 10.7759 24.0983 10.7627 23.75 10.7627L23.749 10.7617V10.7627C16.5882 10.7627 10.7617 16.5891 10.7617 23.75C10.7617 30.9109 16.5881 36.7373 23.749 36.7373C23.7516 36.7373 23.7542 36.7373 23.7568 36.7373C24.1007 36.7371 24.4491 36.7244 24.79 36.6973L24.7969 36.6963C25.0396 36.6899 25.2699 36.8401 25.3398 37.0762L25.3604 37.1826V37.1836C25.3827 37.4745 25.1648 37.7302 24.873 37.7529C24.505 37.7816 24.1306 37.7947 23.7598 37.7949C23.7562 37.795 23.7526 37.7969 23.749 37.7969C16.0039 37.7968 9.70215 31.4951 9.70215 23.75C9.70218 16.0049 16.004 9.70316 23.749 9.70312H23.75ZM28.8379 35.7168C29.0445 35.6768 29.2572 35.7631 29.376 35.9375L29.4277 36.0322L29.459 36.1348C29.506 36.3765 29.3784 36.6262 29.1426 36.7246H29.1416C28.6341 36.9356 28.1112 37.1176 27.5811 37.2676L27.0479 37.4072C27.0069 37.4168 26.9658 37.4219 26.9238 37.4219C26.6851 37.4219 26.4679 37.2587 26.4092 37.0166C26.3409 36.7318 26.5158 36.4455 26.7998 36.377C27.4584 36.219 28.1099 36.0068 28.7354 35.7471L28.8379 35.7168ZM32.2803 33.5586C32.4948 33.4401 32.7713 33.4828 32.9385 33.6777H32.9395C33.1294 33.8995 33.1032 34.2347 32.8799 34.4248C32.322 34.9019 31.7239 35.3393 31.1016 35.7217L31.1006 35.7207C31.0145 35.7739 30.9184 35.7998 30.8242 35.7998C30.6469 35.7996 30.4732 35.7096 30.373 35.5469C30.2209 35.2985 30.2976 34.9716 30.5469 34.8184C31.1225 34.4644 31.6772 34.0619 32.1934 33.6201L32.2803 33.5586ZM34.8926 30.4492C35.0606 30.2699 35.3377 30.2265 35.5557 30.3613C35.8046 30.5146 35.8827 30.8402 35.7295 31.0889C35.4411 31.5584 35.1237 32.0126 34.7832 32.4443L34.4355 32.8682C34.331 32.991 34.1816 33.0545 34.0332 33.0547C33.9112 33.0547 33.7875 33.013 33.6875 32.9277V32.9268C33.4662 32.7362 33.4411 32.4034 33.6299 32.1807L33.9512 31.7881C34.2663 31.3888 34.561 30.9684 34.8281 30.5342L34.8926 30.4492ZM37.0176 26.3955L37.0186 26.3965C37.3025 26.465 37.4786 26.7499 37.4102 27.0352C37.2825 27.5696 37.1216 28.0993 36.9307 28.6162L36.7295 29.1279C36.6452 29.3324 36.4481 29.454 36.2412 29.4541C36.1738 29.4541 36.1037 29.4417 36.0371 29.4141C35.7675 29.3022 35.6397 28.9914 35.752 28.7217C36.0115 28.097 36.2225 27.4461 36.3799 26.7881L36.415 26.6865C36.5055 26.4951 36.7053 26.3773 36.9131 26.3828L37.0176 26.3955ZM23.75 13.6367C24.8512 13.6367 25.748 14.5335 25.748 15.6348V23.2109H30.2021C31.303 23.2111 32.1989 24.1062 32.1992 25.207C32.1992 26.3081 31.3033 27.2049 30.2021 27.2051H23.8154C23.8045 27.2051 23.7931 27.2033 23.7822 27.2031C23.7773 27.2032 23.7725 27.2041 23.7676 27.2041C23.7617 27.2043 23.7559 27.2061 23.75 27.2061C23.6878 27.206 23.6262 27.2019 23.5654 27.1963C22.5497 27.1036 21.7512 26.2474 21.751 25.208C21.751 25.1957 21.7527 25.1831 21.7529 25.1709V15.6348C21.7529 14.5337 22.6488 13.6368 23.75 13.6367ZM25.5107 24.2705C25.6602 24.5502 25.7461 24.8694 25.7461 25.208C25.746 25.5467 25.6603 25.8657 25.5107 26.1455H30.2021C30.719 26.1453 31.1406 25.724 31.1406 25.207C31.1403 24.6904 30.7188 24.2707 30.2021 24.2705H25.5107ZM23.749 24.2705C23.3031 24.2705 22.9286 24.5832 22.834 25.001C22.861 25.0644 22.8769 25.1338 22.877 25.207C22.877 25.7128 23.2798 26.1257 23.7812 26.1436C24.2831 26.1262 24.6873 25.7139 24.6875 25.208C24.6874 24.6913 24.2659 24.2708 23.749 24.2705ZM37.1875 22.1729C37.4595 22.1548 37.7308 22.3647 37.7539 22.6602C37.7817 23.0224 37.7959 23.3895 37.7959 23.75C37.7959 23.9336 37.7923 24.1191 37.7852 24.3047L37.7529 24.8604C37.7309 25.1375 37.4987 25.3486 37.2246 25.3486C37.2107 25.3486 37.1975 25.3481 37.1875 25.3477H37.1836V25.3467C36.8923 25.324 36.6738 25.0686 36.6963 24.7773C36.7231 24.4357 36.7363 24.09 36.7363 23.75C36.7363 23.4165 36.7239 23.0769 36.6982 22.7412C36.6763 22.4501 36.8951 22.1954 37.1865 22.1729H37.1875ZM23.75 14.6963C23.2331 14.6964 22.8125 15.1177 22.8125 15.6348V23.4443C23.0918 23.2956 23.4101 23.211 23.748 23.2109C23.7631 23.2109 23.778 23.2126 23.793 23.2129C23.8003 23.2126 23.808 23.2109 23.8154 23.2109H24.6885V15.6348C24.6885 15.1177 24.267 14.6963 23.75 14.6963ZM36.0459 18.1025C36.3153 17.9935 36.6243 18.1202 36.7373 18.3906L36.9365 18.9033C37.1262 19.4201 37.2874 19.9505 37.415 20.4863C37.4743 20.7355 37.3465 20.9851 37.123 21.0889L37.0225 21.124C36.982 21.1338 36.9404 21.1386 36.8994 21.1387C36.6605 21.1387 36.4428 20.9749 36.3848 20.7314C36.2273 20.0716 36.0159 19.4198 35.7578 18.7949C35.6464 18.5246 35.7756 18.2151 36.0459 18.1035V18.1025ZM33.7002 14.585C33.923 14.3962 34.2579 14.4231 34.4473 14.6455C34.8035 15.0635 35.1366 15.5059 35.4424 15.9639L35.7393 16.4268V16.4277C35.8904 16.6769 35.8129 17.0025 35.5635 17.1553C35.4768 17.2081 35.381 17.2334 35.2871 17.2334C35.1094 17.2333 34.9362 17.144 34.8359 16.9814V16.9805C34.482 16.4021 34.0797 15.8477 33.6406 15.332C33.4507 15.1095 33.477 14.7743 33.7002 14.585ZM30.4531 11.876C30.5978 11.7222 30.8216 11.6698 31.0195 11.7412L31.1162 11.7871C31.7387 12.1712 32.3361 12.6091 32.8936 13.0869L32.9678 13.1641C33.1186 13.3587 33.117 13.6386 32.9512 13.833V13.834C32.8463 13.9558 32.6976 14.0175 32.5488 14.0176C32.4271 14.0176 32.3047 13.9754 32.2051 13.8906H32.2041C31.8177 13.5589 31.4095 13.2487 30.9873 12.9648L30.5605 12.6904C30.3114 12.5366 30.2354 12.2096 30.3887 11.9609L30.4531 11.876ZM27.0654 10.0977H27.0664C27.7783 10.2695 28.4826 10.5 29.1592 10.7832C29.3956 10.882 29.5222 11.1324 29.4746 11.374L29.4434 11.4766C29.358 11.6797 29.1609 11.8018 28.9541 11.8018C28.8856 11.8017 28.8175 11.7885 28.752 11.7617L28.751 11.7607C28.282 11.5648 27.7988 11.3967 27.3096 11.2578L26.8184 11.1289C26.5342 11.0598 26.3592 10.7729 26.4277 10.4883L26.4639 10.3867C26.5702 10.1639 26.8233 10.0417 27.0654 10.0977Z" })));
|
|
5
|
+
export default TimeL;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export { default as WarningL } from './WarningL';
|
|
2
|
-
export { default as TooltipL } from './TooltipL';
|
|
3
2
|
export { default as VideoL } from './VideoL';
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
4
|
+
export { default as TimeL } from './TimeL';
|
|
4
5
|
export { default as TextareaL } from './TextareaL';
|
|
5
6
|
export { default as TextL } from './TextL';
|
|
6
|
-
export { default as StackedL } from './StackedL';
|
|
7
7
|
export { default as TableL } from './TableL';
|
|
8
|
+
export { default as StackedL } from './StackedL';
|
|
8
9
|
export { default as SpinnerL } from './SpinnerL';
|
|
9
10
|
export { default as SliderL } from './SliderL';
|
|
10
11
|
export { default as ShowL } from './ShowL';
|
|
@@ -15,8 +16,8 @@ export { default as Section12L } from './Section12L';
|
|
|
15
16
|
export { default as Section13L } from './Section13L';
|
|
16
17
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
18
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
19
19
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
20
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
22
|
export { default as RadioL } from './RadioL';
|
|
22
23
|
export { default as QuoteL } from './QuoteL';
|
|
@@ -24,15 +25,15 @@ export { default as PieL } from './PieL';
|
|
|
24
25
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
25
26
|
export { default as NoData } from './NoData';
|
|
26
27
|
export { default as NavbarL } from './NavbarL';
|
|
27
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
28
28
|
export { default as MultilineL } from './MultilineL';
|
|
29
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
30
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
29
31
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
30
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
31
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
32
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
33
34
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
34
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
35
|
export { default as MobileClickL } from './MobileClickL';
|
|
36
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LocationL } from './LocationL';
|
|
37
38
|
export { default as LinkL } from './LinkL';
|
|
38
39
|
export { default as LineL } from './LineL';
|
|
@@ -41,28 +42,28 @@ export { default as LabelL } from './LabelL';
|
|
|
41
42
|
export { default as InputL } from './InputL';
|
|
42
43
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
43
44
|
export { default as InfoL } from './InfoL';
|
|
44
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
45
45
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
46
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
46
47
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
47
48
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
48
49
|
export { default as ImageL } from './ImageL';
|
|
49
50
|
export { default as HideL } from './HideL';
|
|
50
51
|
export { default as HashL } from './HashL';
|
|
51
52
|
export { default as FormL } from './FormL';
|
|
52
|
-
export { default as FormEditL } from './FormEditL';
|
|
53
53
|
export { default as FormGroupL } from './FormGroupL';
|
|
54
|
+
export { default as FormEditL } from './FormEditL';
|
|
55
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
54
56
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
55
57
|
export { default as FolderL } from './FolderL';
|
|
56
|
-
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
57
58
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
58
|
-
export { default as DividerL } from './DividerL';
|
|
59
59
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
+
export { default as DividerL } from './DividerL';
|
|
60
61
|
export { default as CountdownL } from './CountdownL';
|
|
61
62
|
export { default as ComboL } from './ComboL';
|
|
62
63
|
export { default as ColumnL } from './ColumnL';
|
|
63
64
|
export { default as CloseL } from './CloseL';
|
|
64
|
-
export { default as CheckL } from './CheckL';
|
|
65
65
|
export { default as CheckboxL } from './CheckboxL';
|
|
66
|
+
export { default as CheckL } from './CheckL';
|
|
66
67
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
67
68
|
export { default as ButtonL } from './ButtonL';
|
|
68
69
|
export { default as BrowserL } from './BrowserL';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export { default as WarningL } from './WarningL';
|
|
2
|
-
export { default as TooltipL } from './TooltipL';
|
|
3
2
|
export { default as VideoL } from './VideoL';
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
4
|
+
export { default as TimeL } from './TimeL';
|
|
4
5
|
export { default as TextareaL } from './TextareaL';
|
|
5
6
|
export { default as TextL } from './TextL';
|
|
6
|
-
export { default as StackedL } from './StackedL';
|
|
7
7
|
export { default as TableL } from './TableL';
|
|
8
|
+
export { default as StackedL } from './StackedL';
|
|
8
9
|
export { default as SpinnerL } from './SpinnerL';
|
|
9
10
|
export { default as SliderL } from './SliderL';
|
|
10
11
|
export { default as ShowL } from './ShowL';
|
|
@@ -15,8 +16,8 @@ export { default as Section12L } from './Section12L';
|
|
|
15
16
|
export { default as Section13L } from './Section13L';
|
|
16
17
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
18
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
19
19
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
20
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
22
|
export { default as RadioL } from './RadioL';
|
|
22
23
|
export { default as QuoteL } from './QuoteL';
|
|
@@ -24,15 +25,15 @@ export { default as PieL } from './PieL';
|
|
|
24
25
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
25
26
|
export { default as NoData } from './NoData';
|
|
26
27
|
export { default as NavbarL } from './NavbarL';
|
|
27
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
28
28
|
export { default as MultilineL } from './MultilineL';
|
|
29
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
30
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
29
31
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
30
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
31
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
32
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
33
34
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
34
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
35
|
export { default as MobileClickL } from './MobileClickL';
|
|
36
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LocationL } from './LocationL';
|
|
37
38
|
export { default as LinkL } from './LinkL';
|
|
38
39
|
export { default as LineL } from './LineL';
|
|
@@ -41,28 +42,28 @@ export { default as LabelL } from './LabelL';
|
|
|
41
42
|
export { default as InputL } from './InputL';
|
|
42
43
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
43
44
|
export { default as InfoL } from './InfoL';
|
|
44
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
45
45
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
46
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
46
47
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
47
48
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
48
49
|
export { default as ImageL } from './ImageL';
|
|
49
50
|
export { default as HideL } from './HideL';
|
|
50
51
|
export { default as HashL } from './HashL';
|
|
51
52
|
export { default as FormL } from './FormL';
|
|
52
|
-
export { default as FormEditL } from './FormEditL';
|
|
53
53
|
export { default as FormGroupL } from './FormGroupL';
|
|
54
|
+
export { default as FormEditL } from './FormEditL';
|
|
55
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
54
56
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
55
57
|
export { default as FolderL } from './FolderL';
|
|
56
|
-
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
57
58
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
58
|
-
export { default as DividerL } from './DividerL';
|
|
59
59
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
+
export { default as DividerL } from './DividerL';
|
|
60
61
|
export { default as CountdownL } from './CountdownL';
|
|
61
62
|
export { default as ComboL } from './ComboL';
|
|
62
63
|
export { default as ColumnL } from './ColumnL';
|
|
63
64
|
export { default as CloseL } from './CloseL';
|
|
64
|
-
export { default as CheckL } from './CheckL';
|
|
65
65
|
export { default as CheckboxL } from './CheckboxL';
|
|
66
|
+
export { default as CheckL } from './CheckL';
|
|
66
67
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
67
68
|
export { default as ButtonL } from './ButtonL';
|
|
68
69
|
export { default as BrowserL } from './BrowserL';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
2
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
3
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
4
2
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
3
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
5
4
|
export { default as WarningXl } from './WarningXl';
|
|
5
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
6
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
7
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
8
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
9
9
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
11
10
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
12
|
-
export { default as
|
|
11
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
13
12
|
export { default as TargetXl } from './TargetXl';
|
|
14
|
-
export { default as
|
|
13
|
+
export { default as StopXl } from './StopXl';
|
|
15
14
|
export { default as SmsXl } from './SmsXl';
|
|
15
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
16
16
|
export { default as ShowXl } from './ShowXl';
|
|
17
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
18
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
@@ -20,8 +20,8 @@ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
|
20
20
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
21
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
22
22
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
23
|
-
export { default as PushXl } from './PushXl';
|
|
24
23
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
24
|
+
export { default as PushXl } from './PushXl';
|
|
25
25
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
26
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
27
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
@@ -30,8 +30,8 @@ export { default as PlayXl } from './PlayXl';
|
|
|
30
30
|
export { default as PauseXl } from './PauseXl';
|
|
31
31
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
32
32
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
33
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
34
33
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
34
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
35
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
37
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
@@ -40,9 +40,9 @@ export { default as MetaXl } from './MetaXl';
|
|
|
40
40
|
export { default as MessageXl } from './MessageXl';
|
|
41
41
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
42
42
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
43
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
43
44
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
45
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
46
46
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
47
47
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
48
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
@@ -51,49 +51,49 @@ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
|
51
51
|
export { default as GemsXl } from './GemsXl';
|
|
52
52
|
export { default as FunctionXl } from './FunctionXl';
|
|
53
53
|
export { default as FormulaXl } from './FormulaXl';
|
|
54
|
-
export { default as FolderXl } from './FolderXl';
|
|
55
54
|
export { default as FormXl } from './FormXl';
|
|
55
|
+
export { default as FolderXl } from './FolderXl';
|
|
56
56
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
57
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
58
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
59
59
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
60
60
|
export { default as FileZipXl } from './FileZipXl';
|
|
61
61
|
export { default as FileXl } from './FileXl';
|
|
62
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
63
62
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
63
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
64
64
|
export { default as FileDownXl } from './FileDownXl';
|
|
65
|
-
export { default as ErrorXl } from './ErrorXl';
|
|
66
65
|
export { default as EventXl } from './EventXl';
|
|
66
|
+
export { default as ErrorXl } from './ErrorXl';
|
|
67
67
|
export { default as DiscountXl } from './DiscountXl';
|
|
68
68
|
export { default as CupXl } from './CupXl';
|
|
69
69
|
export { default as CouponXl } from './CouponXl';
|
|
70
70
|
export { default as CompareXl } from './CompareXl';
|
|
71
71
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
72
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
73
72
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
74
|
-
export { default as
|
|
73
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
75
74
|
export { default as CheckXl } from './CheckXl';
|
|
75
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
76
76
|
export { default as CheckInXl } from './CheckInXl';
|
|
77
77
|
export { default as CartAddXl } from './CartAddXl';
|
|
78
78
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
79
|
-
export { default as
|
|
79
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
80
80
|
export { default as CalendarXl } from './CalendarXl';
|
|
81
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
81
82
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
82
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
83
83
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
84
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
85
84
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
85
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
86
86
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
87
87
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
88
88
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
89
89
|
export { default as BillingXl } from './BillingXl';
|
|
90
90
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
91
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
92
91
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
92
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
93
93
|
export { default as AttributeXl } from './AttributeXl';
|
|
94
|
+
export { default as ApiXl } from './ApiXl';
|
|
94
95
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
95
96
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
96
|
-
export { default as ApiXl } from './ApiXl';
|
|
97
97
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
98
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
99
98
|
export { default as AddXl } from './AddXl';
|
|
99
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
2
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
3
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
4
2
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
3
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
5
4
|
export { default as WarningXl } from './WarningXl';
|
|
5
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
6
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
7
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
8
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
9
9
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
11
10
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
12
|
-
export { default as
|
|
11
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
13
12
|
export { default as TargetXl } from './TargetXl';
|
|
14
|
-
export { default as
|
|
13
|
+
export { default as StopXl } from './StopXl';
|
|
15
14
|
export { default as SmsXl } from './SmsXl';
|
|
15
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
16
16
|
export { default as ShowXl } from './ShowXl';
|
|
17
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
18
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
@@ -20,8 +20,8 @@ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
|
20
20
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
21
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
22
22
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
23
|
-
export { default as PushXl } from './PushXl';
|
|
24
23
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
24
|
+
export { default as PushXl } from './PushXl';
|
|
25
25
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
26
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
27
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
@@ -30,8 +30,8 @@ export { default as PlayXl } from './PlayXl';
|
|
|
30
30
|
export { default as PauseXl } from './PauseXl';
|
|
31
31
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
32
32
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
33
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
34
33
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
34
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
35
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
37
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
@@ -40,9 +40,9 @@ export { default as MetaXl } from './MetaXl';
|
|
|
40
40
|
export { default as MessageXl } from './MessageXl';
|
|
41
41
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
42
42
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
43
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
43
44
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
45
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
46
46
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
47
47
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
48
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
@@ -51,49 +51,49 @@ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
|
51
51
|
export { default as GemsXl } from './GemsXl';
|
|
52
52
|
export { default as FunctionXl } from './FunctionXl';
|
|
53
53
|
export { default as FormulaXl } from './FormulaXl';
|
|
54
|
-
export { default as FolderXl } from './FolderXl';
|
|
55
54
|
export { default as FormXl } from './FormXl';
|
|
55
|
+
export { default as FolderXl } from './FolderXl';
|
|
56
56
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
57
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
58
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
59
59
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
60
60
|
export { default as FileZipXl } from './FileZipXl';
|
|
61
61
|
export { default as FileXl } from './FileXl';
|
|
62
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
63
62
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
63
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
64
64
|
export { default as FileDownXl } from './FileDownXl';
|
|
65
|
-
export { default as ErrorXl } from './ErrorXl';
|
|
66
65
|
export { default as EventXl } from './EventXl';
|
|
66
|
+
export { default as ErrorXl } from './ErrorXl';
|
|
67
67
|
export { default as DiscountXl } from './DiscountXl';
|
|
68
68
|
export { default as CupXl } from './CupXl';
|
|
69
69
|
export { default as CouponXl } from './CouponXl';
|
|
70
70
|
export { default as CompareXl } from './CompareXl';
|
|
71
71
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
72
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
73
72
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
74
|
-
export { default as
|
|
73
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
75
74
|
export { default as CheckXl } from './CheckXl';
|
|
75
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
76
76
|
export { default as CheckInXl } from './CheckInXl';
|
|
77
77
|
export { default as CartAddXl } from './CartAddXl';
|
|
78
78
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
79
|
-
export { default as
|
|
79
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
80
80
|
export { default as CalendarXl } from './CalendarXl';
|
|
81
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
81
82
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
82
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
83
83
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
84
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
85
84
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
85
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
86
86
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
87
87
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
88
88
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
89
89
|
export { default as BillingXl } from './BillingXl';
|
|
90
90
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
91
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
92
91
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
92
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
93
93
|
export { default as AttributeXl } from './AttributeXl';
|
|
94
|
+
export { default as ApiXl } from './ApiXl';
|
|
94
95
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
95
96
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
96
|
-
export { default as ApiXl } from './ApiXl';
|
|
97
97
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
98
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
99
98
|
export { default as AddXl } from './AddXl';
|
|
99
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { default as TopProductsXl } from './TopProductsXl';
|
|
2
|
-
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
3
1
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
2
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
4
3
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
5
|
-
export { default as
|
|
4
|
+
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
6
5
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
6
|
+
export { default as PushImportL } from './PushImportL';
|
|
7
7
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
8
8
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
9
9
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
@@ -12,78 +12,80 @@ export { default as LayoutTextL } from './LayoutTextL';
|
|
|
12
12
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
13
13
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
14
14
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
15
|
-
export { default as Integration } from './Integration';
|
|
16
15
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
16
|
+
export { default as Integration } from './Integration';
|
|
17
17
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
18
18
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
19
19
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
20
20
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
21
21
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
22
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
23
22
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
23
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
24
24
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
25
25
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
26
26
|
export { default as FileImportL } from './FileImportL';
|
|
27
27
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
28
|
-
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
29
28
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
29
|
+
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
30
30
|
export { default as ChartTableL } from './ChartTableL';
|
|
31
31
|
export { default as ChartPieL } from './ChartPieL';
|
|
32
32
|
export { default as ChartLineL } from './ChartLineL';
|
|
33
33
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
34
34
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
35
|
-
export { default as ChartColumnL } from './ChartColumnL';
|
|
36
35
|
export { default as ChartComboL } from './ChartComboL';
|
|
36
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
37
37
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
38
|
-
export { default as AiCampaigns } from './AiCampaigns';
|
|
39
|
-
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
40
38
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
41
39
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
40
|
+
export { default as AiCampaigns } from './AiCampaigns';
|
|
41
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
42
42
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
43
43
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
44
44
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
45
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
46
|
-
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
47
45
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
46
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
48
47
|
export { default as AdValue } from './AdValue';
|
|
48
|
+
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
49
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
50
50
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
51
51
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
52
52
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
53
53
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
54
54
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
55
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
56
55
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
56
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
57
57
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
58
58
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
59
59
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
60
|
+
export { default as AdPopL } from './AdPopL';
|
|
60
61
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
62
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
63
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
61
64
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
62
65
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
63
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
64
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
65
66
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
66
|
-
export { default as
|
|
67
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
67
68
|
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
68
69
|
export { default as AdMultiline } from './AdMultiline';
|
|
70
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
69
71
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
70
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
71
72
|
export { default as AdLandL } from './AdLandL';
|
|
72
|
-
export { default as
|
|
73
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
73
74
|
export { default as AdImportZip } from './AdImportZip';
|
|
75
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
74
76
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
75
77
|
export { default as AdImageL } from './AdImageL';
|
|
76
78
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
77
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
78
79
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
79
80
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
81
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
82
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
80
83
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
81
84
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
82
|
-
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
83
|
-
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
84
85
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
85
|
-
export { default as
|
|
86
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
86
87
|
export { default as AdCumulative } from './AdCumulative';
|
|
88
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
87
89
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
88
90
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
89
91
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
@@ -91,8 +93,6 @@ export { default as AdBannerL } from './AdBannerL';
|
|
|
91
93
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
92
94
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
93
95
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
94
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
95
96
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
97
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
96
98
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
97
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
98
|
-
export { default as AdPopL } from './AdPopL';
|