@namba_one/ui-kit-2 1.0.118 → 1.0.120
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 +1 -1
- package/dist/index.es.js +2273 -2273
- package/dist/index.umd.js +13 -13
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
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
|
};
|