@inntechcorp/it-design 2.0.131 → 2.0.134

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
@@ -815,8 +815,8 @@ type TextAreaVariant = "default" | "filled" | "dashed";
815
815
 
816
816
  type SelectProps = {
817
817
  id?: string;
818
- defaultValue?: SelectValue;
819
- value?: SelectValue;
818
+ defaultValue?: SelectValue | SelectValue[];
819
+ value?: SelectValue | SelectValue[];
820
820
  label?: string;
821
821
  position?: SelectPosition;
822
822
  direction?: SelectDirection;