@synerise/ds-icon 0.68.0 → 0.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/icons/L/index.d.ts +23 -23
- package/dist/cjs/icons/L/index.js +48 -48
- package/dist/cjs/icons/XL/index.d.ts +34 -34
- package/dist/cjs/icons/XL/index.js +70 -70
- package/dist/cjs/icons/additional/AdOnDemandL.d.ts +3 -0
- package/dist/cjs/icons/additional/AdOnDemandL.js +13 -0
- package/dist/cjs/icons/additional/index.d.ts +35 -34
- package/dist/cjs/icons/additional/index.js +72 -70
- package/dist/cjs/icons/colorIcons/index.d.ts +7 -7
- package/dist/cjs/icons/colorIcons/index.js +15 -15
- package/dist/cjs/icons/index.d.ts +348 -348
- package/dist/cjs/icons/index.js +716 -716
- package/dist/esm/icons/L/index.d.ts +23 -23
- package/dist/esm/icons/L/index.js +23 -23
- package/dist/esm/icons/XL/index.d.ts +34 -34
- package/dist/esm/icons/XL/index.js +34 -34
- package/dist/esm/icons/additional/AdOnDemandL.d.ts +3 -0
- package/dist/esm/icons/additional/AdOnDemandL.js +11 -0
- package/dist/esm/icons/additional/index.d.ts +35 -34
- package/dist/esm/icons/additional/index.js +35 -34
- package/dist/esm/icons/colorIcons/index.d.ts +7 -7
- package/dist/esm/icons/colorIcons/index.js +7 -7
- package/dist/esm/icons/index.d.ts +348 -348
- package/dist/esm/icons/index.js +348 -348
- package/package.json +2 -2
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
2
|
export { default as BrowserL } from './BrowserL';
|
|
3
3
|
export { default as ButtonL } from './ButtonL';
|
|
4
|
-
export { default as CheckL } from './CheckL';
|
|
5
4
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
6
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
7
6
|
export { default as CloseL } from './CloseL';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as CheckL } from './CheckL';
|
|
8
|
+
export { default as DividerL } from './DividerL';
|
|
9
9
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
+
export { default as ComboL } from './ComboL';
|
|
10
11
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
11
|
-
export { default as
|
|
12
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
13
|
export { default as FolderL } from './FolderL';
|
|
13
|
-
export { default as ComboL } from './ComboL';
|
|
14
14
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
|
-
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
17
15
|
export { default as FormL } from './FormL';
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as HashL } from './HashL';
|
|
16
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
20
17
|
export { default as ImageL } from './ImageL';
|
|
18
|
+
export { default as HashL } from './HashL';
|
|
21
19
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
22
20
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
23
21
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
22
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
24
23
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
25
24
|
export { default as InfoL } from './InfoL';
|
|
26
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
27
25
|
export { default as InputL } from './InputL';
|
|
26
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
28
27
|
export { default as LabelL } from './LabelL';
|
|
28
|
+
export { default as FormEditL } from './FormEditL';
|
|
29
29
|
export { default as LandingPageL } from './LandingPageL';
|
|
30
30
|
export { default as LinkL } from './LinkL';
|
|
31
31
|
export { default as LocationL } from './LocationL';
|
|
32
32
|
export { default as LineL } from './LineL';
|
|
33
33
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
34
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
37
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
38
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
38
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
39
39
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as MultilineL } from './MultilineL';
|
|
40
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
42
41
|
export { default as NavbarL } from './NavbarL';
|
|
43
|
-
export { default as
|
|
42
|
+
export { default as MultilineL } from './MultilineL';
|
|
44
43
|
export { default as NoData } from './NoData';
|
|
44
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
45
45
|
export { default as PieL } from './PieL';
|
|
46
|
-
export { default as RadioL } from './RadioL';
|
|
47
46
|
export { default as QuoteL } from './QuoteL';
|
|
47
|
+
export { default as RadioL } from './RadioL';
|
|
48
48
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
49
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
49
50
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
50
51
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
51
52
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
52
|
-
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
53
|
-
export { default as Section12L } from './Section12L';
|
|
54
|
-
export { default as SectionL } from './SectionL';
|
|
55
53
|
export { default as Section13L } from './Section13L';
|
|
56
54
|
export { default as Section37L } from './Section37L';
|
|
55
|
+
export { default as Section12L } from './Section12L';
|
|
57
56
|
export { default as SelectL } from './SelectL';
|
|
58
57
|
export { default as ShowL } from './ShowL';
|
|
59
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
60
58
|
export { default as SliderL } from './SliderL';
|
|
61
|
-
export { default as
|
|
59
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
60
|
+
export { default as SectionL } from './SectionL';
|
|
62
61
|
export { default as StackedL } from './StackedL';
|
|
62
|
+
export { default as TableL } from './TableL';
|
|
63
63
|
export { default as TextL } from './TextL';
|
|
64
|
-
export { default as VideoL } from './VideoL';
|
|
65
64
|
export { default as TextareaL } from './TextareaL';
|
|
66
65
|
export { default as TooltipL } from './TooltipL';
|
|
66
|
+
export { default as VideoL } from './VideoL';
|
|
67
67
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as
|
|
68
|
+
export { default as ColumnL } from './ColumnL';
|
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
2
|
export { default as BrowserL } from './BrowserL';
|
|
3
3
|
export { default as ButtonL } from './ButtonL';
|
|
4
|
-
export { default as CheckL } from './CheckL';
|
|
5
4
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
6
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
7
6
|
export { default as CloseL } from './CloseL';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as CheckL } from './CheckL';
|
|
8
|
+
export { default as DividerL } from './DividerL';
|
|
9
9
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
+
export { default as ComboL } from './ComboL';
|
|
10
11
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
11
|
-
export { default as
|
|
12
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
13
|
export { default as FolderL } from './FolderL';
|
|
13
|
-
export { default as ComboL } from './ComboL';
|
|
14
14
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
|
-
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
17
15
|
export { default as FormL } from './FormL';
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as HashL } from './HashL';
|
|
16
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
20
17
|
export { default as ImageL } from './ImageL';
|
|
18
|
+
export { default as HashL } from './HashL';
|
|
21
19
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
22
20
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
23
21
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
22
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
24
23
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
25
24
|
export { default as InfoL } from './InfoL';
|
|
26
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
27
25
|
export { default as InputL } from './InputL';
|
|
26
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
28
27
|
export { default as LabelL } from './LabelL';
|
|
28
|
+
export { default as FormEditL } from './FormEditL';
|
|
29
29
|
export { default as LandingPageL } from './LandingPageL';
|
|
30
30
|
export { default as LinkL } from './LinkL';
|
|
31
31
|
export { default as LocationL } from './LocationL';
|
|
32
32
|
export { default as LineL } from './LineL';
|
|
33
33
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
34
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
37
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
38
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
38
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
39
39
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as MultilineL } from './MultilineL';
|
|
40
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
42
41
|
export { default as NavbarL } from './NavbarL';
|
|
43
|
-
export { default as
|
|
42
|
+
export { default as MultilineL } from './MultilineL';
|
|
44
43
|
export { default as NoData } from './NoData';
|
|
44
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
45
45
|
export { default as PieL } from './PieL';
|
|
46
|
-
export { default as RadioL } from './RadioL';
|
|
47
46
|
export { default as QuoteL } from './QuoteL';
|
|
47
|
+
export { default as RadioL } from './RadioL';
|
|
48
48
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
49
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
49
50
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
50
51
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
51
52
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
52
|
-
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
53
|
-
export { default as Section12L } from './Section12L';
|
|
54
|
-
export { default as SectionL } from './SectionL';
|
|
55
53
|
export { default as Section13L } from './Section13L';
|
|
56
54
|
export { default as Section37L } from './Section37L';
|
|
55
|
+
export { default as Section12L } from './Section12L';
|
|
57
56
|
export { default as SelectL } from './SelectL';
|
|
58
57
|
export { default as ShowL } from './ShowL';
|
|
59
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
60
58
|
export { default as SliderL } from './SliderL';
|
|
61
|
-
export { default as
|
|
59
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
60
|
+
export { default as SectionL } from './SectionL';
|
|
62
61
|
export { default as StackedL } from './StackedL';
|
|
62
|
+
export { default as TableL } from './TableL';
|
|
63
63
|
export { default as TextL } from './TextL';
|
|
64
|
-
export { default as VideoL } from './VideoL';
|
|
65
64
|
export { default as TextareaL } from './TextareaL';
|
|
66
65
|
export { default as TooltipL } from './TooltipL';
|
|
66
|
+
export { default as VideoL } from './VideoL';
|
|
67
67
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as
|
|
68
|
+
export { default as ColumnL } from './ColumnL';
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
2
1
|
export { default as AddXl } from './AddXl';
|
|
2
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
3
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
4
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
5
|
export { default as AttributeXl } from './AttributeXl';
|
|
6
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
7
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
8
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
9
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
9
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
10
|
-
export { default as BillingXl } from './BillingXl';
|
|
11
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
12
|
+
export { default as BillingXl } from './BillingXl';
|
|
12
13
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
14
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
14
15
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
15
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
16
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
17
17
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
18
18
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
19
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
19
20
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
20
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
21
23
|
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
23
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
24
|
-
export { default as CheckXl } from './CheckXl';
|
|
25
24
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
26
|
-
export { default as
|
|
25
|
+
export { default as CheckXl } from './CheckXl';
|
|
26
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
27
|
export { default as CompareXl } from './CompareXl';
|
|
28
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
28
29
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
29
30
|
export { default as CouponXl } from './CouponXl';
|
|
30
31
|
export { default as CupXl } from './CupXl';
|
|
31
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
32
32
|
export { default as FileUpXl } from './FileUpXl';
|
|
33
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
33
34
|
export { default as EventXl } from './EventXl';
|
|
34
35
|
export { default as FileXl } from './FileXl';
|
|
35
36
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
37
37
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
38
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
38
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
39
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
|
+
export { default as FormXl } from './FormXl';
|
|
43
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
41
44
|
export { default as FolderXl } from './FolderXl';
|
|
42
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
43
|
-
export { default as FormXl } from './FormXl';
|
|
44
|
-
export { default as GemsXl } from './GemsXl';
|
|
45
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
46
46
|
export { default as InfoXl } from './InfoXl';
|
|
47
|
-
export { default as
|
|
47
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
+
export { default as GemsXl } from './GemsXl';
|
|
48
49
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
49
|
-
export { default as
|
|
50
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
50
51
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
51
|
-
export { default as
|
|
52
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
53
|
export { default as LaunchXl } from './LaunchXl';
|
|
54
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
55
|
+
export { default as MessageXl } from './MessageXl';
|
|
53
56
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
54
57
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
55
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
56
|
-
export { default as MessageXl } from './MessageXl';
|
|
57
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
58
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
61
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
62
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
63
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
64
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
64
65
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
66
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
67
66
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
67
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
68
|
+
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
69
|
export { default as PushXl } from './PushXl';
|
|
69
|
-
export { default as
|
|
70
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
70
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
|
+
export { default as SectionXl } from './SectionXl';
|
|
71
74
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
72
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
73
75
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
74
|
-
export { default as SectionXl } from './SectionXl';
|
|
75
76
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
77
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
76
78
|
export { default as ShowXl } from './ShowXl';
|
|
77
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
78
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
79
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
80
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
81
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
82
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
84
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
85
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
86
|
-
export { default as WarningXl } from './WarningXl';
|
|
87
87
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
|
-
export { default as
|
|
88
|
+
export { default as WarningXl } from './WarningXl';
|
|
89
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
-
export { default as
|
|
90
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
2
1
|
export { default as AddXl } from './AddXl';
|
|
2
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
3
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
4
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
5
|
export { default as AttributeXl } from './AttributeXl';
|
|
6
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
7
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
8
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
9
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
9
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
10
|
-
export { default as BillingXl } from './BillingXl';
|
|
11
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
12
|
+
export { default as BillingXl } from './BillingXl';
|
|
12
13
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
14
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
14
15
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
15
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
16
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
17
17
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
18
18
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
19
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
19
20
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
20
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
21
23
|
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
23
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
24
|
-
export { default as CheckXl } from './CheckXl';
|
|
25
24
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
26
|
-
export { default as
|
|
25
|
+
export { default as CheckXl } from './CheckXl';
|
|
26
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
27
|
export { default as CompareXl } from './CompareXl';
|
|
28
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
28
29
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
29
30
|
export { default as CouponXl } from './CouponXl';
|
|
30
31
|
export { default as CupXl } from './CupXl';
|
|
31
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
32
32
|
export { default as FileUpXl } from './FileUpXl';
|
|
33
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
33
34
|
export { default as EventXl } from './EventXl';
|
|
34
35
|
export { default as FileXl } from './FileXl';
|
|
35
36
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
37
37
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
38
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
38
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
39
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
|
+
export { default as FormXl } from './FormXl';
|
|
43
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
41
44
|
export { default as FolderXl } from './FolderXl';
|
|
42
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
43
|
-
export { default as FormXl } from './FormXl';
|
|
44
|
-
export { default as GemsXl } from './GemsXl';
|
|
45
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
46
46
|
export { default as InfoXl } from './InfoXl';
|
|
47
|
-
export { default as
|
|
47
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
+
export { default as GemsXl } from './GemsXl';
|
|
48
49
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
49
|
-
export { default as
|
|
50
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
50
51
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
51
|
-
export { default as
|
|
52
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
53
|
export { default as LaunchXl } from './LaunchXl';
|
|
54
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
55
|
+
export { default as MessageXl } from './MessageXl';
|
|
53
56
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
54
57
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
55
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
56
|
-
export { default as MessageXl } from './MessageXl';
|
|
57
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
58
59
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
61
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
60
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
62
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
63
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
64
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
64
65
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
65
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
66
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
67
66
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
67
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
68
|
+
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
69
|
export { default as PushXl } from './PushXl';
|
|
69
|
-
export { default as
|
|
70
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
70
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
|
+
export { default as SectionXl } from './SectionXl';
|
|
71
74
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
72
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
73
75
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
74
|
-
export { default as SectionXl } from './SectionXl';
|
|
75
76
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
77
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
76
78
|
export { default as ShowXl } from './ShowXl';
|
|
77
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
78
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
79
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
80
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
81
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
82
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
84
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
85
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
86
|
-
export { default as WarningXl } from './WarningXl';
|
|
87
87
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
|
-
export { default as
|
|
88
|
+
export { default as WarningXl } from './WarningXl';
|
|
89
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
-
export { default as
|
|
90
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const AdOnDemandL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "ad-on-demand-l" }, props),
|
|
3
|
+
React.createElement("g", { clipPath: "url(#prefix__clip0_1310_911)" },
|
|
4
|
+
React.createElement("path", { d: "M86.307 71.543v-37.23a4.554 4.554 0 00-4.555-4.553H27.139a4.554 4.554 0 00-4.554 4.554v37.23a4.554 4.554 0 004.554 4.553h54.614a4.554 4.554 0 004.555-4.554z", fill: "#D9EEFF" }),
|
|
5
|
+
React.createElement("path", { d: "M75.886 71.415H21.284a5.737 5.737 0 01-5.725-5.725V28.449a5.737 5.737 0 015.725-5.725h54.602a5.737 5.737 0 015.725 5.725v37.23a5.737 5.737 0 01-5.725 5.736zm-54.602-46.35A3.384 3.384 0 0017.9 28.45v37.23a3.382 3.382 0 003.384 3.394h54.602a3.383 3.383 0 003.384-3.383V28.449a3.383 3.383 0 00-3.384-3.383H21.284z", fill: "#0B68FF" }),
|
|
6
|
+
React.createElement("path", { d: "M23.227 31.645a1.51 1.51 0 100-3.02 1.51 1.51 0 000 3.02zM29.268 31.645a1.51 1.51 0 100-3.02 1.51 1.51 0 000 3.02zM35.32 31.645a1.51 1.51 0 100-3.02 1.51 1.51 0 000 3.02z", fill: "#0B68FF" }),
|
|
7
|
+
React.createElement("path", { d: "M43 41h-7a2 2 0 00-2 2v2.5a2 2 0 002 2h5a2 2 0 012 2V53a2 2 0 01-2 2h-7M49 55h3a2 2 0 002-2v-3.5a2 2 0 00-2-2h-3a2 2 0 00-2 2V53a2 2 0 002 2zM54 41v14M58.5 41v14M58.5 50l7 5M58.5 50l5.5-2.5", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round" })),
|
|
8
|
+
React.createElement("defs", null,
|
|
9
|
+
React.createElement("clipPath", { id: "prefix__clip0_1310_911" },
|
|
10
|
+
React.createElement("path", { fill: "#fff", d: "M0 0h96v96H0z" })))));
|
|
11
|
+
export default AdOnDemandL;
|
|
@@ -1,94 +1,95 @@
|
|
|
1
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
1
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
2
4
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
|
-
export { default as ActionUrlL } from './ActionUrlL';
|
|
4
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
5
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
6
|
-
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
7
|
-
export { default as AdBannerL } from './AdBannerL';
|
|
8
6
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
9
|
-
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
10
7
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
11
|
-
export { default as
|
|
8
|
+
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
12
9
|
export { default as AdCouponL } from './AdCouponL';
|
|
10
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
11
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
12
|
+
export { default as AdBannerL } from './AdBannerL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
15
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
16
15
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
16
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
17
17
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
18
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
19
18
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
20
|
-
export { default as
|
|
19
|
+
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
21
20
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
22
|
-
export { default as AdImportUrl } from './AdImportUrl';
|
|
23
21
|
export { default as AdImageL } from './AdImageL';
|
|
22
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
24
23
|
export { default as AdImportZip } from './AdImportZip';
|
|
25
|
-
export { default as AdLandL } from './AdLandL';
|
|
26
24
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
25
|
+
export { default as AdLandL } from './AdLandL';
|
|
27
26
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
27
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
28
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
28
29
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
30
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
30
|
-
export { default as
|
|
31
|
+
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
31
32
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
32
33
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
33
35
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
34
|
-
export { default as AdPopL } from './AdPopL';
|
|
35
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
36
36
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
37
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
37
38
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
38
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
39
39
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
40
41
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
|
-
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
42
42
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
43
|
+
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
43
44
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
45
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
45
46
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
46
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
47
47
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
48
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
48
49
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
49
50
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
50
51
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
51
52
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
52
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
53
53
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
54
|
-
export { default as
|
|
54
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
55
55
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
56
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
57
|
+
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
56
58
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
59
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
57
60
|
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
-
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
59
61
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
60
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
61
|
-
export { default as ChartTableL } from './ChartTableL';
|
|
62
62
|
export { default as ChartLineL } from './ChartLineL';
|
|
63
63
|
export { default as ChartPieL } from './ChartPieL';
|
|
64
|
-
export { default as
|
|
64
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
65
65
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
66
66
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
67
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
67
68
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
69
|
+
export { default as FileImportL } from './FileImportL';
|
|
68
70
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
71
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
69
72
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
70
73
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
71
|
-
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
72
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
73
74
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
75
|
+
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
74
76
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
75
77
|
export { default as Integration } from './Integration';
|
|
76
|
-
export { default as
|
|
78
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
77
79
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
78
|
-
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
79
|
-
export { default as FileImportL } from './FileImportL';
|
|
80
80
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
81
|
-
export { default as
|
|
82
|
-
export { default as LayoutTextL } from './LayoutTextL';
|
|
81
|
+
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
83
82
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
83
|
+
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
84
84
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
85
|
+
export { default as LayoutTextL } from './LayoutTextL';
|
|
85
86
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
86
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
87
87
|
export { default as PushImportL } from './PushImportL';
|
|
88
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
89
88
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
89
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
90
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
90
91
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
92
|
+
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
91
93
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
|
+
export { default as AdPopL } from './AdPopL';
|
|
92
95
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
93
|
-
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
94
|
-
export { default as UnderstandCustomer } from './UnderstandCustomer';
|