@synerise/ds-icon 0.67.0 → 0.68.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 (107) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/cjs/icons/L/index.d.ts +25 -25
  3. package/dist/cjs/icons/L/index.js +52 -52
  4. package/dist/cjs/icons/XL/index.d.ts +33 -33
  5. package/dist/cjs/icons/XL/index.js +68 -68
  6. package/dist/cjs/icons/additional/index.d.ts +37 -37
  7. package/dist/cjs/icons/additional/index.js +76 -76
  8. package/dist/cjs/icons/colorIcons/ABtestColor.d.ts +3 -0
  9. package/dist/cjs/icons/colorIcons/{ABtest.js → ABtestColor.js} +2 -2
  10. package/dist/cjs/icons/colorIcons/CreatingFromScratchColor.d.ts +3 -0
  11. package/dist/cjs/icons/colorIcons/{CreatingFromScratch.js → CreatingFromScratchColor.js} +2 -2
  12. package/dist/cjs/icons/colorIcons/FormulaColor.d.ts +3 -0
  13. package/dist/cjs/icons/colorIcons/{Formula.js → FormulaColor.js} +2 -2
  14. package/dist/cjs/icons/colorIcons/FunnelColor.d.ts +3 -0
  15. package/dist/cjs/icons/colorIcons/{Funnel.js → FunnelColor.js} +2 -2
  16. package/dist/cjs/icons/colorIcons/IntegrationColor.d.ts +3 -0
  17. package/dist/cjs/icons/colorIcons/{Integration.js → IntegrationColor.js} +2 -2
  18. package/dist/cjs/icons/colorIcons/PredefinedColor.d.ts +3 -0
  19. package/dist/cjs/icons/colorIcons/{Predefined.js → PredefinedColor.js} +2 -2
  20. package/dist/cjs/icons/colorIcons/ProductBundleColor.d.ts +3 -0
  21. package/dist/cjs/icons/colorIcons/{ProductBundle.js → ProductBundleColor.js} +2 -2
  22. package/dist/cjs/icons/colorIcons/ProductLastSeenColor.d.ts +3 -0
  23. package/dist/cjs/icons/colorIcons/{ProductLastSeen.js → ProductLastSeenColor.js} +2 -2
  24. package/dist/cjs/icons/colorIcons/ProductsSimilarColor.d.ts +3 -0
  25. package/dist/cjs/icons/colorIcons/{ProductsSimilar.js → ProductsSimilarColor.js} +2 -2
  26. package/dist/cjs/icons/colorIcons/QueryDetailsColor.d.ts +3 -0
  27. package/dist/cjs/icons/colorIcons/QueryDetailsColor.js +9 -0
  28. package/dist/cjs/icons/colorIcons/ScoreColor.d.ts +3 -0
  29. package/dist/cjs/icons/colorIcons/ScoreColor.js +7 -0
  30. package/dist/cjs/icons/colorIcons/ShopingBagColor.d.ts +3 -0
  31. package/dist/cjs/icons/colorIcons/{ShopingBag.js → ShopingBagColor.js} +2 -2
  32. package/dist/cjs/icons/colorIcons/UserColor.d.ts +3 -0
  33. package/dist/cjs/icons/colorIcons/{User.js → UserColor.js} +2 -2
  34. package/dist/cjs/icons/colorIcons/VisualSimilarityColor.d.ts +3 -0
  35. package/dist/cjs/icons/colorIcons/{VisualSimilarity.js → VisualSimilarityColor.js} +2 -2
  36. package/dist/cjs/icons/colorIcons/index.d.ts +14 -12
  37. package/dist/cjs/icons/colorIcons/index.js +29 -25
  38. package/dist/cjs/icons/index.d.ts +324 -324
  39. package/dist/cjs/icons/index.js +666 -666
  40. package/dist/cjs/index.d.ts +1 -0
  41. package/dist/cjs/index.js +1 -0
  42. package/dist/esm/icons/L/index.d.ts +25 -25
  43. package/dist/esm/icons/L/index.js +25 -25
  44. package/dist/esm/icons/XL/index.d.ts +33 -33
  45. package/dist/esm/icons/XL/index.js +33 -33
  46. package/dist/esm/icons/additional/index.d.ts +37 -37
  47. package/dist/esm/icons/additional/index.js +37 -37
  48. package/dist/esm/icons/colorIcons/ABtestColor.d.ts +3 -0
  49. package/dist/esm/icons/colorIcons/{ABtest.js → ABtestColor.js} +2 -2
  50. package/dist/esm/icons/colorIcons/CreatingFromScratchColor.d.ts +3 -0
  51. package/dist/esm/icons/colorIcons/{CreatingFromScratch.js → CreatingFromScratchColor.js} +2 -2
  52. package/dist/esm/icons/colorIcons/FormulaColor.d.ts +3 -0
  53. package/dist/esm/icons/colorIcons/{Formula.js → FormulaColor.js} +2 -2
  54. package/dist/esm/icons/colorIcons/FunnelColor.d.ts +3 -0
  55. package/dist/esm/icons/colorIcons/{Funnel.js → FunnelColor.js} +2 -2
  56. package/dist/esm/icons/colorIcons/IntegrationColor.d.ts +3 -0
  57. package/dist/esm/icons/colorIcons/{Integration.js → IntegrationColor.js} +2 -2
  58. package/dist/esm/icons/colorIcons/PredefinedColor.d.ts +3 -0
  59. package/dist/esm/icons/colorIcons/{Predefined.js → PredefinedColor.js} +2 -2
  60. package/dist/esm/icons/colorIcons/ProductBundleColor.d.ts +3 -0
  61. package/dist/esm/icons/colorIcons/{ProductBundle.js → ProductBundleColor.js} +2 -2
  62. package/dist/esm/icons/colorIcons/ProductLastSeenColor.d.ts +3 -0
  63. package/dist/esm/icons/colorIcons/{ProductLastSeen.js → ProductLastSeenColor.js} +2 -2
  64. package/dist/esm/icons/colorIcons/ProductsSimilarColor.d.ts +3 -0
  65. package/dist/esm/icons/colorIcons/ProductsSimilarColor.js +5 -0
  66. package/dist/esm/icons/colorIcons/QueryDetailsColor.d.ts +3 -0
  67. package/dist/esm/icons/colorIcons/QueryDetailsColor.js +7 -0
  68. package/dist/esm/icons/colorIcons/ScoreColor.d.ts +3 -0
  69. package/dist/esm/icons/colorIcons/ScoreColor.js +5 -0
  70. package/dist/esm/icons/colorIcons/ShopingBagColor.d.ts +3 -0
  71. package/dist/esm/icons/colorIcons/{ShopingBag.js → ShopingBagColor.js} +2 -2
  72. package/dist/esm/icons/colorIcons/UserColor.d.ts +3 -0
  73. package/dist/esm/icons/colorIcons/{User.js → UserColor.js} +2 -2
  74. package/dist/esm/icons/colorIcons/VisualSimilarityColor.d.ts +3 -0
  75. package/dist/esm/icons/colorIcons/{VisualSimilarity.js → VisualSimilarityColor.js} +2 -2
  76. package/dist/esm/icons/colorIcons/index.d.ts +14 -12
  77. package/dist/esm/icons/colorIcons/index.js +14 -12
  78. package/dist/esm/icons/index.d.ts +324 -324
  79. package/dist/esm/icons/index.js +324 -324
  80. package/dist/esm/index.d.ts +1 -0
  81. package/dist/esm/index.js +1 -0
  82. package/package.json +2 -2
  83. package/dist/cjs/icons/colorIcons/ABtest.d.ts +0 -3
  84. package/dist/cjs/icons/colorIcons/CreatingFromScratch.d.ts +0 -3
  85. package/dist/cjs/icons/colorIcons/Formula.d.ts +0 -3
  86. package/dist/cjs/icons/colorIcons/Funnel.d.ts +0 -3
  87. package/dist/cjs/icons/colorIcons/Integration.d.ts +0 -3
  88. package/dist/cjs/icons/colorIcons/Predefined.d.ts +0 -3
  89. package/dist/cjs/icons/colorIcons/ProductBundle.d.ts +0 -3
  90. package/dist/cjs/icons/colorIcons/ProductLastSeen.d.ts +0 -3
  91. package/dist/cjs/icons/colorIcons/ProductsSimilar.d.ts +0 -3
  92. package/dist/cjs/icons/colorIcons/ShopingBag.d.ts +0 -3
  93. package/dist/cjs/icons/colorIcons/User.d.ts +0 -3
  94. package/dist/cjs/icons/colorIcons/VisualSimilarity.d.ts +0 -3
  95. package/dist/esm/icons/colorIcons/ABtest.d.ts +0 -3
  96. package/dist/esm/icons/colorIcons/CreatingFromScratch.d.ts +0 -3
  97. package/dist/esm/icons/colorIcons/Formula.d.ts +0 -3
  98. package/dist/esm/icons/colorIcons/Funnel.d.ts +0 -3
  99. package/dist/esm/icons/colorIcons/Integration.d.ts +0 -3
  100. package/dist/esm/icons/colorIcons/Predefined.d.ts +0 -3
  101. package/dist/esm/icons/colorIcons/ProductBundle.d.ts +0 -3
  102. package/dist/esm/icons/colorIcons/ProductLastSeen.d.ts +0 -3
  103. package/dist/esm/icons/colorIcons/ProductsSimilar.d.ts +0 -3
  104. package/dist/esm/icons/colorIcons/ProductsSimilar.js +0 -5
  105. package/dist/esm/icons/colorIcons/ShopingBag.d.ts +0 -3
  106. package/dist/esm/icons/colorIcons/User.d.ts +0 -3
  107. package/dist/esm/icons/colorIcons/VisualSimilarity.d.ts +0 -3
@@ -3,5 +3,6 @@ export * from './Icon.types';
3
3
  export * from './Icon.styles';
4
4
  export * from './icons';
5
5
  export * from './icons/L';
6
+ export * from './icons/colorIcons';
6
7
  export * from './icons/XL';
7
8
  export * from './icons/additional';
package/dist/cjs/index.js CHANGED
@@ -8,6 +8,7 @@ tslib_1.__exportStar(require("./Icon.types"), exports);
8
8
  tslib_1.__exportStar(require("./Icon.styles"), exports);
9
9
  tslib_1.__exportStar(require("./icons"), exports);
10
10
  tslib_1.__exportStar(require("./icons/L"), exports);
11
+ tslib_1.__exportStar(require("./icons/colorIcons"), exports);
11
12
  tslib_1.__exportStar(require("./icons/XL"), exports);
12
13
  // Some of this icons are duplicated in XL folder, consider removing it before uploading new version
13
14
  tslib_1.__exportStar(require("./icons/additional"), exports);
@@ -1,68 +1,68 @@
1
- export { default as ButtonL } from './ButtonL';
2
1
  export { default as AddL } from './AddL';
3
2
  export { default as BrowserL } from './BrowserL';
4
- export { default as ButtonSubmitL } from './ButtonSubmitL';
3
+ export { default as ButtonL } from './ButtonL';
5
4
  export { default as CheckL } from './CheckL';
6
- export { default as CloseL } from './CloseL';
5
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
7
6
  export { default as CheckboxL } from './CheckboxL';
7
+ export { default as CloseL } from './CloseL';
8
8
  export { default as ColumnL } from './ColumnL';
9
9
  export { default as CountdownL } from './CountdownL';
10
- export { default as FileTypePictureL } from './FileTypePictureL';
11
10
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
12
11
  export { default as DividerL } from './DividerL';
12
+ export { default as FolderL } from './FolderL';
13
+ export { default as ComboL } from './ComboL';
13
14
  export { default as FolderPlainL } from './FolderPlainL';
14
- export { default as FormEditL } from './FormEditL';
15
15
  export { default as FolderPredefinedL } from './FolderPredefinedL';
16
- export { default as FolderL } from './FolderL';
16
+ export { default as FormEditL } from './FormEditL';
17
17
  export { default as FormL } from './FormL';
18
+ export { default as FormGroupL } from './FormGroupL';
18
19
  export { default as HashL } from './HashL';
19
20
  export { default as ImageL } from './ImageL';
20
- export { default as FormGroupL } from './FormGroupL';
21
+ export { default as ImageLandscapeL } from './ImageLandscapeL';
21
22
  export { default as ImagePotraitL } from './ImagePotraitL';
22
23
  export { default as ImageUrlL } from './ImageUrlL';
23
24
  export { default as InboxNoResultsL } from './InboxNoResultsL';
24
25
  export { default as InfoL } from './InfoL';
26
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
25
27
  export { default as InputL } from './InputL';
26
- export { default as LandingPageL } from './LandingPageL';
27
28
  export { default as LabelL } from './LabelL';
28
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
29
- export { default as LineL } from './LineL';
29
+ export { default as LandingPageL } from './LandingPageL';
30
30
  export { default as LinkL } from './LinkL';
31
31
  export { default as LocationL } from './LocationL';
32
- export { default as ImageLandscapeL } from './ImageLandscapeL';
32
+ export { default as LineL } from './LineL';
33
33
  export { default as MobileBlockL } from './MobileBlockL';
34
- export { default as MobileClickL } from './MobileClickL';
35
- export { default as MobileLayout2L } from './MobileLayout2L';
36
34
  export { default as MobileLayout1L } from './MobileLayout1L';
35
+ export { default as MobileLayout2L } from './MobileLayout2L';
36
+ export { default as MobileClickL } from './MobileClickL';
37
37
  export { default as MobileLayout3L } from './MobileLayout3L';
38
38
  export { default as MobileLayout4L } from './MobileLayout4L';
39
39
  export { default as MobileUrlL } from './MobileUrlL';
40
+ export { default as MobileLinkL } from './MobileLinkL';
40
41
  export { default as MultilineL } from './MultilineL';
41
42
  export { default as NavbarL } from './NavbarL';
42
- export { default as MobileLinkL } from './MobileLinkL';
43
+ export { default as NoPermissionL } from './NoPermissionL';
43
44
  export { default as NoData } from './NoData';
44
- export { default as QuoteL } from './QuoteL';
45
45
  export { default as PieL } from './PieL';
46
- export { default as RelationManyManyL } from './RelationManyManyL';
47
- export { default as NoPermissionL } from './NoPermissionL';
48
- export { default as RelationOneManyL } from './RelationOneManyL';
49
- export { default as RelationManyOneL } from './RelationManyOneL';
50
46
  export { default as RadioL } from './RadioL';
51
- export { default as ComboL } from './ComboL';
47
+ export { default as QuoteL } from './QuoteL';
48
+ export { default as RelationManyOneL } from './RelationManyOneL';
49
+ export { default as RelationOneManyL } from './RelationOneManyL';
50
+ export { default as RelationManyManyL } from './RelationManyManyL';
52
51
  export { default as RelationOneOneL } from './RelationOneOneL';
53
52
  export { default as SearchNoResultsL } from './SearchNoResultsL';
54
- export { default as Section37L } from './Section37L';
55
- export { default as Section13L } from './Section13L';
56
53
  export { default as Section12L } from './Section12L';
57
54
  export { default as SectionL } from './SectionL';
55
+ export { default as Section13L } from './Section13L';
56
+ export { default as Section37L } from './Section37L';
58
57
  export { default as SelectL } from './SelectL';
59
- export { default as SliderL } from './SliderL';
60
58
  export { default as ShowL } from './ShowL';
61
59
  export { default as SpinnerL } from './SpinnerL';
62
- export { default as StackedL } from './StackedL';
60
+ export { default as SliderL } from './SliderL';
63
61
  export { default as TableL } from './TableL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TextL } from './TextL';
65
- export { default as TextareaL } from './TextareaL';
66
64
  export { default as VideoL } from './VideoL';
65
+ export { default as TextareaL } from './TextareaL';
67
66
  export { default as TooltipL } from './TooltipL';
68
67
  export { default as WarningL } from './WarningL';
68
+ export { default as FileTypePictureL } from './FileTypePictureL';
@@ -1,68 +1,68 @@
1
- export { default as ButtonL } from './ButtonL';
2
1
  export { default as AddL } from './AddL';
3
2
  export { default as BrowserL } from './BrowserL';
4
- export { default as ButtonSubmitL } from './ButtonSubmitL';
3
+ export { default as ButtonL } from './ButtonL';
5
4
  export { default as CheckL } from './CheckL';
6
- export { default as CloseL } from './CloseL';
5
+ export { default as ButtonSubmitL } from './ButtonSubmitL';
7
6
  export { default as CheckboxL } from './CheckboxL';
7
+ export { default as CloseL } from './CloseL';
8
8
  export { default as ColumnL } from './ColumnL';
9
9
  export { default as CountdownL } from './CountdownL';
10
- export { default as FileTypePictureL } from './FileTypePictureL';
11
10
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
12
11
  export { default as DividerL } from './DividerL';
12
+ export { default as FolderL } from './FolderL';
13
+ export { default as ComboL } from './ComboL';
13
14
  export { default as FolderPlainL } from './FolderPlainL';
14
- export { default as FormEditL } from './FormEditL';
15
15
  export { default as FolderPredefinedL } from './FolderPredefinedL';
16
- export { default as FolderL } from './FolderL';
16
+ export { default as FormEditL } from './FormEditL';
17
17
  export { default as FormL } from './FormL';
18
+ export { default as FormGroupL } from './FormGroupL';
18
19
  export { default as HashL } from './HashL';
19
20
  export { default as ImageL } from './ImageL';
20
- export { default as FormGroupL } from './FormGroupL';
21
+ export { default as ImageLandscapeL } from './ImageLandscapeL';
21
22
  export { default as ImagePotraitL } from './ImagePotraitL';
22
23
  export { default as ImageUrlL } from './ImageUrlL';
23
24
  export { default as InboxNoResultsL } from './InboxNoResultsL';
24
25
  export { default as InfoL } from './InfoL';
26
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
25
27
  export { default as InputL } from './InputL';
26
- export { default as LandingPageL } from './LandingPageL';
27
28
  export { default as LabelL } from './LabelL';
28
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
29
- export { default as LineL } from './LineL';
29
+ export { default as LandingPageL } from './LandingPageL';
30
30
  export { default as LinkL } from './LinkL';
31
31
  export { default as LocationL } from './LocationL';
32
- export { default as ImageLandscapeL } from './ImageLandscapeL';
32
+ export { default as LineL } from './LineL';
33
33
  export { default as MobileBlockL } from './MobileBlockL';
34
- export { default as MobileClickL } from './MobileClickL';
35
- export { default as MobileLayout2L } from './MobileLayout2L';
36
34
  export { default as MobileLayout1L } from './MobileLayout1L';
35
+ export { default as MobileLayout2L } from './MobileLayout2L';
36
+ export { default as MobileClickL } from './MobileClickL';
37
37
  export { default as MobileLayout3L } from './MobileLayout3L';
38
38
  export { default as MobileLayout4L } from './MobileLayout4L';
39
39
  export { default as MobileUrlL } from './MobileUrlL';
40
+ export { default as MobileLinkL } from './MobileLinkL';
40
41
  export { default as MultilineL } from './MultilineL';
41
42
  export { default as NavbarL } from './NavbarL';
42
- export { default as MobileLinkL } from './MobileLinkL';
43
+ export { default as NoPermissionL } from './NoPermissionL';
43
44
  export { default as NoData } from './NoData';
44
- export { default as QuoteL } from './QuoteL';
45
45
  export { default as PieL } from './PieL';
46
- export { default as RelationManyManyL } from './RelationManyManyL';
47
- export { default as NoPermissionL } from './NoPermissionL';
48
- export { default as RelationOneManyL } from './RelationOneManyL';
49
- export { default as RelationManyOneL } from './RelationManyOneL';
50
46
  export { default as RadioL } from './RadioL';
51
- export { default as ComboL } from './ComboL';
47
+ export { default as QuoteL } from './QuoteL';
48
+ export { default as RelationManyOneL } from './RelationManyOneL';
49
+ export { default as RelationOneManyL } from './RelationOneManyL';
50
+ export { default as RelationManyManyL } from './RelationManyManyL';
52
51
  export { default as RelationOneOneL } from './RelationOneOneL';
53
52
  export { default as SearchNoResultsL } from './SearchNoResultsL';
54
- export { default as Section37L } from './Section37L';
55
- export { default as Section13L } from './Section13L';
56
53
  export { default as Section12L } from './Section12L';
57
54
  export { default as SectionL } from './SectionL';
55
+ export { default as Section13L } from './Section13L';
56
+ export { default as Section37L } from './Section37L';
58
57
  export { default as SelectL } from './SelectL';
59
- export { default as SliderL } from './SliderL';
60
58
  export { default as ShowL } from './ShowL';
61
59
  export { default as SpinnerL } from './SpinnerL';
62
- export { default as StackedL } from './StackedL';
60
+ export { default as SliderL } from './SliderL';
63
61
  export { default as TableL } from './TableL';
62
+ export { default as StackedL } from './StackedL';
64
63
  export { default as TextL } from './TextL';
65
- export { default as TextareaL } from './TextareaL';
66
64
  export { default as VideoL } from './VideoL';
65
+ export { default as TextareaL } from './TextareaL';
67
66
  export { default as TooltipL } from './TooltipL';
68
67
  export { default as WarningL } from './WarningL';
68
+ export { default as FileTypePictureL } from './FileTypePictureL';
@@ -1,90 +1,90 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
- export { default as AttributeXl } from './AttributeXl';
5
- export { default as AfterEventXl } from './AfterEventXl';
6
4
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
- export { default as BasicBuilderXl } from './BasicBuilderXl';
5
+ export { default as AttributeXl } from './AttributeXl';
8
6
  export { default as BasketCheckXl } from './BasketCheckXl';
7
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
9
8
  export { default as BeforeEventXl } from './BeforeEventXl';
10
9
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
10
  export { default as BillingXl } from './BillingXl';
12
- export { default as BrowserCodeXl } from './BrowserCodeXl';
13
11
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as BulbEditXl } from './BulbEditXl';
12
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
15
13
  export { default as BrowserScrollXl } from './BrowserScrollXl';
16
14
  export { default as CalculatorXl } from './CalculatorXl';
17
15
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
- export { default as CalendarIntervalXl } from './CalendarIntervalXl';
19
16
  export { default as CalendarXl } from './CalendarXl';
20
- export { default as CardAeXl } from './CardAeXl';
21
- export { default as CartAddXl } from './CartAddXl';
17
+ export { default as BulbEditXl } from './BulbEditXl';
18
+ export { default as CalendarIntervalXl } from './CalendarIntervalXl';
22
19
  export { default as CardVisaXl } from './CardVisaXl';
20
+ export { default as CartAddXl } from './CartAddXl';
23
21
  export { default as CheckInXl } from './CheckInXl';
24
- export { default as CheckXl } from './CheckXl';
22
+ export { default as CardAeXl } from './CardAeXl';
25
23
  export { default as ClassificationXl } from './ClassificationXl';
24
+ export { default as CheckXl } from './CheckXl';
26
25
  export { default as CheckOutXl } from './CheckOutXl';
27
26
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
27
+ export { default as CompareXl } from './CompareXl';
28
28
  export { default as CloneNodesXl } from './CloneNodesXl';
29
29
  export { default as CouponXl } from './CouponXl';
30
30
  export { default as CupXl } from './CupXl';
31
- export { default as CompareXl } from './CompareXl';
32
31
  export { default as DiscountXl } from './DiscountXl';
33
- export { default as EventXl } from './EventXl';
34
- export { default as FileUrlXl } from './FileUrlXl';
35
32
  export { default as FileUpXl } from './FileUpXl';
33
+ export { default as EventXl } from './EventXl';
36
34
  export { default as FileXl } from './FileXl';
37
- export { default as FirstRunXl } from './FirstRunXl';
35
+ export { default as FileUrlXl } from './FileUrlXl';
38
36
  export { default as FileZipXl } from './FileZipXl';
37
+ export { default as FirstRunXl } from './FirstRunXl';
39
38
  export { default as FolderCheckXl } from './FolderCheckXl';
40
39
  export { default as FolderStarXl } from './FolderStarXl';
41
40
  export { default as FolderUserXl } from './FolderUserXl';
42
41
  export { default as FolderXl } from './FolderXl';
43
- export { default as FormulaXl } from './FormulaXl';
44
42
  export { default as FunctionXl } from './FunctionXl';
45
- export { default as InfoXl } from './InfoXl';
46
43
  export { default as FormXl } from './FormXl';
47
- export { default as InsertObjectXl } from './InsertObjectXl';
48
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
49
44
  export { default as GemsXl } from './GemsXl';
45
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
+ export { default as InfoXl } from './InfoXl';
50
47
  export { default as IntegrationXl } from './IntegrationXl';
51
- export { default as LaptopTargetXl } from './LaptopTargetXl';
52
- export { default as LaptopAiXl } from './LaptopAiXl';
48
+ export { default as InsertObjectXl } from './InsertObjectXl';
53
49
  export { default as IntegrationsXl } from './IntegrationsXl';
50
+ export { default as LaptopAiXl } from './LaptopAiXl';
51
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
54
52
  export { default as LaunchXl } from './LaunchXl';
55
53
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
56
- export { default as MobileBannerXl } from './MobileBannerXl';
57
54
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
55
+ export { default as MobileBannerXl } from './MobileBannerXl';
58
56
  export { default as MessageXl } from './MessageXl';
59
57
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
+ export { default as MobileStepsXl } from './MobileStepsXl';
60
59
  export { default as MultivalueXl } from './MultivalueXl';
61
60
  export { default as NetworkFileXl } from './NetworkFileXl';
62
- export { default as MobileStepsXl } from './MobileStepsXl';
61
+ export { default as FormulaXl } from './FormulaXl';
63
62
  export { default as MobileUpdateXl } from './MobileUpdateXl';
64
63
  export { default as NoPermissionXl } from './NoPermissionXl';
65
- export { default as ProductsBundleXl } from './ProductsBundleXl';
66
- export { default as ProductsFeedXl } from './ProductsFeedXl';
67
64
  export { default as NotificationsEditXl } from './NotificationsEditXl';
68
- export { default as PushXl } from './PushXl';
65
+ export { default as AfterEventXl } from './AfterEventXl';
66
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
67
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
68
+ export { default as PushXl } from './PushXl';
70
69
  export { default as ReggressionXl } from './ReggressionXl';
71
70
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
71
  export { default as SearchHybridXl } from './SearchHybridXl';
73
72
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
74
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
75
73
  export { default as SearchSemanticXl } from './SearchSemanticXl';
74
+ export { default as SectionXl } from './SectionXl';
75
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
76
  export { default as ShowXl } from './ShowXl';
77
77
  export { default as SilentPushXl } from './SilentPushXl';
78
- export { default as SectionXl } from './SectionXl';
79
- export { default as SmsXl } from './SmsXl';
80
- export { default as ToolsXl } from './ToolsXl';
78
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
81
79
  export { default as UserCircleUpXl } from './UserCircleUpXl';
82
- export { default as UserIdXl } from './UserIdXl';
80
+ export { default as ToolsXl } from './ToolsXl';
83
81
  export { default as UserCircleXl } from './UserCircleXl';
84
- export { default as VisualEditorXl } from './VisualEditorXl';
85
- export { default as VoucherXl } from './VoucherXl';
82
+ export { default as SmsXl } from './SmsXl';
83
+ export { default as UserIdXl } from './UserIdXl';
86
84
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
85
+ export { default as VisualEditorXl } from './VisualEditorXl';
87
86
  export { default as WarningXl } from './WarningXl';
88
- export { default as WeblayerXl } from './WeblayerXl';
87
+ export { default as VoucherXl } from './VoucherXl';
89
88
  export { default as WebhookXl } from './WebhookXl';
90
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
89
+ export { default as WeblayerXl } from './WeblayerXl';
90
+ export { default as ProductsFeedXl } from './ProductsFeedXl';
@@ -1,90 +1,90 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
- export { default as AttributeXl } from './AttributeXl';
5
- export { default as AfterEventXl } from './AfterEventXl';
6
4
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
7
- export { default as BasicBuilderXl } from './BasicBuilderXl';
5
+ export { default as AttributeXl } from './AttributeXl';
8
6
  export { default as BasketCheckXl } from './BasketCheckXl';
7
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
9
8
  export { default as BeforeEventXl } from './BeforeEventXl';
10
9
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
10
  export { default as BillingXl } from './BillingXl';
12
- export { default as BrowserCodeXl } from './BrowserCodeXl';
13
11
  export { default as BrowserLandingXl } from './BrowserLandingXl';
14
- export { default as BulbEditXl } from './BulbEditXl';
12
+ export { default as BrowserCodeXl } from './BrowserCodeXl';
15
13
  export { default as BrowserScrollXl } from './BrowserScrollXl';
16
14
  export { default as CalculatorXl } from './CalculatorXl';
17
15
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
- export { default as CalendarIntervalXl } from './CalendarIntervalXl';
19
16
  export { default as CalendarXl } from './CalendarXl';
20
- export { default as CardAeXl } from './CardAeXl';
21
- export { default as CartAddXl } from './CartAddXl';
17
+ export { default as BulbEditXl } from './BulbEditXl';
18
+ export { default as CalendarIntervalXl } from './CalendarIntervalXl';
22
19
  export { default as CardVisaXl } from './CardVisaXl';
20
+ export { default as CartAddXl } from './CartAddXl';
23
21
  export { default as CheckInXl } from './CheckInXl';
24
- export { default as CheckXl } from './CheckXl';
22
+ export { default as CardAeXl } from './CardAeXl';
25
23
  export { default as ClassificationXl } from './ClassificationXl';
24
+ export { default as CheckXl } from './CheckXl';
26
25
  export { default as CheckOutXl } from './CheckOutXl';
27
26
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
27
+ export { default as CompareXl } from './CompareXl';
28
28
  export { default as CloneNodesXl } from './CloneNodesXl';
29
29
  export { default as CouponXl } from './CouponXl';
30
30
  export { default as CupXl } from './CupXl';
31
- export { default as CompareXl } from './CompareXl';
32
31
  export { default as DiscountXl } from './DiscountXl';
33
- export { default as EventXl } from './EventXl';
34
- export { default as FileUrlXl } from './FileUrlXl';
35
32
  export { default as FileUpXl } from './FileUpXl';
33
+ export { default as EventXl } from './EventXl';
36
34
  export { default as FileXl } from './FileXl';
37
- export { default as FirstRunXl } from './FirstRunXl';
35
+ export { default as FileUrlXl } from './FileUrlXl';
38
36
  export { default as FileZipXl } from './FileZipXl';
37
+ export { default as FirstRunXl } from './FirstRunXl';
39
38
  export { default as FolderCheckXl } from './FolderCheckXl';
40
39
  export { default as FolderStarXl } from './FolderStarXl';
41
40
  export { default as FolderUserXl } from './FolderUserXl';
42
41
  export { default as FolderXl } from './FolderXl';
43
- export { default as FormulaXl } from './FormulaXl';
44
42
  export { default as FunctionXl } from './FunctionXl';
45
- export { default as InfoXl } from './InfoXl';
46
43
  export { default as FormXl } from './FormXl';
47
- export { default as InsertObjectXl } from './InsertObjectXl';
48
- export { default as InboxNoResultsXl } from './InboxNoResultsXl';
49
44
  export { default as GemsXl } from './GemsXl';
45
+ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
+ export { default as InfoXl } from './InfoXl';
50
47
  export { default as IntegrationXl } from './IntegrationXl';
51
- export { default as LaptopTargetXl } from './LaptopTargetXl';
52
- export { default as LaptopAiXl } from './LaptopAiXl';
48
+ export { default as InsertObjectXl } from './InsertObjectXl';
53
49
  export { default as IntegrationsXl } from './IntegrationsXl';
50
+ export { default as LaptopAiXl } from './LaptopAiXl';
51
+ export { default as LaptopTargetXl } from './LaptopTargetXl';
54
52
  export { default as LaunchXl } from './LaunchXl';
55
53
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
56
- export { default as MobileBannerXl } from './MobileBannerXl';
57
54
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
55
+ export { default as MobileBannerXl } from './MobileBannerXl';
58
56
  export { default as MessageXl } from './MessageXl';
59
57
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
+ export { default as MobileStepsXl } from './MobileStepsXl';
60
59
  export { default as MultivalueXl } from './MultivalueXl';
61
60
  export { default as NetworkFileXl } from './NetworkFileXl';
62
- export { default as MobileStepsXl } from './MobileStepsXl';
61
+ export { default as FormulaXl } from './FormulaXl';
63
62
  export { default as MobileUpdateXl } from './MobileUpdateXl';
64
63
  export { default as NoPermissionXl } from './NoPermissionXl';
65
- export { default as ProductsBundleXl } from './ProductsBundleXl';
66
- export { default as ProductsFeedXl } from './ProductsFeedXl';
67
64
  export { default as NotificationsEditXl } from './NotificationsEditXl';
68
- export { default as PushXl } from './PushXl';
65
+ export { default as AfterEventXl } from './AfterEventXl';
66
+ export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
69
67
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
68
+ export { default as PushXl } from './PushXl';
70
69
  export { default as ReggressionXl } from './ReggressionXl';
71
70
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
72
71
  export { default as SearchHybridXl } from './SearchHybridXl';
73
72
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
74
- export { default as SearchNoResultsXl } from './SearchNoResultsXl';
75
73
  export { default as SearchSemanticXl } from './SearchSemanticXl';
74
+ export { default as SectionXl } from './SectionXl';
75
+ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
76
76
  export { default as ShowXl } from './ShowXl';
77
77
  export { default as SilentPushXl } from './SilentPushXl';
78
- export { default as SectionXl } from './SectionXl';
79
- export { default as SmsXl } from './SmsXl';
80
- export { default as ToolsXl } from './ToolsXl';
78
+ export { default as ProductsBundleXl } from './ProductsBundleXl';
81
79
  export { default as UserCircleUpXl } from './UserCircleUpXl';
82
- export { default as UserIdXl } from './UserIdXl';
80
+ export { default as ToolsXl } from './ToolsXl';
83
81
  export { default as UserCircleXl } from './UserCircleXl';
84
- export { default as VisualEditorXl } from './VisualEditorXl';
85
- export { default as VoucherXl } from './VoucherXl';
82
+ export { default as SmsXl } from './SmsXl';
83
+ export { default as UserIdXl } from './UserIdXl';
86
84
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
85
+ export { default as VisualEditorXl } from './VisualEditorXl';
87
86
  export { default as WarningXl } from './WarningXl';
88
- export { default as WeblayerXl } from './WeblayerXl';
87
+ export { default as VoucherXl } from './VoucherXl';
89
88
  export { default as WebhookXl } from './WebhookXl';
90
- export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
89
+ export { default as WeblayerXl } from './WeblayerXl';
90
+ export { default as ProductsFeedXl } from './ProductsFeedXl';
@@ -1,94 +1,94 @@
1
1
  export { default as ActionNoneL } from './ActionNoneL';
2
- export { default as ActionOpenAppL } from './ActionOpenAppL';
3
2
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
4
3
  export { default as ActionUrlL } from './ActionUrlL';
5
4
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';
7
- export { default as AdCartAiL } from './AdCartAiL';
8
- export { default as AdBannerL } from './AdBannerL';
5
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
9
6
  export { default as AdCodeEditorL } from './AdCodeEditorL';
7
+ export { default as AdBannerL } from './AdBannerL';
8
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
10
9
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
- export { default as AdCouponL } from './AdCouponL';
10
+ export { default as AdCartAiL } from './AdCartAiL';
12
11
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
- export { default as AdFirstRunL } from './AdFirstRunL';
12
+ export { default as AdCouponL } from './AdCouponL';
14
13
  export { default as AdFadeInL } from './AdFadeInL';
14
+ export { default as AdFirstRunL } from './AdFirstRunL';
15
15
  export { default as AdFolderS } from './AdFolderS';
16
- export { default as AdFolderBasic } from './AdFolderBasic';
17
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
18
17
  export { default as AdFolderUser } from './AdFolderUser';
18
+ export { default as AdFolderBasic } from './AdFolderBasic';
19
19
  export { default as AdFolderStarredS } from './AdFolderStarredS';
20
+ export { default as AdImgTextL } from './AdImgTextL';
20
21
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
22
+ export { default as AdImportUrl } from './AdImportUrl';
21
23
  export { default as AdImageL } from './AdImageL';
22
- export { default as AdImgTextL } from './AdImgTextL';
23
- export { default as AdInsertObjectL } from './AdInsertObjectL';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
- export { default as AdImportUrl } from './AdImportUrl';
26
25
  export { default as AdLandL } from './AdLandL';
26
+ export { default as AdInsertObjectL } from './AdInsertObjectL';
27
27
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
28
  export { default as AdOnExitL } from './AdOnExitL';
29
29
  export { default as AdOnLandingL } from './AdOnLandingL';
30
- export { default as AdOnboardingL } from './AdOnboardingL';
31
30
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
32
- export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
31
+ export { default as AdOnboardingL } from './AdOnboardingL';
33
32
  export { default as AdOpenUrlL } from './AdOpenUrlL';
34
33
  export { default as AdOpenAppL } from './AdOpenAppL';
35
- export { default as AdSilentPushL } from './AdSilentPushL';
36
34
  export { default as AdPopL } from './AdPopL';
37
- export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
38
- export { default as AdPortraitL } from './AdPortraitL';
39
- export { default as AdSlideDownL } from './AdSlideDownL';
35
+ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
36
+ export { default as AdShareLinkL } from './AdShareLinkL';
37
+ export { default as AdSilentPushL } from './AdSilentPushL';
40
38
  export { default as AdSimilarAiL } from './AdSimilarAiL';
41
39
  export { default as AdSimplePushL } from './AdSimplePushL';
40
+ export { default as AdSlideDownL } from './AdSlideDownL';
42
41
  export { default as AdSlideRightL } from './AdSlideRightL';
43
42
  export { default as AdSlideUpL } from './AdSlideUpL';
44
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
45
44
  export { default as AdTempCodeS } from './AdTempCodeS';
46
- export { default as AdTextEditorL } from './AdTextEditorL';
47
45
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
48
- export { default as AdVisualEditorL } from './AdVisualEditorL';
49
46
  export { default as AdVisualAiL } from './AdVisualAiL';
50
- export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
47
+ export { default as AdTextEditorL } from './AdTextEditorL';
51
48
  export { default as AdWalktroughL } from './AdWalktroughL';
49
+ export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
50
+ export { default as AdVisualEditorL } from './AdVisualEditorL';
52
51
  export { default as AdWebLayerL } from './AdWebLayerL';
53
- export { default as AudienceAnalytics } from './AudienceAnalytics';
54
52
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
55
- export { default as BoostLoyalty } from './BoostLoyalty';
56
53
  export { default as AiCampaigns } from './AiCampaigns';
57
- export { default as CartRecommendationXl } from './CartRecommendationXl';
54
+ export { default as AudienceAnalytics } from './AudienceAnalytics';
55
+ export { default as BoostLoyalty } from './BoostLoyalty';
58
56
  export { default as ChartColumnL } from './ChartColumnL';
59
- export { default as ChartLineL } from './ChartLineL';
60
- export { default as ChartDonutL } from './ChartDonutL';
61
- export { default as ChartDonutLineL } from './ChartDonutLineL';
62
57
  export { default as ChartComboL } from './ChartComboL';
58
+ export { default as CartRecommendationXl } from './CartRecommendationXl';
59
+ export { default as ChartDonutLineL } from './ChartDonutLineL';
60
+ export { default as ChartDonutL } from './ChartDonutL';
61
+ export { default as ChartTableL } from './ChartTableL';
62
+ export { default as ChartLineL } from './ChartLineL';
63
63
  export { default as ChartPieL } from './ChartPieL';
64
+ export { default as DateRecurringXl } from './DateRecurringXl';
64
65
  export { default as DateMultipleXl } from './DateMultipleXl';
65
- export { default as ChartTableL } from './ChartTableL';
66
66
  export { default as DateOntimeXl } from './DateOntimeXl';
67
- export { default as FileImportL } from './FileImportL';
68
- export { default as ImportClientsXl } from './ImportClientsXl';
69
67
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
70
- export { default as DateRecurringXl } from './DateRecurringXl';
71
- export { default as ImportCustomEventXl } from './ImportCustomEventXl';
68
+ export { default as ImportClientsXl } from './ImportClientsXl';
72
69
  export { default as ImportCustomXl } from './ImportCustomXl';
70
+ export { default as ImportCustomEventXl } from './ImportCustomEventXl';
71
+ export { default as ImportTransactionsXl } from './ImportTransactionsXl';
73
72
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
74
73
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
75
74
  export { default as ImportQuickXl } from './ImportQuickXl';
76
- export { default as ImportVouchersXl } from './ImportVouchersXl';
77
- export { default as ImportTransactionsXl } from './ImportTransactionsXl';
78
75
  export { default as Integration } from './Integration';
76
+ export { default as ImportVouchersXl } from './ImportVouchersXl';
79
77
  export { default as LastSeenXl } from './LastSeenXl';
80
78
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
79
+ export { default as FileImportL } from './FileImportL';
81
80
  export { default as LayoutImageBgL } from './LayoutImageBgL';
81
+ export { default as LayoutMixedL } from './LayoutMixedL';
82
82
  export { default as LayoutTextL } from './LayoutTextL';
83
83
  export { default as MarketingAutomation } from './MarketingAutomation';
84
- export { default as LayoutMixedL } from './LayoutMixedL';
85
- export { default as MobileHandbillXl } from './MobileHandbillXl';
86
- export { default as MetricSimpleXl } from './MetricSimpleXl';
87
84
  export { default as MetricFormulaXl } from './MetricFormulaXl';
88
- export { default as PushImportL } from './PushImportL';
85
+ export { default as MetricSimpleXl } from './MetricSimpleXl';
89
86
  export { default as OtherIdeas } from './OtherIdeas';
87
+ export { default as PushImportL } from './PushImportL';
88
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
90
89
  export { default as ReportPreparedXl } from './ReportPreparedXl';
91
90
  export { default as TargetedCampaigns } from './TargetedCampaigns';
92
91
  export { default as TopProductsXl } from './TopProductsXl';
92
+ export { default as AdPortraitL } from './AdPortraitL';
93
+ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
93
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
94
- export { default as AdShareLinkL } from './AdShareLinkL';