dfh-ui-library 1.12.488 → 1.12.489

Sign up to get free protection for your applications and to get access to all the features.
@@ -274,9 +274,7 @@ export interface SsnInputProps {
274
274
  name?: string;
275
275
  field?: any;
276
276
  isIconRight?: boolean;
277
- rightIcon?: string;
278
277
  iconClassRight?: string;
279
- iconOnClick?: (event: React.ChangeEvent<HTMLInputElement>) => void;
280
278
  }
281
279
  export interface ModalProps {
282
280
  children?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -253,9 +253,7 @@ interface SsnInputProps {
253
253
  name?: string;
254
254
  field?: any;
255
255
  isIconRight?: boolean;
256
- rightIcon?: string;
257
256
  iconClassRight?: string;
258
- iconOnClick?: (event: React.ChangeEvent<HTMLInputElement>) => void;
259
257
  }
260
258
  interface ModalProps {
261
259
  children?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.488",
3
+ "version": "1.12.489",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",