spotlibs-components 0.1.7 → 0.1.8
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/{chunk-Z22JGYYJ.mjs → chunk-ZA4TTXLC.mjs} +91 -58
- package/dist/chunk-ZA4TTXLC.mjs.map +1 -0
- package/dist/index.d.mts +1248 -786
- package/dist/index.mjs +3813 -3461
- package/dist/index.mjs.map +1 -1
- package/dist/legacy/atoms/icons/index.d.mts +149 -147
- package/dist/legacy/atoms/icons/index.mjs +2 -2
- package/dist/types-dakVJwjl.d.mts +942 -0
- package/dist/types.d.mts +4 -0
- package/dist/types.mjs +4 -0
- package/dist/types.mjs.map +1 -0
- package/package.json +45 -48
- package/dist/chunk-3GDQP6AS.mjs +0 -14
- package/dist/chunk-3GDQP6AS.mjs.map +0 -1
- package/dist/chunk-Z22JGYYJ.mjs.map +0 -1
- package/dist/index.es-TOWUPCBA.mjs +0 -481
- package/dist/index.es-TOWUPCBA.mjs.map +0 -1
- package/dist/lib-EPS6AQZX.mjs +0 -391
- package/dist/lib-EPS6AQZX.mjs.map +0 -1
|
@@ -1,427 +1,429 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
|
|
1
3
|
declare function ArrowLeft({ color }: {
|
|
2
4
|
color: any;
|
|
3
|
-
}):
|
|
5
|
+
}): react_jsx_runtime.JSX.Element;
|
|
4
6
|
|
|
5
7
|
declare function FilePdfIcon({ color }: {
|
|
6
8
|
color: any;
|
|
7
|
-
}):
|
|
9
|
+
}): react_jsx_runtime.JSX.Element;
|
|
8
10
|
|
|
9
11
|
declare function IconAdd({ color }: {
|
|
10
12
|
color: any;
|
|
11
|
-
}):
|
|
13
|
+
}): react_jsx_runtime.JSX.Element;
|
|
12
14
|
|
|
13
|
-
declare function AnalisisRisikoKreditNasabahIcon():
|
|
15
|
+
declare function AnalisisRisikoKreditNasabahIcon(): react_jsx_runtime.JSX.Element;
|
|
14
16
|
|
|
15
|
-
declare function AppendixIcon():
|
|
17
|
+
declare function AppendixIcon(): react_jsx_runtime.JSX.Element;
|
|
16
18
|
|
|
17
|
-
declare function ArrowRight(color: any):
|
|
19
|
+
declare function ArrowRight(color: any): react_jsx_runtime.JSX.Element;
|
|
18
20
|
|
|
19
21
|
declare function AuctionHammerIcon({ color, outline }: {
|
|
20
22
|
color: any;
|
|
21
23
|
outline: any;
|
|
22
|
-
}):
|
|
24
|
+
}): react_jsx_runtime.JSX.Element;
|
|
23
25
|
|
|
24
|
-
declare function BgBuilding():
|
|
26
|
+
declare function BgBuilding(): react_jsx_runtime.JSX.Element;
|
|
25
27
|
|
|
26
|
-
declare function BgPerson():
|
|
28
|
+
declare function BgPerson(): react_jsx_runtime.JSX.Element;
|
|
27
29
|
|
|
28
30
|
declare function IconBiometricScan({ color }: {
|
|
29
31
|
color: any;
|
|
30
|
-
}):
|
|
32
|
+
}): react_jsx_runtime.JSX.Element;
|
|
31
33
|
|
|
32
34
|
declare function IconBrokenImage({ color }: {
|
|
33
35
|
color: any;
|
|
34
|
-
}):
|
|
36
|
+
}): react_jsx_runtime.JSX.Element;
|
|
35
37
|
|
|
36
|
-
declare function CalculatorIcon(color: any):
|
|
38
|
+
declare function CalculatorIcon(color: any): react_jsx_runtime.JSX.Element;
|
|
37
39
|
|
|
38
40
|
declare function IconCalendar({ color }: {
|
|
39
41
|
color: any;
|
|
40
|
-
}):
|
|
42
|
+
}): react_jsx_runtime.JSX.Element;
|
|
41
43
|
|
|
42
44
|
declare function CapsLockOn({ color }: {
|
|
43
45
|
color: any;
|
|
44
|
-
}):
|
|
46
|
+
}): react_jsx_runtime.JSX.Element;
|
|
45
47
|
|
|
46
48
|
declare function IconCardOrange({ color }: {
|
|
47
49
|
color: any;
|
|
48
|
-
}):
|
|
50
|
+
}): react_jsx_runtime.JSX.Element;
|
|
49
51
|
|
|
50
52
|
declare function CashIcon({ color, outline }: {
|
|
51
53
|
color: any;
|
|
52
54
|
outline: any;
|
|
53
|
-
}):
|
|
55
|
+
}): react_jsx_runtime.JSX.Element;
|
|
54
56
|
|
|
55
57
|
declare function CheckboxBorder({ disabled, color, size, }: {
|
|
56
58
|
disabled: any;
|
|
57
59
|
color: any;
|
|
58
60
|
size?: number;
|
|
59
|
-
}):
|
|
61
|
+
}): react_jsx_runtime.JSX.Element;
|
|
60
62
|
|
|
61
63
|
declare function CheckboxChecked({ disabled, color, size, }: {
|
|
62
64
|
disabled: any;
|
|
63
65
|
color: any;
|
|
64
66
|
size?: number;
|
|
65
|
-
}):
|
|
67
|
+
}): react_jsx_runtime.JSX.Element;
|
|
66
68
|
|
|
67
|
-
declare function ChecklistDokumenPaketKreditIcon():
|
|
69
|
+
declare function ChecklistDokumenPaketKreditIcon(): react_jsx_runtime.JSX.Element;
|
|
68
70
|
|
|
69
|
-
declare function ChecklistGreen():
|
|
71
|
+
declare function ChecklistGreen(): react_jsx_runtime.JSX.Element;
|
|
70
72
|
|
|
71
73
|
declare function IconChevronLeft({ color }: {
|
|
72
74
|
color: any;
|
|
73
|
-
}):
|
|
75
|
+
}): react_jsx_runtime.JSX.Element;
|
|
74
76
|
|
|
75
77
|
declare function IconChevronRight({ color }: {
|
|
76
78
|
color: any;
|
|
77
|
-
}):
|
|
79
|
+
}): react_jsx_runtime.JSX.Element;
|
|
78
80
|
|
|
79
81
|
declare function CircleCheck({ color, width, height, }: {
|
|
80
82
|
color?: string;
|
|
81
83
|
width?: string;
|
|
82
84
|
height?: string;
|
|
83
|
-
}):
|
|
85
|
+
}): react_jsx_runtime.JSX.Element;
|
|
84
86
|
|
|
85
87
|
declare function CircleCross({ color, width, height, }: {
|
|
86
88
|
color?: string;
|
|
87
89
|
width?: string;
|
|
88
90
|
height?: string;
|
|
89
|
-
}):
|
|
91
|
+
}): react_jsx_runtime.JSX.Element;
|
|
90
92
|
|
|
91
|
-
declare function CommentBuble():
|
|
93
|
+
declare function CommentBuble(): react_jsx_runtime.JSX.Element;
|
|
92
94
|
|
|
93
95
|
declare function IconConfeti({ color }: {
|
|
94
96
|
color: any;
|
|
95
|
-
}):
|
|
97
|
+
}): react_jsx_runtime.JSX.Element;
|
|
96
98
|
|
|
97
|
-
declare function CreditRiskRatingIcon():
|
|
99
|
+
declare function CreditRiskRatingIcon(): react_jsx_runtime.JSX.Element;
|
|
98
100
|
|
|
99
101
|
declare function IconCrossLine({ color }: {
|
|
100
102
|
color: any;
|
|
101
|
-
}):
|
|
103
|
+
}): react_jsx_runtime.JSX.Element;
|
|
102
104
|
|
|
103
105
|
declare function IconCross({ color }: {
|
|
104
106
|
color: any;
|
|
105
|
-
}):
|
|
107
|
+
}): react_jsx_runtime.JSX.Element;
|
|
106
108
|
|
|
107
|
-
declare function Dashboard(color: any):
|
|
109
|
+
declare function Dashboard(color: any): react_jsx_runtime.JSX.Element;
|
|
108
110
|
|
|
109
111
|
declare function IconDeleteBin({ color, isSmall }: {
|
|
110
112
|
color: any;
|
|
111
113
|
isSmall: any;
|
|
112
|
-
}):
|
|
114
|
+
}): react_jsx_runtime.JSX.Element;
|
|
113
115
|
|
|
114
116
|
declare function IconDocumentAddOutline({ color }: {
|
|
115
117
|
color: any;
|
|
116
|
-
}):
|
|
118
|
+
}): react_jsx_runtime.JSX.Element;
|
|
117
119
|
|
|
118
120
|
declare function IconDocumentAdd({ color }: {
|
|
119
121
|
color: any;
|
|
120
|
-
}):
|
|
122
|
+
}): react_jsx_runtime.JSX.Element;
|
|
121
123
|
|
|
122
|
-
declare function DocumentNotFound():
|
|
124
|
+
declare function DocumentNotFound(): react_jsx_runtime.JSX.Element;
|
|
123
125
|
|
|
124
126
|
declare function IconDocumentSleve({ color }: {
|
|
125
127
|
color: any;
|
|
126
|
-
}):
|
|
128
|
+
}): react_jsx_runtime.JSX.Element;
|
|
127
129
|
|
|
128
130
|
declare function IconDocument({ color }: {
|
|
129
131
|
color: any;
|
|
130
|
-
}):
|
|
132
|
+
}): react_jsx_runtime.JSX.Element;
|
|
131
133
|
|
|
132
|
-
declare function DokumenPenjagaanIcon():
|
|
134
|
+
declare function DokumenPenjagaanIcon(): react_jsx_runtime.JSX.Element;
|
|
133
135
|
|
|
134
136
|
declare function DownloadDocumentIcon({ color }: {
|
|
135
137
|
color: any;
|
|
136
|
-
}):
|
|
138
|
+
}): react_jsx_runtime.JSX.Element;
|
|
137
139
|
|
|
138
|
-
declare function DownloadIconSmall(color: any):
|
|
140
|
+
declare function DownloadIconSmall(color: any): react_jsx_runtime.JSX.Element;
|
|
139
141
|
|
|
140
142
|
declare function IconDownloadOutline({ color }: {
|
|
141
143
|
color: any;
|
|
142
|
-
}):
|
|
144
|
+
}): react_jsx_runtime.JSX.Element;
|
|
143
145
|
|
|
144
146
|
declare function DownloadIconLarge({ color, width, height, }: {
|
|
145
147
|
color?: string;
|
|
146
148
|
width?: string;
|
|
147
149
|
height?: string;
|
|
148
|
-
}):
|
|
150
|
+
}): react_jsx_runtime.JSX.Element;
|
|
149
151
|
|
|
150
152
|
declare function IconDuplicate({ color }: {
|
|
151
153
|
color: any;
|
|
152
|
-
}):
|
|
154
|
+
}): react_jsx_runtime.JSX.Element;
|
|
153
155
|
|
|
154
156
|
declare function IconEdit({ color, isSmall }: {
|
|
155
157
|
color: any;
|
|
156
158
|
isSmall: any;
|
|
157
|
-
}):
|
|
159
|
+
}): react_jsx_runtime.JSX.Element;
|
|
158
160
|
|
|
159
|
-
declare function EmptyDataIcon():
|
|
161
|
+
declare function EmptyDataIcon(): react_jsx_runtime.JSX.Element;
|
|
160
162
|
|
|
161
163
|
declare function IconExclamation({ size, color, }: {
|
|
162
164
|
size?: number;
|
|
163
165
|
color?: string;
|
|
164
|
-
}):
|
|
166
|
+
}): react_jsx_runtime.JSX.Element;
|
|
165
167
|
|
|
166
|
-
declare function FileOutlineCustom(props: any):
|
|
168
|
+
declare function FileOutlineCustom(props: any): react_jsx_runtime.JSX.Element;
|
|
167
169
|
|
|
168
170
|
declare function IconFileOutline({ color }: {
|
|
169
171
|
color: any;
|
|
170
|
-
}):
|
|
172
|
+
}): react_jsx_runtime.JSX.Element;
|
|
171
173
|
|
|
172
174
|
declare function IconFileSleve({ color }: {
|
|
173
175
|
color: any;
|
|
174
|
-
}):
|
|
176
|
+
}): react_jsx_runtime.JSX.Element;
|
|
175
177
|
|
|
176
178
|
declare function IconFile({ color }: {
|
|
177
179
|
color: any;
|
|
178
|
-
}):
|
|
180
|
+
}): react_jsx_runtime.JSX.Element;
|
|
179
181
|
|
|
180
|
-
declare function IconFileCSV():
|
|
182
|
+
declare function IconFileCSV(): react_jsx_runtime.JSX.Element;
|
|
181
183
|
|
|
182
|
-
declare function IconFileDocx():
|
|
184
|
+
declare function IconFileDocx(): react_jsx_runtime.JSX.Element;
|
|
183
185
|
|
|
184
186
|
declare function IconFileDrive({ color }: {
|
|
185
187
|
color: any;
|
|
186
|
-
}):
|
|
188
|
+
}): react_jsx_runtime.JSX.Element;
|
|
187
189
|
|
|
188
|
-
declare function IconFileJPG():
|
|
190
|
+
declare function IconFileJPG(): react_jsx_runtime.JSX.Element;
|
|
189
191
|
|
|
190
192
|
declare function IconFilePDF({ noBorder, ...props }: {
|
|
191
193
|
[x: string]: any;
|
|
192
194
|
noBorder?: boolean;
|
|
193
|
-
}):
|
|
195
|
+
}): react_jsx_runtime.JSX.Element;
|
|
194
196
|
|
|
195
|
-
declare function IconFileXls():
|
|
197
|
+
declare function IconFileXls(): react_jsx_runtime.JSX.Element;
|
|
196
198
|
|
|
197
199
|
declare function IconFingerScan({ color, isBordered }: {
|
|
198
200
|
color: any;
|
|
199
201
|
isBordered?: boolean;
|
|
200
|
-
}):
|
|
202
|
+
}): react_jsx_runtime.JSX.Element;
|
|
201
203
|
|
|
202
204
|
declare function GenerateDocumentIcon({ color }: {
|
|
203
205
|
color: any;
|
|
204
|
-
}):
|
|
206
|
+
}): react_jsx_runtime.JSX.Element;
|
|
205
207
|
|
|
206
208
|
declare function IconGradingRounded({ color, width, height }: {
|
|
207
209
|
color: any;
|
|
208
210
|
width: any;
|
|
209
211
|
height: any;
|
|
210
|
-
}):
|
|
212
|
+
}): react_jsx_runtime.JSX.Element;
|
|
211
213
|
|
|
212
214
|
declare function HandstopSign({ color, width, height, }: {
|
|
213
215
|
color?: string;
|
|
214
216
|
width?: string;
|
|
215
217
|
height?: string;
|
|
216
|
-
}):
|
|
218
|
+
}): react_jsx_runtime.JSX.Element;
|
|
217
219
|
|
|
218
220
|
declare function HomeAssetIcon({ color, outline }: {
|
|
219
221
|
color: any;
|
|
220
222
|
outline: any;
|
|
221
|
-
}):
|
|
223
|
+
}): react_jsx_runtime.JSX.Element;
|
|
222
224
|
|
|
223
|
-
declare function IconHomeOutlined():
|
|
225
|
+
declare function IconHomeOutlined(): react_jsx_runtime.JSX.Element;
|
|
224
226
|
|
|
225
227
|
declare function IconImage({ color }: {
|
|
226
228
|
color: any;
|
|
227
|
-
}):
|
|
229
|
+
}): react_jsx_runtime.JSX.Element;
|
|
228
230
|
|
|
229
231
|
declare function IconInfoBgPutih({ isSmall }: {
|
|
230
232
|
isSmall: any;
|
|
231
|
-
}):
|
|
233
|
+
}): react_jsx_runtime.JSX.Element;
|
|
232
234
|
|
|
233
|
-
declare function IconInfoHover(color: any):
|
|
235
|
+
declare function IconInfoHover(color: any): react_jsx_runtime.JSX.Element;
|
|
234
236
|
|
|
235
237
|
declare function IconInfo({ color, isSmall }: {
|
|
236
238
|
color: any;
|
|
237
239
|
isSmall: any;
|
|
238
|
-
}):
|
|
240
|
+
}): react_jsx_runtime.JSX.Element;
|
|
239
241
|
|
|
240
|
-
declare function InformasiKursIcon():
|
|
242
|
+
declare function InformasiKursIcon(): react_jsx_runtime.JSX.Element;
|
|
241
243
|
|
|
242
|
-
declare function InformasiNasabahIcon():
|
|
244
|
+
declare function InformasiNasabahIcon(): react_jsx_runtime.JSX.Element;
|
|
243
245
|
|
|
244
246
|
declare function IconListDocument({ color }: {
|
|
245
247
|
color: any;
|
|
246
|
-
}):
|
|
248
|
+
}): react_jsx_runtime.JSX.Element;
|
|
247
249
|
|
|
248
|
-
declare function MatriksRiskDanMitigationIcon():
|
|
250
|
+
declare function MatriksRiskDanMitigationIcon(): react_jsx_runtime.JSX.Element;
|
|
249
251
|
|
|
250
252
|
declare function IconModalClose({ color }: {
|
|
251
253
|
color: any;
|
|
252
|
-
}):
|
|
254
|
+
}): react_jsx_runtime.JSX.Element;
|
|
253
255
|
|
|
254
256
|
declare function MoneyIcon({ color, width, height }: {
|
|
255
257
|
color: any;
|
|
256
258
|
width: any;
|
|
257
259
|
height: any;
|
|
258
|
-
}):
|
|
260
|
+
}): react_jsx_runtime.JSX.Element;
|
|
259
261
|
|
|
260
262
|
declare function IconMoneyOne({ width, height }: {
|
|
261
263
|
width: any;
|
|
262
264
|
height: any;
|
|
263
|
-
}):
|
|
265
|
+
}): react_jsx_runtime.JSX.Element;
|
|
264
266
|
|
|
265
267
|
declare function IconMoneyTwo({ width, height }: {
|
|
266
268
|
width: any;
|
|
267
269
|
height: any;
|
|
268
|
-
}):
|
|
270
|
+
}): react_jsx_runtime.JSX.Element;
|
|
269
271
|
|
|
270
272
|
declare function IconMoney({ color, width, height }: {
|
|
271
273
|
color: any;
|
|
272
274
|
width: any;
|
|
273
275
|
height: any;
|
|
274
|
-
}):
|
|
276
|
+
}): react_jsx_runtime.JSX.Element;
|
|
275
277
|
|
|
276
278
|
declare function IconNoData({ width, height }: {
|
|
277
279
|
width: any;
|
|
278
280
|
height: any;
|
|
279
|
-
}):
|
|
281
|
+
}): react_jsx_runtime.JSX.Element;
|
|
280
282
|
|
|
281
283
|
declare function NotFoundIcon({ width, height }: {
|
|
282
284
|
width: any;
|
|
283
285
|
height: any;
|
|
284
|
-
}):
|
|
286
|
+
}): react_jsx_runtime.JSX.Element;
|
|
285
287
|
|
|
286
|
-
declare function NotulenRapatPraKomiteIcon():
|
|
288
|
+
declare function NotulenRapatPraKomiteIcon(): react_jsx_runtime.JSX.Element;
|
|
287
289
|
|
|
288
|
-
declare function OfferingLetterIcon():
|
|
290
|
+
declare function OfferingLetterIcon(): react_jsx_runtime.JSX.Element;
|
|
289
291
|
|
|
290
|
-
declare function IconOnProcess():
|
|
292
|
+
declare function IconOnProcess(): react_jsx_runtime.JSX.Element;
|
|
291
293
|
|
|
292
|
-
declare function PengajuanDanFasilitasKreditIcon():
|
|
294
|
+
declare function PengajuanDanFasilitasKreditIcon(): react_jsx_runtime.JSX.Element;
|
|
293
295
|
|
|
294
|
-
declare function IconPeopleGroup():
|
|
296
|
+
declare function IconPeopleGroup(): react_jsx_runtime.JSX.Element;
|
|
295
297
|
|
|
296
|
-
declare function IconPeople():
|
|
298
|
+
declare function IconPeople(): react_jsx_runtime.JSX.Element;
|
|
297
299
|
|
|
298
300
|
declare function PersonIcon({ color, outline }: {
|
|
299
301
|
color: any;
|
|
300
302
|
outline: any;
|
|
301
|
-
}):
|
|
303
|
+
}): react_jsx_runtime.JSX.Element;
|
|
302
304
|
|
|
303
305
|
declare function IconPhone({ color, width, height }: {
|
|
304
306
|
color: any;
|
|
305
307
|
width: any;
|
|
306
308
|
height: any;
|
|
307
|
-
}):
|
|
309
|
+
}): react_jsx_runtime.JSX.Element;
|
|
308
310
|
|
|
309
311
|
declare function IconPlus({ color }: {
|
|
310
312
|
color: any;
|
|
311
|
-
}):
|
|
313
|
+
}): react_jsx_runtime.JSX.Element;
|
|
312
314
|
|
|
313
|
-
declare function ProfitabilitasDanHubunganNasabahIcon():
|
|
315
|
+
declare function ProfitabilitasDanHubunganNasabahIcon(): react_jsx_runtime.JSX.Element;
|
|
314
316
|
|
|
315
317
|
declare function IconProgress({ width, height, color }: {
|
|
316
318
|
width: any;
|
|
317
319
|
height: any;
|
|
318
320
|
color: any;
|
|
319
|
-
}):
|
|
321
|
+
}): react_jsx_runtime.JSX.Element;
|
|
320
322
|
|
|
321
323
|
declare function IconRecycle({ color }: {
|
|
322
324
|
color: any;
|
|
323
|
-
}):
|
|
325
|
+
}): react_jsx_runtime.JSX.Element;
|
|
324
326
|
|
|
325
|
-
declare function RekomendasiPutusanIcon():
|
|
327
|
+
declare function RekomendasiPutusanIcon(): react_jsx_runtime.JSX.Element;
|
|
326
328
|
|
|
327
329
|
declare function IconReset({ color }: {
|
|
328
330
|
color: any;
|
|
329
|
-
}):
|
|
331
|
+
}): react_jsx_runtime.JSX.Element;
|
|
330
332
|
|
|
331
|
-
declare function RingkasanEksekutifIcon():
|
|
333
|
+
declare function RingkasanEksekutifIcon(): react_jsx_runtime.JSX.Element;
|
|
332
334
|
|
|
333
335
|
declare function IconSaveOutlined({ color }: {
|
|
334
336
|
color: any;
|
|
335
|
-
}):
|
|
337
|
+
}): react_jsx_runtime.JSX.Element;
|
|
336
338
|
|
|
337
339
|
declare function IconSave({ color, width, height }: {
|
|
338
340
|
color: any;
|
|
339
341
|
width?: string;
|
|
340
342
|
height?: string;
|
|
341
|
-
}):
|
|
343
|
+
}): react_jsx_runtime.JSX.Element;
|
|
342
344
|
|
|
343
345
|
declare function IconSearch({ color }: {
|
|
344
346
|
color: any;
|
|
345
|
-
}):
|
|
347
|
+
}): react_jsx_runtime.JSX.Element;
|
|
346
348
|
|
|
347
|
-
declare function IconSendBlue():
|
|
349
|
+
declare function IconSendBlue(): react_jsx_runtime.JSX.Element;
|
|
348
350
|
|
|
349
|
-
declare function IconSendOrange():
|
|
351
|
+
declare function IconSendOrange(): react_jsx_runtime.JSX.Element;
|
|
350
352
|
|
|
351
|
-
declare function IconSendWhiteFull(color: any):
|
|
353
|
+
declare function IconSendWhiteFull(color: any): react_jsx_runtime.JSX.Element;
|
|
352
354
|
|
|
353
|
-
declare function IconSendWhite(color: any):
|
|
355
|
+
declare function IconSendWhite(color: any): react_jsx_runtime.JSX.Element;
|
|
354
356
|
|
|
355
357
|
declare function IconShuffle({ width, height, color, }: {
|
|
356
358
|
width?: string;
|
|
357
359
|
height?: string;
|
|
358
360
|
color?: string;
|
|
359
|
-
}):
|
|
361
|
+
}): react_jsx_runtime.JSX.Element;
|
|
360
362
|
|
|
361
|
-
declare function StepOnProgress():
|
|
363
|
+
declare function StepOnProgress(): react_jsx_runtime.JSX.Element;
|
|
362
364
|
|
|
363
365
|
declare function TargetDartIcon({ color, outline }: {
|
|
364
366
|
color: any;
|
|
365
367
|
outline: any;
|
|
366
|
-
}):
|
|
368
|
+
}): react_jsx_runtime.JSX.Element;
|
|
367
369
|
|
|
368
370
|
declare function ThumbsUp({ color, width, height, }: {
|
|
369
371
|
color?: string;
|
|
370
372
|
width?: string;
|
|
371
373
|
height?: string;
|
|
372
|
-
}):
|
|
374
|
+
}): react_jsx_runtime.JSX.Element;
|
|
373
375
|
|
|
374
|
-
declare function Thumblock():
|
|
376
|
+
declare function Thumblock(): react_jsx_runtime.JSX.Element;
|
|
375
377
|
|
|
376
378
|
declare function IconTrashOutline({ color }: {
|
|
377
379
|
color: any;
|
|
378
|
-
}):
|
|
380
|
+
}): react_jsx_runtime.JSX.Element;
|
|
379
381
|
|
|
380
382
|
declare function IconTrash({ color, width, height }: {
|
|
381
383
|
color: any;
|
|
382
384
|
width?: string;
|
|
383
385
|
height?: string;
|
|
384
|
-
}):
|
|
386
|
+
}): react_jsx_runtime.JSX.Element;
|
|
385
387
|
|
|
386
388
|
declare function IconUpload({ color }: {
|
|
387
389
|
color: any;
|
|
388
|
-
}):
|
|
390
|
+
}): react_jsx_runtime.JSX.Element;
|
|
389
391
|
|
|
390
392
|
declare function IconUserScan({ color }: {
|
|
391
393
|
color: any;
|
|
392
|
-
}):
|
|
394
|
+
}): react_jsx_runtime.JSX.Element;
|
|
393
395
|
|
|
394
396
|
declare function IconUser({ color }: {
|
|
395
397
|
color: any;
|
|
396
|
-
}):
|
|
398
|
+
}): react_jsx_runtime.JSX.Element;
|
|
397
399
|
|
|
398
|
-
declare function UsersIcon():
|
|
400
|
+
declare function UsersIcon(): react_jsx_runtime.JSX.Element;
|
|
399
401
|
|
|
400
402
|
declare function IconVerification({ color }: {
|
|
401
403
|
color: any;
|
|
402
|
-
}):
|
|
404
|
+
}): react_jsx_runtime.JSX.Element;
|
|
403
405
|
|
|
404
406
|
declare function IconWallet({ width, height, color }: {
|
|
405
407
|
width: any;
|
|
406
408
|
height: any;
|
|
407
409
|
color: any;
|
|
408
|
-
}):
|
|
410
|
+
}): react_jsx_runtime.JSX.Element;
|
|
409
411
|
|
|
410
412
|
declare function IconWarningTriangle({ color }: {
|
|
411
413
|
color: any;
|
|
412
|
-
}):
|
|
414
|
+
}): react_jsx_runtime.JSX.Element;
|
|
413
415
|
|
|
414
416
|
declare function LoaderIcon({ color, width, height, }: {
|
|
415
417
|
color?: string;
|
|
416
418
|
width?: string;
|
|
417
419
|
height?: string;
|
|
418
|
-
}):
|
|
420
|
+
}): react_jsx_runtime.JSX.Element;
|
|
419
421
|
|
|
420
422
|
declare function UploadIcon({ color, width, height, }: {
|
|
421
423
|
color?: string;
|
|
422
424
|
width?: string;
|
|
423
425
|
height?: string;
|
|
424
|
-
}):
|
|
426
|
+
}): react_jsx_runtime.JSX.Element;
|
|
425
427
|
|
|
426
428
|
declare function DefaultAvatarIcon({ width, height, strokeColor, fillColor1, fillColor2, fillColor3, }: {
|
|
427
429
|
width?: string;
|
|
@@ -430,111 +432,111 @@ declare function DefaultAvatarIcon({ width, height, strokeColor, fillColor1, fil
|
|
|
430
432
|
fillColor1?: string;
|
|
431
433
|
fillColor2?: string;
|
|
432
434
|
fillColor3?: string;
|
|
433
|
-
}):
|
|
435
|
+
}): react_jsx_runtime.JSX.Element;
|
|
434
436
|
|
|
435
437
|
declare function DefaultImageIcon({ width, height, bgColor, fillColor, }: {
|
|
436
438
|
width?: string;
|
|
437
439
|
height?: string;
|
|
438
440
|
bgColor?: string;
|
|
439
441
|
fillColor?: string;
|
|
440
|
-
}):
|
|
442
|
+
}): react_jsx_runtime.JSX.Element;
|
|
441
443
|
|
|
442
|
-
declare function NoInternetConnectionIcon():
|
|
444
|
+
declare function NoInternetConnectionIcon(): react_jsx_runtime.JSX.Element;
|
|
443
445
|
|
|
444
|
-
declare function RekeningEscrowIcon():
|
|
446
|
+
declare function RekeningEscrowIcon(): react_jsx_runtime.JSX.Element;
|
|
445
447
|
|
|
446
|
-
declare function RekeningOprasionalIcon():
|
|
448
|
+
declare function RekeningOprasionalIcon(): react_jsx_runtime.JSX.Element;
|
|
447
449
|
|
|
448
|
-
declare function RekeningTujuanIcon():
|
|
450
|
+
declare function RekeningTujuanIcon(): react_jsx_runtime.JSX.Element;
|
|
449
451
|
|
|
450
|
-
declare function ThumbDialogConfirm():
|
|
452
|
+
declare function ThumbDialogConfirm(): react_jsx_runtime.JSX.Element;
|
|
451
453
|
|
|
452
|
-
declare function ThumbDialogSuccess():
|
|
454
|
+
declare function ThumbDialogSuccess(): react_jsx_runtime.JSX.Element;
|
|
453
455
|
|
|
454
|
-
declare function ThumbDialogWarningV2():
|
|
456
|
+
declare function ThumbDialogWarningV2(): react_jsx_runtime.JSX.Element;
|
|
455
457
|
|
|
456
|
-
declare function ThumbDialogWarning():
|
|
458
|
+
declare function ThumbDialogWarning(): react_jsx_runtime.JSX.Element;
|
|
457
459
|
|
|
458
|
-
declare function ThumbModalError():
|
|
460
|
+
declare function ThumbModalError(): react_jsx_runtime.JSX.Element;
|
|
459
461
|
|
|
460
|
-
declare function ThumbOnProgress():
|
|
462
|
+
declare function ThumbOnProgress(): react_jsx_runtime.JSX.Element;
|
|
461
463
|
|
|
462
|
-
declare function ThumbSendFailed():
|
|
464
|
+
declare function ThumbSendFailed(): react_jsx_runtime.JSX.Element;
|
|
463
465
|
|
|
464
|
-
declare function ThumbSendSuccess():
|
|
466
|
+
declare function ThumbSendSuccess(): react_jsx_runtime.JSX.Element;
|
|
465
467
|
|
|
466
|
-
declare function InformationIcon():
|
|
468
|
+
declare function InformationIcon(): react_jsx_runtime.JSX.Element;
|
|
467
469
|
|
|
468
470
|
declare function ArrowUpDown({ color }: {
|
|
469
471
|
color: any;
|
|
470
|
-
}):
|
|
472
|
+
}): react_jsx_runtime.JSX.Element;
|
|
471
473
|
|
|
472
474
|
declare function MaximizeIcon({ color }: {
|
|
473
475
|
color: any;
|
|
474
|
-
}):
|
|
476
|
+
}): react_jsx_runtime.JSX.Element;
|
|
475
477
|
|
|
476
478
|
declare function MinimizeIcon({ color }: {
|
|
477
479
|
color: any;
|
|
478
|
-
}):
|
|
480
|
+
}): react_jsx_runtime.JSX.Element;
|
|
479
481
|
|
|
480
482
|
declare function SuffleIcon({ color }: {
|
|
481
483
|
color: any;
|
|
482
|
-
}):
|
|
484
|
+
}): react_jsx_runtime.JSX.Element;
|
|
483
485
|
|
|
484
486
|
declare function RefreshIcon({ color }: {
|
|
485
487
|
color: any;
|
|
486
|
-
}):
|
|
488
|
+
}): react_jsx_runtime.JSX.Element;
|
|
487
489
|
|
|
488
490
|
declare function ReloadIcon({ color }: {
|
|
489
491
|
color: any;
|
|
490
|
-
}):
|
|
492
|
+
}): react_jsx_runtime.JSX.Element;
|
|
491
493
|
|
|
492
494
|
declare function LogoutIcon({ color }: {
|
|
493
495
|
color: any;
|
|
494
|
-
}):
|
|
496
|
+
}): react_jsx_runtime.JSX.Element;
|
|
495
497
|
|
|
496
498
|
declare function IconChevronDown({ color }: {
|
|
497
499
|
color: any;
|
|
498
|
-
}):
|
|
500
|
+
}): react_jsx_runtime.JSX.Element;
|
|
499
501
|
|
|
500
502
|
declare function IconChevronUp({ color }: {
|
|
501
503
|
color: any;
|
|
502
|
-
}):
|
|
504
|
+
}): react_jsx_runtime.JSX.Element;
|
|
503
505
|
|
|
504
506
|
declare function ArrowStandardDownIcon({ color }: {
|
|
505
507
|
color: any;
|
|
506
|
-
}):
|
|
508
|
+
}): react_jsx_runtime.JSX.Element;
|
|
507
509
|
|
|
508
510
|
declare function ArrowStandardLeftIcon({ color }: {
|
|
509
511
|
color: any;
|
|
510
|
-
}):
|
|
512
|
+
}): react_jsx_runtime.JSX.Element;
|
|
511
513
|
|
|
512
514
|
declare function ArrowStandardRightIcon({ color }: {
|
|
513
515
|
color: any;
|
|
514
|
-
}):
|
|
516
|
+
}): react_jsx_runtime.JSX.Element;
|
|
515
517
|
|
|
516
518
|
declare function ArrowStandardUpRightIcon({ color }: {
|
|
517
519
|
color: any;
|
|
518
|
-
}):
|
|
520
|
+
}): react_jsx_runtime.JSX.Element;
|
|
519
521
|
|
|
520
522
|
declare function ArrowStandardUpIcon({ color }: {
|
|
521
523
|
color: any;
|
|
522
|
-
}):
|
|
524
|
+
}): react_jsx_runtime.JSX.Element;
|
|
523
525
|
|
|
524
526
|
declare function ArrowFrameOutlineUpIcon({ color }: {
|
|
525
527
|
color: any;
|
|
526
|
-
}):
|
|
528
|
+
}): react_jsx_runtime.JSX.Element;
|
|
527
529
|
|
|
528
530
|
declare function ArrowFrameOutlineRightIcon({ color }: {
|
|
529
531
|
color: any;
|
|
530
|
-
}):
|
|
532
|
+
}): react_jsx_runtime.JSX.Element;
|
|
531
533
|
|
|
532
534
|
declare function ArrowFrameOutlineDownIcon({ color }: {
|
|
533
535
|
color: any;
|
|
534
|
-
}):
|
|
536
|
+
}): react_jsx_runtime.JSX.Element;
|
|
535
537
|
|
|
536
538
|
declare function ArrowFrameOutlineLeftIcon({ color }: {
|
|
537
539
|
color: any;
|
|
538
|
-
}):
|
|
540
|
+
}): react_jsx_runtime.JSX.Element;
|
|
539
541
|
|
|
540
542
|
export { AnalisisRisikoKreditNasabahIcon, AppendixIcon, ArrowFrameOutlineDownIcon, ArrowFrameOutlineLeftIcon, ArrowFrameOutlineRightIcon, ArrowFrameOutlineUpIcon, ArrowLeft, ArrowRight, ArrowStandardDownIcon, ArrowStandardLeftIcon, ArrowStandardRightIcon, ArrowStandardUpIcon, ArrowStandardUpRightIcon, ArrowUpDown, AuctionHammerIcon, BgBuilding, BgPerson, CalculatorIcon, CapsLockOn, CashIcon, CheckboxBorder, CheckboxChecked, ChecklistDokumenPaketKreditIcon, ChecklistGreen, CircleCheck, CircleCross, CommentBuble, CreditRiskRatingIcon, Dashboard, DefaultAvatarIcon, DefaultImageIcon, DocumentNotFound, DokumenPenjagaanIcon, DownloadDocumentIcon, DownloadIconLarge, DownloadIconSmall, EmptyDataIcon, FileOutlineCustom, FilePdfIcon, GenerateDocumentIcon, HandstopSign, HomeAssetIcon, IconAdd, IconBiometricScan, IconBrokenImage, IconCalendar, IconCardOrange, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconConfeti, IconCross, IconCrossLine, IconDeleteBin, IconDocument, IconDocumentAdd, IconDocumentAddOutline, IconDocumentSleve, IconDownloadOutline, IconDuplicate, IconEdit, IconExclamation, IconFile, IconFileCSV, IconFileDocx, IconFileDrive, IconFileJPG, IconFileOutline, IconFilePDF, IconFileSleve, IconFileXls, IconFingerScan, IconGradingRounded, IconHomeOutlined, IconImage, IconInfo, IconInfoBgPutih, IconInfoHover, IconListDocument, IconModalClose, IconMoney, IconMoneyOne, IconMoneyTwo, IconNoData, IconOnProcess, IconPeople, IconPeopleGroup, IconPhone, IconPlus, IconProgress, IconRecycle, IconReset, IconSave, IconSaveOutlined, IconSearch, IconSendBlue, IconSendOrange, IconSendWhite, IconSendWhiteFull, IconShuffle, IconTrash, IconTrashOutline, IconUpload, IconUser, IconUserScan, IconVerification, IconWallet, IconWarningTriangle, InformasiKursIcon, InformasiNasabahIcon, InformationIcon, LoaderIcon, LogoutIcon, MatriksRiskDanMitigationIcon, MaximizeIcon, MinimizeIcon, MoneyIcon, NoInternetConnectionIcon, NotFoundIcon, NotulenRapatPraKomiteIcon, OfferingLetterIcon, PengajuanDanFasilitasKreditIcon, PersonIcon, ProfitabilitasDanHubunganNasabahIcon, RefreshIcon, RekeningEscrowIcon, RekeningOprasionalIcon, RekeningTujuanIcon, RekomendasiPutusanIcon, ReloadIcon, RingkasanEksekutifIcon, StepOnProgress, SuffleIcon, TargetDartIcon, ThumbDialogConfirm, ThumbDialogSuccess, ThumbDialogWarning, ThumbDialogWarningV2, ThumbModalError, ThumbOnProgress, ThumbSendFailed, ThumbSendSuccess, Thumblock, ThumbsUp, UploadIcon, UsersIcon };
|