@autofleet/theme 0.1.6 → 0.1.8

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/colors-utils.d.ts CHANGED
@@ -48,7 +48,7 @@ export declare const COLORS_DARK_MODE_HANDLED: {
48
48
  dividerColor: (isDarkMode: boolean) => string;
49
49
  secondaryButtonsHoverColor: (isDarkMode: boolean) => string;
50
50
  };
51
- export declare const getColorVariants: (givenPrimary: string, type: 'light' | 'dark') => IColorVariants;
51
+ export declare const getColorVariants: (givenPrimary: string, type: "light" | "dark") => IColorVariants;
52
52
  export interface RGBColor {
53
53
  red: number;
54
54
  green: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/theme",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",