@synerise/ds-icon 0.69.0 → 0.70.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 +19 -0
- package/dist/cjs/icons/L/index.d.ts +28 -28
- package/dist/cjs/icons/L/index.js +58 -58
- package/dist/cjs/icons/PlayApiM.d.ts +3 -0
- package/dist/cjs/icons/PlayApiM.js +8 -0
- package/dist/cjs/icons/PlayTargetM.d.ts +3 -0
- package/dist/cjs/icons/PlayTargetM.js +8 -0
- package/dist/cjs/icons/PlayWthStarM.d.ts +3 -0
- package/dist/cjs/icons/PlayWthStarM.js +6 -0
- package/dist/cjs/icons/ResizeArrowM.js +2 -2
- package/dist/cjs/icons/XL/ApiXl.d.ts +3 -0
- package/dist/cjs/icons/XL/ApiXl.js +7 -0
- package/dist/cjs/icons/XL/TargetXl.d.ts +3 -0
- package/dist/cjs/icons/XL/TargetXl.js +9 -0
- package/dist/cjs/icons/XL/WthStarsXl.d.ts +3 -0
- package/dist/cjs/icons/XL/WthStarsXl.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +42 -39
- package/dist/cjs/icons/XL/index.js +86 -80
- package/dist/cjs/icons/additional/index.d.ts +39 -39
- package/dist/cjs/icons/additional/index.js +80 -80
- 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 +380 -377
- package/dist/cjs/icons/index.js +778 -772
- package/dist/esm/icons/L/index.d.ts +28 -28
- package/dist/esm/icons/L/index.js +28 -28
- package/dist/esm/icons/PlayApiM.d.ts +3 -0
- package/dist/esm/icons/PlayApiM.js +6 -0
- package/dist/esm/icons/PlayTargetM.d.ts +3 -0
- package/dist/esm/icons/PlayTargetM.js +6 -0
- package/dist/esm/icons/PlayWthStarM.d.ts +3 -0
- package/dist/esm/icons/PlayWthStarM.js +4 -0
- package/dist/esm/icons/ResizeArrowM.js +2 -2
- package/dist/esm/icons/XL/ApiXl.d.ts +3 -0
- package/dist/esm/icons/XL/ApiXl.js +5 -0
- package/dist/esm/icons/XL/TargetXl.d.ts +3 -0
- package/dist/esm/icons/XL/TargetXl.js +7 -0
- package/dist/esm/icons/XL/WthStarsXl.d.ts +3 -0
- package/dist/esm/icons/XL/WthStarsXl.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +42 -39
- package/dist/esm/icons/XL/index.js +42 -39
- package/dist/esm/icons/additional/index.d.ts +39 -39
- package/dist/esm/icons/additional/index.js +39 -39
- 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 +380 -377
- package/dist/esm/icons/index.js +380 -377
- package/package.json +2 -2
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
export { default as AddL } from './AddL';
|
|
2
1
|
export { default as BrowserL } from './BrowserL';
|
|
3
|
-
export { default as
|
|
2
|
+
export { default as AddL } from './AddL';
|
|
4
3
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
|
+
export { default as ButtonL } from './ButtonL';
|
|
5
|
+
export { default as CheckL } from './CheckL';
|
|
5
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
7
|
export { default as CloseL } from './CloseL';
|
|
7
|
-
export { default as CheckL } from './CheckL';
|
|
8
|
-
export { default as DividerL } from './DividerL';
|
|
9
|
-
export { default as CountdownL } from './CountdownL';
|
|
10
8
|
export { default as ComboL } from './ComboL';
|
|
9
|
+
export { default as ColumnL } from './ColumnL';
|
|
10
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
|
+
export { default as DividerL } from './DividerL';
|
|
11
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
12
13
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
|
-
export { default as FolderL } from './FolderL';
|
|
14
14
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
|
-
export { default as
|
|
15
|
+
export { default as FolderL } from './FolderL';
|
|
16
|
+
export { default as FormEditL } from './FormEditL';
|
|
16
17
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
18
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
+
export { default as FormL } from './FormL';
|
|
17
20
|
export { default as ImageL } from './ImageL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
20
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
21
22
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
23
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
24
|
export { default as InfoL } from './InfoL';
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
25
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
26
|
export { default as LabelL } from './LabelL';
|
|
28
|
-
export { default as
|
|
27
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
28
|
+
export { default as InputL } from './InputL';
|
|
29
29
|
export { default as LandingPageL } from './LandingPageL';
|
|
30
|
+
export { default as LineL } from './LineL';
|
|
30
31
|
export { default as LinkL } from './LinkL';
|
|
31
32
|
export { default as LocationL } from './LocationL';
|
|
32
|
-
export { default as LineL } from './LineL';
|
|
33
33
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
34
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
35
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
37
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
38
37
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
38
|
+
export { default as HashL } from './HashL';
|
|
39
39
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
40
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
41
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
41
42
|
export { default as NavbarL } from './NavbarL';
|
|
42
|
-
export { default as MultilineL } from './MultilineL';
|
|
43
43
|
export { default as NoData } from './NoData';
|
|
44
44
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
45
|
-
export { default as
|
|
45
|
+
export { default as MultilineL } from './MultilineL';
|
|
46
46
|
export { default as QuoteL } from './QuoteL';
|
|
47
|
-
export { default as
|
|
47
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
48
|
+
export { default as PieL } from './PieL';
|
|
48
49
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
50
|
+
export { default as RadioL } from './RadioL';
|
|
51
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
49
52
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
53
|
+
export { default as Section12L } from './Section12L';
|
|
50
54
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
51
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
52
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
53
55
|
export { default as Section13L } from './Section13L';
|
|
54
|
-
export { default as
|
|
55
|
-
export { default as Section12L } from './Section12L';
|
|
56
|
+
export { default as SectionL } from './SectionL';
|
|
56
57
|
export { default as SelectL } from './SelectL';
|
|
58
|
+
export { default as Section37L } from './Section37L';
|
|
57
59
|
export { default as ShowL } from './ShowL';
|
|
58
60
|
export { default as SliderL } from './SliderL';
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as SectionL } from './SectionL';
|
|
61
|
+
export { default as TextL } from './TextL';
|
|
61
62
|
export { default as StackedL } from './StackedL';
|
|
62
63
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as TextL } from './TextL';
|
|
64
|
-
export { default as TextareaL } from './TextareaL';
|
|
65
64
|
export { default as TooltipL } from './TooltipL';
|
|
65
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
66
|
+
export { default as TextareaL } from './TextareaL';
|
|
66
67
|
export { default as VideoL } from './VideoL';
|
|
67
68
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as ColumnL } from './ColumnL';
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
export { default as AddL } from './AddL';
|
|
2
1
|
export { default as BrowserL } from './BrowserL';
|
|
3
|
-
export { default as
|
|
2
|
+
export { default as AddL } from './AddL';
|
|
4
3
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
|
+
export { default as ButtonL } from './ButtonL';
|
|
5
|
+
export { default as CheckL } from './CheckL';
|
|
5
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
7
|
export { default as CloseL } from './CloseL';
|
|
7
|
-
export { default as CheckL } from './CheckL';
|
|
8
|
-
export { default as DividerL } from './DividerL';
|
|
9
|
-
export { default as CountdownL } from './CountdownL';
|
|
10
8
|
export { default as ComboL } from './ComboL';
|
|
9
|
+
export { default as ColumnL } from './ColumnL';
|
|
10
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
|
+
export { default as DividerL } from './DividerL';
|
|
11
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
12
13
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
|
-
export { default as FolderL } from './FolderL';
|
|
14
14
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
|
-
export { default as
|
|
15
|
+
export { default as FolderL } from './FolderL';
|
|
16
|
+
export { default as FormEditL } from './FormEditL';
|
|
16
17
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
18
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
+
export { default as FormL } from './FormL';
|
|
17
20
|
export { default as ImageL } from './ImageL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
20
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
21
22
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
23
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
24
|
export { default as InfoL } from './InfoL';
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
25
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
26
|
export { default as LabelL } from './LabelL';
|
|
28
|
-
export { default as
|
|
27
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
28
|
+
export { default as InputL } from './InputL';
|
|
29
29
|
export { default as LandingPageL } from './LandingPageL';
|
|
30
|
+
export { default as LineL } from './LineL';
|
|
30
31
|
export { default as LinkL } from './LinkL';
|
|
31
32
|
export { default as LocationL } from './LocationL';
|
|
32
|
-
export { default as LineL } from './LineL';
|
|
33
33
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
34
34
|
export { default as MobileClickL } from './MobileClickL';
|
|
35
35
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
37
36
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
38
37
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
38
|
+
export { default as HashL } from './HashL';
|
|
39
39
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
40
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
41
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
41
42
|
export { default as NavbarL } from './NavbarL';
|
|
42
|
-
export { default as MultilineL } from './MultilineL';
|
|
43
43
|
export { default as NoData } from './NoData';
|
|
44
44
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
45
|
-
export { default as
|
|
45
|
+
export { default as MultilineL } from './MultilineL';
|
|
46
46
|
export { default as QuoteL } from './QuoteL';
|
|
47
|
-
export { default as
|
|
47
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
48
|
+
export { default as PieL } from './PieL';
|
|
48
49
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
50
|
+
export { default as RadioL } from './RadioL';
|
|
51
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
49
52
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
53
|
+
export { default as Section12L } from './Section12L';
|
|
50
54
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
51
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
52
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
53
55
|
export { default as Section13L } from './Section13L';
|
|
54
|
-
export { default as
|
|
55
|
-
export { default as Section12L } from './Section12L';
|
|
56
|
+
export { default as SectionL } from './SectionL';
|
|
56
57
|
export { default as SelectL } from './SelectL';
|
|
58
|
+
export { default as Section37L } from './Section37L';
|
|
57
59
|
export { default as ShowL } from './ShowL';
|
|
58
60
|
export { default as SliderL } from './SliderL';
|
|
59
|
-
export { default as
|
|
60
|
-
export { default as SectionL } from './SectionL';
|
|
61
|
+
export { default as TextL } from './TextL';
|
|
61
62
|
export { default as StackedL } from './StackedL';
|
|
62
63
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as TextL } from './TextL';
|
|
64
|
-
export { default as TextareaL } from './TextareaL';
|
|
65
64
|
export { default as TooltipL } from './TooltipL';
|
|
65
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
66
|
+
export { default as TextareaL } from './TextareaL';
|
|
66
67
|
export { default as VideoL } from './VideoL';
|
|
67
68
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as ColumnL } from './ColumnL';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const PlayApiM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", className: "play-api-m" }, props),
|
|
3
|
+
React.createElement("path", { d: "M6.5 16.5a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1h-1a1 1 0 01-1-1v-1z" }),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "M6.615 4.436a3.23 3.23 0 013.23 0l8.346 4.82a3.23 3.23 0 01.034 5.573l-1.788 1.28a.75.75 0 01-.874-1.219l1.846-1.322.032-.018a1.73 1.73 0 000-2.996L9.094 5.735A1.73 1.73 0 006.5 7.233v1.82a.75.75 0 11-1.5 0v-1.82a3.23 3.23 0 011.615-2.797z" }),
|
|
5
|
+
React.createElement("path", { d: "M7.988 21.749c-.852 0-1.703-.053-2.548-.16a2.338 2.338 0 01-2.03-2.028 20.58 20.58 0 010-5.12 2.34 2.34 0 012.03-2.03 20.407 20.407 0 015.099-.002 2.343 2.343 0 012.05 2.025c.213 1.69.214 3.398.005 5.087a2.347 2.347 0 01-2.033 2.068c-.854.106-1.713.16-2.573.16zm.011-7.999c-.793 0-1.585.05-2.372.15a.84.84 0 00-.73.728 19.05 19.05 0 00.002 4.745.84.84 0 00.727.729c1.564.197 3.147.198 4.711.003a.85.85 0 00.767-.755c.195-1.569.194-3.156-.002-4.725a.843.843 0 00-.738-.727h-.009A18.973 18.973 0 008 13.75z" })));
|
|
6
|
+
export default PlayApiM;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const PlayTargetM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", className: "play-target-m" }, props),
|
|
3
|
+
React.createElement("path", { clipRule: "evenodd", d: "M6.615 4.436a3.23 3.23 0 013.23 0l8.346 4.82a3.23 3.23 0 01.034 5.573l-1.788 1.28a.75.75 0 01-.874-1.219l1.846-1.322.032-.018a1.73 1.73 0 000-2.996L9.094 5.735A1.73 1.73 0 006.5 7.233v1.82a.75.75 0 11-1.5 0v-1.82a3.23 3.23 0 011.615-2.797zM8 20.25a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75z" }),
|
|
4
|
+
React.createElement("path", { clipRule: "evenodd", d: "M8 11.25a.75.75 0 01.75.75v1a.75.75 0 01-1.5 0v-1a.75.75 0 01.75-.75zM4.75 17a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h1a.75.75 0 01.75.75zM13.75 17a.75.75 0 01-.75.75h-1a.75.75 0 010-1.5h1a.75.75 0 01.75.75z" }),
|
|
5
|
+
React.createElement("path", { clipRule: "evenodd", d: "M8 19.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 21a4 4 0 100-8 4 4 0 000 8z" })));
|
|
6
|
+
export default PlayTargetM;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const PlayWthStarM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", className: "play-wth-star-m" }, props),
|
|
3
|
+
React.createElement("path", { clipRule: "evenodd", d: "M6.615 4.436a3.23 3.23 0 013.23 0l8.346 4.82a3.23 3.23 0 01.034 5.573l-1.788 1.28a.75.75 0 01-.874-1.219l1.846-1.322.032-.018a1.73 1.73 0 000-2.996L9.094 5.735A1.73 1.73 0 006.5 7.233v1.82a.75.75 0 11-1.5 0v-1.82a3.23 3.23 0 011.615-2.797zM3.826 16.352A3.607 3.607 0 007.43 12.75a.75.75 0 011.5 0 3.607 3.607 0 003.602 3.602.75.75 0 110 1.5 3.607 3.607 0 00-3.602 3.603.045.045 0 01-.003.013.049.049 0 00-.002.012c0 .009 0 .017.002.025.001.009.003.017.003.026a.75.75 0 11-1.5 0 3.683 3.683 0 00-3.679-3.678.75.75 0 11.026-1.498c.008.001.016.003.025.003a.05.05 0 00.012-.003.044.044 0 01.013-.003zm4.337 2.507a5.109 5.109 0 011.743-1.757 5.111 5.111 0 01-1.727-1.727 5.109 5.109 0 01-1.756 1.743 5.186 5.186 0 011.74 1.74z" })));
|
|
4
|
+
export default PlayWthStarM;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
const ResizeArrowM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24",
|
|
3
|
-
React.createElement("path", { d: "M13.13 16.438l-4.411-.044 7.675-7.675.044 4.411a.75.75 0 101.5-.013l-.061-6.25a.749.749 0 00-.743-.743l-6.25-.062a.75.75 0 10-.014 1.5l4.515.045-7.778 7.778-.045-4.515a.75.75 0 10-1.5.013l.062 6.25a.75.75 0 00.743.744l6.25.06a.75.75 0 10.013-1.499z"
|
|
2
|
+
const ResizeArrowM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "resize-arrow-m" }, props),
|
|
3
|
+
React.createElement("path", { d: "M13.13 16.438l-4.411-.044 7.675-7.675.044 4.411a.75.75 0 101.5-.013l-.061-6.25a.749.749 0 00-.743-.743l-6.25-.062a.75.75 0 10-.014 1.5l4.515.045-7.778 7.778-.045-4.515a.75.75 0 10-1.5.013l.062 6.25a.75.75 0 00.743.744l6.25.06a.75.75 0 10.013-1.499z" })));
|
|
4
4
|
export default ResizeArrowM;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const ApiXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "api-xl" }, props),
|
|
3
|
+
React.createElement("path", { d: "M48.097 72.59c-4.91 0-9.816-.307-14.689-.92a10.215 10.215 0 01-5.925-2.901 10.222 10.222 0 01-2.898-5.927 118.367 118.367 0 01-.006-29.43 10.226 10.226 0 012.903-5.925 10.224 10.224 0 015.926-2.898 117.52 117.52 0 0129.325-.014 10.247 10.247 0 015.986 2.87 10.24 10.24 0 012.952 5.95 118.039 118.039 0 01.02 29.23 10.254 10.254 0 01-2.854 6.05 10.266 10.266 0 01-5.999 2.99l-.212.027c-4.82.598-9.672.898-14.529.898zm.027-47.426c-4.857 0-9.71.305-14.528.914a8.715 8.715 0 00-5.053 2.47 8.717 8.717 0 00-2.476 5.05 116.871 116.871 0 00.007 29.057 8.717 8.717 0 002.47 5.053 8.703 8.703 0 005.051 2.475 116.537 116.537 0 0028.843.021l.208-.027a8.754 8.754 0 005.119-2.551 8.761 8.761 0 002.437-5.175 116.56 116.56 0 00-.019-28.867 8.737 8.737 0 00-2.517-5.071 8.74 8.74 0 00-5.109-2.448l-.007-.001c-4.785-.6-9.603-.9-14.425-.9z", fill: "#384350" }),
|
|
4
|
+
React.createElement("path", { d: "M48.107 63.645c-3.07 0-6.136-.192-9.181-.575a6.649 6.649 0 01-3.855-1.888 6.647 6.647 0 01-1.886-3.856 73.982 73.982 0 01-.004-18.399 6.653 6.653 0 011.889-3.854 6.652 6.652 0 013.855-1.885 73.505 73.505 0 0118.331-.01 6.671 6.671 0 013.894 1.867 6.669 6.669 0 011.92 3.871 73.829 73.829 0 01.013 18.274 6.667 6.667 0 01-1.856 3.931 6.687 6.687 0 01-3.902 1.945l-.135.017a73.76 73.76 0 01-9.083.562zm.02-29.536c-3.013 0-6.024.19-9.014.567a5.142 5.142 0 00-2.983 1.458 5.14 5.14 0 00-1.46 2.98 72.485 72.485 0 00.004 18.026 5.142 5.142 0 001.458 2.981 5.14 5.14 0 002.98 1.461c5.941.745 11.951.75 17.892.013l.13-.017a5.176 5.176 0 003.02-1.506 5.174 5.174 0 001.44-3.053 72.36 72.36 0 00-.012-17.913 5.163 5.163 0 00-1.486-2.993 5.158 5.158 0 00-3.015-1.444l-.007-.002a71.949 71.949 0 00-8.947-.558zM78.503 41.967H71.84a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM78.503 35.5H71.84a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM78.503 48.434H71.84a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM78.503 54.9H71.84a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM78.503 61.367H71.84a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM24.413 42.128H17.75a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM24.413 35.661H17.75a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM24.413 48.595H17.75a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM24.413 55.062H17.75a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM24.413 61.528H17.75a.75.75 0 010-1.5h6.663a.75.75 0 010 1.5zM54.593 79.254a.75.75 0 01-.75-.75V71.84a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM61.06 79.254a.75.75 0 01-.75-.75V71.84a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM48.126 79.254a.75.75 0 01-.75-.75V71.84a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM41.66 79.254a.75.75 0 01-.75-.75V71.84a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM35.193 79.254a.75.75 0 01-.75-.75V71.84a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM55.13 25.163a.75.75 0 01-.75-.75V17.75a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM61.598 25.163a.75.75 0 01-.75-.75V17.75a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM48.664 25.163a.75.75 0 01-.75-.75V17.75a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM42.198 25.163a.75.75 0 01-.75-.75V17.75a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75zM35.73 25.163a.75.75 0 01-.75-.75V17.75a.75.75 0 011.5 0v6.663a.75.75 0 01-.75.75z", fill: "#384350" })));
|
|
5
|
+
export default ApiXl;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const TargetXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "target-xl" }, props),
|
|
3
|
+
React.createElement("path", { d: "M47.496 79.242a30.75 30.75 0 1130.75-30.75 30.785 30.785 0 01-30.75 30.75zm0-60a29.25 29.25 0 1029.25 29.25 29.283 29.283 0 00-29.25-29.25z", fill: "#384350" }),
|
|
4
|
+
React.createElement("path", { d: "M47.643 37.982a.75.75 0 01-.75-.75V15.75a.75.75 0 111.5 0v21.482a.75.75 0 01-.75.75zM47.643 81.242a.75.75 0 01-.75-.75V59.966a.75.75 0 111.5 0v20.526a.75.75 0 01-.75.75zM79.534 49.349H59.01a.75.75 0 110-1.5h20.525a.75.75 0 110 1.5zM36.276 49.349H15.75a.75.75 0 110-1.5h20.526a.75.75 0 110 1.5z", fill: "#384350" }),
|
|
5
|
+
React.createElement("path", { d: "M47.643 65.335a16.843 16.843 0 1116.842-16.843 16.862 16.862 0 01-16.842 16.843zm0-32.186a15.344 15.344 0 1015.342 15.343A15.36 15.36 0 0047.643 33.15z", fill: "#384350" }),
|
|
6
|
+
React.createElement("path", { d: "M47.643 51.555a3.062 3.062 0 11-.001-6.125 3.062 3.062 0 010 6.125zm0-4.626a1.563 1.563 0 100 3.126 1.563 1.563 0 000-3.126z", fill: "#384350" })));
|
|
7
|
+
export default TargetXl;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const WthStarsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "wth-stars-xl" }, props),
|
|
3
|
+
React.createElement("path", { d: "M46.19 76.458a.75.75 0 01-.75-.75 25.72 25.72 0 00-25.69-25.69.75.75 0 010-1.5 25.72 25.72 0 0025.69-25.692.75.75 0 111.5 0 25.72 25.72 0 0025.692 25.692.75.75 0 010 1.5 25.72 25.72 0 00-25.691 25.69.75.75 0 01-.75.75zm-20.084-27.19A27.287 27.287 0 0146.19 69.353a27.288 27.288 0 0120.085-20.085 27.287 27.287 0 01-20.085-20.086 27.288 27.288 0 01-20.085 20.086zM66.572 40.584a.75.75 0 01-.75-.75 9.803 9.803 0 00-9.79-9.792.75.75 0 010-1.5 9.803 9.803 0 009.79-9.792.75.75 0 111.5 0 9.803 9.803 0 009.792 9.792.75.75 0 010 1.5 9.803 9.803 0 00-9.792 9.792.75.75 0 01-.75.75zM60.08 29.292a11.356 11.356 0 016.493 6.494 11.353 11.353 0 016.494-6.494 11.354 11.354 0 01-6.494-6.494 11.356 11.356 0 01-6.493 6.494z", fill: "#384350" }),
|
|
4
|
+
React.createElement("path", { d: "M66.572 78.839a.75.75 0 01-.75-.75 9.803 9.803 0 00-9.79-9.792.75.75 0 010-1.5 9.803 9.803 0 009.79-9.791.75.75 0 111.5 0 9.803 9.803 0 009.792 9.79.75.75 0 010 1.5 9.803 9.803 0 00-9.792 9.793.75.75 0 01-.75.75zM60.08 67.547a11.354 11.354 0 016.493 6.494 11.353 11.353 0 016.494-6.494 11.357 11.357 0 01-6.494-6.493 11.358 11.358 0 01-6.493 6.493z", fill: "#384350" })));
|
|
5
|
+
export default WthStarsXl;
|
|
@@ -1,90 +1,93 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
3
|
-
export { default as
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
4
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
5
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
6
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
8
|
-
export { default as
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
9
6
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
|
+
export { default as ApiXl } from './ApiXl';
|
|
9
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
10
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
10
11
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
-
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
12
|
-
export { default as BillingXl } from './BillingXl';
|
|
13
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
14
|
-
export { default as
|
|
13
|
+
export { default as BillingXl } from './BillingXl';
|
|
15
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
17
16
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
18
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
18
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
19
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
21
20
|
export { default as CalendarXl } from './CalendarXl';
|
|
21
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
23
24
|
export { default as CheckInXl } from './CheckInXl';
|
|
24
25
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
26
|
export { default as CheckXl } from './CheckXl';
|
|
26
27
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
|
-
export { default as CompareXl } from './CompareXl';
|
|
28
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
29
|
-
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
30
28
|
export { default as CouponXl } from './CouponXl';
|
|
31
29
|
export { default as CupXl } from './CupXl';
|
|
32
|
-
export { default as
|
|
30
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
31
|
+
export { default as CompareXl } from './CompareXl';
|
|
33
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
34
33
|
export { default as EventXl } from './EventXl';
|
|
35
|
-
export { default as FileXl } from './FileXl';
|
|
36
34
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
37
|
-
export { default as
|
|
35
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
36
|
+
export { default as FileXl } from './FileXl';
|
|
37
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
38
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
38
39
|
export { default as FileZipXl } from './FileZipXl';
|
|
40
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
|
+
export { default as FolderXl } from './FolderXl';
|
|
39
42
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
|
-
export { default as FolderStarXl } from './FolderStarXl';
|
|
41
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
|
-
export { default as FormXl } from './FormXl';
|
|
43
43
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
|
-
export { default as
|
|
44
|
+
export { default as FormXl } from './FormXl';
|
|
45
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
45
46
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
|
-
export { default as InfoXl } from './InfoXl';
|
|
47
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
-
export { default as GemsXl } from './GemsXl';
|
|
49
47
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
|
-
export { default as
|
|
48
|
+
export { default as InfoXl } from './InfoXl';
|
|
51
49
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
50
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
53
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
54
51
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
55
|
-
export { default as MessageXl } from './MessageXl';
|
|
56
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
57
52
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
53
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
54
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
58
56
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
|
-
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
57
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
58
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
|
-
export { default as
|
|
59
|
+
export { default as MessageXl } from './MessageXl';
|
|
63
60
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
61
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
62
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
64
63
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
65
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
68
66
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
69
|
-
export { default as PushXl } from './PushXl';
|
|
70
67
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
71
|
-
export { default as
|
|
68
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
|
+
export { default as GemsXl } from './GemsXl';
|
|
70
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
71
|
+
export { default as PushXl } from './PushXl';
|
|
72
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
74
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
73
75
|
export { default as SectionXl } from './SectionXl';
|
|
74
|
-
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
75
76
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
76
78
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
77
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
78
|
-
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
|
+
export { default as ShowXl } from './ShowXl';
|
|
80
81
|
export { default as SmsXl } from './SmsXl';
|
|
81
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
82
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
84
|
+
export { default as TargetXl } from './TargetXl';
|
|
84
85
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
85
86
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
87
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
88
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
87
89
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
90
|
export { default as WarningXl } from './WarningXl';
|
|
89
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
91
|
export { default as WebhookXl } from './WebhookXl';
|
|
92
|
+
export { default as WthStarsXl } from './WthStarsXl';
|
|
93
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
@@ -1,90 +1,93 @@
|
|
|
1
|
-
export { default as AddXl } from './AddXl';
|
|
2
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
3
|
-
export { default as
|
|
2
|
+
export { default as AddXl } from './AddXl';
|
|
4
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
5
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
6
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
8
|
-
export { default as
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
9
6
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
|
+
export { default as ApiXl } from './ApiXl';
|
|
9
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
10
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
10
11
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
-
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
12
|
-
export { default as BillingXl } from './BillingXl';
|
|
13
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
14
|
-
export { default as
|
|
13
|
+
export { default as BillingXl } from './BillingXl';
|
|
15
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
17
16
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
18
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
18
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
19
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
21
20
|
export { default as CalendarXl } from './CalendarXl';
|
|
21
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
23
24
|
export { default as CheckInXl } from './CheckInXl';
|
|
24
25
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
26
|
export { default as CheckXl } from './CheckXl';
|
|
26
27
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
|
-
export { default as CompareXl } from './CompareXl';
|
|
28
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
29
|
-
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
30
28
|
export { default as CouponXl } from './CouponXl';
|
|
31
29
|
export { default as CupXl } from './CupXl';
|
|
32
|
-
export { default as
|
|
30
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
31
|
+
export { default as CompareXl } from './CompareXl';
|
|
33
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
34
33
|
export { default as EventXl } from './EventXl';
|
|
35
|
-
export { default as FileXl } from './FileXl';
|
|
36
34
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
37
|
-
export { default as
|
|
35
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
36
|
+
export { default as FileXl } from './FileXl';
|
|
37
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
38
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
38
39
|
export { default as FileZipXl } from './FileZipXl';
|
|
40
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
|
+
export { default as FolderXl } from './FolderXl';
|
|
39
42
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
|
-
export { default as FolderStarXl } from './FolderStarXl';
|
|
41
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
|
-
export { default as FormXl } from './FormXl';
|
|
43
43
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
|
-
export { default as
|
|
44
|
+
export { default as FormXl } from './FormXl';
|
|
45
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
45
46
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
|
-
export { default as InfoXl } from './InfoXl';
|
|
47
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
-
export { default as GemsXl } from './GemsXl';
|
|
49
47
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
|
-
export { default as
|
|
48
|
+
export { default as InfoXl } from './InfoXl';
|
|
51
49
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
50
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
53
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
54
51
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
55
|
-
export { default as MessageXl } from './MessageXl';
|
|
56
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
57
52
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
53
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
54
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
58
56
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
|
-
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
60
57
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
61
58
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
|
-
export { default as
|
|
59
|
+
export { default as MessageXl } from './MessageXl';
|
|
63
60
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
61
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
62
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
64
63
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
64
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
65
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
68
66
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
69
|
-
export { default as PushXl } from './PushXl';
|
|
70
67
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
71
|
-
export { default as
|
|
68
|
+
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
|
+
export { default as GemsXl } from './GemsXl';
|
|
70
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
71
|
+
export { default as PushXl } from './PushXl';
|
|
72
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
74
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
73
75
|
export { default as SectionXl } from './SectionXl';
|
|
74
|
-
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
75
76
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
76
78
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
77
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
78
|
-
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
|
+
export { default as ShowXl } from './ShowXl';
|
|
80
81
|
export { default as SmsXl } from './SmsXl';
|
|
81
|
-
export { default as ToolsXl } from './ToolsXl';
|
|
82
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
84
|
+
export { default as TargetXl } from './TargetXl';
|
|
84
85
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
85
86
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
87
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
88
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
87
89
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
90
|
export { default as WarningXl } from './WarningXl';
|
|
89
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
91
|
export { default as WebhookXl } from './WebhookXl';
|
|
92
|
+
export { default as WthStarsXl } from './WthStarsXl';
|
|
93
|
+
export { default as WeblayerXl } from './WeblayerXl';
|