web-input-material 0.0.496 → 0.0.498

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.
@@ -18,12 +18,12 @@
18
18
  */
19
19
  // region imports
20
20
  import {boolean, string} from 'clientnode/property-types'
21
- import ReactFileInput from 'react-input-material/dist/components/FileInput'
21
+ import ReactFileInput from 'react-input-material/components/FileInput'
22
22
  import wrapAsWebComponent from 'web-component-wrapper'
23
23
  import {WebComponentAPI} from 'web-component-wrapper/type'
24
24
  // endregion
25
25
  export const FileInput: WebComponentAPI<typeof ReactFileInput> =
26
- wrapAsWebComponent<typeof ReactFileInput>(
26
+ wrapAsWebComponent(
27
27
  ReactFileInput,
28
28
  'FileInput',
29
29
  {