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