profinansy-ui-lib 3.4.49 → 3.4.51

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.
@@ -147,6 +147,16 @@ export declare const palette: {
147
147
  top: string;
148
148
  bottom: string;
149
149
  };
150
+ club: {
151
+ primary: string;
152
+ primaryHover: string;
153
+ secondary: string;
154
+ secondaryHover: string;
155
+ buttonBackground: string;
156
+ green: string;
157
+ primaryGradient: string;
158
+ secondaryGradient: string;
159
+ };
150
160
  };
151
161
  dark: {
152
162
  background: {
@@ -296,5 +306,15 @@ export declare const palette: {
296
306
  top: string;
297
307
  bottom: string;
298
308
  };
309
+ club: {
310
+ primary: string;
311
+ primaryHover: string;
312
+ secondary: string;
313
+ secondaryHover: string;
314
+ buttonBackground: string;
315
+ green: string;
316
+ primaryGradient: string;
317
+ secondaryGradient: string;
318
+ };
299
319
  };
300
320
  };
@@ -0,0 +1,2 @@
1
+ export declare const parseJwt: (token: string) => any;
2
+ export declare const getToken: () => string | void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "3.4.49",
3
+ "version": "3.4.51",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {