ui-mathilde-web 0.10.20 → 0.10.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.
@@ -797,7 +797,7 @@ declare interface TagProps {
797
797
 
798
798
  declare interface TagVariant {
799
799
  bg: string;
800
- text: string;
800
+ text?: string;
801
801
  border?: string;
802
802
  }
803
803