lecom-ui 5.2.56 → 5.2.57

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1116,6 +1116,7 @@ type ComboboxProps = {
1116
1116
  notFoundContent?: React$1.ReactNode;
1117
1117
  status?: 'default' | 'error';
1118
1118
  searchTerm?: string;
1119
+ className?: string;
1119
1120
  };
1120
1121
  declare function Combobox({ options, value, onChange, placeholder, disabled, notFoundContent, status, searchTerm, }: ComboboxProps): React$1.JSX.Element;
1121
1122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.2.56",
3
+ "version": "5.2.57",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -120,4 +120,4 @@
120
120
  "overrides": {
121
121
  "react-is": "^19.0.0-rc-69d4b800-20241021"
122
122
  }
123
- }
123
+ }