@banyan_cloud/roots 2.0.46 → 2.0.48

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.
@@ -36,6 +36,11 @@ export interface DropdownProps {
36
36
  valueAsCount?: boolean;
37
37
  /** Show caret as up/down variant */
38
38
  caretAsUpDown?: boolean;
39
+ search?: {
40
+ placeholder: string;
41
+ value: string | number;
42
+ onChange: (value: string | number) => void;
43
+ };
39
44
  }
40
45
  /** What parent components can call on the ref */
41
46
  export interface DropdownRef {
@@ -1,4 +1,4 @@
1
- export declare const getSpacedDisplayName: (input: string | undefined | null) => string;
1
+ export declare const getSpacedDisplayName: (input?: string) => string;
2
2
  export declare const getInitialsOfName: (name: string) => string;
3
3
  export declare function classes(...args: (string | false | null | undefined)[]): string;
4
4
  export declare const isEmptyHtmlString: (htmlString: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banyan_cloud/roots",
3
- "version": "2.0.46",
3
+ "version": "2.0.48",
4
4
  "description": "Design System Library which drives the Banyan Cloud products",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",