@synerise/ds-icon 1.6.1 → 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.
@@ -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 | undefined;
6
- color?: string | undefined;
7
- stroke?: boolean | undefined;
8
- onClick?: MouseEventHandler<Element> | undefined;
5
+ size?: string | number;
6
+ color?: string;
7
+ stroke?: boolean;
8
+ onClick?: MouseEventHandler;
9
9
  }, never>;
@@ -1,30 +1,31 @@
1
- export { default as VideoL } from './VideoL';
2
1
  export { default as WarningL } from './WarningL';
2
+ export { default as VideoL } from './VideoL';
3
+ export { default as TooltipL } from './TooltipL';
3
4
  export { default as TimeL } from './TimeL';
4
- export { default as TextL } from './TextL';
5
5
  export { default as TextareaL } from './TextareaL';
6
- export { default as TooltipL } from './TooltipL';
7
- export { default as StackedL } from './StackedL';
6
+ export { default as TextL } from './TextL';
8
7
  export { default as TableL } from './TableL';
9
- export { default as SliderL } from './SliderL';
8
+ export { default as StackedL } from './StackedL';
10
9
  export { default as SpinnerL } from './SpinnerL';
10
+ export { default as SliderL } from './SliderL';
11
11
  export { default as ShowL } from './ShowL';
12
12
  export { default as SelectL } from './SelectL';
13
+ export { default as SectionL } from './SectionL';
13
14
  export { default as Section37L } from './Section37L';
14
- export { default as Section13L } from './Section13L';
15
15
  export { default as Section12L } from './Section12L';
16
+ export { default as Section13L } from './Section13L';
16
17
  export { default as SearchNoResultsL } from './SearchNoResultsL';
17
18
  export { default as RelationOneOneL } from './RelationOneOneL';
18
19
  export { default as RelationOneManyL } from './RelationOneManyL';
19
20
  export { default as RelationManyOneL } from './RelationManyOneL';
20
21
  export { default as RelationManyManyL } from './RelationManyManyL';
21
22
  export { default as RadioL } from './RadioL';
22
- export { default as PieL } from './PieL';
23
23
  export { default as QuoteL } from './QuoteL';
24
+ export { default as PieL } from './PieL';
24
25
  export { default as NoPermissionL } from './NoPermissionL';
25
26
  export { default as NoData } from './NoData';
26
- export { default as MultilineL } from './MultilineL';
27
27
  export { default as NavbarL } from './NavbarL';
28
+ export { default as MultilineL } from './MultilineL';
28
29
  export { default as MobileUrlL } from './MobileUrlL';
29
30
  export { default as MobileLayout4L } from './MobileLayout4L';
30
31
  export { default as MobileLinkL } from './MobileLinkL';
@@ -35,36 +36,35 @@ export { default as MobileClickL } from './MobileClickL';
35
36
  export { default as MobileBlockL } from './MobileBlockL';
36
37
  export { default as LocationL } from './LocationL';
37
38
  export { default as LinkL } from './LinkL';
38
- export { default as LandingPageL } from './LandingPageL';
39
39
  export { default as LineL } from './LineL';
40
+ export { default as LandingPageL } from './LandingPageL';
40
41
  export { default as LabelL } from './LabelL';
41
42
  export { default as InputL } from './InputL';
43
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
42
44
  export { default as InfoL } from './InfoL';
43
45
  export { default as InboxNoResultsL } from './InboxNoResultsL';
44
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
45
46
  export { default as ImageUrlL } from './ImageUrlL';
47
+ export { default as ImagePotraitL } from './ImagePotraitL';
46
48
  export { default as ImageLandscapeL } from './ImageLandscapeL';
49
+ export { default as ImageL } from './ImageL';
47
50
  export { default as HideL } from './HideL';
48
51
  export { default as HashL } from './HashL';
49
- export { default as ImageL } from './ImageL';
50
- export { default as ImagePotraitL } from './ImagePotraitL';
51
- export { default as FormGroupL } from './FormGroupL';
52
52
  export { default as FormL } from './FormL';
53
+ export { default as FormGroupL } from './FormGroupL';
53
54
  export { default as FormEditL } from './FormEditL';
54
55
  export { default as FolderPredefinedL } from './FolderPredefinedL';
55
56
  export { default as FolderPlainL } from './FolderPlainL';
56
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
57
57
  export { default as FolderL } from './FolderL';
58
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
59
  export { default as FileTypePictureL } from './FileTypePictureL';
59
60
  export { default as DividerL } from './DividerL';
60
- export { default as ColumnL } from './ColumnL';
61
61
  export { default as CountdownL } from './CountdownL';
62
- export { default as CheckboxL } from './CheckboxL';
62
+ export { default as ComboL } from './ComboL';
63
+ export { default as ColumnL } from './ColumnL';
63
64
  export { default as CloseL } from './CloseL';
65
+ export { default as CheckboxL } from './CheckboxL';
64
66
  export { default as CheckL } from './CheckL';
67
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
65
68
  export { default as ButtonL } from './ButtonL';
66
69
  export { default as BrowserL } from './BrowserL';
67
- export { default as ButtonSubmitL } from './ButtonSubmitL';
68
- export { default as ComboL } from './ComboL';
69
70
  export { default as AddL } from './AddL';
70
- export { default as SectionL } from './SectionL';
@@ -1,30 +1,31 @@
1
- export { default as VideoL } from './VideoL';
2
1
  export { default as WarningL } from './WarningL';
2
+ export { default as VideoL } from './VideoL';
3
+ export { default as TooltipL } from './TooltipL';
3
4
  export { default as TimeL } from './TimeL';
4
- export { default as TextL } from './TextL';
5
5
  export { default as TextareaL } from './TextareaL';
6
- export { default as TooltipL } from './TooltipL';
7
- export { default as StackedL } from './StackedL';
6
+ export { default as TextL } from './TextL';
8
7
  export { default as TableL } from './TableL';
9
- export { default as SliderL } from './SliderL';
8
+ export { default as StackedL } from './StackedL';
10
9
  export { default as SpinnerL } from './SpinnerL';
10
+ export { default as SliderL } from './SliderL';
11
11
  export { default as ShowL } from './ShowL';
12
12
  export { default as SelectL } from './SelectL';
13
+ export { default as SectionL } from './SectionL';
13
14
  export { default as Section37L } from './Section37L';
14
- export { default as Section13L } from './Section13L';
15
15
  export { default as Section12L } from './Section12L';
16
+ export { default as Section13L } from './Section13L';
16
17
  export { default as SearchNoResultsL } from './SearchNoResultsL';
17
18
  export { default as RelationOneOneL } from './RelationOneOneL';
18
19
  export { default as RelationOneManyL } from './RelationOneManyL';
19
20
  export { default as RelationManyOneL } from './RelationManyOneL';
20
21
  export { default as RelationManyManyL } from './RelationManyManyL';
21
22
  export { default as RadioL } from './RadioL';
22
- export { default as PieL } from './PieL';
23
23
  export { default as QuoteL } from './QuoteL';
24
+ export { default as PieL } from './PieL';
24
25
  export { default as NoPermissionL } from './NoPermissionL';
25
26
  export { default as NoData } from './NoData';
26
- export { default as MultilineL } from './MultilineL';
27
27
  export { default as NavbarL } from './NavbarL';
28
+ export { default as MultilineL } from './MultilineL';
28
29
  export { default as MobileUrlL } from './MobileUrlL';
29
30
  export { default as MobileLayout4L } from './MobileLayout4L';
30
31
  export { default as MobileLinkL } from './MobileLinkL';
@@ -35,36 +36,35 @@ export { default as MobileClickL } from './MobileClickL';
35
36
  export { default as MobileBlockL } from './MobileBlockL';
36
37
  export { default as LocationL } from './LocationL';
37
38
  export { default as LinkL } from './LinkL';
38
- export { default as LandingPageL } from './LandingPageL';
39
39
  export { default as LineL } from './LineL';
40
+ export { default as LandingPageL } from './LandingPageL';
40
41
  export { default as LabelL } from './LabelL';
41
42
  export { default as InputL } from './InputL';
43
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
42
44
  export { default as InfoL } from './InfoL';
43
45
  export { default as InboxNoResultsL } from './InboxNoResultsL';
44
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
45
46
  export { default as ImageUrlL } from './ImageUrlL';
47
+ export { default as ImagePotraitL } from './ImagePotraitL';
46
48
  export { default as ImageLandscapeL } from './ImageLandscapeL';
49
+ export { default as ImageL } from './ImageL';
47
50
  export { default as HideL } from './HideL';
48
51
  export { default as HashL } from './HashL';
49
- export { default as ImageL } from './ImageL';
50
- export { default as ImagePotraitL } from './ImagePotraitL';
51
- export { default as FormGroupL } from './FormGroupL';
52
52
  export { default as FormL } from './FormL';
53
+ export { default as FormGroupL } from './FormGroupL';
53
54
  export { default as FormEditL } from './FormEditL';
54
55
  export { default as FolderPredefinedL } from './FolderPredefinedL';
55
56
  export { default as FolderPlainL } from './FolderPlainL';
56
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
57
57
  export { default as FolderL } from './FolderL';
58
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
59
  export { default as FileTypePictureL } from './FileTypePictureL';
59
60
  export { default as DividerL } from './DividerL';
60
- export { default as ColumnL } from './ColumnL';
61
61
  export { default as CountdownL } from './CountdownL';
62
- export { default as CheckboxL } from './CheckboxL';
62
+ export { default as ComboL } from './ComboL';
63
+ export { default as ColumnL } from './ColumnL';
63
64
  export { default as CloseL } from './CloseL';
65
+ export { default as CheckboxL } from './CheckboxL';
64
66
  export { default as CheckL } from './CheckL';
67
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
65
68
  export { default as ButtonL } from './ButtonL';
66
69
  export { default as BrowserL } from './BrowserL';
67
- export { default as ButtonSubmitL } from './ButtonSubmitL';
68
- export { default as ComboL } from './ComboL';
69
70
  export { default as AddL } from './AddL';
70
- export { default as SectionL } from './SectionL';
@@ -1,87 +1,89 @@
1
- export { default as WeblayerXl } from './WeblayerXl';
2
1
  export { default as WthStarsXl } from './WthStarsXl';
3
- export { default as VoucherXl } from './VoucherXl';
4
- export { default as WarningXl } from './WarningXl';
2
+ export { default as WeblayerXl } from './WeblayerXl';
5
3
  export { default as WebhookXl } from './WebhookXl';
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
10
  export { default as UserCircleUpXl } from './UserCircleUpXl';
11
11
  export { default as ToolsXl } from './ToolsXl';
12
12
  export { default as TargetXl } from './TargetXl';
13
13
  export { default as StopXl } from './StopXl';
14
14
  export { default as SmsXl } from './SmsXl';
15
- export { default as ShowXl } from './ShowXl';
16
15
  export { default as SilentPushXl } from './SilentPushXl';
16
+ export { default as ShowXl } from './ShowXl';
17
17
  export { default as SectionXl } from './SectionXl';
18
18
  export { default as SearchSemanticXl } from './SearchSemanticXl';
19
- export { default as SearchKeywordsXl } from './SearchKeywordsXl';
20
19
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
21
- export { default as ReggressionXl } from './ReggressionXl';
20
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
22
21
  export { default as SearchHybridXl } from './SearchHybridXl';
23
- export { default as PushXl } from './PushXl';
22
+ export { default as ReggressionXl } from './ReggressionXl';
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
- export { default as ProductsBundleXl } from './ProductsBundleXl';
28
27
  export { default as ProductsFeedXl } from './ProductsFeedXl';
29
- export { default as PauseXl } from './PauseXl';
28
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
30
29
  export { default as PlayXl } from './PlayXl';
31
- export { default as NetworkFileXl } from './NetworkFileXl';
32
- export { default as NoPermissionXl } from './NoPermissionXl';
30
+ export { default as PauseXl } from './PauseXl';
33
31
  export { default as NotificationsEditXl } from './NotificationsEditXl';
32
+ export { default as NoPermissionXl } from './NoPermissionXl';
33
+ export { default as NetworkFileXl } from './NetworkFileXl';
34
34
  export { default as MultivalueXl } from './MultivalueXl';
35
35
  export { default as MobileUpdateXl } from './MobileUpdateXl';
36
36
  export { default as MobileStepsXl } from './MobileStepsXl';
37
- export { default as MobileBannerXl } from './MobileBannerXl';
38
37
  export { default as MobilePromotionXl } from './MobilePromotionXl';
39
- export { default as MessageXl } from './MessageXl';
38
+ export { default as MobileBannerXl } from './MobileBannerXl';
40
39
  export { default as MetaXl } from './MetaXl';
40
+ export { default as MessageXl } from './MessageXl';
41
41
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
42
42
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
43
43
  export { default as LaunchXl } from './LaunchXl';
44
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
44
45
  export { default as LaptopAiXl } from './LaptopAiXl';
45
46
  export { default as IntegrationsXl } from './IntegrationsXl';
46
- export { default as LaptopTargetXl } from './LaptopTargetXl';
47
47
  export { default as IntegrationXl } from './IntegrationXl';
48
- export { default as InfoXl } from './InfoXl';
49
48
  export { default as InsertObjectXl } from './InsertObjectXl';
49
+ export { default as InfoXl } from './InfoXl';
50
50
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
51
51
  export { default as GemsXl } from './GemsXl';
52
- export { default as FormulaXl } from './FormulaXl';
53
52
  export { default as FunctionXl } from './FunctionXl';
53
+ export { default as FormulaXl } from './FormulaXl';
54
54
  export { default as FormXl } from './FormXl';
55
- export { default as FolderUserXl } from './FolderUserXl';
56
55
  export { default as FolderXl } from './FolderXl';
56
+ export { default as FolderUserXl } from './FolderUserXl';
57
57
  export { default as FolderStarXl } from './FolderStarXl';
58
+ export { default as FolderCheckXl } from './FolderCheckXl';
58
59
  export { default as FirstRunXl } from './FirstRunXl';
59
60
  export { default as FileZipXl } from './FileZipXl';
60
61
  export { default as FileXl } from './FileXl';
61
62
  export { default as FileUrlXl } from './FileUrlXl';
62
- export { default as FolderCheckXl } from './FolderCheckXl';
63
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
- export { default as ClassificationXl } from './ClassificationXl';
70
+ export { default as CompareXl } from './CompareXl';
71
+ export { default as CloneNodesXl } from './CloneNodesXl';
71
72
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
72
- export { default as CheckOutXl } from './CheckOutXl';
73
+ export { default as ClassificationXl } from './ClassificationXl';
73
74
  export { default as CheckXl } from './CheckXl';
75
+ export { default as CheckOutXl } from './CheckOutXl';
74
76
  export { default as CheckInXl } from './CheckInXl';
75
77
  export { default as CartAddXl } from './CartAddXl';
76
78
  export { default as CardVisaXl } from './CardVisaXl';
77
79
  export { default as CardAeXl } from './CardAeXl';
78
80
  export { default as CalendarXl } from './CalendarXl';
79
81
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
80
- export { default as CalculatorXl } from './CalculatorXl';
81
82
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
83
+ export { default as CalculatorXl } from './CalculatorXl';
82
84
  export { default as BulbEditXl } from './BulbEditXl';
83
- export { default as BrowserLandingXl } from './BrowserLandingXl';
84
85
  export { default as BrowserScrollXl } from './BrowserScrollXl';
86
+ export { default as BrowserLandingXl } from './BrowserLandingXl';
85
87
  export { default as BrowserCodeXl } from './BrowserCodeXl';
86
88
  export { default as BrowserCloseXl } from './BrowserCloseXl';
87
89
  export { default as BillingXl } from './BillingXl';
@@ -89,11 +91,9 @@ export { default as BeforeEventXl } from './BeforeEventXl';
89
91
  export { default as BasketCheckXl } from './BasketCheckXl';
90
92
  export { default as BasicBuilderXl } from './BasicBuilderXl';
91
93
  export { default as AttributeXl } from './AttributeXl';
92
- export { default as AfterEventXl } from './AfterEventXl';
93
- export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
94
94
  export { default as ApiXl } from './ApiXl';
95
+ export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
96
+ export { default as AfterEventXl } from './AfterEventXl';
95
97
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
96
- export { default as AbTestXl } from './AbTestXl';
97
98
  export { default as AddXl } from './AddXl';
98
- export { default as CompareXl } from './CompareXl';
99
- export { default as CloneNodesXl } from './CloneNodesXl';
99
+ export { default as AbTestXl } from './AbTestXl';
@@ -1,87 +1,89 @@
1
- export { default as WeblayerXl } from './WeblayerXl';
2
1
  export { default as WthStarsXl } from './WthStarsXl';
3
- export { default as VoucherXl } from './VoucherXl';
4
- export { default as WarningXl } from './WarningXl';
2
+ export { default as WeblayerXl } from './WeblayerXl';
5
3
  export { default as WebhookXl } from './WebhookXl';
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
10
  export { default as UserCircleUpXl } from './UserCircleUpXl';
11
11
  export { default as ToolsXl } from './ToolsXl';
12
12
  export { default as TargetXl } from './TargetXl';
13
13
  export { default as StopXl } from './StopXl';
14
14
  export { default as SmsXl } from './SmsXl';
15
- export { default as ShowXl } from './ShowXl';
16
15
  export { default as SilentPushXl } from './SilentPushXl';
16
+ export { default as ShowXl } from './ShowXl';
17
17
  export { default as SectionXl } from './SectionXl';
18
18
  export { default as SearchSemanticXl } from './SearchSemanticXl';
19
- export { default as SearchKeywordsXl } from './SearchKeywordsXl';
20
19
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
21
- export { default as ReggressionXl } from './ReggressionXl';
20
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
22
21
  export { default as SearchHybridXl } from './SearchHybridXl';
23
- export { default as PushXl } from './PushXl';
22
+ export { default as ReggressionXl } from './ReggressionXl';
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
- export { default as ProductsBundleXl } from './ProductsBundleXl';
28
27
  export { default as ProductsFeedXl } from './ProductsFeedXl';
29
- export { default as PauseXl } from './PauseXl';
28
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
30
29
  export { default as PlayXl } from './PlayXl';
31
- export { default as NetworkFileXl } from './NetworkFileXl';
32
- export { default as NoPermissionXl } from './NoPermissionXl';
30
+ export { default as PauseXl } from './PauseXl';
33
31
  export { default as NotificationsEditXl } from './NotificationsEditXl';
32
+ export { default as NoPermissionXl } from './NoPermissionXl';
33
+ export { default as NetworkFileXl } from './NetworkFileXl';
34
34
  export { default as MultivalueXl } from './MultivalueXl';
35
35
  export { default as MobileUpdateXl } from './MobileUpdateXl';
36
36
  export { default as MobileStepsXl } from './MobileStepsXl';
37
- export { default as MobileBannerXl } from './MobileBannerXl';
38
37
  export { default as MobilePromotionXl } from './MobilePromotionXl';
39
- export { default as MessageXl } from './MessageXl';
38
+ export { default as MobileBannerXl } from './MobileBannerXl';
40
39
  export { default as MetaXl } from './MetaXl';
40
+ export { default as MessageXl } from './MessageXl';
41
41
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
42
42
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
43
43
  export { default as LaunchXl } from './LaunchXl';
44
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
44
45
  export { default as LaptopAiXl } from './LaptopAiXl';
45
46
  export { default as IntegrationsXl } from './IntegrationsXl';
46
- export { default as LaptopTargetXl } from './LaptopTargetXl';
47
47
  export { default as IntegrationXl } from './IntegrationXl';
48
- export { default as InfoXl } from './InfoXl';
49
48
  export { default as InsertObjectXl } from './InsertObjectXl';
49
+ export { default as InfoXl } from './InfoXl';
50
50
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
51
51
  export { default as GemsXl } from './GemsXl';
52
- export { default as FormulaXl } from './FormulaXl';
53
52
  export { default as FunctionXl } from './FunctionXl';
53
+ export { default as FormulaXl } from './FormulaXl';
54
54
  export { default as FormXl } from './FormXl';
55
- export { default as FolderUserXl } from './FolderUserXl';
56
55
  export { default as FolderXl } from './FolderXl';
56
+ export { default as FolderUserXl } from './FolderUserXl';
57
57
  export { default as FolderStarXl } from './FolderStarXl';
58
+ export { default as FolderCheckXl } from './FolderCheckXl';
58
59
  export { default as FirstRunXl } from './FirstRunXl';
59
60
  export { default as FileZipXl } from './FileZipXl';
60
61
  export { default as FileXl } from './FileXl';
61
62
  export { default as FileUrlXl } from './FileUrlXl';
62
- export { default as FolderCheckXl } from './FolderCheckXl';
63
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
- export { default as ClassificationXl } from './ClassificationXl';
70
+ export { default as CompareXl } from './CompareXl';
71
+ export { default as CloneNodesXl } from './CloneNodesXl';
71
72
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
72
- export { default as CheckOutXl } from './CheckOutXl';
73
+ export { default as ClassificationXl } from './ClassificationXl';
73
74
  export { default as CheckXl } from './CheckXl';
75
+ export { default as CheckOutXl } from './CheckOutXl';
74
76
  export { default as CheckInXl } from './CheckInXl';
75
77
  export { default as CartAddXl } from './CartAddXl';
76
78
  export { default as CardVisaXl } from './CardVisaXl';
77
79
  export { default as CardAeXl } from './CardAeXl';
78
80
  export { default as CalendarXl } from './CalendarXl';
79
81
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
80
- export { default as CalculatorXl } from './CalculatorXl';
81
82
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
83
+ export { default as CalculatorXl } from './CalculatorXl';
82
84
  export { default as BulbEditXl } from './BulbEditXl';
83
- export { default as BrowserLandingXl } from './BrowserLandingXl';
84
85
  export { default as BrowserScrollXl } from './BrowserScrollXl';
86
+ export { default as BrowserLandingXl } from './BrowserLandingXl';
85
87
  export { default as BrowserCodeXl } from './BrowserCodeXl';
86
88
  export { default as BrowserCloseXl } from './BrowserCloseXl';
87
89
  export { default as BillingXl } from './BillingXl';
@@ -89,11 +91,9 @@ export { default as BeforeEventXl } from './BeforeEventXl';
89
91
  export { default as BasketCheckXl } from './BasketCheckXl';
90
92
  export { default as BasicBuilderXl } from './BasicBuilderXl';
91
93
  export { default as AttributeXl } from './AttributeXl';
92
- export { default as AfterEventXl } from './AfterEventXl';
93
- export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
94
94
  export { default as ApiXl } from './ApiXl';
95
+ export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
96
+ export { default as AfterEventXl } from './AfterEventXl';
95
97
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
96
- export { default as AbTestXl } from './AbTestXl';
97
98
  export { default as AddXl } from './AddXl';
98
- export { default as CompareXl } from './CompareXl';
99
- export { default as CloneNodesXl } from './CloneNodesXl';
99
+ export { default as AbTestXl } from './AbTestXl';
@@ -1,64 +1,66 @@
1
1
  export { default as UnderstandCustomer } from './UnderstandCustomer';
2
- export { default as TargetedCampaigns } from './TargetedCampaigns';
3
2
  export { default as TopProductsXl } from './TopProductsXl';
3
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
4
4
  export { default as ReportPreparedXl } from './ReportPreparedXl';
5
+ export { default as OtherIdeas } from './OtherIdeas';
5
6
  export { default as PushImportL } from './PushImportL';
6
7
  export { default as MobileHandbillXl } from './MobileHandbillXl';
7
8
  export { default as MetricSimpleXl } from './MetricSimpleXl';
8
- export { default as OtherIdeas } from './OtherIdeas';
9
9
  export { default as MetricFormulaXl } from './MetricFormulaXl';
10
10
  export { default as MarketingAutomation } from './MarketingAutomation';
11
11
  export { default as LayoutTextL } from './LayoutTextL';
12
12
  export { default as LayoutMixedL } from './LayoutMixedL';
13
13
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
14
- export { default as ImportVouchersXl } from './ImportVouchersXl';
15
14
  export { default as LayoutImageBgL } from './LayoutImageBgL';
15
+ export { default as LastSeenXl } from './LastSeenXl';
16
+ export { default as Integration } from './Integration';
17
+ export { default as ImportVouchersXl } from './ImportVouchersXl';
16
18
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
17
19
  export { default as ImportQuickXl } from './ImportQuickXl';
18
20
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
19
- export { default as ImportCustomXl } from './ImportCustomXl';
20
21
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
22
+ export { default as ImportCustomXl } from './ImportCustomXl';
21
23
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
22
24
  export { default as ImportClientsXl } from './ImportClientsXl';
23
25
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
24
26
  export { default as FileImportL } from './FileImportL';
25
27
  export { default as DateRecurringXl } from './DateRecurringXl';
26
- export { default as DateOntimeXl } from './DateOntimeXl';
27
28
  export { default as DateMultipleXl } from './DateMultipleXl';
29
+ export { default as DateOntimeXl } from './DateOntimeXl';
28
30
  export { default as ChartTableL } from './ChartTableL';
29
31
  export { default as ChartPieL } from './ChartPieL';
30
32
  export { default as ChartLineL } from './ChartLineL';
31
33
  export { default as ChartDonutLineL } from './ChartDonutLineL';
32
34
  export { default as ChartDonutL } from './ChartDonutL';
33
- export { default as Integration } from './Integration';
34
- export { default as LastSeenXl } from './LastSeenXl';
35
35
  export { default as ChartComboL } from './ChartComboL';
36
36
  export { default as ChartColumnL } from './ChartColumnL';
37
37
  export { default as CartRecommendationXl } from './CartRecommendationXl';
38
38
  export { default as BoostLoyalty } from './BoostLoyalty';
39
39
  export { default as AudienceAnalytics } from './AudienceAnalytics';
40
40
  export { default as AiCampaigns } from './AiCampaigns';
41
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
42
41
  export { default as AdWebLayerL } from './AdWebLayerL';
42
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
43
43
  export { default as AdWalktroughL } from './AdWalktroughL';
44
44
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
45
45
  export { default as AdVisualEditorL } from './AdVisualEditorL';
46
+ export { default as AdVisualAiL } from './AdVisualAiL';
47
+ export { default as AdValue } from './AdValue';
46
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
47
- export { default as AdTempCodeS } from './AdTempCodeS';
48
49
  export { default as AdTextEditorL } from './AdTextEditorL';
50
+ export { default as AdTempCodeS } from './AdTempCodeS';
49
51
  export { default as AdSlideUpL } from './AdSlideUpL';
50
52
  export { default as AdSlideRightL } from './AdSlideRightL';
51
53
  export { default as AdSlideLeftL } from './AdSlideLeftL';
52
54
  export { default as AdSlideDownL } from './AdSlideDownL';
53
55
  export { default as AdSimplePushL } from './AdSimplePushL';
54
56
  export { default as AdSimilarAiL } from './AdSimilarAiL';
55
- export { default as AdShareLinkL } from './AdShareLinkL';
56
57
  export { default as AdSilentPushL } from './AdSilentPushL';
57
- export { default as AdPortraitL } from './AdPortraitL';
58
+ export { default as AdShareLinkL } from './AdShareLinkL';
58
59
  export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
59
60
  export { default as AdPopL } from './AdPopL';
60
- export { default as AdOpenUrlL } from './AdOpenUrlL';
61
+ export { default as AdPortraitL } from './AdPortraitL';
61
62
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
63
+ export { default as AdOpenUrlL } from './AdOpenUrlL';
62
64
  export { default as AdOpenAppL } from './AdOpenAppL';
63
65
  export { default as AdOnboardingL } from './AdOnboardingL';
64
66
  export { default as AdOnLandingL } from './AdOnLandingL';
@@ -66,8 +68,9 @@ export { default as AdOnExitL } from './AdOnExitL';
66
68
  export { default as AdOnDemandL } from './AdOnDemandL';
67
69
  export { default as AdMultiline } from './AdMultiline';
68
70
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
69
- export { default as AdInsertObjectL } from './AdInsertObjectL';
71
+ export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
70
72
  export { default as AdLandL } from './AdLandL';
73
+ export { default as AdInsertObjectL } from './AdInsertObjectL';
71
74
  export { default as AdImportZip } from './AdImportZip';
72
75
  export { default as AdImportUrl } from './AdImportUrl';
73
76
  export { default as AdImgTextL } from './AdImgTextL';
@@ -75,24 +78,21 @@ export { default as AdImageL } from './AdImageL';
75
78
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
76
79
  export { default as AdFolderUser } from './AdFolderUser';
77
80
  export { default as AdFolderStarredS } from './AdFolderStarredS';
78
- export { default as AdFolderS } from './AdFolderS';
79
81
  export { default as AdFolderFeatured } from './AdFolderFeatured';
82
+ export { default as AdFolderS } from './AdFolderS';
80
83
  export { default as AdFolderBasic } from './AdFolderBasic';
81
- export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
82
84
  export { default as AdFirstRunL } from './AdFirstRunL';
83
- export { default as AdDeeplinkingL } from './AdDeeplinkingL';
84
85
  export { default as AdFadeInL } from './AdFadeInL';
86
+ export { default as AdDeeplinkingL } from './AdDeeplinkingL';
85
87
  export { default as AdCumulative } from './AdCumulative';
86
88
  export { default as AdCouponL } from './AdCouponL';
87
- export { default as AdCodeEditorL } from './AdCodeEditorL';
88
89
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
90
+ export { default as AdCodeEditorL } from './AdCodeEditorL';
89
91
  export { default as AdCartAiL } from './AdCartAiL';
90
92
  export { default as AdBannerL } from './AdBannerL';
91
- export { default as AdAfterScrollL } from './AdAfterScrollL';
92
93
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
93
- export { default as ActionOpenAppL } from './ActionOpenAppL';
94
+ export { default as AdAfterScrollL } from './AdAfterScrollL';
94
95
  export { default as ActionUrlL } from './ActionUrlL';
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 AdVisualAiL } from './AdVisualAiL';
98
- export { default as AdValue } from './AdValue';