spotlibs-components 0.1.13 → 0.1.16
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/atoms/icons/index.d.mts +21 -84
- package/dist/atoms/icons/index.mjs +416 -1
- package/dist/atoms/icons/index.mjs.map +1 -1
- package/dist/{chunk-F6KSEYVB.mjs → chunk-5ZMWZXI3.mjs} +502 -990
- package/dist/chunk-5ZMWZXI3.mjs.map +1 -0
- package/dist/{chunk-UFE7HFT2.mjs → chunk-E6DKJIAE.mjs} +3 -10
- package/dist/chunk-E6DKJIAE.mjs.map +1 -0
- package/dist/chunk-G2BF4U5I.mjs +834 -0
- package/dist/chunk-G2BF4U5I.mjs.map +1 -0
- package/dist/index.d.mts +4 -355
- package/dist/index.mjs +1925 -2746
- package/dist/index.mjs.map +1 -1
- package/dist/layout/index.d.mts +42 -0
- package/dist/layout/index.mjs +5 -0
- package/dist/layout/index.mjs.map +1 -0
- package/dist/mui/index.d.mts +3 -9
- package/dist/mui/index.mjs +3 -9
- package/dist/rekening-tujuan-icon-BfSXbixN.d.mts +61 -0
- package/dist/{types-D1akE7ak.d.mts → types-D0cyG_RH.d.mts} +309 -46
- package/dist/types.d.mts +1 -1
- package/dist/utils/index.mjs +9 -2
- package/dist/utils/index.mjs.map +1 -1
- package/package.json +10 -3
- package/dist/chunk-F6KSEYVB.mjs.map +0 -1
- package/dist/chunk-UFE7HFT2.mjs.map +0 -1
|
@@ -1,105 +1,42 @@
|
|
|
1
1
|
export * from '@tabler/icons-react';
|
|
2
|
+
export { A as AnalisisRisikoKreditNasabahIcon, a as AppendixIcon, B as BgBuilding, b as BgPerson, C as ChecklistDokumenPaketKreditIcon, c as CreditRiskRatingIcon, D as DefaultAvatarIcon, d as DefaultImageIcon, e as DokumenPenjagaanIcon, F as FilePdfIcon, I as InformasiKursIcon, f as InformasiNasabahIcon, M as MatriksRiskDanMitigationIcon, N as NotulenRapatPraKomiteIcon, O as OfferingLetterIcon, P as PengajuanDanFasilitasKreditIcon, g as ProfitabilitasDanHubunganNasabahIcon, R as RekeningEscrowIcon, h as RekeningOprasionalIcon, i as RekeningTujuanIcon, j as RekomendasiPutusanIcon, k as RingkasanEksekutifIcon } from '../../rekening-tujuan-icon-BfSXbixN.mjs';
|
|
2
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
4
|
|
|
4
|
-
declare function
|
|
5
|
-
color: any;
|
|
6
|
-
}): react_jsx_runtime.JSX.Element;
|
|
7
|
-
|
|
8
|
-
declare function AnalisisRisikoKreditNasabahIcon(): react_jsx_runtime.JSX.Element;
|
|
9
|
-
|
|
10
|
-
declare function AppendixIcon(): react_jsx_runtime.JSX.Element;
|
|
11
|
-
|
|
12
|
-
declare function BgBuilding(): react_jsx_runtime.JSX.Element;
|
|
13
|
-
|
|
14
|
-
declare function BgPerson(): react_jsx_runtime.JSX.Element;
|
|
15
|
-
|
|
16
|
-
declare function ChecklistDokumenPaketKreditIcon(): react_jsx_runtime.JSX.Element;
|
|
17
|
-
|
|
18
|
-
declare function CreditRiskRatingIcon(): react_jsx_runtime.JSX.Element;
|
|
19
|
-
|
|
20
|
-
declare function DokumenPenjagaanIcon(): react_jsx_runtime.JSX.Element;
|
|
5
|
+
declare function WarningOutlineHero(): react_jsx_runtime.JSX.Element;
|
|
21
6
|
|
|
22
|
-
declare function
|
|
23
|
-
|
|
24
|
-
declare function IconFileCSV(): react_jsx_runtime.JSX.Element;
|
|
25
|
-
|
|
26
|
-
declare function IconFileDocx(): react_jsx_runtime.JSX.Element;
|
|
27
|
-
|
|
28
|
-
declare function IconFileDrive({ color }: {
|
|
29
|
-
color: any;
|
|
30
|
-
}): react_jsx_runtime.JSX.Element;
|
|
31
|
-
|
|
32
|
-
declare function IconFileJPG(): react_jsx_runtime.JSX.Element;
|
|
33
|
-
|
|
34
|
-
declare function IconFilePDF({ noBorder, ...props }: {
|
|
35
|
-
[x: string]: any;
|
|
36
|
-
noBorder?: boolean;
|
|
37
|
-
}): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function SuccessHero(): react_jsx_runtime.JSX.Element;
|
|
38
8
|
|
|
39
|
-
declare function
|
|
9
|
+
declare function WarningHero(): react_jsx_runtime.JSX.Element;
|
|
40
10
|
|
|
41
|
-
declare function
|
|
11
|
+
declare function LockHero(): react_jsx_runtime.JSX.Element;
|
|
42
12
|
|
|
43
|
-
declare function
|
|
13
|
+
declare function ErrorHero(): react_jsx_runtime.JSX.Element;
|
|
44
14
|
|
|
45
|
-
declare function
|
|
15
|
+
declare function OnProgressHero(): react_jsx_runtime.JSX.Element;
|
|
46
16
|
|
|
47
|
-
declare function
|
|
17
|
+
declare function SentDecisionHero(): react_jsx_runtime.JSX.Element;
|
|
48
18
|
|
|
49
|
-
declare function
|
|
19
|
+
declare function SentSuccessfullyHero(): react_jsx_runtime.JSX.Element;
|
|
50
20
|
|
|
51
|
-
declare function
|
|
21
|
+
declare function InformationHero(): react_jsx_runtime.JSX.Element;
|
|
52
22
|
|
|
53
|
-
declare function
|
|
23
|
+
declare function NoDataHero(): react_jsx_runtime.JSX.Element;
|
|
54
24
|
|
|
55
|
-
declare function
|
|
25
|
+
declare function NoDocHero(): react_jsx_runtime.JSX.Element;
|
|
56
26
|
|
|
57
|
-
declare function
|
|
27
|
+
declare function NoInternetHero(): react_jsx_runtime.JSX.Element;
|
|
58
28
|
|
|
59
|
-
declare function
|
|
29
|
+
declare function FileCSVHero(): react_jsx_runtime.JSX.Element;
|
|
60
30
|
|
|
61
|
-
declare function
|
|
31
|
+
declare function FileDOCXHero(): react_jsx_runtime.JSX.Element;
|
|
62
32
|
|
|
63
|
-
declare function
|
|
64
|
-
width?: string;
|
|
65
|
-
height?: string;
|
|
66
|
-
strokeColor?: string;
|
|
67
|
-
fillColor1?: string;
|
|
68
|
-
fillColor2?: string;
|
|
69
|
-
fillColor3?: string;
|
|
70
|
-
}): react_jsx_runtime.JSX.Element;
|
|
33
|
+
declare function FileJPGHero(): react_jsx_runtime.JSX.Element;
|
|
71
34
|
|
|
72
|
-
declare function
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
bgColor?: string;
|
|
76
|
-
fillColor?: string;
|
|
35
|
+
declare function FilePDFHero({ noBorder, ...props }: {
|
|
36
|
+
[x: string]: any;
|
|
37
|
+
noBorder?: boolean;
|
|
77
38
|
}): react_jsx_runtime.JSX.Element;
|
|
78
39
|
|
|
79
|
-
declare function
|
|
80
|
-
|
|
81
|
-
declare function RekeningEscrowIcon(): react_jsx_runtime.JSX.Element;
|
|
82
|
-
|
|
83
|
-
declare function RekeningOprasionalIcon(): react_jsx_runtime.JSX.Element;
|
|
84
|
-
|
|
85
|
-
declare function RekeningTujuanIcon(): react_jsx_runtime.JSX.Element;
|
|
86
|
-
|
|
87
|
-
declare function ThumbDialogConfirm(): react_jsx_runtime.JSX.Element;
|
|
88
|
-
|
|
89
|
-
declare function ThumbDialogSuccess(): react_jsx_runtime.JSX.Element;
|
|
90
|
-
|
|
91
|
-
declare function ThumbDialogWarningV2(): react_jsx_runtime.JSX.Element;
|
|
92
|
-
|
|
93
|
-
declare function ThumbDialogWarning(): react_jsx_runtime.JSX.Element;
|
|
94
|
-
|
|
95
|
-
declare function ThumbModalError(): react_jsx_runtime.JSX.Element;
|
|
96
|
-
|
|
97
|
-
declare function ThumbOnProgress(): react_jsx_runtime.JSX.Element;
|
|
98
|
-
|
|
99
|
-
declare function ThumbSendFailed(): react_jsx_runtime.JSX.Element;
|
|
100
|
-
|
|
101
|
-
declare function ThumbSendSuccess(): react_jsx_runtime.JSX.Element;
|
|
102
|
-
|
|
103
|
-
declare function InformationIcon(): react_jsx_runtime.JSX.Element;
|
|
40
|
+
declare function FileXLSHero(): react_jsx_runtime.JSX.Element;
|
|
104
41
|
|
|
105
|
-
export {
|
|
42
|
+
export { ErrorHero, FileCSVHero, FileDOCXHero, FileJPGHero, FilePDFHero, FileXLSHero, InformationHero, LockHero, NoDataHero, NoDocHero, NoInternetHero, OnProgressHero, SentDecisionHero, SentSuccessfullyHero, SuccessHero, WarningHero, WarningOutlineHero };
|