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