@trackunit/ui-icons 0.0.102 → 0.0.104

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/ui-icons",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -6,4 +6,4 @@ import { IconName } from "./icons.generated";
6
6
  * @param fallbackIconName - The fallback icon name to use if the icon name is invalid.
7
7
  * @returns {IconName} - Returns the icon name if it is valid, otherwise it returns the fallback icon name.
8
8
  */
9
- export declare const ensureIconWithFallback: (name: string, fallbackIconName?: IconName) => IconName;
9
+ export declare const ensureIconWithFallback: (name: string | undefined, fallbackIconName?: IconName) => IconName;