lecom-ui 5.2.73 → 5.2.74

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1085,7 +1085,7 @@ type ComboboxProps = {
1085
1085
  onChange: (value: string | null) => void;
1086
1086
  placeholder?: string;
1087
1087
  disabled?: boolean;
1088
- notFoundContent?: string;
1088
+ notFoundContent?: React$1.ReactNode;
1089
1089
  status?: 'default' | 'error';
1090
1090
  searchTerm?: string;
1091
1091
  triggerClassName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.2.73",
3
+ "version": "5.2.74",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",