@synerise/ds-icon 1.9.0 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -54
- package/dist/DynamicIcon/DynamicIcon.d.ts +498 -498
- package/dist/Icon.types.d.ts +3 -1
- package/dist/icons/L/index.d.ts +66 -66
- package/dist/icons/L/index.js +101 -101
- package/dist/icons/XL/index.d.ts +94 -94
- package/dist/icons/XL/index.js +145 -145
- package/dist/icons/additional/index.d.ts +95 -95
- package/dist/icons/additional/index.js +148 -148
- package/dist/icons/colorIcons/index.d.ts +10 -10
- package/dist/icons/colorIcons/index.js +17 -17
- package/dist/icons/index.d.ts +809 -809
- package/dist/icons/index.js +1245 -1245
- package/package.json +4 -4
package/dist/icons/XL/index.d.ts
CHANGED
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
export declare const xlargeIconMapping: {
|
|
2
|
-
AfterEventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
3
2
|
AbTestXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
3
|
+
AnalyticsInsightsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
4
4
|
AddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
5
5
|
AdvancedBuilderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
6
|
-
AnalyticsInsightsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
7
6
|
ApiXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
8
|
-
|
|
9
|
-
BrowserScrollXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
10
|
-
BrowserLandingXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
11
|
-
AttributeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
7
|
+
AfterEventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
12
8
|
BasicBuilderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
9
|
+
AttributeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
10
|
+
BasketCheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
13
11
|
BeforeEventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
14
|
-
BrowserCodeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
15
|
-
BrowserCloseXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
16
12
|
BillingXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
13
|
+
BrowserCloseXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
17
14
|
BulbEditXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
18
|
-
|
|
15
|
+
BrowserCodeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
16
|
+
BrowserLandingXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
17
|
+
BrowserScrollXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
19
18
|
CalendarIntervalXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
19
|
+
CalendarScheduleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
20
|
+
CardAeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
20
21
|
CalculatorXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
21
22
|
CheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
22
23
|
CalendarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
-
CalendarScheduleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
24
|
-
CardAeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
25
24
|
CardVisaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
26
|
-
|
|
27
|
-
CheckInXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
25
|
+
EventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
28
26
|
CartAddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
27
|
+
CheckInXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
28
|
+
ClassificationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
29
|
+
CheckOutXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
29
30
|
CloneNodesFlowXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
30
|
-
CloneNodesXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
31
31
|
CompareXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
32
|
+
CloneNodesXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
32
33
|
CouponXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
33
|
-
CupXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
34
34
|
DiscountXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
35
|
+
CupXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
35
36
|
ErrorXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
36
37
|
FileUpXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
37
|
-
FileUrlXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
38
|
-
EventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
39
38
|
FileDownXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
39
|
+
FileUrlXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
40
|
+
FileZipXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
40
41
|
FileXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
41
42
|
FirstRunXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
42
|
-
FileZipXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
43
|
-
FolderCheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
44
|
-
FolderAddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
45
43
|
FolderCartXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
46
44
|
FolderStarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
45
|
+
FolderAddXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
46
|
+
FolderCheckXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
47
|
+
FolderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
47
48
|
FolderTagXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
48
|
-
FolderUserXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
49
49
|
FormulaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
50
50
|
FormXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
51
|
+
FolderUserXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
51
52
|
FunctionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
52
|
-
FolderXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
53
53
|
GemsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
54
|
-
IntegrationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
55
|
-
InboxNoResultsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
56
54
|
InfoXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
55
|
+
IntegrationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
57
56
|
InsertObjectXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
58
57
|
IntegrationsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
59
|
-
|
|
60
|
-
LaptopAiXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
58
|
+
InboxNoResultsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
61
59
|
InteractionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
62
60
|
LaptopTargetXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
63
|
-
|
|
64
|
-
MessageXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
61
|
+
LaptopAiXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
65
62
|
MarketingAutomationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
63
|
+
LoyalityBoostXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
64
|
+
LaunchXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
66
65
|
MetaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
66
|
+
MessageXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
67
67
|
MobileBannerXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
68
|
-
MobilePromotionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
69
68
|
MobileStepsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
69
|
+
MobilePromotionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
70
|
+
NetworkFileXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
70
71
|
MultivalueXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
71
72
|
MobileUpdateXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
72
|
-
NoPermissionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
73
|
-
NetworkFileXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
74
73
|
NotificationsEditXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
74
|
+
NoPermissionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
75
75
|
PauseXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
76
76
|
PlayXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
77
77
|
ProductsBundleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
78
78
|
ProductsFeedXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
79
|
-
SmsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
80
79
|
ProductsSimilarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
81
|
-
RecentInteractionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
82
80
|
ProductsLastSeenXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
81
|
+
RecentInteractionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
83
82
|
PushXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
84
|
-
SearchHybridXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
85
83
|
ReggressionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
86
|
-
|
|
84
|
+
SearchHybridXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
87
85
|
SearchKeywordsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
88
|
-
SearchNoResultsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
89
86
|
SearchSemanticXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
87
|
+
SearchNoResultsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
90
88
|
SectionXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
91
|
-
StopXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
92
|
-
SilentPushXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
93
89
|
ShowXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
94
|
-
|
|
95
|
-
ToolsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
96
|
-
UserIdXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
97
|
-
UserCircleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
90
|
+
SilentPushXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
98
91
|
UserCircleUpXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
92
|
+
StopXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
93
|
+
UserCircleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
94
|
+
SmsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
95
|
+
TargetXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
96
|
+
ToolsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
99
97
|
VoucherXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
100
|
-
|
|
98
|
+
UserIdXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
99
|
+
VisualEditorStarXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
101
100
|
VisualEditorXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
101
|
+
WthStarsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
102
102
|
WarningXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
103
103
|
WebhookXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
104
104
|
WeblayerXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
@@ -106,103 +106,103 @@ export declare const xlargeIconMapping: {
|
|
|
106
106
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
107
107
|
export { default as WebhookXl } from './WebhookXl';
|
|
108
108
|
export { default as WarningXl } from './WarningXl';
|
|
109
|
-
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
110
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
111
109
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
110
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
112
111
|
export { default as UserIdXl } from './UserIdXl';
|
|
113
|
-
export { default as
|
|
112
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
113
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
114
|
+
export { default as SmsXl } from './SmsXl';
|
|
115
|
+
export { default as TargetXl } from './TargetXl';
|
|
114
116
|
export { default as ToolsXl } from './ToolsXl';
|
|
117
|
+
export { default as StopXl } from './StopXl';
|
|
118
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
119
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
115
120
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
116
|
-
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
117
121
|
export { default as ShowXl } from './ShowXl';
|
|
118
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
119
122
|
export { default as SectionXl } from './SectionXl';
|
|
120
|
-
export { default as StopXl } from './StopXl';
|
|
121
|
-
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
122
|
-
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
123
123
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
124
|
-
export { default as
|
|
124
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
125
125
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
126
|
-
export { default as
|
|
126
|
+
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
127
127
|
export { default as PushXl } from './PushXl';
|
|
128
128
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
129
129
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
130
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
131
|
-
export { default as SmsXl } from './SmsXl';
|
|
132
130
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
133
|
-
export { default as
|
|
131
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
132
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
134
133
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
135
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
136
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
137
|
-
export { default as PauseXl } from './PauseXl';
|
|
138
|
-
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
139
134
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
140
|
-
export { default as
|
|
135
|
+
export { default as PlayXl } from './PlayXl';
|
|
136
|
+
export { default as PauseXl } from './PauseXl';
|
|
137
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
141
138
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
139
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
142
140
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
143
141
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
144
|
-
export { default as
|
|
142
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
143
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
145
144
|
export { default as MessageXl } from './MessageXl';
|
|
146
|
-
export { default as
|
|
145
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
147
146
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
148
|
-
export { default as
|
|
147
|
+
export { default as MetaXl } from './MetaXl';
|
|
148
|
+
export { default as LaunchXl } from './LaunchXl';
|
|
149
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
150
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
149
151
|
export { default as InteractionsXl } from './InteractionsXl';
|
|
150
152
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
151
|
-
export { default as LaunchXl } from './LaunchXl';
|
|
152
153
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
153
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
154
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
155
|
-
export { default as InfoXl } from './InfoXl';
|
|
156
154
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
157
|
-
export { default as FolderXl } from './FolderXl';
|
|
158
155
|
export { default as GemsXl } from './GemsXl';
|
|
159
|
-
export { default as
|
|
160
|
-
export { default as FolderTagXl } from './FolderTagXl';
|
|
161
|
-
export { default as FormXl } from './FormXl';
|
|
156
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
162
157
|
export { default as FunctionXl } from './FunctionXl';
|
|
158
|
+
export { default as InfoXl } from './InfoXl';
|
|
163
159
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
164
|
-
export { default as
|
|
165
|
-
export { default as
|
|
160
|
+
export { default as FormXl } from './FormXl';
|
|
161
|
+
export { default as FolderTagXl } from './FolderTagXl';
|
|
162
|
+
export { default as FolderXl } from './FolderXl';
|
|
166
163
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
167
|
-
export { default as
|
|
164
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
168
165
|
export { default as FolderAddXl } from './FolderAddXl';
|
|
169
|
-
export { default as
|
|
166
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
170
167
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
168
|
+
export { default as FolderCartXl } from './FolderCartXl';
|
|
171
169
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
172
170
|
export { default as FileXl } from './FileXl';
|
|
173
|
-
export { default as
|
|
171
|
+
export { default as FileDownXl } from './FileDownXl';
|
|
172
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
174
173
|
export { default as FileUpXl } from './FileUpXl';
|
|
175
174
|
export { default as ErrorXl } from './ErrorXl';
|
|
176
175
|
export { default as CupXl } from './CupXl';
|
|
177
|
-
export { default as
|
|
178
|
-
export { default as CouponXl } from './CouponXl';
|
|
176
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
179
177
|
export { default as CompareXl } from './CompareXl';
|
|
178
|
+
export { default as CouponXl } from './CouponXl';
|
|
180
179
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
181
|
-
export { default as
|
|
180
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
181
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
182
182
|
export { default as CheckInXl } from './CheckInXl';
|
|
183
|
-
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
184
183
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
184
|
+
export { default as CartAddXl } from './CartAddXl';
|
|
185
|
+
export { default as EventXl } from './EventXl';
|
|
186
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
185
187
|
export { default as CalendarXl } from './CalendarXl';
|
|
188
|
+
export { default as CheckXl } from './CheckXl';
|
|
189
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
186
190
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
187
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
188
191
|
export { default as CardAeXl } from './CardAeXl';
|
|
189
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
190
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
191
|
-
export { default as CheckXl } from './CheckXl';
|
|
192
192
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
193
|
-
export { default as
|
|
194
|
-
export { default as
|
|
193
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
194
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
195
195
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
196
|
-
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
197
196
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
197
|
+
export { default as BulbEditXl } from './BulbEditXl';
|
|
198
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
198
199
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
200
|
+
export { default as BillingXl } from './BillingXl';
|
|
201
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
199
202
|
export { default as AttributeXl } from './AttributeXl';
|
|
200
|
-
export { default as
|
|
203
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
204
|
+
export { default as ApiXl } from './ApiXl';
|
|
201
205
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
202
|
-
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
203
206
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
204
|
-
export { default as AddXl } from './AddXl';
|
|
205
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
206
207
|
export { default as AbTestXl } from './AbTestXl';
|
|
207
|
-
export { default as
|
|
208
|
-
export { default as ApiXl } from './ApiXl';
|
|
208
|
+
export { default as AddXl } from './AddXl';
|