@synerise/ds-icon 0.59.1 → 0.60.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 +19 -0
- package/dist/cjs/icons/L/FolderPlainL.d.ts +3 -0
- package/dist/cjs/icons/L/FolderPlainL.js +6 -0
- package/dist/cjs/icons/L/FolderPredefinedL.d.ts +3 -0
- package/dist/cjs/icons/L/FolderPredefinedL.js +8 -0
- package/dist/cjs/icons/L/index.d.ts +13 -11
- package/dist/cjs/icons/L/index.js +28 -24
- package/dist/cjs/icons/XL/SearchHybridXl.d.ts +3 -0
- package/dist/cjs/icons/XL/SearchHybridXl.js +8 -0
- package/dist/cjs/icons/XL/SearchKeywordsXl.d.ts +3 -0
- package/dist/cjs/icons/XL/SearchKeywordsXl.js +9 -0
- package/dist/cjs/icons/XL/SearchSemanticXl.d.ts +3 -0
- package/dist/cjs/icons/XL/SearchSemanticXl.js +9 -0
- package/dist/cjs/icons/XL/SmsXl.d.ts +3 -0
- package/dist/cjs/icons/XL/SmsXl.js +9 -0
- package/dist/cjs/icons/XL/index.d.ts +25 -21
- package/dist/cjs/icons/XL/index.js +52 -44
- package/dist/cjs/icons/additional/index.d.ts +21 -21
- package/dist/cjs/icons/additional/index.js +44 -44
- package/dist/cjs/icons/index.d.ts +164 -164
- package/dist/cjs/icons/index.js +345 -345
- package/dist/esm/icons/L/FolderPlainL.d.ts +3 -0
- package/dist/esm/icons/L/FolderPlainL.js +4 -0
- package/dist/esm/icons/L/FolderPredefinedL.d.ts +3 -0
- package/dist/esm/icons/L/FolderPredefinedL.js +6 -0
- package/dist/esm/icons/L/index.d.ts +13 -11
- package/dist/esm/icons/L/index.js +13 -11
- package/dist/esm/icons/XL/SearchHybridXl.d.ts +3 -0
- package/dist/esm/icons/XL/SearchHybridXl.js +6 -0
- package/dist/esm/icons/XL/SearchKeywordsXl.d.ts +3 -0
- package/dist/esm/icons/XL/SearchKeywordsXl.js +7 -0
- package/dist/esm/icons/XL/SearchSemanticXl.d.ts +3 -0
- package/dist/esm/icons/XL/SearchSemanticXl.js +7 -0
- package/dist/esm/icons/XL/SmsXl.d.ts +3 -0
- package/dist/esm/icons/XL/SmsXl.js +7 -0
- package/dist/esm/icons/XL/index.d.ts +25 -21
- package/dist/esm/icons/XL/index.js +25 -21
- package/dist/esm/icons/additional/index.d.ts +21 -21
- package/dist/esm/icons/additional/index.js +21 -21
- package/dist/esm/icons/index.d.ts +164 -164
- package/dist/esm/icons/index.js +164 -164
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
## [0.60.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.60.0...@synerise/ds-icon@0.60.1) (2024-02-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-icon
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.60.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.59.1...@synerise/ds-icon@0.60.0) (2024-01-24)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **icon:** new icons added ([185cd8a](https://github.com/Synerise/synerise-design/commit/185cd8adfa2769cb8a7bce0acdcaf2f8738750cd))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.59.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.59.0...@synerise/ds-icon@0.59.1) (2024-01-17)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const FolderPlainL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-plain-l" }, props),
|
|
5
|
+
React.createElement("path", { d: "M36.5 15.6H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h25.8c1.8 0 3.2-1.4 3.2-3.2V18.9c.1-1.8-1.3-3.3-3.1-3.3zm-25.8-2.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7zm25.8 22.6H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3v11c-.1 1-.8 1.7-1.8 1.7z", fill: "#384350" })));
|
|
6
|
+
exports.default = FolderPlainL;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const FolderPredefinedL = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", className: "folder-predefined-l" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M27.3 35.4H10.7c-.9 0-1.7-.8-1.7-1.7v-11h29.3V30c0 .4.3.8.8.8.4 0 .8-.3.8-.8V18.9c0-1.8-1.4-3.2-3.2-3.2H24.6c-.5 0-.9-.2-1.2-.5l-3-3c-.6-.6-1.4-.9-2.3-.9h-7.5c-1.8 0-3.2 1.4-3.2 3.2v19.2c0 1.8 1.4 3.2 3.2 3.2h16.6c.4 0 .8-.3.8-.8.1-.3-.3-.7-.7-.7zM10.7 12.8h7.5c.5 0 .9.2 1.2.5l3 3c.6.6 1.4.9 2.3.9h11.9c.9 0 1.7.8 1.7 1.7v2.4H9v-6.8c0-1 .8-1.7 1.7-1.7z" }),
|
|
7
|
+
React.createElement("path", { d: "M42.2 33.3c-.1-.3-.3-.5-.6-.5l-4.1-.6-1.8-3.7c-.1-.3-.4-.4-.7-.4s-.5.2-.7.4l-1.8 3.7-4.1.6c-.3 0-.5.2-.6.5-.1.3 0 .6.2.8l3 2.9-.7 4c0 .3.1.6.3.7s.5.2.8.1l3.7-1.9 3.7 1.9c.3.1.6.1.8-.1s.3-.5.3-.7l-.9-4 3-2.9c.2-.2.3-.5.2-.8zm-4.5 2.9c-.2.2-.3.4-.2.7l.5 3-2.7-1.4c-.2-.1-.5-.1-.7 0L32 39.8l.5-3c0-.2 0-.5-.2-.7L30.1 34l3-.4c.2 0 .5-.2.6-.4l1.3-2.7 1.3 2.7c.1.2.3.4.6.4l3 .4-2.2 2.2z" }))));
|
|
8
|
+
exports.default = FolderPredefinedL;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
2
3
|
export { default as ButtonL } from './ButtonL';
|
|
3
4
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
|
-
export { default as CheckL } from './CheckL';
|
|
5
|
-
export { default as CheckboxL } from './CheckboxL';
|
|
6
|
-
export { default as CloseL } from './CloseL';
|
|
7
5
|
export { default as ColumnL } from './ColumnL';
|
|
6
|
+
export { default as CloseL } from './CloseL';
|
|
7
|
+
export { default as CheckL } from './CheckL';
|
|
8
8
|
export { default as ComboL } from './ComboL';
|
|
9
9
|
export { default as CountdownL } from './CountdownL';
|
|
10
10
|
export { default as DividerL } from './DividerL';
|
|
11
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
11
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
12
|
+
export { default as FolderPlainL } from './FolderPlainL';
|
|
13
|
+
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
13
14
|
export { default as FolderL } from './FolderL';
|
|
14
15
|
export { default as FormEditL } from './FormEditL';
|
|
15
16
|
export { default as FormGroupL } from './FormGroupL';
|
|
@@ -24,24 +25,24 @@ export { default as InfoL } from './InfoL';
|
|
|
24
25
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
25
26
|
export { default as InputL } from './InputL';
|
|
26
27
|
export { default as LabelL } from './LabelL';
|
|
27
|
-
export { default as LineL } from './LineL';
|
|
28
28
|
export { default as LinkL } from './LinkL';
|
|
29
|
+
export { default as LineL } from './LineL';
|
|
29
30
|
export { default as LocationL } from './LocationL';
|
|
30
31
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
31
|
-
export { default as MobileClickL } from './MobileClickL';
|
|
32
32
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
33
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
33
34
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
35
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
35
36
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
36
37
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
37
38
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
38
39
|
export { default as MultilineL } from './MultilineL';
|
|
39
|
-
export { default as NavbarL } from './NavbarL';
|
|
40
40
|
export { default as NoData } from './NoData';
|
|
41
|
-
export { default as
|
|
41
|
+
export { default as NavbarL } from './NavbarL';
|
|
42
42
|
export { default as PieL } from './PieL';
|
|
43
|
-
export { default as
|
|
43
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
44
44
|
export { default as RadioL } from './RadioL';
|
|
45
|
+
export { default as QuoteL } from './QuoteL';
|
|
45
46
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
46
47
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
47
48
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
@@ -52,13 +53,14 @@ export { default as Section13L } from './Section13L';
|
|
|
52
53
|
export { default as Section37L } from './Section37L';
|
|
53
54
|
export { default as SectionL } from './SectionL';
|
|
54
55
|
export { default as SelectL } from './SelectL';
|
|
55
|
-
export { default as ShowL } from './ShowL';
|
|
56
56
|
export { default as SliderL } from './SliderL';
|
|
57
|
-
export { default as
|
|
57
|
+
export { default as ShowL } from './ShowL';
|
|
58
58
|
export { default as StackedL } from './StackedL';
|
|
59
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
59
60
|
export { default as TableL } from './TableL';
|
|
60
61
|
export { default as TextL } from './TextL';
|
|
61
62
|
export { default as TextareaL } from './TextareaL';
|
|
62
63
|
export { default as TooltipL } from './TooltipL';
|
|
63
64
|
export { default as VideoL } from './VideoL';
|
|
64
65
|
export { default as WarningL } from './WarningL';
|
|
66
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.
|
|
3
|
+
exports.SearchNoResultsL = exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.RelationManyManyL = exports.QuoteL = exports.RadioL = exports.NoPermissionL = exports.PieL = exports.NavbarL = exports.NoData = exports.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileClickL = exports.MobileLayout1L = exports.MobileBlockL = exports.LocationL = exports.LineL = exports.LinkL = exports.LabelL = exports.InputL = exports.InformationNoSearchResultL = exports.InfoL = exports.InboxNoResultsL = exports.ImageUrlL = exports.ImagePotraitL = exports.ImageLandscapeL = exports.ImageL = exports.HashL = exports.FormL = exports.FormGroupL = exports.FormEditL = exports.FolderL = exports.FolderPredefinedL = exports.FolderPlainL = exports.FolderFavouriteFlatL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.CheckL = exports.CloseL = exports.ColumnL = exports.ButtonSubmitL = exports.ButtonL = exports.CheckboxL = exports.AddL = void 0;
|
|
4
|
+
exports.FileTypePictureL = exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.SpinnerL = exports.StackedL = exports.ShowL = exports.SliderL = exports.SelectL = exports.SectionL = exports.Section37L = exports.Section13L = exports.Section12L = void 0;
|
|
5
5
|
var AddL_1 = require("./AddL");
|
|
6
6
|
Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
|
|
7
|
+
var CheckboxL_1 = require("./CheckboxL");
|
|
8
|
+
Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
|
|
7
9
|
var ButtonL_1 = require("./ButtonL");
|
|
8
10
|
Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
|
|
9
11
|
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
10
12
|
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
11
|
-
var CheckL_1 = require("./CheckL");
|
|
12
|
-
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
13
|
-
var CheckboxL_1 = require("./CheckboxL");
|
|
14
|
-
Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
|
|
15
|
-
var CloseL_1 = require("./CloseL");
|
|
16
|
-
Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
|
|
17
13
|
var ColumnL_1 = require("./ColumnL");
|
|
18
14
|
Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
|
|
15
|
+
var CloseL_1 = require("./CloseL");
|
|
16
|
+
Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
|
|
17
|
+
var CheckL_1 = require("./CheckL");
|
|
18
|
+
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
19
19
|
var ComboL_1 = require("./ComboL");
|
|
20
20
|
Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
|
|
21
21
|
var CountdownL_1 = require("./CountdownL");
|
|
22
22
|
Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
|
|
23
23
|
var DividerL_1 = require("./DividerL");
|
|
24
24
|
Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
|
|
25
|
-
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
26
|
-
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
27
25
|
var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
|
|
28
26
|
Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
|
|
27
|
+
var FolderPlainL_1 = require("./FolderPlainL");
|
|
28
|
+
Object.defineProperty(exports, "FolderPlainL", { enumerable: true, get: function () { return FolderPlainL_1.default; } });
|
|
29
|
+
var FolderPredefinedL_1 = require("./FolderPredefinedL");
|
|
30
|
+
Object.defineProperty(exports, "FolderPredefinedL", { enumerable: true, get: function () { return FolderPredefinedL_1.default; } });
|
|
29
31
|
var FolderL_1 = require("./FolderL");
|
|
30
32
|
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
31
33
|
var FormEditL_1 = require("./FormEditL");
|
|
@@ -54,18 +56,18 @@ var InputL_1 = require("./InputL");
|
|
|
54
56
|
Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
|
|
55
57
|
var LabelL_1 = require("./LabelL");
|
|
56
58
|
Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
|
|
57
|
-
var LineL_1 = require("./LineL");
|
|
58
|
-
Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
|
|
59
59
|
var LinkL_1 = require("./LinkL");
|
|
60
60
|
Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
|
|
61
|
+
var LineL_1 = require("./LineL");
|
|
62
|
+
Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
|
|
61
63
|
var LocationL_1 = require("./LocationL");
|
|
62
64
|
Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
|
|
63
65
|
var MobileBlockL_1 = require("./MobileBlockL");
|
|
64
66
|
Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
|
|
65
|
-
var MobileClickL_1 = require("./MobileClickL");
|
|
66
|
-
Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
|
|
67
67
|
var MobileLayout1L_1 = require("./MobileLayout1L");
|
|
68
68
|
Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
|
|
69
|
+
var MobileClickL_1 = require("./MobileClickL");
|
|
70
|
+
Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
|
|
69
71
|
var MobileLayout2L_1 = require("./MobileLayout2L");
|
|
70
72
|
Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
|
|
71
73
|
var MobileLayout3L_1 = require("./MobileLayout3L");
|
|
@@ -78,18 +80,18 @@ var MobileUrlL_1 = require("./MobileUrlL");
|
|
|
78
80
|
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
79
81
|
var MultilineL_1 = require("./MultilineL");
|
|
80
82
|
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
81
|
-
var NavbarL_1 = require("./NavbarL");
|
|
82
|
-
Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
|
|
83
83
|
var NoData_1 = require("./NoData");
|
|
84
84
|
Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
|
|
85
|
-
var
|
|
86
|
-
Object.defineProperty(exports, "
|
|
85
|
+
var NavbarL_1 = require("./NavbarL");
|
|
86
|
+
Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
|
|
87
87
|
var PieL_1 = require("./PieL");
|
|
88
88
|
Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
|
|
89
|
-
var
|
|
90
|
-
Object.defineProperty(exports, "
|
|
89
|
+
var NoPermissionL_1 = require("./NoPermissionL");
|
|
90
|
+
Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
|
|
91
91
|
var RadioL_1 = require("./RadioL");
|
|
92
92
|
Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
|
|
93
|
+
var QuoteL_1 = require("./QuoteL");
|
|
94
|
+
Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
|
|
93
95
|
var RelationManyManyL_1 = require("./RelationManyManyL");
|
|
94
96
|
Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
|
|
95
97
|
var RelationManyOneL_1 = require("./RelationManyOneL");
|
|
@@ -110,14 +112,14 @@ var SectionL_1 = require("./SectionL");
|
|
|
110
112
|
Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
|
|
111
113
|
var SelectL_1 = require("./SelectL");
|
|
112
114
|
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
113
|
-
var ShowL_1 = require("./ShowL");
|
|
114
|
-
Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
|
|
115
115
|
var SliderL_1 = require("./SliderL");
|
|
116
116
|
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
117
|
-
var
|
|
118
|
-
Object.defineProperty(exports, "
|
|
117
|
+
var ShowL_1 = require("./ShowL");
|
|
118
|
+
Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
|
|
119
119
|
var StackedL_1 = require("./StackedL");
|
|
120
120
|
Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
|
|
121
|
+
var SpinnerL_1 = require("./SpinnerL");
|
|
122
|
+
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
121
123
|
var TableL_1 = require("./TableL");
|
|
122
124
|
Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
|
|
123
125
|
var TextL_1 = require("./TextL");
|
|
@@ -130,3 +132,5 @@ var VideoL_1 = require("./VideoL");
|
|
|
130
132
|
Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
|
|
131
133
|
var WarningL_1 = require("./WarningL");
|
|
132
134
|
Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
|
|
135
|
+
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
136
|
+
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const SearchHybridXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-hybrid-xl" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2H17c-1.5 0-2.7 1.2-2.8 2.8v20.9c0 1.5 1.2 2.7 2.8 2.8h6.3c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1-.2-2-1-2.8zM16.3 57.4c-.2-.2-.4-.5-.4-.9v-8.7c.1-.7.7-1.3 1.5-1.3h3.8v1.3c0 1.3.5 2.5 1.4 3.3.8.8 2 1.3 3.3 1.3h3.6c.5 0 1-.2 1.3-.6.3-.3.5-.7.5-1.2v-8.9c0-.5-.2-1-.6-1.3-.3-.3-.7-.5-1.2-.5h-4c-2.3 0-4.2 1.9-4.2 4.2v.9h-3.8c-.6 0-1.1.2-1.5.4v-10c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h34.2c.3 0 .7.1.9.4.2.2.4.5.4.9V44c0 .4-.2.8-.4 1-.3.3-.6.4-1.1.4h-3.9v-.8c0-2.4-2-4.4-4.5-4.5h-3.8c-.5 0-.9.2-1.2.5-.3.3-.6.8-.6 1.3v1.5h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5v2.9h-3.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h3.5V51c0 .5.2.9.5 1.2.3.3.8.6 1.3.6h3.8c2.4 0 4.4-2 4.5-4.4V47h3.9c.6 0 1.1-.2 1.6-.4v10c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.2c-.3-.2-.7-.3-.9-.5zm13.3-15.8l.2.1.1.2v8.9l-.1.2H26c-.8 0-1.6-.3-2.2-.9-.6-.6-.9-1.3-.9-2.2v-3.5a2.732 2.732 0 012.7-2.7h4zm9.3 9.5l-.2-.1-.1-.2V42l.1-.2.2-.1h3.8c.8 0 1.5.3 2.1.9.5.5.9 1.3.9 2.1v1.1c-.1.1-.1.2-.1.4s0 .2.1.4v1.6c0 .8-.3 1.5-.9 2.1-.5.5-1.3.9-2.1.9h-3.8zm-13.6 8.1h26.1c1.5 0 2.7-1.2 2.8-2.8V44v-8.5c0-1.5-1.2-2.7-2.8-2.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
|
|
7
|
+
React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
|
|
8
|
+
exports.default = SearchHybridXl;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const SearchKeywordsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-keywords-xl" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M48 34.5l-3-.1v-3c0-.3-.2-.6-.5-.7-.3-.1-.6-.1-.8.2l-3.3 3.3c-.1.1-.2.3-.2.5v3.4l-.2.2c-1.8-1.6-4.1-2.5-6.7-2.5-5.7 0-10.2 4.6-10.2 10.2 0 5.7 4.6 10.2 10.2 10.2 5.7 0 10.2-4.6 10.2-10.2 0-2.6-.9-4.9-2.5-6.7l.1-.1h3.6c.2 0 .4-.1.5-.2l3.3-3.3c.2-.2.3-.5.2-.8-.1-.3-.4-.4-.7-.4zm-8.5 17.7c-1.6 1.6-3.8 2.6-6.2 2.6-2.4 0-4.6-1-6.2-2.6-1.6-1.6-2.6-3.8-2.6-6.2 0-2.4 1-4.6 2.6-6.2 1.6-1.6 3.8-2.6 6.2-2.6 2.1 0 4.1.8 5.6 2.1l-1.8 1.8c-1.1-.8-2.4-1.3-3.9-1.3-3.5 0-6.2 2.8-6.2 6.2 0 3.5 2.8 6.2 6.2 6.2 3.5 0 6.2-2.8 6.2-6.2 0-1.5-.5-2.8-1.3-3.9l1.8-1.8c1.3 1.5 2.1 3.5 2.1 5.6 0 2.5-.9 4.7-2.5 6.3zM38 46c0 1.3-.5 2.5-1.4 3.4-.9.9-2 1.4-3.4 1.4-1.3 0-2.5-.5-3.4-1.4-.9-.9-1.4-2-1.4-3.4 0-1.3.5-2.5 1.4-3.4.9-.9 2-1.4 3.4-1.4 1 0 2 .3 2.8.9l-2 2c-.1-.1-.4-.1-.7-.1-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2c0-.3-.1-.6-.2-.8l2-2c.6.8.9 1.8.9 2.8zm6.4-8.2h-2.7V35l1.8-1.8v1.9c0 .4.3.7.7.7l2.1.1-1.9 1.9z" }),
|
|
7
|
+
React.createElement("path", { d: "M80.4 71.8L72 63.4s-.1-.1-.2-.1c3.6-4.8 5.8-10.8 5.8-17.3 0-15.8-12.8-28.7-28.8-28.8-11 0-20.5 6.2-25.4 15.3 0 .1 0 .1-.1.2h-6.1c-1.6 0-2.9 1.3-3 3v20.6c0 1.6 1.3 2.9 3 3h6.1c4.8 9.1 14.3 15.4 25.5 15.4 6.4 0 12.4-2.1 17.1-5.7 0 .1.1.1.1.2l8.4 8.4c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9.2-1.1-.2-2.1-1-2.9zM25.3 59.2h25.9c1.6 0 2.9-1.3 3-3V35.7c0-1.6-1.3-2.9-3-3h-1.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h1.1c.4 0 .8.2 1 .4.3.3.4.6.4 1v20.6c0 .4-.2.8-.4 1-.3.3-.6.4-1 .4H17.4c-.4 0-.8-.2-1-.4-.3-.3-.4-.6-.4-1V35.7c0-.4.2-.8.4-1 .3-.3.6-.4 1-.4h19.4c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H25.1c4.7-8.4 13.5-14 23.8-14 7.5 0 14.4 3.1 19.3 8s8 11.8 8 19.2c0 7.5-3 14.3-8 19.2-4.9 4.9-11.7 8-19.2 8-10.2.1-19.1-5.6-23.7-13.9zm54.1 17.3c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8l-8.4-8.4c1.3-1.1 2.5-2.3 3.7-3.6l8.4 8.4c.5.5.8 1.2.8 1.8-.2.6-.4 1.3-.9 1.8z" }),
|
|
8
|
+
React.createElement("path", { d: "M48.9 25.6c-4 0-7.7 1.1-10.9 3.1-.4.2-.5.7-.2 1s.7.5 1 .2c3-1.8 6.4-2.9 10.1-2.9 5.2 0 9.9 2.1 13.3 5.5 3.4 3.4 5.5 8.1 5.5 13.3 0 5.2-2.1 9.9-5.5 13.3-3.4 3.4-8.1 5.5-13.3 5.5-3.7 0-7-1-9.9-2.8-.3-.2-.8-.1-1 .2s-.1.8.2 1c3.1 2 6.8 3 10.7 3 11.2 0 20.3-9.1 20.3-20.3 0-10.9-9.1-20-20.3-20.1z" }))));
|
|
9
|
+
exports.default = SearchKeywordsXl;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const SearchSemanticXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "search-semantic-xl" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M30.9 39.6c0-.1-.1-.1 0 0-.1-.1-.1-.1-.1-.2l-.1-.1-.1-.1h-.1-.1-.1-.2-.1l-.1.1-.1.1-.1.1-.1.1-5.7 11.3c-.2.4 0 .8.3 1 .4.2.8 0 1-.3l1.2-2.3c.1 0 .2.1.3.1H34.1l1.2 2.3c.2.4.6.5 1 .3s.5-.6.3-1l-5.7-11.4zm-3.8 8.2l3.1-6.2 3.1 6.2h-6.2zM40.7 39.1c-.4 0-.8.3-.8.8v11.3c0 .4.3.8.8.8.4 0 .8-.3.8-.8V39.9c0-.4-.4-.8-.8-.8z" }),
|
|
7
|
+
React.createElement("path", { d: "M80.1 71.6l-8.3-8.3-.1-.1c3.6-4.8 5.8-10.7 5.8-17.2 0-15.7-12.8-28.4-28.5-28.5-10.9 0-20.4 6.2-25.2 15.2v.1h-6.2c-1.5 0-2.7 1.2-2.8 2.8v20.8c0 1.5 1.2 2.7 2.8 2.8h6.2C28.5 68.3 38 74.5 49 74.5c6.4 0 12.2-2.1 17-5.6 0 .1.1.1.1.2l8.3 8.3c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2.8-.8 1.2-1.8 1.2-2.9-.1-1.1-.5-2.1-1.3-2.9zM16.6 57.3c-.2-.2-.4-.5-.4-.9V35.6c0-.3.1-.7.4-.9.2-.2.5-.4.9-.4h33.9c.3 0 .7.1.9.4.2.2.4.5.4.9v20.8c0 .3-.1.7-.4.9-.2.2-.5.4-.9.4H17.5c-.3-.1-.7-.2-.9-.4zm8.9 1.8h25.9c1.5 0 2.7-1.2 2.8-2.8V35.6c0-1.5-1.2-2.7-2.8-2.8h-26C30 24.6 38.8 19 48.9 19c7.4 0 14.2 3 19.1 7.9 4.9 4.9 7.9 11.6 7.9 19.1 0 7.4-3 14.2-7.9 19.1-4.8 4.8-11.6 7.8-19 7.9-10.1-.1-18.9-5.6-23.5-13.9zm53.6 17.2c-.5.5-1.2.8-1.8.8-.7 0-1.3-.2-1.8-.8L67.1 68c1.3-1.1 2.6-2.3 3.7-3.6l8.3 8.3c.5.5.8 1.2.8 1.8-.1.6-.3 1.3-.8 1.8z" }),
|
|
8
|
+
React.createElement("path", { d: "M63.2 31.6c-3.7-3.7-8.7-5.9-14.3-5.9-3.9 0-7.7 1.1-10.8 3.1-.3.2-.5.7-.2 1 .2.3.7.5 1 .2 2.9-1.8 6.3-2.9 10-2.9 10.4 0 18.7 8.4 18.8 18.8 0 10.4-8.4 18.7-18.8 18.8-3.6 0-6.9-1.1-9.8-2.8-.4-.2-.8-.1-1 .3-.2.4-.1.8.3 1 3.1 1.9 6.7 3 10.6 3 5.6 0 10.7-2.3 14.3-5.9 3.7-3.7 5.9-8.7 5.9-14.3 0-5.7-2.3-10.8-6-14.4z" }))));
|
|
9
|
+
exports.default = SearchSemanticXl;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const SmsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "sms-xl" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M47.6 17c-17.1 0-30.9 13.9-30.9 31s13.9 30.9 30.9 31c17.1 0 30.9-13.9 31-31-.1-17.1-13.9-30.9-31-31zM77 48c0 8.1-3.3 15.5-8.6 20.8-5.3 5.3-12.7 8.6-20.8 8.6-8.1 0-15.5-3.3-20.8-8.6-5.3-5.3-8.6-12.7-8.6-20.8 0-8.1 3.3-15.5 8.6-20.8 5.3-5.3 12.7-8.6 20.8-8.6 8.1 0 15.5 3.3 20.8 8.6C73.8 32.5 77 39.9 77 48z" }),
|
|
7
|
+
React.createElement("path", { d: "M63.8 34.8c-.6-.5-1.4-.8-2.3-.8h-27c-.9 0-1.7.3-2.3.8-.6.5-1.1 1.2-1.1 2.1V62.6c0 .3.1.5.4.6.2.1.5.1.7 0l8.5-4.2h20.7c.9 0 1.7-.3 2.3-.8.6-.5 1.1-1.2 1.1-2.1V36.9c.1-.8-.3-1.6-1-2.1zm-.5 21.4c0 .3-.2.6-.5.9-.3.3-.8.4-1.4.4H40.6c-.1 0-.2 0-.3.1l-7.6 3.8V36.9c0-.3.2-.6.5-.9.3-.3.8-.4 1.4-.4h27c.6 0 1.1.2 1.4.4.3.3.5.6.5.9v19.3z" }),
|
|
8
|
+
React.createElement("path", { d: "M59 43.1H39.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H59c.4 0 .8-.3.8-.8 0-.4-.4-.8-.8-.8zM46.8 48.6h-7.3c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h7.3c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8z" }))));
|
|
9
|
+
exports.default = SmsXl;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
2
|
export { default as AddXl } from './AddXl';
|
|
3
|
-
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
3
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
4
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
5
5
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
6
|
export { default as AttributeXl } from './AttributeXl';
|
|
7
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
7
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
8
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
9
9
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
10
|
-
export { default as BillingXl } from './BillingXl';
|
|
11
10
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BillingXl } from './BillingXl';
|
|
12
12
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
13
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
14
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
15
14
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
15
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
16
16
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
17
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
18
18
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
@@ -20,50 +20,50 @@ export { default as CalendarXl } from './CalendarXl';
|
|
|
20
20
|
export { default as CardAeXl } from './CardAeXl';
|
|
21
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
24
23
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
24
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
25
25
|
export { default as CheckXl } from './CheckXl';
|
|
26
26
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
27
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
28
28
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
29
29
|
export { default as CompareXl } from './CompareXl';
|
|
30
30
|
export { default as CouponXl } from './CouponXl';
|
|
31
|
-
export { default as CupXl } from './CupXl';
|
|
32
31
|
export { default as DiscountXl } from './DiscountXl';
|
|
33
|
-
export { default as
|
|
32
|
+
export { default as CupXl } from './CupXl';
|
|
34
33
|
export { default as FileUpXl } from './FileUpXl';
|
|
34
|
+
export { default as EventXl } from './EventXl';
|
|
35
35
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
36
|
export { default as FileXl } from './FileXl';
|
|
37
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
38
37
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
|
-
export { default as
|
|
38
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
40
39
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
40
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
41
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
42
|
export { default as FolderXl } from './FolderXl';
|
|
43
|
-
export { default as FormXl } from './FormXl';
|
|
44
43
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
|
+
export { default as FormXl } from './FormXl';
|
|
45
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
46
|
export { default as GemsXl } from './GemsXl';
|
|
47
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
47
|
export { default as InfoXl } from './InfoXl';
|
|
49
|
-
export { default as
|
|
48
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
50
49
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
50
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
51
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
52
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
53
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
54
53
|
export { default as LaunchXl } from './LaunchXl';
|
|
54
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
55
55
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
57
57
|
export { default as MessageXl } from './MessageXl';
|
|
58
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
58
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
59
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
60
60
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
61
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
61
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
62
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
63
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
66
64
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
65
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
66
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
67
67
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
69
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
@@ -71,16 +71,20 @@ export { default as PushXl } from './PushXl';
|
|
|
71
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
72
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
73
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
74
|
-
export { default as
|
|
75
|
-
export { default as
|
|
74
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
76
76
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
77
|
+
export { default as ShowXl } from './ShowXl';
|
|
78
|
+
export { default as SectionXl } from './SectionXl';
|
|
79
|
+
export { default as SmsXl } from './SmsXl';
|
|
80
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
77
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
78
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
79
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
80
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
81
|
-
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
82
84
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
85
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
83
86
|
export { default as VoucherXl } from './VoucherXl';
|
|
84
87
|
export { default as WarningXl } from './WarningXl';
|
|
85
88
|
export { default as WebhookXl } from './WebhookXl';
|
|
86
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|