@synerise/ds-icon 0.65.1 → 0.65.2

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 (70) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/icons/Add2FullBackgroundM.d.ts +3 -0
  3. package/dist/cjs/icons/Add2FullBackgroundM.js +7 -0
  4. package/dist/cjs/icons/Add3FullBackgroundM.d.ts +3 -0
  5. package/dist/cjs/icons/Add3FullBackgroundM.js +7 -0
  6. package/dist/cjs/icons/Check3FullBackgroundM.d.ts +3 -0
  7. package/dist/cjs/icons/Check3FullBackgroundM.js +7 -0
  8. package/dist/cjs/icons/Close2FullBackgroundM.d.ts +3 -0
  9. package/dist/cjs/icons/Close2FullBackgroundM.js +7 -0
  10. package/dist/cjs/icons/Close3FullBackgroundM.d.ts +3 -0
  11. package/dist/cjs/icons/Close3FullBackgroundM.js +7 -0
  12. package/dist/cjs/icons/ErrorFillFullBackgroundM.d.ts +3 -0
  13. package/dist/cjs/icons/ErrorFillFullBackgroundM.js +7 -0
  14. package/dist/cjs/icons/ErrorFullBackgroundM.d.ts +3 -0
  15. package/dist/cjs/icons/ErrorFullBackgroundM.js +7 -0
  16. package/dist/cjs/icons/InfoFillFullBackgroundM.d.ts +3 -0
  17. package/dist/cjs/icons/InfoFillFullBackgroundM.js +7 -0
  18. package/dist/cjs/icons/InfoFullBackgroundM.d.ts +3 -0
  19. package/dist/cjs/icons/InfoFullBackgroundM.js +7 -0
  20. package/dist/cjs/icons/L/index.d.ts +17 -17
  21. package/dist/cjs/icons/L/index.js +36 -36
  22. package/dist/cjs/icons/ThunderFullBackgroundFillM.d.ts +3 -0
  23. package/dist/cjs/icons/ThunderFullBackgroundFillM.js +7 -0
  24. package/dist/cjs/icons/ThunderFullBackgroundM.d.ts +3 -0
  25. package/dist/cjs/icons/ThunderFullBackgroundM.js +7 -0
  26. package/dist/cjs/icons/WarningFillFullBackgroundM.d.ts +3 -0
  27. package/dist/cjs/icons/WarningFillFullBackgroundM.js +7 -0
  28. package/dist/cjs/icons/WarningFullBackgroundM.d.ts +3 -0
  29. package/dist/cjs/icons/WarningFullBackgroundM.js +7 -0
  30. package/dist/cjs/icons/XL/index.d.ts +20 -20
  31. package/dist/cjs/icons/XL/index.js +42 -42
  32. package/dist/cjs/icons/additional/index.d.ts +22 -22
  33. package/dist/cjs/icons/additional/index.js +46 -46
  34. package/dist/cjs/icons/index.d.ts +214 -201
  35. package/dist/cjs/icons/index.js +446 -420
  36. package/dist/esm/icons/Add2FullBackgroundM.d.ts +3 -0
  37. package/dist/esm/icons/Add2FullBackgroundM.js +5 -0
  38. package/dist/esm/icons/Add3FullBackgroundM.d.ts +3 -0
  39. package/dist/esm/icons/Add3FullBackgroundM.js +5 -0
  40. package/dist/esm/icons/Check3FullBackgroundM.d.ts +3 -0
  41. package/dist/esm/icons/Check3FullBackgroundM.js +5 -0
  42. package/dist/esm/icons/Close2FullBackgroundM.d.ts +3 -0
  43. package/dist/esm/icons/Close2FullBackgroundM.js +5 -0
  44. package/dist/esm/icons/Close3FullBackgroundM.d.ts +3 -0
  45. package/dist/esm/icons/Close3FullBackgroundM.js +5 -0
  46. package/dist/esm/icons/ErrorFillFullBackgroundM.d.ts +3 -0
  47. package/dist/esm/icons/ErrorFillFullBackgroundM.js +5 -0
  48. package/dist/esm/icons/ErrorFullBackgroundM.d.ts +3 -0
  49. package/dist/esm/icons/ErrorFullBackgroundM.js +5 -0
  50. package/dist/esm/icons/InfoFillFullBackgroundM.d.ts +3 -0
  51. package/dist/esm/icons/InfoFillFullBackgroundM.js +5 -0
  52. package/dist/esm/icons/InfoFullBackgroundM.d.ts +3 -0
  53. package/dist/esm/icons/InfoFullBackgroundM.js +5 -0
  54. package/dist/esm/icons/L/index.d.ts +17 -17
  55. package/dist/esm/icons/L/index.js +17 -17
  56. package/dist/esm/icons/ThunderFullBackgroundFillM.d.ts +3 -0
  57. package/dist/esm/icons/ThunderFullBackgroundFillM.js +5 -0
  58. package/dist/esm/icons/ThunderFullBackgroundM.d.ts +3 -0
  59. package/dist/esm/icons/ThunderFullBackgroundM.js +5 -0
  60. package/dist/esm/icons/WarningFillFullBackgroundM.d.ts +3 -0
  61. package/dist/esm/icons/WarningFillFullBackgroundM.js +5 -0
  62. package/dist/esm/icons/WarningFullBackgroundM.d.ts +3 -0
  63. package/dist/esm/icons/WarningFullBackgroundM.js +5 -0
  64. package/dist/esm/icons/XL/index.d.ts +20 -20
  65. package/dist/esm/icons/XL/index.js +20 -20
  66. package/dist/esm/icons/additional/index.d.ts +22 -22
  67. package/dist/esm/icons/additional/index.js +22 -22
  68. package/dist/esm/icons/index.d.ts +214 -201
  69. package/dist/esm/icons/index.js +214 -201
  70. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **icon:** add new icons ([4c8df5f](https://github.com/Synerise/synerise-design/commit/4c8df5faf64da93c10e52d78f1ceaedd08d6ff8c))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-icon
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const Add2FullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Add2FullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const Add3FullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Add3FullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const Check3FullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Check3FullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const Close2FullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Close2FullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const Close3FullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Close3FullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const ErrorFillFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ErrorFillFullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const ErrorFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ErrorFullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const InfoFillFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InfoFillFullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const InfoFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InfoFullBackgroundM;
@@ -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,35 +1,38 @@
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
- export { default as CloseL } from './CloseL';
8
7
  export { default as ColumnL } from './ColumnL';
8
+ export { default as CloseL } from './CloseL';
9
+ export { default as ComboL } from './ComboL';
9
10
  export { default as CountdownL } from './CountdownL';
10
11
  export { default as DividerL } from './DividerL';
11
- export { default as FileTypePictureL } from './FileTypePictureL';
12
- export { default as ComboL } from './ComboL';
13
12
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
+ export { default as FileTypePictureL } from './FileTypePictureL';
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
- export { default as FormGroupL } from './FormGroupL';
19
- export { default as ImageL } from './ImageL';
20
18
  export { default as FormL } from './FormL';
19
+ export { default as FormGroupL } from './FormGroupL';
21
20
  export { default as HashL } from './HashL';
22
- export { default as ImageUrlL } from './ImageUrlL';
23
- export { default as ImageLandscapeL } from './ImageLandscapeL';
21
+ export { default as ImageL } from './ImageL';
24
22
  export { default as ImagePotraitL } from './ImagePotraitL';
23
+ export { default as ImageLandscapeL } from './ImageLandscapeL';
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';
27
- export { default as LandingPageL } from './LandingPageL';
28
+ export { default as InputL } from './InputL';
29
+ export { default as LabelL } from './LabelL';
28
30
  export { default as LineL } from './LineL';
29
- export { default as LinkL } from './LinkL';
31
+ export { default as LandingPageL } from './LandingPageL';
30
32
  export { default as LocationL } from './LocationL';
31
33
  export { default as MobileBlockL } from './MobileBlockL';
32
34
  export { default as MobileClickL } from './MobileClickL';
35
+ export { default as LinkL } from './LinkL';
33
36
  export { default as MobileLayout1L } from './MobileLayout1L';
34
37
  export { default as MobileLayout2L } from './MobileLayout2L';
35
38
  export { default as MobileLayout3L } from './MobileLayout3L';
@@ -39,8 +42,8 @@ export { default as MobileUrlL } from './MobileUrlL';
39
42
  export { default as MultilineL } from './MultilineL';
40
43
  export { default as NavbarL } from './NavbarL';
41
44
  export { default as NoData } from './NoData';
42
- export { default as NoPermissionL } from './NoPermissionL';
43
45
  export { default as PieL } from './PieL';
46
+ export { default as NoPermissionL } from './NoPermissionL';
44
47
  export { default as QuoteL } from './QuoteL';
45
48
  export { default as RadioL } from './RadioL';
46
49
  export { default as RelationManyManyL } from './RelationManyManyL';
@@ -48,21 +51,18 @@ export { default as RelationManyOneL } from './RelationManyOneL';
48
51
  export { default as RelationOneManyL } from './RelationOneManyL';
49
52
  export { default as RelationOneOneL } from './RelationOneOneL';
50
53
  export { default as SearchNoResultsL } from './SearchNoResultsL';
51
- export { default as InfoL } from './InfoL';
52
54
  export { default as Section12L } from './Section12L';
53
55
  export { default as Section13L } from './Section13L';
54
- export { default as LabelL } from './LabelL';
55
56
  export { default as Section37L } from './Section37L';
56
57
  export { default as SectionL } from './SectionL';
57
58
  export { default as SelectL } from './SelectL';
59
+ export { default as SliderL } from './SliderL';
58
60
  export { default as ShowL } from './ShowL';
59
61
  export { default as SpinnerL } from './SpinnerL';
60
- export { default as SliderL } from './SliderL';
61
62
  export { default as StackedL } from './StackedL';
62
63
  export { default as TableL } from './TableL';
63
- export { default as TextareaL } from './TextareaL';
64
64
  export { default as TextL } from './TextL';
65
+ export { default as TextareaL } from './TextareaL';
65
66
  export { default as TooltipL } from './TooltipL';
66
67
  export { default as VideoL } from './VideoL';
67
68
  export { default as WarningL } from './WarningL';
68
- export { default as InputL } from './InputL';
@@ -1,71 +1,77 @@
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.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileClickL = exports.MobileBlockL = exports.LocationL = exports.LinkL = exports.LineL = exports.LandingPageL = exports.InformationNoSearchResultL = exports.InboxNoResultsL = exports.ImagePotraitL = exports.ImageLandscapeL = exports.ImageUrlL = exports.HashL = exports.FormL = exports.ImageL = exports.FormGroupL = exports.FolderPlainL = exports.FormEditL = exports.FolderPredefinedL = exports.FolderL = exports.FolderFavouriteFlatL = exports.ComboL = exports.FileTypePictureL = exports.DividerL = exports.CountdownL = exports.ColumnL = exports.CloseL = exports.CheckboxL = exports.CheckL = exports.ButtonL = exports.ButtonSubmitL = exports.BrowserL = exports.AddL = void 0;
4
- exports.InputL = exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextL = exports.TextareaL = exports.TableL = exports.StackedL = exports.SliderL = exports.SpinnerL = exports.ShowL = exports.SelectL = exports.SectionL = exports.Section37L = exports.LabelL = exports.Section13L = exports.Section12L = exports.InfoL = void 0;
3
+ exports.RelationManyOneL = exports.RelationManyManyL = exports.RadioL = exports.QuoteL = exports.NoPermissionL = exports.PieL = exports.NoData = exports.NavbarL = exports.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.LinkL = exports.MobileClickL = exports.MobileBlockL = exports.LocationL = exports.LandingPageL = exports.LineL = exports.LabelL = exports.InputL = exports.InformationNoSearchResultL = exports.InfoL = exports.InboxNoResultsL = exports.ImageUrlL = exports.ImageLandscapeL = exports.ImagePotraitL = exports.ImageL = exports.HashL = exports.FormGroupL = exports.FormL = exports.FormEditL = exports.FolderPredefinedL = exports.FolderPlainL = exports.FolderL = exports.FileTypePictureL = exports.FolderFavouriteFlatL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.CloseL = exports.ColumnL = exports.CheckboxL = exports.CheckL = exports.ButtonSubmitL = exports.ButtonL = exports.BrowserL = exports.AddL = void 0;
4
+ exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.ShowL = exports.SliderL = exports.SelectL = exports.SectionL = exports.Section37L = exports.Section13L = exports.Section12L = exports.SearchNoResultsL = exports.RelationOneOneL = exports.RelationOneManyL = 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");
16
16
  Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
17
- var CloseL_1 = require("./CloseL");
18
- Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
19
17
  var ColumnL_1 = require("./ColumnL");
20
18
  Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
19
+ var CloseL_1 = require("./CloseL");
20
+ Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_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
- var FileTypePictureL_1 = require("./FileTypePictureL");
26
- 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
27
  var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
30
28
  Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
29
+ var FileTypePictureL_1 = require("./FileTypePictureL");
30
+ Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_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
- var FormGroupL_1 = require("./FormGroupL");
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
39
  var FormL_1 = require("./FormL");
44
40
  Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
41
+ var FormGroupL_1 = require("./FormGroupL");
42
+ Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_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 ImageUrlL_1 = require("./ImageUrlL");
48
- Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
49
- var ImageLandscapeL_1 = require("./ImageLandscapeL");
50
- Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
45
+ var ImageL_1 = require("./ImageL");
46
+ Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
51
47
  var ImagePotraitL_1 = require("./ImagePotraitL");
52
48
  Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
49
+ var ImageLandscapeL_1 = require("./ImageLandscapeL");
50
+ Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_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; } });
57
- var LandingPageL_1 = require("./LandingPageL");
58
- Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_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; } });
59
63
  var LineL_1 = require("./LineL");
60
64
  Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
61
- var LinkL_1 = require("./LinkL");
62
- Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
65
+ var LandingPageL_1 = require("./LandingPageL");
66
+ Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
63
67
  var LocationL_1 = require("./LocationL");
64
68
  Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
65
69
  var MobileBlockL_1 = require("./MobileBlockL");
66
70
  Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
67
71
  var MobileClickL_1 = require("./MobileClickL");
68
72
  Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
73
+ var LinkL_1 = require("./LinkL");
74
+ Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
69
75
  var MobileLayout1L_1 = require("./MobileLayout1L");
70
76
  Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
71
77
  var MobileLayout2L_1 = require("./MobileLayout2L");
@@ -84,10 +90,10 @@ var NavbarL_1 = require("./NavbarL");
84
90
  Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
85
91
  var NoData_1 = require("./NoData");
86
92
  Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
87
- var NoPermissionL_1 = require("./NoPermissionL");
88
- Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
89
93
  var PieL_1 = require("./PieL");
90
94
  Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
95
+ var NoPermissionL_1 = require("./NoPermissionL");
96
+ Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
91
97
  var QuoteL_1 = require("./QuoteL");
92
98
  Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
93
99
  var RadioL_1 = require("./RadioL");
@@ -102,39 +108,33 @@ var RelationOneOneL_1 = require("./RelationOneOneL");
102
108
  Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
103
109
  var SearchNoResultsL_1 = require("./SearchNoResultsL");
104
110
  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
111
  var Section12L_1 = require("./Section12L");
108
112
  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 LabelL_1 = require("./LabelL");
112
- Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
113
115
  var Section37L_1 = require("./Section37L");
114
116
  Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
115
117
  var SectionL_1 = require("./SectionL");
116
118
  Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
117
119
  var SelectL_1 = require("./SelectL");
118
120
  Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
121
+ var SliderL_1 = require("./SliderL");
122
+ Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
119
123
  var ShowL_1 = require("./ShowL");
120
124
  Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
121
125
  var SpinnerL_1 = require("./SpinnerL");
122
126
  Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
123
- var SliderL_1 = require("./SliderL");
124
- Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
125
127
  var StackedL_1 = require("./StackedL");
126
128
  Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
127
129
  var TableL_1 = require("./TableL");
128
130
  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
131
  var TextL_1 = require("./TextL");
132
132
  Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
133
+ var TextareaL_1 = require("./TextareaL");
134
+ Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
133
135
  var TooltipL_1 = require("./TooltipL");
134
136
  Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
135
137
  var VideoL_1 = require("./VideoL");
136
138
  Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
137
139
  var WarningL_1 = require("./WarningL");
138
140
  Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
139
- var InputL_1 = require("./InputL");
140
- Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ThunderFullBackgroundFillM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ThunderFullBackgroundFillM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const ThunderFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ThunderFullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const WarningFillFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default WarningFillFullBackgroundM;
@@ -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,3 @@
1
+ import * as React from 'react';
2
+ declare const WarningFullBackgroundM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default WarningFullBackgroundM;
@@ -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;
@@ -3,12 +3,12 @@ export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
4
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
5
5
  export { default as AfterEventXl } from './AfterEventXl';
6
- export { default as AttributeXl } from './AttributeXl';
7
6
  export { default as BasicBuilderXl } from './BasicBuilderXl';
8
- export { default as BasketCheckXl } from './BasketCheckXl';
7
+ export { default as AttributeXl } from './AttributeXl';
9
8
  export { default as BeforeEventXl } from './BeforeEventXl';
10
- export { default as BillingXl } from './BillingXl';
9
+ export { default as BasketCheckXl } from './BasketCheckXl';
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
14
  export { default as BrowserScrollXl } from './BrowserScrollXl';
@@ -21,49 +21,49 @@ 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';
27
26
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
27
+ export { default as ClassificationXl } from './ClassificationXl';
28
28
  export { default as CloneNodesXl } from './CloneNodesXl';
29
29
  export { default as CouponXl } from './CouponXl';
30
30
  export { default as CompareXl } from './CompareXl';
31
31
  export { default as CupXl } from './CupXl';
32
32
  export { default as DiscountXl } from './DiscountXl';
33
- export { default as FileUrlXl } from './FileUrlXl';
34
33
  export { default as FileUpXl } from './FileUpXl';
35
34
  export { default as EventXl } from './EventXl';
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
+ export { default as FolderUserXl } from './FolderUserXl';
40
41
  export { default as FolderStarXl } from './FolderStarXl';
41
42
  export { default as FolderXl } from './FolderXl';
42
43
  export { default as FormXl } from './FormXl';
43
- export { default as FolderUserXl } from './FolderUserXl';
44
44
  export { default as FormulaXl } from './FormulaXl';
45
45
  export { default as FunctionXl } from './FunctionXl';
46
- export { default as GemsXl } from './GemsXl';
47
46
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
47
+ export { default as GemsXl } from './GemsXl';
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
- export { default as LaunchXl } from './LaunchXl';
55
54
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
55
+ export { default as LaunchXl } from './LaunchXl';
56
56
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
57
- export { default as MessageXl } from './MessageXl';
58
- export { default as MobilePromotionXl } from './MobilePromotionXl';
59
57
  export { default as MobileBannerXl } from './MobileBannerXl';
58
+ export { default as MessageXl } from './MessageXl';
60
59
  export { default as MobileStepsXl } from './MobileStepsXl';
60
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
61
61
  export { default as MobileUpdateXl } from './MobileUpdateXl';
62
- export { default as NetworkFileXl } from './NetworkFileXl';
63
62
  export { default as MultivalueXl } from './MultivalueXl';
64
63
  export { default as NoPermissionXl } from './NoPermissionXl';
65
- export { default as NotificationsEditXl } from './NotificationsEditXl';
64
+ export { default as NetworkFileXl } from './NetworkFileXl';
66
65
  export { default as ProductsBundleXl } from './ProductsBundleXl';
66
+ export { default as NotificationsEditXl } from './NotificationsEditXl';
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,20 +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 SearchHybridXl } from './SearchHybridXl';
74
- export { default as SearchKeywordsXl } from './SearchKeywordsXl';
75
74
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
- export { default as SearchSemanticXl } from './SearchSemanticXl';
75
+ export { default as SearchKeywordsXl } from './SearchKeywordsXl';
77
76
  export { default as SectionXl } from './SectionXl';
77
+ export { default as SearchSemanticXl } from './SearchSemanticXl';
78
78
  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
87
  export { default as VoucherXl } from './VoucherXl';
88
- export { default as WebhookXl } from './WebhookXl';
89
88
  export { default as WarningXl } from './WarningXl';
90
89
  export { default as WeblayerXl } from './WeblayerXl';
90
+ export { default as WebhookXl } from './WebhookXl';