@synerise/ds-icon 1.2.0 → 1.3.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/FileTypeEmpty.d.ts +3 -0
- package/dist/cjs/icons/FileTypeEmpty.js +6 -0
- package/dist/cjs/icons/L/index.d.ts +28 -28
- package/dist/cjs/icons/L/index.js +58 -58
- package/dist/cjs/icons/XL/index.d.ts +37 -37
- package/dist/cjs/icons/XL/index.js +76 -76
- package/dist/cjs/icons/additional/index.d.ts +32 -32
- package/dist/cjs/icons/additional/index.js +66 -66
- package/dist/cjs/icons/colorIcons/index.d.ts +5 -5
- package/dist/cjs/icons/colorIcons/index.js +11 -11
- package/dist/cjs/icons/index.d.ts +296 -295
- package/dist/cjs/icons/index.js +610 -608
- package/dist/esm/icons/FileTypeEmpty.d.ts +3 -0
- package/dist/esm/icons/FileTypeEmpty.js +4 -0
- package/dist/esm/icons/L/index.d.ts +28 -28
- package/dist/esm/icons/L/index.js +28 -28
- package/dist/esm/icons/XL/index.d.ts +37 -37
- package/dist/esm/icons/XL/index.js +37 -37
- package/dist/esm/icons/additional/index.d.ts +32 -32
- package/dist/esm/icons/additional/index.js +32 -32
- package/dist/esm/icons/colorIcons/index.d.ts +5 -5
- package/dist/esm/icons/colorIcons/index.js +5 -5
- package/dist/esm/icons/index.d.ts +296 -295
- package/dist/esm/icons/index.js +296 -295
- package/package.json +2 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const FileTypeEmpty = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", fill: "none", className: "file-type-empty" }, props),
|
|
3
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M28.308 8.805l7.387 7.396a2.75 2.75 0 01.805 1.945V36.75a2.748 2.748 0 01-2.748 2.75H13.748A2.749 2.749 0 0111 36.75v-26C11 9.231 12.23 8 13.748 8h12.616c.73 0 1.428.29 1.944.805zM35 36.75c0 .69-.559 1.25-1.248 1.25H13.748a1.25 1.25 0 01-1.248-1.25v-26c0-.69.559-1.25 1.248-1.25H25v7.26l.005.167a2.74 2.74 0 002.734 2.573H35v17.25zm-.365-19.489c.199.2.324.461.357.74h-7.253l-.126-.008A1.24 1.24 0 0126.5 16.76V9.526c.279.032.546.14.746.34l7.389 7.395z", fill: "#384350" })));
|
|
4
|
+
export default FileTypeEmpty;
|
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
3
2
|
export { default as BrowserL } from './BrowserL';
|
|
4
|
-
export { default as ColumnL } from './ColumnL';
|
|
5
3
|
export { default as ButtonL } from './ButtonL';
|
|
6
4
|
export { default as CheckL } from './CheckL';
|
|
7
|
-
export { default as
|
|
5
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
8
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
9
|
-
export { default as
|
|
7
|
+
export { default as ColumnL } from './ColumnL';
|
|
8
|
+
export { default as CloseL } from './CloseL';
|
|
10
9
|
export { default as CountdownL } from './CountdownL';
|
|
11
|
-
export { default as
|
|
10
|
+
export { default as ComboL } from './ComboL';
|
|
12
11
|
export { default as DividerL } from './DividerL';
|
|
13
|
-
export { default as
|
|
12
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
13
|
export { default as FolderL } from './FolderL';
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
14
|
+
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
17
15
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
18
|
-
export { default as
|
|
16
|
+
export { default as FormEditL } from './FormEditL';
|
|
17
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
19
18
|
export { default as FormL } from './FormL';
|
|
20
19
|
export { default as HashL } from './HashL';
|
|
21
|
-
export { default as
|
|
20
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
22
21
|
export { default as ImageL } from './ImageL';
|
|
22
|
+
export { default as HideL } from './HideL';
|
|
23
23
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
24
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
24
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
25
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
27
26
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
28
27
|
export { default as InfoL } from './InfoL';
|
|
29
|
-
export { default as InputL } from './InputL';
|
|
30
28
|
export { default as LabelL } from './LabelL';
|
|
29
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
30
|
+
export { default as InputL } from './InputL';
|
|
31
31
|
export { default as LandingPageL } from './LandingPageL';
|
|
32
32
|
export { default as LinkL } from './LinkL';
|
|
33
|
-
export { default as LineL } from './LineL';
|
|
34
33
|
export { default as LocationL } from './LocationL';
|
|
35
|
-
export { default as
|
|
34
|
+
export { default as LineL } from './LineL';
|
|
36
35
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
39
37
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
40
|
-
export { default as
|
|
38
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
41
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
42
|
-
export { default as
|
|
40
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
43
41
|
export { default as MultilineL } from './MultilineL';
|
|
44
|
-
export { default as
|
|
42
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
45
43
|
export { default as NavbarL } from './NavbarL';
|
|
46
|
-
export { default as
|
|
44
|
+
export { default as NoData } from './NoData';
|
|
47
45
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
46
|
+
export { default as PieL } from './PieL';
|
|
47
|
+
export { default as QuoteL } from './QuoteL';
|
|
48
48
|
export { default as RadioL } from './RadioL';
|
|
49
49
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
50
|
-
export { default as PieL } from './PieL';
|
|
51
50
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
52
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
53
51
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
52
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
54
53
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
55
|
-
export { default as Section13L } from './Section13L';
|
|
56
54
|
export { default as Section12L } from './Section12L';
|
|
55
|
+
export { default as Section13L } from './Section13L';
|
|
57
56
|
export { default as Section37L } from './Section37L';
|
|
58
57
|
export { default as SelectL } from './SelectL';
|
|
59
|
-
export { default as
|
|
58
|
+
export { default as SectionL } from './SectionL';
|
|
60
59
|
export { default as SliderL } from './SliderL';
|
|
61
60
|
export { default as SpinnerL } from './SpinnerL';
|
|
62
|
-
export { default as StackedL } from './StackedL';
|
|
63
61
|
export { default as TableL } from './TableL';
|
|
62
|
+
export { default as ShowL } from './ShowL';
|
|
64
63
|
export { default as TextL } from './TextL';
|
|
65
|
-
export { default as VideoL } from './VideoL';
|
|
66
64
|
export { default as TextareaL } from './TextareaL';
|
|
65
|
+
export { default as StackedL } from './StackedL';
|
|
67
66
|
export { default as TooltipL } from './TooltipL';
|
|
67
|
+
export { default as VideoL } from './VideoL';
|
|
68
68
|
export { default as WarningL } from './WarningL';
|
|
69
|
-
export { default as
|
|
69
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
3
2
|
export { default as BrowserL } from './BrowserL';
|
|
4
|
-
export { default as ColumnL } from './ColumnL';
|
|
5
3
|
export { default as ButtonL } from './ButtonL';
|
|
6
4
|
export { default as CheckL } from './CheckL';
|
|
7
|
-
export { default as
|
|
5
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
8
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
9
|
-
export { default as
|
|
7
|
+
export { default as ColumnL } from './ColumnL';
|
|
8
|
+
export { default as CloseL } from './CloseL';
|
|
10
9
|
export { default as CountdownL } from './CountdownL';
|
|
11
|
-
export { default as
|
|
10
|
+
export { default as ComboL } from './ComboL';
|
|
12
11
|
export { default as DividerL } from './DividerL';
|
|
13
|
-
export { default as
|
|
12
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
14
13
|
export { default as FolderL } from './FolderL';
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
14
|
+
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
17
15
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
18
|
-
export { default as
|
|
16
|
+
export { default as FormEditL } from './FormEditL';
|
|
17
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
19
18
|
export { default as FormL } from './FormL';
|
|
20
19
|
export { default as HashL } from './HashL';
|
|
21
|
-
export { default as
|
|
20
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
22
21
|
export { default as ImageL } from './ImageL';
|
|
22
|
+
export { default as HideL } from './HideL';
|
|
23
23
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
24
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
24
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
25
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
27
26
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
28
27
|
export { default as InfoL } from './InfoL';
|
|
29
|
-
export { default as InputL } from './InputL';
|
|
30
28
|
export { default as LabelL } from './LabelL';
|
|
29
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
30
|
+
export { default as InputL } from './InputL';
|
|
31
31
|
export { default as LandingPageL } from './LandingPageL';
|
|
32
32
|
export { default as LinkL } from './LinkL';
|
|
33
|
-
export { default as LineL } from './LineL';
|
|
34
33
|
export { default as LocationL } from './LocationL';
|
|
35
|
-
export { default as
|
|
34
|
+
export { default as LineL } from './LineL';
|
|
36
35
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
39
37
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
40
|
-
export { default as
|
|
38
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
41
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
42
|
-
export { default as
|
|
40
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
43
41
|
export { default as MultilineL } from './MultilineL';
|
|
44
|
-
export { default as
|
|
42
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
45
43
|
export { default as NavbarL } from './NavbarL';
|
|
46
|
-
export { default as
|
|
44
|
+
export { default as NoData } from './NoData';
|
|
47
45
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
46
|
+
export { default as PieL } from './PieL';
|
|
47
|
+
export { default as QuoteL } from './QuoteL';
|
|
48
48
|
export { default as RadioL } from './RadioL';
|
|
49
49
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
50
|
-
export { default as PieL } from './PieL';
|
|
51
50
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
52
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
53
51
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
52
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
54
53
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
55
|
-
export { default as Section13L } from './Section13L';
|
|
56
54
|
export { default as Section12L } from './Section12L';
|
|
55
|
+
export { default as Section13L } from './Section13L';
|
|
57
56
|
export { default as Section37L } from './Section37L';
|
|
58
57
|
export { default as SelectL } from './SelectL';
|
|
59
|
-
export { default as
|
|
58
|
+
export { default as SectionL } from './SectionL';
|
|
60
59
|
export { default as SliderL } from './SliderL';
|
|
61
60
|
export { default as SpinnerL } from './SpinnerL';
|
|
62
|
-
export { default as StackedL } from './StackedL';
|
|
63
61
|
export { default as TableL } from './TableL';
|
|
62
|
+
export { default as ShowL } from './ShowL';
|
|
64
63
|
export { default as TextL } from './TextL';
|
|
65
|
-
export { default as VideoL } from './VideoL';
|
|
66
64
|
export { default as TextareaL } from './TextareaL';
|
|
65
|
+
export { default as StackedL } from './StackedL';
|
|
67
66
|
export { default as TooltipL } from './TooltipL';
|
|
67
|
+
export { default as VideoL } from './VideoL';
|
|
68
68
|
export { default as WarningL } from './WarningL';
|
|
69
|
-
export { default as
|
|
69
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -1,97 +1,97 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
-
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
3
2
|
export { default as AddXl } from './AddXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
3
|
export { default as ApiXl } from './ApiXl';
|
|
4
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
7
7
|
export { default as AttributeXl } from './AttributeXl';
|
|
8
8
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
9
9
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
10
10
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
11
11
|
export { default as BillingXl } from './BillingXl';
|
|
12
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
12
13
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
14
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
13
15
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
14
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
15
16
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
17
|
+
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
16
18
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
17
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
18
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
19
19
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
20
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
20
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
|
-
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
22
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
23
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
24
24
|
export { default as CardAeXl } from './CardAeXl';
|
|
25
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
26
|
-
export { default as CheckXl } from './CheckXl';
|
|
27
25
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
26
|
+
export { default as CheckXl } from './CheckXl';
|
|
28
27
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
30
29
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
31
30
|
export { default as CouponXl } from './CouponXl';
|
|
31
|
+
export { default as CompareXl } from './CompareXl';
|
|
32
32
|
export { default as CupXl } from './CupXl';
|
|
33
|
-
export { default as EventXl } from './EventXl';
|
|
34
33
|
export { default as DiscountXl } from './DiscountXl';
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
34
|
+
export { default as EventXl } from './EventXl';
|
|
35
|
+
export { default as FileXl } from './FileXl';
|
|
37
36
|
export { default as FileUpXl } from './FileUpXl';
|
|
37
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
38
38
|
export { default as FileZipXl } from './FileZipXl';
|
|
39
|
-
export { default as FileXl } from './FileXl';
|
|
40
39
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
40
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
41
41
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
42
|
-
export { default as FormXl } from './FormXl';
|
|
43
42
|
export { default as FolderXl } from './FolderXl';
|
|
44
43
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
45
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
46
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
47
|
-
export { default as
|
|
45
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
46
|
+
export { default as FormXl } from './FormXl';
|
|
48
47
|
export { default as GemsXl } from './GemsXl';
|
|
48
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
49
49
|
export { default as InfoXl } from './InfoXl';
|
|
50
50
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
53
51
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
52
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
54
53
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
55
|
-
export { default as
|
|
54
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
56
55
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
56
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
57
57
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
58
58
|
export { default as MessageXl } from './MessageXl';
|
|
59
|
-
export { default as MetaXl } from './MetaXl';
|
|
60
59
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
61
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
60
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
63
|
-
export { default as
|
|
61
|
+
export { default as MetaXl } from './MetaXl';
|
|
64
62
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
63
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
64
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
65
65
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
66
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
67
66
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
67
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
68
68
|
export { default as PauseXl } from './PauseXl';
|
|
69
69
|
export { default as PlayXl } from './PlayXl';
|
|
70
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
71
70
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
72
|
-
export { default as
|
|
73
|
-
export { default as PushXl } from './PushXl';
|
|
71
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
74
72
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
73
|
+
export { default as PushXl } from './PushXl';
|
|
74
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
75
75
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
76
|
-
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
77
76
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
78
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
79
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
80
77
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
78
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
79
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
81
80
|
export { default as SectionXl } from './SectionXl';
|
|
82
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
83
81
|
export { default as ShowXl } from './ShowXl';
|
|
82
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
83
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
84
84
|
export { default as SmsXl } from './SmsXl';
|
|
85
85
|
export { default as StopXl } from './StopXl';
|
|
86
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
87
86
|
export { default as TargetXl } from './TargetXl';
|
|
88
|
-
export { default as
|
|
89
|
-
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
87
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
90
88
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
91
89
|
export { default as UserIdXl } from './UserIdXl';
|
|
92
|
-
export { default as
|
|
90
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
91
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
93
92
|
export { default as VoucherXl } from './VoucherXl';
|
|
93
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
94
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
94
95
|
export { default as WarningXl } from './WarningXl';
|
|
95
96
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
96
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
97
97
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
@@ -1,97 +1,97 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
-
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
3
2
|
export { default as AddXl } from './AddXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
3
|
export { default as ApiXl } from './ApiXl';
|
|
4
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
6
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
7
7
|
export { default as AttributeXl } from './AttributeXl';
|
|
8
8
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
9
9
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
10
10
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
11
11
|
export { default as BillingXl } from './BillingXl';
|
|
12
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
12
13
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
14
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
13
15
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
14
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
15
16
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
17
|
+
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
16
18
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
17
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
18
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
19
19
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
20
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
20
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
|
-
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
22
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
23
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
24
24
|
export { default as CardAeXl } from './CardAeXl';
|
|
25
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
26
|
-
export { default as CheckXl } from './CheckXl';
|
|
27
25
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
26
|
+
export { default as CheckXl } from './CheckXl';
|
|
28
27
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
30
29
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
31
30
|
export { default as CouponXl } from './CouponXl';
|
|
31
|
+
export { default as CompareXl } from './CompareXl';
|
|
32
32
|
export { default as CupXl } from './CupXl';
|
|
33
|
-
export { default as EventXl } from './EventXl';
|
|
34
33
|
export { default as DiscountXl } from './DiscountXl';
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
34
|
+
export { default as EventXl } from './EventXl';
|
|
35
|
+
export { default as FileXl } from './FileXl';
|
|
37
36
|
export { default as FileUpXl } from './FileUpXl';
|
|
37
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
38
38
|
export { default as FileZipXl } from './FileZipXl';
|
|
39
|
-
export { default as FileXl } from './FileXl';
|
|
40
39
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
40
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
41
41
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
42
|
-
export { default as FormXl } from './FormXl';
|
|
43
42
|
export { default as FolderXl } from './FolderXl';
|
|
44
43
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
45
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
46
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
47
|
-
export { default as
|
|
45
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
46
|
+
export { default as FormXl } from './FormXl';
|
|
48
47
|
export { default as GemsXl } from './GemsXl';
|
|
48
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
49
49
|
export { default as InfoXl } from './InfoXl';
|
|
50
50
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
53
51
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
52
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
54
53
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
55
|
-
export { default as
|
|
54
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
56
55
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
56
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
57
57
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
58
58
|
export { default as MessageXl } from './MessageXl';
|
|
59
|
-
export { default as MetaXl } from './MetaXl';
|
|
60
59
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
61
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
60
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
63
|
-
export { default as
|
|
61
|
+
export { default as MetaXl } from './MetaXl';
|
|
64
62
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
63
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
64
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
65
65
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
66
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
67
66
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
67
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
68
68
|
export { default as PauseXl } from './PauseXl';
|
|
69
69
|
export { default as PlayXl } from './PlayXl';
|
|
70
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
71
70
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
72
|
-
export { default as
|
|
73
|
-
export { default as PushXl } from './PushXl';
|
|
71
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
74
72
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
73
|
+
export { default as PushXl } from './PushXl';
|
|
74
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
75
75
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
76
|
-
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
77
76
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
78
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
79
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
80
77
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
78
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
79
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
81
80
|
export { default as SectionXl } from './SectionXl';
|
|
82
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
83
81
|
export { default as ShowXl } from './ShowXl';
|
|
82
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
83
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
84
84
|
export { default as SmsXl } from './SmsXl';
|
|
85
85
|
export { default as StopXl } from './StopXl';
|
|
86
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
87
86
|
export { default as TargetXl } from './TargetXl';
|
|
88
|
-
export { default as
|
|
89
|
-
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
87
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
90
88
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
91
89
|
export { default as UserIdXl } from './UserIdXl';
|
|
92
|
-
export { default as
|
|
90
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
91
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
93
92
|
export { default as VoucherXl } from './VoucherXl';
|
|
93
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
94
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
94
95
|
export { default as WarningXl } from './WarningXl';
|
|
95
96
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
96
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
97
97
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
2
|
-
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
2
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
3
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
4
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
-
export { default as
|
|
5
|
+
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
7
6
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as AdBannerL } from './AdBannerL';
|
|
9
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
10
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
11
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
12
|
+
export { default as AdFadeInL } from './AdFadeInL';
|
|
12
13
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
14
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
15
|
+
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
17
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
17
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
20
18
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
21
|
-
export { default as
|
|
19
|
+
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
20
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
22
21
|
export { default as AdImageL } from './AdImageL';
|
|
23
|
-
export { default as
|
|
22
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
24
23
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
|
+
export { default as AdImportZip } from './AdImportZip';
|
|
25
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
25
26
|
export { default as AdLandL } from './AdLandL';
|
|
26
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
27
27
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
28
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
30
29
|
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
31
30
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
32
|
-
export { default as
|
|
31
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
33
32
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
33
|
+
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
34
34
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
35
35
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
36
36
|
export { default as AdPopL } from './AdPopL';
|
|
37
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
38
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
39
|
-
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
40
39
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
40
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
43
41
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
42
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
43
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
44
44
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
45
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
45
46
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
46
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
47
47
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
48
48
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
-
export { default as
|
|
49
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
50
50
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
51
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
52
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
53
51
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
52
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
53
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
54
54
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
55
55
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
56
56
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
@@ -58,38 +58,38 @@ export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
|
58
58
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
59
59
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
60
60
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
61
|
-
export { default as ChartComboL } from './ChartComboL';
|
|
62
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
63
61
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
62
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
64
63
|
export { default as ChartLineL } from './ChartLineL';
|
|
65
|
-
export { default as
|
|
64
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
66
65
|
export { default as ChartPieL } from './ChartPieL';
|
|
67
|
-
export { default as
|
|
66
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
68
67
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
69
|
-
export { default as
|
|
68
|
+
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
70
69
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
71
|
-
export { default as
|
|
72
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
70
|
+
export { default as FileImportL } from './FileImportL';
|
|
73
71
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
74
72
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
73
|
+
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
74
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
75
75
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
76
|
-
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
77
76
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
77
|
+
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
78
78
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
79
79
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
80
80
|
export { default as Integration } from './Integration';
|
|
81
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
81
82
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
82
83
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
83
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
84
84
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
85
85
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
86
86
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
87
87
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
88
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
88
89
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
89
90
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
90
91
|
export { default as PushImportL } from './PushImportL';
|
|
91
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
92
92
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
93
|
-
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
93
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
94
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
95
95
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|