web-input-material 0.0.456 → 0.0.457

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,7 +18,7 @@
18
18
  */
19
19
  // region imports
20
20
  import {timeout} from 'clientnode'
21
- import {func, number, object, string} from 'clientnode/dist/property-types'
21
+ import {func, number, object, string} from 'clientnode/property-types'
22
22
  import {
23
23
  createWrapConfigurationsComponent
24
24
  } from 'react-input-material/dist/components/WrapConfigurations'
@@ -17,7 +17,7 @@
17
17
  endregion
18
18
  */
19
19
  // region imports
20
- import {boolean, object, string} from 'clientnode/dist/property-types'
20
+ import {boolean, object, string} from 'clientnode/property-types'
21
21
  import {
22
22
  createWrapConfigurationsComponent
23
23
  } from 'react-input-material/dist/components/WrapConfigurations'