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.
- package/dist/components/blocks/header/components/header-link-item/header-link-item.styled.d.ts +1 -0
- package/dist/components/uikit/Button/Button.typed.d.ts +4 -1
- package/dist/components/uikit/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/uikit/FilterButton/Drop/Drop.d.ts +1 -1
- package/dist/components/uikit/Hint/Hint.d.ts +1 -1
- package/dist/components/uikit/Popup/Popup.d.ts +1 -1
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +1 -1
- package/dist/index.js +144 -103
- package/dist/theme/theme.const.d.ts +20 -0
- package/dist/utils/parseJwt.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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
|
};
|