@devopness/ui-react 2.159.0 → 2.160.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/icons/iconLoader.d.ts +285 -132
- package/dist/src/icons/index.d.ts +1 -1
- package/dist/src/icons/types.d.ts +15 -0
- package/dist/ui-react.cjs +167 -167
- package/dist/ui-react.js +3872 -3684
- package/package.json +2 -2
|
@@ -1,435 +1,588 @@
|
|
|
1
|
+
import { Icon } from './types';
|
|
1
2
|
declare const iconList: readonly [{
|
|
2
3
|
readonly type: "icon";
|
|
3
|
-
readonly
|
|
4
|
+
readonly name: "add";
|
|
4
5
|
readonly component: import('react-icons/lib').IconType;
|
|
5
6
|
}, {
|
|
6
7
|
readonly type: "icon";
|
|
7
|
-
readonly
|
|
8
|
+
readonly name: "alarm";
|
|
8
9
|
readonly component: import('react-icons/lib').IconType;
|
|
9
10
|
}, {
|
|
10
11
|
readonly type: "icon";
|
|
11
|
-
readonly
|
|
12
|
+
readonly name: "arrowDown";
|
|
12
13
|
readonly component: import('react-icons/lib').IconType;
|
|
13
14
|
}, {
|
|
14
15
|
readonly type: "icon";
|
|
15
|
-
readonly
|
|
16
|
+
readonly name: "arrowLeft";
|
|
16
17
|
readonly component: import('react-icons/lib').IconType;
|
|
17
18
|
}, {
|
|
18
19
|
readonly type: "icon";
|
|
19
|
-
readonly
|
|
20
|
+
readonly name: "arrowRight";
|
|
20
21
|
readonly component: import('react-icons/lib').IconType;
|
|
21
22
|
}, {
|
|
22
23
|
readonly type: "icon";
|
|
23
|
-
readonly
|
|
24
|
+
readonly name: "arrowUp";
|
|
24
25
|
readonly component: import('react-icons/lib').IconType;
|
|
25
26
|
}, {
|
|
26
27
|
readonly type: "icon";
|
|
27
|
-
readonly
|
|
28
|
+
readonly name: "branch";
|
|
28
29
|
readonly component: import('react-icons/lib').IconType;
|
|
29
30
|
}, {
|
|
30
31
|
readonly type: "icon";
|
|
31
|
-
readonly
|
|
32
|
-
readonly component: (
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
readonly name: "checkOutline";
|
|
33
|
+
readonly component: import('react-icons/lib').IconType;
|
|
34
|
+
}, {
|
|
35
|
+
readonly type: "image";
|
|
36
|
+
readonly name: "children";
|
|
37
|
+
readonly component: string;
|
|
36
38
|
}, {
|
|
37
39
|
readonly type: "icon";
|
|
38
|
-
readonly
|
|
40
|
+
readonly name: "close";
|
|
39
41
|
readonly component: import('react-icons/lib').IconType;
|
|
40
42
|
}, {
|
|
41
43
|
readonly type: "icon";
|
|
42
|
-
readonly
|
|
44
|
+
readonly name: "cloudWarning";
|
|
43
45
|
readonly component: import('react-icons/lib').IconType;
|
|
44
46
|
}, {
|
|
45
47
|
readonly type: "icon";
|
|
46
|
-
readonly
|
|
48
|
+
readonly name: "codeBadge";
|
|
47
49
|
readonly component: import('react-icons/lib').IconType;
|
|
48
50
|
}, {
|
|
49
51
|
readonly type: "icon";
|
|
50
|
-
readonly
|
|
52
|
+
readonly name: "commit";
|
|
51
53
|
readonly component: import('react-icons/lib').IconType;
|
|
52
54
|
}, {
|
|
53
55
|
readonly type: "icon";
|
|
54
|
-
readonly
|
|
56
|
+
readonly name: "config";
|
|
55
57
|
readonly component: import('react-icons/lib').IconType;
|
|
56
58
|
}, {
|
|
57
59
|
readonly type: "icon";
|
|
58
|
-
readonly
|
|
60
|
+
readonly name: "connect";
|
|
59
61
|
readonly component: import('react-icons/lib').IconType;
|
|
60
62
|
}, {
|
|
61
63
|
readonly type: "icon";
|
|
62
|
-
readonly
|
|
64
|
+
readonly name: "copy";
|
|
63
65
|
readonly component: import('react-icons/lib').IconType;
|
|
64
66
|
}, {
|
|
65
67
|
readonly type: "icon";
|
|
66
|
-
readonly
|
|
68
|
+
readonly name: "copyOutline";
|
|
67
69
|
readonly component: import('react-icons/lib').IconType;
|
|
68
70
|
}, {
|
|
69
71
|
readonly type: "icon";
|
|
70
|
-
readonly
|
|
72
|
+
readonly name: "cubes";
|
|
71
73
|
readonly component: import('react-icons/lib').IconType;
|
|
72
74
|
}, {
|
|
73
75
|
readonly type: "icon";
|
|
74
|
-
readonly
|
|
76
|
+
readonly name: "currencyCircle";
|
|
75
77
|
readonly component: import('react-icons/lib').IconType;
|
|
76
78
|
}, {
|
|
77
79
|
readonly type: "icon";
|
|
78
|
-
readonly
|
|
80
|
+
readonly name: "delete";
|
|
79
81
|
readonly component: import('react-icons/lib').IconType;
|
|
80
82
|
}, {
|
|
81
83
|
readonly type: "icon";
|
|
82
|
-
readonly
|
|
84
|
+
readonly name: "deploy";
|
|
83
85
|
readonly component: import('react-icons/lib').IconType;
|
|
84
86
|
}, {
|
|
85
87
|
readonly type: "icon";
|
|
86
|
-
readonly
|
|
88
|
+
readonly name: "description";
|
|
87
89
|
readonly component: import('react-icons/lib').IconType;
|
|
88
90
|
}, {
|
|
89
91
|
readonly type: "icon";
|
|
90
|
-
readonly
|
|
92
|
+
readonly name: "devices";
|
|
91
93
|
readonly component: import('react-icons/lib').IconType;
|
|
92
94
|
}, {
|
|
93
95
|
readonly type: "icon";
|
|
94
|
-
readonly
|
|
96
|
+
readonly name: "dragHandle";
|
|
95
97
|
readonly component: import('react-icons/lib').IconType;
|
|
96
98
|
}, {
|
|
97
99
|
readonly type: "icon";
|
|
98
|
-
readonly
|
|
100
|
+
readonly name: "edit";
|
|
99
101
|
readonly component: import('react-icons/lib').IconType;
|
|
100
102
|
}, {
|
|
101
103
|
readonly type: "icon";
|
|
102
|
-
readonly
|
|
104
|
+
readonly name: "error";
|
|
103
105
|
readonly component: import('react-icons/lib').IconType;
|
|
104
106
|
}, {
|
|
105
107
|
readonly type: "icon";
|
|
106
|
-
readonly
|
|
108
|
+
readonly name: "eyeClosed";
|
|
107
109
|
readonly component: import('react-icons/lib').IconType;
|
|
108
110
|
}, {
|
|
109
111
|
readonly type: "icon";
|
|
110
|
-
readonly
|
|
112
|
+
readonly name: "eyeOpen";
|
|
111
113
|
readonly component: import('react-icons/lib').IconType;
|
|
112
114
|
}, {
|
|
113
115
|
readonly type: "icon";
|
|
114
|
-
readonly
|
|
116
|
+
readonly name: "eyeOutline";
|
|
115
117
|
readonly component: import('react-icons/lib').IconType;
|
|
116
118
|
}, {
|
|
117
119
|
readonly type: "icon";
|
|
118
|
-
readonly
|
|
120
|
+
readonly name: "folder";
|
|
119
121
|
readonly component: import('react-icons/lib').IconType;
|
|
120
122
|
}, {
|
|
121
123
|
readonly type: "icon";
|
|
122
|
-
readonly
|
|
124
|
+
readonly name: "gear";
|
|
123
125
|
readonly component: import('react-icons/lib').IconType;
|
|
124
126
|
}, {
|
|
125
127
|
readonly type: "icon";
|
|
126
|
-
readonly
|
|
128
|
+
readonly name: "globe";
|
|
127
129
|
readonly component: import('react-icons/lib').IconType;
|
|
128
130
|
}, {
|
|
129
131
|
readonly type: "icon";
|
|
130
|
-
readonly
|
|
132
|
+
readonly name: "group";
|
|
131
133
|
readonly component: import('react-icons/lib').IconType;
|
|
132
134
|
}, {
|
|
133
135
|
readonly type: "icon";
|
|
134
|
-
readonly
|
|
136
|
+
readonly name: "help";
|
|
135
137
|
readonly component: import('react-icons/lib').IconType;
|
|
136
138
|
}, {
|
|
137
139
|
readonly type: "icon";
|
|
138
|
-
readonly
|
|
140
|
+
readonly name: "info";
|
|
139
141
|
readonly component: import('react-icons/lib').IconType;
|
|
140
142
|
}, {
|
|
141
143
|
readonly type: "icon";
|
|
142
|
-
readonly
|
|
144
|
+
readonly name: "key";
|
|
143
145
|
readonly component: import('react-icons/lib').IconType;
|
|
144
146
|
}, {
|
|
145
147
|
readonly type: "icon";
|
|
146
|
-
readonly
|
|
148
|
+
readonly name: "launch";
|
|
147
149
|
readonly component: import('react-icons/lib').IconType;
|
|
148
150
|
}, {
|
|
149
151
|
readonly type: "icon";
|
|
150
|
-
readonly
|
|
152
|
+
readonly name: "lens";
|
|
151
153
|
readonly component: import('react-icons/lib').IconType;
|
|
152
154
|
}, {
|
|
153
155
|
readonly type: "icon";
|
|
154
|
-
readonly
|
|
156
|
+
readonly name: "link";
|
|
155
157
|
readonly component: import('react-icons/lib').IconType;
|
|
156
158
|
}, {
|
|
157
159
|
readonly type: "icon";
|
|
158
|
-
readonly
|
|
160
|
+
readonly name: "loading";
|
|
161
|
+
readonly component: ({ color, size }: {
|
|
162
|
+
color: string;
|
|
163
|
+
size: number;
|
|
164
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
165
|
+
}, {
|
|
166
|
+
readonly type: "icon";
|
|
167
|
+
readonly name: "lock";
|
|
159
168
|
readonly component: import('react-icons/lib').IconType;
|
|
160
169
|
}, {
|
|
161
170
|
readonly type: "icon";
|
|
162
|
-
readonly
|
|
171
|
+
readonly name: "lockOpen";
|
|
163
172
|
readonly component: import('react-icons/lib').IconType;
|
|
164
173
|
}, {
|
|
165
174
|
readonly type: "icon";
|
|
166
|
-
readonly
|
|
175
|
+
readonly name: "logout";
|
|
167
176
|
readonly component: import('react-icons/lib').IconType;
|
|
168
177
|
}, {
|
|
169
178
|
readonly type: "icon";
|
|
170
|
-
readonly
|
|
179
|
+
readonly name: "mapPin";
|
|
171
180
|
readonly component: import('react-icons/lib').IconType;
|
|
172
181
|
}, {
|
|
173
182
|
readonly type: "icon";
|
|
174
|
-
readonly
|
|
183
|
+
readonly name: "more";
|
|
175
184
|
readonly component: import('react-icons/lib').IconType;
|
|
176
185
|
}, {
|
|
177
186
|
readonly type: "icon";
|
|
178
|
-
readonly
|
|
187
|
+
readonly name: "network";
|
|
179
188
|
readonly component: import('react-icons/lib').IconType;
|
|
180
189
|
}, {
|
|
181
190
|
readonly type: "icon";
|
|
182
|
-
readonly
|
|
191
|
+
readonly name: "openInNewWindow";
|
|
183
192
|
readonly component: import('react-icons/lib').IconType;
|
|
184
193
|
}, {
|
|
185
194
|
readonly type: "icon";
|
|
186
|
-
readonly
|
|
195
|
+
readonly name: "organization";
|
|
187
196
|
readonly component: import('react-icons/lib').IconType;
|
|
197
|
+
}, {
|
|
198
|
+
readonly type: "image";
|
|
199
|
+
readonly name: "parent";
|
|
200
|
+
readonly component: string;
|
|
188
201
|
}, {
|
|
189
202
|
readonly type: "icon";
|
|
190
|
-
readonly
|
|
203
|
+
readonly name: "passkey";
|
|
191
204
|
readonly component: import('react-icons/lib').IconType;
|
|
192
205
|
}, {
|
|
193
206
|
readonly type: "icon";
|
|
194
|
-
readonly
|
|
207
|
+
readonly name: "pending";
|
|
195
208
|
readonly component: import('react-icons/lib').IconType;
|
|
196
209
|
}, {
|
|
197
210
|
readonly type: "icon";
|
|
198
|
-
readonly
|
|
211
|
+
readonly name: "plus";
|
|
199
212
|
readonly component: import('react-icons/lib').IconType;
|
|
200
213
|
}, {
|
|
201
214
|
readonly type: "icon";
|
|
202
|
-
readonly
|
|
215
|
+
readonly name: "plusCircle";
|
|
203
216
|
readonly component: import('react-icons/lib').IconType;
|
|
204
217
|
}, {
|
|
205
218
|
readonly type: "icon";
|
|
206
|
-
readonly
|
|
219
|
+
readonly name: "remove";
|
|
207
220
|
readonly component: import('react-icons/lib').IconType;
|
|
208
221
|
}, {
|
|
209
222
|
readonly type: "icon";
|
|
210
|
-
readonly
|
|
223
|
+
readonly name: "security";
|
|
211
224
|
readonly component: import('react-icons/lib').IconType;
|
|
212
225
|
}, {
|
|
213
226
|
readonly type: "icon";
|
|
214
|
-
readonly
|
|
227
|
+
readonly name: "server";
|
|
215
228
|
readonly component: import('react-icons/lib').IconType;
|
|
216
229
|
}, {
|
|
217
230
|
readonly type: "icon";
|
|
218
|
-
readonly
|
|
231
|
+
readonly name: "serverCloud";
|
|
219
232
|
readonly component: import('react-icons/lib').IconType;
|
|
220
233
|
}, {
|
|
221
234
|
readonly type: "icon";
|
|
222
|
-
readonly
|
|
235
|
+
readonly name: "serverOutline";
|
|
223
236
|
readonly component: import('react-icons/lib').IconType;
|
|
224
237
|
}, {
|
|
225
238
|
readonly type: "icon";
|
|
226
|
-
readonly
|
|
239
|
+
readonly name: "settings";
|
|
227
240
|
readonly component: import('react-icons/lib').IconType;
|
|
228
241
|
}, {
|
|
229
242
|
readonly type: "icon";
|
|
230
|
-
readonly
|
|
243
|
+
readonly name: "shield";
|
|
231
244
|
readonly component: import('react-icons/lib').IconType;
|
|
232
245
|
}, {
|
|
233
246
|
readonly type: "icon";
|
|
234
|
-
readonly
|
|
247
|
+
readonly name: "shieldLock";
|
|
248
|
+
readonly component: string;
|
|
249
|
+
}, {
|
|
250
|
+
readonly type: "icon";
|
|
251
|
+
readonly name: "shieldOutline";
|
|
235
252
|
readonly component: import('react-icons/lib').IconType;
|
|
236
253
|
}, {
|
|
237
254
|
readonly type: "icon";
|
|
238
|
-
readonly
|
|
255
|
+
readonly name: "skip";
|
|
239
256
|
readonly component: import('react-icons/lib').IconType;
|
|
240
257
|
}, {
|
|
241
258
|
readonly type: "icon";
|
|
242
|
-
readonly
|
|
259
|
+
readonly name: "snooze";
|
|
243
260
|
readonly component: import('react-icons/lib').IconType;
|
|
244
261
|
}, {
|
|
245
262
|
readonly type: "icon";
|
|
246
|
-
readonly
|
|
263
|
+
readonly name: "sort";
|
|
247
264
|
readonly component: import('react-icons/lib').IconType;
|
|
248
265
|
}, {
|
|
249
266
|
readonly type: "icon";
|
|
250
|
-
readonly
|
|
267
|
+
readonly name: "storage";
|
|
251
268
|
readonly component: import('react-icons/lib').IconType;
|
|
252
269
|
}, {
|
|
253
270
|
readonly type: "icon";
|
|
254
|
-
readonly
|
|
271
|
+
readonly name: "subnet";
|
|
255
272
|
readonly component: import('react-icons/lib').IconType;
|
|
256
273
|
}, {
|
|
257
274
|
readonly type: "icon";
|
|
258
|
-
readonly
|
|
275
|
+
readonly name: "success";
|
|
259
276
|
readonly component: import('react-icons/lib').IconType;
|
|
260
277
|
}, {
|
|
261
278
|
readonly type: "icon";
|
|
262
|
-
readonly
|
|
279
|
+
readonly name: "tag";
|
|
263
280
|
readonly component: import('react-icons/lib').IconType;
|
|
264
281
|
}, {
|
|
265
282
|
readonly type: "icon";
|
|
266
|
-
readonly
|
|
283
|
+
readonly name: "teamOutline";
|
|
267
284
|
readonly component: import('react-icons/lib').IconType;
|
|
268
285
|
}, {
|
|
269
286
|
readonly type: "icon";
|
|
270
|
-
readonly
|
|
287
|
+
readonly name: "terminal";
|
|
271
288
|
readonly component: import('react-icons/lib').IconType;
|
|
272
289
|
}, {
|
|
273
290
|
readonly type: "icon";
|
|
274
|
-
readonly
|
|
291
|
+
readonly name: "treeView";
|
|
275
292
|
readonly component: import('react-icons/lib').IconType;
|
|
276
293
|
}, {
|
|
277
|
-
readonly type: "
|
|
278
|
-
readonly
|
|
279
|
-
readonly component:
|
|
294
|
+
readonly type: "icon";
|
|
295
|
+
readonly name: "unlink";
|
|
296
|
+
readonly component: import('react-icons/lib').IconType;
|
|
280
297
|
}, {
|
|
281
|
-
readonly type: "
|
|
282
|
-
readonly
|
|
283
|
-
readonly component:
|
|
298
|
+
readonly type: "icon";
|
|
299
|
+
readonly name: "user";
|
|
300
|
+
readonly component: import('react-icons/lib').IconType;
|
|
284
301
|
}, {
|
|
285
|
-
readonly type: "
|
|
286
|
-
readonly
|
|
287
|
-
readonly component:
|
|
302
|
+
readonly type: "icon";
|
|
303
|
+
readonly name: "warning";
|
|
304
|
+
readonly component: import('react-icons/lib').IconType;
|
|
288
305
|
}, {
|
|
289
306
|
readonly type: "image";
|
|
290
|
-
readonly
|
|
307
|
+
readonly name: "aws";
|
|
291
308
|
readonly component: string;
|
|
292
309
|
}, {
|
|
293
310
|
readonly type: "image";
|
|
294
|
-
readonly
|
|
311
|
+
readonly name: "azure";
|
|
295
312
|
readonly component: string;
|
|
296
313
|
}, {
|
|
297
314
|
readonly type: "image";
|
|
298
|
-
readonly
|
|
315
|
+
readonly name: "bitbucket";
|
|
299
316
|
readonly component: string;
|
|
300
317
|
}, {
|
|
301
318
|
readonly type: "image";
|
|
302
|
-
readonly
|
|
319
|
+
readonly name: "c-sharp";
|
|
303
320
|
readonly component: string;
|
|
304
321
|
}, {
|
|
305
322
|
readonly type: "image";
|
|
306
|
-
readonly
|
|
323
|
+
readonly name: "centos";
|
|
307
324
|
readonly component: string;
|
|
308
325
|
}, {
|
|
309
326
|
readonly type: "image";
|
|
310
|
-
readonly
|
|
327
|
+
readonly name: "devopness";
|
|
311
328
|
readonly component: string;
|
|
312
329
|
}, {
|
|
313
330
|
readonly type: "image";
|
|
314
|
-
readonly
|
|
331
|
+
readonly name: "digitalocean";
|
|
315
332
|
readonly component: string;
|
|
316
333
|
}, {
|
|
317
334
|
readonly type: "image";
|
|
318
|
-
readonly
|
|
335
|
+
readonly name: "docker";
|
|
319
336
|
readonly component: string;
|
|
320
337
|
}, {
|
|
321
338
|
readonly type: "image";
|
|
322
|
-
readonly
|
|
339
|
+
readonly name: "dotnetcore";
|
|
323
340
|
readonly component: string;
|
|
324
341
|
}, {
|
|
325
342
|
readonly type: "image";
|
|
326
|
-
readonly
|
|
343
|
+
readonly name: "dotnetcore-aspnetcore";
|
|
327
344
|
readonly component: string;
|
|
328
345
|
}, {
|
|
329
346
|
readonly type: "image";
|
|
330
|
-
readonly
|
|
347
|
+
readonly name: "gcp";
|
|
331
348
|
readonly component: string;
|
|
332
349
|
}, {
|
|
333
350
|
readonly type: "image";
|
|
334
|
-
readonly
|
|
351
|
+
readonly name: "github";
|
|
335
352
|
readonly component: string;
|
|
336
353
|
}, {
|
|
337
354
|
readonly type: "image";
|
|
338
|
-
readonly
|
|
355
|
+
readonly name: "gitlab";
|
|
339
356
|
readonly component: string;
|
|
340
357
|
}, {
|
|
341
358
|
readonly type: "image";
|
|
342
|
-
readonly
|
|
359
|
+
readonly name: "html";
|
|
343
360
|
readonly component: string;
|
|
344
361
|
}, {
|
|
345
362
|
readonly type: "image";
|
|
346
|
-
readonly
|
|
363
|
+
readonly name: "java";
|
|
347
364
|
readonly component: string;
|
|
348
365
|
}, {
|
|
349
366
|
readonly type: "image";
|
|
350
|
-
readonly
|
|
367
|
+
readonly name: "nodejs";
|
|
351
368
|
readonly component: string;
|
|
352
369
|
}, {
|
|
353
370
|
readonly type: "image";
|
|
354
|
-
readonly
|
|
371
|
+
readonly name: "php";
|
|
355
372
|
readonly component: string;
|
|
356
373
|
}, {
|
|
357
374
|
readonly type: "image";
|
|
358
|
-
readonly
|
|
375
|
+
readonly name: "php-laravel";
|
|
359
376
|
readonly component: string;
|
|
360
377
|
}, {
|
|
361
378
|
readonly type: "image";
|
|
362
|
-
readonly
|
|
379
|
+
readonly name: "python";
|
|
363
380
|
readonly component: string;
|
|
364
381
|
}, {
|
|
365
382
|
readonly type: "image";
|
|
366
|
-
readonly
|
|
383
|
+
readonly name: "python-django";
|
|
367
384
|
readonly component: string;
|
|
368
385
|
}, {
|
|
369
386
|
readonly type: "image";
|
|
370
|
-
readonly
|
|
387
|
+
readonly name: "python-fastapi";
|
|
371
388
|
readonly component: string;
|
|
372
389
|
}, {
|
|
373
390
|
readonly type: "image";
|
|
374
|
-
readonly
|
|
391
|
+
readonly name: "python-flask";
|
|
375
392
|
readonly component: string;
|
|
376
393
|
}, {
|
|
377
394
|
readonly type: "image";
|
|
378
|
-
readonly
|
|
395
|
+
readonly name: "ruby";
|
|
379
396
|
readonly component: string;
|
|
397
|
+
}, {
|
|
398
|
+
readonly type: "icon";
|
|
399
|
+
readonly name: "self-hosted";
|
|
400
|
+
readonly component: import('react-icons/lib').IconType;
|
|
380
401
|
}, {
|
|
381
402
|
readonly type: "image";
|
|
382
|
-
readonly
|
|
403
|
+
readonly name: "ubuntu";
|
|
383
404
|
readonly component: string;
|
|
384
405
|
}, {
|
|
385
|
-
readonly type: "
|
|
386
|
-
readonly
|
|
406
|
+
readonly type: "deprecated-icon";
|
|
407
|
+
readonly name: "aiOutlineDollarCircle";
|
|
408
|
+
readonly component: import('react-icons/lib').IconType;
|
|
409
|
+
readonly newName: "currencyCircle";
|
|
410
|
+
}, {
|
|
411
|
+
readonly type: "deprecated-icon";
|
|
412
|
+
readonly name: "alarmOn";
|
|
413
|
+
readonly component: import('react-icons/lib').IconType;
|
|
414
|
+
readonly newName: "alarm";
|
|
415
|
+
}, {
|
|
416
|
+
readonly type: "deprecated-image";
|
|
417
|
+
readonly name: "bitbucket-white";
|
|
387
418
|
readonly component: string;
|
|
419
|
+
readonly newName: undefined;
|
|
388
420
|
}, {
|
|
389
|
-
readonly type: "
|
|
390
|
-
readonly
|
|
421
|
+
readonly type: "deprecated-icon";
|
|
422
|
+
readonly name: "checkCircle";
|
|
423
|
+
readonly component: import('react-icons/lib').IconType;
|
|
424
|
+
readonly newName: "success";
|
|
425
|
+
}, {
|
|
426
|
+
readonly type: "deprecated-icon";
|
|
427
|
+
readonly name: "cloudServer";
|
|
428
|
+
readonly component: import('react-icons/lib').IconType;
|
|
429
|
+
readonly newName: "serverCloud";
|
|
430
|
+
}, {
|
|
431
|
+
readonly type: "deprecated-icon";
|
|
432
|
+
readonly name: "downArrow";
|
|
433
|
+
readonly component: import('react-icons/lib').IconType;
|
|
434
|
+
readonly newName: "arrowDown";
|
|
435
|
+
}, {
|
|
436
|
+
readonly type: "deprecated-icon";
|
|
437
|
+
readonly name: "eye";
|
|
438
|
+
readonly component: import('react-icons/lib').IconType;
|
|
439
|
+
readonly newName: "eyeOpen";
|
|
440
|
+
}, {
|
|
441
|
+
readonly type: "deprecated-icon";
|
|
442
|
+
readonly name: "eye2Line";
|
|
443
|
+
readonly component: import('react-icons/lib').IconType;
|
|
444
|
+
readonly newName: "eyeOutline";
|
|
445
|
+
}, {
|
|
446
|
+
readonly type: "deprecated-icon";
|
|
447
|
+
readonly name: "eyeOff";
|
|
448
|
+
readonly component: import('react-icons/lib').IconType;
|
|
449
|
+
readonly newName: "eyeClosed";
|
|
450
|
+
}, {
|
|
451
|
+
readonly type: "deprecated-icon";
|
|
452
|
+
readonly name: "faGlobe";
|
|
453
|
+
readonly component: import('react-icons/lib').IconType;
|
|
454
|
+
readonly newName: "globe";
|
|
455
|
+
}, {
|
|
456
|
+
readonly type: "deprecated-icon";
|
|
457
|
+
readonly name: "filledCheck";
|
|
458
|
+
readonly component: import('react-icons/lib').IconType;
|
|
459
|
+
readonly newName: "shieldCheck";
|
|
460
|
+
}, {
|
|
461
|
+
readonly type: "deprecated-icon";
|
|
462
|
+
readonly name: "fillGearFill";
|
|
463
|
+
readonly component: import('react-icons/lib').IconType;
|
|
464
|
+
readonly newName: "gear";
|
|
465
|
+
}, {
|
|
466
|
+
readonly type: "deprecated-icon";
|
|
467
|
+
readonly name: "gitBranch";
|
|
468
|
+
readonly component: import('react-icons/lib').IconType;
|
|
469
|
+
readonly newName: "branch";
|
|
470
|
+
}, {
|
|
471
|
+
readonly type: "deprecated-image";
|
|
472
|
+
readonly name: "github-white";
|
|
391
473
|
readonly component: string;
|
|
474
|
+
readonly newName: undefined;
|
|
392
475
|
}, {
|
|
393
|
-
readonly type: "icon";
|
|
394
|
-
readonly
|
|
476
|
+
readonly type: "deprecated-icon";
|
|
477
|
+
readonly name: "leftArrow";
|
|
395
478
|
readonly component: import('react-icons/lib').IconType;
|
|
479
|
+
readonly newName: "arrowLeft";
|
|
396
480
|
}, {
|
|
397
|
-
readonly type: "icon";
|
|
398
|
-
readonly
|
|
481
|
+
readonly type: "deprecated-icon";
|
|
482
|
+
readonly name: "mapPinLine";
|
|
399
483
|
readonly component: import('react-icons/lib').IconType;
|
|
484
|
+
readonly newName: "mapPin";
|
|
400
485
|
}, {
|
|
401
|
-
readonly type: "icon";
|
|
402
|
-
readonly
|
|
486
|
+
readonly type: "deprecated-icon";
|
|
487
|
+
readonly name: "mdGroup";
|
|
403
488
|
readonly component: import('react-icons/lib').IconType;
|
|
489
|
+
readonly newName: "group";
|
|
404
490
|
}, {
|
|
405
|
-
readonly type: "icon";
|
|
406
|
-
readonly
|
|
491
|
+
readonly type: "deprecated-icon";
|
|
492
|
+
readonly name: "outlineCheck";
|
|
407
493
|
readonly component: import('react-icons/lib').IconType;
|
|
494
|
+
readonly newName: undefined;
|
|
408
495
|
}, {
|
|
409
|
-
readonly type: "icon";
|
|
410
|
-
readonly
|
|
496
|
+
readonly type: "deprecated-icon";
|
|
497
|
+
readonly name: "outlineCopy";
|
|
411
498
|
readonly component: import('react-icons/lib').IconType;
|
|
499
|
+
readonly newName: "copyOutline";
|
|
412
500
|
}, {
|
|
413
|
-
readonly type: "icon";
|
|
414
|
-
readonly
|
|
501
|
+
readonly type: "deprecated-icon";
|
|
502
|
+
readonly name: "outlineSafety";
|
|
415
503
|
readonly component: import('react-icons/lib').IconType;
|
|
504
|
+
readonly newName: "shieldOutline";
|
|
416
505
|
}, {
|
|
417
|
-
readonly type: "icon";
|
|
418
|
-
readonly
|
|
506
|
+
readonly type: "deprecated-icon";
|
|
507
|
+
readonly name: "outlineServer";
|
|
419
508
|
readonly component: import('react-icons/lib').IconType;
|
|
509
|
+
readonly newName: "serverOutline";
|
|
420
510
|
}, {
|
|
421
|
-
readonly type: "icon";
|
|
422
|
-
readonly
|
|
511
|
+
readonly type: "deprecated-icon";
|
|
512
|
+
readonly name: "rightArrow";
|
|
423
513
|
readonly component: import('react-icons/lib').IconType;
|
|
514
|
+
readonly newName: "arrowRight";
|
|
424
515
|
}, {
|
|
425
|
-
readonly type: "icon";
|
|
426
|
-
readonly
|
|
516
|
+
readonly type: "deprecated-icon";
|
|
517
|
+
readonly name: "riTeamLine";
|
|
518
|
+
readonly component: import('react-icons/lib').IconType;
|
|
519
|
+
readonly newName: "teamOutline";
|
|
520
|
+
}, {
|
|
521
|
+
readonly type: "deprecated-icon";
|
|
522
|
+
readonly name: "sortIcon";
|
|
523
|
+
readonly component: import('react-icons/lib').IconType;
|
|
524
|
+
readonly newName: "sort";
|
|
525
|
+
}, {
|
|
526
|
+
readonly type: "deprecated-icon";
|
|
527
|
+
readonly name: "timeroff";
|
|
528
|
+
readonly component: import('react-icons/lib').IconType;
|
|
529
|
+
readonly newName: undefined;
|
|
530
|
+
}, {
|
|
531
|
+
readonly type: "deprecated-icon";
|
|
532
|
+
readonly name: "upArrow";
|
|
533
|
+
readonly component: import('react-icons/lib').IconType;
|
|
534
|
+
readonly newName: "arrowUp";
|
|
535
|
+
}, {
|
|
536
|
+
readonly type: "deprecated-icon";
|
|
537
|
+
readonly name: "userCheck";
|
|
538
|
+
readonly component: import('react-icons/lib').IconType;
|
|
539
|
+
readonly newName: undefined;
|
|
540
|
+
}, {
|
|
541
|
+
readonly type: "deprecated-icon";
|
|
542
|
+
readonly name: "userClock";
|
|
543
|
+
readonly component: import('react-icons/lib').IconType;
|
|
544
|
+
readonly newName: undefined;
|
|
545
|
+
}, {
|
|
546
|
+
readonly type: "deprecated-icon";
|
|
547
|
+
readonly name: "userTimes";
|
|
548
|
+
readonly component: import('react-icons/lib').IconType;
|
|
549
|
+
readonly newName: undefined;
|
|
550
|
+
}, {
|
|
551
|
+
readonly type: "deprecated-icon";
|
|
552
|
+
readonly name: "warningCloud";
|
|
427
553
|
readonly component: import('react-icons/lib').IconType;
|
|
554
|
+
readonly newName: "cloudWarning";
|
|
428
555
|
}];
|
|
429
556
|
/**
|
|
430
|
-
*
|
|
557
|
+
* Maps deprecated icon names to their new names.
|
|
558
|
+
*
|
|
559
|
+
* This object helps migrate from old icon names to new ones by providing
|
|
560
|
+
* a lookup table where:
|
|
561
|
+
* - Keys are the old/deprecated icon names
|
|
562
|
+
* - Values are the new icon names that should be used instead
|
|
563
|
+
*
|
|
564
|
+
* @example
|
|
565
|
+
* // The object looks like this:
|
|
566
|
+
* {
|
|
567
|
+
* 'downArrow': 'arrowDown',
|
|
568
|
+
* 'eye': 'eyeOpen',
|
|
569
|
+
* // ... more mappings
|
|
570
|
+
* }
|
|
571
|
+
*
|
|
572
|
+
* @example
|
|
573
|
+
* // Usage:
|
|
574
|
+
* const newName = deprecatedToNewIconMap['downArrow'] // returns 'arrowDown'
|
|
431
575
|
*/
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
576
|
+
declare const deprecatedToNewIconMap: DeprecatedToNewIconMap;
|
|
577
|
+
type DeprecatedIcon = Extract<(typeof iconList)[number], {
|
|
578
|
+
type: 'deprecated-icon';
|
|
579
|
+
} | {
|
|
580
|
+
type: 'deprecated-image';
|
|
581
|
+
}>;
|
|
582
|
+
type DeprecatedToNewIconMap = {
|
|
583
|
+
[K in DeprecatedIcon['name']]: Extract<DeprecatedIcon, {
|
|
584
|
+
name: K;
|
|
585
|
+
}>['newName'];
|
|
586
|
+
};
|
|
587
|
+
declare const iconLoader: (name?: Icon, size?: number, color?: string, opacity?: number, label?: string) => React.JSX.Element;
|
|
588
|
+
export { deprecatedToNewIconMap, iconLoader, iconList };
|