@synerise/ds-icon 0.71.2 → 0.72.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 CollapseArrowM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CollapseArrowM;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ const CollapseArrowM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", className: "collapse-arrow-m" }, props),
3
+ React.createElement("path", { d: "M18.533 5.467a.75.75 0 00-1.06 0L13.5 9.439V5.75a.75.75 0 00-1.5 0v5.5c0 .414.336.75.75.75h5.5a.75.75 0 000-1.5h-3.69l3.973-3.973a.75.75 0 000-1.06zM4.467 19.533a.75.75 0 001.06 0L9.5 15.56v3.69a.75.75 0 001.5 0v-5.5a.75.75 0 00-.75-.75h-5.5a.75.75 0 000 1.5h3.69l-3.973 3.973a.75.75 0 000 1.06z" })));
4
+ export default CollapseArrowM;
@@ -1,68 +1,68 @@
1
1
  export { default as AddL } from './AddL';
2
- export { default as ButtonSubmitL } from './ButtonSubmitL';
3
2
  export { default as BrowserL } from './BrowserL';
4
- export { default as CheckboxL } from './CheckboxL';
5
3
  export { default as ButtonL } from './ButtonL';
6
- export { default as ColumnL } from './ColumnL';
7
- export { default as CloseL } from './CloseL';
4
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
8
5
  export { default as CheckL } from './CheckL';
6
+ export { default as CloseL } from './CloseL';
7
+ export { default as CheckboxL } from './CheckboxL';
9
8
  export { default as ComboL } from './ComboL';
9
+ export { default as ColumnL } from './ColumnL';
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
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
13
  export { default as FolderL } from './FolderL';
15
- export { default as FolderPredefinedL } from './FolderPredefinedL';
16
- export { default as FormEditL } from './FormEditL';
17
14
  export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
16
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
18
17
  export { default as FormGroupL } from './FormGroupL';
18
+ export { default as FormEditL } from './FormEditL';
19
19
  export { default as FormL } from './FormL';
20
20
  export { default as HashL } from './HashL';
21
- export { default as ImageL } from './ImageL';
22
21
  export { default as ImageLandscapeL } from './ImageLandscapeL';
23
- export { default as ImagePotraitL } from './ImagePotraitL';
22
+ export { default as ImageL } from './ImageL';
24
23
  export { default as ImageUrlL } from './ImageUrlL';
25
- export { default as InboxNoResultsL } from './InboxNoResultsL';
24
+ export { default as ImagePotraitL } from './ImagePotraitL';
26
25
  export { default as InfoL } from './InfoL';
26
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
27
27
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
28
28
  export { default as InputL } from './InputL';
29
- export { default as LabelL } from './LabelL';
30
29
  export { default as LandingPageL } from './LandingPageL';
30
+ export { default as LabelL } from './LabelL';
31
+ export { default as LineL } from './LineL';
31
32
  export { default as LinkL } from './LinkL';
32
33
  export { default as LocationL } from './LocationL';
33
- export { default as LineL } from './LineL';
34
34
  export { default as MobileBlockL } from './MobileBlockL';
35
- export { default as MobileLayout1L } from './MobileLayout1L';
36
35
  export { default as MobileClickL } from './MobileClickL';
36
+ export { default as MobileLayout1L } from './MobileLayout1L';
37
+ export { default as MobileLayout2L } from './MobileLayout2L';
37
38
  export { default as MobileLayout3L } from './MobileLayout3L';
38
39
  export { default as MobileLayout4L } from './MobileLayout4L';
39
- export { default as MobileLayout2L } from './MobileLayout2L';
40
40
  export { default as MobileUrlL } from './MobileUrlL';
41
41
  export { default as MobileLinkL } from './MobileLinkL';
42
+ export { default as MultilineL } from './MultilineL';
42
43
  export { default as NavbarL } from './NavbarL';
43
44
  export { default as NoData } from './NoData';
44
- export { default as MultilineL } from './MultilineL';
45
- export { default as NoPermissionL } from './NoPermissionL';
46
45
  export { default as PieL } from './PieL';
47
- export { default as QuoteL } from './QuoteL';
46
+ export { default as NoPermissionL } from './NoPermissionL';
48
47
  export { default as RadioL } from './RadioL';
49
- export { default as RelationManyManyL } from './RelationManyManyL';
48
+ export { default as QuoteL } from './QuoteL';
50
49
  export { default as RelationManyOneL } from './RelationManyOneL';
50
+ export { default as RelationManyManyL } from './RelationManyManyL';
51
51
  export { default as RelationOneManyL } from './RelationOneManyL';
52
- export { default as SearchNoResultsL } from './SearchNoResultsL';
53
- export { default as Section12L } from './Section12L';
54
52
  export { default as RelationOneOneL } from './RelationOneOneL';
53
+ export { default as Section12L } from './Section12L';
54
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
55
+ export { default as Section37L } from './Section37L';
55
56
  export { default as Section13L } from './Section13L';
56
57
  export { default as SectionL } from './SectionL';
57
- export { default as Section37L } from './Section37L';
58
58
  export { default as SelectL } from './SelectL';
59
- export { default as StackedL } from './StackedL';
60
- export { default as ShowL } from './ShowL';
61
- export { default as SpinnerL } from './SpinnerL';
62
59
  export { default as SliderL } from './SliderL';
63
- export { default as TextL } from './TextL';
60
+ export { default as SpinnerL } from './SpinnerL';
61
+ export { default as ShowL } from './ShowL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TableL } from './TableL';
64
+ export { default as TextL } from './TextL';
65
65
  export { default as TextareaL } from './TextareaL';
66
- export { default as WarningL } from './WarningL';
67
- export { default as VideoL } from './VideoL';
68
66
  export { default as TooltipL } from './TooltipL';
67
+ export { default as VideoL } from './VideoL';
68
+ export { default as WarningL } from './WarningL';
@@ -1,68 +1,68 @@
1
1
  export { default as AddL } from './AddL';
2
- export { default as ButtonSubmitL } from './ButtonSubmitL';
3
2
  export { default as BrowserL } from './BrowserL';
4
- export { default as CheckboxL } from './CheckboxL';
5
3
  export { default as ButtonL } from './ButtonL';
6
- export { default as ColumnL } from './ColumnL';
7
- export { default as CloseL } from './CloseL';
4
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
8
5
  export { default as CheckL } from './CheckL';
6
+ export { default as CloseL } from './CloseL';
7
+ export { default as CheckboxL } from './CheckboxL';
9
8
  export { default as ComboL } from './ComboL';
9
+ export { default as ColumnL } from './ColumnL';
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
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
13
  export { default as FolderL } from './FolderL';
15
- export { default as FolderPredefinedL } from './FolderPredefinedL';
16
- export { default as FormEditL } from './FormEditL';
17
14
  export { default as FolderPlainL } from './FolderPlainL';
15
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
16
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
18
17
  export { default as FormGroupL } from './FormGroupL';
18
+ export { default as FormEditL } from './FormEditL';
19
19
  export { default as FormL } from './FormL';
20
20
  export { default as HashL } from './HashL';
21
- export { default as ImageL } from './ImageL';
22
21
  export { default as ImageLandscapeL } from './ImageLandscapeL';
23
- export { default as ImagePotraitL } from './ImagePotraitL';
22
+ export { default as ImageL } from './ImageL';
24
23
  export { default as ImageUrlL } from './ImageUrlL';
25
- export { default as InboxNoResultsL } from './InboxNoResultsL';
24
+ export { default as ImagePotraitL } from './ImagePotraitL';
26
25
  export { default as InfoL } from './InfoL';
26
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
27
27
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
28
28
  export { default as InputL } from './InputL';
29
- export { default as LabelL } from './LabelL';
30
29
  export { default as LandingPageL } from './LandingPageL';
30
+ export { default as LabelL } from './LabelL';
31
+ export { default as LineL } from './LineL';
31
32
  export { default as LinkL } from './LinkL';
32
33
  export { default as LocationL } from './LocationL';
33
- export { default as LineL } from './LineL';
34
34
  export { default as MobileBlockL } from './MobileBlockL';
35
- export { default as MobileLayout1L } from './MobileLayout1L';
36
35
  export { default as MobileClickL } from './MobileClickL';
36
+ export { default as MobileLayout1L } from './MobileLayout1L';
37
+ export { default as MobileLayout2L } from './MobileLayout2L';
37
38
  export { default as MobileLayout3L } from './MobileLayout3L';
38
39
  export { default as MobileLayout4L } from './MobileLayout4L';
39
- export { default as MobileLayout2L } from './MobileLayout2L';
40
40
  export { default as MobileUrlL } from './MobileUrlL';
41
41
  export { default as MobileLinkL } from './MobileLinkL';
42
+ export { default as MultilineL } from './MultilineL';
42
43
  export { default as NavbarL } from './NavbarL';
43
44
  export { default as NoData } from './NoData';
44
- export { default as MultilineL } from './MultilineL';
45
- export { default as NoPermissionL } from './NoPermissionL';
46
45
  export { default as PieL } from './PieL';
47
- export { default as QuoteL } from './QuoteL';
46
+ export { default as NoPermissionL } from './NoPermissionL';
48
47
  export { default as RadioL } from './RadioL';
49
- export { default as RelationManyManyL } from './RelationManyManyL';
48
+ export { default as QuoteL } from './QuoteL';
50
49
  export { default as RelationManyOneL } from './RelationManyOneL';
50
+ export { default as RelationManyManyL } from './RelationManyManyL';
51
51
  export { default as RelationOneManyL } from './RelationOneManyL';
52
- export { default as SearchNoResultsL } from './SearchNoResultsL';
53
- export { default as Section12L } from './Section12L';
54
52
  export { default as RelationOneOneL } from './RelationOneOneL';
53
+ export { default as Section12L } from './Section12L';
54
+ export { default as SearchNoResultsL } from './SearchNoResultsL';
55
+ export { default as Section37L } from './Section37L';
55
56
  export { default as Section13L } from './Section13L';
56
57
  export { default as SectionL } from './SectionL';
57
- export { default as Section37L } from './Section37L';
58
58
  export { default as SelectL } from './SelectL';
59
- export { default as StackedL } from './StackedL';
60
- export { default as ShowL } from './ShowL';
61
- export { default as SpinnerL } from './SpinnerL';
62
59
  export { default as SliderL } from './SliderL';
63
- export { default as TextL } from './TextL';
60
+ export { default as SpinnerL } from './SpinnerL';
61
+ export { default as ShowL } from './ShowL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TableL } from './TableL';
64
+ export { default as TextL } from './TextL';
65
65
  export { default as TextareaL } from './TextareaL';
66
- export { default as WarningL } from './WarningL';
67
- export { default as VideoL } from './VideoL';
68
66
  export { default as TooltipL } from './TooltipL';
67
+ export { default as VideoL } from './VideoL';
68
+ export { default as WarningL } from './WarningL';
@@ -1,93 +1,93 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
+ export { default as ApiXl } from './ApiXl';
4
5
  export { default as AfterEventXl } from './AfterEventXl';
5
- export { default as BasicBuilderXl } from './BasicBuilderXl';
6
6
  export { default as AttributeXl } from './AttributeXl';
7
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
7
8
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
8
9
  export { default as BasketCheckXl } from './BasketCheckXl';
9
- export { default as BrowserCloseXl } from './BrowserCloseXl';
10
+ export { default as BeforeEventXl } from './BeforeEventXl';
10
11
  export { default as BillingXl } from './BillingXl';
11
- export { default as BrowserCodeXl } from './BrowserCodeXl';
12
- export { default as BrowserScrollXl } from './BrowserScrollXl';
12
+ export { default as BrowserCloseXl } from './BrowserCloseXl';
13
13
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as CalculatorXl } from './CalculatorXl';
14
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
15
15
  export { default as BulbEditXl } from './BulbEditXl';
16
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
16
17
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
17
- export { default as ApiXl } from './ApiXl';
18
- export { default as CalendarScheduleXl } from './CalendarScheduleXl';
19
- export { default as CalendarXl } from './CalendarXl';
20
18
  export { default as CardAeXl } from './CardAeXl';
21
19
  export { default as CardVisaXl } from './CardVisaXl';
22
- export { default as CheckOutXl } from './CheckOutXl';
20
+ export { default as CartAddXl } from './CartAddXl';
23
21
  export { default as CheckInXl } from './CheckInXl';
22
+ export { default as CheckOutXl } from './CheckOutXl';
24
23
  export { default as CheckXl } from './CheckXl';
25
24
  export { default as ClassificationXl } from './ClassificationXl';
26
- export { default as CartAddXl } from './CartAddXl';
27
- export { default as CompareXl } from './CompareXl';
28
25
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
29
26
  export { default as CloneNodesXl } from './CloneNodesXl';
27
+ export { default as CompareXl } from './CompareXl';
28
+ export { default as CupXl } from './CupXl';
30
29
  export { default as CouponXl } from './CouponXl';
31
30
  export { default as DiscountXl } from './DiscountXl';
32
- export { default as CupXl } from './CupXl';
33
31
  export { default as EventXl } from './EventXl';
34
32
  export { default as FileUpXl } from './FileUpXl';
35
33
  export { default as FileUrlXl } from './FileUrlXl';
36
34
  export { default as FileXl } from './FileXl';
37
- export { default as FolderCheckXl } from './FolderCheckXl';
38
35
  export { default as FileZipXl } from './FileZipXl';
39
36
  export { default as FirstRunXl } from './FirstRunXl';
40
- export { default as FormXl } from './FormXl';
37
+ export { default as FolderStarXl } from './FolderStarXl';
38
+ export { default as FolderCheckXl } from './FolderCheckXl';
39
+ export { default as FolderUserXl } from './FolderUserXl';
41
40
  export { default as FolderXl } from './FolderXl';
41
+ export { default as FormXl } from './FormXl';
42
42
  export { default as FormulaXl } from './FormulaXl';
43
- export { default as FolderUserXl } from './FolderUserXl';
44
- export { default as GemsXl } from './GemsXl';
45
43
  export { default as FunctionXl } from './FunctionXl';
46
- export { default as InsertObjectXl } from './InsertObjectXl';
44
+ export { default as GemsXl } from './GemsXl';
47
45
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
+ export { default as InsertObjectXl } from './InsertObjectXl';
48
47
  export { default as InfoXl } from './InfoXl';
49
48
  export { default as IntegrationXl } from './IntegrationXl';
50
49
  export { default as IntegrationsXl } from './IntegrationsXl';
51
- export { default as FolderStarXl } from './FolderStarXl';
52
- export { default as LaptopTargetXl } from './LaptopTargetXl';
53
50
  export { default as LaptopAiXl } from './LaptopAiXl';
51
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
54
52
  export { default as LaunchXl } from './LaunchXl';
55
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
56
- export { default as MessageXl } from './MessageXl';
57
53
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
54
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
58
55
  export { default as MobileBannerXl } from './MobileBannerXl';
59
- export { default as MultivalueXl } from './MultivalueXl';
60
- export { default as MobileUpdateXl } from './MobileUpdateXl';
61
- export { default as MobileStepsXl } from './MobileStepsXl';
56
+ export { default as MessageXl } from './MessageXl';
62
57
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
+ export { default as MobileStepsXl } from './MobileStepsXl';
59
+ export { default as MobileUpdateXl } from './MobileUpdateXl';
60
+ export { default as MultivalueXl } from './MultivalueXl';
61
+ export { default as CalculatorXl } from './CalculatorXl';
62
+ export { default as CalendarScheduleXl } from './CalendarScheduleXl';
63
+ export { default as CalendarXl } from './CalendarXl';
63
64
  export { default as NetworkFileXl } from './NetworkFileXl';
64
65
  export { default as NoPermissionXl } from './NoPermissionXl';
65
- export { default as ProductsBundleXl } from './ProductsBundleXl';
66
- export { default as NotificationsEditXl } from './NotificationsEditXl';
67
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
66
+ export { default as ProductsFeedXl } from './ProductsFeedXl';
68
67
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
68
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
69
  export { default as PushXl } from './PushXl';
70
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
71
  export { default as ReggressionXl } from './ReggressionXl';
72
- export { default as SearchSemanticXl } from './SearchSemanticXl';
73
- export { default as ProductsFeedXl } from './ProductsFeedXl';
74
72
  export { default as SearchHybridXl } from './SearchHybridXl';
75
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
73
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
77
- export { default as ShowXl } from './ShowXl';
74
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
75
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
78
76
  export { default as SectionXl } from './SectionXl';
77
+ export { default as ShowXl } from './ShowXl';
79
78
  export { default as SilentPushXl } from './SilentPushXl';
80
79
  export { default as SmsXl } from './SmsXl';
81
80
  export { default as TargetXl } from './TargetXl';
82
- export { default as VisualEditorStarXl } from './VisualEditorStarXl';
83
- export { default as UserCircleUpXl } from './UserCircleUpXl';
84
81
  export { default as ToolsXl } from './ToolsXl';
85
- export { default as UserIdXl } from './UserIdXl';
82
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
86
83
  export { default as UserCircleXl } from './UserCircleXl';
84
+ export { default as UserIdXl } from './UserIdXl';
85
+ export { default as VisualEditorStarXl } from './VisualEditorStarXl';
87
86
  export { default as VisualEditorXl } from './VisualEditorXl';
88
87
  export { default as VoucherXl } from './VoucherXl';
89
- export { default as WebhookXl } from './WebhookXl';
90
88
  export { default as WarningXl } from './WarningXl';
89
+ export { default as WebhookXl } from './WebhookXl';
91
90
  export { default as WeblayerXl } from './WeblayerXl';
92
91
  export { default as WthStarsXl } from './WthStarsXl';
93
- export { default as BeforeEventXl } from './BeforeEventXl';
92
+ export { default as NotificationsEditXl } from './NotificationsEditXl';
93
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
@@ -1,93 +1,93 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
+ export { default as ApiXl } from './ApiXl';
4
5
  export { default as AfterEventXl } from './AfterEventXl';
5
- export { default as BasicBuilderXl } from './BasicBuilderXl';
6
6
  export { default as AttributeXl } from './AttributeXl';
7
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
7
8
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
8
9
  export { default as BasketCheckXl } from './BasketCheckXl';
9
- export { default as BrowserCloseXl } from './BrowserCloseXl';
10
+ export { default as BeforeEventXl } from './BeforeEventXl';
10
11
  export { default as BillingXl } from './BillingXl';
11
- export { default as BrowserCodeXl } from './BrowserCodeXl';
12
- export { default as BrowserScrollXl } from './BrowserScrollXl';
12
+ export { default as BrowserCloseXl } from './BrowserCloseXl';
13
13
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as CalculatorXl } from './CalculatorXl';
14
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
15
15
  export { default as BulbEditXl } from './BulbEditXl';
16
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
16
17
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
17
- export { default as ApiXl } from './ApiXl';
18
- export { default as CalendarScheduleXl } from './CalendarScheduleXl';
19
- export { default as CalendarXl } from './CalendarXl';
20
18
  export { default as CardAeXl } from './CardAeXl';
21
19
  export { default as CardVisaXl } from './CardVisaXl';
22
- export { default as CheckOutXl } from './CheckOutXl';
20
+ export { default as CartAddXl } from './CartAddXl';
23
21
  export { default as CheckInXl } from './CheckInXl';
22
+ export { default as CheckOutXl } from './CheckOutXl';
24
23
  export { default as CheckXl } from './CheckXl';
25
24
  export { default as ClassificationXl } from './ClassificationXl';
26
- export { default as CartAddXl } from './CartAddXl';
27
- export { default as CompareXl } from './CompareXl';
28
25
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
29
26
  export { default as CloneNodesXl } from './CloneNodesXl';
27
+ export { default as CompareXl } from './CompareXl';
28
+ export { default as CupXl } from './CupXl';
30
29
  export { default as CouponXl } from './CouponXl';
31
30
  export { default as DiscountXl } from './DiscountXl';
32
- export { default as CupXl } from './CupXl';
33
31
  export { default as EventXl } from './EventXl';
34
32
  export { default as FileUpXl } from './FileUpXl';
35
33
  export { default as FileUrlXl } from './FileUrlXl';
36
34
  export { default as FileXl } from './FileXl';
37
- export { default as FolderCheckXl } from './FolderCheckXl';
38
35
  export { default as FileZipXl } from './FileZipXl';
39
36
  export { default as FirstRunXl } from './FirstRunXl';
40
- export { default as FormXl } from './FormXl';
37
+ export { default as FolderStarXl } from './FolderStarXl';
38
+ export { default as FolderCheckXl } from './FolderCheckXl';
39
+ export { default as FolderUserXl } from './FolderUserXl';
41
40
  export { default as FolderXl } from './FolderXl';
41
+ export { default as FormXl } from './FormXl';
42
42
  export { default as FormulaXl } from './FormulaXl';
43
- export { default as FolderUserXl } from './FolderUserXl';
44
- export { default as GemsXl } from './GemsXl';
45
43
  export { default as FunctionXl } from './FunctionXl';
46
- export { default as InsertObjectXl } from './InsertObjectXl';
44
+ export { default as GemsXl } from './GemsXl';
47
45
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
+ export { default as InsertObjectXl } from './InsertObjectXl';
48
47
  export { default as InfoXl } from './InfoXl';
49
48
  export { default as IntegrationXl } from './IntegrationXl';
50
49
  export { default as IntegrationsXl } from './IntegrationsXl';
51
- export { default as FolderStarXl } from './FolderStarXl';
52
- export { default as LaptopTargetXl } from './LaptopTargetXl';
53
50
  export { default as LaptopAiXl } from './LaptopAiXl';
51
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
54
52
  export { default as LaunchXl } from './LaunchXl';
55
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
56
- export { default as MessageXl } from './MessageXl';
57
53
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
54
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
58
55
  export { default as MobileBannerXl } from './MobileBannerXl';
59
- export { default as MultivalueXl } from './MultivalueXl';
60
- export { default as MobileUpdateXl } from './MobileUpdateXl';
61
- export { default as MobileStepsXl } from './MobileStepsXl';
56
+ export { default as MessageXl } from './MessageXl';
62
57
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
+ export { default as MobileStepsXl } from './MobileStepsXl';
59
+ export { default as MobileUpdateXl } from './MobileUpdateXl';
60
+ export { default as MultivalueXl } from './MultivalueXl';
61
+ export { default as CalculatorXl } from './CalculatorXl';
62
+ export { default as CalendarScheduleXl } from './CalendarScheduleXl';
63
+ export { default as CalendarXl } from './CalendarXl';
63
64
  export { default as NetworkFileXl } from './NetworkFileXl';
64
65
  export { default as NoPermissionXl } from './NoPermissionXl';
65
- export { default as ProductsBundleXl } from './ProductsBundleXl';
66
- export { default as NotificationsEditXl } from './NotificationsEditXl';
67
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
66
+ export { default as ProductsFeedXl } from './ProductsFeedXl';
68
67
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
68
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
69
  export { default as PushXl } from './PushXl';
70
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
71
  export { default as ReggressionXl } from './ReggressionXl';
72
- export { default as SearchSemanticXl } from './SearchSemanticXl';
73
- export { default as ProductsFeedXl } from './ProductsFeedXl';
74
72
  export { default as SearchHybridXl } from './SearchHybridXl';
75
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
73
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
77
- export { default as ShowXl } from './ShowXl';
74
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
75
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
78
76
  export { default as SectionXl } from './SectionXl';
77
+ export { default as ShowXl } from './ShowXl';
79
78
  export { default as SilentPushXl } from './SilentPushXl';
80
79
  export { default as SmsXl } from './SmsXl';
81
80
  export { default as TargetXl } from './TargetXl';
82
- export { default as VisualEditorStarXl } from './VisualEditorStarXl';
83
- export { default as UserCircleUpXl } from './UserCircleUpXl';
84
81
  export { default as ToolsXl } from './ToolsXl';
85
- export { default as UserIdXl } from './UserIdXl';
82
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
86
83
  export { default as UserCircleXl } from './UserCircleXl';
84
+ export { default as UserIdXl } from './UserIdXl';
85
+ export { default as VisualEditorStarXl } from './VisualEditorStarXl';
87
86
  export { default as VisualEditorXl } from './VisualEditorXl';
88
87
  export { default as VoucherXl } from './VoucherXl';
89
- export { default as WebhookXl } from './WebhookXl';
90
88
  export { default as WarningXl } from './WarningXl';
89
+ export { default as WebhookXl } from './WebhookXl';
91
90
  export { default as WeblayerXl } from './WeblayerXl';
92
91
  export { default as WthStarsXl } from './WthStarsXl';
93
- export { default as BeforeEventXl } from './BeforeEventXl';
92
+ export { default as NotificationsEditXl } from './NotificationsEditXl';
93
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
@@ -1,95 +1,95 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
- export { default as ActionUrlL } from './ActionUrlL';
3
- export { default as ActionOpenAppL } from './ActionOpenAppL';
4
- export { default as AdBannerL } from './AdBannerL';
5
2
  export { default as ActionNoneL } from './ActionNoneL';
3
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
4
+ export { default as ActionUrlL } from './ActionUrlL';
6
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
7
6
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
8
- export { default as AdCartAiL } from './AdCartAiL';
7
+ export { default as AdBannerL } from './AdBannerL';
9
8
  export { default as AdCodeEditorL } from './AdCodeEditorL';
10
- export { default as AdCouponL } from './AdCouponL';
9
+ export { default as AdCartAiL } from './AdCartAiL';
11
10
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
12
- export { default as AdFirstRunL } from './AdFirstRunL';
13
- export { default as AdFolderBasic } from './AdFolderBasic';
14
- export { default as AdFadeInL } from './AdFadeInL';
11
+ export { default as AdCouponL } from './AdCouponL';
15
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
+ export { default as AdFadeInL } from './AdFadeInL';
14
+ export { default as AdFirstRunL } from './AdFirstRunL';
15
+ export { default as AdFolderS } from './AdFolderS';
16
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
17
- export { default as AdFolderStarredS } from './AdFolderStarredS';
17
+ export { default as AdFolderBasic } from './AdFolderBasic';
18
18
  export { default as AdFolderUser } from './AdFolderUser';
19
- export { default as AdFolderS } from './AdFolderS';
20
19
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
21
20
  export { default as AdImageL } from './AdImageL';
21
+ export { default as AdFolderStarredS } from './AdFolderStarredS';
22
22
  export { default as AdImgTextL } from './AdImgTextL';
23
23
  export { default as AdImportUrl } from './AdImportUrl';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
- export { default as AdInsertObjectL } from './AdInsertObjectL';
26
25
  export { default as AdLandL } from './AdLandL';
27
26
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
27
+ export { default as AdInsertObjectL } from './AdInsertObjectL';
28
28
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
29
+ export { default as AdOnDemandL } from './AdOnDemandL';
29
30
  export { default as AdOnExitL } from './AdOnExitL';
30
31
  export { default as AdOnLandingL } from './AdOnLandingL';
31
- export { default as AdOnboardingL } from './AdOnboardingL';
32
- export { default as AdOnDemandL } from './AdOnDemandL';
33
32
  export { default as AdOpenUrlL } from './AdOpenUrlL';
34
- export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
33
  export { default as AdOpenAppL } from './AdOpenAppL';
34
+ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
+ export { default as AdOnboardingL } from './AdOnboardingL';
36
+ export { default as AdPopL } from './AdPopL';
36
37
  export { default as AdPortraitL } from './AdPortraitL';
38
+ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
37
39
  export { default as AdShareLinkL } from './AdShareLinkL';
38
40
  export { default as AdSilentPushL } from './AdSilentPushL';
39
- export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
41
+ export { default as AdSimilarAiL } from './AdSimilarAiL';
40
42
  export { default as AdSimplePushL } from './AdSimplePushL';
43
+ export { default as AdSlideDownL } from './AdSlideDownL';
41
44
  export { default as AdSlideLeftL } from './AdSlideLeftL';
42
- export { default as AdSimilarAiL } from './AdSimilarAiL';
43
45
  export { default as AdSlideRightL } from './AdSlideRightL';
44
- export { default as AdSlideDownL } from './AdSlideDownL';
45
- export { default as AdTempCodeS } from './AdTempCodeS';
46
46
  export { default as AdSlideUpL } from './AdSlideUpL';
47
+ export { default as AdTempCodeS } from './AdTempCodeS';
47
48
  export { default as AdTextEditorL } from './AdTextEditorL';
48
49
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
49
- export { default as AdWalktroughL } from './AdWalktroughL';
50
- export { default as AdVisualEditorL } from './AdVisualEditorL';
51
50
  export { default as AdVisualAiL } from './AdVisualAiL';
51
+ export { default as AdVisualEditorL } from './AdVisualEditorL';
52
52
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
53
+ export { default as AdWalktroughL } from './AdWalktroughL';
53
54
  export { default as AdWebLayerL } from './AdWebLayerL';
54
55
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
55
56
  export { default as AiCampaigns } from './AiCampaigns';
56
- export { default as CartRecommendationXl } from './CartRecommendationXl';
57
57
  export { default as AudienceAnalytics } from './AudienceAnalytics';
58
58
  export { default as BoostLoyalty } from './BoostLoyalty';
59
- export { default as ChartComboL } from './ChartComboL';
60
59
  export { default as ChartColumnL } from './ChartColumnL';
61
- export { default as ChartDonutLineL } from './ChartDonutLineL';
62
- export { default as ChartPieL } from './ChartPieL';
60
+ export { default as CartRecommendationXl } from './CartRecommendationXl';
61
+ export { default as ChartComboL } from './ChartComboL';
63
62
  export { default as ChartDonutL } from './ChartDonutL';
63
+ export { default as ChartDonutLineL } from './ChartDonutLineL';
64
+ export { default as ChartTableL } from './ChartTableL';
64
65
  export { default as ChartLineL } from './ChartLineL';
66
+ export { default as ChartPieL } from './ChartPieL';
67
+ export { default as DateMultipleXl } from './DateMultipleXl';
65
68
  export { default as DateOntimeXl } from './DateOntimeXl';
66
- export { default as ChartTableL } from './ChartTableL';
67
69
  export { default as DateRecurringXl } from './DateRecurringXl';
68
- export { default as DateMultipleXl } from './DateMultipleXl';
69
70
  export { default as FileImportL } from './FileImportL';
70
- export { default as ImportCustomEventXl } from './ImportCustomEventXl';
71
71
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
72
- export { default as AdPopL } from './AdPopL';
73
- export { default as ImportCustomXl } from './ImportCustomXl';
74
- export { default as ImportQuickXl } from './ImportQuickXl';
75
72
  export { default as ImportClientsXl } from './ImportClientsXl';
76
- export { default as ImportVouchersXl } from './ImportVouchersXl';
73
+ export { default as ImportCustomEventXl } from './ImportCustomEventXl';
74
+ export { default as ImportCustomXl } from './ImportCustomXl';
75
+ export { default as ImportProductFeedXl } from './ImportProductFeedXl';
77
76
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
78
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
79
- export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
80
- export { default as LastSeenXl } from './LastSeenXl';
78
+ export { default as ImportVouchersXl } from './ImportVouchersXl';
79
+ export { default as ImportQuickXl } from './ImportQuickXl';
81
80
  export { default as Integration } from './Integration';
82
- export { default as LayoutMixedL } from './LayoutMixedL';
81
+ export { default as LastSeenXl } from './LastSeenXl';
83
82
  export { default as LayoutImageBgL } from './LayoutImageBgL';
83
+ export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
84
+ export { default as LayoutMixedL } from './LayoutMixedL';
84
85
  export { default as LayoutTextL } from './LayoutTextL';
85
86
  export { default as MarketingAutomation } from './MarketingAutomation';
86
- export { default as MobileHandbillXl } from './MobileHandbillXl';
87
87
  export { default as MetricFormulaXl } from './MetricFormulaXl';
88
- export { default as OtherIdeas } from './OtherIdeas';
89
88
  export { default as MetricSimpleXl } from './MetricSimpleXl';
90
- export { default as TargetedCampaigns } from './TargetedCampaigns';
89
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
90
+ export { default as PushImportL } from './PushImportL';
91
+ export { default as OtherIdeas } from './OtherIdeas';
91
92
  export { default as ReportPreparedXl } from './ReportPreparedXl';
93
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
92
94
  export { default as TopProductsXl } from './TopProductsXl';
93
- export { default as PushImportL } from './PushImportL';
94
95
  export { default as UnderstandCustomer } from './UnderstandCustomer';
95
- export { default as ImportProductFeedXl } from './ImportProductFeedXl';