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