@useloops/design-system 1.4.514 → 1.4.516

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
@@ -1731,6 +1731,7 @@ type NumberFieldProps = Partial<TextFieldProps> & {
1731
1731
  defaultValue?: number | string | null;
1732
1732
  inputRef?: React.Ref<HTMLInputElement>;
1733
1733
  disabled?: boolean;
1734
+ hideActionButtons?: boolean;
1734
1735
  placeholder?: string;
1735
1736
  startAdornment?: Adornment;
1736
1737
  endAdornment?: Adornment;