@synerise/ds-icon 1.7.0 → 1.7.1
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 +15 -15
- package/dist/cjs/icons/L/index.js +32 -32
- package/dist/cjs/icons/XL/FolderAddXl.d.ts +3 -0
- package/dist/cjs/icons/XL/FolderAddXl.js +10 -0
- package/dist/cjs/icons/XL/FolderCartXl.d.ts +3 -0
- package/dist/cjs/icons/XL/FolderCartXl.js +12 -0
- package/dist/cjs/icons/XL/FolderTagXl.d.ts +3 -0
- package/dist/cjs/icons/XL/FolderTagXl.js +10 -0
- package/dist/cjs/icons/XL/InteractionsXl.d.ts +3 -0
- package/dist/cjs/icons/XL/InteractionsXl.js +14 -0
- package/dist/cjs/icons/XL/index.d.ts +31 -27
- package/dist/cjs/icons/XL/index.js +65 -56
- package/dist/cjs/icons/additional/index.d.ts +27 -27
- package/dist/cjs/icons/additional/index.js +56 -56
- package/dist/cjs/icons/colorIcons/index.d.ts +3 -3
- package/dist/cjs/icons/colorIcons/index.js +7 -7
- package/dist/cjs/icons/index.d.ts +228 -228
- package/dist/cjs/icons/index.js +474 -474
- package/dist/esm/icons/L/index.d.ts +15 -15
- package/dist/esm/icons/L/index.js +15 -15
- package/dist/esm/icons/XL/FolderAddXl.d.ts +3 -0
- package/dist/esm/icons/XL/FolderAddXl.js +8 -0
- package/dist/esm/icons/XL/FolderCartXl.d.ts +3 -0
- package/dist/esm/icons/XL/FolderCartXl.js +10 -0
- package/dist/esm/icons/XL/FolderTagXl.d.ts +3 -0
- package/dist/esm/icons/XL/FolderTagXl.js +8 -0
- package/dist/esm/icons/XL/InteractionsXl.d.ts +3 -0
- package/dist/esm/icons/XL/InteractionsXl.js +12 -0
- package/dist/esm/icons/XL/index.d.ts +31 -27
- package/dist/esm/icons/XL/index.js +31 -27
- package/dist/esm/icons/additional/index.d.ts +27 -27
- package/dist/esm/icons/additional/index.js +27 -27
- package/dist/esm/icons/colorIcons/index.d.ts +3 -3
- package/dist/esm/icons/colorIcons/index.js +3 -3
- package/dist/esm/icons/index.d.ts +228 -228
- package/dist/esm/icons/index.js +228 -228
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.7.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.0...@synerise/ds-icon@1.7.1) (2025-08-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **icon:** new icons XL ([183619b](https://github.com/Synerise/synerise-design/commit/183619b69d96e50d174ed703982ffaac958e9ddf))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.7.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.2...@synerise/ds-icon@1.7.0) (2025-08-14)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -5,19 +5,19 @@ export { default as TimeL } from './TimeL';
|
|
|
5
5
|
export { default as TextareaL } from './TextareaL';
|
|
6
6
|
export { default as TextL } from './TextL';
|
|
7
7
|
export { default as TableL } from './TableL';
|
|
8
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
9
8
|
export { default as StackedL } from './StackedL';
|
|
9
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
10
10
|
export { default as SliderL } from './SliderL';
|
|
11
11
|
export { default as ShowL } from './ShowL';
|
|
12
12
|
export { default as SelectL } from './SelectL';
|
|
13
|
-
export { default as Section37L } from './Section37L';
|
|
14
13
|
export { default as SectionL } from './SectionL';
|
|
14
|
+
export { default as Section37L } from './Section37L';
|
|
15
15
|
export { default as Section12L } from './Section12L';
|
|
16
|
-
export { default as Section13L } from './Section13L';
|
|
17
16
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
18
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
19
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
20
17
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
19
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
20
|
+
export { default as Section13L } from './Section13L';
|
|
21
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
22
22
|
export { default as RadioL } from './RadioL';
|
|
23
23
|
export { default as QuoteL } from './QuoteL';
|
|
@@ -37,34 +37,34 @@ export { default as MobileBlockL } from './MobileBlockL';
|
|
|
37
37
|
export { default as LocationL } from './LocationL';
|
|
38
38
|
export { default as LinkL } from './LinkL';
|
|
39
39
|
export { default as LineL } from './LineL';
|
|
40
|
-
export { default as LandingPageL } from './LandingPageL';
|
|
41
40
|
export { default as LabelL } from './LabelL';
|
|
41
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
42
42
|
export { default as InputL } from './InputL';
|
|
43
43
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
44
44
|
export { default as InfoL } from './InfoL';
|
|
45
|
-
export { default as
|
|
45
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
46
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
47
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
46
48
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
49
|
+
export { default as ImageL } from './ImageL';
|
|
50
|
+
export { default as HashL } from './HashL';
|
|
47
51
|
export { default as HideL } from './HideL';
|
|
48
52
|
export { default as FormL } from './FormL';
|
|
49
|
-
export { default as HashL } from './HashL';
|
|
50
53
|
export { default as FormGroupL } from './FormGroupL';
|
|
51
54
|
export { default as FormEditL } from './FormEditL';
|
|
52
55
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
53
|
-
export { default as FolderL } from './FolderL';
|
|
54
56
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
57
|
+
export { default as FolderL } from './FolderL';
|
|
55
58
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
56
|
-
export { default as DividerL } from './DividerL';
|
|
57
59
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
+
export { default as DividerL } from './DividerL';
|
|
58
61
|
export { default as CountdownL } from './CountdownL';
|
|
59
62
|
export { default as ComboL } from './ComboL';
|
|
60
63
|
export { default as ColumnL } from './ColumnL';
|
|
61
64
|
export { default as CloseL } from './CloseL';
|
|
62
65
|
export { default as CheckboxL } from './CheckboxL';
|
|
63
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
64
66
|
export { default as CheckL } from './CheckL';
|
|
65
|
-
export { default as ButtonL } from './ButtonL';
|
|
66
67
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
67
|
-
export { default as
|
|
68
|
+
export { default as ButtonL } from './ButtonL';
|
|
68
69
|
export { default as BrowserL } from './BrowserL';
|
|
69
|
-
export { default as
|
|
70
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
70
|
+
export { default as AddL } from './AddL';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.HashL = exports.ImageL = exports.ImageLandscapeL = exports.ImagePotraitL = exports.ImageUrlL = exports.InboxNoResultsL = exports.InfoL = exports.InformationNoSearchResultL = exports.InputL = exports.LandingPageL = exports.LabelL = exports.LineL = exports.LinkL = exports.LocationL = exports.MobileBlockL = exports.MobileClickL = exports.MobileLayout1L = exports.MobileLayout2L = exports.MobileLayout3L = exports.MobileLayout4L = exports.MobileLinkL = exports.MobileUrlL = exports.MultilineL = exports.NavbarL = exports.NoData = exports.NoPermissionL = exports.PieL = exports.QuoteL = exports.RadioL = exports.RelationManyManyL = exports.Section13L = exports.RelationManyOneL = exports.RelationOneManyL = exports.RelationOneOneL = exports.SearchNoResultsL = exports.Section12L = exports.Section37L = exports.SectionL = exports.SelectL = exports.ShowL = exports.SliderL = exports.SpinnerL = exports.StackedL = exports.TableL = exports.TextL = exports.TextareaL = exports.TimeL = exports.TooltipL = exports.VideoL = exports.WarningL = void 0;
|
|
4
|
+
exports.AddL = exports.BrowserL = exports.ButtonL = exports.ButtonSubmitL = exports.CheckL = exports.CheckboxL = exports.CloseL = exports.ColumnL = exports.ComboL = exports.CountdownL = exports.DividerL = exports.FileTypePictureL = exports.FolderFavouriteFlatL = exports.FolderL = exports.FolderPlainL = exports.FolderPredefinedL = exports.FormEditL = exports.FormGroupL = exports.FormL = exports.HideL = void 0;
|
|
5
5
|
var WarningL_1 = require("./WarningL");
|
|
6
6
|
Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
|
|
7
7
|
var VideoL_1 = require("./VideoL");
|
|
@@ -16,32 +16,32 @@ var TextL_1 = require("./TextL");
|
|
|
16
16
|
Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
|
|
17
17
|
var TableL_1 = require("./TableL");
|
|
18
18
|
Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
|
|
19
|
-
var SpinnerL_1 = require("./SpinnerL");
|
|
20
|
-
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
21
19
|
var StackedL_1 = require("./StackedL");
|
|
22
20
|
Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
|
|
21
|
+
var SpinnerL_1 = require("./SpinnerL");
|
|
22
|
+
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
23
23
|
var SliderL_1 = require("./SliderL");
|
|
24
24
|
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
25
25
|
var ShowL_1 = require("./ShowL");
|
|
26
26
|
Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
|
|
27
27
|
var SelectL_1 = require("./SelectL");
|
|
28
28
|
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
29
|
-
var Section37L_1 = require("./Section37L");
|
|
30
|
-
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
31
29
|
var SectionL_1 = require("./SectionL");
|
|
32
30
|
Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
|
|
31
|
+
var Section37L_1 = require("./Section37L");
|
|
32
|
+
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
33
33
|
var Section12L_1 = require("./Section12L");
|
|
34
34
|
Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
|
|
35
|
-
var Section13L_1 = require("./Section13L");
|
|
36
|
-
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
37
35
|
var SearchNoResultsL_1 = require("./SearchNoResultsL");
|
|
38
36
|
Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
|
|
39
|
-
var RelationManyOneL_1 = require("./RelationManyOneL");
|
|
40
|
-
Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
|
|
41
|
-
var RelationOneManyL_1 = require("./RelationOneManyL");
|
|
42
|
-
Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
|
|
43
37
|
var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
44
38
|
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
39
|
+
var RelationOneManyL_1 = require("./RelationOneManyL");
|
|
40
|
+
Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
|
|
41
|
+
var RelationManyOneL_1 = require("./RelationManyOneL");
|
|
42
|
+
Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
|
|
43
|
+
var Section13L_1 = require("./Section13L");
|
|
44
|
+
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
45
45
|
var RelationManyManyL_1 = require("./RelationManyManyL");
|
|
46
46
|
Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
|
|
47
47
|
var RadioL_1 = require("./RadioL");
|
|
@@ -80,42 +80,48 @@ var LinkL_1 = require("./LinkL");
|
|
|
80
80
|
Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
|
|
81
81
|
var LineL_1 = require("./LineL");
|
|
82
82
|
Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
|
|
83
|
-
var LandingPageL_1 = require("./LandingPageL");
|
|
84
|
-
Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
|
|
85
83
|
var LabelL_1 = require("./LabelL");
|
|
86
84
|
Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
|
|
85
|
+
var LandingPageL_1 = require("./LandingPageL");
|
|
86
|
+
Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
|
|
87
87
|
var InputL_1 = require("./InputL");
|
|
88
88
|
Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
|
|
89
89
|
var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
|
|
90
90
|
Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
|
|
91
91
|
var InfoL_1 = require("./InfoL");
|
|
92
92
|
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
93
|
-
var
|
|
94
|
-
Object.defineProperty(exports, "
|
|
93
|
+
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
94
|
+
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
95
|
+
var ImageUrlL_1 = require("./ImageUrlL");
|
|
96
|
+
Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
|
|
97
|
+
var ImagePotraitL_1 = require("./ImagePotraitL");
|
|
98
|
+
Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
|
|
95
99
|
var ImageLandscapeL_1 = require("./ImageLandscapeL");
|
|
96
100
|
Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
|
|
101
|
+
var ImageL_1 = require("./ImageL");
|
|
102
|
+
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
103
|
+
var HashL_1 = require("./HashL");
|
|
104
|
+
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
97
105
|
var HideL_1 = require("./HideL");
|
|
98
106
|
Object.defineProperty(exports, "HideL", { enumerable: true, get: function () { return HideL_1.default; } });
|
|
99
107
|
var FormL_1 = require("./FormL");
|
|
100
108
|
Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
|
|
101
|
-
var HashL_1 = require("./HashL");
|
|
102
|
-
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
103
109
|
var FormGroupL_1 = require("./FormGroupL");
|
|
104
110
|
Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
|
|
105
111
|
var FormEditL_1 = require("./FormEditL");
|
|
106
112
|
Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
|
|
107
113
|
var FolderPredefinedL_1 = require("./FolderPredefinedL");
|
|
108
114
|
Object.defineProperty(exports, "FolderPredefinedL", { enumerable: true, get: function () { return FolderPredefinedL_1.default; } });
|
|
109
|
-
var FolderL_1 = require("./FolderL");
|
|
110
|
-
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
111
115
|
var FolderPlainL_1 = require("./FolderPlainL");
|
|
112
116
|
Object.defineProperty(exports, "FolderPlainL", { enumerable: true, get: function () { return FolderPlainL_1.default; } });
|
|
117
|
+
var FolderL_1 = require("./FolderL");
|
|
118
|
+
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
113
119
|
var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
|
|
114
120
|
Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
|
|
115
|
-
var DividerL_1 = require("./DividerL");
|
|
116
|
-
Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
|
|
117
121
|
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
118
122
|
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
123
|
+
var DividerL_1 = require("./DividerL");
|
|
124
|
+
Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
|
|
119
125
|
var CountdownL_1 = require("./CountdownL");
|
|
120
126
|
Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
|
|
121
127
|
var ComboL_1 = require("./ComboL");
|
|
@@ -126,19 +132,13 @@ var CloseL_1 = require("./CloseL");
|
|
|
126
132
|
Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
|
|
127
133
|
var CheckboxL_1 = require("./CheckboxL");
|
|
128
134
|
Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
|
|
129
|
-
var ImageUrlL_1 = require("./ImageUrlL");
|
|
130
|
-
Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
|
|
131
135
|
var CheckL_1 = require("./CheckL");
|
|
132
136
|
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
133
|
-
var ButtonL_1 = require("./ButtonL");
|
|
134
|
-
Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
|
|
135
137
|
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
136
138
|
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
137
|
-
var
|
|
138
|
-
Object.defineProperty(exports, "
|
|
139
|
+
var ButtonL_1 = require("./ButtonL");
|
|
140
|
+
Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
|
|
139
141
|
var BrowserL_1 = require("./BrowserL");
|
|
140
142
|
Object.defineProperty(exports, "BrowserL", { enumerable: true, get: function () { return BrowserL_1.default; } });
|
|
141
|
-
var
|
|
142
|
-
Object.defineProperty(exports, "
|
|
143
|
-
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
144
|
-
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
143
|
+
var AddL_1 = require("./AddL");
|
|
144
|
+
Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const react_1 = require("react");
|
|
4
|
+
const FolderAddXl = (props) => react_1.default.createElement("svg", Object.assign({ id: "svg-2219023025icon", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 96 96", xmlSpace: "preserve", "data-testid": "ds-icon-folder-add-xl", className: "folder-add-xl ds-icon-set-xlarge" }, props),
|
|
5
|
+
react_1.default.createElement("g", { fill: "currentColor" },
|
|
6
|
+
react_1.default.createElement("path", { className: "svg-2219023025st0", d: "M47.1,59.9H27.9c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8h19.1c0.4,0,0.8-0.3,0.8-0.8 C47.8,60.2,47.5,59.9,47.1,59.9z" }),
|
|
7
|
+
react_1.default.createElement("path", { className: "svg-2219023025st0", d: "M27.9,55.4h12.2c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8H27.9c-0.4,0-0.8,0.3-0.8,0.8 C27.2,55.1,27.5,55.4,27.9,55.4z" }),
|
|
8
|
+
react_1.default.createElement("path", { className: "svg-2219023025st0", d: "M78.9,59.6C78.9,59.5,78.9,59.5,78.9,59.6l0-2.7v-0.8V36c0-2.6-2.1-4.7-4.8-4.8H52.9c-0.6,0-1.2-0.2-1.7-0.5 L40.6,24c-0.8-0.5-1.6-0.7-2.6-0.7H22.2c-2.6,0-4.7,2.1-4.8,4.8v40c0,2.6,2.1,4.7,4.8,4.8h34.5c1.2,6.4,6.8,11.2,13.5,11.2 c7.6,0,13.7-6.2,13.8-13.8C83.9,65.9,82,62.1,78.9,59.6z M22.2,71.2c-1.8,0-3.2-1.5-3.2-3.2V28c0-1.8,1.5-3.2,3.2-3.2H38 c0.6,0,1.2,0.2,1.7,0.5L50.3,32c0.8,0.5,1.6,0.7,2.6,0.7h21.3c1.8,0,3.2,1.5,3.2,3.2v20.1v0.8v1.6c-2.1-1.3-4.6-2.1-7.3-2.1 c-7.6,0-13.7,6.2-13.8,13.8c0,0.4,0,0.7,0.1,1.1H22.2z M78.9,78.8c-2.2,2.2-5.3,3.6-8.7,3.6c-3.4,0-6.4-1.4-8.7-3.6 c-2.2-2.2-3.6-5.3-3.6-8.7c0-3.4,1.4-6.4,3.6-8.7c2.2-2.2,5.3-3.6,8.7-3.6c3.4,0,6.4,1.4,8.7,3.6c2.2,2.2,3.6,5.3,3.6,8.7 C82.4,73.6,81.1,76.6,78.9,78.8z" }),
|
|
9
|
+
react_1.default.createElement("path", { className: "svg-2219023025st0", d: "M75,67h-1.6v-1.6c0-1.1-0.9-1.9-1.9-1.9h-2.5c-1.1,0-1.9,0.9-1.9,1.9V67h-1.6c-1.1,0-1.9,0.9-1.9,1.9v2.5 c0,1.1,0.9,1.9,1.9,1.9H67v1.6c0,1.1,0.9,1.9,1.9,1.9h2.5c1.1,0,1.9-0.9,1.9-1.9v-1.6H75c1.1,0,1.9-0.9,1.9-1.9v-2.5 C76.9,67.9,76,67,75,67z M75.4,71.4c0,0.2-0.2,0.4-0.4,0.4h-2.3c-0.2,0-0.4,0.1-0.5,0.2c-0.1,0.1-0.2,0.3-0.2,0.5v2.3 c0,0.2-0.2,0.4-0.4,0.4h-2.5c-0.2,0-0.4-0.2-0.4-0.4v-2.3c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.2-0.5-0.2h-2.3 c-0.2,0-0.4-0.2-0.4-0.4v-2.5c0-0.2,0.2-0.4,0.4-0.4h2.3c0.2,0,0.4-0.1,0.5-0.2s0.2-0.3,0.2-0.5v-2.3c0-0.2,0.2-0.4,0.4-0.4h2.5 c0.2,0,0.4,0.2,0.4,0.4v2.3c0,0.2,0.1,0.4,0.2,0.5s0.3,0.2,0.5,0.2H75c0.2,0,0.4,0.2,0.4,0.4V71.4z" })));
|
|
10
|
+
exports.default = FolderAddXl;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const react_1 = require("react");
|
|
4
|
+
const FolderCartXl = (props) => react_1.default.createElement("svg", Object.assign({ id: "svg-3148015348icon", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 96 96", xmlSpace: "preserve", "data-testid": "ds-icon-folder-cart-xl", className: "folder-cart-xl ds-icon-set-xlarge" }, props),
|
|
5
|
+
react_1.default.createElement("g", { fill: "currentColor" },
|
|
6
|
+
react_1.default.createElement("path", { className: "svg-3148015348st0", d: "M47.1,59.9H27.9c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8h19.1c0.4,0,0.8-0.3,0.8-0.8 C47.8,60.2,47.5,59.9,47.1,59.9z" }),
|
|
7
|
+
react_1.default.createElement("path", { className: "svg-3148015348st0", d: "M27.9,55.4h12.2c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8H27.9c-0.4,0-0.8,0.3-0.8,0.8 C27.2,55.1,27.5,55.4,27.9,55.4z" }),
|
|
8
|
+
react_1.default.createElement("path", { className: "svg-3148015348st0", d: "M78.9,59.6C78.9,59.5,78.9,59.5,78.9,59.6l0-23.6c0-2.6-2.1-4.7-4.8-4.8H52.9c-0.6,0-1.2-0.2-1.7-0.5L40.6,24 c-0.8-0.5-1.6-0.7-2.6-0.7H22.2c-2.6,0-4.7,2.1-4.8,4.8v40c0,2.6,2.1,4.7,4.8,4.8h34.5c1.2,6.4,6.8,11.2,13.5,11.2 c7.6,0,13.7-6.2,13.8-13.8C83.9,65.9,82,62.1,78.9,59.6z M22.2,71.2c-1.8,0-3.2-1.5-3.2-3.2V28c0-1.8,1.5-3.2,3.2-3.2H38 c0.6,0,1.2,0.2,1.7,0.5L50.3,32c0.8,0.5,1.6,0.7,2.6,0.7h21.3c1.8,0,3.2,1.5,3.2,3.2v22.5c-2.1-1.3-4.6-2.1-7.3-2.1 c-7.6,0-13.7,6.2-13.8,13.8c0,0.4,0,0.7,0.1,1.1H22.2z M78.9,78.8c-2.2,2.2-5.3,3.6-8.7,3.6c-3.4,0-6.4-1.4-8.7-3.6 c-2.2-2.2-3.6-5.3-3.6-8.7c0-3.4,1.4-6.4,3.6-8.7c2.2-2.2,5.3-3.6,8.7-3.6c3.4,0,6.4,1.4,8.7,3.6c2.2,2.2,3.6,5.3,3.6,8.7 C82.4,73.6,81.1,76.6,78.9,78.8z" }),
|
|
9
|
+
react_1.default.createElement("path", { className: "svg-3148015348st0", d: "M77,66.8h-7.6c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8h6.4l-1.5,3.2l0,0.1c0,0.1-0.2,0.2-0.4,0.2h-5.3 c-0.2,0-0.3-0.1-0.4-0.2l0,0l-2.4-5.7l0,0c-0.3-0.7-1-1.2-1.8-1.2h-1.1c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8H64 c0.2,0,0.4,0.1,0.4,0.3l0,0l2.4,5.7l0,0c0.3,0.7,1,1.1,1.8,1.1h5.3c0.8,0,1.5-0.4,1.8-1.2l0,0l2-4.2c0.1-0.2,0.1-0.5,0-0.7 C77.5,66.9,77.2,66.8,77,66.8z" }),
|
|
10
|
+
react_1.default.createElement("path", { className: "svg-3148015348st0", d: "M67.7,73.9c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2c1.1,0,2-0.9,2-2C69.7,74.8,68.8,73.9,67.7,73.9z M67.7,76.4 c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5C68.2,76.2,68,76.4,67.7,76.4z" }),
|
|
11
|
+
react_1.default.createElement("path", { className: "svg-3148015348st0", d: "M74.3,73.9c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2c1.1,0,2-0.9,2-2C76.3,74.8,75.4,73.9,74.3,73.9z M74.3,76.4 c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5C74.8,76.2,74.6,76.4,74.3,76.4z" })));
|
|
12
|
+
exports.default = FolderCartXl;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const react_1 = require("react");
|
|
4
|
+
const FolderTagXl = (props) => react_1.default.createElement("svg", Object.assign({ id: "svg-4108566658icon", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 96 96", xmlSpace: "preserve", "data-testid": "ds-icon-folder-tag-xl", className: "folder-tag-xl ds-icon-set-xlarge" }, props),
|
|
5
|
+
react_1.default.createElement("g", { fill: "currentColor" },
|
|
6
|
+
react_1.default.createElement("path", { className: "svg-4108566658st0", d: "M47.1,59.9H27.9c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8h19.1c0.4,0,0.8-0.3,0.8-0.8 C47.8,60.2,47.5,59.9,47.1,59.9z" }),
|
|
7
|
+
react_1.default.createElement("path", { className: "svg-4108566658st0", d: "M27.9,55.4h12.2c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8H27.9c-0.4,0-0.8,0.3-0.8,0.8 C27.2,55.1,27.5,55.4,27.9,55.4z" }),
|
|
8
|
+
react_1.default.createElement("path", { className: "svg-4108566658st0", d: "M78.9,59.6C78.9,59.5,78.9,59.5,78.9,59.6l0-23.6c0-2.6-2.1-4.7-4.8-4.8H52.9c-0.6,0-1.2-0.2-1.7-0.5L40.6,24 c-0.8-0.5-1.6-0.7-2.6-0.7H22.2c-2.6,0-4.7,2.1-4.8,4.8v40c0,2.6,2.1,4.7,4.8,4.8h34.5c1.2,6.4,6.8,11.2,13.5,11.2 c7.6,0,13.7-6.2,13.8-13.8C83.9,65.9,82,62.1,78.9,59.6z M22.2,71.2c-1.8,0-3.2-1.5-3.2-3.2V28c0-1.8,1.5-3.2,3.2-3.2H38 c0.6,0,1.2,0.2,1.7,0.5L50.3,32c0.8,0.5,1.6,0.7,2.6,0.7h21.3c1.8,0,3.2,1.5,3.2,3.2v22.5c-2.1-1.3-4.6-2.1-7.3-2.1 c-7.6,0-13.7,6.2-13.8,13.8c0,0.4,0,0.7,0.1,1.1H22.2z M78.9,78.8c-2.2,2.2-5.3,3.6-8.7,3.6c-3.4,0-6.4-1.4-8.7-3.6 c-2.2-2.2-3.6-5.3-3.6-8.7c0-3.4,1.4-6.4,3.6-8.7c2.2-2.2,5.3-3.6,8.7-3.6c3.4,0,6.4,1.4,8.7,3.6c2.2,2.2,3.6,5.3,3.6,8.7 C82.4,73.6,81.1,76.6,78.9,78.8z" }),
|
|
9
|
+
react_1.default.createElement("path", { className: "svg-4108566658st0", d: "M75.2,63.7h-9.8c-0.2,0-0.4,0.1-0.5,0.2s-0.2,0.3-0.2,0.5v14c0,0.3,0.1,0.5,0.4,0.7s0.5,0.1,0.8,0l4.3-2.5 l4.7,2.6c0.2,0.1,0.5,0.1,0.7,0s0.4-0.4,0.4-0.6v-14c0-0.2-0.1-0.4-0.2-0.5S75.4,63.7,75.2,63.7z M74.5,65.2v1.9h-8.3v-1.9H74.5z M69.8,75l-3.6,2.1v-8.5h8.3v8.6l-4-2.2C70.3,74.9,70,74.9,69.8,75z" })));
|
|
10
|
+
exports.default = FolderTagXl;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const react_1 = require("react");
|
|
4
|
+
const InteractionsXl = (props) => react_1.default.createElement("svg", Object.assign({ id: "svg-1743834370icon", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 96 96", xmlSpace: "preserve", "data-testid": "ds-icon-interactions-xl", className: "interactions-xl ds-icon-set-xlarge" }, props),
|
|
5
|
+
react_1.default.createElement("g", { fill: "currentColor" },
|
|
6
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M59.9,53.1H59c-1.2,0-2.2-1-2.2-2.2v-5.8c0-1.2,1-2.2,2.2-2.2h5.8c1.2,0,2.2,1,2.2,2.2v4.8 c0,0.4,0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8v-4.8c0-2.1-1.7-3.7-3.7-3.7H59c-2.1,0-3.7,1.7-3.7,3.7v5.8c0,2.1,1.7,3.7,3.7,3.7 h0.9c0.4,0,0.8-0.3,0.8-0.8C60.6,53.5,60.3,53.1,59.9,53.1z" }),
|
|
7
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M31.1,54.6H37c2.1,0,3.7-1.7,3.7-3.7v-5.8c0-2.1-1.7-3.7-3.7-3.7h-5.8c-2.1,0-3.7,1.7-3.7,3.7v5.8 C27.4,53,29.1,54.6,31.1,54.6z M28.9,45.1c0-1.2,1-2.2,2.2-2.2H37c1.2,0,2.2,1,2.2,2.2v5.8c0,1.2-1,2.2-2.2,2.2h-5.8 c-1.2,0-2.2-1-2.2-2.2V45.1z" }),
|
|
8
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M57.7,71.1h-36c-1.6,0-2.9-1.3-2.9-2.9v-1.4h33.9c0,0,0,0,0,0h4.9c0.4,0,0.8-0.3,0.8-0.8 c0-0.4-0.3-0.8-0.8-0.8H18.8V27.7c0-1.6,1.3-2.9,2.9-2.9h33.5h1.3h17.8c1.6,0,2.9,1.3,2.9,2.9v28.7c0,0.4,0.3,0.8,0.8,0.8 c0.4,0,0.8-0.3,0.8-0.8V27.7c0-2.4-2-4.4-4.4-4.4H56.5h-1.3H21.7c-2.4,0-4.4,2-4.4,4.4V66l0,0v0v2.2c0,2.4,2,4.4,4.4,4.4h36 c0.4,0,0.8-0.3,0.8-0.8C58.4,71.5,58.1,71.1,57.7,71.1z" }),
|
|
9
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M28.6,32c0-1.5-1.2-2.7-2.8-2.8c-1.5,0-2.7,1.2-2.8,2.8c0,1.5,1.2,2.7,2.8,2.8C27.4,34.7,28.6,33.5,28.6,32z M25.9,33.2c-0.7,0-1.2-0.6-1.2-1.2c0-0.7,0.6-1.2,1.2-1.2c0.7,0,1.2,0.6,1.2,1.2C27.1,32.7,26.6,33.2,25.9,33.2z" }),
|
|
10
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M42.6,32c0-1.5-1.2-2.7-2.8-2.8c-1.5,0-2.7,1.2-2.8,2.8c0,1.5,1.2,2.7,2.8,2.8C41.4,34.7,42.6,33.5,42.6,32z M39.9,33.2c-0.7,0-1.2-0.6-1.2-1.2c0-0.7,0.6-1.2,1.2-1.2c0.7,0,1.2,0.6,1.2,1.2C41.1,32.7,40.6,33.2,39.9,33.2z" }),
|
|
11
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M35.6,32c0-1.5-1.2-2.7-2.8-2.8c-1.5,0-2.7,1.2-2.8,2.8c0,1.5,1.2,2.7,2.8,2.8C34.4,34.7,35.6,33.5,35.6,32z M31.6,32c0-0.7,0.6-1.2,1.2-1.2c0.7,0,1.2,0.6,1.2,1.2c0,0.7-0.6,1.2-1.2,1.2C32.2,33.2,31.6,32.7,31.6,32z" }),
|
|
12
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M81.3,62.9L63.6,48.8c-0.2-0.2-0.5-0.3-0.8-0.3c-0.3,0-0.7,0.1-0.9,0.4c-0.2,0.2-0.4,0.6-0.4,1v23 c0,0.4,0.2,0.7,0.4,1c0.2,0.2,0.6,0.4,0.9,0.4c0.4,0,0.8-0.2,1-0.5l4.4-5.5l3.4,6.8c0.3,0.7,1,1.1,1.7,1.1c0.3,0,0.6-0.1,0.9-0.2 l2.6-1.3c0.7-0.3,1.1-1,1.1-1.7c0-0.3-0.1-0.6-0.2-0.9l-3.3-6.7h6.2c0.4,0,0.7-0.2,1-0.4c0.2-0.2,0.4-0.6,0.4-0.9 C81.8,63.5,81.6,63.1,81.3,62.9z M72.4,64.8l3.9,7.8l0,0.2c0,0.2-0.1,0.3-0.2,0.4l-2.6,1.3l-0.2,0c-0.2,0-0.3-0.1-0.4-0.2L69,66.4 c-0.1-0.2-0.3-0.4-0.6-0.4s-0.5,0.1-0.7,0.3l-4.8,6V50.2l17,13.5h-6.9c-0.3,0-0.5,0.1-0.6,0.4C72.3,64.3,72.3,64.6,72.4,64.8z" }),
|
|
13
|
+
react_1.default.createElement("path", { className: "svg-1743834370st0", d: "M48.5,51.5c0.3,0.3,0.8,0.3,1.1,0l3-3c0.1-0.1,0.2-0.3,0.2-0.5s-0.1-0.4-0.2-0.5l-3-3c-0.3-0.3-0.8-0.3-1.1,0 s-0.3,0.8,0,1.1l1.8,1.8h-6.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8h6.6l-1.7,1.7C48.3,50.8,48.3,51.2,48.5,51.5z" })));
|
|
14
|
+
exports.default = InteractionsXl;
|
|
@@ -8,92 +8,96 @@ export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
|
8
8
|
export { default as UserIdXl } from './UserIdXl';
|
|
9
9
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
10
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
11
|
-
export { default as
|
|
11
|
+
export { default as StopXl } from './StopXl';
|
|
12
12
|
export { default as TargetXl } from './TargetXl';
|
|
13
13
|
export { default as SmsXl } from './SmsXl';
|
|
14
|
-
export { default as StopXl } from './StopXl';
|
|
15
14
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
15
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
16
16
|
export { default as ShowXl } from './ShowXl';
|
|
17
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
19
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
20
18
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
19
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
21
20
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
21
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
22
22
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
23
23
|
export { default as PushXl } from './PushXl';
|
|
24
|
-
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
25
24
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
26
25
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
26
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
28
27
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
29
28
|
export { default as PlayXl } from './PlayXl';
|
|
30
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
29
|
export { default as PauseXl } from './PauseXl';
|
|
32
|
-
export { default as
|
|
30
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
33
31
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
32
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
34
33
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
34
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
|
-
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
38
35
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
36
|
export { default as MetaXl } from './MetaXl';
|
|
37
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
38
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
39
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
40
40
|
export { default as MessageXl } from './MessageXl';
|
|
41
41
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
42
42
|
export { default as LaunchXl } from './LaunchXl';
|
|
43
43
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
|
-
export { default as
|
|
44
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
45
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
47
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
46
48
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
47
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
49
|
export { default as InfoXl } from './InfoXl';
|
|
50
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
49
51
|
export { default as GemsXl } from './GemsXl';
|
|
50
52
|
export { default as FunctionXl } from './FunctionXl';
|
|
51
53
|
export { default as FormulaXl } from './FormulaXl';
|
|
52
54
|
export { default as FormXl } from './FormXl';
|
|
53
55
|
export { default as FolderXl } from './FolderXl';
|
|
54
56
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
|
+
export { default as FolderTagXl } from './FolderTagXl';
|
|
55
58
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
56
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
57
59
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
58
|
-
export { default as
|
|
60
|
+
export { default as FolderCartXl } from './FolderCartXl';
|
|
61
|
+
export { default as FolderAddXl } from './FolderAddXl';
|
|
62
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
59
63
|
export { default as FileZipXl } from './FileZipXl';
|
|
60
|
-
export { default as
|
|
64
|
+
export { default as FileXl } from './FileXl';
|
|
61
65
|
export { default as FileUpXl } from './FileUpXl';
|
|
62
|
-
export { default as
|
|
66
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
63
67
|
export { default as FileDownXl } from './FileDownXl';
|
|
68
|
+
export { default as EventXl } from './EventXl';
|
|
64
69
|
export { default as ErrorXl } from './ErrorXl';
|
|
65
|
-
export { default as
|
|
70
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
66
71
|
export { default as CupXl } from './CupXl';
|
|
67
|
-
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
68
|
-
export { default as CompareXl } from './CompareXl';
|
|
69
72
|
export { default as CouponXl } from './CouponXl';
|
|
73
|
+
export { default as CompareXl } from './CompareXl';
|
|
70
74
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
71
75
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
76
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
72
77
|
export { default as CheckXl } from './CheckXl';
|
|
73
78
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
74
79
|
export { default as CheckInXl } from './CheckInXl';
|
|
75
80
|
export { default as CartAddXl } from './CartAddXl';
|
|
76
81
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
77
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
78
82
|
export { default as CalendarXl } from './CalendarXl';
|
|
79
|
-
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
80
83
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
84
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
85
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
86
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
81
87
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
82
88
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
83
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
84
89
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
85
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
86
|
-
export { default as BillingXl } from './BillingXl';
|
|
87
90
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
88
|
-
export { default as
|
|
91
|
+
export { default as BillingXl } from './BillingXl';
|
|
92
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
89
93
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
94
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
90
95
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
91
|
-
export { default as ApiXl } from './ApiXl';
|
|
92
96
|
export { default as AttributeXl } from './AttributeXl';
|
|
93
97
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
94
98
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
95
99
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
100
|
+
export { default as ApiXl } from './ApiXl';
|
|
96
101
|
export { default as AddXl } from './AddXl';
|
|
97
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
98
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
99
102
|
export { default as AbTestXl } from './AbTestXl';
|
|
103
|
+
export { default as ToolsXl } from './ToolsXl';
|