@inntechcorp/it-design 2.1.58 → 2.1.60

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
@@ -943,6 +943,7 @@ type RadioGroupProps = {
943
943
  gap?: string;
944
944
  length?: number;
945
945
  onlyFlow?: boolean;
946
+ autoSize?: boolean;
946
947
  buttonProps?: ButtonProps;
947
948
  onChange?: (value: string) => void;
948
949
  onUpdate?: (value: string, update: boolean, validation: boolean) => void;