@inntechcorp/it-design 2.0.129 → 2.0.131

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
@@ -863,7 +863,7 @@ type SelectPosition = "top" | "bottom";
863
863
  type SelectDirection = "right" | "left";
864
864
  type SelectOptionProps = {
865
865
  value: string;
866
- text: string;
866
+ children: string;
867
867
  };
868
868
 
869
869
  type CheckboxProps = {