fui-material 0.1.95 → 0.1.96

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
@@ -368,7 +368,6 @@ interface IFSelectSearchDb {
368
368
  st?: React.CSSProperties;
369
369
  selectedOpt: any;
370
370
  value?: Object | undefined;
371
- optionLabel?: string;
372
371
  optArray: any;
373
372
  fetchingFc: any;
374
373
  fullWidth?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "0.1.95",
3
+ "version": "0.1.96",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"