sag_components 2.0.0-beta167 → 2.0.0-beta169

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.
@@ -1,4 +1,4 @@
1
- export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
1
+ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, height, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, placeHolder, elementType, }: {
2
2
  label: any;
3
3
  labelEmptyValue: any;
4
4
  options: any;
@@ -15,6 +15,7 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
15
15
  labelColor: any;
16
16
  showLabelOnTop: any;
17
17
  orderBy: any;
18
+ placeHolder?: string;
18
19
  elementType: any;
19
20
  }): import("react/jsx-runtime").JSX.Element;
20
21
  export default DropdownSingleNew;
@@ -72,3 +72,4 @@ export { default as ToasterMessageBox } from "./components/ToasterMessageBox/Toa
72
72
  export { default as QuickFilterCards } from "./components/QuickFilterCards/QuickFilterCards.jsx";
73
73
  export { default as RangePicker } from "./components/RangePicker/RangePicker.jsx";
74
74
  export { default as Tag } from "./components/Tag/Tag.jsx";
75
+ export { default as CheckBox } from "./components/CheckBox/CheckBox.jsx";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta167",
3
+ "version": "2.0.0-beta169",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",