@synerise/ds-icon 0.65.1 → 0.65.3
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/Add2FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Add2FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Add3FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Add3FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Check3FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Check3FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Close2FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Close2FullBackgroundM.js +7 -0
- package/dist/cjs/icons/Close3FullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/Close3FullBackgroundM.js +7 -0
- package/dist/cjs/icons/ErrorFillFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/ErrorFillFullBackgroundM.js +7 -0
- package/dist/cjs/icons/ErrorFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/ErrorFullBackgroundM.js +7 -0
- package/dist/cjs/icons/InfoFillFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/InfoFillFullBackgroundM.js +7 -0
- package/dist/cjs/icons/InfoFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/InfoFullBackgroundM.js +7 -0
- package/dist/cjs/icons/L/index.d.ts +13 -13
- package/dist/cjs/icons/L/index.js +28 -28
- package/dist/cjs/icons/ThunderFullBackgroundFillM.d.ts +3 -0
- package/dist/cjs/icons/ThunderFullBackgroundFillM.js +7 -0
- package/dist/cjs/icons/ThunderFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/ThunderFullBackgroundM.js +7 -0
- package/dist/cjs/icons/WarningFillFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/WarningFillFullBackgroundM.js +7 -0
- package/dist/cjs/icons/WarningFullBackgroundM.d.ts +3 -0
- package/dist/cjs/icons/WarningFullBackgroundM.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +16 -16
- package/dist/cjs/icons/XL/index.js +34 -34
- package/dist/cjs/icons/additional/index.d.ts +18 -18
- package/dist/cjs/icons/additional/index.js +38 -38
- package/dist/cjs/icons/index.d.ts +175 -162
- package/dist/cjs/icons/index.js +368 -342
- package/dist/esm/icons/Add2FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Add2FullBackgroundM.js +5 -0
- package/dist/esm/icons/Add3FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Add3FullBackgroundM.js +5 -0
- package/dist/esm/icons/Check3FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Check3FullBackgroundM.js +5 -0
- package/dist/esm/icons/Close2FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Close2FullBackgroundM.js +5 -0
- package/dist/esm/icons/Close3FullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/Close3FullBackgroundM.js +5 -0
- package/dist/esm/icons/ErrorFillFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/ErrorFillFullBackgroundM.js +5 -0
- package/dist/esm/icons/ErrorFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/ErrorFullBackgroundM.js +5 -0
- package/dist/esm/icons/InfoFillFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/InfoFillFullBackgroundM.js +5 -0
- package/dist/esm/icons/InfoFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/InfoFullBackgroundM.js +5 -0
- package/dist/esm/icons/L/index.d.ts +13 -13
- package/dist/esm/icons/L/index.js +13 -13
- package/dist/esm/icons/ThunderFullBackgroundFillM.d.ts +3 -0
- package/dist/esm/icons/ThunderFullBackgroundFillM.js +5 -0
- package/dist/esm/icons/ThunderFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/ThunderFullBackgroundM.js +5 -0
- package/dist/esm/icons/WarningFillFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/WarningFillFullBackgroundM.js +5 -0
- package/dist/esm/icons/WarningFullBackgroundM.d.ts +3 -0
- package/dist/esm/icons/WarningFullBackgroundM.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +16 -16
- package/dist/esm/icons/XL/index.js +16 -16
- package/dist/esm/icons/additional/index.d.ts +18 -18
- package/dist/esm/icons/additional/index.js +18 -18
- package/dist/esm/icons/index.d.ts +175 -162
- package/dist/esm/icons/index.js +175 -162
- 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.65.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.65.2...@synerise/ds-icon@0.65.3) (2024-09-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-icon
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.65.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.65.1...@synerise/ds-icon@0.65.2) (2024-08-30)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **icon:** add new icons ([4c8df5f](https://github.com/Synerise/synerise-design/commit/4c8df5faf64da93c10e52d78f1ceaedd08d6ff8c))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.65.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.65.0...@synerise/ds-icon@0.65.1) (2024-08-27)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const Add2FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "add-2-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20a8 8 0 118-8 8.01 8.01 0 01-8 8zm0-14.5a6.5 6.5 0 106.5 6.5A6.508 6.508 0 0012 5.5zm.75 5.75h2a.75.75 0 010 1.5h-2v2a.75.75 0 01-1.5 0v-2h-2a.75.75 0 010-1.5h2v-2a.75.75 0 011.5 0v2z" })));
|
|
7
|
+
exports.default = Add2FullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const Add3FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "add-3-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm8.75.75h2a.75.75 0 000-1.5h-2v-2a.75.75 0 00-1.5 0v2h-2a.75.75 0 000 1.5h2v2a.75.75 0 001.5 0v-2z" })));
|
|
7
|
+
exports.default = Add3FullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const Check3FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "check-3-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm8.026 2.332l3.252-3.23a.75.75 0 00-1.056-1.065l-2.735 2.716-1.22-1.163a.75.75 0 00-1.035 1.086l1.748 1.667a.75.75 0 001.046-.011z" })));
|
|
7
|
+
exports.default = Check3FullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const Close2FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "close-2-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20a8 8 0 118-8 8.01 8.01 0 01-8 8zm0-14.5a6.5 6.5 0 106.5 6.5A6.508 6.508 0 0012 5.5zm3.03 4.53L13.06 12l1.97 1.97a.75.75 0 01-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 11-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 011.06-1.06L12 10.94l1.97-1.97a.75.75 0 011.06 1.06z" })));
|
|
7
|
+
exports.default = Close2FullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const Close3FullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "close-3-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm11.226 2.695a.75.75 0 00-.196-.725L13.06 12l1.97-1.97a.75.75 0 00-1.06-1.06L12 10.94l-1.97-1.97a.75.75 0 00-1.06 1.06L10.94 12l-1.97 1.97a.75.75 0 001.06 1.06L12 13.06l1.97 1.97a.75.75 0 001.256-.335z" })));
|
|
7
|
+
exports.default = Close3FullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const ErrorFillFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "error-fill-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 20a8 8 0 10-8-8 8.01 8.01 0 008 8zm-.75-11.604a.75.75 0 011.5 0v3.75a.75.75 0 01-1.5 0v-3.75zm1.751 6.561A1 1 0 1012 15.959h.003A1 1 0 0013 14.957z" })));
|
|
7
|
+
exports.default = ErrorFillFullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const ErrorFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "error-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 12a8 8 0 01-8 8 8.01 8.01 0 01-8-8 8 8 0 1116 0zm-1.5 0A6.5 6.5 0 0012 5.5 6.508 6.508 0 005.5 12a6.5 6.5 0 0013 0zm-6.5.896a.75.75 0 00.75-.75v-3.75a.75.75 0 00-1.5 0v3.75c0 .415.336.75.75.75zm.003 3.063H12a1.001 1.001 0 11.003 0z" })));
|
|
7
|
+
exports.default = ErrorFullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const InfoFillFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "info-fill-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 4a8 8 0 108 8 8.01 8.01 0 00-8-8zm.75 11.604a.75.75 0 01-1.5 0v-3.75a.75.75 0 011.5 0v3.75zM11 9.043a1 1 0 101-1.002h-.003A1 1 0 0011 9.043z" })));
|
|
7
|
+
exports.default = InfoFillFullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const InfoFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "info-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 12, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm1.5 0a6.5 6.5 0 006.5 6.5 6.508 6.508 0 006.5-6.5 6.5 6.5 0 10-13 0zm6.5-.896a.75.75 0 00-.75.75v3.75a.75.75 0 001.5 0v-3.75a.75.75 0 00-.75-.75zm-.003-3.063H12a1.001 1.001 0 11-.003 0z" })));
|
|
7
|
+
exports.default = InfoFullBackgroundM;
|
|
@@ -1,29 +1,32 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
2
|
export { default as BrowserL } from './BrowserL';
|
|
3
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
3
|
export { default as ButtonL } from './ButtonL';
|
|
4
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
5
|
export { default as CheckL } from './CheckL';
|
|
6
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
7
7
|
export { default as CloseL } from './CloseL';
|
|
8
8
|
export { default as ColumnL } from './ColumnL';
|
|
9
|
+
export { default as ComboL } from './ComboL';
|
|
9
10
|
export { default as CountdownL } from './CountdownL';
|
|
10
11
|
export { default as DividerL } from './DividerL';
|
|
11
12
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
|
-
export { default as ComboL } from './ComboL';
|
|
13
13
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
14
14
|
export { default as FolderL } from './FolderL';
|
|
15
|
+
export { default as FolderPlainL } from './FolderPlainL';
|
|
15
16
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
17
|
export { default as FormEditL } from './FormEditL';
|
|
17
|
-
export { default as FolderPlainL } from './FolderPlainL';
|
|
18
18
|
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
-
export { default as ImageL } from './ImageL';
|
|
20
19
|
export { default as FormL } from './FormL';
|
|
21
20
|
export { default as HashL } from './HashL';
|
|
22
|
-
export { default as
|
|
21
|
+
export { default as ImageL } from './ImageL';
|
|
23
22
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
24
23
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
25
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
26
|
+
export { default as InfoL } from './InfoL';
|
|
26
27
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
28
|
+
export { default as InputL } from './InputL';
|
|
29
|
+
export { default as LabelL } from './LabelL';
|
|
27
30
|
export { default as LandingPageL } from './LandingPageL';
|
|
28
31
|
export { default as LineL } from './LineL';
|
|
29
32
|
export { default as LinkL } from './LinkL';
|
|
@@ -34,9 +37,6 @@ export { default as MobileLayout1L } from './MobileLayout1L';
|
|
|
34
37
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
35
38
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
36
39
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
37
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
38
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
39
|
-
export { default as MultilineL } from './MultilineL';
|
|
40
40
|
export { default as NavbarL } from './NavbarL';
|
|
41
41
|
export { default as NoData } from './NoData';
|
|
42
42
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
@@ -48,21 +48,21 @@ export { default as RelationManyOneL } from './RelationManyOneL';
|
|
|
48
48
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
49
49
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
50
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
51
|
-
export { default as InfoL } from './InfoL';
|
|
52
51
|
export { default as Section12L } from './Section12L';
|
|
53
52
|
export { default as Section13L } from './Section13L';
|
|
54
|
-
export { default as LabelL } from './LabelL';
|
|
55
53
|
export { default as Section37L } from './Section37L';
|
|
56
54
|
export { default as SectionL } from './SectionL';
|
|
57
55
|
export { default as SelectL } from './SelectL';
|
|
58
56
|
export { default as ShowL } from './ShowL';
|
|
59
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
60
57
|
export { default as SliderL } from './SliderL';
|
|
58
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
61
59
|
export { default as StackedL } from './StackedL';
|
|
62
60
|
export { default as TableL } from './TableL';
|
|
63
|
-
export { default as TextareaL } from './TextareaL';
|
|
64
61
|
export { default as TextL } from './TextL';
|
|
62
|
+
export { default as TextareaL } from './TextareaL';
|
|
65
63
|
export { default as TooltipL } from './TooltipL';
|
|
66
64
|
export { default as VideoL } from './VideoL';
|
|
67
65
|
export { default as WarningL } from './WarningL';
|
|
68
|
-
export { default as
|
|
66
|
+
export { default as MultilineL } from './MultilineL';
|
|
67
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
68
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchNoResultsL = exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.RelationManyManyL = exports.RadioL = exports.QuoteL = exports.PieL = exports.NoPermissionL = exports.NoData = exports.NavbarL = exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.SearchNoResultsL = exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.RelationManyManyL = exports.RadioL = exports.QuoteL = exports.PieL = exports.NoPermissionL = exports.NoData = exports.NavbarL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileClickL = exports.MobileBlockL = exports.LocationL = exports.LinkL = exports.LineL = exports.LandingPageL = 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.FolderPredefinedL = exports.FolderPlainL = exports.FolderL = exports.FolderFavouriteFlatL = exports.FileTypePictureL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.ColumnL = exports.CloseL = exports.CheckboxL = exports.CheckL = exports.ButtonSubmitL = exports.ButtonL = exports.BrowserL = exports.AddL = void 0;
|
|
4
|
+
exports.MobileLinkL = exports.MobileUrlL = exports.MultilineL = exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = 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
7
|
var BrowserL_1 = require("./BrowserL");
|
|
8
8
|
Object.defineProperty(exports, "BrowserL", { enumerable: true, get: function () { return BrowserL_1.default; } });
|
|
9
|
-
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
10
|
-
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
11
9
|
var ButtonL_1 = require("./ButtonL");
|
|
12
10
|
Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
|
|
11
|
+
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
12
|
+
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
13
13
|
var CheckL_1 = require("./CheckL");
|
|
14
14
|
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
15
15
|
var CheckboxL_1 = require("./CheckboxL");
|
|
@@ -18,42 +18,48 @@ var CloseL_1 = require("./CloseL");
|
|
|
18
18
|
Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
|
|
19
19
|
var ColumnL_1 = require("./ColumnL");
|
|
20
20
|
Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
|
|
21
|
+
var ComboL_1 = require("./ComboL");
|
|
22
|
+
Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
|
|
21
23
|
var CountdownL_1 = require("./CountdownL");
|
|
22
24
|
Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
|
|
23
25
|
var DividerL_1 = require("./DividerL");
|
|
24
26
|
Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
|
|
25
27
|
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
26
28
|
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
27
|
-
var ComboL_1 = require("./ComboL");
|
|
28
|
-
Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
|
|
29
29
|
var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
|
|
30
30
|
Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
|
|
31
31
|
var FolderL_1 = require("./FolderL");
|
|
32
32
|
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
33
|
+
var FolderPlainL_1 = require("./FolderPlainL");
|
|
34
|
+
Object.defineProperty(exports, "FolderPlainL", { enumerable: true, get: function () { return FolderPlainL_1.default; } });
|
|
33
35
|
var FolderPredefinedL_1 = require("./FolderPredefinedL");
|
|
34
36
|
Object.defineProperty(exports, "FolderPredefinedL", { enumerable: true, get: function () { return FolderPredefinedL_1.default; } });
|
|
35
37
|
var FormEditL_1 = require("./FormEditL");
|
|
36
38
|
Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
|
|
37
|
-
var FolderPlainL_1 = require("./FolderPlainL");
|
|
38
|
-
Object.defineProperty(exports, "FolderPlainL", { enumerable: true, get: function () { return FolderPlainL_1.default; } });
|
|
39
39
|
var FormGroupL_1 = require("./FormGroupL");
|
|
40
40
|
Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
|
|
41
|
-
var ImageL_1 = require("./ImageL");
|
|
42
|
-
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
43
41
|
var FormL_1 = require("./FormL");
|
|
44
42
|
Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
|
|
45
43
|
var HashL_1 = require("./HashL");
|
|
46
44
|
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
47
|
-
var
|
|
48
|
-
Object.defineProperty(exports, "
|
|
45
|
+
var ImageL_1 = require("./ImageL");
|
|
46
|
+
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
49
47
|
var ImageLandscapeL_1 = require("./ImageLandscapeL");
|
|
50
48
|
Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
|
|
51
49
|
var ImagePotraitL_1 = require("./ImagePotraitL");
|
|
52
50
|
Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
|
|
51
|
+
var ImageUrlL_1 = require("./ImageUrlL");
|
|
52
|
+
Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
|
|
53
53
|
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
54
54
|
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
55
|
+
var InfoL_1 = require("./InfoL");
|
|
56
|
+
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
55
57
|
var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
|
|
56
58
|
Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
|
|
59
|
+
var InputL_1 = require("./InputL");
|
|
60
|
+
Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
|
|
61
|
+
var LabelL_1 = require("./LabelL");
|
|
62
|
+
Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
|
|
57
63
|
var LandingPageL_1 = require("./LandingPageL");
|
|
58
64
|
Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
|
|
59
65
|
var LineL_1 = require("./LineL");
|
|
@@ -74,12 +80,6 @@ var MobileLayout3L_1 = require("./MobileLayout3L");
|
|
|
74
80
|
Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
|
|
75
81
|
var MobileLayout4L_1 = require("./MobileLayout4L");
|
|
76
82
|
Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
|
|
77
|
-
var MobileLinkL_1 = require("./MobileLinkL");
|
|
78
|
-
Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
|
|
79
|
-
var MobileUrlL_1 = require("./MobileUrlL");
|
|
80
|
-
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
81
|
-
var MultilineL_1 = require("./MultilineL");
|
|
82
|
-
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
83
83
|
var NavbarL_1 = require("./NavbarL");
|
|
84
84
|
Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
|
|
85
85
|
var NoData_1 = require("./NoData");
|
|
@@ -102,14 +102,10 @@ var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
|
102
102
|
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
103
103
|
var SearchNoResultsL_1 = require("./SearchNoResultsL");
|
|
104
104
|
Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
|
|
105
|
-
var InfoL_1 = require("./InfoL");
|
|
106
|
-
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
107
105
|
var Section12L_1 = require("./Section12L");
|
|
108
106
|
Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
|
|
109
107
|
var Section13L_1 = require("./Section13L");
|
|
110
108
|
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
111
|
-
var LabelL_1 = require("./LabelL");
|
|
112
|
-
Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
|
|
113
109
|
var Section37L_1 = require("./Section37L");
|
|
114
110
|
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
115
111
|
var SectionL_1 = require("./SectionL");
|
|
@@ -118,23 +114,27 @@ var SelectL_1 = require("./SelectL");
|
|
|
118
114
|
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
119
115
|
var ShowL_1 = require("./ShowL");
|
|
120
116
|
Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
|
|
121
|
-
var SpinnerL_1 = require("./SpinnerL");
|
|
122
|
-
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
123
117
|
var SliderL_1 = require("./SliderL");
|
|
124
118
|
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
119
|
+
var SpinnerL_1 = require("./SpinnerL");
|
|
120
|
+
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
125
121
|
var StackedL_1 = require("./StackedL");
|
|
126
122
|
Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
|
|
127
123
|
var TableL_1 = require("./TableL");
|
|
128
124
|
Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
|
|
129
|
-
var TextareaL_1 = require("./TextareaL");
|
|
130
|
-
Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
|
|
131
125
|
var TextL_1 = require("./TextL");
|
|
132
126
|
Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
|
|
127
|
+
var TextareaL_1 = require("./TextareaL");
|
|
128
|
+
Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
|
|
133
129
|
var TooltipL_1 = require("./TooltipL");
|
|
134
130
|
Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
|
|
135
131
|
var VideoL_1 = require("./VideoL");
|
|
136
132
|
Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
|
|
137
133
|
var WarningL_1 = require("./WarningL");
|
|
138
134
|
Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
|
|
139
|
-
var
|
|
140
|
-
Object.defineProperty(exports, "
|
|
135
|
+
var MultilineL_1 = require("./MultilineL");
|
|
136
|
+
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
137
|
+
var MobileUrlL_1 = require("./MobileUrlL");
|
|
138
|
+
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
139
|
+
var MobileLinkL_1 = require("./MobileLinkL");
|
|
140
|
+
Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const ThunderFullBackgroundFillM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 25 24", className: "thunder-full-background-fill-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 13, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.5 12a8 8 0 018-8 8.01 8.01 0 018 8 8 8 0 11-16 0zm9.988 1.05a.73.73 0 00-.135-.805.679.679 0 00-.046-.06.674.674 0 00-.066-.037.678.678 0 00-.056-.05l-1.83-1.044 1.366-1.56a.75.75 0 00-1.13-.988l-1.968 2.25a.692.692 0 00-.037.065.706.706 0 00-.05.057.719.719 0 00-.024.072.749.749 0 00-.017.56.752.752 0 00.154.246c.014.02.029.04.045.059a.703.703 0 00.07.04.162.162 0 01.022.022c.01.009.018.018.03.024l1.828 1.045-1.365 1.56a.75.75 0 001.13.988l1.968-2.25a.707.707 0 00.046-.082.084.084 0 01.02-.018c.008-.007.016-.013.02-.022a.714.714 0 00.025-.072z" })));
|
|
7
|
+
exports.default = ThunderFullBackgroundFillM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const ThunderFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 25 24", className: "thunder-full-background-m" }, props),
|
|
5
|
+
React.createElement("circle", { cx: 13, cy: 12, r: 7, fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.5 4a8 8 0 108 8 8.01 8.01 0 00-8-8zm0 14.5A6.5 6.5 0 1119 12a6.508 6.508 0 01-6.5 6.5zm1.944-6.134a.721.721 0 01.044.685.725.725 0 01-.024.071c-.005.01-.013.015-.021.022-.007.005-.014.01-.02.018a.704.704 0 01-.046.082l-1.969 2.25a.75.75 0 01-1.129-.988l1.365-1.56-1.829-1.045c-.011-.006-.02-.015-.029-.024a.162.162 0 00-.023-.021.685.685 0 01-.07-.042.649.649 0 01-.044-.058.736.736 0 01-.137-.806.7.7 0 01.024-.072.702.702 0 01.05-.057.724.724 0 01.037-.065l1.969-2.25a.75.75 0 111.129.988l-1.365 1.56 1.829 1.045c.02.015.039.032.057.05a.693.693 0 01.064.037c.016.018.03.038.045.058a.714.714 0 01.093.122z" })));
|
|
7
|
+
exports.default = ThunderFullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const WarningFillFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "warning-fill-full-background-m" }, props),
|
|
5
|
+
React.createElement("path", { d: "M11.134 5.5a1 1 0 011.732 0l6.928 12a1 1 0 01-.866 1.5H5.072a1 1 0 01-.866-1.5l6.928-12z", fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.764 17.389L13.514 4.86a1.749 1.749 0 00-3.029 0L3.236 17.39a1.75 1.75 0 001.515 2.626H19.25a1.75 1.75 0 001.515-2.627zM11.25 9.594a.75.75 0 011.5 0v3.75a.75.75 0 11-1.5 0v-3.75zm-.247 6.563c0 .551.446.998.997 1h.003a.999.999 0 10-1-1z" })));
|
|
7
|
+
exports.default = WarningFillFullBackgroundM;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const WarningFullBackgroundM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "warning-full-background-m" }, props),
|
|
5
|
+
React.createElement("path", { d: "M11.134 5.5a1 1 0 011.732 0l6.928 12a1 1 0 01-.866 1.5H5.072a1 1 0 01-.866-1.5l6.928-12z", fill: "#fff" }),
|
|
6
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.764 17.39l-7.25-12.53a1.75 1.75 0 00-3.029 0L3.236 17.39a1.75 1.75 0 001.515 2.626h14.498a1.75 1.75 0 001.515-2.627zm-1.3 1a.24.24 0 01-.215.126H4.75a.25.25 0 01-.216-.376l7.249-12.53a.25.25 0 01.432 0l7.249 12.53a.24.24 0 010 .25zM12 14.095a.75.75 0 00.75-.75v-3.75a.75.75 0 00-1.5 0v3.75c0 .414.336.75.75.75zm-.001 1.062a1 1 0 100 2h.003a1 1 0 00-.003-2z" })));
|
|
7
|
+
exports.default = WarningFullBackgroundM;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { default as AbTestXl } from './AbTestXl';
|
|
2
2
|
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
4
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
6
|
export { default as AttributeXl } from './AttributeXl';
|
|
7
7
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
8
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
@@ -21,46 +21,46 @@ export { default as CardAeXl } from './CardAeXl';
|
|
|
21
21
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
23
|
export { default as CheckInXl } from './CheckInXl';
|
|
24
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
25
|
-
export { default as CheckXl } from './CheckXl';
|
|
26
24
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
25
|
+
export { default as CheckXl } from './CheckXl';
|
|
26
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
27
27
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
28
28
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
29
|
-
export { default as CouponXl } from './CouponXl';
|
|
30
29
|
export { default as CompareXl } from './CompareXl';
|
|
30
|
+
export { default as CouponXl } from './CouponXl';
|
|
31
31
|
export { default as CupXl } from './CupXl';
|
|
32
32
|
export { default as DiscountXl } from './DiscountXl';
|
|
33
|
-
export { default as FileUrlXl } from './FileUrlXl';
|
|
34
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
35
33
|
export { default as EventXl } from './EventXl';
|
|
34
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
35
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
36
36
|
export { default as FileXl } from './FileXl';
|
|
37
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
38
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
37
|
export { default as FileZipXl } from './FileZipXl';
|
|
38
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
39
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
41
|
-
export { default as FolderXl } from './FolderXl';
|
|
42
|
-
export { default as FormXl } from './FormXl';
|
|
43
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
|
+
export { default as FolderXl } from './FolderXl';
|
|
44
43
|
export { default as FormulaXl } from './FormulaXl';
|
|
45
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
45
|
+
export { default as FormXl } from './FormXl';
|
|
46
46
|
export { default as GemsXl } from './GemsXl';
|
|
47
47
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
48
|
export { default as InfoXl } from './InfoXl';
|
|
49
49
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
50
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
52
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
53
53
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
54
54
|
export { default as LaunchXl } from './LaunchXl';
|
|
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 MobilePromotionXl } from './MobilePromotionXl';
|
|
59
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
60
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
61
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
63
62
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
64
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
65
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
66
66
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
@@ -68,8 +68,8 @@ export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
69
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
70
70
|
export { default as PushXl } from './PushXl';
|
|
71
|
-
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
71
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
72
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
73
73
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
74
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
75
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
@@ -79,12 +79,12 @@ export { default as ShowXl } from './ShowXl';
|
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
80
|
export { default as SmsXl } from './SmsXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
83
82
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
84
|
export { default as UserIdXl } from './UserIdXl';
|
|
85
85
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
86
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
87
|
+
export { default as WarningXl } from './WarningXl';
|
|
87
88
|
export { default as VoucherXl } from './VoucherXl';
|
|
88
89
|
export { default as WebhookXl } from './WebhookXl';
|
|
89
|
-
export { default as WarningXl } from './WarningXl';
|
|
90
90
|
export { default as WeblayerXl } from './WeblayerXl';
|