pillardash-ui-react 0.1.106 → 0.1.108

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
@@ -263,8 +263,9 @@ type SelectProps = {
263
263
  maxSelected?: number;
264
264
  showSelectedCount?: boolean;
265
265
  closeOnSelect?: boolean;
266
+ showSelectAll?: boolean;
266
267
  };
267
- declare function Select({ options, placeholder, onChange, value, size, className, name, id, disabled, label, required, error, helpText, fullWidth, searchable, multiple, maxSelected, showSelectedCount, closeOnSelect, }: SelectProps): react_jsx_runtime.JSX.Element;
268
+ declare function Select({ options, placeholder, onChange, value, size, className, name, id, disabled, label, required, error, helpText, fullWidth, searchable, multiple, maxSelected, showSelectedCount, closeOnSelect, showSelectAll, }: SelectProps): react_jsx_runtime.JSX.Element;
268
269
 
269
270
  interface TextEditorProps {
270
271
  initialContent?: string;