fis-component 0.0.99 → 0.1.1

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.
@@ -22,6 +22,7 @@ type BaseSelectProps<T extends string | number> = Partial<InputLabelProps> & Omi
22
22
  portal?: boolean;
23
23
  maxHeight?: string | number;
24
24
  onPopupScroll?: (e: React.UIEvent<HTMLElement>) => void;
25
+ hideChip?: boolean;
25
26
  };
26
27
  export type SingleSelectProps<T extends string | number> = BaseSelectProps<T> & {
27
28
  multi?: false;
package/dist/index.d.ts CHANGED
@@ -4286,6 +4286,7 @@ type BaseSelectProps<T extends string | number> = Partial<InputLabelProps> & Omi
4286
4286
  portal?: boolean;
4287
4287
  maxHeight?: string | number;
4288
4288
  onPopupScroll?: (e: React.UIEvent<HTMLElement>) => void;
4289
+ hideChip?: boolean;
4289
4290
  };
4290
4291
  type SingleSelectProps<T extends string | number> = BaseSelectProps<T> & {
4291
4292
  multi?: false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "homepage": "https://vietdiemtran.github.io/fis-component/",
3
3
  "name": "fis-component",
4
- "version": "0.0.99",
4
+ "version": "0.1.1",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",