profinansy-ui-lib 3.0.14 → 3.0.15

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.
@@ -83,6 +83,10 @@ export declare const palette: {
83
83
  pinkTint: string;
84
84
  turquoiseTint: string;
85
85
  };
86
+ gradient: {
87
+ top: string;
88
+ bottom: string;
89
+ };
86
90
  };
87
91
  dark: {
88
92
  text: {
@@ -168,5 +172,9 @@ export declare const palette: {
168
172
  pinkTint: string;
169
173
  turquoiseTint: string;
170
174
  };
175
+ gradient: {
176
+ top: string;
177
+ bottom: string;
178
+ };
171
179
  };
172
180
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {