profinansy-ui-lib 4.0.95 → 4.0.97
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/components/uikit/Button/Button.const.d.ts +4 -4
- package/dist/components/uikit/Button/Button.styled.d.ts +8 -8
- package/dist/components/uikit/Button/Button.typed.d.ts +8 -7
- package/dist/components/uikit/Button/components/ButtonLoader/ButtonLoader.d.ts +3 -0
- package/dist/components/uikit/Button/components/ButtonLoader/ButtonLoader.styled.d.ts +6 -0
- package/dist/components/uikit/Button/components/ButtonLoader/ButtonLoader.typed.d.ts +5 -0
- package/dist/components/uikit/Button/components/ButtonLoader/index.d.ts +1 -0
- package/dist/profinansy-ui-lib.cjs +783 -733
- package/dist/profinansy-ui-lib.cjs.map +1 -1
- package/dist/profinansy-ui-lib.es.js +5181 -5098
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/theme/theme.const.d.ts +10 -0
- package/package.json +1 -1
|
@@ -66,6 +66,9 @@ export declare const palette: {
|
|
|
66
66
|
secondaryBrandBackground: string;
|
|
67
67
|
secondaryBrandBackgroundHover: string;
|
|
68
68
|
secondaryBrandText: string;
|
|
69
|
+
whiteFixedBackground: string;
|
|
70
|
+
whiteFixedBackgroundHover: string;
|
|
71
|
+
whiteFixedText: string;
|
|
69
72
|
outlineBrandBackground: string;
|
|
70
73
|
outlineBrandBackgroundHover: string;
|
|
71
74
|
outlineBrandText: string;
|
|
@@ -86,6 +89,8 @@ export declare const palette: {
|
|
|
86
89
|
neutralBackground: string;
|
|
87
90
|
neutralBackgroundHover: string;
|
|
88
91
|
neutralText: string;
|
|
92
|
+
flatBrandTextHover: string;
|
|
93
|
+
flatSystemTextHover: string;
|
|
89
94
|
};
|
|
90
95
|
interactiveControls: {
|
|
91
96
|
accent: string;
|
|
@@ -239,6 +244,9 @@ export declare const palette: {
|
|
|
239
244
|
secondaryBrandBackground: string;
|
|
240
245
|
secondaryBrandBackgroundHover: string;
|
|
241
246
|
secondaryBrandText: string;
|
|
247
|
+
whiteFixedBackground: string;
|
|
248
|
+
whiteFixedBackgroundHover: string;
|
|
249
|
+
whiteFixedText: string;
|
|
242
250
|
outlineBrandBackground: string;
|
|
243
251
|
outlineBrandBackgroundHover: string;
|
|
244
252
|
outlineBrandText: string;
|
|
@@ -259,6 +267,8 @@ export declare const palette: {
|
|
|
259
267
|
neutralBackground: string;
|
|
260
268
|
neutralBackgroundHover: string;
|
|
261
269
|
neutralText: string;
|
|
270
|
+
flatBrandTextHover: string;
|
|
271
|
+
flatSystemTextHover: string;
|
|
262
272
|
};
|
|
263
273
|
interactiveControls: {
|
|
264
274
|
accent: string;
|