web-input-material 0.0.456 → 0.0.458

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.
@@ -17,7 +17,7 @@
17
17
  endregion
18
18
  */
19
19
  // region imports
20
- import {boolean, string} from 'clientnode/dist/property-types'
20
+ import {boolean, string} from 'clientnode/property-types'
21
21
  import ReactFileInput from 'react-input-material/dist/components/FileInput'
22
22
  import wrapAsWebComponent from 'web-component-wrapper'
23
23
  import {WebComponentAPI} from 'web-component-wrapper/type'