@synerise/ds-icon 0.46.2 → 0.47.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 +22 -22
- package/dist/cjs/icons/L/index.js +44 -44
- package/dist/cjs/icons/XL/AttributeXl.d.ts +3 -0
- package/dist/cjs/icons/XL/AttributeXl.js +8 -0
- package/dist/cjs/icons/XL/SectionXl.d.ts +3 -0
- package/dist/cjs/icons/XL/SectionXl.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +33 -31
- package/dist/cjs/icons/XL/index.js +66 -62
- package/dist/cjs/icons/additional/index.d.ts +41 -41
- package/dist/cjs/icons/additional/index.js +82 -82
- package/dist/cjs/icons/index.d.ts +315 -315
- package/dist/cjs/icons/index.js +630 -630
- package/dist/esm/icons/L/index.d.ts +22 -22
- package/dist/esm/icons/L/index.js +22 -22
- package/dist/esm/icons/XL/AttributeXl.d.ts +3 -0
- package/dist/esm/icons/XL/AttributeXl.js +6 -0
- package/dist/esm/icons/XL/SectionXl.d.ts +3 -0
- package/dist/esm/icons/XL/SectionXl.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +33 -31
- package/dist/esm/icons/XL/index.js +33 -31
- package/dist/esm/icons/additional/index.d.ts +41 -41
- package/dist/esm/icons/additional/index.js +41 -41
- package/dist/esm/icons/index.d.ts +315 -315
- package/dist/esm/icons/index.js +315 -315
- package/package.json +2 -2
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as ButtonL } from './ButtonL';
|
|
3
1
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
2
|
export { default as CheckL } from './CheckL';
|
|
5
3
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
4
|
export { default as CloseL } from './CloseL';
|
|
7
|
-
export { default as ColumnL } from './ColumnL';
|
|
8
5
|
export { default as ComboL } from './ComboL';
|
|
6
|
+
export { default as ColumnL } from './ColumnL';
|
|
9
7
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
-
export { default as DividerL } from './DividerL';
|
|
11
8
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
9
|
+
export { default as DividerL } from './DividerL';
|
|
10
|
+
export { default as AddL } from './AddL';
|
|
11
|
+
export { default as ButtonL } from './ButtonL';
|
|
12
12
|
export { default as FormEditL } from './FormEditL';
|
|
13
13
|
export { default as FormGroupL } from './FormGroupL';
|
|
14
|
-
export { default as FormL } from './FormL';
|
|
15
|
-
export { default as HashL } from './HashL';
|
|
16
14
|
export { default as ImageL } from './ImageL';
|
|
17
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
15
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
16
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
17
|
+
export { default as FormL } from './FormL';
|
|
18
|
+
export { default as HashL } from './HashL';
|
|
21
19
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
20
|
export { default as InputL } from './InputL';
|
|
21
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
22
|
+
export { default as InfoL } from './InfoL';
|
|
23
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
23
24
|
export { default as LineL } from './LineL';
|
|
24
25
|
export { default as LabelL } from './LabelL';
|
|
26
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
27
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
25
28
|
export { default as LinkL } from './LinkL';
|
|
26
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
27
29
|
export { default as LocationL } from './LocationL';
|
|
28
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
-
export { default as MobileClickL } from './MobileClickL';
|
|
30
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
31
30
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
31
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
34
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
35
34
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
36
35
|
export { default as MultilineL } from './MultilineL';
|
|
36
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
37
|
export { default as NavbarL } from './NavbarL';
|
|
38
|
-
export { default as NoData } from './NoData';
|
|
39
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
40
38
|
export { default as PieL } from './PieL';
|
|
41
39
|
export { default as QuoteL } from './QuoteL';
|
|
42
40
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
43
41
|
export { default as RadioL } from './RadioL';
|
|
44
42
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
45
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
46
43
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as Section12L } from './Section12L';
|
|
44
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
45
|
+
export { default as NoData } from './NoData';
|
|
46
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
51
47
|
export { default as SectionL } from './SectionL';
|
|
52
48
|
export { default as SelectL } from './SelectL';
|
|
53
49
|
export { default as SliderL } from './SliderL';
|
|
50
|
+
export { default as Section13L } from './Section13L';
|
|
54
51
|
export { default as SpinnerL } from './SpinnerL';
|
|
55
52
|
export { default as StackedL } from './StackedL';
|
|
56
53
|
export { default as TableL } from './TableL';
|
|
57
54
|
export { default as TextL } from './TextL';
|
|
58
55
|
export { default as TextareaL } from './TextareaL';
|
|
56
|
+
export { default as TooltipL } from './TooltipL';
|
|
59
57
|
export { default as VideoL } from './VideoL';
|
|
60
58
|
export { default as WarningL } from './WarningL';
|
|
61
|
-
export { default as
|
|
59
|
+
export { default as Section37L } from './Section37L';
|
|
60
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
61
|
+
export { default as Section12L } from './Section12L';
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as ButtonL } from './ButtonL';
|
|
3
1
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
2
|
export { default as CheckL } from './CheckL';
|
|
5
3
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
4
|
export { default as CloseL } from './CloseL';
|
|
7
|
-
export { default as ColumnL } from './ColumnL';
|
|
8
5
|
export { default as ComboL } from './ComboL';
|
|
6
|
+
export { default as ColumnL } from './ColumnL';
|
|
9
7
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
-
export { default as DividerL } from './DividerL';
|
|
11
8
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
9
|
+
export { default as DividerL } from './DividerL';
|
|
10
|
+
export { default as AddL } from './AddL';
|
|
11
|
+
export { default as ButtonL } from './ButtonL';
|
|
12
12
|
export { default as FormEditL } from './FormEditL';
|
|
13
13
|
export { default as FormGroupL } from './FormGroupL';
|
|
14
|
-
export { default as FormL } from './FormL';
|
|
15
|
-
export { default as HashL } from './HashL';
|
|
16
14
|
export { default as ImageL } from './ImageL';
|
|
17
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
15
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
16
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
17
|
+
export { default as FormL } from './FormL';
|
|
18
|
+
export { default as HashL } from './HashL';
|
|
21
19
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
20
|
export { default as InputL } from './InputL';
|
|
21
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
22
|
+
export { default as InfoL } from './InfoL';
|
|
23
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
23
24
|
export { default as LineL } from './LineL';
|
|
24
25
|
export { default as LabelL } from './LabelL';
|
|
26
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
27
|
+
export { default as MobileBlockL } from './MobileBlockL';
|
|
25
28
|
export { default as LinkL } from './LinkL';
|
|
26
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
27
29
|
export { default as LocationL } from './LocationL';
|
|
28
|
-
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
-
export { default as MobileClickL } from './MobileClickL';
|
|
30
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
31
30
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
31
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
34
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
35
34
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
36
35
|
export { default as MultilineL } from './MultilineL';
|
|
36
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
37
37
|
export { default as NavbarL } from './NavbarL';
|
|
38
|
-
export { default as NoData } from './NoData';
|
|
39
|
-
export { default as NoPermissionL } from './NoPermissionL';
|
|
40
38
|
export { default as PieL } from './PieL';
|
|
41
39
|
export { default as QuoteL } from './QuoteL';
|
|
42
40
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
43
41
|
export { default as RadioL } from './RadioL';
|
|
44
42
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
45
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
46
43
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as Section12L } from './Section12L';
|
|
44
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
45
|
+
export { default as NoData } from './NoData';
|
|
46
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
51
47
|
export { default as SectionL } from './SectionL';
|
|
52
48
|
export { default as SelectL } from './SelectL';
|
|
53
49
|
export { default as SliderL } from './SliderL';
|
|
50
|
+
export { default as Section13L } from './Section13L';
|
|
54
51
|
export { default as SpinnerL } from './SpinnerL';
|
|
55
52
|
export { default as StackedL } from './StackedL';
|
|
56
53
|
export { default as TableL } from './TableL';
|
|
57
54
|
export { default as TextL } from './TextL';
|
|
58
55
|
export { default as TextareaL } from './TextareaL';
|
|
56
|
+
export { default as TooltipL } from './TooltipL';
|
|
59
57
|
export { default as VideoL } from './VideoL';
|
|
60
58
|
export { default as WarningL } from './WarningL';
|
|
61
|
-
export { default as
|
|
59
|
+
export { default as Section37L } from './Section37L';
|
|
60
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
61
|
+
export { default as Section12L } from './Section12L';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const AttributeXl = (props) => (React.createElement("svg", Object.assign({ id: "prefix__icon", x: 0, y: 0, viewBox: "0 0 96 96", xmlSpace: "preserve", className: "attribute-xl" }, props),
|
|
3
|
+
React.createElement("style", null, '.prefix__st0{fill:#384350}'),
|
|
4
|
+
React.createElement("path", { className: "prefix__st0", d: "M67.4 62.5l-6.3-10.2c-.3-.5-.7-.9-1.1-1.1-.5-.3-1-.4-1.5-.4-1.1 0-2.1.6-2.6 1.5l-6.3 10.2c-.4.5-.6 1-.6 1.5 0 1.7 1.4 3 3 3h12.7c.5 0 1.1-.1 1.5-.4 1-.6 1.5-1.6 1.5-2.6.1-.5 0-1-.3-1.5zm-1.8 2.9c-.2.1-.5.2-.8.2H52.1c-.9 0-1.5-.7-1.5-1.5 0-.3.1-.5.2-.8L57.1 53c.3-.5.8-.8 1.4-.8.3 0 .5.1.8.2.2.1.5.3.6.6l6.3 10.2c.1.2.2.5.2.8-.1.6-.3 1.1-.8 1.4zM32.8 45.7h8.9c2.1 0 3.7-1.7 3.7-3.7v-8.9c0-2.1-1.7-3.7-3.7-3.7h-8.9c-2.1 0-3.7 1.7-3.7 3.7V42c-.1 2 1.6 3.7 3.7 3.7zm-2.3-12.6c0-1.2 1-2.2 2.2-2.2h8.9c1.2 0 2.2 1 2.2 2.2V42c0 1.2-1 2.2-2.2 2.2h-8.9c-1.2 0-2.2-1-2.2-2.2v-8.9zM37.2 50.6c-4.7 0-8.6 3.8-8.6 8.6 0 4.7 3.8 8.6 8.6 8.6 4.7 0 8.6-3.8 8.6-8.6s-3.9-8.6-8.6-8.6zm5 13.6c-1.3 1.3-3 2.1-5 2.1s-3.7-.8-5-2.1c-1.3-1.3-2.1-3-2.1-5s.8-3.7 2.1-5c1.3-1.3 3-2.1 5-2.1s3.7.8 5 2.1c1.3 1.3 2.1 3 2.1 5 0 1.9-.8 3.7-2.1 5zM53.5 45.3c.1.2.4.4.6.4h8.6c.3 0 .5-.1.6-.4l4.3-7.4c.1-.2.1-.5 0-.8l-4.3-7.4c-.1-.2-.4-.4-.6-.4h-8.6c-.3 0-.5.1-.6.4l-4.3 7.4c-.1.2-.1.5 0 .8l4.3 7.4zm1.1-14.4h7.7l3.9 6.7-3.8 6.7h-7.7l-3.8-6.7 3.7-6.7z" }),
|
|
5
|
+
React.createElement("path", { className: "prefix__st0", d: "M71 20.2H25c-2.6 0-4.7 2.1-4.8 4.8v46c0 2.6 2.1 4.7 4.8 4.8h46c2.6 0 4.7-2.1 4.8-4.8V25c-.1-2.6-2.2-4.7-4.8-4.8zM74.2 71c0 1.8-1.5 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2V25c0-1.8 1.5-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2v46z" })));
|
|
6
|
+
export default AttributeXl;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const SectionXl = (props) => (React.createElement("svg", Object.assign({ id: "prefix__icon", x: 0, y: 0, viewBox: "0 0 96 96", xmlSpace: "preserve", className: "section-xl" }, props),
|
|
3
|
+
React.createElement("style", null, '.prefix__st0{fill:#384350}'),
|
|
4
|
+
React.createElement("path", { className: "prefix__st0", d: "M51.8 55.5c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.7-3.7-3.7-3.7h-7.6c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.7 3.7 3.7 3.7h7.6zM42 51.8v-7.6c0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2h-7.6C43 54 42 53 42 51.8zM24 55.5h7.6c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.7-3.7-3.7-3.7H24c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.6 3.7 3.7 3.7zm-2.2-11.3c0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2H24c-1.2 0-2.2-1-2.2-2.2v-7.6zM72 40.5h-7.6c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.7 3.7 3.7 3.7H72c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.6-3.7-3.7-3.7zm2.2 11.3c0 1.2-1 2.2-2.2 2.2h-7.6c-1.2 0-2.2-1-2.2-2.2v-7.6c0-1.2 1-2.2 2.2-2.2H72c1.2 0 2.2 1 2.2 2.2v7.6zM71 60.7H25c-2.6 0-4.7 2.1-4.7 4.7V71c0 2.6 2.1 4.7 4.7 4.7h46c2.6 0 4.7-2.1 4.7-4.7v-5.6c0-2.6-2.1-4.7-4.7-4.7zM74.2 71c0 1.8-1.4 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2v-5.6c0-1.8 1.4-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2V71zM71 20.2H25c-2.6 0-4.7 2.1-4.7 4.7v5.6c0 2.6 2.1 4.7 4.7 4.7h46c2.6 0 4.7-2.1 4.7-4.7V25c0-2.6-2.1-4.7-4.7-4.8zm3.2 10.4c0 1.8-1.4 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2V25c0-1.8 1.4-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2v5.6z" })));
|
|
5
|
+
export default SectionXl;
|
|
@@ -1,77 +1,79 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
3
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
6
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
|
+
export { default as BillingXl } from './BillingXl';
|
|
7
8
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
8
|
-
export { default as
|
|
9
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
9
10
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
11
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
10
12
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
11
13
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
13
|
-
export { default as
|
|
15
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
14
16
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
15
17
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
16
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
17
18
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
19
|
export { default as CartAddXl } from './CartAddXl';
|
|
19
|
-
export { default as
|
|
20
|
+
export { default as CheckXl } from './CheckXl';
|
|
21
|
+
export { default as CompareXl } from './CompareXl';
|
|
20
22
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
21
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
22
23
|
export { default as DiscountXl } from './DiscountXl';
|
|
23
|
-
export { default as CompareXl } from './CompareXl';
|
|
24
24
|
export { default as CupXl } from './CupXl';
|
|
25
|
-
export { default as EventXl } from './EventXl';
|
|
26
25
|
export { default as CouponXl } from './CouponXl';
|
|
27
|
-
export { default as
|
|
26
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
27
|
+
export { default as EventXl } from './EventXl';
|
|
28
28
|
export { default as FileXl } from './FileXl';
|
|
29
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
30
29
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
31
30
|
export { default as FileZipXl } from './FileZipXl';
|
|
32
|
-
export { default as
|
|
31
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
33
32
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
34
33
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
34
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
35
35
|
export { default as FormXl } from './FormXl';
|
|
36
36
|
export { default as FunctionXl } from './FunctionXl';
|
|
37
|
-
export { default as
|
|
37
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
38
38
|
export { default as FormulaXl } from './FormulaXl';
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
39
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
41
40
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
42
|
-
export { default as
|
|
41
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
43
42
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
43
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
44
44
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
45
|
-
export { default as MessageXl } from './MessageXl';
|
|
46
45
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
46
|
+
export { default as InfoXl } from './InfoXl';
|
|
47
47
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
48
|
-
export { default as
|
|
48
|
+
export { default as MessageXl } from './MessageXl';
|
|
49
49
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
50
50
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
51
51
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
52
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
53
52
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
54
|
-
export { default as
|
|
53
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
55
54
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
56
55
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
57
|
-
export { default as
|
|
56
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
58
57
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
58
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
59
59
|
export { default as PushXl } from './PushXl';
|
|
60
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
61
60
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
62
|
-
export { default as
|
|
61
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
62
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
63
|
+
export { default as SectionXl } from './SectionXl';
|
|
63
64
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as
|
|
65
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
66
|
+
export { default as ShowXl } from './ShowXl';
|
|
66
67
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
67
68
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
70
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
71
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
68
72
|
export { default as UserIdXl } from './UserIdXl';
|
|
73
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
69
74
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
75
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
72
76
|
export { default as WarningXl } from './WarningXl';
|
|
77
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
73
78
|
export { default as WebhookXl } from './WebhookXl';
|
|
74
79
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
75
|
-
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
76
|
-
export { default as CheckXl } from './CheckXl';
|
|
77
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
@@ -1,77 +1,79 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
3
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
-
export { default as
|
|
5
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
6
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
|
+
export { default as BillingXl } from './BillingXl';
|
|
7
8
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
8
|
-
export { default as
|
|
9
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
9
10
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
11
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
10
12
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
11
13
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
13
|
-
export { default as
|
|
15
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
14
16
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
15
17
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
16
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
17
18
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
19
|
export { default as CartAddXl } from './CartAddXl';
|
|
19
|
-
export { default as
|
|
20
|
+
export { default as CheckXl } from './CheckXl';
|
|
21
|
+
export { default as CompareXl } from './CompareXl';
|
|
20
22
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
21
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
22
23
|
export { default as DiscountXl } from './DiscountXl';
|
|
23
|
-
export { default as CompareXl } from './CompareXl';
|
|
24
24
|
export { default as CupXl } from './CupXl';
|
|
25
|
-
export { default as EventXl } from './EventXl';
|
|
26
25
|
export { default as CouponXl } from './CouponXl';
|
|
27
|
-
export { default as
|
|
26
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
27
|
+
export { default as EventXl } from './EventXl';
|
|
28
28
|
export { default as FileXl } from './FileXl';
|
|
29
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
30
29
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
31
30
|
export { default as FileZipXl } from './FileZipXl';
|
|
32
|
-
export { default as
|
|
31
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
33
32
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
34
33
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
34
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
35
35
|
export { default as FormXl } from './FormXl';
|
|
36
36
|
export { default as FunctionXl } from './FunctionXl';
|
|
37
|
-
export { default as
|
|
37
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
38
38
|
export { default as FormulaXl } from './FormulaXl';
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
39
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
41
40
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
42
|
-
export { default as
|
|
41
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
43
42
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
43
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
44
44
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
45
|
-
export { default as MessageXl } from './MessageXl';
|
|
46
45
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
46
|
+
export { default as InfoXl } from './InfoXl';
|
|
47
47
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
48
|
-
export { default as
|
|
48
|
+
export { default as MessageXl } from './MessageXl';
|
|
49
49
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
50
50
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
51
51
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
52
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
53
52
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
54
|
-
export { default as
|
|
53
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
55
54
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
56
55
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
57
|
-
export { default as
|
|
56
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
58
57
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
58
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
59
59
|
export { default as PushXl } from './PushXl';
|
|
60
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
61
60
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
62
|
-
export { default as
|
|
61
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
62
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
63
|
+
export { default as SectionXl } from './SectionXl';
|
|
63
64
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as
|
|
65
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
66
|
+
export { default as ShowXl } from './ShowXl';
|
|
66
67
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
67
68
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
70
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
71
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
68
72
|
export { default as UserIdXl } from './UserIdXl';
|
|
73
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
69
74
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
75
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
72
76
|
export { default as WarningXl } from './WarningXl';
|
|
77
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
73
78
|
export { default as WebhookXl } from './WebhookXl';
|
|
74
79
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
75
|
-
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
76
|
-
export { default as CheckXl } from './CheckXl';
|
|
77
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
export { default as ActionNoneL } from './ActionNoneL';
|
|
2
1
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
2
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
3
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
|
+
export { default as ActionNoneL } from './ActionNoneL';
|
|
5
5
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
6
|
+
export { default as AdCartAiL } from './AdCartAiL';
|
|
6
7
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
7
8
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
|
-
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
|
-
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
11
|
-
export { default as AdCouponL } from './AdCouponL';
|
|
12
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
13
|
-
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
11
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
12
|
+
export { default as AdFadeInL } from './AdFadeInL';
|
|
15
13
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as AdImageL } from './AdImageL';
|
|
14
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
15
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
19
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
20
17
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
18
|
+
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
19
|
+
export { default as AdImageL } from './AdImageL';
|
|
21
20
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
21
|
+
export { default as AdLandL } from './AdLandL';
|
|
22
22
|
export { default as AdImportZip } from './AdImportZip';
|
|
23
|
-
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
24
23
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
25
|
-
export { default as
|
|
24
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
25
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
26
26
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
27
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
27
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
28
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
32
30
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
33
|
-
export { default as
|
|
31
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
32
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
33
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
35
|
-
export { default as
|
|
34
|
+
export { default as AdPopL } from './AdPopL';
|
|
36
35
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
37
|
-
export { default as
|
|
36
|
+
export { default as AdPortraitL } from './AdPortraitL';
|
|
38
37
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
|
-
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
38
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
42
39
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
43
40
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
41
|
+
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
46
42
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
43
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
44
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
47
45
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
46
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
47
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
48
48
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
49
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
|
-
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
51
49
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
52
|
-
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
53
50
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
51
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
52
|
+
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
54
53
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
55
|
-
export { default as
|
|
54
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
56
55
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
59
|
-
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
60
|
-
export { default as ChartTableL } from './ChartTableL';
|
|
56
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
57
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
61
58
|
export { default as ChartLineL } from './ChartLineL';
|
|
62
59
|
export { default as ChartPieL } from './ChartPieL';
|
|
60
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
63
61
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
64
62
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
65
63
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
66
|
-
export { default as FileImportL } from './FileImportL';
|
|
67
64
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
68
65
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
69
|
-
export { default as
|
|
66
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
67
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
70
68
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
71
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
72
|
-
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
73
69
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
70
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
74
71
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
72
|
+
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
75
73
|
export { default as Integration } from './Integration';
|
|
76
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
77
74
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
75
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
80
76
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
77
|
+
export { default as FileImportL } from './FileImportL';
|
|
78
|
+
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
81
79
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
82
80
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
83
81
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
84
82
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
85
|
-
export { default as
|
|
83
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
86
84
|
export { default as PushImportL } from './PushImportL';
|
|
87
85
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
88
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
89
|
-
export { default as TopProductsXl } from './TopProductsXl';
|
|
90
86
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
87
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
88
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
89
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
91
90
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
91
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|