@bigbinary/neetoui 4.0.0 → 4.0.3
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 +63 -44
- package/formik.js +4 -4
- package/index.css +1 -1
- package/index.d.ts +2 -2
- package/index.js +1 -1
- package/molecules.js +1 -1
- package/package.json +9 -8
package/index.d.ts
CHANGED
|
@@ -368,8 +368,8 @@ export interface TagProps {
|
|
|
368
368
|
onClose?: () => void;
|
|
369
369
|
disabled?: boolean;
|
|
370
370
|
className?: string;
|
|
371
|
-
style?: "success" | "warning" | "danger" | "primary" | "
|
|
372
|
-
indicatorStyle?: "success" | "warning" | "danger" | "primary" | "
|
|
371
|
+
style?: "success" | "warning" | "danger" | "primary" | "secondary" | "info";
|
|
372
|
+
indicatorStyle?: "success" | "warning" | "danger" | "primary" | "secondary" | "info";
|
|
373
373
|
/** @deprecated Prop deprecated. Use `style` prop instead*/
|
|
374
374
|
color: string;
|
|
375
375
|
/** @deprecated Prop deprecated. Use `indicatorStyle` prop instead*/
|