@synerise/ds-icon 0.47.0 → 0.47.1
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 +21 -21
- package/dist/cjs/icons/L/index.js +42 -42
- package/dist/cjs/icons/XL/index.d.ts +25 -25
- package/dist/cjs/icons/XL/index.js +50 -50
- package/dist/cjs/icons/additional/index.d.ts +29 -29
- package/dist/cjs/icons/additional/index.js +58 -58
- package/dist/cjs/icons/index.d.ts +282 -282
- package/dist/cjs/icons/index.js +564 -564
- package/dist/esm/icons/L/index.d.ts +21 -21
- package/dist/esm/icons/L/index.js +21 -21
- package/dist/esm/icons/XL/index.d.ts +25 -25
- package/dist/esm/icons/XL/index.js +25 -25
- package/dist/esm/icons/additional/index.d.ts +29 -29
- package/dist/esm/icons/additional/index.js +29 -29
- package/dist/esm/icons/index.d.ts +282 -282
- package/dist/esm/icons/index.js +282 -282
- package/package.json +3 -3
|
@@ -1,53 +1,56 @@
|
|
|
1
|
+
export { default as AddL } from './AddL';
|
|
2
|
+
export { default as ButtonL } from './ButtonL';
|
|
1
3
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
2
4
|
export { default as CheckL } from './CheckL';
|
|
3
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
4
6
|
export { default as CloseL } from './CloseL';
|
|
5
|
-
export { default as ComboL } from './ComboL';
|
|
6
7
|
export { default as ColumnL } from './ColumnL';
|
|
8
|
+
export { default as ComboL } from './ComboL';
|
|
7
9
|
export { default as CountdownL } from './CountdownL';
|
|
8
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
9
10
|
export { default as DividerL } from './DividerL';
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as ButtonL } from './ButtonL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FormEditL } from './FormEditL';
|
|
13
13
|
export { default as FormGroupL } from './FormGroupL';
|
|
14
|
+
export { default as FormL } from './FormL';
|
|
15
|
+
export { default as HashL } from './HashL';
|
|
14
16
|
export { default as ImageL } from './ImageL';
|
|
15
17
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
16
18
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
17
|
-
export { default as FormL } from './FormL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
20
|
-
export { default as InputL } from './InputL';
|
|
21
19
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
20
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
21
|
export { default as InfoL } from './InfoL';
|
|
23
22
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
24
|
-
export { default as
|
|
23
|
+
export { default as InputL } from './InputL';
|
|
25
24
|
export { default as LabelL } from './LabelL';
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
25
|
+
export { default as LineL } from './LineL';
|
|
28
26
|
export { default as LinkL } from './LinkL';
|
|
29
27
|
export { default as LocationL } from './LocationL';
|
|
28
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
30
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
31
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
31
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
34
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
34
35
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
35
36
|
export { default as MultilineL } from './MultilineL';
|
|
36
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
37
|
export { default as NavbarL } from './NavbarL';
|
|
38
|
+
export { default as NoData } from './NoData';
|
|
39
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
38
40
|
export { default as PieL } from './PieL';
|
|
39
41
|
export { default as QuoteL } from './QuoteL';
|
|
40
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
41
42
|
export { default as RadioL } from './RadioL';
|
|
43
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
44
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
42
45
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
43
46
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as
|
|
47
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
48
|
+
export { default as Section12L } from './Section12L';
|
|
49
|
+
export { default as Section13L } from './Section13L';
|
|
50
|
+
export { default as Section37L } from './Section37L';
|
|
47
51
|
export { default as SectionL } from './SectionL';
|
|
48
52
|
export { default as SelectL } from './SelectL';
|
|
49
53
|
export { default as SliderL } from './SliderL';
|
|
50
|
-
export { default as Section13L } from './Section13L';
|
|
51
54
|
export { default as SpinnerL } from './SpinnerL';
|
|
52
55
|
export { default as StackedL } from './StackedL';
|
|
53
56
|
export { default as TableL } from './TableL';
|
|
@@ -56,6 +59,3 @@ export { default as TextareaL } from './TextareaL';
|
|
|
56
59
|
export { default as TooltipL } from './TooltipL';
|
|
57
60
|
export { default as VideoL } from './VideoL';
|
|
58
61
|
export { default as WarningL } from './WarningL';
|
|
59
|
-
export { default as Section37L } from './Section37L';
|
|
60
|
-
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
61
|
-
export { default as Section12L } from './Section12L';
|
|
@@ -1,53 +1,56 @@
|
|
|
1
|
+
export { default as AddL } from './AddL';
|
|
2
|
+
export { default as ButtonL } from './ButtonL';
|
|
1
3
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
2
4
|
export { default as CheckL } from './CheckL';
|
|
3
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
4
6
|
export { default as CloseL } from './CloseL';
|
|
5
|
-
export { default as ComboL } from './ComboL';
|
|
6
7
|
export { default as ColumnL } from './ColumnL';
|
|
8
|
+
export { default as ComboL } from './ComboL';
|
|
7
9
|
export { default as CountdownL } from './CountdownL';
|
|
8
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
9
10
|
export { default as DividerL } from './DividerL';
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as ButtonL } from './ButtonL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FormEditL } from './FormEditL';
|
|
13
13
|
export { default as FormGroupL } from './FormGroupL';
|
|
14
|
+
export { default as FormL } from './FormL';
|
|
15
|
+
export { default as HashL } from './HashL';
|
|
14
16
|
export { default as ImageL } from './ImageL';
|
|
15
17
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
16
18
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
17
|
-
export { default as FormL } from './FormL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
20
|
-
export { default as InputL } from './InputL';
|
|
21
19
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
20
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
21
|
export { default as InfoL } from './InfoL';
|
|
23
22
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
24
|
-
export { default as
|
|
23
|
+
export { default as InputL } from './InputL';
|
|
25
24
|
export { default as LabelL } from './LabelL';
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
25
|
+
export { default as LineL } from './LineL';
|
|
28
26
|
export { default as LinkL } from './LinkL';
|
|
29
27
|
export { default as LocationL } from './LocationL';
|
|
28
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
30
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
31
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
31
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
34
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
34
35
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
35
36
|
export { default as MultilineL } from './MultilineL';
|
|
36
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
37
|
export { default as NavbarL } from './NavbarL';
|
|
38
|
+
export { default as NoData } from './NoData';
|
|
39
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
38
40
|
export { default as PieL } from './PieL';
|
|
39
41
|
export { default as QuoteL } from './QuoteL';
|
|
40
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
41
42
|
export { default as RadioL } from './RadioL';
|
|
43
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
44
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
42
45
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
43
46
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as
|
|
47
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
48
|
+
export { default as Section12L } from './Section12L';
|
|
49
|
+
export { default as Section13L } from './Section13L';
|
|
50
|
+
export { default as Section37L } from './Section37L';
|
|
47
51
|
export { default as SectionL } from './SectionL';
|
|
48
52
|
export { default as SelectL } from './SelectL';
|
|
49
53
|
export { default as SliderL } from './SliderL';
|
|
50
|
-
export { default as Section13L } from './Section13L';
|
|
51
54
|
export { default as SpinnerL } from './SpinnerL';
|
|
52
55
|
export { default as StackedL } from './StackedL';
|
|
53
56
|
export { default as TableL } from './TableL';
|
|
@@ -56,6 +59,3 @@ export { default as TextareaL } from './TextareaL';
|
|
|
56
59
|
export { default as TooltipL } from './TooltipL';
|
|
57
60
|
export { default as VideoL } from './VideoL';
|
|
58
61
|
export { default as WarningL } from './WarningL';
|
|
59
|
-
export { default as Section37L } from './Section37L';
|
|
60
|
-
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
61
|
-
export { default as Section12L } from './Section12L';
|
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
2
|
export { default as AddXl } from './AddXl';
|
|
3
|
-
export { default as
|
|
3
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
5
6
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
7
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
8
|
export { default as BillingXl } from './BillingXl';
|
|
8
9
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
9
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
10
10
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
11
|
-
export { default as BulbEditXl } from './BulbEditXl';
|
|
12
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
13
12
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
13
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
14
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
15
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
16
15
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
17
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
18
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
18
19
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
19
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
21
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
20
23
|
export { default as CheckXl } from './CheckXl';
|
|
21
|
-
export { default as CompareXl } from './CompareXl';
|
|
22
24
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as CupXl } from './CupXl';
|
|
25
|
+
export { default as CompareXl } from './CompareXl';
|
|
25
26
|
export { default as CouponXl } from './CouponXl';
|
|
26
|
-
export { default as
|
|
27
|
+
export { default as CupXl } from './CupXl';
|
|
28
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
27
29
|
export { default as EventXl } from './EventXl';
|
|
30
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
31
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
28
32
|
export { default as FileXl } from './FileXl';
|
|
29
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
30
33
|
export { default as FileZipXl } from './FileZipXl';
|
|
34
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
31
35
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
32
36
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
33
37
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
34
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
35
38
|
export { default as FormXl } from './FormXl';
|
|
36
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
37
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
38
39
|
export { default as FormulaXl } from './FormulaXl';
|
|
39
40
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
41
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
42
|
+
export { default as InfoXl } from './InfoXl';
|
|
40
43
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
41
44
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
42
45
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
43
46
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
44
47
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
45
48
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
46
|
-
export { default as InfoXl } from './InfoXl';
|
|
47
|
-
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
48
49
|
export { default as MessageXl } from './MessageXl';
|
|
50
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
51
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
49
52
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
50
53
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
51
54
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
52
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
53
55
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
56
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
54
57
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
55
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
56
58
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
59
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
57
60
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
58
61
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
59
|
-
export { default as PushXl } from './PushXl';
|
|
60
62
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
63
|
+
export { default as PushXl } from './PushXl';
|
|
61
64
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
62
65
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
63
|
-
export { default as SectionXl } from './SectionXl';
|
|
64
66
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
65
|
-
export { default as
|
|
67
|
+
export { default as SectionXl } from './SectionXl';
|
|
66
68
|
export { default as ShowXl } from './ShowXl';
|
|
67
69
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
70
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
71
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
68
72
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
70
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
71
|
-
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
72
73
|
export { default as UserIdXl } from './UserIdXl';
|
|
73
|
-
export { default as
|
|
74
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
74
75
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
75
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
76
|
-
export { default as WarningXl } from './WarningXl';
|
|
77
76
|
export { default as VoucherXl } from './VoucherXl';
|
|
77
|
+
export { default as WarningXl } from './WarningXl';
|
|
78
78
|
export { default as WebhookXl } from './WebhookXl';
|
|
79
79
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
2
|
export { default as AddXl } from './AddXl';
|
|
3
|
-
export { default as
|
|
3
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
5
6
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
7
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
8
|
export { default as BillingXl } from './BillingXl';
|
|
8
9
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
9
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
10
10
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
11
|
-
export { default as BulbEditXl } from './BulbEditXl';
|
|
12
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
13
12
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
13
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
14
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
15
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
16
15
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
17
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
18
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
18
19
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
19
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
21
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
20
23
|
export { default as CheckXl } from './CheckXl';
|
|
21
|
-
export { default as CompareXl } from './CompareXl';
|
|
22
24
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as CupXl } from './CupXl';
|
|
25
|
+
export { default as CompareXl } from './CompareXl';
|
|
25
26
|
export { default as CouponXl } from './CouponXl';
|
|
26
|
-
export { default as
|
|
27
|
+
export { default as CupXl } from './CupXl';
|
|
28
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
27
29
|
export { default as EventXl } from './EventXl';
|
|
30
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
31
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
28
32
|
export { default as FileXl } from './FileXl';
|
|
29
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
30
33
|
export { default as FileZipXl } from './FileZipXl';
|
|
34
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
31
35
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
32
36
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
33
37
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
34
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
35
38
|
export { default as FormXl } from './FormXl';
|
|
36
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
37
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
38
39
|
export { default as FormulaXl } from './FormulaXl';
|
|
39
40
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
41
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
42
|
+
export { default as InfoXl } from './InfoXl';
|
|
40
43
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
41
44
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
42
45
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
43
46
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
44
47
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
45
48
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
46
|
-
export { default as InfoXl } from './InfoXl';
|
|
47
|
-
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
48
49
|
export { default as MessageXl } from './MessageXl';
|
|
50
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
51
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
49
52
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
50
53
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
51
54
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
52
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
53
55
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
56
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
54
57
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
55
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
56
58
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
59
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
57
60
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
58
61
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
59
|
-
export { default as PushXl } from './PushXl';
|
|
60
62
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
63
|
+
export { default as PushXl } from './PushXl';
|
|
61
64
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
62
65
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
63
|
-
export { default as SectionXl } from './SectionXl';
|
|
64
66
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
65
|
-
export { default as
|
|
67
|
+
export { default as SectionXl } from './SectionXl';
|
|
66
68
|
export { default as ShowXl } from './ShowXl';
|
|
67
69
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
70
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
71
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
68
72
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
70
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
71
|
-
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
72
73
|
export { default as UserIdXl } from './UserIdXl';
|
|
73
|
-
export { default as
|
|
74
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
74
75
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
75
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
76
|
-
export { default as WarningXl } from './WarningXl';
|
|
77
76
|
export { default as VoucherXl } from './VoucherXl';
|
|
77
|
+
export { default as WarningXl } from './WarningXl';
|
|
78
78
|
export { default as WebhookXl } from './WebhookXl';
|
|
79
79
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
@@ -1,71 +1,74 @@
|
|
|
1
1
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
|
-
export { default as ActionUrlL } from './ActionUrlL';
|
|
3
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
3
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
7
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
|
+
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
12
|
-
export { default as AdFadeInL } from './AdFadeInL';
|
|
13
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
14
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 AdFolderBasic } from './AdFolderBasic';
|
|
16
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
|
-
export { default as
|
|
17
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
18
18
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
19
19
|
export { default as AdImageL } from './AdImageL';
|
|
20
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
20
21
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
21
|
-
export { default as AdLandL } from './AdLandL';
|
|
22
22
|
export { default as AdImportZip } from './AdImportZip';
|
|
23
23
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
24
|
+
export { default as AdLandL } from './AdLandL';
|
|
24
25
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
25
|
-
export { default as
|
|
26
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
27
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
26
28
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
27
29
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
28
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
30
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
31
30
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
32
31
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
33
|
-
export { default as
|
|
32
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
34
33
|
export { default as AdPopL } from './AdPopL';
|
|
35
|
-
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
36
34
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
37
|
-
export { default as
|
|
35
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
36
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
38
37
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
38
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
39
|
+
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
39
41
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
40
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
41
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
43
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
42
45
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
43
46
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
44
|
-
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
45
47
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
46
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
47
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
48
48
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
49
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
51
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
49
52
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
50
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
51
54
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
52
55
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
53
56
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
54
|
-
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
55
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
56
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
57
57
|
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
59
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
58
60
|
export { default as ChartLineL } from './ChartLineL';
|
|
59
61
|
export { default as ChartPieL } from './ChartPieL';
|
|
60
62
|
export { default as ChartTableL } from './ChartTableL';
|
|
61
63
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
62
64
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
63
65
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
66
|
+
export { default as FileImportL } from './FileImportL';
|
|
64
67
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
65
68
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
67
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
68
69
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
70
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
71
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
69
72
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
70
73
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
71
74
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
@@ -74,18 +77,15 @@ export { default as Integration } from './Integration';
|
|
|
74
77
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
75
78
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
76
79
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
77
|
-
export { default as FileImportL } from './FileImportL';
|
|
78
80
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
79
81
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
80
82
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
81
83
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
82
84
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
85
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
83
86
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
84
87
|
export { default as PushImportL } from './PushImportL';
|
|
85
88
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
86
89
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
87
90
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
88
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
89
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
90
91
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
91
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
@@ -1,71 +1,74 @@
|
|
|
1
1
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
|
-
export { default as ActionUrlL } from './ActionUrlL';
|
|
3
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
3
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
7
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
|
+
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
12
|
-
export { default as AdFadeInL } from './AdFadeInL';
|
|
13
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
14
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 AdFolderBasic } from './AdFolderBasic';
|
|
16
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
|
-
export { default as
|
|
17
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
18
18
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
19
19
|
export { default as AdImageL } from './AdImageL';
|
|
20
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
20
21
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
21
|
-
export { default as AdLandL } from './AdLandL';
|
|
22
22
|
export { default as AdImportZip } from './AdImportZip';
|
|
23
23
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
24
|
+
export { default as AdLandL } from './AdLandL';
|
|
24
25
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
25
|
-
export { default as
|
|
26
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
27
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
26
28
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
27
29
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
28
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
30
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
31
30
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
32
31
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
33
|
-
export { default as
|
|
32
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
34
33
|
export { default as AdPopL } from './AdPopL';
|
|
35
|
-
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
36
34
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
37
|
-
export { default as
|
|
35
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
36
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
38
37
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
38
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
39
|
+
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
39
41
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
40
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
41
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
43
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
42
45
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
43
46
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
44
|
-
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
45
47
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
46
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
47
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
48
48
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
49
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
51
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
49
52
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
50
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
51
54
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
52
55
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
53
56
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
54
|
-
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
55
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
56
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
57
57
|
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
59
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
58
60
|
export { default as ChartLineL } from './ChartLineL';
|
|
59
61
|
export { default as ChartPieL } from './ChartPieL';
|
|
60
62
|
export { default as ChartTableL } from './ChartTableL';
|
|
61
63
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
62
64
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
63
65
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
66
|
+
export { default as FileImportL } from './FileImportL';
|
|
64
67
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
65
68
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
67
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
68
69
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
70
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
71
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
69
72
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
70
73
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
71
74
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
@@ -74,18 +77,15 @@ export { default as Integration } from './Integration';
|
|
|
74
77
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
75
78
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
76
79
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
77
|
-
export { default as FileImportL } from './FileImportL';
|
|
78
80
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
79
81
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
80
82
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
81
83
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
82
84
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
85
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
83
86
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
84
87
|
export { default as PushImportL } from './PushImportL';
|
|
85
88
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
86
89
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
87
90
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
88
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
89
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
90
91
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
91
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|