@synerise/ds-icon 1.0.1 → 1.1.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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const HideL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default HideL;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ const HideL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", fill: "none", className: "hide-l" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.102 11.992h.022a18.42 18.42 0 017.601 1.76 28.789 28.789 0 016.025 3.766 35.834 35.834 0 015.513 5.45 1.253 1.253 0 01-.007 1.557 35.791 35.791 0 01-5.5 5.436 28.797 28.797 0 01-6.027 3.77 18.442 18.442 0 01-7.627 1.761 18.419 18.419 0 01-7.601-1.76 28.792 28.792 0 01-6.025-3.766 35.838 35.838 0 01-5.513-5.45 1.253 1.253 0 01.007-1.557 35.79 35.79 0 015.5-5.435 28.794 28.794 0 016.027-3.77 18.424 18.424 0 017.605-1.762zm.01 1.5l-.471.014a16.93 16.93 0 00-6.508 1.606 27.332 27.332 0 00-5.724 3.581 34.292 34.292 0 00-5.268 5.204l.128-.155.34.408a34.326 34.326 0 004.228 4.177l.58.47a27.322 27.322 0 005.72 3.577 16.906 16.906 0 006.965 1.618 16.93 16.93 0 006.991-1.62 27.333 27.333 0 005.724-3.58 34.287 34.287 0 005.269-5.205l-.13.155-.339-.408a34.323 34.323 0 00-4.228-4.176l-.579-.47a27.323 27.323 0 00-5.721-3.578 16.924 16.924 0 00-6.986-1.618h.009z", fill: "#6A7580" }),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.49 23.74a5.623 5.623 0 1111.246 0 5.623 5.623 0 01-11.246 0zm9.746 0a4.123 4.123 0 10-8.246 0 4.123 4.123 0 008.246 0z", fill: "#6A7580" }),
5
+ React.createElement("path", { d: "M6 35l36-22", stroke: "#6A7580", strokeWidth: 1.5, strokeLinecap: "round" })));
6
+ export default HideL;
@@ -3,21 +3,22 @@ export { default as BrowserL } from './BrowserL';
3
3
  export { default as ButtonL } from './ButtonL';
4
4
  export { default as ButtonSubmitL } from './ButtonSubmitL';
5
5
  export { default as CheckL } from './CheckL';
6
- export { default as CloseL } from './CloseL';
7
6
  export { default as CheckboxL } from './CheckboxL';
7
+ export { default as CloseL } from './CloseL';
8
8
  export { default as ColumnL } from './ColumnL';
9
9
  export { default as ComboL } from './ComboL';
10
10
  export { default as CountdownL } from './CountdownL';
11
11
  export { default as DividerL } from './DividerL';
12
12
  export { default as FileTypePictureL } from './FileTypePictureL';
13
13
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
15
  export { default as FolderL } from './FolderL';
15
16
  export { default as FolderPlainL } from './FolderPlainL';
16
17
  export { default as FormEditL } from './FormEditL';
17
- export { default as FolderPredefinedL } from './FolderPredefinedL';
18
- export { default as FormL } from './FormL';
19
18
  export { default as FormGroupL } from './FormGroupL';
19
+ export { default as FormL } from './FormL';
20
20
  export { default as HashL } from './HashL';
21
+ export { default as HideL } from './HideL';
21
22
  export { default as ImageL } from './ImageL';
22
23
  export { default as ImageLandscapeL } from './ImageLandscapeL';
23
24
  export { default as ImagePotraitL } from './ImagePotraitL';
@@ -25,44 +26,44 @@ export { default as ImageUrlL } from './ImageUrlL';
25
26
  export { default as InboxNoResultsL } from './InboxNoResultsL';
26
27
  export { default as InfoL } from './InfoL';
27
28
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
29
+ export { default as InputL } from './InputL';
28
30
  export { default as LabelL } from './LabelL';
29
31
  export { default as LandingPageL } from './LandingPageL';
30
- export { default as InputL } from './InputL';
31
- export { default as LineL } from './LineL';
32
32
  export { default as LinkL } from './LinkL';
33
33
  export { default as LocationL } from './LocationL';
34
- export { default as MobileClickL } from './MobileClickL';
34
+ export { default as LineL } from './LineL';
35
35
  export { default as MobileBlockL } from './MobileBlockL';
36
+ export { default as MobileClickL } from './MobileClickL';
36
37
  export { default as MobileLayout1L } from './MobileLayout1L';
37
- export { default as MobileLayout2L } from './MobileLayout2L';
38
+ export { default as MobileLayout3L } from './MobileLayout3L';
39
+ export { default as MobileLayout4L } from './MobileLayout4L';
38
40
  export { default as MobileLinkL } from './MobileLinkL';
39
- export { default as MobileUrlL } from './MobileUrlL';
40
41
  export { default as MultilineL } from './MultilineL';
41
- export { default as NoData } from './NoData';
42
+ export { default as MobileUrlL } from './MobileUrlL';
42
43
  export { default as NavbarL } from './NavbarL';
43
- export { default as RadioL } from './RadioL';
44
+ export { default as NoData } from './NoData';
44
45
  export { default as NoPermissionL } from './NoPermissionL';
45
- export { default as PieL } from './PieL';
46
- export { default as RelationOneManyL } from './RelationOneManyL';
47
46
  export { default as QuoteL } from './QuoteL';
47
+ export { default as PieL } from './PieL';
48
+ export { default as RadioL } from './RadioL';
48
49
  export { default as RelationManyManyL } from './RelationManyManyL';
49
- export { default as RelationOneOneL } from './RelationOneOneL';
50
50
  export { default as RelationManyOneL } from './RelationManyOneL';
51
+ export { default as RelationOneManyL } from './RelationOneManyL';
52
+ export { default as RelationOneOneL } from './RelationOneOneL';
51
53
  export { default as SearchNoResultsL } from './SearchNoResultsL';
52
54
  export { default as Section12L } from './Section12L';
53
55
  export { default as Section13L } from './Section13L';
54
- export { default as ShowL } from './ShowL';
55
- export { default as SelectL } from './SelectL';
56
56
  export { default as Section37L } from './Section37L';
57
57
  export { default as SectionL } from './SectionL';
58
- export { default as TextL } from './TextL';
58
+ export { default as SelectL } from './SelectL';
59
+ export { default as ShowL } from './ShowL';
59
60
  export { default as SliderL } from './SliderL';
60
- export { default as TooltipL } from './TooltipL';
61
- export { default as TextareaL } from './TextareaL';
62
- export { default as StackedL } from './StackedL';
63
61
  export { default as SpinnerL } from './SpinnerL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TableL } from './TableL';
65
- export { default as WarningL } from './WarningL';
64
+ export { default as TextL } from './TextL';
65
+ export { default as TextareaL } from './TextareaL';
66
66
  export { default as VideoL } from './VideoL';
67
- export { default as MobileLayout3L } from './MobileLayout3L';
68
- export { default as MobileLayout4L } from './MobileLayout4L';
67
+ export { default as TooltipL } from './TooltipL';
68
+ export { default as WarningL } from './WarningL';
69
+ export { default as MobileLayout2L } from './MobileLayout2L';
@@ -3,21 +3,22 @@ export { default as BrowserL } from './BrowserL';
3
3
  export { default as ButtonL } from './ButtonL';
4
4
  export { default as ButtonSubmitL } from './ButtonSubmitL';
5
5
  export { default as CheckL } from './CheckL';
6
- export { default as CloseL } from './CloseL';
7
6
  export { default as CheckboxL } from './CheckboxL';
7
+ export { default as CloseL } from './CloseL';
8
8
  export { default as ColumnL } from './ColumnL';
9
9
  export { default as ComboL } from './ComboL';
10
10
  export { default as CountdownL } from './CountdownL';
11
11
  export { default as DividerL } from './DividerL';
12
12
  export { default as FileTypePictureL } from './FileTypePictureL';
13
13
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
14
15
  export { default as FolderL } from './FolderL';
15
16
  export { default as FolderPlainL } from './FolderPlainL';
16
17
  export { default as FormEditL } from './FormEditL';
17
- export { default as FolderPredefinedL } from './FolderPredefinedL';
18
- export { default as FormL } from './FormL';
19
18
  export { default as FormGroupL } from './FormGroupL';
19
+ export { default as FormL } from './FormL';
20
20
  export { default as HashL } from './HashL';
21
+ export { default as HideL } from './HideL';
21
22
  export { default as ImageL } from './ImageL';
22
23
  export { default as ImageLandscapeL } from './ImageLandscapeL';
23
24
  export { default as ImagePotraitL } from './ImagePotraitL';
@@ -25,44 +26,44 @@ export { default as ImageUrlL } from './ImageUrlL';
25
26
  export { default as InboxNoResultsL } from './InboxNoResultsL';
26
27
  export { default as InfoL } from './InfoL';
27
28
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
29
+ export { default as InputL } from './InputL';
28
30
  export { default as LabelL } from './LabelL';
29
31
  export { default as LandingPageL } from './LandingPageL';
30
- export { default as InputL } from './InputL';
31
- export { default as LineL } from './LineL';
32
32
  export { default as LinkL } from './LinkL';
33
33
  export { default as LocationL } from './LocationL';
34
- export { default as MobileClickL } from './MobileClickL';
34
+ export { default as LineL } from './LineL';
35
35
  export { default as MobileBlockL } from './MobileBlockL';
36
+ export { default as MobileClickL } from './MobileClickL';
36
37
  export { default as MobileLayout1L } from './MobileLayout1L';
37
- export { default as MobileLayout2L } from './MobileLayout2L';
38
+ export { default as MobileLayout3L } from './MobileLayout3L';
39
+ export { default as MobileLayout4L } from './MobileLayout4L';
38
40
  export { default as MobileLinkL } from './MobileLinkL';
39
- export { default as MobileUrlL } from './MobileUrlL';
40
41
  export { default as MultilineL } from './MultilineL';
41
- export { default as NoData } from './NoData';
42
+ export { default as MobileUrlL } from './MobileUrlL';
42
43
  export { default as NavbarL } from './NavbarL';
43
- export { default as RadioL } from './RadioL';
44
+ export { default as NoData } from './NoData';
44
45
  export { default as NoPermissionL } from './NoPermissionL';
45
- export { default as PieL } from './PieL';
46
- export { default as RelationOneManyL } from './RelationOneManyL';
47
46
  export { default as QuoteL } from './QuoteL';
47
+ export { default as PieL } from './PieL';
48
+ export { default as RadioL } from './RadioL';
48
49
  export { default as RelationManyManyL } from './RelationManyManyL';
49
- export { default as RelationOneOneL } from './RelationOneOneL';
50
50
  export { default as RelationManyOneL } from './RelationManyOneL';
51
+ export { default as RelationOneManyL } from './RelationOneManyL';
52
+ export { default as RelationOneOneL } from './RelationOneOneL';
51
53
  export { default as SearchNoResultsL } from './SearchNoResultsL';
52
54
  export { default as Section12L } from './Section12L';
53
55
  export { default as Section13L } from './Section13L';
54
- export { default as ShowL } from './ShowL';
55
- export { default as SelectL } from './SelectL';
56
56
  export { default as Section37L } from './Section37L';
57
57
  export { default as SectionL } from './SectionL';
58
- export { default as TextL } from './TextL';
58
+ export { default as SelectL } from './SelectL';
59
+ export { default as ShowL } from './ShowL';
59
60
  export { default as SliderL } from './SliderL';
60
- export { default as TooltipL } from './TooltipL';
61
- export { default as TextareaL } from './TextareaL';
62
- export { default as StackedL } from './StackedL';
63
61
  export { default as SpinnerL } from './SpinnerL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TableL } from './TableL';
65
- export { default as WarningL } from './WarningL';
64
+ export { default as TextL } from './TextL';
65
+ export { default as TextareaL } from './TextareaL';
66
66
  export { default as VideoL } from './VideoL';
67
- export { default as MobileLayout3L } from './MobileLayout3L';
68
- export { default as MobileLayout4L } from './MobileLayout4L';
67
+ export { default as TooltipL } from './TooltipL';
68
+ export { default as WarningL } from './WarningL';
69
+ export { default as MobileLayout2L } from './MobileLayout2L';
@@ -1,76 +1,76 @@
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
- export { default as ApiXl } from './ApiXl';
5
4
  export { default as AfterEventXl } from './AfterEventXl';
6
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
- export { default as BasicBuilderXl } from './BasicBuilderXl';
6
+ export { default as ApiXl } from './ApiXl';
8
7
  export { default as AttributeXl } from './AttributeXl';
8
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
9
9
  export { default as BasketCheckXl } from './BasketCheckXl';
10
10
  export { default as BeforeEventXl } from './BeforeEventXl';
11
+ export { default as BillingXl } from './BillingXl';
11
12
  export { default as BrowserCloseXl } from './BrowserCloseXl';
12
13
  export { default as BrowserCodeXl } from './BrowserCodeXl';
13
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as BillingXl } from './BillingXl';
15
15
  export { default as BulbEditXl } from './BulbEditXl';
16
16
  export { default as BrowserScrollXl } from './BrowserScrollXl';
17
17
  export { default as CalculatorXl } from './CalculatorXl';
18
18
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
19
19
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
20
20
  export { default as CalendarXl } from './CalendarXl';
21
+ export { default as CardAeXl } from './CardAeXl';
21
22
  export { default as CardVisaXl } from './CardVisaXl';
22
23
  export { default as CartAddXl } from './CartAddXl';
23
- export { default as CardAeXl } from './CardAeXl';
24
- export { default as ClassificationXl } from './ClassificationXl';
24
+ export { default as CheckInXl } from './CheckInXl';
25
25
  export { default as CheckOutXl } from './CheckOutXl';
26
26
  export { default as CheckXl } from './CheckXl';
27
- export { default as CheckInXl } from './CheckInXl';
28
- export { default as CloneNodesXl } from './CloneNodesXl';
27
+ export { default as ClassificationXl } from './ClassificationXl';
29
28
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
29
+ export { default as CloneNodesXl } from './CloneNodesXl';
30
30
  export { default as CompareXl } from './CompareXl';
31
31
  export { default as CouponXl } from './CouponXl';
32
32
  export { default as CupXl } from './CupXl';
33
33
  export { default as DiscountXl } from './DiscountXl';
34
- export { default as EventXl } from './EventXl';
35
34
  export { default as FileUpXl } from './FileUpXl';
35
+ export { default as EventXl } from './EventXl';
36
36
  export { default as FileUrlXl } from './FileUrlXl';
37
37
  export { default as FileXl } from './FileXl';
38
38
  export { default as FileZipXl } from './FileZipXl';
39
+ export { default as FirstRunXl } from './FirstRunXl';
39
40
  export { default as FolderCheckXl } from './FolderCheckXl';
40
41
  export { default as FolderStarXl } from './FolderStarXl';
41
- export { default as FolderXl } from './FolderXl';
42
42
  export { default as FolderUserXl } from './FolderUserXl';
43
+ export { default as FolderXl } from './FolderXl';
43
44
  export { default as FormXl } from './FormXl';
44
45
  export { default as FormulaXl } from './FormulaXl';
45
- export { default as FirstRunXl } from './FirstRunXl';
46
46
  export { default as FunctionXl } from './FunctionXl';
47
47
  export { default as GemsXl } from './GemsXl';
48
48
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
49
+ export { default as InsertObjectXl } from './InsertObjectXl';
49
50
  export { default as InfoXl } from './InfoXl';
50
51
  export { default as IntegrationXl } from './IntegrationXl';
51
- export { default as InsertObjectXl } from './InsertObjectXl';
52
52
  export { default as IntegrationsXl } from './IntegrationsXl';
53
- export { default as LaptopTargetXl } from './LaptopTargetXl';
54
53
  export { default as LaptopAiXl } from './LaptopAiXl';
55
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
56
- export { default as LoyalityBoostXl } from './LoyalityBoostXl';
54
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
57
55
  export { default as LaunchXl } from './LaunchXl';
56
+ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
57
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
58
58
  export { default as MessageXl } from './MessageXl';
59
- export { default as MobilePromotionXl } from './MobilePromotionXl';
60
59
  export { default as MobileBannerXl } from './MobileBannerXl';
60
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
61
61
  export { default as MobileStepsXl } from './MobileStepsXl';
62
62
  export { default as MobileUpdateXl } from './MobileUpdateXl';
63
+ export { default as MultivalueXl } from './MultivalueXl';
63
64
  export { default as NetworkFileXl } from './NetworkFileXl';
65
+ export { default as NoPermissionXl } from './NoPermissionXl';
64
66
  export { default as NotificationsEditXl } from './NotificationsEditXl';
65
- export { default as MultivalueXl } from './MultivalueXl';
66
67
  export { default as ProductsBundleXl } from './ProductsBundleXl';
67
- export { default as NoPermissionXl } from './NoPermissionXl';
68
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
69
68
  export { default as ProductsFeedXl } from './ProductsFeedXl';
70
69
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
70
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
71
+ export { default as PushXl } from './PushXl';
71
72
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
73
  export { default as ReggressionXl } from './ReggressionXl';
73
- export { default as PushXl } from './PushXl';
74
74
  export { default as SearchHybridXl } from './SearchHybridXl';
75
75
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
76
76
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
@@ -79,8 +79,8 @@ export { default as SectionXl } from './SectionXl';
79
79
  export { default as ShowXl } from './ShowXl';
80
80
  export { default as SilentPushXl } from './SilentPushXl';
81
81
  export { default as SmsXl } from './SmsXl';
82
- export { default as ToolsXl } from './ToolsXl';
83
82
  export { default as TargetXl } from './TargetXl';
83
+ export { default as ToolsXl } from './ToolsXl';
84
84
  export { default as UserCircleUpXl } from './UserCircleUpXl';
85
85
  export { default as UserCircleXl } from './UserCircleXl';
86
86
  export { default as UserIdXl } from './UserIdXl';
@@ -1,76 +1,76 @@
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
- export { default as ApiXl } from './ApiXl';
5
4
  export { default as AfterEventXl } from './AfterEventXl';
6
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
- export { default as BasicBuilderXl } from './BasicBuilderXl';
6
+ export { default as ApiXl } from './ApiXl';
8
7
  export { default as AttributeXl } from './AttributeXl';
8
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
9
9
  export { default as BasketCheckXl } from './BasketCheckXl';
10
10
  export { default as BeforeEventXl } from './BeforeEventXl';
11
+ export { default as BillingXl } from './BillingXl';
11
12
  export { default as BrowserCloseXl } from './BrowserCloseXl';
12
13
  export { default as BrowserCodeXl } from './BrowserCodeXl';
13
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as BillingXl } from './BillingXl';
15
15
  export { default as BulbEditXl } from './BulbEditXl';
16
16
  export { default as BrowserScrollXl } from './BrowserScrollXl';
17
17
  export { default as CalculatorXl } from './CalculatorXl';
18
18
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
19
19
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
20
20
  export { default as CalendarXl } from './CalendarXl';
21
+ export { default as CardAeXl } from './CardAeXl';
21
22
  export { default as CardVisaXl } from './CardVisaXl';
22
23
  export { default as CartAddXl } from './CartAddXl';
23
- export { default as CardAeXl } from './CardAeXl';
24
- export { default as ClassificationXl } from './ClassificationXl';
24
+ export { default as CheckInXl } from './CheckInXl';
25
25
  export { default as CheckOutXl } from './CheckOutXl';
26
26
  export { default as CheckXl } from './CheckXl';
27
- export { default as CheckInXl } from './CheckInXl';
28
- export { default as CloneNodesXl } from './CloneNodesXl';
27
+ export { default as ClassificationXl } from './ClassificationXl';
29
28
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
29
+ export { default as CloneNodesXl } from './CloneNodesXl';
30
30
  export { default as CompareXl } from './CompareXl';
31
31
  export { default as CouponXl } from './CouponXl';
32
32
  export { default as CupXl } from './CupXl';
33
33
  export { default as DiscountXl } from './DiscountXl';
34
- export { default as EventXl } from './EventXl';
35
34
  export { default as FileUpXl } from './FileUpXl';
35
+ export { default as EventXl } from './EventXl';
36
36
  export { default as FileUrlXl } from './FileUrlXl';
37
37
  export { default as FileXl } from './FileXl';
38
38
  export { default as FileZipXl } from './FileZipXl';
39
+ export { default as FirstRunXl } from './FirstRunXl';
39
40
  export { default as FolderCheckXl } from './FolderCheckXl';
40
41
  export { default as FolderStarXl } from './FolderStarXl';
41
- export { default as FolderXl } from './FolderXl';
42
42
  export { default as FolderUserXl } from './FolderUserXl';
43
+ export { default as FolderXl } from './FolderXl';
43
44
  export { default as FormXl } from './FormXl';
44
45
  export { default as FormulaXl } from './FormulaXl';
45
- export { default as FirstRunXl } from './FirstRunXl';
46
46
  export { default as FunctionXl } from './FunctionXl';
47
47
  export { default as GemsXl } from './GemsXl';
48
48
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
49
+ export { default as InsertObjectXl } from './InsertObjectXl';
49
50
  export { default as InfoXl } from './InfoXl';
50
51
  export { default as IntegrationXl } from './IntegrationXl';
51
- export { default as InsertObjectXl } from './InsertObjectXl';
52
52
  export { default as IntegrationsXl } from './IntegrationsXl';
53
- export { default as LaptopTargetXl } from './LaptopTargetXl';
54
53
  export { default as LaptopAiXl } from './LaptopAiXl';
55
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
56
- export { default as LoyalityBoostXl } from './LoyalityBoostXl';
54
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
57
55
  export { default as LaunchXl } from './LaunchXl';
56
+ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
57
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
58
58
  export { default as MessageXl } from './MessageXl';
59
- export { default as MobilePromotionXl } from './MobilePromotionXl';
60
59
  export { default as MobileBannerXl } from './MobileBannerXl';
60
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
61
61
  export { default as MobileStepsXl } from './MobileStepsXl';
62
62
  export { default as MobileUpdateXl } from './MobileUpdateXl';
63
+ export { default as MultivalueXl } from './MultivalueXl';
63
64
  export { default as NetworkFileXl } from './NetworkFileXl';
65
+ export { default as NoPermissionXl } from './NoPermissionXl';
64
66
  export { default as NotificationsEditXl } from './NotificationsEditXl';
65
- export { default as MultivalueXl } from './MultivalueXl';
66
67
  export { default as ProductsBundleXl } from './ProductsBundleXl';
67
- export { default as NoPermissionXl } from './NoPermissionXl';
68
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
69
68
  export { default as ProductsFeedXl } from './ProductsFeedXl';
70
69
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
70
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
71
+ export { default as PushXl } from './PushXl';
71
72
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
73
  export { default as ReggressionXl } from './ReggressionXl';
73
- export { default as PushXl } from './PushXl';
74
74
  export { default as SearchHybridXl } from './SearchHybridXl';
75
75
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
76
76
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
@@ -79,8 +79,8 @@ export { default as SectionXl } from './SectionXl';
79
79
  export { default as ShowXl } from './ShowXl';
80
80
  export { default as SilentPushXl } from './SilentPushXl';
81
81
  export { default as SmsXl } from './SmsXl';
82
- export { default as ToolsXl } from './ToolsXl';
83
82
  export { default as TargetXl } from './TargetXl';
83
+ export { default as ToolsXl } from './ToolsXl';
84
84
  export { default as UserCircleUpXl } from './UserCircleUpXl';
85
85
  export { default as UserCircleXl } from './UserCircleXl';
86
86
  export { default as UserIdXl } from './UserIdXl';
@@ -5,91 +5,91 @@ export { default as ActionUrlL } from './ActionUrlL';
5
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
6
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
7
  export { default as AdBannerL } from './AdBannerL';
8
- export { default as AdCodeEditorL } from './AdCodeEditorL';
9
8
  export { default as AdCartAiL } from './AdCartAiL';
10
- export { default as AdComplementaryAiL } from './AdComplementaryAiL';
9
+ export { default as AdCodeEditorL } from './AdCodeEditorL';
11
10
  export { default as AdCouponL } from './AdCouponL';
11
+ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
12
12
  export { default as AdFadeInL } from './AdFadeInL';
13
13
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
14
- export { default as AdFolderBasic } from './AdFolderBasic';
15
14
  export { default as AdFirstRunL } from './AdFirstRunL';
15
+ export { default as AdFolderBasic } from './AdFolderBasic';
16
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
17
17
  export { default as AdFolderS } from './AdFolderS';
18
18
  export { default as AdFolderStarredS } from './AdFolderStarredS';
19
19
  export { default as AdFolderUser } from './AdFolderUser';
20
20
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
21
- export { default as AdImgTextL } from './AdImgTextL';
22
21
  export { default as AdImageL } from './AdImageL';
23
- export { default as AdImportUrl } from './AdImportUrl';
22
+ export { default as AdImgTextL } from './AdImgTextL';
24
23
  export { default as AdImportZip } from './AdImportZip';
25
- export { default as AdLandL } from './AdLandL';
24
+ export { default as AdImportUrl } from './AdImportUrl';
26
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
27
- export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
26
+ export { default as AdLandL } from './AdLandL';
28
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
29
- export { default as AdOnDemandL } from './AdOnDemandL';
28
+ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
30
29
  export { default as AdOnExitL } from './AdOnExitL';
30
+ export { default as AdOnDemandL } from './AdOnDemandL';
31
31
  export { default as AdOnLandingL } from './AdOnLandingL';
32
- export { default as AdOpenUrlL } from './AdOpenUrlL';
33
32
  export { default as AdOnboardingL } from './AdOnboardingL';
33
+ export { default as AdOpenAppL } from './AdOpenAppL';
34
+ export { default as AdOpenUrlL } from './AdOpenUrlL';
34
35
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
36
  export { default as AdPopL } from './AdPopL';
36
- export { default as AdOpenAppL } from './AdOpenAppL';
37
- export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
37
  export { default as AdPortraitL } from './AdPortraitL';
38
+ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
39
39
  export { default as AdShareLinkL } from './AdShareLinkL';
40
40
  export { default as AdSilentPushL } from './AdSilentPushL';
41
- export { default as AdSlideLeftL } from './AdSlideLeftL';
42
41
  export { default as AdSimilarAiL } from './AdSimilarAiL';
43
42
  export { default as AdSimplePushL } from './AdSimplePushL';
44
43
  export { default as AdSlideDownL } from './AdSlideDownL';
44
+ export { default as AdSlideLeftL } from './AdSlideLeftL';
45
45
  export { default as AdSlideRightL } from './AdSlideRightL';
46
46
  export { default as AdSlideUpL } from './AdSlideUpL';
47
47
  export { default as AdTempCodeS } from './AdTempCodeS';
48
- export { default as AdTextEditorL } from './AdTextEditorL';
49
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
49
+ export { default as AdTextEditorL } from './AdTextEditorL';
50
50
  export { default as AdVisualAiL } from './AdVisualAiL';
51
51
  export { default as AdVisualEditorL } from './AdVisualEditorL';
52
52
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
53
53
  export { default as AdWalktroughL } from './AdWalktroughL';
54
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
55
54
  export { default as AdWebLayerL } from './AdWebLayerL';
56
- export { default as AudienceAnalytics } from './AudienceAnalytics';
55
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
57
56
  export { default as AiCampaigns } from './AiCampaigns';
57
+ export { default as AudienceAnalytics } from './AudienceAnalytics';
58
58
  export { default as BoostLoyalty } from './BoostLoyalty';
59
59
  export { default as CartRecommendationXl } from './CartRecommendationXl';
60
- export { default as ChartComboL } from './ChartComboL';
61
60
  export { default as ChartDonutL } from './ChartDonutL';
62
61
  export { default as ChartColumnL } from './ChartColumnL';
63
- export { default as ChartTableL } from './ChartTableL';
62
+ export { default as ChartComboL } from './ChartComboL';
63
+ export { default as ChartDonutLineL } from './ChartDonutLineL';
64
64
  export { default as ChartLineL } from './ChartLineL';
65
65
  export { default as ChartPieL } from './ChartPieL';
66
- export { default as ChartDonutLineL } from './ChartDonutLineL';
66
+ export { default as ChartTableL } from './ChartTableL';
67
67
  export { default as DateMultipleXl } from './DateMultipleXl';
68
- export { default as DateOntimeXl } from './DateOntimeXl';
69
68
  export { default as DateRecurringXl } from './DateRecurringXl';
70
- export { default as FileImportL } from './FileImportL';
69
+ export { default as DateOntimeXl } from './DateOntimeXl';
71
70
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
71
+ export { default as FileImportL } from './FileImportL';
72
72
  export { default as ImportClientsXl } from './ImportClientsXl';
73
+ export { default as ImportCustomEventXl } from './ImportCustomEventXl';
73
74
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
74
75
  export { default as ImportCustomXl } from './ImportCustomXl';
75
- export { default as ImportQuickXl } from './ImportQuickXl';
76
76
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
77
+ export { default as ImportQuickXl } from './ImportQuickXl';
78
+ export { default as ImportTransactionsXl } from './ImportTransactionsXl';
77
79
  export { default as ImportVouchersXl } from './ImportVouchersXl';
78
80
  export { default as Integration } from './Integration';
79
- export { default as ImportTransactionsXl } from './ImportTransactionsXl';
80
81
  export { default as LastSeenXl } from './LastSeenXl';
81
- export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
82
82
  export { default as LayoutImageBgL } from './LayoutImageBgL';
83
+ export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
83
84
  export { default as LayoutMixedL } from './LayoutMixedL';
84
85
  export { default as LayoutTextL } from './LayoutTextL';
85
86
  export { default as MarketingAutomation } from './MarketingAutomation';
86
87
  export { default as MetricFormulaXl } from './MetricFormulaXl';
87
- export { default as MobileHandbillXl } from './MobileHandbillXl';
88
88
  export { default as MetricSimpleXl } from './MetricSimpleXl';
89
89
  export { default as OtherIdeas } from './OtherIdeas';
90
- export { default as ReportPreparedXl } from './ReportPreparedXl';
90
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
91
91
  export { default as PushImportL } from './PushImportL';
92
+ export { default as ReportPreparedXl } from './ReportPreparedXl';
92
93
  export { default as TargetedCampaigns } from './TargetedCampaigns';
93
94
  export { default as TopProductsXl } from './TopProductsXl';
94
95
  export { default as UnderstandCustomer } from './UnderstandCustomer';
95
- export { default as ImportCustomEventXl } from './ImportCustomEventXl';