@synerise/ds-icon 0.48.0 → 0.49.4
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.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/icons/L/index.d.ts +31 -31
- package/dist/cjs/icons/L/index.js +62 -62
- package/dist/cjs/icons/SyneriseM.d.ts +3 -0
- package/dist/cjs/icons/SyneriseM.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +39 -39
- package/dist/cjs/icons/XL/index.js +78 -78
- package/dist/cjs/icons/additional/index.d.ts +39 -39
- package/dist/cjs/icons/additional/index.js +78 -78
- package/dist/cjs/icons/index.d.ts +390 -389
- package/dist/cjs/icons/index.js +780 -778
- package/dist/esm/icons/L/index.d.ts +31 -31
- package/dist/esm/icons/L/index.js +31 -31
- package/dist/esm/icons/SyneriseM.d.ts +3 -0
- package/dist/esm/icons/SyneriseM.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +39 -39
- package/dist/esm/icons/XL/index.js +39 -39
- package/dist/esm/icons/additional/index.d.ts +39 -39
- package/dist/esm/icons/additional/index.js +39 -39
- package/dist/esm/icons/index.d.ts +390 -389
- package/dist/esm/icons/index.js +390 -389
- package/package.json +2 -2
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
2
2
|
export { default as ButtonL } from './ButtonL';
|
|
3
3
|
export { default as CheckL } from './CheckL';
|
|
4
|
-
export { default as
|
|
4
|
+
export { default as CloseL } from './CloseL';
|
|
5
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
6
|
export { default as ColumnL } from './ColumnL';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as AddL } from './AddL';
|
|
8
8
|
export { default as ComboL } from './ComboL';
|
|
9
|
-
export { default as
|
|
9
|
+
export { default as DividerL } from './DividerL';
|
|
10
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
10
11
|
export { default as FormGroupL } from './FormGroupL';
|
|
12
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
13
|
export { default as FormEditL } from './FormEditL';
|
|
12
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
|
-
export { default as HashL } from './HashL';
|
|
14
|
-
export { default as CloseL } from './CloseL';
|
|
15
14
|
export { default as ImageL } from './ImageL';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
16
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
|
-
export { default as
|
|
17
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
18
|
export { default as InfoL } from './InfoL';
|
|
19
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
20
20
|
export { default as InputL } from './InputL';
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
21
|
+
export { default as HashL } from './HashL';
|
|
23
22
|
export { default as LabelL } from './LabelL';
|
|
24
|
-
export { default as LinkL } from './LinkL';
|
|
25
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
23
|
export { default as LineL } from './LineL';
|
|
24
|
+
export { default as LocationL } from './LocationL';
|
|
25
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
|
+
export { default as LinkL } from './LinkL';
|
|
27
27
|
export { default as MobileClickL } from './MobileClickL';
|
|
28
|
+
export { default as FormL } from './FormL';
|
|
28
29
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
31
|
-
export { default as LocationL } from './LocationL';
|
|
32
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
33
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
34
30
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
31
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
33
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
34
|
export { default as MultilineL } from './MultilineL';
|
|
36
|
-
export { default as NoData } from './NoData';
|
|
37
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
38
|
-
export { default as QuoteL } from './QuoteL';
|
|
39
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
40
35
|
export { default as NavbarL } from './NavbarL';
|
|
41
|
-
export { default as
|
|
36
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
37
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
38
|
+
export { default as NoData } from './NoData';
|
|
42
39
|
export { default as RadioL } from './RadioL';
|
|
40
|
+
export { default as QuoteL } from './QuoteL';
|
|
43
41
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
42
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
43
|
+
export { default as PieL } from './PieL';
|
|
44
44
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
45
45
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
46
|
-
export { default as Section12L } from './Section12L';
|
|
47
46
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
48
|
-
export { default as
|
|
47
|
+
export { default as Section12L } from './Section12L';
|
|
48
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
49
49
|
export { default as Section13L } from './Section13L';
|
|
50
|
-
export { default as Section37L } from './Section37L';
|
|
51
50
|
export { default as SectionL } from './SectionL';
|
|
51
|
+
export { default as Section37L } from './Section37L';
|
|
52
52
|
export { default as SelectL } from './SelectL';
|
|
53
|
-
export { default as SliderL } from './SliderL';
|
|
54
53
|
export { default as ShowL } from './ShowL';
|
|
55
|
-
export { default as StackedL } from './StackedL';
|
|
56
|
-
export { default as TableL } from './TableL';
|
|
57
54
|
export { default as SpinnerL } from './SpinnerL';
|
|
58
|
-
export { default as
|
|
55
|
+
export { default as SliderL } from './SliderL';
|
|
59
56
|
export { default as TextL } from './TextL';
|
|
60
|
-
export { default as
|
|
57
|
+
export { default as StackedL } from './StackedL';
|
|
58
|
+
export { default as TextareaL } from './TextareaL';
|
|
61
59
|
export { default as TooltipL } from './TooltipL';
|
|
62
60
|
export { default as VideoL } from './VideoL';
|
|
61
|
+
export { default as TableL } from './TableL';
|
|
62
|
+
export { default as WarningL } from './WarningL';
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
2
2
|
export { default as ButtonL } from './ButtonL';
|
|
3
3
|
export { default as CheckL } from './CheckL';
|
|
4
|
-
export { default as
|
|
4
|
+
export { default as CloseL } from './CloseL';
|
|
5
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
6
|
export { default as ColumnL } from './ColumnL';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as AddL } from './AddL';
|
|
8
8
|
export { default as ComboL } from './ComboL';
|
|
9
|
-
export { default as
|
|
9
|
+
export { default as DividerL } from './DividerL';
|
|
10
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
10
11
|
export { default as FormGroupL } from './FormGroupL';
|
|
12
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
13
|
export { default as FormEditL } from './FormEditL';
|
|
12
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
|
-
export { default as HashL } from './HashL';
|
|
14
|
-
export { default as CloseL } from './CloseL';
|
|
15
14
|
export { default as ImageL } from './ImageL';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
16
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
|
-
export { default as
|
|
17
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
18
|
export { default as InfoL } from './InfoL';
|
|
19
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
20
20
|
export { default as InputL } from './InputL';
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
21
|
+
export { default as HashL } from './HashL';
|
|
23
22
|
export { default as LabelL } from './LabelL';
|
|
24
|
-
export { default as LinkL } from './LinkL';
|
|
25
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
23
|
export { default as LineL } from './LineL';
|
|
24
|
+
export { default as LocationL } from './LocationL';
|
|
25
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
|
+
export { default as LinkL } from './LinkL';
|
|
27
27
|
export { default as MobileClickL } from './MobileClickL';
|
|
28
|
+
export { default as FormL } from './FormL';
|
|
28
29
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
31
|
-
export { default as LocationL } from './LocationL';
|
|
32
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
33
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
34
30
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
31
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
33
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
34
|
export { default as MultilineL } from './MultilineL';
|
|
36
|
-
export { default as NoData } from './NoData';
|
|
37
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
38
|
-
export { default as QuoteL } from './QuoteL';
|
|
39
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
40
35
|
export { default as NavbarL } from './NavbarL';
|
|
41
|
-
export { default as
|
|
36
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
37
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
38
|
+
export { default as NoData } from './NoData';
|
|
42
39
|
export { default as RadioL } from './RadioL';
|
|
40
|
+
export { default as QuoteL } from './QuoteL';
|
|
43
41
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
42
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
43
|
+
export { default as PieL } from './PieL';
|
|
44
44
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
45
45
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
46
|
-
export { default as Section12L } from './Section12L';
|
|
47
46
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
48
|
-
export { default as
|
|
47
|
+
export { default as Section12L } from './Section12L';
|
|
48
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
49
49
|
export { default as Section13L } from './Section13L';
|
|
50
|
-
export { default as Section37L } from './Section37L';
|
|
51
50
|
export { default as SectionL } from './SectionL';
|
|
51
|
+
export { default as Section37L } from './Section37L';
|
|
52
52
|
export { default as SelectL } from './SelectL';
|
|
53
|
-
export { default as SliderL } from './SliderL';
|
|
54
53
|
export { default as ShowL } from './ShowL';
|
|
55
|
-
export { default as StackedL } from './StackedL';
|
|
56
|
-
export { default as TableL } from './TableL';
|
|
57
54
|
export { default as SpinnerL } from './SpinnerL';
|
|
58
|
-
export { default as
|
|
55
|
+
export { default as SliderL } from './SliderL';
|
|
59
56
|
export { default as TextL } from './TextL';
|
|
60
|
-
export { default as
|
|
57
|
+
export { default as StackedL } from './StackedL';
|
|
58
|
+
export { default as TextareaL } from './TextareaL';
|
|
61
59
|
export { default as TooltipL } from './TooltipL';
|
|
62
60
|
export { default as VideoL } from './VideoL';
|
|
61
|
+
export { default as TableL } from './TableL';
|
|
62
|
+
export { default as WarningL } from './WarningL';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const SyneriseM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "synerise-m" }, props),
|
|
3
|
+
React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }),
|
|
4
|
+
React.createElement("path", { d: "M14.505 11.218L9.551 9.54a1.586 1.586 0 01.495-3.08h4.103a1.23 1.23 0 100-2.46h-4.126a4.046 4.046 0 00-1.288 7.874l4.989 1.643c.644.22 1.078.825 1.08 1.506v.15a2.368 2.368 0 01-2.368 2.367H7.84a1.23 1.23 0 100 2.46h4.597a4.828 4.828 0 004.828-4.828v-.149a4.034 4.034 0 00-2.759-3.805" })));
|
|
5
|
+
export default SyneriseM;
|
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
export { default as AddXl } from './AddXl';
|
|
2
2
|
export { default as AbTestXl } from './AbTestXl';
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
3
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
4
|
export { default as AttributeXl } from './AttributeXl';
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
6
7
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
8
|
export { default as BillingXl } from './BillingXl';
|
|
8
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
9
9
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
10
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
11
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
12
10
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
11
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
13
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
13
14
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
14
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
15
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
16
|
-
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
19
15
|
export { default as CartAddXl } from './CartAddXl';
|
|
16
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
17
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
20
18
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
19
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
20
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
21
|
export { default as CheckXl } from './CheckXl';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as CouponXl } from './CouponXl';
|
|
22
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
24
23
|
export { default as CompareXl } from './CompareXl';
|
|
24
|
+
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
25
|
+
export { default as CouponXl } from './CouponXl';
|
|
25
26
|
export { default as CupXl } from './CupXl';
|
|
27
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
26
28
|
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as EventXl } from './EventXl';
|
|
28
29
|
export { default as FileUpXl } from './FileUpXl';
|
|
29
30
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
30
|
-
export { default as FileXl } from './FileXl';
|
|
31
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
32
31
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
32
|
+
export { default as EventXl } from './EventXl';
|
|
33
33
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
34
34
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
35
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
36
35
|
export { default as FormulaXl } from './FormulaXl';
|
|
36
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
37
|
+
export { default as FileXl } from './FileXl';
|
|
38
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
37
39
|
export { default as FormXl } from './FormXl';
|
|
38
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
39
40
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
40
|
-
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
41
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
42
41
|
export { default as InfoXl } from './InfoXl';
|
|
43
|
-
export { default as
|
|
42
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
44
43
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
44
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
45
46
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
46
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
47
47
|
export { default as LaunchXl } from './LaunchXl';
|
|
48
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
49
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
48
50
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
49
|
-
export { default as MessageXl } from './MessageXl';
|
|
50
51
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
51
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
52
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
53
|
-
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
54
52
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
55
|
-
export { default as
|
|
53
|
+
export { default as MessageXl } from './MessageXl';
|
|
54
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
55
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
56
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
56
57
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
57
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
58
|
-
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
59
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
60
58
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
59
|
+
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
60
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
61
61
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
62
62
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
63
|
-
export { default as PushXl } from './PushXl';
|
|
64
63
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
64
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
65
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
66
|
+
export { default as ShowXl } from './ShowXl';
|
|
65
67
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
66
|
-
export { default as SectionXl } from './SectionXl';
|
|
67
68
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
68
|
-
export { default as
|
|
69
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
70
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
71
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
|
+
export { default as SectionXl } from './SectionXl';
|
|
72
70
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
71
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
72
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
73
73
|
export { default as UserIdXl } from './UserIdXl';
|
|
74
74
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
75
|
-
export { default as
|
|
76
|
-
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
75
|
+
export { default as WarningXl } from './WarningXl';
|
|
77
76
|
export { default as VoucherXl } from './VoucherXl';
|
|
77
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
78
78
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
79
|
-
export { default as
|
|
80
|
-
export { default as
|
|
79
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
80
|
+
export { default as PushXl } from './PushXl';
|
|
@@ -1,80 +1,80 @@
|
|
|
1
1
|
export { default as AddXl } from './AddXl';
|
|
2
2
|
export { default as AbTestXl } from './AbTestXl';
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
3
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
4
|
export { default as AttributeXl } from './AttributeXl';
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
6
7
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
8
|
export { default as BillingXl } from './BillingXl';
|
|
8
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
9
9
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
10
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
11
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
12
10
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
11
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
13
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
13
14
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
14
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
15
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
16
|
-
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
19
15
|
export { default as CartAddXl } from './CartAddXl';
|
|
16
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
17
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
20
18
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
19
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
20
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
21
|
export { default as CheckXl } from './CheckXl';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as CouponXl } from './CouponXl';
|
|
22
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
24
23
|
export { default as CompareXl } from './CompareXl';
|
|
24
|
+
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
25
|
+
export { default as CouponXl } from './CouponXl';
|
|
25
26
|
export { default as CupXl } from './CupXl';
|
|
27
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
26
28
|
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as EventXl } from './EventXl';
|
|
28
29
|
export { default as FileUpXl } from './FileUpXl';
|
|
29
30
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
30
|
-
export { default as FileXl } from './FileXl';
|
|
31
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
32
31
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
32
|
+
export { default as EventXl } from './EventXl';
|
|
33
33
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
34
34
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
35
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
36
35
|
export { default as FormulaXl } from './FormulaXl';
|
|
36
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
37
|
+
export { default as FileXl } from './FileXl';
|
|
38
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
37
39
|
export { default as FormXl } from './FormXl';
|
|
38
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
39
40
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
40
|
-
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
41
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
42
41
|
export { default as InfoXl } from './InfoXl';
|
|
43
|
-
export { default as
|
|
42
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
44
43
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
44
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
45
46
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
46
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
47
47
|
export { default as LaunchXl } from './LaunchXl';
|
|
48
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
49
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
48
50
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
49
|
-
export { default as MessageXl } from './MessageXl';
|
|
50
51
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
51
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
52
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
53
|
-
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
54
52
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
55
|
-
export { default as
|
|
53
|
+
export { default as MessageXl } from './MessageXl';
|
|
54
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
55
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
56
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
56
57
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
57
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
58
|
-
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
59
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
60
58
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
59
|
+
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
60
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
61
61
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
62
62
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
63
|
-
export { default as PushXl } from './PushXl';
|
|
64
63
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
64
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
65
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
66
|
+
export { default as ShowXl } from './ShowXl';
|
|
65
67
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
66
|
-
export { default as SectionXl } from './SectionXl';
|
|
67
68
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
68
|
-
export { default as
|
|
69
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
70
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
71
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
|
+
export { default as SectionXl } from './SectionXl';
|
|
72
70
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
71
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
72
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
73
73
|
export { default as UserIdXl } from './UserIdXl';
|
|
74
74
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
75
|
-
export { default as
|
|
76
|
-
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
75
|
+
export { default as WarningXl } from './WarningXl';
|
|
77
76
|
export { default as VoucherXl } from './VoucherXl';
|
|
77
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
78
78
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
79
|
-
export { default as
|
|
80
|
-
export { default as
|
|
79
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
80
|
+
export { default as PushXl } from './PushXl';
|
|
@@ -1,91 +1,91 @@
|
|
|
1
1
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
2
3
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
3
4
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
4
5
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
5
|
-
export { default as ActionNoneL } from './ActionNoneL';
|
|
6
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
7
6
|
export { default as AdBannerL } from './AdBannerL';
|
|
7
|
+
export { default as ActionNoneL } from './ActionNoneL';
|
|
8
8
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
9
|
-
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
10
|
-
export { default as AdCouponL } from './AdCouponL';
|
|
11
9
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
10
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
12
11
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
12
|
+
export { default as AdFadeInL } from './AdFadeInL';
|
|
13
13
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
14
|
-
export { default as
|
|
14
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
15
15
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
16
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
17
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
17
18
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
18
19
|
export { default as AdImageL } from './AdImageL';
|
|
19
|
-
export { default as AdImgTextL } from './AdImgTextL';
|
|
20
|
-
export { default as AdImportUrl } from './AdImportUrl';
|
|
21
|
-
export { default as AdImportZip } from './AdImportZip';
|
|
22
20
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
21
|
+
export { default as AdImportZip } from './AdImportZip';
|
|
22
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
23
23
|
export { default as AdLandL } from './AdLandL';
|
|
24
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
24
25
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
25
|
-
export { default as AdFadeInL } from './AdFadeInL';
|
|
26
26
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
27
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
27
28
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
28
|
-
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
29
29
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
30
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
31
30
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
32
|
-
export { default as
|
|
31
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
33
32
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
34
|
-
export { default as
|
|
33
|
+
export { default as AdPopL } from './AdPopL';
|
|
35
34
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
36
|
-
export { default as
|
|
35
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
37
36
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
38
|
-
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
39
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
40
37
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
38
|
+
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
39
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
40
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
41
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
42
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
43
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
44
43
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
45
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
46
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
47
44
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
48
|
-
export { default as
|
|
45
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
46
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
49
47
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
48
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
50
49
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
51
50
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
52
51
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
53
|
-
export { default as
|
|
52
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
54
53
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
55
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
56
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
57
54
|
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as
|
|
55
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
56
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
60
57
|
export { default as ChartLineL } from './ChartLineL';
|
|
58
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
59
|
+
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
61
60
|
export { default as ChartPieL } from './ChartPieL';
|
|
62
61
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
63
|
-
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
64
62
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
65
|
-
export { default as
|
|
66
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
63
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
67
64
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
68
|
-
export { default as
|
|
69
|
-
export { default as
|
|
65
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
66
|
+
export { default as FileImportL } from './FileImportL';
|
|
67
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
70
68
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
69
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
70
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
71
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
71
72
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
72
73
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
73
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
74
|
-
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
75
74
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
75
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
76
76
|
export { default as Integration } from './Integration';
|
|
77
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
78
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
79
|
-
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
80
|
-
export { default as LayoutTextL } from './LayoutTextL';
|
|
81
77
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
78
|
+
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
79
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
82
80
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
83
|
-
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
84
81
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
85
82
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
83
|
+
export { default as LayoutTextL } from './LayoutTextL';
|
|
86
84
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
87
|
-
export { default as
|
|
88
|
-
export { default as PushImportL } from './PushImportL';
|
|
85
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
89
86
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
87
|
+
export { default as PushImportL } from './PushImportL';
|
|
88
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
89
|
+
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
90
90
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
91
91
|
export { default as OtherIdeas } from './OtherIdeas';
|