@banyan_cloud/roots 2.0.46 → 2.0.47

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 {
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.47",
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",