cecomponent 1.0.114 → 1.0.116

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.
@@ -16,6 +16,7 @@ export interface CESelectFieldProps extends SelectHTMLAttributes<HTMLSelectEleme
16
16
  labelClassName?: string;
17
17
  selectClassName?: string;
18
18
  containerStyle?: React.CSSProperties;
19
+ isRequiredLabel?: boolean;
19
20
  }
20
21
  declare const CEDynamicSelectField: React.ForwardRefExoticComponent<CESelectFieldProps & React.RefAttributes<HTMLSelectElement>>;
21
22
  export default CEDynamicSelectField;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cecomponent",
3
3
  "description": "A React component library for building modern UIs for Cleanearth",
4
- "version": "1.0.114",
4
+ "version": "1.0.116",
5
5
  "main": "dist/ce-component-lib.js",
6
6
  "module": "dist/ce-component-lib.mjs",
7
7
  "types": "dist/index.d.ts",