@oliasoft-open-source/react-ui-library 4.15.1-beta-11 → 4.15.1-beta-13

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
@@ -946,6 +946,7 @@ export declare interface IOptionDropdownProps {
946
946
  onChange: TChangeEventHandler;
947
947
  showHeader?: boolean;
948
948
  maxHeight?: string;
949
+ small?: boolean;
949
950
  }
950
951
 
951
952
  declare interface IOptionItem {
@@ -1670,7 +1671,7 @@ export declare const NativeSelect: ({ disabled, error, warning, tooltip, options
1670
1671
 
1671
1672
  export declare const NumberInput: ({ name, placeholder, disabled, error, left, small, width, value, onChange, onFocus, onBlur, tabIndex, testId, tooltip, warning, validationCallback, allowEmpty, isInTable, groupOrder, enableCosmeticRounding, enableDisplayRounding, roundDisplayValue, disableInternalErrorValidationMessages, }: INumberInputProps) => JSX_2.Element;
1672
1673
 
1673
- export declare const OptionDropdown: ({ name, label, options, onChange, showHeader, maxHeight, }: IOptionDropdownProps) => ReactElement;
1674
+ export declare const OptionDropdown: ({ name, label, options, onChange, small, showHeader, maxHeight, }: IOptionDropdownProps) => ReactElement;
1674
1675
 
1675
1676
  export declare const Page: ({ children, left, padding: paddingProp, scroll, top, }: ILayoutPageProps) => JSX_2.Element;
1676
1677