@namba_one/ui-kit-2 1.0.119 → 1.0.121

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/index.d.ts CHANGED
@@ -1855,7 +1855,7 @@ export declare const Icon: DefineComponent<IconBaseProps, {}, {}, {}, {}, Compon
1855
1855
 
1856
1856
  export declare type IconBaseProps = {
1857
1857
  name: IconName;
1858
- color: Color;
1858
+ color: Color | 'inherit';
1859
1859
  size?: number | string;
1860
1860
  height?: string | number;
1861
1861
  };