profinansy-ui-lib 3.1.26 → 3.1.27

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.
@@ -91,6 +91,7 @@ export declare const palette: {
91
91
  supportive: string;
92
92
  brand: string;
93
93
  brandAlpha: string;
94
+ accentDark: string;
94
95
  };
95
96
  other: {
96
97
  orange: string;
@@ -239,6 +240,7 @@ export declare const palette: {
239
240
  supportive: string;
240
241
  brand: string;
241
242
  brandAlpha: string;
243
+ accentDark: string;
242
244
  };
243
245
  other: {
244
246
  orange: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.1.26",
3
+ "version": "3.1.27",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {