@synerise/ds-icon 1.7.3 → 1.8.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.
- package/CHANGELOG.md +11 -0
- package/dist/Icon.d.ts +1 -2
- package/dist/Icon.js +5 -4
- package/dist/icons/L/index.d.ts +39 -39
- package/dist/icons/L/index.js +40 -40
- package/dist/icons/XL/index.d.ts +49 -49
- package/dist/icons/XL/index.js +50 -50
- package/dist/icons/additional/index.d.ts +50 -50
- package/dist/icons/additional/index.js +51 -51
- package/dist/icons/colorIcons/index.d.ts +5 -5
- package/dist/icons/colorIcons/index.js +6 -6
- package/dist/icons/index.d.ts +455 -455
- package/dist/icons/index.js +455 -455
- 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
|
+
# [1.8.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.3...@synerise/ds-icon@1.8.0) (2025-11-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.7.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.2...@synerise/ds-icon@1.7.3) (2025-10-10)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @synerise/ds-icon
|
package/dist/Icon.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const Icon: ({ name, component, className, ...rest }: IconProps) => React.JSX.Element;
|
|
2
|
+
declare const Icon: React.ForwardRefExoticComponent<import("./Icon.types").BaseIconProps & Omit<React.HTMLAttributes<HTMLDivElement>, keyof import("./Icon.types").BaseIconProps> & import("@synerise/ds-utils").DataAttributes & React.RefAttributes<HTMLDivElement>>;
|
|
4
3
|
export default Icon;
|
package/dist/Icon.js
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
var _excluded = ["name", "component", "className"];
|
|
2
2
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
3
3
|
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
4
|
-
import React from 'react';
|
|
4
|
+
import React, { forwardRef } from 'react';
|
|
5
5
|
import * as S from './Icon.styles';
|
|
6
|
-
var Icon = function
|
|
6
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
7
7
|
var name = _ref.name,
|
|
8
8
|
component = _ref.component,
|
|
9
9
|
className = _ref.className,
|
|
10
10
|
rest = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
11
11
|
return /*#__PURE__*/React.createElement(S.IconContainer, _extends({
|
|
12
12
|
className: "ds-icon " + (className || ''),
|
|
13
|
-
title: name
|
|
13
|
+
title: name,
|
|
14
|
+
ref: ref
|
|
14
15
|
}, rest), component);
|
|
15
|
-
};
|
|
16
|
+
});
|
|
16
17
|
export default Icon;
|
package/dist/icons/L/index.d.ts
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
+
export { default as WarningL } from './WarningL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
1
3
|
export { default as TooltipL } from './TooltipL';
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as TextareaL } from './TextareaL';
|
|
4
|
+
export { default as TableL } from './TableL';
|
|
4
5
|
export { default as TextL } from './TextL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as WarningL } from './WarningL';
|
|
6
|
+
export { default as TextareaL } from './TextareaL';
|
|
7
7
|
export { default as StackedL } from './StackedL';
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
8
|
+
export { default as TimeL } from './TimeL';
|
|
9
|
+
export { default as SliderL } from './SliderL';
|
|
10
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
11
|
+
export { default as SectionL } from './SectionL';
|
|
10
12
|
export { default as SelectL } from './SelectL';
|
|
13
|
+
export { default as ShowL } from './ShowL';
|
|
11
14
|
export { default as Section37L } from './Section37L';
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
14
|
-
export { default as SliderL } from './SliderL';
|
|
15
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
15
16
|
export { default as Section12L } from './Section12L';
|
|
17
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
16
18
|
export { default as Section13L } from './Section13L';
|
|
17
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
18
19
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
19
|
-
export { default as RadioL } from './RadioL';
|
|
20
20
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
21
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
22
|
+
export { default as RadioL } from './RadioL';
|
|
23
23
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
24
|
-
export { default as
|
|
24
|
+
export { default as QuoteL } from './QuoteL';
|
|
25
|
+
export { default as NavbarL } from './NavbarL';
|
|
25
26
|
export { default as PieL } from './PieL';
|
|
27
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
26
28
|
export { default as MultilineL } from './MultilineL';
|
|
29
|
+
export { default as NoData } from './NoData';
|
|
27
30
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as QuoteL } from './QuoteL';
|
|
30
|
-
export { default as NavbarL } from './NavbarL';
|
|
31
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
32
32
|
export { default as MobileClickL } from './MobileClickL';
|
|
33
33
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
34
34
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
|
-
export { default as LocationL } from './LocationL';
|
|
36
35
|
export { default as LinkL } from './LinkL';
|
|
37
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
38
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
39
36
|
export { default as LineL } from './LineL';
|
|
40
|
-
export { default as
|
|
37
|
+
export { default as LocationL } from './LocationL';
|
|
41
38
|
export { default as LandingPageL } from './LandingPageL';
|
|
42
|
-
export { default as
|
|
39
|
+
export { default as InputL } from './InputL';
|
|
40
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
41
|
+
export { default as LabelL } from './LabelL';
|
|
43
42
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
43
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
44
|
+
export { default as InfoL } from './InfoL';
|
|
45
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
44
46
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as InputL } from './InputL';
|
|
47
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
48
|
-
export { default as HideL } from './HideL';
|
|
47
|
+
export { default as ImageL } from './ImageL';
|
|
49
48
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
49
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
50
|
+
export { default as HashL } from './HashL';
|
|
51
|
+
export { default as FolderL } from './FolderL';
|
|
50
52
|
export { default as FormL } from './FormL';
|
|
51
|
-
export { default as
|
|
53
|
+
export { default as HideL } from './HideL';
|
|
52
54
|
export { default as FormGroupL } from './FormGroupL';
|
|
53
|
-
export { default as ImageL } from './ImageL';
|
|
54
|
-
export { default as HashL } from './HashL';
|
|
55
55
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
56
|
-
export { default as
|
|
56
|
+
export { default as FormEditL } from './FormEditL';
|
|
57
57
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
58
|
-
export { default as DividerL } from './DividerL';
|
|
59
|
-
export { default as CountdownL } from './CountdownL';
|
|
60
|
-
export { default as ColumnL } from './ColumnL';
|
|
61
|
-
export { default as FolderL } from './FolderL';
|
|
62
58
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
59
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
+
export { default as CountdownL } from './CountdownL';
|
|
61
|
+
export { default as DividerL } from './DividerL';
|
|
62
|
+
export { default as ComboL } from './ComboL';
|
|
63
63
|
export { default as CheckboxL } from './CheckboxL';
|
|
64
|
+
export { default as CloseL } from './CloseL';
|
|
65
|
+
export { default as CheckL } from './CheckL';
|
|
66
|
+
export { default as ColumnL } from './ColumnL';
|
|
67
|
+
export { default as BrowserL } from './BrowserL';
|
|
64
68
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
65
|
-
export { default as ComboL } from './ComboL';
|
|
66
69
|
export { default as ButtonL } from './ButtonL';
|
|
67
70
|
export { default as AddL } from './AddL';
|
|
68
|
-
export { default as BrowserL } from './BrowserL';
|
|
69
|
-
export { default as CloseL } from './CloseL';
|
|
70
|
-
export { default as CheckL } from './CheckL';
|
package/dist/icons/L/index.js
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
+
export { default as WarningL } from './WarningL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
1
3
|
export { default as TooltipL } from './TooltipL';
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as TextareaL } from './TextareaL';
|
|
4
|
+
export { default as TableL } from './TableL';
|
|
4
5
|
export { default as TextL } from './TextL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as WarningL } from './WarningL';
|
|
6
|
+
export { default as TextareaL } from './TextareaL';
|
|
7
7
|
export { default as StackedL } from './StackedL';
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
8
|
+
export { default as TimeL } from './TimeL';
|
|
9
|
+
export { default as SliderL } from './SliderL';
|
|
10
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
11
|
+
export { default as SectionL } from './SectionL';
|
|
10
12
|
export { default as SelectL } from './SelectL';
|
|
13
|
+
export { default as ShowL } from './ShowL';
|
|
11
14
|
export { default as Section37L } from './Section37L';
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
14
|
-
export { default as SliderL } from './SliderL';
|
|
15
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
15
16
|
export { default as Section12L } from './Section12L';
|
|
17
|
+
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
16
18
|
export { default as Section13L } from './Section13L';
|
|
17
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
18
19
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
19
|
-
export { default as RadioL } from './RadioL';
|
|
20
20
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
21
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
22
|
+
export { default as RadioL } from './RadioL';
|
|
23
23
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
24
|
-
export { default as
|
|
24
|
+
export { default as QuoteL } from './QuoteL';
|
|
25
|
+
export { default as NavbarL } from './NavbarL';
|
|
25
26
|
export { default as PieL } from './PieL';
|
|
27
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
26
28
|
export { default as MultilineL } from './MultilineL';
|
|
29
|
+
export { default as NoData } from './NoData';
|
|
27
30
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as QuoteL } from './QuoteL';
|
|
30
|
-
export { default as NavbarL } from './NavbarL';
|
|
31
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
32
32
|
export { default as MobileClickL } from './MobileClickL';
|
|
33
33
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
34
34
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
35
|
-
export { default as LocationL } from './LocationL';
|
|
36
35
|
export { default as LinkL } from './LinkL';
|
|
37
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
38
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
39
36
|
export { default as LineL } from './LineL';
|
|
40
|
-
export { default as
|
|
37
|
+
export { default as LocationL } from './LocationL';
|
|
41
38
|
export { default as LandingPageL } from './LandingPageL';
|
|
42
|
-
export { default as
|
|
39
|
+
export { default as InputL } from './InputL';
|
|
40
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
41
|
+
export { default as LabelL } from './LabelL';
|
|
43
42
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
43
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
44
|
+
export { default as InfoL } from './InfoL';
|
|
45
|
+
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
44
46
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as InputL } from './InputL';
|
|
47
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
48
|
-
export { default as HideL } from './HideL';
|
|
47
|
+
export { default as ImageL } from './ImageL';
|
|
49
48
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
49
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
50
|
+
export { default as HashL } from './HashL';
|
|
51
|
+
export { default as FolderL } from './FolderL';
|
|
50
52
|
export { default as FormL } from './FormL';
|
|
51
|
-
export { default as
|
|
53
|
+
export { default as HideL } from './HideL';
|
|
52
54
|
export { default as FormGroupL } from './FormGroupL';
|
|
53
|
-
export { default as ImageL } from './ImageL';
|
|
54
|
-
export { default as HashL } from './HashL';
|
|
55
55
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
56
|
-
export { default as
|
|
56
|
+
export { default as FormEditL } from './FormEditL';
|
|
57
57
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
58
|
-
export { default as DividerL } from './DividerL';
|
|
59
|
-
export { default as CountdownL } from './CountdownL';
|
|
60
|
-
export { default as ColumnL } from './ColumnL';
|
|
61
|
-
export { default as FolderL } from './FolderL';
|
|
62
58
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
59
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
60
|
+
export { default as CountdownL } from './CountdownL';
|
|
61
|
+
export { default as DividerL } from './DividerL';
|
|
62
|
+
export { default as ComboL } from './ComboL';
|
|
63
63
|
export { default as CheckboxL } from './CheckboxL';
|
|
64
|
+
export { default as CloseL } from './CloseL';
|
|
65
|
+
export { default as CheckL } from './CheckL';
|
|
66
|
+
export { default as ColumnL } from './ColumnL';
|
|
67
|
+
export { default as BrowserL } from './BrowserL';
|
|
64
68
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
65
|
-
export { default as ComboL } from './ComboL';
|
|
66
69
|
export { default as ButtonL } from './ButtonL';
|
|
67
|
-
export { default as AddL } from './AddL';
|
|
68
|
-
export { default as BrowserL } from './BrowserL';
|
|
69
|
-
export { default as CloseL } from './CloseL';
|
|
70
|
-
export { default as CheckL } from './CheckL';
|
|
70
|
+
export { default as AddL } from './AddL';
|
package/dist/icons/XL/index.d.ts
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
2
|
+
export { default as WarningXl } from './WarningXl';
|
|
2
3
|
export { default as VoucherXl } from './VoucherXl';
|
|
3
4
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
5
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
4
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
5
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
6
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
7
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
8
|
-
export { default as WarningXl } from './WarningXl';
|
|
9
8
|
export { default as UserIdXl } from './UserIdXl';
|
|
10
|
-
export { default as
|
|
9
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
11
10
|
export { default as ToolsXl } from './ToolsXl';
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as SectionXl } from './SectionXl';
|
|
14
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
11
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
15
12
|
export { default as SmsXl } from './SmsXl';
|
|
16
13
|
export { default as TargetXl } from './TargetXl';
|
|
14
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
15
|
+
export { default as StopXl } from './StopXl';
|
|
16
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
17
17
|
export { default as ShowXl } from './ShowXl';
|
|
18
|
+
export { default as SectionXl } from './SectionXl';
|
|
19
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
20
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
18
21
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
19
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
20
22
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
21
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
22
23
|
export { default as PushXl } from './PushXl';
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
24
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
25
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
25
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
|
+
export { default as PlayXl } from './PlayXl';
|
|
26
29
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
27
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
28
30
|
export { default as PauseXl } from './PauseXl';
|
|
29
|
-
export { default as
|
|
31
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
30
32
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as PlayXl } from './PlayXl';
|
|
33
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
33
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
34
34
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
35
|
-
export { default as
|
|
35
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
37
|
-
export { default as MetaXl } from './MetaXl';
|
|
38
|
-
export { default as MessageXl } from './MessageXl';
|
|
39
37
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
40
38
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
40
|
+
export { default as MessageXl } from './MessageXl';
|
|
41
41
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
42
42
|
export { default as LaunchXl } from './LaunchXl';
|
|
43
|
-
export { default as
|
|
43
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
|
+
export { default as MetaXl } from './MetaXl';
|
|
44
45
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
46
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
47
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
49
|
+
export { default as InfoXl } from './InfoXl';
|
|
50
50
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
51
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
52
|
export { default as FunctionXl } from './FunctionXl';
|
|
52
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
53
|
-
export { default as FormXl } from './FormXl';
|
|
54
|
-
export { default as FolderXl } from './FolderXl';
|
|
55
|
-
export { default as InfoXl } from './InfoXl';
|
|
56
53
|
export { default as GemsXl } from './GemsXl';
|
|
54
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
57
55
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
56
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
57
|
export { default as FolderTagXl } from './FolderTagXl';
|
|
58
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
59
|
+
export { default as FolderXl } from './FolderXl';
|
|
60
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
61
|
+
export { default as FormXl } from './FormXl';
|
|
59
62
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
63
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
64
|
+
export { default as FolderAddXl } from './FolderAddXl';
|
|
60
65
|
export { default as FileZipXl } from './FileZipXl';
|
|
61
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
62
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
|
-
export { default as FolderStarXl } from './FolderStarXl';
|
|
64
|
-
export { default as FileXl } from './FileXl';
|
|
65
66
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
66
67
|
export { default as FileDownXl } from './FileDownXl';
|
|
67
|
-
export { default as
|
|
68
|
+
export { default as EventXl } from './EventXl';
|
|
69
|
+
export { default as FileXl } from './FileXl';
|
|
68
70
|
export { default as CupXl } from './CupXl';
|
|
69
71
|
export { default as DiscountXl } from './DiscountXl';
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as
|
|
72
|
+
export { default as ErrorXl } from './ErrorXl';
|
|
73
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
74
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
72
75
|
export { default as CompareXl } from './CompareXl';
|
|
73
|
-
export { default as CouponXl } from './CouponXl';
|
|
74
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
75
76
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
77
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
78
|
+
export { default as CartAddXl } from './CartAddXl';
|
|
79
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
76
80
|
export { default as CheckXl } from './CheckXl';
|
|
77
81
|
export { default as CheckInXl } from './CheckInXl';
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
80
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
81
|
-
export { default as CartAddXl } from './CartAddXl';
|
|
82
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
82
83
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
83
84
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
85
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
86
|
+
export { default as CouponXl } from './CouponXl';
|
|
84
87
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
85
88
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
86
|
-
export { default as
|
|
87
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
89
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
88
90
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
89
91
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
90
92
|
export { default as BillingXl } from './BillingXl';
|
|
91
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
92
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
93
93
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
94
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
95
94
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
95
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
96
96
|
export { default as AttributeXl } from './AttributeXl';
|
|
97
|
-
export { default as
|
|
97
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
98
98
|
export { default as ApiXl } from './ApiXl';
|
|
99
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
100
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
101
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
99
102
|
export { default as AddXl } from './AddXl';
|
|
100
103
|
export { default as AbTestXl } from './AbTestXl';
|
|
101
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
102
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
103
|
-
export { default as FolderAddXl } from './FolderAddXl';
|
package/dist/icons/XL/index.js
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
2
|
+
export { default as WarningXl } from './WarningXl';
|
|
2
3
|
export { default as VoucherXl } from './VoucherXl';
|
|
3
4
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
5
|
+
export { default as WebhookXl } from './WebhookXl';
|
|
4
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
5
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
6
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
7
|
-
export { default as WebhookXl } from './WebhookXl';
|
|
8
|
-
export { default as WarningXl } from './WarningXl';
|
|
9
8
|
export { default as UserIdXl } from './UserIdXl';
|
|
10
|
-
export { default as
|
|
9
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
11
10
|
export { default as ToolsXl } from './ToolsXl';
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as SectionXl } from './SectionXl';
|
|
14
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
11
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
15
12
|
export { default as SmsXl } from './SmsXl';
|
|
16
13
|
export { default as TargetXl } from './TargetXl';
|
|
14
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
15
|
+
export { default as StopXl } from './StopXl';
|
|
16
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
17
17
|
export { default as ShowXl } from './ShowXl';
|
|
18
|
+
export { default as SectionXl } from './SectionXl';
|
|
19
|
+
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
20
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
18
21
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
19
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
20
22
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
21
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
22
23
|
export { default as PushXl } from './PushXl';
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
24
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
25
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
25
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
|
+
export { default as PlayXl } from './PlayXl';
|
|
26
29
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
27
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
28
30
|
export { default as PauseXl } from './PauseXl';
|
|
29
|
-
export { default as
|
|
31
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
30
32
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as PlayXl } from './PlayXl';
|
|
33
|
-
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
33
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
34
34
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
35
|
-
export { default as
|
|
35
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
37
|
-
export { default as MetaXl } from './MetaXl';
|
|
38
|
-
export { default as MessageXl } from './MessageXl';
|
|
39
37
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
40
38
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
40
|
+
export { default as MessageXl } from './MessageXl';
|
|
41
41
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
42
42
|
export { default as LaunchXl } from './LaunchXl';
|
|
43
|
-
export { default as
|
|
43
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
|
+
export { default as MetaXl } from './MetaXl';
|
|
44
45
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
46
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
47
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
49
|
+
export { default as InfoXl } from './InfoXl';
|
|
50
50
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
51
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
52
|
export { default as FunctionXl } from './FunctionXl';
|
|
52
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
53
|
-
export { default as FormXl } from './FormXl';
|
|
54
|
-
export { default as FolderXl } from './FolderXl';
|
|
55
|
-
export { default as InfoXl } from './InfoXl';
|
|
56
53
|
export { default as GemsXl } from './GemsXl';
|
|
54
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
57
55
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
56
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
57
|
export { default as FolderTagXl } from './FolderTagXl';
|
|
58
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
59
|
+
export { default as FolderXl } from './FolderXl';
|
|
60
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
61
|
+
export { default as FormXl } from './FormXl';
|
|
59
62
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
63
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
64
|
+
export { default as FolderAddXl } from './FolderAddXl';
|
|
60
65
|
export { default as FileZipXl } from './FileZipXl';
|
|
61
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
62
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
|
-
export { default as FolderStarXl } from './FolderStarXl';
|
|
64
|
-
export { default as FileXl } from './FileXl';
|
|
65
66
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
66
67
|
export { default as FileDownXl } from './FileDownXl';
|
|
67
|
-
export { default as
|
|
68
|
+
export { default as EventXl } from './EventXl';
|
|
69
|
+
export { default as FileXl } from './FileXl';
|
|
68
70
|
export { default as CupXl } from './CupXl';
|
|
69
71
|
export { default as DiscountXl } from './DiscountXl';
|
|
70
|
-
export { default as
|
|
71
|
-
export { default as
|
|
72
|
+
export { default as ErrorXl } from './ErrorXl';
|
|
73
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
74
|
+
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
72
75
|
export { default as CompareXl } from './CompareXl';
|
|
73
|
-
export { default as CouponXl } from './CouponXl';
|
|
74
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
75
76
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
77
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
78
|
+
export { default as CartAddXl } from './CartAddXl';
|
|
79
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
76
80
|
export { default as CheckXl } from './CheckXl';
|
|
77
81
|
export { default as CheckInXl } from './CheckInXl';
|
|
78
|
-
export { default as
|
|
79
|
-
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
80
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
81
|
-
export { default as CartAddXl } from './CartAddXl';
|
|
82
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
82
83
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
83
84
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
85
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
86
|
+
export { default as CouponXl } from './CouponXl';
|
|
84
87
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
85
88
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
86
|
-
export { default as
|
|
87
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
89
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
88
90
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
89
91
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
90
92
|
export { default as BillingXl } from './BillingXl';
|
|
91
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
92
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
93
93
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
94
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
95
94
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
95
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
96
96
|
export { default as AttributeXl } from './AttributeXl';
|
|
97
|
-
export { default as
|
|
97
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
98
98
|
export { default as ApiXl } from './ApiXl';
|
|
99
|
-
export { default as AddXl } from './AddXl';
|
|
100
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
101
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
102
99
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
103
|
-
export { default as
|
|
100
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
101
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
102
|
+
export { default as AddXl } from './AddXl';
|
|
103
|
+
export { default as AbTestXl } from './AbTestXl';
|