dfh-ui-library 1.12.484 → 1.12.485

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