dga-ui-react 1.2.3 → 1.3.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.
package/dist/index.d.ts CHANGED
@@ -112,9 +112,11 @@ interface DGA_TextInputProps extends Omit<React.InputHTMLAttributes<HTMLInputEle
112
112
  style?: Style$3;
113
113
  error?: boolean;
114
114
  prefix?: React.ReactNode;
115
+ onPrefixClicked?: Function;
115
116
  prefixStyle?: "solid" | "subtle";
116
117
  suffix?: React.ReactNode;
117
118
  suffixStyle?: "solid" | "subtle";
119
+ onSuffixClicked?: Function;
118
120
  icon?: React.ReactNode;
119
121
  }
120
122
  declare const TextInput: React.ForwardRefExoticComponent<DGA_TextInputProps & React.RefAttributes<HTMLInputElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dga-ui-react",
3
- "version": "1.2.3",
3
+ "version": "1.3.1",
4
4
  "description": "DGA ui library",
5
5
  "author": "Ashraf Ainia",
6
6
  "license": "MIT",