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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "4.0.95",
3
+ "version": "4.0.97",
4
4
  "main": "./dist/profinansy-ui-lib.cjs",
5
5
  "module": "./dist/profinansy-ui-lib.es.js",
6
6
  "types": "./dist/index.d.ts",