profinansy-ui-lib 3.0.80 → 3.0.82
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,74 +1,95 @@
|
|
|
1
1
|
export declare const palette: {
|
|
2
2
|
light: {
|
|
3
|
+
background: {
|
|
4
|
+
primary: string;
|
|
5
|
+
content: string;
|
|
6
|
+
secondary: string;
|
|
7
|
+
secondaryAlpha: string;
|
|
8
|
+
field: string;
|
|
9
|
+
fieldSecondary: string;
|
|
10
|
+
accent: string;
|
|
11
|
+
accentSecondaryTint: string;
|
|
12
|
+
positiveTint: string;
|
|
13
|
+
warningTint: string;
|
|
14
|
+
negativeTint: string;
|
|
15
|
+
info: string;
|
|
16
|
+
};
|
|
3
17
|
text: {
|
|
4
18
|
primary: string;
|
|
5
19
|
secondary: string;
|
|
6
20
|
tertiary: string;
|
|
7
21
|
fourth: string;
|
|
8
22
|
contrast: string;
|
|
9
|
-
contrastThemRev: string;
|
|
10
23
|
contrastThemed: string;
|
|
11
24
|
accent: string;
|
|
12
25
|
accentSecondary: string;
|
|
13
26
|
positive: string;
|
|
27
|
+
warning: string;
|
|
14
28
|
negative: string;
|
|
15
29
|
info: string;
|
|
16
|
-
|
|
17
|
-
stroke: {
|
|
18
|
-
primary: string;
|
|
19
|
-
secondary: string;
|
|
20
|
-
tertiary: string;
|
|
21
|
-
contrast: string;
|
|
22
|
-
accent: string;
|
|
23
|
-
negative: string;
|
|
24
|
-
fieldAlpha: string;
|
|
25
|
-
fieldAlphaHover: string;
|
|
26
|
-
avatarBorder: string;
|
|
30
|
+
link: string;
|
|
27
31
|
};
|
|
28
32
|
icons: {
|
|
29
33
|
primary: string;
|
|
30
34
|
secondary: string;
|
|
35
|
+
tertiary: string;
|
|
36
|
+
fourth: string;
|
|
31
37
|
contrast: string;
|
|
32
|
-
contrastThemRev: string;
|
|
33
38
|
contrastThemed: string;
|
|
34
|
-
|
|
39
|
+
contrastThemRev: string;
|
|
35
40
|
accent: string;
|
|
36
41
|
accentSecondary: string;
|
|
37
|
-
primaryHover: string;
|
|
38
|
-
primaryActive: string;
|
|
39
42
|
positive: string;
|
|
40
43
|
warring: string;
|
|
41
44
|
negative: string;
|
|
45
|
+
info: string;
|
|
46
|
+
link: string;
|
|
42
47
|
};
|
|
43
|
-
|
|
48
|
+
stroke: {
|
|
44
49
|
primary: string;
|
|
45
|
-
content: string;
|
|
46
50
|
secondary: string;
|
|
47
|
-
|
|
48
|
-
|
|
51
|
+
tertiary: string;
|
|
52
|
+
contrast: string;
|
|
49
53
|
accent: string;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
negativeTint: string;
|
|
54
|
-
notification: string;
|
|
55
|
-
switch: string;
|
|
54
|
+
positive: string;
|
|
55
|
+
warning: string;
|
|
56
|
+
negative: string;
|
|
56
57
|
info: string;
|
|
57
|
-
header: string;
|
|
58
58
|
};
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
59
|
+
interactiveButtons: {
|
|
60
|
+
brandBackground: string;
|
|
61
|
+
brandBackgroundHover: string;
|
|
62
|
+
brandText: string;
|
|
63
|
+
secondaryBrandBackground: string;
|
|
64
|
+
secondaryBrandBackgroundHover: string;
|
|
65
|
+
secondaryBrandText: string;
|
|
66
|
+
outlineBrandBackground: string;
|
|
67
|
+
outlineBrandBackgroundHover: string;
|
|
68
|
+
outlineBrandText: string;
|
|
69
|
+
outlineBrandBorder: string;
|
|
70
|
+
outlineBrandBorderHover: string;
|
|
71
|
+
systemBackground: string;
|
|
72
|
+
systemBackgroundHover: string;
|
|
73
|
+
systemText: string;
|
|
74
|
+
successBackground: string;
|
|
75
|
+
successBackgroundHover: string;
|
|
76
|
+
successText: string;
|
|
77
|
+
warningBackground: string;
|
|
78
|
+
warningBackgroundHover: string;
|
|
79
|
+
warningText: string;
|
|
80
|
+
criticalBackground: string;
|
|
81
|
+
criticalBackgroundHover: string;
|
|
82
|
+
criticalText: string;
|
|
83
|
+
neutralBackground: string;
|
|
84
|
+
neutralBackgroundHover: string;
|
|
85
|
+
neutralText: string;
|
|
86
|
+
};
|
|
87
|
+
interactiveControls: {
|
|
88
|
+
accent: string;
|
|
89
|
+
secondary: string;
|
|
90
|
+
supportive: string;
|
|
91
|
+
brand: string;
|
|
92
|
+
brandAlpha: string;
|
|
72
93
|
};
|
|
73
94
|
other: {
|
|
74
95
|
orange: string;
|
|
@@ -83,6 +104,9 @@ export declare const palette: {
|
|
|
83
104
|
mediumBlue: string;
|
|
84
105
|
darkBlue: string;
|
|
85
106
|
lightBlue: string;
|
|
107
|
+
navyBlue: string;
|
|
108
|
+
lightBlueTint: string;
|
|
109
|
+
gray: string;
|
|
86
110
|
orangeTint: string;
|
|
87
111
|
greenTint: string;
|
|
88
112
|
oliveTint: string;
|
|
@@ -91,17 +115,21 @@ export declare const palette: {
|
|
|
91
115
|
pinkTint: string;
|
|
92
116
|
turquoiseTint: string;
|
|
93
117
|
darkBlueTint: string;
|
|
94
|
-
|
|
95
|
-
navyBlue: string;
|
|
96
|
-
gray: string;
|
|
97
|
-
};
|
|
98
|
-
interactiveControls: {
|
|
99
|
-
accent: string;
|
|
100
|
-
secondary: string;
|
|
101
|
-
supportive: string;
|
|
118
|
+
black: string;
|
|
102
119
|
};
|
|
103
|
-
|
|
104
|
-
|
|
120
|
+
statesBackground: {
|
|
121
|
+
tabsHover: string;
|
|
122
|
+
tabsActive: string;
|
|
123
|
+
tabsActiveHover: string;
|
|
124
|
+
accentHover: string;
|
|
125
|
+
accentActive: string;
|
|
126
|
+
field: string;
|
|
127
|
+
secondaryAlphaActive: string;
|
|
128
|
+
secondaryAlphaHover: string;
|
|
129
|
+
listHover: string;
|
|
130
|
+
notificationHover: string;
|
|
131
|
+
notificationHoverError: string;
|
|
132
|
+
sideBarActive: string;
|
|
105
133
|
};
|
|
106
134
|
gradient: {
|
|
107
135
|
top: string;
|
|
@@ -109,75 +137,96 @@ export declare const palette: {
|
|
|
109
137
|
};
|
|
110
138
|
};
|
|
111
139
|
dark: {
|
|
140
|
+
background: {
|
|
141
|
+
primary: string;
|
|
142
|
+
content: string;
|
|
143
|
+
secondary: string;
|
|
144
|
+
secondaryAlpha: string;
|
|
145
|
+
field: string;
|
|
146
|
+
fieldSecondary: string;
|
|
147
|
+
accent: string;
|
|
148
|
+
accentSecondaryTint: string;
|
|
149
|
+
positiveTint: string;
|
|
150
|
+
warningTint: string;
|
|
151
|
+
negativeTint: string;
|
|
152
|
+
info: string;
|
|
153
|
+
};
|
|
112
154
|
text: {
|
|
113
155
|
primary: string;
|
|
114
156
|
secondary: string;
|
|
115
157
|
tertiary: string;
|
|
116
158
|
fourth: string;
|
|
117
159
|
contrast: string;
|
|
118
|
-
contrastThemRev: string;
|
|
119
160
|
contrastThemed: string;
|
|
120
161
|
accent: string;
|
|
121
162
|
accentSecondary: string;
|
|
122
163
|
positive: string;
|
|
164
|
+
warning: string;
|
|
123
165
|
negative: string;
|
|
124
166
|
info: string;
|
|
125
|
-
|
|
126
|
-
stroke: {
|
|
127
|
-
primary: string;
|
|
128
|
-
secondary: string;
|
|
129
|
-
tertiary: string;
|
|
130
|
-
contrast: string;
|
|
131
|
-
accent: string;
|
|
132
|
-
negative: string;
|
|
133
|
-
fieldAlpha: string;
|
|
134
|
-
fieldAlphaHover: string;
|
|
135
|
-
avatarBorder: string;
|
|
167
|
+
link: string;
|
|
136
168
|
};
|
|
137
169
|
icons: {
|
|
138
170
|
primary: string;
|
|
139
171
|
secondary: string;
|
|
172
|
+
tertiary: string;
|
|
173
|
+
fourth: string;
|
|
140
174
|
contrast: string;
|
|
141
|
-
contrastThemRev: string;
|
|
142
175
|
contrastThemed: string;
|
|
143
|
-
|
|
176
|
+
contrastThemRev: string;
|
|
144
177
|
accent: string;
|
|
145
178
|
accentSecondary: string;
|
|
146
|
-
primaryHover: string;
|
|
147
|
-
primaryActive: string;
|
|
148
179
|
positive: string;
|
|
149
180
|
warring: string;
|
|
150
181
|
negative: string;
|
|
182
|
+
info: string;
|
|
183
|
+
link: string;
|
|
151
184
|
};
|
|
152
|
-
|
|
185
|
+
stroke: {
|
|
153
186
|
primary: string;
|
|
154
|
-
content: string;
|
|
155
187
|
secondary: string;
|
|
156
|
-
|
|
157
|
-
|
|
188
|
+
tertiary: string;
|
|
189
|
+
contrast: string;
|
|
158
190
|
accent: string;
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
negativeTint: string;
|
|
163
|
-
notification: string;
|
|
164
|
-
switch: string;
|
|
191
|
+
positive: string;
|
|
192
|
+
warning: string;
|
|
193
|
+
negative: string;
|
|
165
194
|
info: string;
|
|
166
|
-
header: string;
|
|
167
195
|
};
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
196
|
+
interactiveButtons: {
|
|
197
|
+
brandBackground: string;
|
|
198
|
+
brandBackgroundHover: string;
|
|
199
|
+
brandText: string;
|
|
200
|
+
secondaryBrandBackground: string;
|
|
201
|
+
secondaryBrandBackgroundHover: string;
|
|
202
|
+
secondaryBrandText: string;
|
|
203
|
+
outlineBrandBackground: string;
|
|
204
|
+
outlineBrandBackgroundHover: string;
|
|
205
|
+
outlineBrandText: string;
|
|
206
|
+
outlineBrandBorder: string;
|
|
207
|
+
outlineBrandBorderHover: string;
|
|
208
|
+
systemBackground: string;
|
|
209
|
+
systemBackgroundHover: string;
|
|
210
|
+
systemText: string;
|
|
211
|
+
successBackground: string;
|
|
212
|
+
successBackgroundHover: string;
|
|
213
|
+
successText: string;
|
|
214
|
+
warningBackground: string;
|
|
215
|
+
warningBackgroundHover: string;
|
|
216
|
+
warningText: string;
|
|
217
|
+
criticalBackground: string;
|
|
218
|
+
criticalBackgroundHover: string;
|
|
219
|
+
criticalText: string;
|
|
220
|
+
neutralBackground: string;
|
|
221
|
+
neutralBackgroundHover: string;
|
|
222
|
+
neutralText: string;
|
|
223
|
+
};
|
|
224
|
+
interactiveControls: {
|
|
225
|
+
accent: string;
|
|
226
|
+
secondary: string;
|
|
227
|
+
supportive: string;
|
|
228
|
+
brand: string;
|
|
229
|
+
brandAlpha: string;
|
|
181
230
|
};
|
|
182
231
|
other: {
|
|
183
232
|
orange: string;
|
|
@@ -192,6 +241,9 @@ export declare const palette: {
|
|
|
192
241
|
mediumBlue: string;
|
|
193
242
|
darkBlue: string;
|
|
194
243
|
lightBlue: string;
|
|
244
|
+
navyBlue: string;
|
|
245
|
+
lightBlueTint: string;
|
|
246
|
+
gray: string;
|
|
195
247
|
orangeTint: string;
|
|
196
248
|
greenTint: string;
|
|
197
249
|
oliveTint: string;
|
|
@@ -200,17 +252,21 @@ export declare const palette: {
|
|
|
200
252
|
pinkTint: string;
|
|
201
253
|
turquoiseTint: string;
|
|
202
254
|
darkBlueTint: string;
|
|
203
|
-
|
|
204
|
-
navyBlue: string;
|
|
205
|
-
gray: string;
|
|
206
|
-
};
|
|
207
|
-
interactiveControls: {
|
|
208
|
-
accent: string;
|
|
209
|
-
secondary: string;
|
|
210
|
-
supportive: string;
|
|
255
|
+
black: string;
|
|
211
256
|
};
|
|
212
|
-
|
|
213
|
-
|
|
257
|
+
statesBackground: {
|
|
258
|
+
tabsHover: string;
|
|
259
|
+
tabsActive: string;
|
|
260
|
+
tabsActiveHover: string;
|
|
261
|
+
accentHover: string;
|
|
262
|
+
accentActive: string;
|
|
263
|
+
field: string;
|
|
264
|
+
secondaryAlphaActive: string;
|
|
265
|
+
secondaryAlphaHover: string;
|
|
266
|
+
listHover: string;
|
|
267
|
+
notificationHover: string;
|
|
268
|
+
notificationHoverError: string;
|
|
269
|
+
sideBarActive: string;
|
|
214
270
|
};
|
|
215
271
|
gradient: {
|
|
216
272
|
top: string;
|