@1money/component-ui 0.0.28 → 0.0.29
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/es/components/Alert/Alert.js +6 -10
- package/es/components/Calendar/Calendar.js +4 -6
- package/es/components/CoachMark/CoachMark.js +3 -4
- package/es/components/Icons/Icon.d.ts +5 -0
- package/es/components/Icons/Icon.js +19 -0
- package/es/components/Icons/Icons.d.ts +8 -173
- package/es/components/Icons/Icons.js +4 -188
- package/es/components/Icons/icon-set/brand.d.ts +6 -0
- package/es/components/Icons/icon-set/brand.js +62 -0
- package/es/components/Icons/icon-set/currency.d.ts +7 -0
- package/es/components/Icons/icon-set/currency.js +101 -0
- package/es/components/Icons/icon-set/dynamic.d.ts +16 -0
- package/es/components/Icons/icon-set/dynamic.js +92 -0
- package/es/components/Icons/icon-set/functional.d.ts +19 -0
- package/es/components/Icons/icon-set/functional.js +286 -0
- package/es/components/Icons/icon-set/index.d.ts +10 -0
- package/es/components/Icons/icon-set/index.js +10 -0
- package/es/components/Icons/icon-set/menu.d.ts +22 -0
- package/es/components/Icons/icon-set/menu.js +372 -0
- package/es/components/Icons/icon-set/notification.d.ts +6 -0
- package/es/components/Icons/icon-set/notification.js +109 -0
- package/es/components/Icons/icon-set/primary.d.ts +14 -0
- package/es/components/Icons/icon-set/primary.js +222 -0
- package/es/components/Icons/icon-set/registry.d.ts +159 -0
- package/es/components/Icons/icon-set/registry.js +166 -0
- package/es/components/Icons/icon-set/system.d.ts +64 -0
- package/es/components/Icons/icon-set/system.js +1093 -0
- package/es/components/Icons/{Illustrations.d.ts → illustrations/Illustrations.d.ts} +1 -1
- package/es/components/Icons/illustrations/Illustrations.js +874 -0
- package/es/components/Icons/illustrations/index.d.ts +2 -0
- package/es/components/Icons/illustrations/index.js +2 -0
- package/es/components/Icons/index.d.ts +5 -2
- package/es/components/Icons/index.js +6 -2
- package/es/components/Icons/interface.d.ts +9 -24
- package/es/components/Icons/{Logo.d.ts → logos/Logo.d.ts} +1 -1
- package/es/components/Icons/logos/Logo.js +209 -0
- package/es/components/Icons/logos/index.d.ts +2 -0
- package/es/components/Icons/logos/index.js +2 -0
- package/es/components/Icons/primitives/IconHover.d.ts +4 -0
- package/es/components/Icons/primitives/IconHover.js +28 -0
- package/es/components/Icons/{Wrapper.d.ts → primitives/IconWrapper.d.ts} +1 -2
- package/es/components/Icons/primitives/IconWrapper.js +81 -0
- package/es/components/Icons/primitives/index.d.ts +5 -0
- package/es/components/Icons/primitives/index.js +5 -0
- package/es/components/Icons/primitives/interface.d.ts +25 -0
- package/es/components/Icons/primitives/interface.js +2 -0
- package/es/components/Icons/types.d.ts +3 -0
- package/es/components/Icons/types.js +2 -0
- package/es/components/Input/Password/Password.js +4 -6
- package/es/components/Input/Search/Search.js +4 -6
- package/es/components/Navigation/NavigationLogo.js +4 -6
- package/es/components/Select/SelectFieldShell.js +3 -4
- package/es/components/Select/SelectOptionContent.js +3 -4
- package/es/components/Select/SelectSearchControl.js +3 -4
- package/es/components/Select/SelectValueContent.js +3 -4
- package/es/components/Upload/Upload.js +4 -6
- package/es/components/Upload/UploadFileBar.js +3 -4
- package/es/index.css +1 -1
- package/es/index.d.ts +2 -2
- package/es/index.js +2 -2
- package/lib/components/Alert/Alert.js +5 -9
- package/lib/components/Calendar/Calendar.js +4 -6
- package/lib/components/CoachMark/CoachMark.js +2 -3
- package/lib/components/Icons/Icon.d.ts +5 -0
- package/lib/components/Icons/Icon.js +25 -0
- package/lib/components/Icons/Icons.d.ts +8 -173
- package/lib/components/Icons/Icons.js +5 -183
- package/lib/components/Icons/icon-set/brand.d.ts +6 -0
- package/lib/components/Icons/icon-set/brand.js +69 -0
- package/lib/components/Icons/icon-set/currency.d.ts +7 -0
- package/lib/components/Icons/icon-set/currency.js +108 -0
- package/lib/components/Icons/icon-set/dynamic.d.ts +16 -0
- package/lib/components/Icons/icon-set/dynamic.js +99 -0
- package/lib/components/Icons/icon-set/functional.d.ts +19 -0
- package/lib/components/Icons/icon-set/functional.js +293 -0
- package/lib/components/Icons/icon-set/index.d.ts +10 -0
- package/lib/components/Icons/icon-set/index.js +783 -0
- package/lib/components/Icons/icon-set/menu.d.ts +22 -0
- package/lib/components/Icons/icon-set/menu.js +379 -0
- package/lib/components/Icons/icon-set/notification.d.ts +6 -0
- package/lib/components/Icons/icon-set/notification.js +116 -0
- package/lib/components/Icons/icon-set/primary.d.ts +14 -0
- package/lib/components/Icons/icon-set/primary.js +229 -0
- package/lib/components/Icons/icon-set/registry.d.ts +159 -0
- package/lib/components/Icons/icon-set/registry.js +172 -0
- package/lib/components/Icons/icon-set/system.d.ts +64 -0
- package/lib/components/Icons/icon-set/system.js +1100 -0
- package/lib/components/Icons/{Illustrations.d.ts → illustrations/Illustrations.d.ts} +1 -1
- package/lib/components/Icons/illustrations/Illustrations.js +881 -0
- package/lib/components/Icons/illustrations/index.d.ts +2 -0
- package/lib/components/Icons/illustrations/index.js +79 -0
- package/lib/components/Icons/index.d.ts +5 -2
- package/lib/components/Icons/index.js +160 -5
- package/lib/components/Icons/interface.d.ts +9 -24
- package/lib/components/Icons/{Logo.d.ts → logos/Logo.d.ts} +1 -1
- package/lib/components/Icons/logos/Logo.js +219 -0
- package/lib/components/Icons/logos/index.d.ts +2 -0
- package/lib/components/Icons/logos/index.js +49 -0
- package/lib/components/Icons/primitives/IconHover.d.ts +4 -0
- package/lib/components/Icons/primitives/IconHover.js +37 -0
- package/lib/components/Icons/{Wrapper.d.ts → primitives/IconWrapper.d.ts} +1 -2
- package/lib/components/Icons/primitives/IconWrapper.js +88 -0
- package/lib/components/Icons/primitives/index.d.ts +5 -0
- package/lib/components/Icons/primitives/index.js +25 -0
- package/lib/components/Icons/primitives/interface.d.ts +25 -0
- package/lib/components/Icons/primitives/interface.js +6 -0
- package/lib/components/Icons/types.d.ts +3 -0
- package/lib/components/Icons/types.js +8 -0
- package/lib/components/Input/Password/Password.js +3 -5
- package/lib/components/Input/Search/Search.js +3 -5
- package/lib/components/Navigation/NavigationLogo.js +3 -5
- package/lib/components/Select/SelectFieldShell.js +2 -3
- package/lib/components/Select/SelectOptionContent.js +2 -3
- package/lib/components/Select/SelectSearchControl.js +2 -3
- package/lib/components/Select/SelectValueContent.js +2 -3
- package/lib/components/Upload/Upload.js +3 -5
- package/lib/components/Upload/UploadFileBar.js +2 -3
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +223 -1
- package/package.json +6 -2
- package/scripts/mcp-server/examples.generated.json +24 -24
- package/scripts/mcp-server/index.generated.json +3021 -203
- package/es/components/Icons/Illustrations.js +0 -874
- package/es/components/Icons/Logo.js +0 -209
- package/es/components/Icons/SVGs.d.ts +0 -265
- package/es/components/Icons/SVGs.js +0 -1918
- package/es/components/Icons/Wrapper.js +0 -100
- package/lib/components/Icons/Illustrations.js +0 -881
- package/lib/components/Icons/Logo.js +0 -219
- package/lib/components/Icons/SVGs.d.ts +0 -265
- package/lib/components/Icons/SVGs.js +0 -1926
- package/lib/components/Icons/Wrapper.js +0 -109
|
@@ -0,0 +1,783 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "ACHIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _system.ACHIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "APIKeyIcon", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _system.APIKeyIcon;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "AccountIcon", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _menu.AccountIcon;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "AccountLockedIcon", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _primary.AccountLockedIcon;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "AddIcon", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function get() {
|
|
33
|
+
return _functional.AddIcon;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "AddressBookIcon", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function get() {
|
|
39
|
+
return _menu.AddressBookIcon;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "AppleIcon", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function get() {
|
|
45
|
+
return _brand.AppleIcon;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "ArrowDownIcon", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function get() {
|
|
51
|
+
return _functional.ArrowDownIcon;
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
Object.defineProperty(exports, "ArrowLeftIcon", {
|
|
55
|
+
enumerable: true,
|
|
56
|
+
get: function get() {
|
|
57
|
+
return _functional.ArrowLeftIcon;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "ArrowRightIcon", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _functional.ArrowRightIcon;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "ArrowUpIcon", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function get() {
|
|
69
|
+
return _functional.ArrowUpIcon;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "AutoConversionRulesIcon", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function get() {
|
|
75
|
+
return _system.AutoConversionRulesIcon;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(exports, "BankIcon", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function get() {
|
|
81
|
+
return _system.BankIcon;
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "BrokenLinkIcon", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _system.BrokenLinkIcon;
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "BurnTokenIcon", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function get() {
|
|
93
|
+
return _primary.BurnTokenIcon;
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "BusinessAccountIcon", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function get() {
|
|
99
|
+
return _system.BusinessAccountIcon;
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(exports, "CNYIcon", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function get() {
|
|
105
|
+
return _currency.CNYIcon;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "CalendarIcon", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function get() {
|
|
111
|
+
return _system.CalendarIcon;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
Object.defineProperty(exports, "CardIcon", {
|
|
115
|
+
enumerable: true,
|
|
116
|
+
get: function get() {
|
|
117
|
+
return _system.CardIcon;
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(exports, "ChatIcon", {
|
|
121
|
+
enumerable: true,
|
|
122
|
+
get: function get() {
|
|
123
|
+
return _system.ChatIcon;
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
Object.defineProperty(exports, "CheckIcon", {
|
|
127
|
+
enumerable: true,
|
|
128
|
+
get: function get() {
|
|
129
|
+
return _functional.CheckIcon;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "ChevronDownIcon", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function get() {
|
|
135
|
+
return _functional.ChevronDownIcon;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, "ChevronLeftIcon", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function get() {
|
|
141
|
+
return _functional.ChevronLeftIcon;
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "ChevronRightIcon", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function get() {
|
|
147
|
+
return _functional.ChevronRightIcon;
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function get() {
|
|
153
|
+
return _functional.ChevronUpIcon;
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
Object.defineProperty(exports, "ClockIcon", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function get() {
|
|
159
|
+
return _system.ClockIcon;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
162
|
+
Object.defineProperty(exports, "CoinIcon", {
|
|
163
|
+
enumerable: true,
|
|
164
|
+
get: function get() {
|
|
165
|
+
return _system.CoinIcon;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "CoinsIcon", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function get() {
|
|
171
|
+
return _system.CoinsIcon;
|
|
172
|
+
}
|
|
173
|
+
});
|
|
174
|
+
Object.defineProperty(exports, "CollapseIcon", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function get() {
|
|
177
|
+
return _functional.CollapseIcon;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "CompanyIcon", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function get() {
|
|
183
|
+
return _menu.CompanyIcon;
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
Object.defineProperty(exports, "ConversionIcon", {
|
|
187
|
+
enumerable: true,
|
|
188
|
+
get: function get() {
|
|
189
|
+
return _primary.ConversionIcon;
|
|
190
|
+
}
|
|
191
|
+
});
|
|
192
|
+
Object.defineProperty(exports, "ConvertIcon", {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function get() {
|
|
195
|
+
return _menu.ConvertIcon;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
198
|
+
Object.defineProperty(exports, "CopyIcon", {
|
|
199
|
+
enumerable: true,
|
|
200
|
+
get: function get() {
|
|
201
|
+
return _system.CopyIcon;
|
|
202
|
+
}
|
|
203
|
+
});
|
|
204
|
+
Object.defineProperty(exports, "CrossIcon", {
|
|
205
|
+
enumerable: true,
|
|
206
|
+
get: function get() {
|
|
207
|
+
return _functional.CrossIcon;
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
Object.defineProperty(exports, "DashboardIcon", {
|
|
211
|
+
enumerable: true,
|
|
212
|
+
get: function get() {
|
|
213
|
+
return _menu.DashboardIcon;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(exports, "DepositIcon", {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function get() {
|
|
219
|
+
return _primary.DepositIcon;
|
|
220
|
+
}
|
|
221
|
+
});
|
|
222
|
+
Object.defineProperty(exports, "DesktopIcon", {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function get() {
|
|
225
|
+
return _system.DesktopIcon;
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
Object.defineProperty(exports, "DevicesIcon", {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function get() {
|
|
231
|
+
return _system.DevicesIcon;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
Object.defineProperty(exports, "DigitalAssetIcon", {
|
|
235
|
+
enumerable: true,
|
|
236
|
+
get: function get() {
|
|
237
|
+
return _menu.DigitalAssetIcon;
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
Object.defineProperty(exports, "DislikeIcon", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function get() {
|
|
243
|
+
return _system.DislikeIcon;
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
Object.defineProperty(exports, "DocumentIcon", {
|
|
247
|
+
enumerable: true,
|
|
248
|
+
get: function get() {
|
|
249
|
+
return _system.DocumentIcon;
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
Object.defineProperty(exports, "EURIcon", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function get() {
|
|
255
|
+
return _currency.EURIcon;
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
Object.defineProperty(exports, "EarnIcon", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function get() {
|
|
261
|
+
return _system.EarnIcon;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(exports, "EditFileIcon", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function get() {
|
|
267
|
+
return _system.EditFileIcon;
|
|
268
|
+
}
|
|
269
|
+
});
|
|
270
|
+
Object.defineProperty(exports, "EmailIcon", {
|
|
271
|
+
enumerable: true,
|
|
272
|
+
get: function get() {
|
|
273
|
+
return _system.EmailIcon;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "ErrorIcon", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function get() {
|
|
279
|
+
return _primary.ErrorIcon;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(exports, "ExpandIcon", {
|
|
283
|
+
enumerable: true,
|
|
284
|
+
get: function get() {
|
|
285
|
+
return _system.ExpandIcon;
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, "ExtendIcon", {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function get() {
|
|
291
|
+
return _functional.ExtendIcon;
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
Object.defineProperty(exports, "FailIcon", {
|
|
295
|
+
enumerable: true,
|
|
296
|
+
get: function get() {
|
|
297
|
+
return _primary.FailIcon;
|
|
298
|
+
}
|
|
299
|
+
});
|
|
300
|
+
Object.defineProperty(exports, "FavoriteIcon", {
|
|
301
|
+
enumerable: true,
|
|
302
|
+
get: function get() {
|
|
303
|
+
return _system.FavoriteIcon;
|
|
304
|
+
}
|
|
305
|
+
});
|
|
306
|
+
Object.defineProperty(exports, "FeesIcon", {
|
|
307
|
+
enumerable: true,
|
|
308
|
+
get: function get() {
|
|
309
|
+
return _system.FeesIcon;
|
|
310
|
+
}
|
|
311
|
+
});
|
|
312
|
+
Object.defineProperty(exports, "FiatIcon", {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function get() {
|
|
315
|
+
return _menu.FiatIcon;
|
|
316
|
+
}
|
|
317
|
+
});
|
|
318
|
+
Object.defineProperty(exports, "FilterIcon", {
|
|
319
|
+
enumerable: true,
|
|
320
|
+
get: function get() {
|
|
321
|
+
return _system.FilterIcon;
|
|
322
|
+
}
|
|
323
|
+
});
|
|
324
|
+
Object.defineProperty(exports, "GBPIcon", {
|
|
325
|
+
enumerable: true,
|
|
326
|
+
get: function get() {
|
|
327
|
+
return _currency.GBPIcon;
|
|
328
|
+
}
|
|
329
|
+
});
|
|
330
|
+
Object.defineProperty(exports, "GiftIcon", {
|
|
331
|
+
enumerable: true,
|
|
332
|
+
get: function get() {
|
|
333
|
+
return _system.GiftIcon;
|
|
334
|
+
}
|
|
335
|
+
});
|
|
336
|
+
Object.defineProperty(exports, "GoogleIcon", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function get() {
|
|
339
|
+
return _brand.GoogleIcon;
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
Object.defineProperty(exports, "HelpIcon", {
|
|
343
|
+
enumerable: true,
|
|
344
|
+
get: function get() {
|
|
345
|
+
return _system.HelpIcon;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
348
|
+
Object.defineProperty(exports, "HideBalanceIcon", {
|
|
349
|
+
enumerable: true,
|
|
350
|
+
get: function get() {
|
|
351
|
+
return _system.HideBalanceIcon;
|
|
352
|
+
}
|
|
353
|
+
});
|
|
354
|
+
Object.defineProperty(exports, "HomeIcon", {
|
|
355
|
+
enumerable: true,
|
|
356
|
+
get: function get() {
|
|
357
|
+
return _menu.HomeIcon;
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, "HubIcon", {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function get() {
|
|
363
|
+
return _system.HubIcon;
|
|
364
|
+
}
|
|
365
|
+
});
|
|
366
|
+
Object.defineProperty(exports, "IDIcon", {
|
|
367
|
+
enumerable: true,
|
|
368
|
+
get: function get() {
|
|
369
|
+
return _system.IDIcon;
|
|
370
|
+
}
|
|
371
|
+
});
|
|
372
|
+
Object.defineProperty(exports, "ImagesIcon", {
|
|
373
|
+
enumerable: true,
|
|
374
|
+
get: function get() {
|
|
375
|
+
return _system.ImagesIcon;
|
|
376
|
+
}
|
|
377
|
+
});
|
|
378
|
+
Object.defineProperty(exports, "IndividualAccountIcon", {
|
|
379
|
+
enumerable: true,
|
|
380
|
+
get: function get() {
|
|
381
|
+
return _system.IndividualAccountIcon;
|
|
382
|
+
}
|
|
383
|
+
});
|
|
384
|
+
Object.defineProperty(exports, "InfoIcon", {
|
|
385
|
+
enumerable: true,
|
|
386
|
+
get: function get() {
|
|
387
|
+
return _system.InfoIcon;
|
|
388
|
+
}
|
|
389
|
+
});
|
|
390
|
+
Object.defineProperty(exports, "JPYIcon", {
|
|
391
|
+
enumerable: true,
|
|
392
|
+
get: function get() {
|
|
393
|
+
return _currency.JPYIcon;
|
|
394
|
+
}
|
|
395
|
+
});
|
|
396
|
+
Object.defineProperty(exports, "LanguageIcon", {
|
|
397
|
+
enumerable: true,
|
|
398
|
+
get: function get() {
|
|
399
|
+
return _system.LanguageIcon;
|
|
400
|
+
}
|
|
401
|
+
});
|
|
402
|
+
Object.defineProperty(exports, "LikeIcon", {
|
|
403
|
+
enumerable: true,
|
|
404
|
+
get: function get() {
|
|
405
|
+
return _system.LikeIcon;
|
|
406
|
+
}
|
|
407
|
+
});
|
|
408
|
+
Object.defineProperty(exports, "LinkIcon", {
|
|
409
|
+
enumerable: true,
|
|
410
|
+
get: function get() {
|
|
411
|
+
return _system.LinkIcon;
|
|
412
|
+
}
|
|
413
|
+
});
|
|
414
|
+
Object.defineProperty(exports, "LinkedBankAccountsIcon", {
|
|
415
|
+
enumerable: true,
|
|
416
|
+
get: function get() {
|
|
417
|
+
return _menu.LinkedBankAccountsIcon;
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
Object.defineProperty(exports, "LinkedInIcon", {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function get() {
|
|
423
|
+
return _brand.LinkedInIcon;
|
|
424
|
+
}
|
|
425
|
+
});
|
|
426
|
+
Object.defineProperty(exports, "LocationIcon", {
|
|
427
|
+
enumerable: true,
|
|
428
|
+
get: function get() {
|
|
429
|
+
return _system.LocationIcon;
|
|
430
|
+
}
|
|
431
|
+
});
|
|
432
|
+
Object.defineProperty(exports, "LogoutIcon", {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function get() {
|
|
435
|
+
return _menu.LogoutIcon;
|
|
436
|
+
}
|
|
437
|
+
});
|
|
438
|
+
Object.defineProperty(exports, "MaintenanceIcon", {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function get() {
|
|
441
|
+
return _system.MaintenanceIcon;
|
|
442
|
+
}
|
|
443
|
+
});
|
|
444
|
+
Object.defineProperty(exports, "MenuDepositIcon", {
|
|
445
|
+
enumerable: true,
|
|
446
|
+
get: function get() {
|
|
447
|
+
return _menu.MenuDepositIcon;
|
|
448
|
+
}
|
|
449
|
+
});
|
|
450
|
+
Object.defineProperty(exports, "MintTokenIcon", {
|
|
451
|
+
enumerable: true,
|
|
452
|
+
get: function get() {
|
|
453
|
+
return _primary.MintTokenIcon;
|
|
454
|
+
}
|
|
455
|
+
});
|
|
456
|
+
Object.defineProperty(exports, "MinusIcon", {
|
|
457
|
+
enumerable: true,
|
|
458
|
+
get: function get() {
|
|
459
|
+
return _functional.MinusIcon;
|
|
460
|
+
}
|
|
461
|
+
});
|
|
462
|
+
Object.defineProperty(exports, "MobileIcon", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function get() {
|
|
465
|
+
return _system.MobileIcon;
|
|
466
|
+
}
|
|
467
|
+
});
|
|
468
|
+
Object.defineProperty(exports, "MoneyIcon", {
|
|
469
|
+
enumerable: true,
|
|
470
|
+
get: function get() {
|
|
471
|
+
return _primary.MoneyIcon;
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
Object.defineProperty(exports, "MoreIcon", {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function get() {
|
|
477
|
+
return _functional.MoreIcon;
|
|
478
|
+
}
|
|
479
|
+
});
|
|
480
|
+
Object.defineProperty(exports, "NotificationErrorIcon", {
|
|
481
|
+
enumerable: true,
|
|
482
|
+
get: function get() {
|
|
483
|
+
return _notification.NotificationErrorIcon;
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
Object.defineProperty(exports, "NotificationInfoIcon", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function get() {
|
|
489
|
+
return _notification.NotificationInfoIcon;
|
|
490
|
+
}
|
|
491
|
+
});
|
|
492
|
+
Object.defineProperty(exports, "NotificationSuccessIcon", {
|
|
493
|
+
enumerable: true,
|
|
494
|
+
get: function get() {
|
|
495
|
+
return _notification.NotificationSuccessIcon;
|
|
496
|
+
}
|
|
497
|
+
});
|
|
498
|
+
Object.defineProperty(exports, "NotificationWarningIcon", {
|
|
499
|
+
enumerable: true,
|
|
500
|
+
get: function get() {
|
|
501
|
+
return _notification.NotificationWarningIcon;
|
|
502
|
+
}
|
|
503
|
+
});
|
|
504
|
+
Object.defineProperty(exports, "NotificationsIcon", {
|
|
505
|
+
enumerable: true,
|
|
506
|
+
get: function get() {
|
|
507
|
+
return _system.NotificationsIcon;
|
|
508
|
+
}
|
|
509
|
+
});
|
|
510
|
+
Object.defineProperty(exports, "PartiesIcon", {
|
|
511
|
+
enumerable: true,
|
|
512
|
+
get: function get() {
|
|
513
|
+
return _menu.PartiesIcon;
|
|
514
|
+
}
|
|
515
|
+
});
|
|
516
|
+
Object.defineProperty(exports, "PasskeyIcon", {
|
|
517
|
+
enumerable: true,
|
|
518
|
+
get: function get() {
|
|
519
|
+
return _system.PasskeyIcon;
|
|
520
|
+
}
|
|
521
|
+
});
|
|
522
|
+
Object.defineProperty(exports, "PauseIcon", {
|
|
523
|
+
enumerable: true,
|
|
524
|
+
get: function get() {
|
|
525
|
+
return _system.PauseIcon;
|
|
526
|
+
}
|
|
527
|
+
});
|
|
528
|
+
Object.defineProperty(exports, "PendingIcon", {
|
|
529
|
+
enumerable: true,
|
|
530
|
+
get: function get() {
|
|
531
|
+
return _primary.PendingIcon;
|
|
532
|
+
}
|
|
533
|
+
});
|
|
534
|
+
Object.defineProperty(exports, "PixIcon", {
|
|
535
|
+
enumerable: true,
|
|
536
|
+
get: function get() {
|
|
537
|
+
return _system.PixIcon;
|
|
538
|
+
}
|
|
539
|
+
});
|
|
540
|
+
Object.defineProperty(exports, "PortfolioIcon", {
|
|
541
|
+
enumerable: true,
|
|
542
|
+
get: function get() {
|
|
543
|
+
return _menu.PortfolioIcon;
|
|
544
|
+
}
|
|
545
|
+
});
|
|
546
|
+
Object.defineProperty(exports, "PrivacyIcon", {
|
|
547
|
+
enumerable: true,
|
|
548
|
+
get: function get() {
|
|
549
|
+
return _system.PrivacyIcon;
|
|
550
|
+
}
|
|
551
|
+
});
|
|
552
|
+
Object.defineProperty(exports, "ProductsIcon", {
|
|
553
|
+
enumerable: true,
|
|
554
|
+
get: function get() {
|
|
555
|
+
return _system.ProductsIcon;
|
|
556
|
+
}
|
|
557
|
+
});
|
|
558
|
+
Object.defineProperty(exports, "ProfileIcon", {
|
|
559
|
+
enumerable: true,
|
|
560
|
+
get: function get() {
|
|
561
|
+
return _menu.ProfileIcon;
|
|
562
|
+
}
|
|
563
|
+
});
|
|
564
|
+
Object.defineProperty(exports, "RefreshIcon", {
|
|
565
|
+
enumerable: true,
|
|
566
|
+
get: function get() {
|
|
567
|
+
return _system.RefreshIcon;
|
|
568
|
+
}
|
|
569
|
+
});
|
|
570
|
+
Object.defineProperty(exports, "RemoveIcon", {
|
|
571
|
+
enumerable: true,
|
|
572
|
+
get: function get() {
|
|
573
|
+
return _functional.RemoveIcon;
|
|
574
|
+
}
|
|
575
|
+
});
|
|
576
|
+
Object.defineProperty(exports, "RewardsIcon", {
|
|
577
|
+
enumerable: true,
|
|
578
|
+
get: function get() {
|
|
579
|
+
return _system.RewardsIcon;
|
|
580
|
+
}
|
|
581
|
+
});
|
|
582
|
+
Object.defineProperty(exports, "SWIFTIcon", {
|
|
583
|
+
enumerable: true,
|
|
584
|
+
get: function get() {
|
|
585
|
+
return _menu.SWIFTIcon;
|
|
586
|
+
}
|
|
587
|
+
});
|
|
588
|
+
Object.defineProperty(exports, "SaveIcon", {
|
|
589
|
+
enumerable: true,
|
|
590
|
+
get: function get() {
|
|
591
|
+
return _system.SaveIcon;
|
|
592
|
+
}
|
|
593
|
+
});
|
|
594
|
+
Object.defineProperty(exports, "ScanIcon", {
|
|
595
|
+
enumerable: true,
|
|
596
|
+
get: function get() {
|
|
597
|
+
return _system.ScanIcon;
|
|
598
|
+
}
|
|
599
|
+
});
|
|
600
|
+
Object.defineProperty(exports, "SearchIcon", {
|
|
601
|
+
enumerable: true,
|
|
602
|
+
get: function get() {
|
|
603
|
+
return _system.SearchIcon;
|
|
604
|
+
}
|
|
605
|
+
});
|
|
606
|
+
Object.defineProperty(exports, "SecurityCheckIcon", {
|
|
607
|
+
enumerable: true,
|
|
608
|
+
get: function get() {
|
|
609
|
+
return _system.SecurityCheckIcon;
|
|
610
|
+
}
|
|
611
|
+
});
|
|
612
|
+
Object.defineProperty(exports, "SecurityIcon", {
|
|
613
|
+
enumerable: true,
|
|
614
|
+
get: function get() {
|
|
615
|
+
return _menu.SecurityIcon;
|
|
616
|
+
}
|
|
617
|
+
});
|
|
618
|
+
Object.defineProperty(exports, "SendCryptoIcon", {
|
|
619
|
+
enumerable: true,
|
|
620
|
+
get: function get() {
|
|
621
|
+
return _primary.SendCryptoIcon;
|
|
622
|
+
}
|
|
623
|
+
});
|
|
624
|
+
Object.defineProperty(exports, "SendIcon", {
|
|
625
|
+
enumerable: true,
|
|
626
|
+
get: function get() {
|
|
627
|
+
return _menu.SendIcon;
|
|
628
|
+
}
|
|
629
|
+
});
|
|
630
|
+
Object.defineProperty(exports, "SettingsIcon", {
|
|
631
|
+
enumerable: true,
|
|
632
|
+
get: function get() {
|
|
633
|
+
return _system.SettingsIcon;
|
|
634
|
+
}
|
|
635
|
+
});
|
|
636
|
+
Object.defineProperty(exports, "ShareIcon", {
|
|
637
|
+
enumerable: true,
|
|
638
|
+
get: function get() {
|
|
639
|
+
return _system.ShareIcon;
|
|
640
|
+
}
|
|
641
|
+
});
|
|
642
|
+
Object.defineProperty(exports, "SortIcon", {
|
|
643
|
+
enumerable: true,
|
|
644
|
+
get: function get() {
|
|
645
|
+
return _dynamic.SortIcon;
|
|
646
|
+
}
|
|
647
|
+
});
|
|
648
|
+
Object.defineProperty(exports, "SpinnerIcon", {
|
|
649
|
+
enumerable: true,
|
|
650
|
+
get: function get() {
|
|
651
|
+
return _functional.SpinnerIcon;
|
|
652
|
+
}
|
|
653
|
+
});
|
|
654
|
+
Object.defineProperty(exports, "StatusFailIcon", {
|
|
655
|
+
enumerable: true,
|
|
656
|
+
get: function get() {
|
|
657
|
+
return _dynamic.StatusFailIcon;
|
|
658
|
+
}
|
|
659
|
+
});
|
|
660
|
+
Object.defineProperty(exports, "StatusSuccessIcon", {
|
|
661
|
+
enumerable: true,
|
|
662
|
+
get: function get() {
|
|
663
|
+
return _dynamic.StatusSuccessIcon;
|
|
664
|
+
}
|
|
665
|
+
});
|
|
666
|
+
Object.defineProperty(exports, "SuccessIcon", {
|
|
667
|
+
enumerable: true,
|
|
668
|
+
get: function get() {
|
|
669
|
+
return _primary.SuccessIcon;
|
|
670
|
+
}
|
|
671
|
+
});
|
|
672
|
+
Object.defineProperty(exports, "SupportIcon", {
|
|
673
|
+
enumerable: true,
|
|
674
|
+
get: function get() {
|
|
675
|
+
return _system.SupportIcon;
|
|
676
|
+
}
|
|
677
|
+
});
|
|
678
|
+
Object.defineProperty(exports, "SwapIcon", {
|
|
679
|
+
enumerable: true,
|
|
680
|
+
get: function get() {
|
|
681
|
+
return _system.SwapIcon;
|
|
682
|
+
}
|
|
683
|
+
});
|
|
684
|
+
Object.defineProperty(exports, "SystemCollapseIcon", {
|
|
685
|
+
enumerable: true,
|
|
686
|
+
get: function get() {
|
|
687
|
+
return _system.SystemCollapseIcon;
|
|
688
|
+
}
|
|
689
|
+
});
|
|
690
|
+
Object.defineProperty(exports, "SystemSecurityIcon", {
|
|
691
|
+
enumerable: true,
|
|
692
|
+
get: function get() {
|
|
693
|
+
return _system.SystemSecurityIcon;
|
|
694
|
+
}
|
|
695
|
+
});
|
|
696
|
+
Object.defineProperty(exports, "TimeIcon", {
|
|
697
|
+
enumerable: true,
|
|
698
|
+
get: function get() {
|
|
699
|
+
return _system.TimeIcon;
|
|
700
|
+
}
|
|
701
|
+
});
|
|
702
|
+
Object.defineProperty(exports, "TransactionsIcon", {
|
|
703
|
+
enumerable: true,
|
|
704
|
+
get: function get() {
|
|
705
|
+
return _menu.TransactionsIcon;
|
|
706
|
+
}
|
|
707
|
+
});
|
|
708
|
+
Object.defineProperty(exports, "TransferHistoryIcon", {
|
|
709
|
+
enumerable: true,
|
|
710
|
+
get: function get() {
|
|
711
|
+
return _system.TransferHistoryIcon;
|
|
712
|
+
}
|
|
713
|
+
});
|
|
714
|
+
Object.defineProperty(exports, "TransferIcon", {
|
|
715
|
+
enumerable: true,
|
|
716
|
+
get: function get() {
|
|
717
|
+
return _system.TransferIcon;
|
|
718
|
+
}
|
|
719
|
+
});
|
|
720
|
+
Object.defineProperty(exports, "TwitterIcon", {
|
|
721
|
+
enumerable: true,
|
|
722
|
+
get: function get() {
|
|
723
|
+
return _brand.TwitterIcon;
|
|
724
|
+
}
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(exports, "USDIcon", {
|
|
727
|
+
enumerable: true,
|
|
728
|
+
get: function get() {
|
|
729
|
+
return _currency.USDIcon;
|
|
730
|
+
}
|
|
731
|
+
});
|
|
732
|
+
Object.defineProperty(exports, "UploadIcon", {
|
|
733
|
+
enumerable: true,
|
|
734
|
+
get: function get() {
|
|
735
|
+
return _system.UploadIcon;
|
|
736
|
+
}
|
|
737
|
+
});
|
|
738
|
+
Object.defineProperty(exports, "ViewBalanceIcon", {
|
|
739
|
+
enumerable: true,
|
|
740
|
+
get: function get() {
|
|
741
|
+
return _system.ViewBalanceIcon;
|
|
742
|
+
}
|
|
743
|
+
});
|
|
744
|
+
Object.defineProperty(exports, "WalletIcon", {
|
|
745
|
+
enumerable: true,
|
|
746
|
+
get: function get() {
|
|
747
|
+
return _system.WalletIcon;
|
|
748
|
+
}
|
|
749
|
+
});
|
|
750
|
+
Object.defineProperty(exports, "WireIcon", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function get() {
|
|
753
|
+
return _menu.WireIcon;
|
|
754
|
+
}
|
|
755
|
+
});
|
|
756
|
+
Object.defineProperty(exports, "WithdrawIcon", {
|
|
757
|
+
enumerable: true,
|
|
758
|
+
get: function get() {
|
|
759
|
+
return _menu.WithdrawIcon;
|
|
760
|
+
}
|
|
761
|
+
});
|
|
762
|
+
Object.defineProperty(exports, "WithdrawalIcon", {
|
|
763
|
+
enumerable: true,
|
|
764
|
+
get: function get() {
|
|
765
|
+
return _primary.WithdrawalIcon;
|
|
766
|
+
}
|
|
767
|
+
});
|
|
768
|
+
Object.defineProperty(exports, "iconRegistry", {
|
|
769
|
+
enumerable: true,
|
|
770
|
+
get: function get() {
|
|
771
|
+
return _registry.iconRegistry;
|
|
772
|
+
}
|
|
773
|
+
});
|
|
774
|
+
var _brand = require("./brand");
|
|
775
|
+
var _currency = require("./currency");
|
|
776
|
+
var _functional = require("./functional");
|
|
777
|
+
var _menu = require("./menu");
|
|
778
|
+
var _notification = require("./notification");
|
|
779
|
+
var _primary = require("./primary");
|
|
780
|
+
var _system = require("./system");
|
|
781
|
+
var _dynamic = require("./dynamic");
|
|
782
|
+
var _registry = require("./registry");
|
|
783
|
+
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNvbXBvbmVudHMvSWNvbnMvc3JjL2NvbXBvbmVudHMvSWNvbnMvaWNvbi1zZXQvaW5kZXgudHMiXSwibmFtZXMiOlsiX2JyYW5kIiwicmVxdWlyZSIsIl9jdXJyZW5jeSIsIl9mdW5jdGlvbmFsIiwiX21lbnUiLCJfbm90aWZpY2F0aW9uIiwiX3ByaW1hcnkiLCJfc3lzdGVtIiwiX2R5bmFtaWMiLCJfcmVnaXN0cnkiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsSUFBQUEsTUFBQSxHQUFBQyxPQUFBO0FBTUEsSUFBQUMsU0FBQSxHQUFBRCxPQUFBO0FBT0EsSUFBQUUsV0FBQSxHQUFBRixPQUFBO0FBbUJBLElBQUFHLEtBQUEsR0FBQUgsT0FBQTtBQXNCQSxJQUFBSSxhQUFBLEdBQUFKLE9BQUE7QUFNQSxJQUFBSyxRQUFBLEdBQUFMLE9BQUE7QUFjQSxJQUFBTSxPQUFBLEdBQUFOLE9BQUE7QUFnRUEsSUFBQU8sUUFBQSxHQUFBUCxPQUFBO0FBRUEsSUFBQVEsU0FBQSxHQUFBUixPQUFBIiwiZmlsZSI6ImNvbXBvbmVudHMvSWNvbnMvaWNvbi1zZXQvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6W251bGxdLCJzb3VyY2VSb290IjoiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjIn0=
|