@ultraviolet/ui 2.0.0-beta.13 → 2.0.0-beta.14

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.
@@ -28,14 +28,6 @@ type LabelProp = {
28
28
  };
29
29
  type CheckboxProps = {
30
30
  error?: string | ReactNode;
31
- /**
32
- * @deprecated Size prop is deprecated and will be removed in next major update.
33
- */
34
- size?: number;
35
- /**
36
- * @deprecated Progress prop is deprecated and will be removed in next major update.
37
- */
38
- progress?: boolean;
39
31
  helper?: ReactNode;
40
32
  disabled?: boolean;
41
33
  checked?: boolean | 'indeterminate';