@synerise/ds-icon 0.57.0 → 0.58.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 FileExpiredM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FileExpiredM;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const FileExpiredM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "file-expired-m" }, props),
3
+ React.createElement("path", { d: "M7.75 21h4.15a.75.75 0 000-1.5H7.75c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25h4.34c.323 0 .632.124.865.346l4.159 3.976c.246.236.386.562.386.904v2.024a.75.75 0 001.5 0V9.726a2.763 2.763 0 00-.85-1.988l-4.16-3.976A2.738 2.738 0 0012.09 3H7.75A2.753 2.753 0 005 5.75v12.5A2.753 2.753 0 007.75 21z" }),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 17a4 4 0 118 0 4 4 0 01-8 0zm1.5 0a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0z" }),
5
+ React.createElement("path", { d: "M17.75 16.69v-.89a.75.75 0 00-1.5 0V17c0 .199.079.39.22.53l.8.8a.75.75 0 001.06-1.06l-.58-.58z" })));
6
+ export default FileExpiredM;
@@ -5,60 +5,60 @@ export { default as CheckL } from './CheckL';
5
5
  export { default as CheckboxL } from './CheckboxL';
6
6
  export { default as CloseL } from './CloseL';
7
7
  export { default as ColumnL } from './ColumnL';
8
- export { default as CountdownL } from './CountdownL';
9
8
  export { default as ComboL } from './ComboL';
9
+ export { default as CountdownL } from './CountdownL';
10
10
  export { default as DividerL } from './DividerL';
11
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
12
11
  export { default as FileTypePictureL } from './FileTypePictureL';
13
- export { default as FolderL } from './FolderL';
12
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
13
  export { default as FormEditL } from './FormEditL';
14
+ export { default as FolderL } from './FolderL';
15
15
  export { default as FormGroupL } from './FormGroupL';
16
- export { default as FormL } from './FormL';
17
- export { default as ImageL } from './ImageL';
18
- export { default as HashL } from './HashL';
19
16
  export { default as ImageLandscapeL } from './ImageLandscapeL';
17
+ export { default as HashL } from './HashL';
18
+ export { default as ImageL } from './ImageL';
20
19
  export { default as ImagePotraitL } from './ImagePotraitL';
21
20
  export { default as ImageUrlL } from './ImageUrlL';
22
21
  export { default as InboxNoResultsL } from './InboxNoResultsL';
23
- export { default as InfoL } from './InfoL';
24
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
25
22
  export { default as InputL } from './InputL';
26
23
  export { default as LabelL } from './LabelL';
24
+ export { default as InfoL } from './InfoL';
27
25
  export { default as LineL } from './LineL';
26
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
28
27
  export { default as LinkL } from './LinkL';
29
28
  export { default as LocationL } from './LocationL';
30
- export { default as MobileBlockL } from './MobileBlockL';
31
29
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as MobileLayout2L } from './MobileLayout2L';
30
+ export { default as MobileBlockL } from './MobileBlockL';
33
31
  export { default as MobileLayout1L } from './MobileLayout1L';
34
32
  export { default as MobileLayout3L } from './MobileLayout3L';
35
- export { default as MobileLayout4L } from './MobileLayout4L';
33
+ export { default as MobileLayout2L } from './MobileLayout2L';
36
34
  export { default as MobileLinkL } from './MobileLinkL';
37
35
  export { default as MobileUrlL } from './MobileUrlL';
38
36
  export { default as MultilineL } from './MultilineL';
39
- export { default as NavbarL } from './NavbarL';
37
+ export { default as MobileLayout4L } from './MobileLayout4L';
40
38
  export { default as NoData } from './NoData';
39
+ export { default as NavbarL } from './NavbarL';
41
40
  export { default as NoPermissionL } from './NoPermissionL';
42
41
  export { default as PieL } from './PieL';
43
42
  export { default as QuoteL } from './QuoteL';
44
43
  export { default as RadioL } from './RadioL';
45
- export { default as RelationManyManyL } from './RelationManyManyL';
46
44
  export { default as RelationManyOneL } from './RelationManyOneL';
45
+ export { default as RelationManyManyL } from './RelationManyManyL';
47
46
  export { default as RelationOneManyL } from './RelationOneManyL';
48
- export { default as RelationOneOneL } from './RelationOneOneL';
49
47
  export { default as SearchNoResultsL } from './SearchNoResultsL';
50
- export { default as Section12L } from './Section12L';
51
- export { default as Section13L } from './Section13L';
52
48
  export { default as Section37L } from './Section37L';
49
+ export { default as RelationOneOneL } from './RelationOneOneL';
50
+ export { default as Section12L } from './Section12L';
53
51
  export { default as SectionL } from './SectionL';
54
52
  export { default as SelectL } from './SelectL';
55
- export { default as ShowL } from './ShowL';
53
+ export { default as Section13L } from './Section13L';
56
54
  export { default as SliderL } from './SliderL';
57
55
  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 TextareaL } from './TextareaL';
59
+ export { default as TableL } from './TableL';
61
60
  export { default as TextL } from './TextL';
62
- export { default as TooltipL } from './TooltipL';
63
61
  export { default as VideoL } from './VideoL';
64
62
  export { default as WarningL } from './WarningL';
63
+ export { default as TooltipL } from './TooltipL';
64
+ export { default as FormL } from './FormL';
@@ -5,60 +5,60 @@ export { default as CheckL } from './CheckL';
5
5
  export { default as CheckboxL } from './CheckboxL';
6
6
  export { default as CloseL } from './CloseL';
7
7
  export { default as ColumnL } from './ColumnL';
8
- export { default as CountdownL } from './CountdownL';
9
8
  export { default as ComboL } from './ComboL';
9
+ export { default as CountdownL } from './CountdownL';
10
10
  export { default as DividerL } from './DividerL';
11
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
12
11
  export { default as FileTypePictureL } from './FileTypePictureL';
13
- export { default as FolderL } from './FolderL';
12
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
13
  export { default as FormEditL } from './FormEditL';
14
+ export { default as FolderL } from './FolderL';
15
15
  export { default as FormGroupL } from './FormGroupL';
16
- export { default as FormL } from './FormL';
17
- export { default as ImageL } from './ImageL';
18
- export { default as HashL } from './HashL';
19
16
  export { default as ImageLandscapeL } from './ImageLandscapeL';
17
+ export { default as HashL } from './HashL';
18
+ export { default as ImageL } from './ImageL';
20
19
  export { default as ImagePotraitL } from './ImagePotraitL';
21
20
  export { default as ImageUrlL } from './ImageUrlL';
22
21
  export { default as InboxNoResultsL } from './InboxNoResultsL';
23
- export { default as InfoL } from './InfoL';
24
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
25
22
  export { default as InputL } from './InputL';
26
23
  export { default as LabelL } from './LabelL';
24
+ export { default as InfoL } from './InfoL';
27
25
  export { default as LineL } from './LineL';
26
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
28
27
  export { default as LinkL } from './LinkL';
29
28
  export { default as LocationL } from './LocationL';
30
- export { default as MobileBlockL } from './MobileBlockL';
31
29
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as MobileLayout2L } from './MobileLayout2L';
30
+ export { default as MobileBlockL } from './MobileBlockL';
33
31
  export { default as MobileLayout1L } from './MobileLayout1L';
34
32
  export { default as MobileLayout3L } from './MobileLayout3L';
35
- export { default as MobileLayout4L } from './MobileLayout4L';
33
+ export { default as MobileLayout2L } from './MobileLayout2L';
36
34
  export { default as MobileLinkL } from './MobileLinkL';
37
35
  export { default as MobileUrlL } from './MobileUrlL';
38
36
  export { default as MultilineL } from './MultilineL';
39
- export { default as NavbarL } from './NavbarL';
37
+ export { default as MobileLayout4L } from './MobileLayout4L';
40
38
  export { default as NoData } from './NoData';
39
+ export { default as NavbarL } from './NavbarL';
41
40
  export { default as NoPermissionL } from './NoPermissionL';
42
41
  export { default as PieL } from './PieL';
43
42
  export { default as QuoteL } from './QuoteL';
44
43
  export { default as RadioL } from './RadioL';
45
- export { default as RelationManyManyL } from './RelationManyManyL';
46
44
  export { default as RelationManyOneL } from './RelationManyOneL';
45
+ export { default as RelationManyManyL } from './RelationManyManyL';
47
46
  export { default as RelationOneManyL } from './RelationOneManyL';
48
- export { default as RelationOneOneL } from './RelationOneOneL';
49
47
  export { default as SearchNoResultsL } from './SearchNoResultsL';
50
- export { default as Section12L } from './Section12L';
51
- export { default as Section13L } from './Section13L';
52
48
  export { default as Section37L } from './Section37L';
49
+ export { default as RelationOneOneL } from './RelationOneOneL';
50
+ export { default as Section12L } from './Section12L';
53
51
  export { default as SectionL } from './SectionL';
54
52
  export { default as SelectL } from './SelectL';
55
- export { default as ShowL } from './ShowL';
53
+ export { default as Section13L } from './Section13L';
56
54
  export { default as SliderL } from './SliderL';
57
55
  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 TextareaL } from './TextareaL';
59
+ export { default as TableL } from './TableL';
61
60
  export { default as TextL } from './TextL';
62
- export { default as TooltipL } from './TooltipL';
63
61
  export { default as VideoL } from './VideoL';
64
62
  export { default as WarningL } from './WarningL';
63
+ export { default as TooltipL } from './TooltipL';
64
+ export { default as FormL } from './FormL';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const GemsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default GemsXl;
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ const GemsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "gems-xl" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.478 38.8l29.44 31.512L77.363 38.8H18.478zm29.44 33.36a.745.745 0 01-.546-.238l-31.17-33.36a.75.75 0 01.548-1.261h62.339a.75.75 0 01.548 1.262l-31.17 33.359a.747.747 0 01-.548.238z", fill: "#384451" }),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.84 38.8L47.92 69.039 57.998 38.8H37.84zM47.92 72.16a.752.752 0 01-.712-.512l-11.12-33.36a.75.75 0 01.713-.987h22.239a.75.75 0 01.712.987l-11.12 33.36a.751.751 0 01-.712.512z", fill: "#384451" }),
5
+ React.createElement("mask", { id: "prefix__svg-59821111a", style: {
6
+ maskType: 'luminance',
7
+ }, maskUnits: "userSpaceOnUse", x: 16, y: 23, width: 64, height: 16 },
8
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 23h63.839v15.8H16V23z", fill: "#fff" })),
9
+ React.createElement("g", { mask: "url(#prefix__svg-59821111a)" },
10
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.248 37.3h59.343l-9.579-12.8H27.827l-9.579 12.8zm60.841 1.5H16.75a.75.75 0 01-.6-1.198l10.702-14.3a.75.75 0 01.6-.301h40.935a.75.75 0 01.6.3l10.702 14.3a.75.75 0 01-.6 1.2z", fill: "#384451" })),
11
+ React.createElement("mask", { id: "prefix__svg-59821111b", style: {
12
+ maskType: 'luminance',
13
+ }, maskUnits: "userSpaceOnUse", x: 26, y: 23, width: 44, height: 16 },
14
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.702 23h42.435v15.804H26.702V23z", fill: "#fff" })),
15
+ React.createElement("g", { mask: "url(#prefix__svg-59821111b)" },
16
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.04 38.8a.75.75 0 01-.593-.29L47.92 24.974 37.392 38.51c-.149.19-.379.32-.623.289a.75.75 0 01-.597-.34l-9.348-14.3a.75.75 0 011.256-.82l8.772 13.42 10.475-13.47c.283-.366.9-.366 1.184 0l10.475 13.47 8.773-13.42a.748.748 0 011.038-.217.751.751 0 01.218 1.038l-9.348 14.3a.752.752 0 01-.598.339h-.03", fill: "#384451" }))));
17
+ export default GemsXl;
@@ -1,85 +1,86 @@
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 AttributeXl } from './AttributeXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
6
6
  export { default as BasicBuilderXl } from './BasicBuilderXl';
7
- export { default as BillingXl } from './BillingXl';
8
7
  export { default as BeforeEventXl } from './BeforeEventXl';
8
+ export { default as AttributeXl } from './AttributeXl';
9
9
  export { default as BasketCheckXl } from './BasketCheckXl';
10
+ export { default as BillingXl } from './BillingXl';
10
11
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
13
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
12
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
13
15
  export { default as BulbEditXl } from './BulbEditXl';
14
- export { default as BrowserScrollXl } from './BrowserScrollXl';
15
16
  export { default as CalculatorXl } from './CalculatorXl';
16
17
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
17
18
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
19
  export { default as CalendarXl } from './CalendarXl';
19
- export { default as CardVisaXl } from './CardVisaXl';
20
- export { default as CardAeXl } from './CardAeXl';
21
20
  export { default as CartAddXl } from './CartAddXl';
22
21
  export { default as CheckInXl } from './CheckInXl';
22
+ export { default as CardAeXl } from './CardAeXl';
23
23
  export { default as CheckOutXl } from './CheckOutXl';
24
+ export { default as CardVisaXl } from './CardVisaXl';
24
25
  export { default as CheckXl } from './CheckXl';
25
26
  export { default as ClassificationXl } from './ClassificationXl';
26
27
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
27
- export { default as CloneNodesXl } from './CloneNodesXl';
28
28
  export { default as CompareXl } from './CompareXl';
29
- export { default as CouponXl } from './CouponXl';
29
+ export { default as CloneNodesXl } from './CloneNodesXl';
30
30
  export { default as CupXl } from './CupXl';
31
+ export { default as CouponXl } from './CouponXl';
31
32
  export { default as DiscountXl } from './DiscountXl';
32
- export { default as EventXl } from './EventXl';
33
33
  export { default as FileUpXl } from './FileUpXl';
34
34
  export { default as FileUrlXl } from './FileUrlXl';
35
- export { default as FileZipXl } from './FileZipXl';
36
35
  export { default as FileXl } from './FileXl';
36
+ export { default as EventXl } from './EventXl';
37
+ export { default as FileZipXl } from './FileZipXl';
37
38
  export { default as FirstRunXl } from './FirstRunXl';
38
39
  export { default as FolderCheckXl } from './FolderCheckXl';
39
40
  export { default as FolderStarXl } from './FolderStarXl';
40
- export { default as FolderUserXl } from './FolderUserXl';
41
41
  export { default as FolderXl } from './FolderXl';
42
+ export { default as FolderUserXl } from './FolderUserXl';
42
43
  export { default as FormXl } from './FormXl';
43
- export { default as FormulaXl } from './FormulaXl';
44
44
  export { default as FunctionXl } from './FunctionXl';
45
+ export { default as GemsXl } from './GemsXl';
45
46
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
47
  export { default as InfoXl } from './InfoXl';
48
+ export { default as InsertObjectXl } from './InsertObjectXl';
49
+ export { default as FormulaXl } from './FormulaXl';
47
50
  export { default as IntegrationXl } from './IntegrationXl';
48
- export { default as LaptopAiXl } from './LaptopAiXl';
49
51
  export { default as IntegrationsXl } from './IntegrationsXl';
50
- export { default as InsertObjectXl } from './InsertObjectXl';
51
52
  export { default as LaptopTargetXl } from './LaptopTargetXl';
52
- export { default as AfterEventXl } from './AfterEventXl';
53
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
53
+ export { default as LaunchXl } from './LaunchXl';
54
54
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
55
+ export { default as LaptopAiXl } from './LaptopAiXl';
56
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
55
57
  export { default as MessageXl } from './MessageXl';
56
- export { default as MobileBannerXl } from './MobileBannerXl';
57
58
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
- export { default as MobileStepsXl } from './MobileStepsXl';
59
59
  export { default as MobileUpdateXl } from './MobileUpdateXl';
60
- export { default as NetworkFileXl } from './NetworkFileXl';
60
+ export { default as MobileBannerXl } from './MobileBannerXl';
61
+ export { default as MobileStepsXl } from './MobileStepsXl';
61
62
  export { default as MultivalueXl } from './MultivalueXl';
62
- export { default as NoPermissionXl } from './NoPermissionXl';
63
+ export { default as NetworkFileXl } from './NetworkFileXl';
63
64
  export { default as NotificationsEditXl } from './NotificationsEditXl';
64
- export { default as ProductsBundleXl } from './ProductsBundleXl';
65
+ export { default as NoPermissionXl } from './NoPermissionXl';
65
66
  export { default as ProductsFeedXl } from './ProductsFeedXl';
66
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
67
67
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
68
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
+ export { default as PushXl } from './PushXl';
68
70
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
72
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
69
73
  export { default as ReggressionXl } from './ReggressionXl';
70
74
  export { default as SectionXl } from './SectionXl';
71
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
72
- export { default as PushXl } from './PushXl';
73
75
  export { default as ShowXl } from './ShowXl';
74
- export { default as ToolsXl } from './ToolsXl';
75
76
  export { default as SilentPushXl } from './SilentPushXl';
77
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
76
78
  export { default as UserCircleXl } from './UserCircleXl';
79
+ export { default as ToolsXl } from './ToolsXl';
77
80
  export { default as UserIdXl } from './UserIdXl';
78
81
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
79
- export { default as UserCircleUpXl } from './UserCircleUpXl';
80
82
  export { default as VisualEditorXl } from './VisualEditorXl';
81
- export { default as VoucherXl } from './VoucherXl';
82
83
  export { default as WarningXl } from './WarningXl';
84
+ export { default as VoucherXl } from './VoucherXl';
83
85
  export { default as WebhookXl } from './WebhookXl';
84
86
  export { default as WeblayerXl } from './WeblayerXl';
85
- export { default as LaunchXl } from './LaunchXl';
@@ -1,85 +1,86 @@
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 AttributeXl } from './AttributeXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
6
6
  export { default as BasicBuilderXl } from './BasicBuilderXl';
7
- export { default as BillingXl } from './BillingXl';
8
7
  export { default as BeforeEventXl } from './BeforeEventXl';
8
+ export { default as AttributeXl } from './AttributeXl';
9
9
  export { default as BasketCheckXl } from './BasketCheckXl';
10
+ export { default as BillingXl } from './BillingXl';
10
11
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
13
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
12
14
  export { default as BrowserLandingXl } from './BrowserLandingXl';
13
15
  export { default as BulbEditXl } from './BulbEditXl';
14
- export { default as BrowserScrollXl } from './BrowserScrollXl';
15
16
  export { default as CalculatorXl } from './CalculatorXl';
16
17
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
17
18
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
19
  export { default as CalendarXl } from './CalendarXl';
19
- export { default as CardVisaXl } from './CardVisaXl';
20
- export { default as CardAeXl } from './CardAeXl';
21
20
  export { default as CartAddXl } from './CartAddXl';
22
21
  export { default as CheckInXl } from './CheckInXl';
22
+ export { default as CardAeXl } from './CardAeXl';
23
23
  export { default as CheckOutXl } from './CheckOutXl';
24
+ export { default as CardVisaXl } from './CardVisaXl';
24
25
  export { default as CheckXl } from './CheckXl';
25
26
  export { default as ClassificationXl } from './ClassificationXl';
26
27
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
27
- export { default as CloneNodesXl } from './CloneNodesXl';
28
28
  export { default as CompareXl } from './CompareXl';
29
- export { default as CouponXl } from './CouponXl';
29
+ export { default as CloneNodesXl } from './CloneNodesXl';
30
30
  export { default as CupXl } from './CupXl';
31
+ export { default as CouponXl } from './CouponXl';
31
32
  export { default as DiscountXl } from './DiscountXl';
32
- export { default as EventXl } from './EventXl';
33
33
  export { default as FileUpXl } from './FileUpXl';
34
34
  export { default as FileUrlXl } from './FileUrlXl';
35
- export { default as FileZipXl } from './FileZipXl';
36
35
  export { default as FileXl } from './FileXl';
36
+ export { default as EventXl } from './EventXl';
37
+ export { default as FileZipXl } from './FileZipXl';
37
38
  export { default as FirstRunXl } from './FirstRunXl';
38
39
  export { default as FolderCheckXl } from './FolderCheckXl';
39
40
  export { default as FolderStarXl } from './FolderStarXl';
40
- export { default as FolderUserXl } from './FolderUserXl';
41
41
  export { default as FolderXl } from './FolderXl';
42
+ export { default as FolderUserXl } from './FolderUserXl';
42
43
  export { default as FormXl } from './FormXl';
43
- export { default as FormulaXl } from './FormulaXl';
44
44
  export { default as FunctionXl } from './FunctionXl';
45
+ export { default as GemsXl } from './GemsXl';
45
46
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
47
  export { default as InfoXl } from './InfoXl';
48
+ export { default as InsertObjectXl } from './InsertObjectXl';
49
+ export { default as FormulaXl } from './FormulaXl';
47
50
  export { default as IntegrationXl } from './IntegrationXl';
48
- export { default as LaptopAiXl } from './LaptopAiXl';
49
51
  export { default as IntegrationsXl } from './IntegrationsXl';
50
- export { default as InsertObjectXl } from './InsertObjectXl';
51
52
  export { default as LaptopTargetXl } from './LaptopTargetXl';
52
- export { default as AfterEventXl } from './AfterEventXl';
53
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
53
+ export { default as LaunchXl } from './LaunchXl';
54
54
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
55
+ export { default as LaptopAiXl } from './LaptopAiXl';
56
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
55
57
  export { default as MessageXl } from './MessageXl';
56
- export { default as MobileBannerXl } from './MobileBannerXl';
57
58
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
- export { default as MobileStepsXl } from './MobileStepsXl';
59
59
  export { default as MobileUpdateXl } from './MobileUpdateXl';
60
- export { default as NetworkFileXl } from './NetworkFileXl';
60
+ export { default as MobileBannerXl } from './MobileBannerXl';
61
+ export { default as MobileStepsXl } from './MobileStepsXl';
61
62
  export { default as MultivalueXl } from './MultivalueXl';
62
- export { default as NoPermissionXl } from './NoPermissionXl';
63
+ export { default as NetworkFileXl } from './NetworkFileXl';
63
64
  export { default as NotificationsEditXl } from './NotificationsEditXl';
64
- export { default as ProductsBundleXl } from './ProductsBundleXl';
65
+ export { default as NoPermissionXl } from './NoPermissionXl';
65
66
  export { default as ProductsFeedXl } from './ProductsFeedXl';
66
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
67
67
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
68
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
+ export { default as PushXl } from './PushXl';
68
70
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
71
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
72
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
69
73
  export { default as ReggressionXl } from './ReggressionXl';
70
74
  export { default as SectionXl } from './SectionXl';
71
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
72
- export { default as PushXl } from './PushXl';
73
75
  export { default as ShowXl } from './ShowXl';
74
- export { default as ToolsXl } from './ToolsXl';
75
76
  export { default as SilentPushXl } from './SilentPushXl';
77
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
76
78
  export { default as UserCircleXl } from './UserCircleXl';
79
+ export { default as ToolsXl } from './ToolsXl';
77
80
  export { default as UserIdXl } from './UserIdXl';
78
81
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
79
- export { default as UserCircleUpXl } from './UserCircleUpXl';
80
82
  export { default as VisualEditorXl } from './VisualEditorXl';
81
- export { default as VoucherXl } from './VoucherXl';
82
83
  export { default as WarningXl } from './WarningXl';
84
+ export { default as VoucherXl } from './VoucherXl';
83
85
  export { default as WebhookXl } from './WebhookXl';
84
86
  export { default as WeblayerXl } from './WeblayerXl';
85
- export { default as LaunchXl } from './LaunchXl';
@@ -1,94 +1,94 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
- export { default as ActionOpenAppL } from './ActionOpenAppL';
2
+ export { default as ActionNoneL } from './ActionNoneL';
3
3
  export { default as AdAfterScrollL } from './AdAfterScrollL';
4
4
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
5
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
5
6
  export { default as ActionUrlL } from './ActionUrlL';
6
7
  export { default as AdBannerL } from './AdBannerL';
7
8
  export { default as AdCartAiL } from './AdCartAiL';
8
- export { default as AdCodeEditorL } from './AdCodeEditorL';
9
9
  export { default as AdCouponL } from './AdCouponL';
10
- export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
- export { default as ActionNoneL } from './ActionNoneL';
10
+ export { default as AdCodeEditorL } from './AdCodeEditorL';
12
11
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
12
  export { default as AdFadeInL } from './AdFadeInL';
14
13
  export { default as AdFirstRunL } from './AdFirstRunL';
14
+ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
15
15
  export { default as AdFolderBasic } from './AdFolderBasic';
16
- export { default as AdFolderStarredS } from './AdFolderStarredS';
17
- export { default as AdFolderFeatured } from './AdFolderFeatured';
18
16
  export { default as AdFolderS } from './AdFolderS';
19
17
  export { default as AdFolderUser } from './AdFolderUser';
20
- export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
18
+ export { default as AdFolderFeatured } from './AdFolderFeatured';
19
+ export { default as AdFolderStarredS } from './AdFolderStarredS';
21
20
  export { default as AdImageL } from './AdImageL';
21
+ export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
22
22
  export { default as AdImgTextL } from './AdImgTextL';
23
- export { default as AdImportUrl } from './AdImportUrl';
24
23
  export { default as AdImportZip } from './AdImportZip';
25
24
  export { default as AdInsertObjectL } from './AdInsertObjectL';
25
+ export { default as AdImportUrl } from './AdImportUrl';
26
26
  export { default as AdLandL } from './AdLandL';
27
- export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
28
+ export { default as AdOnExitL } from './AdOnExitL';
29
+ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
29
30
  export { default as AdOnLandingL } from './AdOnLandingL';
30
- export { default as AdOnboardingL } from './AdOnboardingL';
31
31
  export { default as AdOpenAppL } from './AdOpenAppL';
32
- export { default as AdOpenUrlL } from './AdOpenUrlL';
33
- export { default as AdOnExitL } from './AdOnExitL';
32
+ export { default as AdOnboardingL } from './AdOnboardingL';
34
33
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
34
+ export { default as AdOpenUrlL } from './AdOpenUrlL';
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
38
  export { default as AdShareLinkL } from './AdShareLinkL';
39
+ export { default as AdSimplePushL } from './AdSimplePushL';
39
40
  export { default as AdSilentPushL } from './AdSilentPushL';
40
41
  export { default as AdSimilarAiL } from './AdSimilarAiL';
41
- export { default as AdSimplePushL } from './AdSimplePushL';
42
42
  export { default as AdSlideDownL } from './AdSlideDownL';
43
- export { default as AdTempCodeS } from './AdTempCodeS';
44
- export { default as AdSlideLeftL } from './AdSlideLeftL';
43
+ export { default as AdSlideUpL } from './AdSlideUpL';
45
44
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
46
- export { default as AdTextEditorL } from './AdTextEditorL';
47
45
  export { default as AdVisualAiL } from './AdVisualAiL';
48
46
  export { default as AdVisualEditorL } from './AdVisualEditorL';
47
+ export { default as AdTextEditorL } from './AdTextEditorL';
49
48
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
50
49
  export { default as AdWalktroughL } from './AdWalktroughL';
51
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
52
50
  export { default as AdWebLayerL } from './AdWebLayerL';
51
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
53
52
  export { default as AiCampaigns } from './AiCampaigns';
54
53
  export { default as AudienceAnalytics } from './AudienceAnalytics';
55
- export { default as CartRecommendationXl } from './CartRecommendationXl';
56
- export { default as ChartColumnL } from './ChartColumnL';
57
54
  export { default as BoostLoyalty } from './BoostLoyalty';
55
+ export { default as ChartColumnL } from './ChartColumnL';
58
56
  export { default as ChartComboL } from './ChartComboL';
57
+ export { default as CartRecommendationXl } from './CartRecommendationXl';
59
58
  export { default as ChartDonutL } from './ChartDonutL';
60
59
  export { default as ChartDonutLineL } from './ChartDonutLineL';
61
60
  export { default as ChartLineL } from './ChartLineL';
62
61
  export { default as ChartPieL } from './ChartPieL';
63
- export { default as ChartTableL } from './ChartTableL';
64
62
  export { default as DateMultipleXl } from './DateMultipleXl';
65
- export { default as AdSlideUpL } from './AdSlideUpL';
66
- export { default as DateRecurringXl } from './DateRecurringXl';
63
+ export { default as ChartTableL } from './ChartTableL';
67
64
  export { default as DateOntimeXl } from './DateOntimeXl';
65
+ export { default as FileImportL } from './FileImportL';
66
+ export { default as DateRecurringXl } from './DateRecurringXl';
68
67
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
69
68
  export { default as ImportClientsXl } from './ImportClientsXl';
70
- export { default as FileImportL } from './FileImportL';
71
69
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
72
70
  export { default as ImportCustomXl } from './ImportCustomXl';
73
71
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
74
- export { default as ImportPromotionsXl } from './ImportPromotionsXl';
75
72
  export { default as ImportQuickXl } from './ImportQuickXl';
73
+ export { default as ImportPromotionsXl } from './ImportPromotionsXl';
76
74
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
77
75
  export { default as ImportVouchersXl } from './ImportVouchersXl';
78
76
  export { default as LastSeenXl } from './LastSeenXl';
79
77
  export { default as Integration } from './Integration';
80
78
  export { default as LayoutImageBgL } from './LayoutImageBgL';
81
- export { default as LayoutTextL } from './LayoutTextL';
82
- export { default as LayoutMixedL } from './LayoutMixedL';
83
79
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
80
+ export { default as LayoutMixedL } from './LayoutMixedL';
81
+ export { default as LayoutTextL } from './LayoutTextL';
82
+ export { default as MarketingAutomation } from './MarketingAutomation';
84
83
  export { default as MetricFormulaXl } from './MetricFormulaXl';
85
84
  export { default as MetricSimpleXl } from './MetricSimpleXl';
86
- export { default as MarketingAutomation } from './MarketingAutomation';
85
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
87
86
  export { default as OtherIdeas } from './OtherIdeas';
88
87
  export { default as PushImportL } from './PushImportL';
89
88
  export { default as TargetedCampaigns } from './TargetedCampaigns';
90
- export { default as ReportPreparedXl } from './ReportPreparedXl';
91
89
  export { default as TopProductsXl } from './TopProductsXl';
92
90
  export { default as UnderstandCustomer } from './UnderstandCustomer';
91
+ export { default as ReportPreparedXl } from './ReportPreparedXl';
92
+ export { default as AdSlideLeftL } from './AdSlideLeftL';
93
93
  export { default as AdSlideRightL } from './AdSlideRightL';
94
- export { default as MobileHandbillXl } from './MobileHandbillXl';
94
+ export { default as AdTempCodeS } from './AdTempCodeS';