kui-basic 1.1.80 → 1.1.82

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,7 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { HTMLInputTypeAttribute } from 'react';
3
- import { IMaskInputProps } from 'react-imask/esm/mixin';
4
- import { InputMaskElement } from 'imask';
5
3
 
6
4
  type InputMessageVariant = "error" | "warning" | "success"
7
5
 
@@ -30,10 +28,7 @@ interface InputWithAdornmentsProps extends InputProps {
30
28
  cornerLabel?: string
31
29
  }
32
30
 
33
- type InputWithMaskProps = {
34
- value?: string | number | undefined
35
- } & IMaskInputProps<InputMaskElement> &
36
- InputWithAdornmentsProps
31
+ type InputWithMaskProps = any & InputWithAdornmentsProps
37
32
 
38
33
  type InputWithMaskType = (
39
34
  props: InputWithMaskProps
package/index.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { HTMLInputTypeAttribute, ReactElement, SyntheticEvent, ReactNode, RefObject } from 'react';
3
- import { IMaskInputProps } from 'react-imask/esm/mixin';
4
- import { InputMaskElement } from 'imask';
5
3
  import { Placement } from '@floating-ui/react';
6
4
  import { MiddlewareData } from '@floating-ui/core/src/types';
7
5
 
@@ -381,10 +379,7 @@ type InputWithCountryDropdownType = (
381
379
 
382
380
  declare const InputWithCountryDropdown: InputWithCountryDropdownType
383
381
 
384
- type InputWithMaskProps = {
385
- value?: string | number | undefined
386
- } & IMaskInputProps<InputMaskElement> &
387
- InputWithAdornmentsProps
382
+ type InputWithMaskProps = any & InputWithAdornmentsProps
388
383
 
389
384
  type InputWithMaskType = (
390
385
  props: InputWithMaskProps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.80",
3
+ "version": "1.1.82",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {