@synerise/ds-icon 0.65.3 → 0.65.4
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 +8 -0
- package/dist/cjs/icons/L/index.d.ts +10 -10
- package/dist/cjs/icons/L/index.js +22 -22
- package/dist/cjs/icons/XL/index.d.ts +8 -8
- package/dist/cjs/icons/XL/index.js +18 -18
- package/dist/cjs/icons/additional/index.d.ts +3 -3
- package/dist/cjs/icons/additional/index.js +7 -7
- package/dist/cjs/icons/index.d.ts +111 -111
- package/dist/cjs/icons/index.js +240 -240
- package/dist/esm/icons/L/index.d.ts +10 -10
- package/dist/esm/icons/L/index.js +10 -10
- package/dist/esm/icons/XL/index.d.ts +8 -8
- package/dist/esm/icons/XL/index.js +8 -8
- package/dist/esm/icons/additional/index.d.ts +3 -3
- package/dist/esm/icons/additional/index.js +3 -3
- package/dist/esm/icons/index.d.ts +111 -111
- package/dist/esm/icons/index.js +111 -111
- package/package.json +3 -3
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
+
export { default as CheckL } from './CheckL';
|
|
2
3
|
export { default as BrowserL } from './BrowserL';
|
|
3
4
|
export { default as ButtonL } from './ButtonL';
|
|
4
5
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
|
-
export { default as CheckL } from './CheckL';
|
|
6
|
-
export { default as CheckboxL } from './CheckboxL';
|
|
7
6
|
export { default as CloseL } from './CloseL';
|
|
8
7
|
export { default as ColumnL } from './ColumnL';
|
|
9
8
|
export { default as ComboL } from './ComboL';
|
|
9
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
10
10
|
export { default as CountdownL } from './CountdownL';
|
|
11
11
|
export { default as DividerL } from './DividerL';
|
|
12
12
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
13
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
14
|
-
export { default as FolderL } from './FolderL';
|
|
15
14
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
16
15
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
17
16
|
export { default as FormEditL } from './FormEditL';
|
|
18
17
|
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
-
export { default as FormL } from './FormL';
|
|
20
18
|
export { default as HashL } from './HashL';
|
|
19
|
+
export { default as FormL } from './FormL';
|
|
21
20
|
export { default as ImageL } from './ImageL';
|
|
22
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
23
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
23
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
24
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
26
|
-
export { default as InfoL } from './InfoL';
|
|
27
25
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
|
+
export { default as InfoL } from './InfoL';
|
|
28
27
|
export { default as InputL } from './InputL';
|
|
29
28
|
export { default as LabelL } from './LabelL';
|
|
30
29
|
export { default as LandingPageL } from './LandingPageL';
|
|
@@ -37,6 +36,9 @@ export { default as MobileLayout1L } from './MobileLayout1L';
|
|
|
37
36
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
38
37
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
39
38
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
39
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
41
|
+
export { default as MultilineL } from './MultilineL';
|
|
40
42
|
export { default as NavbarL } from './NavbarL';
|
|
41
43
|
export { default as NoData } from './NoData';
|
|
42
44
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
@@ -58,11 +60,9 @@ export { default as SliderL } from './SliderL';
|
|
|
58
60
|
export { default as SpinnerL } from './SpinnerL';
|
|
59
61
|
export { default as StackedL } from './StackedL';
|
|
60
62
|
export { default as TableL } from './TableL';
|
|
61
|
-
export { default as
|
|
62
|
-
export { default as TextareaL } from './TextareaL';
|
|
63
|
+
export { default as FolderL } from './FolderL';
|
|
63
64
|
export { default as TooltipL } from './TooltipL';
|
|
64
65
|
export { default as VideoL } from './VideoL';
|
|
65
66
|
export { default as WarningL } from './WarningL';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
67
|
+
export { default as TextL } from './TextL';
|
|
68
|
+
export { default as TextareaL } from './TextareaL';
|
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
+
export { default as CheckL } from './CheckL';
|
|
2
3
|
export { default as BrowserL } from './BrowserL';
|
|
3
4
|
export { default as ButtonL } from './ButtonL';
|
|
4
5
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
5
|
-
export { default as CheckL } from './CheckL';
|
|
6
|
-
export { default as CheckboxL } from './CheckboxL';
|
|
7
6
|
export { default as CloseL } from './CloseL';
|
|
8
7
|
export { default as ColumnL } from './ColumnL';
|
|
9
8
|
export { default as ComboL } from './ComboL';
|
|
9
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
10
10
|
export { default as CountdownL } from './CountdownL';
|
|
11
11
|
export { default as DividerL } from './DividerL';
|
|
12
12
|
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
13
13
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
14
|
-
export { default as FolderL } from './FolderL';
|
|
15
14
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
16
15
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
17
16
|
export { default as FormEditL } from './FormEditL';
|
|
18
17
|
export { default as FormGroupL } from './FormGroupL';
|
|
19
|
-
export { default as FormL } from './FormL';
|
|
20
18
|
export { default as HashL } from './HashL';
|
|
19
|
+
export { default as FormL } from './FormL';
|
|
21
20
|
export { default as ImageL } from './ImageL';
|
|
22
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
23
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
24
23
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
25
24
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
26
|
-
export { default as InfoL } from './InfoL';
|
|
27
25
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
26
|
+
export { default as InfoL } from './InfoL';
|
|
28
27
|
export { default as InputL } from './InputL';
|
|
29
28
|
export { default as LabelL } from './LabelL';
|
|
30
29
|
export { default as LandingPageL } from './LandingPageL';
|
|
@@ -37,6 +36,9 @@ export { default as MobileLayout1L } from './MobileLayout1L';
|
|
|
37
36
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
38
37
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
39
38
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
39
|
+
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
41
|
+
export { default as MultilineL } from './MultilineL';
|
|
40
42
|
export { default as NavbarL } from './NavbarL';
|
|
41
43
|
export { default as NoData } from './NoData';
|
|
42
44
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
@@ -58,11 +60,9 @@ export { default as SliderL } from './SliderL';
|
|
|
58
60
|
export { default as SpinnerL } from './SpinnerL';
|
|
59
61
|
export { default as StackedL } from './StackedL';
|
|
60
62
|
export { default as TableL } from './TableL';
|
|
61
|
-
export { default as
|
|
62
|
-
export { default as TextareaL } from './TextareaL';
|
|
63
|
+
export { default as FolderL } from './FolderL';
|
|
63
64
|
export { default as TooltipL } from './TooltipL';
|
|
64
65
|
export { default as VideoL } from './VideoL';
|
|
65
66
|
export { default as WarningL } from './WarningL';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as MobileLinkL } from './MobileLinkL';
|
|
67
|
+
export { default as TextL } from './TextL';
|
|
68
|
+
export { default as TextareaL } from './TextareaL';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
2
1
|
export { default as AddXl } from './AddXl';
|
|
2
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
|
-
export { default as
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
7
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
7
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
@@ -40,9 +39,9 @@ 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';
|
|
42
|
+
export { default as FormXl } from './FormXl';
|
|
43
43
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
45
|
-
export { default as FormXl } from './FormXl';
|
|
46
45
|
export { default as GemsXl } from './GemsXl';
|
|
47
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
47
|
export { default as InfoXl } from './InfoXl';
|
|
@@ -68,23 +67,24 @@ export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
|
68
67
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
68
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
70
69
|
export { default as PushXl } from './PushXl';
|
|
71
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
72
70
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
71
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
72
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
73
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
74
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
75
75
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
76
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
77
|
export { default as SectionXl } from './SectionXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
79
|
export { default as SmsXl } from './SmsXl';
|
|
80
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
82
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
85
84
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
85
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
87
|
-
export { default as WarningXl } from './WarningXl';
|
|
88
86
|
export { default as VoucherXl } from './VoucherXl';
|
|
87
|
+
export { default as WarningXl } from './WarningXl';
|
|
89
88
|
export { default as WebhookXl } from './WebhookXl';
|
|
90
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
2
1
|
export { default as AddXl } from './AddXl';
|
|
2
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
3
3
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
6
|
-
export { default as
|
|
5
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
7
6
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
7
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
@@ -40,9 +39,9 @@ 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';
|
|
42
|
+
export { default as FormXl } from './FormXl';
|
|
43
43
|
export { default as FormulaXl } from './FormulaXl';
|
|
44
44
|
export { default as FunctionXl } from './FunctionXl';
|
|
45
|
-
export { default as FormXl } from './FormXl';
|
|
46
45
|
export { default as GemsXl } from './GemsXl';
|
|
47
46
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
47
|
export { default as InfoXl } from './InfoXl';
|
|
@@ -68,23 +67,24 @@ export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
|
68
67
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
68
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
70
69
|
export { default as PushXl } from './PushXl';
|
|
71
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
72
70
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
71
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
72
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
73
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
74
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
75
75
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
76
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
77
|
export { default as SectionXl } from './SectionXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
80
79
|
export { default as SmsXl } from './SmsXl';
|
|
80
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
81
81
|
export { default as ToolsXl } from './ToolsXl';
|
|
82
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
83
82
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
84
83
|
export { default as UserIdXl } from './UserIdXl';
|
|
85
84
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
86
85
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
87
|
-
export { default as WarningXl } from './WarningXl';
|
|
88
86
|
export { default as VoucherXl } from './VoucherXl';
|
|
87
|
+
export { default as WarningXl } from './WarningXl';
|
|
89
88
|
export { default as WebhookXl } from './WebhookXl';
|
|
90
89
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
90
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
@@ -2,8 +2,8 @@ export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
|
2
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
3
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
5
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
6
|
+
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
7
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
@@ -11,8 +11,8 @@ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
15
14
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
17
|
export { default as AdFolderS } from './AdFolderS';
|
|
18
18
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
@@ -38,8 +38,8 @@ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
|
38
38
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
39
39
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
40
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
41
|
-
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
42
41
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
|
+
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
43
43
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
44
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
45
45
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
@@ -2,8 +2,8 @@ export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
|
2
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
3
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
5
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
6
|
+
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
7
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
@@ -11,8 +11,8 @@ export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
15
14
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
17
|
export { default as AdFolderS } from './AdFolderS';
|
|
18
18
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
@@ -38,8 +38,8 @@ export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
|
38
38
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
39
39
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
40
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
41
|
-
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
42
41
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
|
+
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
43
43
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
44
44
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
45
45
|
export { default as AdSlideUpL } from './AdSlideUpL';
|