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