@synerise/ds-icon 0.51.0 → 0.53.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 (54) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/cjs/icons/L/FolderFavouriteFlatL.d.ts +3 -0
  3. package/dist/cjs/icons/L/FolderFavouriteFlatL.js +8 -0
  4. package/dist/cjs/icons/L/FolderL.d.ts +3 -0
  5. package/dist/cjs/icons/L/FolderL.js +8 -0
  6. package/dist/cjs/icons/L/index.d.ts +28 -26
  7. package/dist/cjs/icons/L/index.js +56 -52
  8. package/dist/cjs/icons/StatsColorM.d.ts +3 -0
  9. package/dist/cjs/icons/StatsColorM.js +8 -0
  10. package/dist/cjs/icons/StatsGrayM.d.ts +3 -0
  11. package/dist/cjs/icons/StatsGrayM.js +14 -0
  12. package/dist/cjs/icons/UsersColorM.d.ts +3 -0
  13. package/dist/cjs/icons/UsersColorM.js +19 -0
  14. package/dist/cjs/icons/UsersGrayM.d.ts +3 -0
  15. package/dist/cjs/icons/UsersGrayM.js +25 -0
  16. package/dist/cjs/icons/WorkspacesColor.d.ts +3 -0
  17. package/dist/cjs/icons/WorkspacesColor.js +19 -0
  18. package/dist/cjs/icons/WorkspacesGrayM.d.ts +3 -0
  19. package/dist/cjs/icons/WorkspacesGrayM.js +15 -0
  20. package/dist/cjs/icons/XL/FolderXl.d.ts +3 -0
  21. package/dist/cjs/icons/XL/FolderXl.js +8 -0
  22. package/dist/cjs/icons/XL/index.d.ts +41 -40
  23. package/dist/cjs/icons/XL/index.js +82 -80
  24. package/dist/cjs/icons/additional/index.d.ts +42 -42
  25. package/dist/cjs/icons/additional/index.js +84 -84
  26. package/dist/cjs/icons/index.d.ts +374 -368
  27. package/dist/cjs/icons/index.js +748 -736
  28. package/dist/esm/icons/L/FolderFavouriteFlatL.d.ts +3 -0
  29. package/dist/esm/icons/L/FolderFavouriteFlatL.js +6 -0
  30. package/dist/esm/icons/L/FolderL.d.ts +3 -0
  31. package/dist/esm/icons/L/FolderL.js +6 -0
  32. package/dist/esm/icons/L/index.d.ts +28 -26
  33. package/dist/esm/icons/L/index.js +28 -26
  34. package/dist/esm/icons/StatsColorM.d.ts +3 -0
  35. package/dist/esm/icons/StatsColorM.js +6 -0
  36. package/dist/esm/icons/StatsGrayM.d.ts +3 -0
  37. package/dist/esm/icons/StatsGrayM.js +12 -0
  38. package/dist/esm/icons/UsersColorM.d.ts +3 -0
  39. package/dist/esm/icons/UsersColorM.js +17 -0
  40. package/dist/esm/icons/UsersGrayM.d.ts +3 -0
  41. package/dist/esm/icons/UsersGrayM.js +23 -0
  42. package/dist/esm/icons/WorkspacesColor.d.ts +3 -0
  43. package/dist/esm/icons/WorkspacesColor.js +17 -0
  44. package/dist/esm/icons/WorkspacesGrayM.d.ts +3 -0
  45. package/dist/esm/icons/WorkspacesGrayM.js +13 -0
  46. package/dist/esm/icons/XL/FolderXl.d.ts +3 -0
  47. package/dist/esm/icons/XL/FolderXl.js +6 -0
  48. package/dist/esm/icons/XL/index.d.ts +41 -40
  49. package/dist/esm/icons/XL/index.js +41 -40
  50. package/dist/esm/icons/additional/index.d.ts +42 -42
  51. package/dist/esm/icons/additional/index.js +42 -42
  52. package/dist/esm/icons/index.d.ts +374 -368
  53. package/dist/esm/icons/index.js +374 -368
  54. package/package.json +2 -2
@@ -1,80 +1,81 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
- export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
3
2
  export { default as AfterEventXl } from './AfterEventXl';
4
3
  export { default as AddXl } from './AddXl';
5
- export { default as BasketCheckXl } from './BasketCheckXl';
6
- export { default as BeforeEventXl } from './BeforeEventXl';
7
4
  export { default as AttributeXl } from './AttributeXl';
8
- export { default as BrowserCodeXl } from './BrowserCodeXl';
9
- export { default as BrowserScrollXl } from './BrowserScrollXl';
5
+ export { default as BeforeEventXl } from './BeforeEventXl';
6
+ export { default as BasketCheckXl } from './BasketCheckXl';
10
7
  export { default as BrowserCloseXl } from './BrowserCloseXl';
8
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
11
9
  export { default as BrowserLandingXl } from './BrowserLandingXl';
12
- export { default as CalculatorXl } from './CalculatorXl';
10
+ export { default as BillingXl } from './BillingXl';
11
+ export { default as BrowserScrollXl } from './BrowserScrollXl';
13
12
  export { default as BulbEditXl } from './BulbEditXl';
14
13
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
15
- export { default as CalendarXl } from './CalendarXl';
16
- export { default as CardAeXl } from './CardAeXl';
17
14
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
15
+ export { default as CalculatorXl } from './CalculatorXl';
16
+ export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
17
+ export { default as CartAddXl } from './CartAddXl';
18
18
  export { default as CardVisaXl } from './CardVisaXl';
19
+ export { default as CardAeXl } from './CardAeXl';
19
20
  export { default as CheckInXl } from './CheckInXl';
20
- export { default as CartAddXl } from './CartAddXl';
21
- export { default as ClassificationXl } from './ClassificationXl';
22
- export { default as CheckXl } from './CheckXl';
21
+ export { default as CalendarXl } from './CalendarXl';
23
22
  export { default as CheckOutXl } from './CheckOutXl';
23
+ export { default as ClassificationXl } from './ClassificationXl';
24
24
  export { default as CouponXl } from './CouponXl';
25
25
  export { default as DiscountXl } from './DiscountXl';
26
26
  export { default as CupXl } from './CupXl';
27
- export { default as FileUpXl } from './FileUpXl';
28
- export { default as CompareXl } from './CompareXl';
27
+ export { default as EventXl } from './EventXl';
29
28
  export { default as FileUrlXl } from './FileUrlXl';
29
+ export { default as FileUpXl } from './FileUpXl';
30
30
  export { default as FileXl } from './FileXl';
31
+ export { default as FileZipXl } from './FileZipXl';
32
+ export { default as CompareXl } from './CompareXl';
33
+ export { default as CheckXl } from './CheckXl';
31
34
  export { default as FirstRunXl } from './FirstRunXl';
32
- export { default as FolderCheckXl } from './FolderCheckXl';
33
- export { default as EventXl } from './EventXl';
34
- export { default as BillingXl } from './BillingXl';
35
35
  export { default as FolderStarXl } from './FolderStarXl';
36
- export { default as FormulaXl } from './FormulaXl';
37
- export { default as FileZipXl } from './FileZipXl';
36
+ export { default as FolderCheckXl } from './FolderCheckXl';
38
37
  export { default as FolderUserXl } from './FolderUserXl';
39
- export { default as InfoXl } from './InfoXl';
40
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
41
- export { default as InsertObjectXl } from './InsertObjectXl';
38
+ export { default as FormXl } from './FormXl';
39
+ export { default as FolderXl } from './FolderXl';
42
40
  export { default as FunctionXl } from './FunctionXl';
41
+ export { default as FormulaXl } from './FormulaXl';
42
+ export { default as InsertObjectXl } from './InsertObjectXl';
43
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
44
+ export { default as InfoXl } from './InfoXl';
43
45
  export { default as IntegrationsXl } from './IntegrationsXl';
44
46
  export { default as IntegrationXl } from './IntegrationXl';
45
- export { default as LaptopAiXl } from './LaptopAiXl';
46
47
  export { default as LaunchXl } from './LaunchXl';
47
- export { default as LaptopTargetXl } from './LaptopTargetXl';
48
48
  export { default as MessageXl } from './MessageXl';
49
- export { default as LoyalityBoostXl } from './LoyalityBoostXl';
50
- export { default as MobilePromotionXl } from './MobilePromotionXl';
51
- export { default as MobileBannerXl } from './MobileBannerXl';
49
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
52
50
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
53
- export { default as MultivalueXl } from './MultivalueXl';
54
- export { default as NetworkFileXl } from './NetworkFileXl';
51
+ export { default as MobileBannerXl } from './MobileBannerXl';
52
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
55
53
  export { default as MobileStepsXl } from './MobileStepsXl';
56
- export { default as NoPermissionXl } from './NoPermissionXl';
57
54
  export { default as MobileUpdateXl } from './MobileUpdateXl';
58
- export { default as ProductsBundleXl } from './ProductsBundleXl';
59
- export { default as ProductsFeedXl } from './ProductsFeedXl';
55
+ export { default as NetworkFileXl } from './NetworkFileXl';
56
+ export { default as NoPermissionXl } from './NoPermissionXl';
57
+ export { default as LoyalityBoostXl } from './LoyalityBoostXl';
58
+ export { default as MultivalueXl } from './MultivalueXl';
60
59
  export { default as NotificationsEditXl } from './NotificationsEditXl';
60
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
61
61
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
62
- export { default as FormXl } from './FormXl';
62
+ export { default as ProductsFeedXl } from './ProductsFeedXl';
63
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
63
64
  export { default as PushXl } from './PushXl';
65
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
64
66
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
65
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
67
+ export { default as ReggressionXl } from './ReggressionXl';
66
68
  export { default as SectionXl } from './SectionXl';
67
- export { default as SilentPushXl } from './SilentPushXl';
68
69
  export { default as ShowXl } from './ShowXl';
69
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
70
- export { default as ToolsXl } from './ToolsXl';
70
+ export { default as SilentPushXl } from './SilentPushXl';
71
71
  export { default as UserCircleUpXl } from './UserCircleUpXl';
72
- export { default as UserCircleXl } from './UserCircleXl';
73
72
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
74
- export { default as VoucherXl } from './VoucherXl';
75
73
  export { default as VisualEditorXl } from './VisualEditorXl';
74
+ export { default as LaptopAiXl } from './LaptopAiXl';
75
+ export { default as UserCircleXl } from './UserCircleXl';
76
76
  export { default as UserIdXl } from './UserIdXl';
77
- export { default as WeblayerXl } from './WeblayerXl';
78
- export { default as ReggressionXl } from './ReggressionXl';
77
+ export { default as VoucherXl } from './VoucherXl';
78
+ export { default as ToolsXl } from './ToolsXl';
79
79
  export { default as WebhookXl } from './WebhookXl';
80
+ export { default as WeblayerXl } from './WeblayerXl';
80
81
  export { default as WarningXl } from './WarningXl';
@@ -2,161 +2,163 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var AbTestXl_1 = require("./AbTestXl");
4
4
  Object.defineProperty(exports, "AbTestXl", { enumerable: true, get: function () { return AbTestXl_1.default; } });
5
- var AnalyticsInsightsXl_1 = require("./AnalyticsInsightsXl");
6
- Object.defineProperty(exports, "AnalyticsInsightsXl", { enumerable: true, get: function () { return AnalyticsInsightsXl_1.default; } });
7
5
  var AfterEventXl_1 = require("./AfterEventXl");
8
6
  Object.defineProperty(exports, "AfterEventXl", { enumerable: true, get: function () { return AfterEventXl_1.default; } });
9
7
  var AddXl_1 = require("./AddXl");
10
8
  Object.defineProperty(exports, "AddXl", { enumerable: true, get: function () { return AddXl_1.default; } });
11
- var BasketCheckXl_1 = require("./BasketCheckXl");
12
- Object.defineProperty(exports, "BasketCheckXl", { enumerable: true, get: function () { return BasketCheckXl_1.default; } });
13
- var BeforeEventXl_1 = require("./BeforeEventXl");
14
- Object.defineProperty(exports, "BeforeEventXl", { enumerable: true, get: function () { return BeforeEventXl_1.default; } });
15
9
  var AttributeXl_1 = require("./AttributeXl");
16
10
  Object.defineProperty(exports, "AttributeXl", { enumerable: true, get: function () { return AttributeXl_1.default; } });
17
- var BrowserCodeXl_1 = require("./BrowserCodeXl");
18
- Object.defineProperty(exports, "BrowserCodeXl", { enumerable: true, get: function () { return BrowserCodeXl_1.default; } });
19
- var BrowserScrollXl_1 = require("./BrowserScrollXl");
20
- Object.defineProperty(exports, "BrowserScrollXl", { enumerable: true, get: function () { return BrowserScrollXl_1.default; } });
11
+ var BeforeEventXl_1 = require("./BeforeEventXl");
12
+ Object.defineProperty(exports, "BeforeEventXl", { enumerable: true, get: function () { return BeforeEventXl_1.default; } });
13
+ var BasketCheckXl_1 = require("./BasketCheckXl");
14
+ Object.defineProperty(exports, "BasketCheckXl", { enumerable: true, get: function () { return BasketCheckXl_1.default; } });
21
15
  var BrowserCloseXl_1 = require("./BrowserCloseXl");
22
16
  Object.defineProperty(exports, "BrowserCloseXl", { enumerable: true, get: function () { return BrowserCloseXl_1.default; } });
17
+ var BrowserCodeXl_1 = require("./BrowserCodeXl");
18
+ Object.defineProperty(exports, "BrowserCodeXl", { enumerable: true, get: function () { return BrowserCodeXl_1.default; } });
23
19
  var BrowserLandingXl_1 = require("./BrowserLandingXl");
24
20
  Object.defineProperty(exports, "BrowserLandingXl", { enumerable: true, get: function () { return BrowserLandingXl_1.default; } });
25
- var CalculatorXl_1 = require("./CalculatorXl");
26
- Object.defineProperty(exports, "CalculatorXl", { enumerable: true, get: function () { return CalculatorXl_1.default; } });
21
+ var BillingXl_1 = require("./BillingXl");
22
+ Object.defineProperty(exports, "BillingXl", { enumerable: true, get: function () { return BillingXl_1.default; } });
23
+ var BrowserScrollXl_1 = require("./BrowserScrollXl");
24
+ Object.defineProperty(exports, "BrowserScrollXl", { enumerable: true, get: function () { return BrowserScrollXl_1.default; } });
27
25
  var BulbEditXl_1 = require("./BulbEditXl");
28
26
  Object.defineProperty(exports, "BulbEditXl", { enumerable: true, get: function () { return BulbEditXl_1.default; } });
29
27
  var CalendarIntervalXl_1 = require("./CalendarIntervalXl");
30
28
  Object.defineProperty(exports, "CalendarIntervalXl", { enumerable: true, get: function () { return CalendarIntervalXl_1.default; } });
31
- var CalendarXl_1 = require("./CalendarXl");
32
- Object.defineProperty(exports, "CalendarXl", { enumerable: true, get: function () { return CalendarXl_1.default; } });
33
- var CardAeXl_1 = require("./CardAeXl");
34
- Object.defineProperty(exports, "CardAeXl", { enumerable: true, get: function () { return CardAeXl_1.default; } });
35
29
  var CalendarScheduleXl_1 = require("./CalendarScheduleXl");
36
30
  Object.defineProperty(exports, "CalendarScheduleXl", { enumerable: true, get: function () { return CalendarScheduleXl_1.default; } });
31
+ var CalculatorXl_1 = require("./CalculatorXl");
32
+ Object.defineProperty(exports, "CalculatorXl", { enumerable: true, get: function () { return CalculatorXl_1.default; } });
33
+ var AnalyticsInsightsXl_1 = require("./AnalyticsInsightsXl");
34
+ Object.defineProperty(exports, "AnalyticsInsightsXl", { enumerable: true, get: function () { return AnalyticsInsightsXl_1.default; } });
35
+ var CartAddXl_1 = require("./CartAddXl");
36
+ Object.defineProperty(exports, "CartAddXl", { enumerable: true, get: function () { return CartAddXl_1.default; } });
37
37
  var CardVisaXl_1 = require("./CardVisaXl");
38
38
  Object.defineProperty(exports, "CardVisaXl", { enumerable: true, get: function () { return CardVisaXl_1.default; } });
39
+ var CardAeXl_1 = require("./CardAeXl");
40
+ Object.defineProperty(exports, "CardAeXl", { enumerable: true, get: function () { return CardAeXl_1.default; } });
39
41
  var CheckInXl_1 = require("./CheckInXl");
40
42
  Object.defineProperty(exports, "CheckInXl", { enumerable: true, get: function () { return CheckInXl_1.default; } });
41
- var CartAddXl_1 = require("./CartAddXl");
42
- Object.defineProperty(exports, "CartAddXl", { enumerable: true, get: function () { return CartAddXl_1.default; } });
43
- var ClassificationXl_1 = require("./ClassificationXl");
44
- Object.defineProperty(exports, "ClassificationXl", { enumerable: true, get: function () { return ClassificationXl_1.default; } });
45
- var CheckXl_1 = require("./CheckXl");
46
- Object.defineProperty(exports, "CheckXl", { enumerable: true, get: function () { return CheckXl_1.default; } });
43
+ var CalendarXl_1 = require("./CalendarXl");
44
+ Object.defineProperty(exports, "CalendarXl", { enumerable: true, get: function () { return CalendarXl_1.default; } });
47
45
  var CheckOutXl_1 = require("./CheckOutXl");
48
46
  Object.defineProperty(exports, "CheckOutXl", { enumerable: true, get: function () { return CheckOutXl_1.default; } });
47
+ var ClassificationXl_1 = require("./ClassificationXl");
48
+ Object.defineProperty(exports, "ClassificationXl", { enumerable: true, get: function () { return ClassificationXl_1.default; } });
49
49
  var CouponXl_1 = require("./CouponXl");
50
50
  Object.defineProperty(exports, "CouponXl", { enumerable: true, get: function () { return CouponXl_1.default; } });
51
51
  var DiscountXl_1 = require("./DiscountXl");
52
52
  Object.defineProperty(exports, "DiscountXl", { enumerable: true, get: function () { return DiscountXl_1.default; } });
53
53
  var CupXl_1 = require("./CupXl");
54
54
  Object.defineProperty(exports, "CupXl", { enumerable: true, get: function () { return CupXl_1.default; } });
55
- var FileUpXl_1 = require("./FileUpXl");
56
- Object.defineProperty(exports, "FileUpXl", { enumerable: true, get: function () { return FileUpXl_1.default; } });
57
- var CompareXl_1 = require("./CompareXl");
58
- Object.defineProperty(exports, "CompareXl", { enumerable: true, get: function () { return CompareXl_1.default; } });
55
+ var EventXl_1 = require("./EventXl");
56
+ Object.defineProperty(exports, "EventXl", { enumerable: true, get: function () { return EventXl_1.default; } });
59
57
  var FileUrlXl_1 = require("./FileUrlXl");
60
58
  Object.defineProperty(exports, "FileUrlXl", { enumerable: true, get: function () { return FileUrlXl_1.default; } });
59
+ var FileUpXl_1 = require("./FileUpXl");
60
+ Object.defineProperty(exports, "FileUpXl", { enumerable: true, get: function () { return FileUpXl_1.default; } });
61
61
  var FileXl_1 = require("./FileXl");
62
62
  Object.defineProperty(exports, "FileXl", { enumerable: true, get: function () { return FileXl_1.default; } });
63
+ var FileZipXl_1 = require("./FileZipXl");
64
+ Object.defineProperty(exports, "FileZipXl", { enumerable: true, get: function () { return FileZipXl_1.default; } });
65
+ var CompareXl_1 = require("./CompareXl");
66
+ Object.defineProperty(exports, "CompareXl", { enumerable: true, get: function () { return CompareXl_1.default; } });
67
+ var CheckXl_1 = require("./CheckXl");
68
+ Object.defineProperty(exports, "CheckXl", { enumerable: true, get: function () { return CheckXl_1.default; } });
63
69
  var FirstRunXl_1 = require("./FirstRunXl");
64
70
  Object.defineProperty(exports, "FirstRunXl", { enumerable: true, get: function () { return FirstRunXl_1.default; } });
65
- var FolderCheckXl_1 = require("./FolderCheckXl");
66
- Object.defineProperty(exports, "FolderCheckXl", { enumerable: true, get: function () { return FolderCheckXl_1.default; } });
67
- var EventXl_1 = require("./EventXl");
68
- Object.defineProperty(exports, "EventXl", { enumerable: true, get: function () { return EventXl_1.default; } });
69
- var BillingXl_1 = require("./BillingXl");
70
- Object.defineProperty(exports, "BillingXl", { enumerable: true, get: function () { return BillingXl_1.default; } });
71
71
  var FolderStarXl_1 = require("./FolderStarXl");
72
72
  Object.defineProperty(exports, "FolderStarXl", { enumerable: true, get: function () { return FolderStarXl_1.default; } });
73
- var FormulaXl_1 = require("./FormulaXl");
74
- Object.defineProperty(exports, "FormulaXl", { enumerable: true, get: function () { return FormulaXl_1.default; } });
75
- var FileZipXl_1 = require("./FileZipXl");
76
- Object.defineProperty(exports, "FileZipXl", { enumerable: true, get: function () { return FileZipXl_1.default; } });
73
+ var FolderCheckXl_1 = require("./FolderCheckXl");
74
+ Object.defineProperty(exports, "FolderCheckXl", { enumerable: true, get: function () { return FolderCheckXl_1.default; } });
77
75
  var FolderUserXl_1 = require("./FolderUserXl");
78
76
  Object.defineProperty(exports, "FolderUserXl", { enumerable: true, get: function () { return FolderUserXl_1.default; } });
79
- var InfoXl_1 = require("./InfoXl");
80
- Object.defineProperty(exports, "InfoXl", { enumerable: true, get: function () { return InfoXl_1.default; } });
81
- var InboxNoResultsXl_1 = require("./InboxNoResultsXl");
82
- Object.defineProperty(exports, "InboxNoResultsXl", { enumerable: true, get: function () { return InboxNoResultsXl_1.default; } });
83
- var InsertObjectXl_1 = require("./InsertObjectXl");
84
- Object.defineProperty(exports, "InsertObjectXl", { enumerable: true, get: function () { return InsertObjectXl_1.default; } });
77
+ var FormXl_1 = require("./FormXl");
78
+ Object.defineProperty(exports, "FormXl", { enumerable: true, get: function () { return FormXl_1.default; } });
79
+ var FolderXl_1 = require("./FolderXl");
80
+ Object.defineProperty(exports, "FolderXl", { enumerable: true, get: function () { return FolderXl_1.default; } });
85
81
  var FunctionXl_1 = require("./FunctionXl");
86
82
  Object.defineProperty(exports, "FunctionXl", { enumerable: true, get: function () { return FunctionXl_1.default; } });
83
+ var FormulaXl_1 = require("./FormulaXl");
84
+ Object.defineProperty(exports, "FormulaXl", { enumerable: true, get: function () { return FormulaXl_1.default; } });
85
+ var InsertObjectXl_1 = require("./InsertObjectXl");
86
+ Object.defineProperty(exports, "InsertObjectXl", { enumerable: true, get: function () { return InsertObjectXl_1.default; } });
87
+ var InboxNoResultsXl_1 = require("./InboxNoResultsXl");
88
+ Object.defineProperty(exports, "InboxNoResultsXl", { enumerable: true, get: function () { return InboxNoResultsXl_1.default; } });
89
+ var InfoXl_1 = require("./InfoXl");
90
+ Object.defineProperty(exports, "InfoXl", { enumerable: true, get: function () { return InfoXl_1.default; } });
87
91
  var IntegrationsXl_1 = require("./IntegrationsXl");
88
92
  Object.defineProperty(exports, "IntegrationsXl", { enumerable: true, get: function () { return IntegrationsXl_1.default; } });
89
93
  var IntegrationXl_1 = require("./IntegrationXl");
90
94
  Object.defineProperty(exports, "IntegrationXl", { enumerable: true, get: function () { return IntegrationXl_1.default; } });
91
- var LaptopAiXl_1 = require("./LaptopAiXl");
92
- Object.defineProperty(exports, "LaptopAiXl", { enumerable: true, get: function () { return LaptopAiXl_1.default; } });
93
95
  var LaunchXl_1 = require("./LaunchXl");
94
96
  Object.defineProperty(exports, "LaunchXl", { enumerable: true, get: function () { return LaunchXl_1.default; } });
95
- var LaptopTargetXl_1 = require("./LaptopTargetXl");
96
- Object.defineProperty(exports, "LaptopTargetXl", { enumerable: true, get: function () { return LaptopTargetXl_1.default; } });
97
97
  var MessageXl_1 = require("./MessageXl");
98
98
  Object.defineProperty(exports, "MessageXl", { enumerable: true, get: function () { return MessageXl_1.default; } });
99
- var LoyalityBoostXl_1 = require("./LoyalityBoostXl");
100
- Object.defineProperty(exports, "LoyalityBoostXl", { enumerable: true, get: function () { return LoyalityBoostXl_1.default; } });
101
- var MobilePromotionXl_1 = require("./MobilePromotionXl");
102
- Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
103
- var MobileBannerXl_1 = require("./MobileBannerXl");
104
- Object.defineProperty(exports, "MobileBannerXl", { enumerable: true, get: function () { return MobileBannerXl_1.default; } });
99
+ var LaptopTargetXl_1 = require("./LaptopTargetXl");
100
+ Object.defineProperty(exports, "LaptopTargetXl", { enumerable: true, get: function () { return LaptopTargetXl_1.default; } });
105
101
  var MarketingAutomationXl_1 = require("./MarketingAutomationXl");
106
102
  Object.defineProperty(exports, "MarketingAutomationXl", { enumerable: true, get: function () { return MarketingAutomationXl_1.default; } });
107
- var MultivalueXl_1 = require("./MultivalueXl");
108
- Object.defineProperty(exports, "MultivalueXl", { enumerable: true, get: function () { return MultivalueXl_1.default; } });
109
- var NetworkFileXl_1 = require("./NetworkFileXl");
110
- Object.defineProperty(exports, "NetworkFileXl", { enumerable: true, get: function () { return NetworkFileXl_1.default; } });
103
+ var MobileBannerXl_1 = require("./MobileBannerXl");
104
+ Object.defineProperty(exports, "MobileBannerXl", { enumerable: true, get: function () { return MobileBannerXl_1.default; } });
105
+ var MobilePromotionXl_1 = require("./MobilePromotionXl");
106
+ Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
111
107
  var MobileStepsXl_1 = require("./MobileStepsXl");
112
108
  Object.defineProperty(exports, "MobileStepsXl", { enumerable: true, get: function () { return MobileStepsXl_1.default; } });
113
- var NoPermissionXl_1 = require("./NoPermissionXl");
114
- Object.defineProperty(exports, "NoPermissionXl", { enumerable: true, get: function () { return NoPermissionXl_1.default; } });
115
109
  var MobileUpdateXl_1 = require("./MobileUpdateXl");
116
110
  Object.defineProperty(exports, "MobileUpdateXl", { enumerable: true, get: function () { return MobileUpdateXl_1.default; } });
117
- var ProductsBundleXl_1 = require("./ProductsBundleXl");
118
- Object.defineProperty(exports, "ProductsBundleXl", { enumerable: true, get: function () { return ProductsBundleXl_1.default; } });
119
- var ProductsFeedXl_1 = require("./ProductsFeedXl");
120
- Object.defineProperty(exports, "ProductsFeedXl", { enumerable: true, get: function () { return ProductsFeedXl_1.default; } });
111
+ var NetworkFileXl_1 = require("./NetworkFileXl");
112
+ Object.defineProperty(exports, "NetworkFileXl", { enumerable: true, get: function () { return NetworkFileXl_1.default; } });
113
+ var NoPermissionXl_1 = require("./NoPermissionXl");
114
+ Object.defineProperty(exports, "NoPermissionXl", { enumerable: true, get: function () { return NoPermissionXl_1.default; } });
115
+ var LoyalityBoostXl_1 = require("./LoyalityBoostXl");
116
+ Object.defineProperty(exports, "LoyalityBoostXl", { enumerable: true, get: function () { return LoyalityBoostXl_1.default; } });
117
+ var MultivalueXl_1 = require("./MultivalueXl");
118
+ Object.defineProperty(exports, "MultivalueXl", { enumerable: true, get: function () { return MultivalueXl_1.default; } });
121
119
  var NotificationsEditXl_1 = require("./NotificationsEditXl");
122
120
  Object.defineProperty(exports, "NotificationsEditXl", { enumerable: true, get: function () { return NotificationsEditXl_1.default; } });
121
+ var ProductsBundleXl_1 = require("./ProductsBundleXl");
122
+ Object.defineProperty(exports, "ProductsBundleXl", { enumerable: true, get: function () { return ProductsBundleXl_1.default; } });
123
123
  var ProductsSimilarXl_1 = require("./ProductsSimilarXl");
124
124
  Object.defineProperty(exports, "ProductsSimilarXl", { enumerable: true, get: function () { return ProductsSimilarXl_1.default; } });
125
- var FormXl_1 = require("./FormXl");
126
- Object.defineProperty(exports, "FormXl", { enumerable: true, get: function () { return FormXl_1.default; } });
125
+ var ProductsFeedXl_1 = require("./ProductsFeedXl");
126
+ Object.defineProperty(exports, "ProductsFeedXl", { enumerable: true, get: function () { return ProductsFeedXl_1.default; } });
127
+ var ProductsLastSeenXl_1 = require("./ProductsLastSeenXl");
128
+ Object.defineProperty(exports, "ProductsLastSeenXl", { enumerable: true, get: function () { return ProductsLastSeenXl_1.default; } });
127
129
  var PushXl_1 = require("./PushXl");
128
130
  Object.defineProperty(exports, "PushXl", { enumerable: true, get: function () { return PushXl_1.default; } });
131
+ var RecentInteractionsXl_1 = require("./RecentInteractionsXl");
132
+ Object.defineProperty(exports, "RecentInteractionsXl", { enumerable: true, get: function () { return RecentInteractionsXl_1.default; } });
129
133
  var SearchNoResultsXl_1 = require("./SearchNoResultsXl");
130
134
  Object.defineProperty(exports, "SearchNoResultsXl", { enumerable: true, get: function () { return SearchNoResultsXl_1.default; } });
131
- var ProductsLastSeenXl_1 = require("./ProductsLastSeenXl");
132
- Object.defineProperty(exports, "ProductsLastSeenXl", { enumerable: true, get: function () { return ProductsLastSeenXl_1.default; } });
135
+ var ReggressionXl_1 = require("./ReggressionXl");
136
+ Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
133
137
  var SectionXl_1 = require("./SectionXl");
134
138
  Object.defineProperty(exports, "SectionXl", { enumerable: true, get: function () { return SectionXl_1.default; } });
135
- var SilentPushXl_1 = require("./SilentPushXl");
136
- Object.defineProperty(exports, "SilentPushXl", { enumerable: true, get: function () { return SilentPushXl_1.default; } });
137
139
  var ShowXl_1 = require("./ShowXl");
138
140
  Object.defineProperty(exports, "ShowXl", { enumerable: true, get: function () { return ShowXl_1.default; } });
139
- var RecentInteractionsXl_1 = require("./RecentInteractionsXl");
140
- Object.defineProperty(exports, "RecentInteractionsXl", { enumerable: true, get: function () { return RecentInteractionsXl_1.default; } });
141
- var ToolsXl_1 = require("./ToolsXl");
142
- Object.defineProperty(exports, "ToolsXl", { enumerable: true, get: function () { return ToolsXl_1.default; } });
141
+ var SilentPushXl_1 = require("./SilentPushXl");
142
+ Object.defineProperty(exports, "SilentPushXl", { enumerable: true, get: function () { return SilentPushXl_1.default; } });
143
143
  var UserCircleUpXl_1 = require("./UserCircleUpXl");
144
144
  Object.defineProperty(exports, "UserCircleUpXl", { enumerable: true, get: function () { return UserCircleUpXl_1.default; } });
145
- var UserCircleXl_1 = require("./UserCircleXl");
146
- Object.defineProperty(exports, "UserCircleXl", { enumerable: true, get: function () { return UserCircleXl_1.default; } });
147
145
  var VisualEditorStarXl_1 = require("./VisualEditorStarXl");
148
146
  Object.defineProperty(exports, "VisualEditorStarXl", { enumerable: true, get: function () { return VisualEditorStarXl_1.default; } });
149
- var VoucherXl_1 = require("./VoucherXl");
150
- Object.defineProperty(exports, "VoucherXl", { enumerable: true, get: function () { return VoucherXl_1.default; } });
151
147
  var VisualEditorXl_1 = require("./VisualEditorXl");
152
148
  Object.defineProperty(exports, "VisualEditorXl", { enumerable: true, get: function () { return VisualEditorXl_1.default; } });
149
+ var LaptopAiXl_1 = require("./LaptopAiXl");
150
+ Object.defineProperty(exports, "LaptopAiXl", { enumerable: true, get: function () { return LaptopAiXl_1.default; } });
151
+ var UserCircleXl_1 = require("./UserCircleXl");
152
+ Object.defineProperty(exports, "UserCircleXl", { enumerable: true, get: function () { return UserCircleXl_1.default; } });
153
153
  var UserIdXl_1 = require("./UserIdXl");
154
154
  Object.defineProperty(exports, "UserIdXl", { enumerable: true, get: function () { return UserIdXl_1.default; } });
155
- var WeblayerXl_1 = require("./WeblayerXl");
156
- Object.defineProperty(exports, "WeblayerXl", { enumerable: true, get: function () { return WeblayerXl_1.default; } });
157
- var ReggressionXl_1 = require("./ReggressionXl");
158
- Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
155
+ var VoucherXl_1 = require("./VoucherXl");
156
+ Object.defineProperty(exports, "VoucherXl", { enumerable: true, get: function () { return VoucherXl_1.default; } });
157
+ var ToolsXl_1 = require("./ToolsXl");
158
+ Object.defineProperty(exports, "ToolsXl", { enumerable: true, get: function () { return ToolsXl_1.default; } });
159
159
  var WebhookXl_1 = require("./WebhookXl");
160
160
  Object.defineProperty(exports, "WebhookXl", { enumerable: true, get: function () { return WebhookXl_1.default; } });
161
+ var WeblayerXl_1 = require("./WeblayerXl");
162
+ Object.defineProperty(exports, "WeblayerXl", { enumerable: true, get: function () { return WeblayerXl_1.default; } });
161
163
  var WarningXl_1 = require("./WarningXl");
162
164
  Object.defineProperty(exports, "WarningXl", { enumerable: true, get: function () { return WarningXl_1.default; } });
@@ -1,94 +1,94 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
- export { default as ActionOpenAppL } from './ActionOpenAppL';
3
- export { default as ActionUrlL } from './ActionUrlL';
4
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';
5
2
  export { default as ActionNoneL } from './ActionNoneL';
6
- export { default as AdCodeEditorL } from './AdCodeEditorL';
3
+ export { default as ActionUrlL } from './ActionUrlL';
4
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
7
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
8
7
  export { default as AdBannerL } from './AdBannerL';
9
8
  export { default as AdCartAiL } from './AdCartAiL';
9
+ export { default as AdCodeEditorL } from './AdCodeEditorL';
10
+ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
10
11
  export { default as AdCouponL } from './AdCouponL';
12
+ export { default as AdFadeInL } from './AdFadeInL';
13
+ export { default as AdDeeplinkingL } from './AdDeeplinkingL';
11
14
  export { default as AdFirstRunL } from './AdFirstRunL';
12
15
  export { default as AdFolderBasic } from './AdFolderBasic';
13
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
14
- export { default as AdComplementaryAiL } from './AdComplementaryAiL';
15
- export { default as AdDeeplinkingL } from './AdDeeplinkingL';
17
+ export { default as AdFolderS } from './AdFolderS';
18
+ export { default as AdFolderStarredS } from './AdFolderStarredS';
16
19
  export { default as AdFolderUser } from './AdFolderUser';
20
+ export { default as AdImageL } from './AdImageL';
17
21
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
18
- export { default as AdFadeInL } from './AdFadeInL';
19
22
  export { default as AdImgTextL } from './AdImgTextL';
20
- export { default as AdImageL } from './AdImageL';
21
- export { default as AdImportZip } from './AdImportZip';
22
- export { default as AdFolderStarredS } from './AdFolderStarredS';
23
- export { default as AdFolderS } from './AdFolderS';
24
- export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
25
23
  export { default as AdImportUrl } from './AdImportUrl';
24
+ export { default as AdImportZip } from './AdImportZip';
26
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
27
- export { default as AdOnLandingL } from './AdOnLandingL';
28
26
  export { default as AdLandL } from './AdLandL';
29
27
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
+ export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
29
+ export { default as AdOnLandingL } from './AdOnLandingL';
30
30
  export { default as AdOnExitL } from './AdOnExitL';
31
31
  export { default as AdOnboardingL } from './AdOnboardingL';
32
- export { default as AdOpenUrlL } from './AdOpenUrlL';
33
32
  export { default as AdOpenAppL } from './AdOpenAppL';
34
33
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
34
  export { default as AdPopL } from './AdPopL';
36
- export { default as AdSilentPushL } from './AdSilentPushL';
37
- export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
35
  export { default as AdPortraitL } from './AdPortraitL';
39
- export { default as AdShareLinkL } from './AdShareLinkL';
36
+ export { default as AdOpenUrlL } from './AdOpenUrlL';
40
37
  export { default as AdSimilarAiL } from './AdSimilarAiL';
38
+ export { default as AdShareLinkL } from './AdShareLinkL';
39
+ export { default as AdSilentPushL } from './AdSilentPushL';
41
40
  export { default as AdSimplePushL } from './AdSimplePushL';
42
- export { default as AdSlideDownL } from './AdSlideDownL';
43
41
  export { default as AdSlideLeftL } from './AdSlideLeftL';
44
- export { default as AdSlideRightL } from './AdSlideRightL';
45
- export { default as AdTempCodeS } from './AdTempCodeS';
46
- export { default as AdVisualAiL } from './AdVisualAiL';
47
- export { default as AdVisualEditorL } from './AdVisualEditorL';
48
- export { default as AdSlideUpL } from './AdSlideUpL';
49
- export { default as AdWalktroughL } from './AdWalktroughL';
50
42
  export { default as AdTextEditorL } from './AdTextEditorL';
51
43
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
44
+ export { default as AdVisualAiL } from './AdVisualAiL';
45
+ export { default as AdSlideDownL } from './AdSlideDownL';
46
+ export { default as AdVisualEditorL } from './AdVisualEditorL';
47
+ export { default as AdTempCodeS } from './AdTempCodeS';
52
48
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
53
- export { default as AdWebLayerL } from './AdWebLayerL';
49
+ export { default as AdWalktroughL } from './AdWalktroughL';
50
+ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
54
51
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
55
- export { default as AiCampaigns } from './AiCampaigns';
56
- export { default as ChartColumnL } from './ChartColumnL';
57
- export { default as ChartComboL } from './ChartComboL';
52
+ export { default as AdWebLayerL } from './AdWebLayerL';
58
53
  export { default as AudienceAnalytics } from './AudienceAnalytics';
59
- export { default as ChartDonutLineL } from './ChartDonutLineL';
54
+ export { default as AiCampaigns } from './AiCampaigns';
60
55
  export { default as BoostLoyalty } from './BoostLoyalty';
56
+ export { default as AdSlideUpL } from './AdSlideUpL';
61
57
  export { default as CartRecommendationXl } from './CartRecommendationXl';
62
- export { default as ChartTableL } from './ChartTableL';
58
+ export { default as ChartColumnL } from './ChartColumnL';
63
59
  export { default as ChartDonutL } from './ChartDonutL';
60
+ export { default as ChartComboL } from './ChartComboL';
61
+ export { default as ChartDonutLineL } from './ChartDonutLineL';
64
62
  export { default as ChartLineL } from './ChartLineL';
65
63
  export { default as ChartPieL } from './ChartPieL';
66
- export { default as FileImportL } from './FileImportL';
64
+ export { default as ChartTableL } from './ChartTableL';
67
65
  export { default as DateMultipleXl } from './DateMultipleXl';
68
66
  export { default as DateRecurringXl } from './DateRecurringXl';
67
+ export { default as FileImportL } from './FileImportL';
68
+ export { default as ImportCatalogsXl } from './ImportCatalogsXl';
69
+ export { default as AdSlideRightL } from './AdSlideRightL';
69
70
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
70
71
  export { default as ImportCustomXl } from './ImportCustomXl';
71
- export { default as DateOntimeXl } from './DateOntimeXl';
72
- export { default as ImportCatalogsXl } from './ImportCatalogsXl';
73
72
  export { default as ImportClientsXl } from './ImportClientsXl';
74
- export { default as ImportTransactionsXl } from './ImportTransactionsXl';
75
- export { default as ImportVouchersXl } from './ImportVouchersXl';
76
73
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
74
+ export { default as DateOntimeXl } from './DateOntimeXl';
77
75
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
78
- export { default as LayoutImageBgL } from './LayoutImageBgL';
76
+ export { default as ImportTransactionsXl } from './ImportTransactionsXl';
79
77
  export { default as ImportQuickXl } from './ImportQuickXl';
80
- export { default as LayoutMixedL } from './LayoutMixedL';
81
78
  export { default as LastSeenXl } from './LastSeenXl';
82
- export { default as MarketingAutomation } from './MarketingAutomation';
83
- export { default as MetricFormulaXl } from './MetricFormulaXl';
84
79
  export { default as Integration } from './Integration';
80
+ export { default as LayoutImageBgL } from './LayoutImageBgL';
81
+ export { default as ImportVouchersXl } from './ImportVouchersXl';
85
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
86
- export { default as MetricSimpleXl } from './MetricSimpleXl';
87
83
  export { default as LayoutTextL } from './LayoutTextL';
88
- export { default as ReportPreparedXl } from './ReportPreparedXl';
84
+ export { default as MarketingAutomation } from './MarketingAutomation';
85
+ export { default as MetricFormulaXl } from './MetricFormulaXl';
86
+ export { default as MetricSimpleXl } from './MetricSimpleXl';
87
+ export { default as LayoutMixedL } from './LayoutMixedL';
89
88
  export { default as MobileHandbillXl } from './MobileHandbillXl';
90
89
  export { default as OtherIdeas } from './OtherIdeas';
91
90
  export { default as PushImportL } from './PushImportL';
91
+ export { default as ReportPreparedXl } from './ReportPreparedXl';
92
+ export { default as UnderstandCustomer } from './UnderstandCustomer';
92
93
  export { default as TopProductsXl } from './TopProductsXl';
93
94
  export { default as TargetedCampaigns } from './TargetedCampaigns';
94
- export { default as UnderstandCustomer } from './UnderstandCustomer';