@devopness/ui-react 2.158.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.
@@ -1,435 +1,588 @@
1
+ import { Icon } from './types';
1
2
  declare const iconList: readonly [{
2
3
  readonly type: "icon";
3
- readonly accessor: "link";
4
+ readonly name: "add";
4
5
  readonly component: import('react-icons/lib').IconType;
5
6
  }, {
6
7
  readonly type: "icon";
7
- readonly accessor: "unlink";
8
+ readonly name: "alarm";
8
9
  readonly component: import('react-icons/lib').IconType;
9
10
  }, {
10
11
  readonly type: "icon";
11
- readonly accessor: "tag";
12
+ readonly name: "arrowDown";
12
13
  readonly component: import('react-icons/lib').IconType;
13
14
  }, {
14
15
  readonly type: "icon";
15
- readonly accessor: "help";
16
+ readonly name: "arrowLeft";
16
17
  readonly component: import('react-icons/lib').IconType;
17
18
  }, {
18
19
  readonly type: "icon";
19
- readonly accessor: "key";
20
+ readonly name: "arrowRight";
20
21
  readonly component: import('react-icons/lib').IconType;
21
22
  }, {
22
23
  readonly type: "icon";
23
- readonly accessor: "skip";
24
+ readonly name: "arrowUp";
24
25
  readonly component: import('react-icons/lib').IconType;
25
26
  }, {
26
27
  readonly type: "icon";
27
- readonly accessor: "pending";
28
+ readonly name: "branch";
28
29
  readonly component: import('react-icons/lib').IconType;
29
30
  }, {
30
31
  readonly type: "icon";
31
- readonly accessor: "loading";
32
- readonly component: ({ color, size }: {
33
- color: string;
34
- size: number;
35
- }) => import("react/jsx-runtime").JSX.Element;
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 accessor: "server";
40
+ readonly name: "close";
39
41
  readonly component: import('react-icons/lib').IconType;
40
42
  }, {
41
43
  readonly type: "icon";
42
- readonly accessor: "self-hosted";
44
+ readonly name: "cloudWarning";
43
45
  readonly component: import('react-icons/lib').IconType;
44
46
  }, {
45
47
  readonly type: "icon";
46
- readonly accessor: "sortIcon";
48
+ readonly name: "codeBadge";
47
49
  readonly component: import('react-icons/lib').IconType;
48
50
  }, {
49
51
  readonly type: "icon";
50
- readonly accessor: "add";
52
+ readonly name: "commit";
51
53
  readonly component: import('react-icons/lib').IconType;
52
54
  }, {
53
55
  readonly type: "icon";
54
- readonly accessor: "plus";
56
+ readonly name: "config";
55
57
  readonly component: import('react-icons/lib').IconType;
56
58
  }, {
57
59
  readonly type: "icon";
58
- readonly accessor: "downArrow";
60
+ readonly name: "connect";
59
61
  readonly component: import('react-icons/lib').IconType;
60
62
  }, {
61
63
  readonly type: "icon";
62
- readonly accessor: "upArrow";
64
+ readonly name: "copy";
63
65
  readonly component: import('react-icons/lib').IconType;
64
66
  }, {
65
67
  readonly type: "icon";
66
- readonly accessor: "leftArrow";
68
+ readonly name: "copyOutline";
67
69
  readonly component: import('react-icons/lib').IconType;
68
70
  }, {
69
71
  readonly type: "icon";
70
- readonly accessor: "rightArrow";
72
+ readonly name: "cubes";
71
73
  readonly component: import('react-icons/lib').IconType;
72
74
  }, {
73
75
  readonly type: "icon";
74
- readonly accessor: "config";
76
+ readonly name: "currencyCircle";
75
77
  readonly component: import('react-icons/lib').IconType;
76
78
  }, {
77
79
  readonly type: "icon";
78
- readonly accessor: "userCheck";
80
+ readonly name: "delete";
79
81
  readonly component: import('react-icons/lib').IconType;
80
82
  }, {
81
83
  readonly type: "icon";
82
- readonly accessor: "userClock";
84
+ readonly name: "deploy";
83
85
  readonly component: import('react-icons/lib').IconType;
84
86
  }, {
85
87
  readonly type: "icon";
86
- readonly accessor: "userTimes";
88
+ readonly name: "description";
87
89
  readonly component: import('react-icons/lib').IconType;
88
90
  }, {
89
91
  readonly type: "icon";
90
- readonly accessor: "warningCloud";
92
+ readonly name: "devices";
91
93
  readonly component: import('react-icons/lib').IconType;
92
94
  }, {
93
95
  readonly type: "icon";
94
- readonly accessor: "error";
96
+ readonly name: "dragHandle";
95
97
  readonly component: import('react-icons/lib').IconType;
96
98
  }, {
97
99
  readonly type: "icon";
98
- readonly accessor: "warning";
100
+ readonly name: "edit";
99
101
  readonly component: import('react-icons/lib').IconType;
100
102
  }, {
101
103
  readonly type: "icon";
102
- readonly accessor: "checkCircle";
104
+ readonly name: "error";
103
105
  readonly component: import('react-icons/lib').IconType;
104
106
  }, {
105
107
  readonly type: "icon";
106
- readonly accessor: "alarmOn";
108
+ readonly name: "eyeClosed";
107
109
  readonly component: import('react-icons/lib').IconType;
108
110
  }, {
109
111
  readonly type: "icon";
110
- readonly accessor: "dragHandle";
112
+ readonly name: "eyeOpen";
111
113
  readonly component: import('react-icons/lib').IconType;
112
114
  }, {
113
115
  readonly type: "icon";
114
- readonly accessor: "delete";
116
+ readonly name: "eyeOutline";
115
117
  readonly component: import('react-icons/lib').IconType;
116
118
  }, {
117
119
  readonly type: "icon";
118
- readonly accessor: "edit";
120
+ readonly name: "folder";
119
121
  readonly component: import('react-icons/lib').IconType;
120
122
  }, {
121
123
  readonly type: "icon";
122
- readonly accessor: "lockOpen";
124
+ readonly name: "gear";
123
125
  readonly component: import('react-icons/lib').IconType;
124
126
  }, {
125
127
  readonly type: "icon";
126
- readonly accessor: "lock";
128
+ readonly name: "globe";
127
129
  readonly component: import('react-icons/lib').IconType;
128
130
  }, {
129
131
  readonly type: "icon";
130
- readonly accessor: "eye2Line";
132
+ readonly name: "group";
131
133
  readonly component: import('react-icons/lib').IconType;
132
134
  }, {
133
135
  readonly type: "icon";
134
- readonly accessor: "cubes";
136
+ readonly name: "help";
135
137
  readonly component: import('react-icons/lib').IconType;
136
138
  }, {
137
139
  readonly type: "icon";
138
- readonly accessor: "security";
140
+ readonly name: "info";
139
141
  readonly component: import('react-icons/lib').IconType;
140
142
  }, {
141
143
  readonly type: "icon";
142
- readonly accessor: "fillGearFill";
144
+ readonly name: "key";
143
145
  readonly component: import('react-icons/lib').IconType;
144
146
  }, {
145
147
  readonly type: "icon";
146
- readonly accessor: "devices";
148
+ readonly name: "launch";
147
149
  readonly component: import('react-icons/lib').IconType;
148
150
  }, {
149
151
  readonly type: "icon";
150
- readonly accessor: "logout";
152
+ readonly name: "lens";
151
153
  readonly component: import('react-icons/lib').IconType;
152
154
  }, {
153
155
  readonly type: "icon";
154
- readonly accessor: "codeBadge";
156
+ readonly name: "link";
155
157
  readonly component: import('react-icons/lib').IconType;
156
158
  }, {
157
159
  readonly type: "icon";
158
- readonly accessor: "logout";
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 accessor: "snooze";
171
+ readonly name: "lockOpen";
163
172
  readonly component: import('react-icons/lib').IconType;
164
173
  }, {
165
174
  readonly type: "icon";
166
- readonly accessor: "timeroff";
175
+ readonly name: "logout";
167
176
  readonly component: import('react-icons/lib').IconType;
168
177
  }, {
169
178
  readonly type: "icon";
170
- readonly accessor: "deploy";
179
+ readonly name: "mapPin";
171
180
  readonly component: import('react-icons/lib').IconType;
172
181
  }, {
173
182
  readonly type: "icon";
174
- readonly accessor: "outlineCheck";
183
+ readonly name: "more";
175
184
  readonly component: import('react-icons/lib').IconType;
176
185
  }, {
177
186
  readonly type: "icon";
178
- readonly accessor: "filledCheck";
187
+ readonly name: "network";
179
188
  readonly component: import('react-icons/lib').IconType;
180
189
  }, {
181
190
  readonly type: "icon";
182
- readonly accessor: "settings";
191
+ readonly name: "openInNewWindow";
183
192
  readonly component: import('react-icons/lib').IconType;
184
193
  }, {
185
194
  readonly type: "icon";
186
- readonly accessor: "branch";
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 accessor: "commit";
203
+ readonly name: "passkey";
191
204
  readonly component: import('react-icons/lib').IconType;
192
205
  }, {
193
206
  readonly type: "icon";
194
- readonly accessor: "user";
207
+ readonly name: "pending";
195
208
  readonly component: import('react-icons/lib').IconType;
196
209
  }, {
197
210
  readonly type: "icon";
198
- readonly accessor: "copy";
211
+ readonly name: "plus";
199
212
  readonly component: import('react-icons/lib').IconType;
200
213
  }, {
201
214
  readonly type: "icon";
202
- readonly accessor: "outlineCopy";
215
+ readonly name: "plusCircle";
203
216
  readonly component: import('react-icons/lib').IconType;
204
217
  }, {
205
218
  readonly type: "icon";
206
- readonly accessor: "lens";
219
+ readonly name: "remove";
207
220
  readonly component: import('react-icons/lib').IconType;
208
221
  }, {
209
222
  readonly type: "icon";
210
- readonly accessor: "more";
223
+ readonly name: "security";
211
224
  readonly component: import('react-icons/lib').IconType;
212
225
  }, {
213
226
  readonly type: "icon";
214
- readonly accessor: "launch";
227
+ readonly name: "server";
215
228
  readonly component: import('react-icons/lib').IconType;
216
229
  }, {
217
230
  readonly type: "icon";
218
- readonly accessor: "connect";
231
+ readonly name: "serverCloud";
219
232
  readonly component: import('react-icons/lib').IconType;
220
233
  }, {
221
234
  readonly type: "icon";
222
- readonly accessor: "cloudServer";
235
+ readonly name: "serverOutline";
223
236
  readonly component: import('react-icons/lib').IconType;
224
237
  }, {
225
238
  readonly type: "icon";
226
- readonly accessor: "gitBranch";
239
+ readonly name: "settings";
227
240
  readonly component: import('react-icons/lib').IconType;
228
241
  }, {
229
242
  readonly type: "icon";
230
- readonly accessor: "outlineServer";
243
+ readonly name: "shield";
231
244
  readonly component: import('react-icons/lib').IconType;
232
245
  }, {
233
246
  readonly type: "icon";
234
- readonly accessor: "storage";
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 accessor: "mapPinLine";
255
+ readonly name: "skip";
239
256
  readonly component: import('react-icons/lib').IconType;
240
257
  }, {
241
258
  readonly type: "icon";
242
- readonly accessor: "outlineSafety";
259
+ readonly name: "snooze";
243
260
  readonly component: import('react-icons/lib').IconType;
244
261
  }, {
245
262
  readonly type: "icon";
246
- readonly accessor: "plusCircle";
263
+ readonly name: "sort";
247
264
  readonly component: import('react-icons/lib').IconType;
248
265
  }, {
249
266
  readonly type: "icon";
250
- readonly accessor: "riTeamLine";
267
+ readonly name: "storage";
251
268
  readonly component: import('react-icons/lib').IconType;
252
269
  }, {
253
270
  readonly type: "icon";
254
- readonly accessor: "aiOutlineDollarCircle";
271
+ readonly name: "subnet";
255
272
  readonly component: import('react-icons/lib').IconType;
256
273
  }, {
257
274
  readonly type: "icon";
258
- readonly accessor: "network";
275
+ readonly name: "success";
259
276
  readonly component: import('react-icons/lib').IconType;
260
277
  }, {
261
278
  readonly type: "icon";
262
- readonly accessor: "subnet";
279
+ readonly name: "tag";
263
280
  readonly component: import('react-icons/lib').IconType;
264
281
  }, {
265
282
  readonly type: "icon";
266
- readonly accessor: "mdGroup";
283
+ readonly name: "teamOutline";
267
284
  readonly component: import('react-icons/lib').IconType;
268
285
  }, {
269
286
  readonly type: "icon";
270
- readonly accessor: "faGlobe";
287
+ readonly name: "terminal";
271
288
  readonly component: import('react-icons/lib').IconType;
272
289
  }, {
273
290
  readonly type: "icon";
274
- readonly accessor: "openInNewWindow";
291
+ readonly name: "treeView";
275
292
  readonly component: import('react-icons/lib').IconType;
276
293
  }, {
277
- readonly type: "image";
278
- readonly accessor: "github";
279
- readonly component: string;
294
+ readonly type: "icon";
295
+ readonly name: "unlink";
296
+ readonly component: import('react-icons/lib').IconType;
280
297
  }, {
281
- readonly type: "image";
282
- readonly accessor: "github-white";
283
- readonly component: string;
298
+ readonly type: "icon";
299
+ readonly name: "user";
300
+ readonly component: import('react-icons/lib').IconType;
284
301
  }, {
285
- readonly type: "image";
286
- readonly accessor: "gitlab";
287
- readonly component: string;
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 accessor: "bitbucket";
307
+ readonly name: "aws";
291
308
  readonly component: string;
292
309
  }, {
293
310
  readonly type: "image";
294
- readonly accessor: "bitbucket-white";
311
+ readonly name: "azure";
295
312
  readonly component: string;
296
313
  }, {
297
314
  readonly type: "image";
298
- readonly accessor: "docker";
315
+ readonly name: "bitbucket";
299
316
  readonly component: string;
300
317
  }, {
301
318
  readonly type: "image";
302
- readonly accessor: "c-sharp";
319
+ readonly name: "c-sharp";
303
320
  readonly component: string;
304
321
  }, {
305
322
  readonly type: "image";
306
- readonly accessor: "dotnetcore";
323
+ readonly name: "centos";
307
324
  readonly component: string;
308
325
  }, {
309
326
  readonly type: "image";
310
- readonly accessor: "dotnetcore-aspnetcore";
327
+ readonly name: "devopness";
311
328
  readonly component: string;
312
329
  }, {
313
330
  readonly type: "image";
314
- readonly accessor: "html";
331
+ readonly name: "digitalocean";
315
332
  readonly component: string;
316
333
  }, {
317
334
  readonly type: "image";
318
- readonly accessor: "nodejs";
335
+ readonly name: "docker";
319
336
  readonly component: string;
320
337
  }, {
321
338
  readonly type: "image";
322
- readonly accessor: "php";
339
+ readonly name: "dotnetcore";
323
340
  readonly component: string;
324
341
  }, {
325
342
  readonly type: "image";
326
- readonly accessor: "php-laravel";
343
+ readonly name: "dotnetcore-aspnetcore";
327
344
  readonly component: string;
328
345
  }, {
329
346
  readonly type: "image";
330
- readonly accessor: "python";
347
+ readonly name: "gcp";
331
348
  readonly component: string;
332
349
  }, {
333
350
  readonly type: "image";
334
- readonly accessor: "python-django";
351
+ readonly name: "github";
335
352
  readonly component: string;
336
353
  }, {
337
354
  readonly type: "image";
338
- readonly accessor: "python-flask";
355
+ readonly name: "gitlab";
339
356
  readonly component: string;
340
357
  }, {
341
358
  readonly type: "image";
342
- readonly accessor: "python-fastapi";
359
+ readonly name: "html";
343
360
  readonly component: string;
344
361
  }, {
345
362
  readonly type: "image";
346
- readonly accessor: "ubuntu";
363
+ readonly name: "java";
347
364
  readonly component: string;
348
365
  }, {
349
366
  readonly type: "image";
350
- readonly accessor: "centos";
367
+ readonly name: "nodejs";
351
368
  readonly component: string;
352
369
  }, {
353
370
  readonly type: "image";
354
- readonly accessor: "aws";
371
+ readonly name: "php";
355
372
  readonly component: string;
356
373
  }, {
357
374
  readonly type: "image";
358
- readonly accessor: "azure";
375
+ readonly name: "php-laravel";
359
376
  readonly component: string;
360
377
  }, {
361
378
  readonly type: "image";
362
- readonly accessor: "digitalocean";
379
+ readonly name: "python";
363
380
  readonly component: string;
364
381
  }, {
365
382
  readonly type: "image";
366
- readonly accessor: "gcp";
383
+ readonly name: "python-django";
367
384
  readonly component: string;
368
385
  }, {
369
386
  readonly type: "image";
370
- readonly accessor: "parent";
387
+ readonly name: "python-fastapi";
371
388
  readonly component: string;
372
389
  }, {
373
390
  readonly type: "image";
374
- readonly accessor: "children";
391
+ readonly name: "python-flask";
375
392
  readonly component: string;
376
393
  }, {
377
394
  readonly type: "image";
378
- readonly accessor: "java";
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 accessor: "ruby";
403
+ readonly name: "ubuntu";
383
404
  readonly component: string;
384
405
  }, {
385
- readonly type: "image";
386
- readonly accessor: "shieldLock";
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: "image";
390
- readonly accessor: "devopness";
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 accessor: "close";
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 accessor: "eye";
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 accessor: "eyeOff";
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 accessor: "passkey";
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 accessor: "info";
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 accessor: "description";
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 accessor: "terminal";
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 accessor: "treeView";
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 accessor: "folder";
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
- * Lists all valid icon accessors
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
- type Icon = (typeof iconList)[number]['accessor'];
433
- declare const iconLoader: (accessorName?: Icon, size?: number, color?: string, opacity?: number, label?: string) => React.JSX.Element;
434
- export type { Icon };
435
- export { iconLoader, iconList };
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 };