@synerise/ds-icon 0.65.4 → 0.65.5
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 +8 -0
- package/dist/cjs/icons/L/index.d.ts +15 -15
- package/dist/cjs/icons/L/index.js +32 -32
- package/dist/cjs/icons/XL/index.d.ts +11 -11
- package/dist/cjs/icons/XL/index.js +24 -24
- package/dist/cjs/icons/additional/index.d.ts +10 -10
- package/dist/cjs/icons/additional/index.js +22 -22
- package/dist/cjs/icons/index.d.ts +145 -145
- package/dist/cjs/icons/index.js +308 -308
- package/dist/esm/icons/L/index.d.ts +15 -15
- package/dist/esm/icons/L/index.js +15 -15
- package/dist/esm/icons/XL/index.d.ts +11 -11
- package/dist/esm/icons/XL/index.js +11 -11
- package/dist/esm/icons/additional/index.d.ts +10 -10
- package/dist/esm/icons/additional/index.js +10 -10
- package/dist/esm/icons/index.d.ts +145 -145
- package/dist/esm/icons/index.js +145 -145
- package/package.json +3 -3
|
@@ -1,35 +1,36 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as CheckL } from './CheckL';
|
|
3
2
|
export { default as BrowserL } from './BrowserL';
|
|
4
3
|
export { default as ButtonL } from './ButtonL';
|
|
5
4
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
|
+
export { default as CheckL } from './CheckL';
|
|
6
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
6
7
|
export { default as CloseL } from './CloseL';
|
|
7
8
|
export { default as ColumnL } from './ColumnL';
|
|
8
9
|
export { default as ComboL } from './ComboL';
|
|
9
|
-
export { default as CheckboxL } from './CheckboxL';
|
|
10
10
|
export { default as CountdownL } from './CountdownL';
|
|
11
11
|
export { default as DividerL } from './DividerL';
|
|
12
12
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
|
+
export { default as FolderL } from './FolderL';
|
|
13
14
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
14
15
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
16
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
17
17
|
export { default as FormGroupL } from './FormGroupL';
|
|
18
|
-
export { default as
|
|
18
|
+
export { default as FormEditL } from './FormEditL';
|
|
19
19
|
export { default as FormL } from './FormL';
|
|
20
20
|
export { default as ImageL } from './ImageL';
|
|
21
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
22
|
+
export { default as HashL } from './HashL';
|
|
22
23
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
|
+
export { default as InfoL } from './InfoL';
|
|
23
25
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
24
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
25
26
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
|
-
export { default as InfoL } from './InfoL';
|
|
27
27
|
export { default as InputL } from './InputL';
|
|
28
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
28
29
|
export { default as LabelL } from './LabelL';
|
|
29
30
|
export { default as LandingPageL } from './LandingPageL';
|
|
30
31
|
export { default as LineL } from './LineL';
|
|
31
|
-
export { default as LinkL } from './LinkL';
|
|
32
32
|
export { default as LocationL } from './LocationL';
|
|
33
|
+
export { default as LinkL } from './LinkL';
|
|
33
34
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
34
35
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -38,20 +39,19 @@ export { default as MobileLayout3L } from './MobileLayout3L';
|
|
|
38
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
39
40
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
41
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
41
|
-
export { default as MultilineL } from './MultilineL';
|
|
42
42
|
export { default as NavbarL } from './NavbarL';
|
|
43
|
-
export { default as NoData } from './NoData';
|
|
44
43
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
45
44
|
export { default as PieL } from './PieL';
|
|
45
|
+
export { default as NoData } from './NoData';
|
|
46
46
|
export { default as QuoteL } from './QuoteL';
|
|
47
47
|
export { default as RadioL } from './RadioL';
|
|
48
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
49
48
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
49
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
50
50
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
51
51
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
52
52
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
53
|
-
export { default as Section12L } from './Section12L';
|
|
54
53
|
export { default as Section13L } from './Section13L';
|
|
54
|
+
export { default as Section12L } from './Section12L';
|
|
55
55
|
export { default as Section37L } from './Section37L';
|
|
56
56
|
export { default as SectionL } from './SectionL';
|
|
57
57
|
export { default as SelectL } from './SelectL';
|
|
@@ -60,9 +60,9 @@ export { default as SliderL } from './SliderL';
|
|
|
60
60
|
export { default as SpinnerL } from './SpinnerL';
|
|
61
61
|
export { default as StackedL } from './StackedL';
|
|
62
62
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as
|
|
63
|
+
export { default as TextareaL } from './TextareaL';
|
|
64
|
+
export { default as TextL } from './TextL';
|
|
64
65
|
export { default as TooltipL } from './TooltipL';
|
|
65
|
-
export { default as VideoL } from './VideoL';
|
|
66
66
|
export { default as WarningL } from './WarningL';
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as
|
|
67
|
+
export { default as VideoL } from './VideoL';
|
|
68
|
+
export { default as MultilineL } from './MultilineL';
|
|
@@ -1,35 +1,36 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as CheckL } from './CheckL';
|
|
3
2
|
export { default as BrowserL } from './BrowserL';
|
|
4
3
|
export { default as ButtonL } from './ButtonL';
|
|
5
4
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
|
+
export { default as CheckL } from './CheckL';
|
|
6
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
6
7
|
export { default as CloseL } from './CloseL';
|
|
7
8
|
export { default as ColumnL } from './ColumnL';
|
|
8
9
|
export { default as ComboL } from './ComboL';
|
|
9
|
-
export { default as CheckboxL } from './CheckboxL';
|
|
10
10
|
export { default as CountdownL } from './CountdownL';
|
|
11
11
|
export { default as DividerL } from './DividerL';
|
|
12
12
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
|
+
export { default as FolderL } from './FolderL';
|
|
13
14
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
14
15
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
16
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
17
17
|
export { default as FormGroupL } from './FormGroupL';
|
|
18
|
-
export { default as
|
|
18
|
+
export { default as FormEditL } from './FormEditL';
|
|
19
19
|
export { default as FormL } from './FormL';
|
|
20
20
|
export { default as ImageL } from './ImageL';
|
|
21
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
22
|
+
export { default as HashL } from './HashL';
|
|
22
23
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
|
+
export { default as InfoL } from './InfoL';
|
|
23
25
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
24
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
25
26
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
|
-
export { default as InfoL } from './InfoL';
|
|
27
27
|
export { default as InputL } from './InputL';
|
|
28
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
28
29
|
export { default as LabelL } from './LabelL';
|
|
29
30
|
export { default as LandingPageL } from './LandingPageL';
|
|
30
31
|
export { default as LineL } from './LineL';
|
|
31
|
-
export { default as LinkL } from './LinkL';
|
|
32
32
|
export { default as LocationL } from './LocationL';
|
|
33
|
+
export { default as LinkL } from './LinkL';
|
|
33
34
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
34
35
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -38,20 +39,19 @@ export { default as MobileLayout3L } from './MobileLayout3L';
|
|
|
38
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
39
40
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
41
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
41
|
-
export { default as MultilineL } from './MultilineL';
|
|
42
42
|
export { default as NavbarL } from './NavbarL';
|
|
43
|
-
export { default as NoData } from './NoData';
|
|
44
43
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
45
44
|
export { default as PieL } from './PieL';
|
|
45
|
+
export { default as NoData } from './NoData';
|
|
46
46
|
export { default as QuoteL } from './QuoteL';
|
|
47
47
|
export { default as RadioL } from './RadioL';
|
|
48
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
49
48
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
49
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
50
50
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
51
51
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
52
52
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
53
|
-
export { default as Section12L } from './Section12L';
|
|
54
53
|
export { default as Section13L } from './Section13L';
|
|
54
|
+
export { default as Section12L } from './Section12L';
|
|
55
55
|
export { default as Section37L } from './Section37L';
|
|
56
56
|
export { default as SectionL } from './SectionL';
|
|
57
57
|
export { default as SelectL } from './SelectL';
|
|
@@ -60,9 +60,9 @@ export { default as SliderL } from './SliderL';
|
|
|
60
60
|
export { default as SpinnerL } from './SpinnerL';
|
|
61
61
|
export { default as StackedL } from './StackedL';
|
|
62
62
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as
|
|
63
|
+
export { default as TextareaL } from './TextareaL';
|
|
64
|
+
export { default as TextL } from './TextL';
|
|
64
65
|
export { default as TooltipL } from './TooltipL';
|
|
65
|
-
export { default as VideoL } from './VideoL';
|
|
66
66
|
export { default as WarningL } from './WarningL';
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as
|
|
67
|
+
export { default as VideoL } from './VideoL';
|
|
68
|
+
export { default as MultilineL } from './MultilineL';
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
4
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
6
7
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
8
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
9
9
|
export { default as BillingXl } from './BillingXl';
|
|
10
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
10
11
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
12
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
@@ -14,8 +15,8 @@ export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
|
14
15
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
15
16
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
16
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
|
-
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
18
18
|
export { default as CalendarXl } from './CalendarXl';
|
|
19
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
19
20
|
export { default as CardAeXl } from './CardAeXl';
|
|
20
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
@@ -34,8 +35,8 @@ export { default as FileUpXl } from './FileUpXl';
|
|
|
34
35
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
35
36
|
export { default as FileXl } from './FileXl';
|
|
36
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
37
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
38
38
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
39
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
41
42
|
export { default as FolderXl } from './FolderXl';
|
|
@@ -55,8 +56,8 @@ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
|
55
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
56
57
|
export { default as MessageXl } from './MessageXl';
|
|
57
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
58
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
59
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
61
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
62
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
@@ -65,26 +66,25 @@ export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
|
65
66
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
66
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
67
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
68
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
69
69
|
export { default as PushXl } from './PushXl';
|
|
70
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
70
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
71
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
72
73
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
73
74
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
74
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
75
75
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
76
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
77
|
export { default as SectionXl } from './SectionXl';
|
|
78
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
78
79
|
export { default as ShowXl } from './ShowXl';
|
|
79
80
|
export { default as SmsXl } from './SmsXl';
|
|
80
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
82
83
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
83
84
|
export { default as UserIdXl } from './UserIdXl';
|
|
84
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
85
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
86
87
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
87
89
|
export { default as WarningXl } from './WarningXl';
|
|
88
90
|
export { default as WebhookXl } from './WebhookXl';
|
|
89
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
4
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
6
7
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
8
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
9
9
|
export { default as BillingXl } from './BillingXl';
|
|
10
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
10
11
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
12
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
@@ -14,8 +15,8 @@ export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
|
14
15
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
15
16
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
16
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
17
|
-
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
18
18
|
export { default as CalendarXl } from './CalendarXl';
|
|
19
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
19
20
|
export { default as CardAeXl } from './CardAeXl';
|
|
20
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
@@ -34,8 +35,8 @@ export { default as FileUpXl } from './FileUpXl';
|
|
|
34
35
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
35
36
|
export { default as FileXl } from './FileXl';
|
|
36
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
37
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
38
38
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
39
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
41
42
|
export { default as FolderXl } from './FolderXl';
|
|
@@ -55,8 +56,8 @@ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
|
55
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
56
57
|
export { default as MessageXl } from './MessageXl';
|
|
57
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
58
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
59
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
61
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
62
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
@@ -65,26 +66,25 @@ export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
|
65
66
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
66
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
67
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
68
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
69
69
|
export { default as PushXl } from './PushXl';
|
|
70
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
70
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
71
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
72
73
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
73
74
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
74
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
75
75
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
76
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
77
|
export { default as SectionXl } from './SectionXl';
|
|
78
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
78
79
|
export { default as ShowXl } from './ShowXl';
|
|
79
80
|
export { default as SmsXl } from './SmsXl';
|
|
80
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
82
83
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
83
84
|
export { default as UserIdXl } from './UserIdXl';
|
|
84
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
85
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
86
87
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
87
89
|
export { default as WarningXl } from './WarningXl';
|
|
88
90
|
export { default as WebhookXl } from './WebhookXl';
|
|
89
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
@@ -2,8 +2,8 @@ export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
|
2
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
3
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
6
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
7
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
@@ -11,15 +11,15 @@ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
17
16
|
export { default as AdFolderS } from './AdFolderS';
|
|
17
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
18
18
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
19
|
-
export { default as AdFolderUser } from './AdFolderUser';
|
|
20
19
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
21
20
|
export { default as AdImageL } from './AdImageL';
|
|
22
21
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
22
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
23
23
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
24
|
export { default as AdImportZip } from './AdImportZip';
|
|
25
25
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
@@ -35,19 +35,18 @@ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
|
35
35
|
export { default as AdPopL } from './AdPopL';
|
|
36
36
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
37
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
|
-
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
39
38
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
39
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
40
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
41
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
41
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
42
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
43
43
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
44
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
45
45
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
46
|
-
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
47
46
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
48
47
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
50
48
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
49
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
51
50
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
52
51
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
53
52
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
@@ -74,12 +73,12 @@ export { default as ImportCustomXl } from './ImportCustomXl';
|
|
|
74
73
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
75
74
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
76
75
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
77
|
-
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
78
76
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
77
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
79
78
|
export { default as Integration } from './Integration';
|
|
80
79
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
81
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
82
80
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
81
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
83
82
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
84
83
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
85
84
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
@@ -92,3 +91,4 @@ export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
|
92
91
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
93
92
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
93
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
94
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
@@ -2,8 +2,8 @@ export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
|
2
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
3
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
6
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
7
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
@@ -11,15 +11,15 @@ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
17
16
|
export { default as AdFolderS } from './AdFolderS';
|
|
17
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
18
18
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
19
|
-
export { default as AdFolderUser } from './AdFolderUser';
|
|
20
19
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
21
20
|
export { default as AdImageL } from './AdImageL';
|
|
22
21
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
22
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
23
23
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
24
|
export { default as AdImportZip } from './AdImportZip';
|
|
25
25
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
@@ -35,19 +35,18 @@ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
|
35
35
|
export { default as AdPopL } from './AdPopL';
|
|
36
36
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
37
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
|
-
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
39
38
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
39
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
40
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
41
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
41
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
42
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
43
43
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
44
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
45
45
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
46
|
-
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
47
46
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
48
47
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
50
48
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
49
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
51
50
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
52
51
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
53
52
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
@@ -74,12 +73,12 @@ export { default as ImportCustomXl } from './ImportCustomXl';
|
|
|
74
73
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
75
74
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
76
75
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
77
|
-
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
78
76
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
77
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
79
78
|
export { default as Integration } from './Integration';
|
|
80
79
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
81
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
82
80
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
81
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
83
82
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
84
83
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
85
84
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
@@ -92,3 +91,4 @@ export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
|
92
91
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
93
92
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
93
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
94
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|