@synerise/ds-icon 0.55.0 → 0.56.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 * as React from 'react';
2
+ declare const DynamicKeyS: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default DynamicKeyS;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const DynamicKeyS = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "dynamic-key-s" }, props),
3
+ React.createElement("path", { d: "M9 17a1.47 1.47 0 01-1.53-1.4v-1.2A4.81 4.81 0 007 12a4.81 4.81 0 00.45-2.4V8.4A1.47 1.47 0 019 7a1 1 0 000-2 3.48 3.48 0 00-3.53 3.4v1.2C5.47 11 5.35 11 5 11a1 1 0 000 2c.35 0 .47 0 .47 1.4v1.2A3.48 3.48 0 009 19a1 1 0 000-2zM19 11c-.35 0-.47 0-.47-1.4V8.4A3.48 3.48 0 0015 5a1 1 0 000 2 1.47 1.47 0 011.53 1.4v1.2A4.81 4.81 0 0017 12a4.81 4.81 0 00-.45 2.4v1.2A1.47 1.47 0 0115 17a1 1 0 000 2 3.48 3.48 0 003.53-3.4v-1.2c0-1.4.12-1.4.47-1.4a1 1 0 000-2z" }),
4
+ React.createElement("path", { d: "M14 15a1 1 0 00.71-.29 1 1 0 000-1.42L13.41 12l1.3-1.29a1 1 0 00-1.42-1.42L12 10.59l-1.29-1.3a1 1 0 00-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42 1 1 0 001.42 0l1.29-1.3 1.29 1.3A1 1 0 0014 15z" })));
5
+ export default DynamicKeyS;
@@ -2,63 +2,63 @@ export { default as AddL } from './AddL';
2
2
  export { default as ButtonL } from './ButtonL';
3
3
  export { default as ButtonSubmitL } from './ButtonSubmitL';
4
4
  export { default as CheckL } from './CheckL';
5
- export { default as CheckboxL } from './CheckboxL';
6
5
  export { default as CloseL } from './CloseL';
7
- export { default as ColumnL } from './ColumnL';
6
+ export { default as CheckboxL } from './CheckboxL';
8
7
  export { default as ComboL } from './ComboL';
9
8
  export { default as CountdownL } from './CountdownL';
10
9
  export { default as DividerL } from './DividerL';
10
+ export { default as ColumnL } from './ColumnL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FormEditL } from './FormEditL';
14
14
  export { default as FolderL } from './FolderL';
15
- export { default as FormGroupL } from './FormGroupL';
16
15
  export { default as FormL } from './FormL';
17
- export { default as HashL } from './HashL';
16
+ export { default as FormGroupL } from './FormGroupL';
18
17
  export { default as ImageL } from './ImageL';
18
+ export { default as HashL } from './HashL';
19
19
  export { default as ImageLandscapeL } from './ImageLandscapeL';
20
20
  export { default as ImagePotraitL } from './ImagePotraitL';
21
- export { default as ImageUrlL } from './ImageUrlL';
22
21
  export { default as InboxNoResultsL } from './InboxNoResultsL';
23
22
  export { default as InfoL } from './InfoL';
24
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
+ export { default as ImageUrlL } from './ImageUrlL';
25
24
  export { default as InputL } from './InputL';
25
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
26
26
  export { default as LabelL } from './LabelL';
27
27
  export { default as LineL } from './LineL';
28
- export { default as LinkL } from './LinkL';
29
28
  export { default as LocationL } from './LocationL';
30
29
  export { default as MobileBlockL } from './MobileBlockL';
30
+ export { default as LinkL } from './LinkL';
31
31
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as MobileLayout1L } from './MobileLayout1L';
33
- export { default as MobileLayout2L } from './MobileLayout2L';
34
32
  export { default as MobileLayout3L } from './MobileLayout3L';
33
+ export { default as MobileLayout2L } from './MobileLayout2L';
34
+ export { default as MobileLayout1L } from './MobileLayout1L';
35
35
  export { default as MobileLayout4L } from './MobileLayout4L';
36
- export { default as MobileLinkL } from './MobileLinkL';
37
36
  export { default as MobileUrlL } from './MobileUrlL';
38
- export { default as MultilineL } from './MultilineL';
39
37
  export { default as NavbarL } from './NavbarL';
38
+ export { default as MobileLinkL } from './MobileLinkL';
39
+ export { default as MultilineL } from './MultilineL';
40
40
  export { default as NoData } from './NoData';
41
41
  export { default as NoPermissionL } from './NoPermissionL';
42
- export { default as PieL } from './PieL';
43
42
  export { default as QuoteL } from './QuoteL';
44
- export { default as RelationManyManyL } from './RelationManyManyL';
43
+ export { default as PieL } from './PieL';
45
44
  export { default as RadioL } from './RadioL';
46
- export { default as RelationOneManyL } from './RelationOneManyL';
45
+ export { default as RelationManyManyL } from './RelationManyManyL';
47
46
  export { default as RelationManyOneL } from './RelationManyOneL';
48
- export { default as RelationOneOneL } from './RelationOneOneL';
47
+ export { default as RelationOneManyL } from './RelationOneManyL';
49
48
  export { default as SearchNoResultsL } from './SearchNoResultsL';
50
- export { default as Section13L } from './Section13L';
49
+ export { default as RelationOneOneL } from './RelationOneOneL';
51
50
  export { default as Section12L } from './Section12L';
51
+ export { default as Section13L } from './Section13L';
52
52
  export { default as Section37L } from './Section37L';
53
- export { default as SelectL } from './SelectL';
54
53
  export { default as SectionL } from './SectionL';
55
- export { default as ShowL } from './ShowL';
54
+ export { default as SelectL } from './SelectL';
56
55
  export { default as SliderL } from './SliderL';
57
- export { default as SpinnerL } from './SpinnerL';
56
+ export { default as ShowL } from './ShowL';
58
57
  export { default as StackedL } from './StackedL';
59
- export { default as TableL } from './TableL';
60
58
  export { default as TextL } from './TextL';
61
- export { default as TextareaL } from './TextareaL';
62
- export { default as VideoL } from './VideoL';
63
59
  export { default as TooltipL } from './TooltipL';
60
+ export { default as SpinnerL } from './SpinnerL';
61
+ export { default as TableL } from './TableL';
62
+ export { default as TextareaL } from './TextareaL';
64
63
  export { default as WarningL } from './WarningL';
64
+ export { default as VideoL } from './VideoL';
@@ -2,63 +2,63 @@ export { default as AddL } from './AddL';
2
2
  export { default as ButtonL } from './ButtonL';
3
3
  export { default as ButtonSubmitL } from './ButtonSubmitL';
4
4
  export { default as CheckL } from './CheckL';
5
- export { default as CheckboxL } from './CheckboxL';
6
5
  export { default as CloseL } from './CloseL';
7
- export { default as ColumnL } from './ColumnL';
6
+ export { default as CheckboxL } from './CheckboxL';
8
7
  export { default as ComboL } from './ComboL';
9
8
  export { default as CountdownL } from './CountdownL';
10
9
  export { default as DividerL } from './DividerL';
10
+ export { default as ColumnL } from './ColumnL';
11
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FormEditL } from './FormEditL';
14
14
  export { default as FolderL } from './FolderL';
15
- export { default as FormGroupL } from './FormGroupL';
16
15
  export { default as FormL } from './FormL';
17
- export { default as HashL } from './HashL';
16
+ export { default as FormGroupL } from './FormGroupL';
18
17
  export { default as ImageL } from './ImageL';
18
+ export { default as HashL } from './HashL';
19
19
  export { default as ImageLandscapeL } from './ImageLandscapeL';
20
20
  export { default as ImagePotraitL } from './ImagePotraitL';
21
- export { default as ImageUrlL } from './ImageUrlL';
22
21
  export { default as InboxNoResultsL } from './InboxNoResultsL';
23
22
  export { default as InfoL } from './InfoL';
24
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
23
+ export { default as ImageUrlL } from './ImageUrlL';
25
24
  export { default as InputL } from './InputL';
25
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
26
26
  export { default as LabelL } from './LabelL';
27
27
  export { default as LineL } from './LineL';
28
- export { default as LinkL } from './LinkL';
29
28
  export { default as LocationL } from './LocationL';
30
29
  export { default as MobileBlockL } from './MobileBlockL';
30
+ export { default as LinkL } from './LinkL';
31
31
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as MobileLayout1L } from './MobileLayout1L';
33
- export { default as MobileLayout2L } from './MobileLayout2L';
34
32
  export { default as MobileLayout3L } from './MobileLayout3L';
33
+ export { default as MobileLayout2L } from './MobileLayout2L';
34
+ export { default as MobileLayout1L } from './MobileLayout1L';
35
35
  export { default as MobileLayout4L } from './MobileLayout4L';
36
- export { default as MobileLinkL } from './MobileLinkL';
37
36
  export { default as MobileUrlL } from './MobileUrlL';
38
- export { default as MultilineL } from './MultilineL';
39
37
  export { default as NavbarL } from './NavbarL';
38
+ export { default as MobileLinkL } from './MobileLinkL';
39
+ export { default as MultilineL } from './MultilineL';
40
40
  export { default as NoData } from './NoData';
41
41
  export { default as NoPermissionL } from './NoPermissionL';
42
- export { default as PieL } from './PieL';
43
42
  export { default as QuoteL } from './QuoteL';
44
- export { default as RelationManyManyL } from './RelationManyManyL';
43
+ export { default as PieL } from './PieL';
45
44
  export { default as RadioL } from './RadioL';
46
- export { default as RelationOneManyL } from './RelationOneManyL';
45
+ export { default as RelationManyManyL } from './RelationManyManyL';
47
46
  export { default as RelationManyOneL } from './RelationManyOneL';
48
- export { default as RelationOneOneL } from './RelationOneOneL';
47
+ export { default as RelationOneManyL } from './RelationOneManyL';
49
48
  export { default as SearchNoResultsL } from './SearchNoResultsL';
50
- export { default as Section13L } from './Section13L';
49
+ export { default as RelationOneOneL } from './RelationOneOneL';
51
50
  export { default as Section12L } from './Section12L';
51
+ export { default as Section13L } from './Section13L';
52
52
  export { default as Section37L } from './Section37L';
53
- export { default as SelectL } from './SelectL';
54
53
  export { default as SectionL } from './SectionL';
55
- export { default as ShowL } from './ShowL';
54
+ export { default as SelectL } from './SelectL';
56
55
  export { default as SliderL } from './SliderL';
57
- export { default as SpinnerL } from './SpinnerL';
56
+ export { default as ShowL } from './ShowL';
58
57
  export { default as StackedL } from './StackedL';
59
- export { default as TableL } from './TableL';
60
58
  export { default as TextL } from './TextL';
61
- export { default as TextareaL } from './TextareaL';
62
- export { default as VideoL } from './VideoL';
63
59
  export { default as TooltipL } from './TooltipL';
60
+ export { default as SpinnerL } from './SpinnerL';
61
+ export { default as TableL } from './TableL';
62
+ export { default as TextareaL } from './TextareaL';
64
63
  export { default as WarningL } from './WarningL';
64
+ export { default as VideoL } from './VideoL';
@@ -1,48 +1,49 @@
1
- export { default as AbTestXl } from './AbTestXl';
2
1
  export { default as AddXl } from './AddXl';
3
- export { default as AfterEventXl } from './AfterEventXl';
2
+ export { default as AbTestXl } from './AbTestXl';
4
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
5
  export { default as AttributeXl } from './AttributeXl';
6
- export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
6
  export { default as BasicBuilderXl } from './BasicBuilderXl';
8
7
  export { default as BasketCheckXl } from './BasketCheckXl';
8
+ export { default as BeforeEventXl } from './BeforeEventXl';
9
+ export { default as BillingXl } from './BillingXl';
9
10
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
10
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
13
+ export { default as CalculatorXl } from './CalculatorXl';
11
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
12
- export { default as BrowserScrollXl } from './BrowserScrollXl';
13
15
  export { default as BulbEditXl } from './BulbEditXl';
14
- export { default as CalculatorXl } from './CalculatorXl';
15
16
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
16
17
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
17
- export { default as CalendarXl } from './CalendarXl';
18
18
  export { default as CardAeXl } from './CardAeXl';
19
+ export { default as CalendarXl } from './CalendarXl';
19
20
  export { default as CartAddXl } from './CartAddXl';
20
- export { default as CardVisaXl } from './CardVisaXl';
21
21
  export { default as CheckInXl } from './CheckInXl';
22
22
  export { default as CheckOutXl } from './CheckOutXl';
23
- export { default as ClassificationXl } from './ClassificationXl';
23
+ export { default as CardVisaXl } from './CardVisaXl';
24
24
  export { default as CheckXl } from './CheckXl';
25
+ export { default as ClassificationXl } from './ClassificationXl';
25
26
  export { default as CompareXl } from './CompareXl';
26
27
  export { default as CouponXl } from './CouponXl';
27
28
  export { default as CupXl } from './CupXl';
28
- export { default as EventXl } from './EventXl';
29
29
  export { default as DiscountXl } from './DiscountXl';
30
+ export { default as EventXl } from './EventXl';
30
31
  export { default as FileUpXl } from './FileUpXl';
31
32
  export { default as FileUrlXl } from './FileUrlXl';
32
33
  export { default as FileXl } from './FileXl';
33
34
  export { default as FileZipXl } from './FileZipXl';
34
35
  export { default as FirstRunXl } from './FirstRunXl';
35
36
  export { default as FolderCheckXl } from './FolderCheckXl';
36
- export { default as FolderUserXl } from './FolderUserXl';
37
37
  export { default as FolderStarXl } from './FolderStarXl';
38
+ export { default as FolderUserXl } from './FolderUserXl';
38
39
  export { default as FolderXl } from './FolderXl';
39
40
  export { default as FormXl } from './FormXl';
40
41
  export { default as FormulaXl } from './FormulaXl';
41
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
42
42
  export { default as FunctionXl } from './FunctionXl';
43
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
43
44
  export { default as InfoXl } from './InfoXl';
44
- export { default as InsertObjectXl } from './InsertObjectXl';
45
45
  export { default as IntegrationXl } from './IntegrationXl';
46
+ export { default as InsertObjectXl } from './InsertObjectXl';
46
47
  export { default as IntegrationsXl } from './IntegrationsXl';
47
48
  export { default as LaptopAiXl } from './LaptopAiXl';
48
49
  export { default as LaptopTargetXl } from './LaptopTargetXl';
@@ -50,34 +51,33 @@ export { default as LaunchXl } from './LaunchXl';
50
51
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
51
52
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
52
53
  export { default as MessageXl } from './MessageXl';
53
- export { default as MobileBannerXl } from './MobileBannerXl';
54
54
  export { default as MobilePromotionXl } from './MobilePromotionXl';
55
55
  export { default as MobileStepsXl } from './MobileStepsXl';
56
- export { default as MobileUpdateXl } from './MobileUpdateXl';
56
+ export { default as MobileBannerXl } from './MobileBannerXl';
57
57
  export { default as MultivalueXl } from './MultivalueXl';
58
+ export { default as MobileUpdateXl } from './MobileUpdateXl';
58
59
  export { default as NetworkFileXl } from './NetworkFileXl';
59
60
  export { default as NoPermissionXl } from './NoPermissionXl';
60
- export { default as NotificationsEditXl } from './NotificationsEditXl';
61
61
  export { default as ProductsBundleXl } from './ProductsBundleXl';
62
+ export { default as NotificationsEditXl } from './NotificationsEditXl';
62
63
  export { default as ProductsFeedXl } from './ProductsFeedXl';
63
64
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
65
+ export { default as ReggressionXl } from './ReggressionXl';
64
66
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
65
67
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
66
- export { default as PushXl } from './PushXl';
67
68
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
68
- export { default as ReggressionXl } from './ReggressionXl';
69
+ export { default as PushXl } from './PushXl';
69
70
  export { default as SectionXl } from './SectionXl';
70
71
  export { default as ShowXl } from './ShowXl';
72
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
71
73
  export { default as SilentPushXl } from './SilentPushXl';
72
74
  export { default as ToolsXl } from './ToolsXl';
73
- export { default as UserCircleUpXl } from './UserCircleUpXl';
74
75
  export { default as UserCircleXl } from './UserCircleXl';
75
76
  export { default as UserIdXl } from './UserIdXl';
76
77
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
77
78
  export { default as VisualEditorXl } from './VisualEditorXl';
78
79
  export { default as VoucherXl } from './VoucherXl';
79
- export { default as WarningXl } from './WarningXl';
80
80
  export { default as WebhookXl } from './WebhookXl';
81
81
  export { default as WeblayerXl } from './WeblayerXl';
82
- export { default as BeforeEventXl } from './BeforeEventXl';
83
- export { default as BillingXl } from './BillingXl';
82
+ export { default as WarningXl } from './WarningXl';
83
+ export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
@@ -1,48 +1,49 @@
1
- export { default as AbTestXl } from './AbTestXl';
2
1
  export { default as AddXl } from './AddXl';
3
- export { default as AfterEventXl } from './AfterEventXl';
2
+ export { default as AbTestXl } from './AbTestXl';
4
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
5
  export { default as AttributeXl } from './AttributeXl';
6
- export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
6
  export { default as BasicBuilderXl } from './BasicBuilderXl';
8
7
  export { default as BasketCheckXl } from './BasketCheckXl';
8
+ export { default as BeforeEventXl } from './BeforeEventXl';
9
+ export { default as BillingXl } from './BillingXl';
9
10
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
10
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
13
+ export { default as CalculatorXl } from './CalculatorXl';
11
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
12
- export { default as BrowserScrollXl } from './BrowserScrollXl';
13
15
  export { default as BulbEditXl } from './BulbEditXl';
14
- export { default as CalculatorXl } from './CalculatorXl';
15
16
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
16
17
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
17
- export { default as CalendarXl } from './CalendarXl';
18
18
  export { default as CardAeXl } from './CardAeXl';
19
+ export { default as CalendarXl } from './CalendarXl';
19
20
  export { default as CartAddXl } from './CartAddXl';
20
- export { default as CardVisaXl } from './CardVisaXl';
21
21
  export { default as CheckInXl } from './CheckInXl';
22
22
  export { default as CheckOutXl } from './CheckOutXl';
23
- export { default as ClassificationXl } from './ClassificationXl';
23
+ export { default as CardVisaXl } from './CardVisaXl';
24
24
  export { default as CheckXl } from './CheckXl';
25
+ export { default as ClassificationXl } from './ClassificationXl';
25
26
  export { default as CompareXl } from './CompareXl';
26
27
  export { default as CouponXl } from './CouponXl';
27
28
  export { default as CupXl } from './CupXl';
28
- export { default as EventXl } from './EventXl';
29
29
  export { default as DiscountXl } from './DiscountXl';
30
+ export { default as EventXl } from './EventXl';
30
31
  export { default as FileUpXl } from './FileUpXl';
31
32
  export { default as FileUrlXl } from './FileUrlXl';
32
33
  export { default as FileXl } from './FileXl';
33
34
  export { default as FileZipXl } from './FileZipXl';
34
35
  export { default as FirstRunXl } from './FirstRunXl';
35
36
  export { default as FolderCheckXl } from './FolderCheckXl';
36
- export { default as FolderUserXl } from './FolderUserXl';
37
37
  export { default as FolderStarXl } from './FolderStarXl';
38
+ export { default as FolderUserXl } from './FolderUserXl';
38
39
  export { default as FolderXl } from './FolderXl';
39
40
  export { default as FormXl } from './FormXl';
40
41
  export { default as FormulaXl } from './FormulaXl';
41
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
42
42
  export { default as FunctionXl } from './FunctionXl';
43
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
43
44
  export { default as InfoXl } from './InfoXl';
44
- export { default as InsertObjectXl } from './InsertObjectXl';
45
45
  export { default as IntegrationXl } from './IntegrationXl';
46
+ export { default as InsertObjectXl } from './InsertObjectXl';
46
47
  export { default as IntegrationsXl } from './IntegrationsXl';
47
48
  export { default as LaptopAiXl } from './LaptopAiXl';
48
49
  export { default as LaptopTargetXl } from './LaptopTargetXl';
@@ -50,34 +51,33 @@ export { default as LaunchXl } from './LaunchXl';
50
51
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
51
52
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
52
53
  export { default as MessageXl } from './MessageXl';
53
- export { default as MobileBannerXl } from './MobileBannerXl';
54
54
  export { default as MobilePromotionXl } from './MobilePromotionXl';
55
55
  export { default as MobileStepsXl } from './MobileStepsXl';
56
- export { default as MobileUpdateXl } from './MobileUpdateXl';
56
+ export { default as MobileBannerXl } from './MobileBannerXl';
57
57
  export { default as MultivalueXl } from './MultivalueXl';
58
+ export { default as MobileUpdateXl } from './MobileUpdateXl';
58
59
  export { default as NetworkFileXl } from './NetworkFileXl';
59
60
  export { default as NoPermissionXl } from './NoPermissionXl';
60
- export { default as NotificationsEditXl } from './NotificationsEditXl';
61
61
  export { default as ProductsBundleXl } from './ProductsBundleXl';
62
+ export { default as NotificationsEditXl } from './NotificationsEditXl';
62
63
  export { default as ProductsFeedXl } from './ProductsFeedXl';
63
64
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
65
+ export { default as ReggressionXl } from './ReggressionXl';
64
66
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
65
67
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
66
- export { default as PushXl } from './PushXl';
67
68
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
68
- export { default as ReggressionXl } from './ReggressionXl';
69
+ export { default as PushXl } from './PushXl';
69
70
  export { default as SectionXl } from './SectionXl';
70
71
  export { default as ShowXl } from './ShowXl';
72
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
71
73
  export { default as SilentPushXl } from './SilentPushXl';
72
74
  export { default as ToolsXl } from './ToolsXl';
73
- export { default as UserCircleUpXl } from './UserCircleUpXl';
74
75
  export { default as UserCircleXl } from './UserCircleXl';
75
76
  export { default as UserIdXl } from './UserIdXl';
76
77
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
77
78
  export { default as VisualEditorXl } from './VisualEditorXl';
78
79
  export { default as VoucherXl } from './VoucherXl';
79
- export { default as WarningXl } from './WarningXl';
80
80
  export { default as WebhookXl } from './WebhookXl';
81
81
  export { default as WeblayerXl } from './WeblayerXl';
82
- export { default as BeforeEventXl } from './BeforeEventXl';
83
- export { default as BillingXl } from './BillingXl';
82
+ export { default as WarningXl } from './WarningXl';
83
+ export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
@@ -1,7 +1,7 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
2
  export { default as ActionNoneL } from './ActionNoneL';
3
- export { default as ActionOpenAppL } from './ActionOpenAppL';
4
3
  export { default as ActionUrlL } from './ActionUrlL';
4
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
5
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
6
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
7
  export { default as AdBannerL } from './AdBannerL';
@@ -12,22 +12,22 @@ export { default as AdCouponL } from './AdCouponL';
12
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
13
  export { default as AdFirstRunL } from './AdFirstRunL';
14
14
  export { default as AdFadeInL } from './AdFadeInL';
15
- export { default as AdFolderBasic } from './AdFolderBasic';
16
- export { default as AdFolderFeatured } from './AdFolderFeatured';
17
15
  export { default as AdFolderS } from './AdFolderS';
16
+ export { default as AdFolderFeatured } from './AdFolderFeatured';
17
+ export { default as AdFolderBasic } from './AdFolderBasic';
18
18
  export { default as AdFolderStarredS } from './AdFolderStarredS';
19
- export { default as AdFolderUser } from './AdFolderUser';
20
19
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
20
+ export { default as AdFolderUser } from './AdFolderUser';
21
21
  export { default as AdImageL } from './AdImageL';
22
22
  export { default as AdImgTextL } from './AdImgTextL';
23
- export { default as AdImportZip } from './AdImportZip';
24
23
  export { default as AdImportUrl } from './AdImportUrl';
24
+ export { default as AdImportZip } from './AdImportZip';
25
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
26
26
  export { default as AdLandL } from './AdLandL';
27
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
28
28
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
29
- export { default as AdOnExitL } from './AdOnExitL';
30
29
  export { default as AdOnLandingL } from './AdOnLandingL';
30
+ export { default as AdOnExitL } from './AdOnExitL';
31
31
  export { default as AdOnboardingL } from './AdOnboardingL';
32
32
  export { default as AdOpenAppL } from './AdOpenAppL';
33
33
  export { default as AdOpenUrlL } from './AdOpenUrlL';
@@ -35,42 +35,45 @@ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
37
37
  export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
- export { default as AdShareLinkL } from './AdShareLinkL';
39
38
  export { default as AdSilentPushL } from './AdSilentPushL';
40
- export { default as AdSimilarAiL } from './AdSimilarAiL';
39
+ export { default as AdShareLinkL } from './AdShareLinkL';
41
40
  export { default as AdSimplePushL } from './AdSimplePushL';
41
+ export { default as AdSimilarAiL } from './AdSimilarAiL';
42
42
  export { default as AdSlideDownL } from './AdSlideDownL';
43
+ export { default as AdSlideRightL } from './AdSlideRightL';
43
44
  export { default as AdSlideLeftL } from './AdSlideLeftL';
45
+ export { default as AdTempCodeS } from './AdTempCodeS';
46
+ export { default as AdSlideUpL } from './AdSlideUpL';
44
47
  export { default as AdTextEditorL } from './AdTextEditorL';
45
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
46
- export { default as AdVisualAiL } from './AdVisualAiL';
47
49
  export { default as AdVisualEditorL } from './AdVisualEditorL';
50
+ export { default as AdVisualAiL } from './AdVisualAiL';
48
51
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
49
- export { default as AdWalktroughL } from './AdWalktroughL';
50
52
  export { default as AdWebLayerL } from './AdWebLayerL';
51
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
53
+ export { default as AdWalktroughL } from './AdWalktroughL';
52
54
  export { default as AiCampaigns } from './AiCampaigns';
53
- export { default as AudienceAnalytics } from './AudienceAnalytics';
55
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
54
56
  export { default as BoostLoyalty } from './BoostLoyalty';
57
+ export { default as AudienceAnalytics } from './AudienceAnalytics';
55
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
56
59
  export { default as ChartColumnL } from './ChartColumnL';
57
60
  export { default as ChartComboL } from './ChartComboL';
58
61
  export { default as ChartDonutL } from './ChartDonutL';
59
62
  export { default as ChartDonutLineL } from './ChartDonutLineL';
60
63
  export { default as ChartLineL } from './ChartLineL';
61
- export { default as ChartPieL } from './ChartPieL';
62
64
  export { default as ChartTableL } from './ChartTableL';
65
+ export { default as ChartPieL } from './ChartPieL';
63
66
  export { default as DateMultipleXl } from './DateMultipleXl';
64
67
  export { default as DateOntimeXl } from './DateOntimeXl';
65
- export { default as FileImportL } from './FileImportL';
66
68
  export { default as DateRecurringXl } from './DateRecurringXl';
69
+ export { default as FileImportL } from './FileImportL';
67
70
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
68
- export { default as ImportClientsXl } from './ImportClientsXl';
69
71
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
70
- export { default as ImportCustomXl } from './ImportCustomXl';
72
+ export { default as ImportClientsXl } from './ImportClientsXl';
71
73
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
72
- export { default as ImportPromotionsXl } from './ImportPromotionsXl';
74
+ export { default as ImportCustomXl } from './ImportCustomXl';
73
75
  export { default as ImportQuickXl } from './ImportQuickXl';
76
+ export { default as ImportPromotionsXl } from './ImportPromotionsXl';
74
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
75
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
76
79
  export { default as Integration } from './Integration';
@@ -79,9 +82,9 @@ export { default as LastSeenXl } from './LastSeenXl';
79
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
80
83
  export { default as LayoutMixedL } from './LayoutMixedL';
81
84
  export { default as LayoutTextL } from './LayoutTextL';
82
- export { default as MarketingAutomation } from './MarketingAutomation';
83
85
  export { default as MetricFormulaXl } from './MetricFormulaXl';
84
86
  export { default as MetricSimpleXl } from './MetricSimpleXl';
87
+ export { default as MarketingAutomation } from './MarketingAutomation';
85
88
  export { default as MobileHandbillXl } from './MobileHandbillXl';
86
89
  export { default as OtherIdeas } from './OtherIdeas';
87
90
  export { default as PushImportL } from './PushImportL';
@@ -89,6 +92,3 @@ export { default as ReportPreparedXl } from './ReportPreparedXl';
89
92
  export { default as TargetedCampaigns } from './TargetedCampaigns';
90
93
  export { default as TopProductsXl } from './TopProductsXl';
91
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
92
- export { default as AdTempCodeS } from './AdTempCodeS';
93
- export { default as AdSlideRightL } from './AdSlideRightL';
94
- export { default as AdSlideUpL } from './AdSlideUpL';
@@ -1,7 +1,7 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
2
  export { default as ActionNoneL } from './ActionNoneL';
3
- export { default as ActionOpenAppL } from './ActionOpenAppL';
4
3
  export { default as ActionUrlL } from './ActionUrlL';
4
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
5
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
6
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
7
  export { default as AdBannerL } from './AdBannerL';
@@ -12,22 +12,22 @@ export { default as AdCouponL } from './AdCouponL';
12
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
13
  export { default as AdFirstRunL } from './AdFirstRunL';
14
14
  export { default as AdFadeInL } from './AdFadeInL';
15
- export { default as AdFolderBasic } from './AdFolderBasic';
16
- export { default as AdFolderFeatured } from './AdFolderFeatured';
17
15
  export { default as AdFolderS } from './AdFolderS';
16
+ export { default as AdFolderFeatured } from './AdFolderFeatured';
17
+ export { default as AdFolderBasic } from './AdFolderBasic';
18
18
  export { default as AdFolderStarredS } from './AdFolderStarredS';
19
- export { default as AdFolderUser } from './AdFolderUser';
20
19
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
20
+ export { default as AdFolderUser } from './AdFolderUser';
21
21
  export { default as AdImageL } from './AdImageL';
22
22
  export { default as AdImgTextL } from './AdImgTextL';
23
- export { default as AdImportZip } from './AdImportZip';
24
23
  export { default as AdImportUrl } from './AdImportUrl';
24
+ export { default as AdImportZip } from './AdImportZip';
25
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
26
26
  export { default as AdLandL } from './AdLandL';
27
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
28
28
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
29
- export { default as AdOnExitL } from './AdOnExitL';
30
29
  export { default as AdOnLandingL } from './AdOnLandingL';
30
+ export { default as AdOnExitL } from './AdOnExitL';
31
31
  export { default as AdOnboardingL } from './AdOnboardingL';
32
32
  export { default as AdOpenAppL } from './AdOpenAppL';
33
33
  export { default as AdOpenUrlL } from './AdOpenUrlL';
@@ -35,42 +35,45 @@ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
37
37
  export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
- export { default as AdShareLinkL } from './AdShareLinkL';
39
38
  export { default as AdSilentPushL } from './AdSilentPushL';
40
- export { default as AdSimilarAiL } from './AdSimilarAiL';
39
+ export { default as AdShareLinkL } from './AdShareLinkL';
41
40
  export { default as AdSimplePushL } from './AdSimplePushL';
41
+ export { default as AdSimilarAiL } from './AdSimilarAiL';
42
42
  export { default as AdSlideDownL } from './AdSlideDownL';
43
+ export { default as AdSlideRightL } from './AdSlideRightL';
43
44
  export { default as AdSlideLeftL } from './AdSlideLeftL';
45
+ export { default as AdTempCodeS } from './AdTempCodeS';
46
+ export { default as AdSlideUpL } from './AdSlideUpL';
44
47
  export { default as AdTextEditorL } from './AdTextEditorL';
45
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
46
- export { default as AdVisualAiL } from './AdVisualAiL';
47
49
  export { default as AdVisualEditorL } from './AdVisualEditorL';
50
+ export { default as AdVisualAiL } from './AdVisualAiL';
48
51
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
49
- export { default as AdWalktroughL } from './AdWalktroughL';
50
52
  export { default as AdWebLayerL } from './AdWebLayerL';
51
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
53
+ export { default as AdWalktroughL } from './AdWalktroughL';
52
54
  export { default as AiCampaigns } from './AiCampaigns';
53
- export { default as AudienceAnalytics } from './AudienceAnalytics';
55
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
54
56
  export { default as BoostLoyalty } from './BoostLoyalty';
57
+ export { default as AudienceAnalytics } from './AudienceAnalytics';
55
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
56
59
  export { default as ChartColumnL } from './ChartColumnL';
57
60
  export { default as ChartComboL } from './ChartComboL';
58
61
  export { default as ChartDonutL } from './ChartDonutL';
59
62
  export { default as ChartDonutLineL } from './ChartDonutLineL';
60
63
  export { default as ChartLineL } from './ChartLineL';
61
- export { default as ChartPieL } from './ChartPieL';
62
64
  export { default as ChartTableL } from './ChartTableL';
65
+ export { default as ChartPieL } from './ChartPieL';
63
66
  export { default as DateMultipleXl } from './DateMultipleXl';
64
67
  export { default as DateOntimeXl } from './DateOntimeXl';
65
- export { default as FileImportL } from './FileImportL';
66
68
  export { default as DateRecurringXl } from './DateRecurringXl';
69
+ export { default as FileImportL } from './FileImportL';
67
70
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
68
- export { default as ImportClientsXl } from './ImportClientsXl';
69
71
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
70
- export { default as ImportCustomXl } from './ImportCustomXl';
72
+ export { default as ImportClientsXl } from './ImportClientsXl';
71
73
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
72
- export { default as ImportPromotionsXl } from './ImportPromotionsXl';
74
+ export { default as ImportCustomXl } from './ImportCustomXl';
73
75
  export { default as ImportQuickXl } from './ImportQuickXl';
76
+ export { default as ImportPromotionsXl } from './ImportPromotionsXl';
74
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
75
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
76
79
  export { default as Integration } from './Integration';
@@ -79,9 +82,9 @@ export { default as LastSeenXl } from './LastSeenXl';
79
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
80
83
  export { default as LayoutMixedL } from './LayoutMixedL';
81
84
  export { default as LayoutTextL } from './LayoutTextL';
82
- export { default as MarketingAutomation } from './MarketingAutomation';
83
85
  export { default as MetricFormulaXl } from './MetricFormulaXl';
84
86
  export { default as MetricSimpleXl } from './MetricSimpleXl';
87
+ export { default as MarketingAutomation } from './MarketingAutomation';
85
88
  export { default as MobileHandbillXl } from './MobileHandbillXl';
86
89
  export { default as OtherIdeas } from './OtherIdeas';
87
90
  export { default as PushImportL } from './PushImportL';
@@ -89,6 +92,3 @@ export { default as ReportPreparedXl } from './ReportPreparedXl';
89
92
  export { default as TargetedCampaigns } from './TargetedCampaigns';
90
93
  export { default as TopProductsXl } from './TopProductsXl';
91
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
92
- export { default as AdTempCodeS } from './AdTempCodeS';
93
- export { default as AdSlideRightL } from './AdSlideRightL';
94
- export { default as AdSlideUpL } from './AdSlideUpL';