sag_components 2.0.0-beta264 → 2.0.0-beta266

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,5 +1,5 @@
1
1
  export default OverlayDropdown;
2
- declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, dropdownWidth, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, textColorMenu, margin, editableDigitalCoupon, dropdownDigitalCouponTitle, className, ...props }: {
2
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, editableDigitalCoupon, ...props }: {
3
3
  [x: string]: any;
4
4
  data?: any[];
5
5
  value: any;
@@ -10,7 +10,6 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
10
10
  selectedColor?: string;
11
11
  hoverColor?: string;
12
12
  dropdownMaxHeight?: string;
13
- dropdownWidth?: string;
14
13
  width?: string;
15
14
  height?: string;
16
15
  label: any;
@@ -19,9 +18,6 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
19
18
  placeHolder: any;
20
19
  labelColor: any;
21
20
  placeHolderColor: any;
22
- textColorMenu?: string;
23
21
  margin?: string;
24
22
  editableDigitalCoupon?: boolean;
25
- dropdownDigitalCouponTitle?: string;
26
- className?: string;
27
23
  }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta264",
3
+ "version": "2.0.0-beta266",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",