profinansy-ui-lib 2.0.64 → 2.0.66

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.
@@ -59,6 +59,7 @@ export declare const palette: {
59
59
  accentActive: string;
60
60
  field: string;
61
61
  secondaryAlphaActive: string;
62
+ secondaryAlphaHover: string;
62
63
  listHover: string;
63
64
  notificationHover: string;
64
65
  notificationHoverError: string;
@@ -143,6 +144,7 @@ export declare const palette: {
143
144
  accentActive: string;
144
145
  field: string;
145
146
  secondaryAlphaActive: string;
147
+ secondaryAlphaHover: string;
146
148
  listHover: string;
147
149
  notificationHover: string;
148
150
  notificationHoverError: string;
@@ -0,0 +1,2 @@
1
+ import { palette } from './theme.const';
2
+ export type TTheme = (typeof palette)['light'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profinansy-ui-lib",
3
- "version": "2.0.64",
3
+ "version": "2.0.66",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {