sag_components 2.0.0-beta231 → 2.0.0-beta233

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, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, ...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;
@@ -19,4 +19,5 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
19
19
  labelColor: any;
20
20
  placeHolderColor: any;
21
21
  margin?: string;
22
+ editableDigitalCoupon?: boolean;
22
23
  }): import("react/jsx-runtime").JSX.Element;
@@ -194,6 +194,7 @@ export namespace Default {
194
194
  const placeHolderColor_1: string;
195
195
  export { placeHolderColor_1 as placeHolderColor };
196
196
  export const margin: string;
197
+ export const editableDigitalCoupon: boolean;
197
198
  }
198
199
  }
199
200
  export namespace WithSelection {
@@ -0,0 +1,6 @@
1
+ export default PenIcon;
2
+ declare function PenIcon({ width, height, color }: {
3
+ width?: string;
4
+ height?: string;
5
+ color?: string;
6
+ }): 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-beta231",
3
+ "version": "2.0.0-beta233",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",