@trackunit/iris-app-api
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -5,2 +5,4 @@ # Changelog | ||
## [0.2.3](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.2...iris-app-api/0.2.3) (2024-09-11) | ||
## [0.2.2](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.1...iris-app-api/0.2.2) (2024-09-09) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@trackunit/iris-app-api", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/Trackunit/manager", |
import { IconName } from "./icons.generated"; | ||
type HexColor = `#${string}`; | ||
type RgbColor = `rgb(${number},${number},${number})`; | ||
export type SvgImagePath = `${string}.svg`; | ||
/** | ||
@@ -19,3 +20,3 @@ * Checks if the value is a valid hex color | ||
*/ | ||
path: string; | ||
path: SvgImagePath; | ||
color?: Color; | ||
@@ -22,0 +23,0 @@ }; |
Sorry, the diff of this file is not supported yet
203224
2350