@bigbinary/neetoui 4.1.19 → 4.1.21
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/CHANGELOG.md +4 -0
- package/formik.js +1 -1
- package/index.css +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -383,7 +383,7 @@ export interface TagProps {
|
|
|
383
383
|
| "secondary"
|
|
384
384
|
| "info";
|
|
385
385
|
/** @deprecated Prop deprecated. Use `style` prop instead*/
|
|
386
|
-
color
|
|
386
|
+
color?: string;
|
|
387
387
|
/** @deprecated Prop deprecated. Use `indicatorStyle` prop instead*/
|
|
388
388
|
indicatorColor?: string;
|
|
389
389
|
}
|