@synerise/ds-icon 1.0.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/cjs/icons/L/HideL.d.ts +3 -0
  3. package/dist/cjs/icons/L/HideL.js +8 -0
  4. package/dist/cjs/icons/L/index.d.ts +27 -26
  5. package/dist/cjs/icons/L/index.js +56 -54
  6. package/dist/cjs/icons/MetaM.d.ts +3 -0
  7. package/dist/cjs/icons/MetaM.js +11 -0
  8. package/dist/cjs/icons/XL/MetaXl.d.ts +3 -0
  9. package/dist/cjs/icons/XL/MetaXl.js +7 -0
  10. package/dist/cjs/icons/XL/PauseXl.d.ts +3 -0
  11. package/dist/cjs/icons/XL/PauseXl.js +6 -0
  12. package/dist/cjs/icons/XL/PlayXl.d.ts +3 -0
  13. package/dist/cjs/icons/XL/PlayXl.js +6 -0
  14. package/dist/cjs/icons/XL/StopXl.d.ts +3 -0
  15. package/dist/cjs/icons/XL/StopXl.js +6 -0
  16. package/dist/cjs/icons/XL/index.d.ts +40 -36
  17. package/dist/cjs/icons/XL/index.js +82 -74
  18. package/dist/cjs/icons/additional/index.d.ts +32 -32
  19. package/dist/cjs/icons/additional/index.js +66 -66
  20. package/dist/cjs/icons/colorIcons/index.d.ts +5 -5
  21. package/dist/cjs/icons/colorIcons/index.js +11 -11
  22. package/dist/cjs/icons/index.d.ts +296 -295
  23. package/dist/cjs/icons/index.js +610 -608
  24. package/dist/esm/icons/L/HideL.d.ts +3 -0
  25. package/dist/esm/icons/L/HideL.js +6 -0
  26. package/dist/esm/icons/L/index.d.ts +27 -26
  27. package/dist/esm/icons/L/index.js +27 -26
  28. package/dist/esm/icons/MetaM.d.ts +3 -0
  29. package/dist/esm/icons/MetaM.js +9 -0
  30. package/dist/esm/icons/XL/MetaXl.d.ts +3 -0
  31. package/dist/esm/icons/XL/MetaXl.js +5 -0
  32. package/dist/esm/icons/XL/PauseXl.d.ts +3 -0
  33. package/dist/esm/icons/XL/PauseXl.js +4 -0
  34. package/dist/esm/icons/XL/PlayXl.d.ts +3 -0
  35. package/dist/esm/icons/XL/PlayXl.js +4 -0
  36. package/dist/esm/icons/XL/StopXl.d.ts +3 -0
  37. package/dist/esm/icons/XL/StopXl.js +4 -0
  38. package/dist/esm/icons/XL/index.d.ts +40 -36
  39. package/dist/esm/icons/XL/index.js +40 -36
  40. package/dist/esm/icons/additional/index.d.ts +32 -32
  41. package/dist/esm/icons/additional/index.js +32 -32
  42. package/dist/esm/icons/colorIcons/index.d.ts +5 -5
  43. package/dist/esm/icons/colorIcons/index.js +5 -5
  44. package/dist/esm/icons/index.d.ts +296 -295
  45. package/dist/esm/icons/index.js +296 -295
  46. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.1.0...@synerise/ds-icon@1.2.0) (2025-03-31)
7
+
8
+
9
+ ### Features
10
+
11
+ * **icon:** add new xl icons ([8674708](https://github.com/Synerise/synerise-design/commit/867470890901ee964fda8706fad8308844cddf7d))
12
+ * **icon:** meta icons ([002b863](https://github.com/Synerise/synerise-design/commit/002b86354136cca77a7c4bcef1716844730b9e19))
13
+
14
+
15
+
16
+
17
+
18
+ # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.0.1...@synerise/ds-icon@1.1.0) (2025-03-26)
19
+
20
+
21
+ ### Features
22
+
23
+ * **icon:** add hide-l icon ([a897236](https://github.com/Synerise/synerise-design/commit/a897236f6ca91bea7732efa38073ac3222abc790))
24
+
25
+
26
+
27
+
28
+
6
29
  ## [1.0.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.0.0...@synerise/ds-icon@1.0.1) (2025-03-18)
7
30
 
8
31
  **Note:** Version bump only for package @synerise/ds-icon
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const HideL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default HideL;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const react_1 = require("react");
4
+ const HideL = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 48 48", fill: "none", className: "hide-l" }, props),
5
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.102 11.992h.022a18.42 18.42 0 017.601 1.76 28.789 28.789 0 016.025 3.766 35.834 35.834 0 015.513 5.45 1.253 1.253 0 01-.007 1.557 35.791 35.791 0 01-5.5 5.436 28.797 28.797 0 01-6.027 3.77 18.442 18.442 0 01-7.627 1.761 18.419 18.419 0 01-7.601-1.76 28.792 28.792 0 01-6.025-3.766 35.838 35.838 0 01-5.513-5.45 1.253 1.253 0 01.007-1.557 35.79 35.79 0 015.5-5.435 28.794 28.794 0 016.027-3.77 18.424 18.424 0 017.605-1.762zm.01 1.5l-.471.014a16.93 16.93 0 00-6.508 1.606 27.332 27.332 0 00-5.724 3.581 34.292 34.292 0 00-5.268 5.204l.128-.155.34.408a34.326 34.326 0 004.228 4.177l.58.47a27.322 27.322 0 005.72 3.577 16.906 16.906 0 006.965 1.618 16.93 16.93 0 006.991-1.62 27.333 27.333 0 005.724-3.58 34.287 34.287 0 005.269-5.205l-.13.155-.339-.408a34.323 34.323 0 00-4.228-4.176l-.579-.47a27.323 27.323 0 00-5.721-3.578 16.924 16.924 0 00-6.986-1.618h.009z", fill: "#6A7580" }),
6
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.49 23.74a5.623 5.623 0 1111.246 0 5.623 5.623 0 01-11.246 0zm9.746 0a4.123 4.123 0 10-8.246 0 4.123 4.123 0 008.246 0z", fill: "#6A7580" }),
7
+ react_1.default.createElement("path", { d: "M6 35l36-22", stroke: "#6A7580", strokeWidth: 1.5, strokeLinecap: "round" })));
8
+ exports.default = HideL;
@@ -1,68 +1,69 @@
1
1
  export { default as AddL } from './AddL';
2
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
2
3
  export { default as BrowserL } from './BrowserL';
4
+ export { default as ColumnL } from './ColumnL';
3
5
  export { default as ButtonL } from './ButtonL';
4
- export { default as ButtonSubmitL } from './ButtonSubmitL';
5
6
  export { default as CheckL } from './CheckL';
6
7
  export { default as CloseL } from './CloseL';
7
8
  export { default as CheckboxL } from './CheckboxL';
8
- export { default as ColumnL } from './ColumnL';
9
9
  export { default as ComboL } from './ComboL';
10
10
  export { default as CountdownL } from './CountdownL';
11
- export { default as DividerL } from './DividerL';
12
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
+ export { default as DividerL } from './DividerL';
13
13
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
14
14
  export { default as FolderL } from './FolderL';
15
- export { default as FolderPlainL } from './FolderPlainL';
16
- export { default as FormEditL } from './FormEditL';
17
15
  export { default as FolderPredefinedL } from './FolderPredefinedL';
18
- export { default as FormL } from './FormL';
16
+ export { default as FormEditL } from './FormEditL';
17
+ export { default as FolderPlainL } from './FolderPlainL';
19
18
  export { default as FormGroupL } from './FormGroupL';
19
+ export { default as FormL } from './FormL';
20
20
  export { default as HashL } from './HashL';
21
+ export { default as HideL } from './HideL';
21
22
  export { default as ImageL } from './ImageL';
22
23
  export { default as ImageLandscapeL } from './ImageLandscapeL';
23
- export { default as ImagePotraitL } from './ImagePotraitL';
24
24
  export { default as ImageUrlL } from './ImageUrlL';
25
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
26
+ export { default as ImagePotraitL } from './ImagePotraitL';
25
27
  export { default as InboxNoResultsL } from './InboxNoResultsL';
26
28
  export { default as InfoL } from './InfoL';
27
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
29
+ export { default as InputL } from './InputL';
28
30
  export { default as LabelL } from './LabelL';
29
31
  export { default as LandingPageL } from './LandingPageL';
30
- export { default as InputL } from './InputL';
31
- export { default as LineL } from './LineL';
32
32
  export { default as LinkL } from './LinkL';
33
+ export { default as LineL } from './LineL';
33
34
  export { default as LocationL } from './LocationL';
34
35
  export { default as MobileClickL } from './MobileClickL';
35
36
  export { default as MobileBlockL } from './MobileBlockL';
36
37
  export { default as MobileLayout1L } from './MobileLayout1L';
37
38
  export { default as MobileLayout2L } from './MobileLayout2L';
39
+ export { default as MobileLayout3L } from './MobileLayout3L';
38
40
  export { default as MobileLinkL } from './MobileLinkL';
41
+ export { default as MobileLayout4L } from './MobileLayout4L';
39
42
  export { default as MobileUrlL } from './MobileUrlL';
40
43
  export { default as MultilineL } from './MultilineL';
41
44
  export { default as NoData } from './NoData';
42
45
  export { default as NavbarL } from './NavbarL';
43
- export { default as RadioL } from './RadioL';
44
- export { default as NoPermissionL } from './NoPermissionL';
45
- export { default as PieL } from './PieL';
46
- export { default as RelationOneManyL } from './RelationOneManyL';
47
46
  export { default as QuoteL } from './QuoteL';
47
+ export { default as NoPermissionL } from './NoPermissionL';
48
+ export { default as RadioL } from './RadioL';
48
49
  export { default as RelationManyManyL } from './RelationManyManyL';
49
- export { default as RelationOneOneL } from './RelationOneOneL';
50
+ export { default as PieL } from './PieL';
50
51
  export { default as RelationManyOneL } from './RelationManyOneL';
52
+ export { default as RelationOneOneL } from './RelationOneOneL';
53
+ export { default as RelationOneManyL } from './RelationOneManyL';
51
54
  export { default as SearchNoResultsL } from './SearchNoResultsL';
52
- export { default as Section12L } from './Section12L';
53
55
  export { default as Section13L } from './Section13L';
54
- export { default as ShowL } from './ShowL';
55
- export { default as SelectL } from './SelectL';
56
+ export { default as Section12L } from './Section12L';
56
57
  export { default as Section37L } from './Section37L';
57
- export { default as SectionL } from './SectionL';
58
- export { default as TextL } from './TextL';
58
+ export { default as SelectL } from './SelectL';
59
+ export { default as ShowL } from './ShowL';
59
60
  export { default as SliderL } from './SliderL';
60
- export { default as TooltipL } from './TooltipL';
61
- export { default as TextareaL } from './TextareaL';
62
- export { default as StackedL } from './StackedL';
63
61
  export { default as SpinnerL } from './SpinnerL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TableL } from './TableL';
65
- export { default as WarningL } from './WarningL';
64
+ export { default as TextL } from './TextL';
66
65
  export { default as VideoL } from './VideoL';
67
- export { default as MobileLayout3L } from './MobileLayout3L';
68
- export { default as MobileLayout4L } from './MobileLayout4L';
66
+ export { default as TextareaL } from './TextareaL';
67
+ export { default as TooltipL } from './TooltipL';
68
+ export { default as WarningL } from './WarningL';
69
+ export { default as SectionL } from './SectionL';
@@ -1,71 +1,73 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RelationManyOneL = exports.RelationOneOneL = exports.RelationManyManyL = exports.QuoteL = exports.RelationOneManyL = exports.PieL = exports.NoPermissionL = exports.RadioL = exports.NavbarL = exports.NoData = exports.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileBlockL = exports.MobileClickL = exports.LocationL = exports.LinkL = exports.LineL = exports.InputL = exports.LandingPageL = exports.LabelL = exports.InformationNoSearchResultL = exports.InfoL = exports.InboxNoResultsL = exports.ImageUrlL = exports.ImagePotraitL = exports.ImageLandscapeL = exports.ImageL = exports.HashL = exports.FormGroupL = exports.FormL = exports.FolderPredefinedL = exports.FormEditL = exports.FolderPlainL = exports.FolderL = exports.FolderFavouriteFlatL = exports.FileTypePictureL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.ColumnL = exports.CheckboxL = exports.CloseL = exports.CheckL = exports.ButtonSubmitL = exports.ButtonL = exports.BrowserL = exports.AddL = void 0;
4
- exports.MobileLayout4L = exports.MobileLayout3L = exports.VideoL = exports.WarningL = exports.TableL = exports.SpinnerL = exports.StackedL = exports.TextareaL = exports.TooltipL = exports.SliderL = exports.TextL = exports.SectionL = exports.Section37L = exports.SelectL = exports.ShowL = exports.Section13L = exports.Section12L = exports.SearchNoResultsL = void 0;
3
+ exports.PieL = exports.RelationManyManyL = exports.RadioL = exports.NoPermissionL = exports.QuoteL = exports.NavbarL = exports.NoData = exports.MultilineL = exports.MobileUrlL = exports.MobileLayout4L = exports.MobileLinkL = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileBlockL = exports.MobileClickL = exports.LocationL = exports.LineL = exports.LinkL = exports.LandingPageL = exports.LabelL = exports.InputL = exports.InfoL = exports.InboxNoResultsL = exports.ImagePotraitL = exports.InformationNoSearchResultL = exports.ImageUrlL = exports.ImageLandscapeL = exports.ImageL = exports.HideL = exports.HashL = exports.FormL = exports.FormGroupL = exports.FolderPlainL = exports.FormEditL = exports.FolderPredefinedL = exports.FolderL = exports.FolderFavouriteFlatL = exports.DividerL = exports.FileTypePictureL = exports.CountdownL = exports.ComboL = exports.CheckboxL = exports.CloseL = exports.CheckL = exports.ButtonL = exports.ColumnL = exports.BrowserL = exports.ButtonSubmitL = exports.AddL = void 0;
4
+ exports.SectionL = exports.WarningL = exports.TooltipL = exports.TextareaL = exports.VideoL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = exports.SelectL = exports.Section37L = exports.Section12L = exports.Section13L = exports.SearchNoResultsL = exports.RelationOneManyL = exports.RelationOneOneL = exports.RelationManyOneL = 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 ButtonSubmitL_1 = require("./ButtonSubmitL");
8
+ Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
7
9
  var BrowserL_1 = require("./BrowserL");
8
10
  Object.defineProperty(exports, "BrowserL", { enumerable: true, get: function () { return BrowserL_1.default; } });
11
+ var ColumnL_1 = require("./ColumnL");
12
+ Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
9
13
  var ButtonL_1 = require("./ButtonL");
10
14
  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
15
  var CheckL_1 = require("./CheckL");
14
16
  Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
15
17
  var CloseL_1 = require("./CloseL");
16
18
  Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
17
19
  var CheckboxL_1 = require("./CheckboxL");
18
20
  Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
19
- var ColumnL_1 = require("./ColumnL");
20
- Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
21
21
  var ComboL_1 = require("./ComboL");
22
22
  Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
23
23
  var CountdownL_1 = require("./CountdownL");
24
24
  Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
25
- var DividerL_1 = require("./DividerL");
26
- Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
27
25
  var FileTypePictureL_1 = require("./FileTypePictureL");
28
26
  Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
27
+ var DividerL_1 = require("./DividerL");
28
+ Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_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; } });
35
- var FormEditL_1 = require("./FormEditL");
36
- Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
37
33
  var FolderPredefinedL_1 = require("./FolderPredefinedL");
38
34
  Object.defineProperty(exports, "FolderPredefinedL", { enumerable: true, get: function () { return FolderPredefinedL_1.default; } });
39
- var FormL_1 = require("./FormL");
40
- Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
35
+ var FormEditL_1 = require("./FormEditL");
36
+ 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; } });
41
39
  var FormGroupL_1 = require("./FormGroupL");
42
40
  Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
41
+ var FormL_1 = require("./FormL");
42
+ Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
43
43
  var HashL_1 = require("./HashL");
44
44
  Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
45
+ var HideL_1 = require("./HideL");
46
+ Object.defineProperty(exports, "HideL", { enumerable: true, get: function () { return HideL_1.default; } });
45
47
  var ImageL_1 = require("./ImageL");
46
48
  Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
47
49
  var ImageLandscapeL_1 = require("./ImageLandscapeL");
48
50
  Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
49
- var ImagePotraitL_1 = require("./ImagePotraitL");
50
- Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
51
51
  var ImageUrlL_1 = require("./ImageUrlL");
52
52
  Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
53
+ var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
54
+ Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
55
+ var ImagePotraitL_1 = require("./ImagePotraitL");
56
+ Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
53
57
  var InboxNoResultsL_1 = require("./InboxNoResultsL");
54
58
  Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
55
59
  var InfoL_1 = require("./InfoL");
56
60
  Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
57
- var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
58
- Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
61
+ var InputL_1 = require("./InputL");
62
+ Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
59
63
  var LabelL_1 = require("./LabelL");
60
64
  Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
61
65
  var LandingPageL_1 = require("./LandingPageL");
62
66
  Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
63
- var InputL_1 = require("./InputL");
64
- Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
65
- var LineL_1 = require("./LineL");
66
- Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
67
67
  var LinkL_1 = require("./LinkL");
68
68
  Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
69
+ var LineL_1 = require("./LineL");
70
+ Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
69
71
  var LocationL_1 = require("./LocationL");
70
72
  Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
71
73
  var MobileClickL_1 = require("./MobileClickL");
@@ -76,8 +78,12 @@ var MobileLayout1L_1 = require("./MobileLayout1L");
76
78
  Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
77
79
  var MobileLayout2L_1 = require("./MobileLayout2L");
78
80
  Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
81
+ var MobileLayout3L_1 = require("./MobileLayout3L");
82
+ Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
79
83
  var MobileLinkL_1 = require("./MobileLinkL");
80
84
  Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
85
+ var MobileLayout4L_1 = require("./MobileLayout4L");
86
+ Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
81
87
  var MobileUrlL_1 = require("./MobileUrlL");
82
88
  Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
83
89
  var MultilineL_1 = require("./MultilineL");
@@ -86,55 +92,51 @@ var NoData_1 = require("./NoData");
86
92
  Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
87
93
  var NavbarL_1 = require("./NavbarL");
88
94
  Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
89
- var RadioL_1 = require("./RadioL");
90
- Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
91
- var NoPermissionL_1 = require("./NoPermissionL");
92
- Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
93
- var PieL_1 = require("./PieL");
94
- Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
95
- var RelationOneManyL_1 = require("./RelationOneManyL");
96
- Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
97
95
  var QuoteL_1 = require("./QuoteL");
98
96
  Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
97
+ var NoPermissionL_1 = require("./NoPermissionL");
98
+ Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
99
+ var RadioL_1 = require("./RadioL");
100
+ Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
99
101
  var RelationManyManyL_1 = require("./RelationManyManyL");
100
102
  Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
101
- var RelationOneOneL_1 = require("./RelationOneOneL");
102
- Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
103
+ var PieL_1 = require("./PieL");
104
+ Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
103
105
  var RelationManyOneL_1 = require("./RelationManyOneL");
104
106
  Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
107
+ var RelationOneOneL_1 = require("./RelationOneOneL");
108
+ Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
109
+ var RelationOneManyL_1 = require("./RelationOneManyL");
110
+ Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
105
111
  var SearchNoResultsL_1 = require("./SearchNoResultsL");
106
112
  Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
107
- var Section12L_1 = require("./Section12L");
108
- Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
109
113
  var Section13L_1 = require("./Section13L");
110
114
  Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
111
- var ShowL_1 = require("./ShowL");
112
- Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
113
- var SelectL_1 = require("./SelectL");
114
- Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
115
+ var Section12L_1 = require("./Section12L");
116
+ Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
115
117
  var Section37L_1 = require("./Section37L");
116
118
  Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
117
- var SectionL_1 = require("./SectionL");
118
- Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
119
- var TextL_1 = require("./TextL");
120
- Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
119
+ var SelectL_1 = require("./SelectL");
120
+ Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
121
+ var ShowL_1 = require("./ShowL");
122
+ Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
121
123
  var SliderL_1 = require("./SliderL");
122
124
  Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
123
- var TooltipL_1 = require("./TooltipL");
124
- Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
125
- var TextareaL_1 = require("./TextareaL");
126
- Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
127
- var StackedL_1 = require("./StackedL");
128
- Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
129
125
  var SpinnerL_1 = require("./SpinnerL");
130
126
  Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
127
+ var StackedL_1 = require("./StackedL");
128
+ Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
131
129
  var TableL_1 = require("./TableL");
132
130
  Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
133
- var WarningL_1 = require("./WarningL");
134
- Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
131
+ var TextL_1 = require("./TextL");
132
+ Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
135
133
  var VideoL_1 = require("./VideoL");
136
134
  Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
137
- var MobileLayout3L_1 = require("./MobileLayout3L");
138
- Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
139
- var MobileLayout4L_1 = require("./MobileLayout4L");
140
- Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
135
+ var TextareaL_1 = require("./TextareaL");
136
+ Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
137
+ var TooltipL_1 = require("./TooltipL");
138
+ Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
139
+ var WarningL_1 = require("./WarningL");
140
+ Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
141
+ var SectionL_1 = require("./SectionL");
142
+ Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const MetaM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MetaM;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const react_1 = require("react");
4
+ const MetaM = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", className: "meta-m" }, props),
5
+ react_1.default.createElement("g", { clipPath: "url(#prefix__clip0_10552_190)", fill: "#6A7580" },
6
+ react_1.default.createElement("path", { d: "M17.842 17.719a3.435 3.435 0 01-2.71-1.617c-.793-1.106-3.642-5.628-3.763-5.82l-.256-.406.261-.402c.896-1.38 2.72-3.654 4.933-3.461 1.58.146 2.92 1.525 3.983 4.098 1.458 3.535.507 6.334-1.185 7.274-.386.217-.82.332-1.263.334zM12.9 9.895c.737 1.167 2.821 4.454 3.451 5.334.642.896 1.383 1.204 2.027.843.93-.514 1.707-2.527.526-5.388-.82-1.99-1.766-3.088-2.735-3.178-.921-.086-2.15.799-3.27 2.39z" }),
7
+ react_1.default.createElement("path", { d: "M6.164 17.719a2.587 2.587 0 01-1.262-.334c-1.693-.94-2.642-3.739-1.184-7.274C4.78 7.537 6.12 6.16 7.7 6.013c2.207-.203 4.038 2.08 4.933 3.46l.26.403-.255.406c-.121.191-2.97 4.714-3.762 5.82a3.437 3.437 0 01-2.712 1.617zM7.968 7.5c-.044 0-.087.002-.13.006-.968.09-1.913 1.188-2.734 3.178-1.18 2.86-.403 4.873.525 5.388.646.361 1.386.05 2.027-.844.63-.88 2.715-4.166 3.452-5.333C10.039 8.377 8.893 7.5 7.968 7.5z" })),
8
+ react_1.default.createElement("defs", null,
9
+ react_1.default.createElement("clipPath", { id: "prefix__clip0_10552_190" },
10
+ react_1.default.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))));
11
+ exports.default = MetaM;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const MetaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default MetaXl;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const react_1 = require("react");
4
+ const MetaXl = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "meta-xl" }, props),
5
+ react_1.default.createElement("path", { d: "M68.26 69.906a11.256 11.256 0 01-8.49-3.38 46.343 46.343 0 01-6.53-8.755l-5.57-9.303a63.078 63.078 0 00-6.735-9.586c-1.727-1.836-3.51-3.483-6.32-3.483-2.14 0-4.19 1.458-6.094 4.334l-1.38-.914c2.231-3.367 4.745-5.074 7.474-5.074 3.757 0 6.115 2.506 7.524 4.003a63.785 63.785 0 016.95 9.87l5.57 9.304a42.751 42.751 0 006.246 8.4 9.65 9.65 0 007.355 2.93 8.51 8.51 0 007.73-4.284 18.165 18.165 0 002.119-9.278 33.613 33.613 0 00-5.253-18.82c-3.121-4.653-7.21-7.216-11.516-7.216a11.27 11.27 0 00-7.357 3.183 30.999 30.999 0 00-4.21 4.667c.65.841 1.316 1.753 1.992 2.724 3.333-4.907 6.023-6.913 9.25-6.913 3.122 0 6.118 1.97 8.436 5.548 2.793 4.31 4.394 10.512 4.394 17.013 0 5.528-1.879 8.33-5.585 8.33-1.838 0-3.224-.812-4.944-2.897a113.201 113.201 0 01-7.4-11.378l-1.597-2.662a115.464 115.464 0 00-3.15-4.981l-.072-.106a68.599 68.599 0 00-3.014-4.155l-.243-.307a32.522 32.522 0 00-4.7-4.88 12.775 12.775 0 00-8.417-3.186c-4.467 0-8.698 2.727-11.91 7.68l-1.388-.901C24.902 30.073 29.749 27 34.723 27a14.531 14.531 0 019.463 3.558 33.048 33.048 0 014.524 4.612 31.776 31.776 0 014.186-4.58A13.035 13.035 0 0161.34 27c4.874 0 9.452 2.823 12.89 7.949a35.255 35.255 0 015.533 19.74 19.755 19.755 0 01-2.34 10.106 10.112 10.112 0 01-9.163 5.11zM52.77 40.708a119.857 119.857 0 012.968 4.71l1.597 2.661c2.2 3.864 4.623 7.597 7.257 11.178 1.583 1.92 2.544 2.295 3.668 2.295 1.688 0 3.931-.693 3.931-6.676 0-6.1-1.543-12.123-4.129-16.114-2.002-3.09-4.505-4.793-7.046-4.793-2.642 0-4.96 1.844-8.003 6.367-.08.12-.161.245-.242.372z", fill: "#384350" }),
6
+ react_1.default.createElement("path", { d: "M28.317 69.906a10.898 10.898 0 01-10.008-5.39 14.558 14.558 0 01-1.419-3.235 22.157 22.157 0 01-.888-6.49 36.415 36.415 0 015.422-19.358l1.388.9a34.72 34.72 0 00-5.156 18.458 20.53 20.53 0 00.815 6.005c.301 1.004.723 1.967 1.256 2.869 1.853 3.086 4.662 4.587 8.59 4.587 3.666 0 6.356-1.681 9.597-5.996 1.988-2.65 3.01-4.307 6.833-11.087l2.196-3.888a94.046 94.046 0 00-2.193-3.397l-1.965 3.02c-.576.884-1.234 1.923-1.939 3.037-1.719 2.713-3.668 5.79-5.425 8.223-3.065 4.239-4.86 5.042-7.104 5.042a4.906 4.906 0 01-4.283-2.446 11.177 11.177 0 01-1.324-5.729A30.913 30.913 0 0127.14 38.82l1.379.913a29.191 29.191 0 00-4.156 15.3 9.695 9.695 0 001.077 4.86 3.259 3.259 0 002.876 1.66c1.48 0 2.845-.32 5.763-4.357 1.728-2.391 3.662-5.445 5.369-8.14A296.1 296.1 0 0141.399 46l3.305-5.08.703 1.002a92.173 92.173 0 013.202 4.91l.253.415-2.674 4.735c-3.869 6.857-4.908 8.543-6.95 11.266-3.552 4.728-6.716 6.657-10.921 6.657z", fill: "#384350" })));
7
+ exports.default = MetaXl;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const PauseXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default PauseXl;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const react_1 = require("react");
4
+ const PauseXl = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "pause-xl" }, props),
5
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.75 18.5c-16.128 0-29.25 13.122-29.25 29.25S31.622 77 47.75 77 77 63.878 77 47.75 63.878 18.5 47.75 18.5zm0 60C30.794 78.5 17 64.706 17 47.75S30.794 17 47.75 17 78.5 30.794 78.5 47.75 64.706 78.5 47.75 78.5zm-6.364-17h-1.772a3.868 3.868 0 01-3.864-3.864V38.864A3.868 3.868 0 0139.614 35h1.772a3.868 3.868 0 013.864 3.864v18.772a3.868 3.868 0 01-3.864 3.864zm-1.772-25a2.367 2.367 0 00-2.364 2.364v18.772A2.367 2.367 0 0039.614 60h1.772a2.367 2.367 0 002.364-2.364V38.864a2.367 2.367 0 00-2.364-2.364h-1.772zm15.001 25h1.772a3.868 3.868 0 003.864-3.864V38.864A3.868 3.868 0 0056.387 35h-1.772a3.868 3.868 0 00-3.864 3.864v18.772a3.868 3.868 0 003.864 3.864zm-1.67-24.307a2.367 2.367 0 011.67-.693h1.772a2.367 2.367 0 012.364 2.364v18.772A2.367 2.367 0 0156.387 60h-1.772a2.367 2.367 0 01-2.364-2.364V38.864c0-.627.25-1.227.693-1.67z", fill: "#6A7580" })));
6
+ exports.default = PauseXl;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const PlayXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default PlayXl;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const react_1 = require("react");
4
+ const PlayXl = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "play-xl" }, props),
5
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5 47.75c0-16.128 13.122-29.25 29.25-29.25S77 31.622 77 47.75 63.878 77 47.75 77 18.5 63.878 18.5 47.75zm-1.5 0C17 64.706 30.794 78.5 47.75 78.5S78.5 64.706 78.5 47.75 64.706 17 47.75 17 17 30.794 17 47.75zm22.53-11.97a2.06 2.06 0 012.059 0l8.971 5.18 8.972 5.18a2.06 2.06 0 010 3.566l-8.971 5.18-8.972 5.18a2.06 2.06 0 01-3.089-1.784V37.563a2.06 2.06 0 011.03-1.783zm1.03-1.776a3.56 3.56 0 00-3.56 3.56v20.718a3.559 3.559 0 005.339 3.083l8.971-5.18 8.972-5.18a3.559 3.559 0 000-6.165l-8.971-5.18-8.972-5.179a3.559 3.559 0 00-1.78-.477z", fill: "#6A7580" })));
6
+ exports.default = PlayXl;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const StopXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default StopXl;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const react_1 = require("react");
4
+ const StopXl = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "stop-xl" }, props),
5
+ react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5 47.75c0-16.128 13.122-29.25 29.25-29.25S77 31.622 77 47.75 63.878 77 47.75 77 18.5 63.878 18.5 47.75zm-1.5 0C17 64.706 30.794 78.5 47.75 78.5S78.5 64.706 78.5 47.75 64.706 17 47.75 17 17 30.794 17 47.75zm19.133 11.617a3.868 3.868 0 002.731 1.133h17.772a3.868 3.868 0 003.864-3.864V38.864A3.868 3.868 0 0056.636 35H38.864A3.868 3.868 0 0035 38.864v17.772a3.868 3.868 0 001.133 2.73zm1.06-22.174a2.367 2.367 0 011.671-.693h17.772A2.367 2.367 0 0159 38.864v17.772A2.367 2.367 0 0156.636 59H38.864a2.367 2.367 0 01-2.364-2.364V38.864c0-.627.25-1.227.693-1.67z", fill: "#6A7580" })));
6
+ exports.default = StopXl;
@@ -1,93 +1,97 @@
1
- export { default as AddXl } from './AddXl';
2
1
  export { default as AbTestXl } from './AbTestXl';
3
2
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
- export { default as ApiXl } from './ApiXl';
5
- export { default as AfterEventXl } from './AfterEventXl';
3
+ export { default as AddXl } from './AddXl';
6
4
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
- export { default as BasicBuilderXl } from './BasicBuilderXl';
5
+ export { default as AfterEventXl } from './AfterEventXl';
6
+ export { default as ApiXl } from './ApiXl';
8
7
  export { default as AttributeXl } from './AttributeXl';
8
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
9
9
  export { default as BasketCheckXl } from './BasketCheckXl';
10
10
  export { default as BeforeEventXl } from './BeforeEventXl';
11
+ export { default as BillingXl } from './BillingXl';
11
12
  export { default as BrowserCloseXl } from './BrowserCloseXl';
12
- export { default as BrowserCodeXl } from './BrowserCodeXl';
13
13
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as BillingXl } from './BillingXl';
14
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
15
15
  export { default as BulbEditXl } from './BulbEditXl';
16
- export { default as BrowserScrollXl } from './BrowserScrollXl';
17
16
  export { default as CalculatorXl } from './CalculatorXl';
18
- export { default as CalendarIntervalXl } from './CalendarIntervalXl';
19
- export { default as CalendarScheduleXl } from './CalendarScheduleXl';
17
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
20
18
  export { default as CalendarXl } from './CalendarXl';
19
+ export { default as CalendarScheduleXl } from './CalendarScheduleXl';
21
20
  export { default as CardVisaXl } from './CardVisaXl';
21
+ export { default as CalendarIntervalXl } from './CalendarIntervalXl';
22
+ export { default as CheckInXl } from './CheckInXl';
22
23
  export { default as CartAddXl } from './CartAddXl';
23
24
  export { default as CardAeXl } from './CardAeXl';
24
- export { default as ClassificationXl } from './ClassificationXl';
25
- export { default as CheckOutXl } from './CheckOutXl';
26
- export { default as CheckXl } from './CheckXl';
27
- export { default as CheckInXl } from './CheckInXl';
28
- export { default as CloneNodesXl } from './CloneNodesXl';
29
25
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
26
+ export { default as CheckXl } from './CheckXl';
27
+ export { default as CheckOutXl } from './CheckOutXl';
28
+ export { default as ClassificationXl } from './ClassificationXl';
30
29
  export { default as CompareXl } from './CompareXl';
30
+ export { default as CloneNodesXl } from './CloneNodesXl';
31
31
  export { default as CouponXl } from './CouponXl';
32
32
  export { default as CupXl } from './CupXl';
33
- export { default as DiscountXl } from './DiscountXl';
34
33
  export { default as EventXl } from './EventXl';
35
- export { default as FileUpXl } from './FileUpXl';
34
+ export { default as DiscountXl } from './DiscountXl';
36
35
  export { default as FileUrlXl } from './FileUrlXl';
37
- export { default as FileXl } from './FileXl';
38
- export { default as FileZipXl } from './FileZipXl';
39
36
  export { default as FolderCheckXl } from './FolderCheckXl';
37
+ export { default as FileUpXl } from './FileUpXl';
38
+ export { default as FileZipXl } from './FileZipXl';
39
+ export { default as FileXl } from './FileXl';
40
+ export { default as FirstRunXl } from './FirstRunXl';
40
41
  export { default as FolderStarXl } from './FolderStarXl';
42
+ export { default as FormXl } from './FormXl';
41
43
  export { default as FolderXl } from './FolderXl';
42
44
  export { default as FolderUserXl } from './FolderUserXl';
43
- export { default as FormXl } from './FormXl';
44
45
  export { default as FormulaXl } from './FormulaXl';
45
- export { default as FirstRunXl } from './FirstRunXl';
46
46
  export { default as FunctionXl } from './FunctionXl';
47
- export { default as GemsXl } from './GemsXl';
48
47
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
48
+ export { default as GemsXl } from './GemsXl';
49
49
  export { default as InfoXl } from './InfoXl';
50
50
  export { default as IntegrationXl } from './IntegrationXl';
51
- export { default as InsertObjectXl } from './InsertObjectXl';
52
51
  export { default as IntegrationsXl } from './IntegrationsXl';
53
52
  export { default as LaptopTargetXl } from './LaptopTargetXl';
53
+ export { default as InsertObjectXl } from './InsertObjectXl';
54
54
  export { default as LaptopAiXl } from './LaptopAiXl';
55
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
56
- export { default as LoyalityBoostXl } from './LoyalityBoostXl';
57
55
  export { default as LaunchXl } from './LaunchXl';
56
+ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
57
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
58
58
  export { default as MessageXl } from './MessageXl';
59
- export { default as MobilePromotionXl } from './MobilePromotionXl';
59
+ export { default as MetaXl } from './MetaXl';
60
60
  export { default as MobileBannerXl } from './MobileBannerXl';
61
- export { default as MobileStepsXl } from './MobileStepsXl';
62
61
  export { default as MobileUpdateXl } from './MobileUpdateXl';
62
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
63
+ export { default as MultivalueXl } from './MultivalueXl';
64
+ export { default as MobileStepsXl } from './MobileStepsXl';
63
65
  export { default as NetworkFileXl } from './NetworkFileXl';
64
66
  export { default as NotificationsEditXl } from './NotificationsEditXl';
65
- export { default as MultivalueXl } from './MultivalueXl';
66
- export { default as ProductsBundleXl } from './ProductsBundleXl';
67
67
  export { default as NoPermissionXl } from './NoPermissionXl';
68
- export { default as ProductsSimilarXl } from './ProductsSimilarXl';
68
+ export { default as PauseXl } from './PauseXl';
69
+ export { default as PlayXl } from './PlayXl';
70
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
69
71
  export { default as ProductsFeedXl } from './ProductsFeedXl';
70
72
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
71
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
- export { default as ReggressionXl } from './ReggressionXl';
73
73
  export { default as PushXl } from './PushXl';
74
+ export { default as ProductsSimilarXl } from './ProductsSimilarXl';
75
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
74
76
  export { default as SearchHybridXl } from './SearchHybridXl';
77
+ export { default as ReggressionXl } from './ReggressionXl';
75
78
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
76
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
77
79
  export { default as SearchSemanticXl } from './SearchSemanticXl';
80
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
78
81
  export { default as SectionXl } from './SectionXl';
79
- export { default as ShowXl } from './ShowXl';
80
82
  export { default as SilentPushXl } from './SilentPushXl';
83
+ export { default as ShowXl } from './ShowXl';
81
84
  export { default as SmsXl } from './SmsXl';
85
+ export { default as StopXl } from './StopXl';
82
86
  export { default as ToolsXl } from './ToolsXl';
83
87
  export { default as TargetXl } from './TargetXl';
84
- export { default as UserCircleUpXl } from './UserCircleUpXl';
85
88
  export { default as UserCircleXl } from './UserCircleXl';
86
- export { default as UserIdXl } from './UserIdXl';
87
89
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
90
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
91
+ export { default as UserIdXl } from './UserIdXl';
88
92
  export { default as VisualEditorXl } from './VisualEditorXl';
89
93
  export { default as VoucherXl } from './VoucherXl';
90
94
  export { default as WarningXl } from './WarningXl';
91
- export { default as WebhookXl } from './WebhookXl';
92
95
  export { default as WeblayerXl } from './WeblayerXl';
96
+ export { default as WebhookXl } from './WebhookXl';
93
97
  export { default as WthStarsXl } from './WthStarsXl';