web-input-material 0.0.294 → 0.0.296

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,8 @@
18
18
  */
19
19
  // region imports
20
20
  import {boolean, string} from 'clientnode/property-types'
21
- import ReactGenericInput from 'react-input-material/components/GenericInput'
21
+ import ReactGenericInput from
22
+ 'react-input-material/dist/components/GenericInput'
22
23
  import wrapAsWebComponent from 'web-component-wrapper'
23
24
  import {WebComponentAPI} from 'web-component-wrapper/type'
24
25
  // endregion
@@ -1,4 +1,4 @@
1
- import ReactInputs from 'react-input-material/components/Inputs';
1
+ import ReactInputs from 'react-input-material/dist/components/Inputs';
2
2
  import { WebComponentAPI } from 'web-component-wrapper/type';
3
3
  export declare const GenericInputs: WebComponentAPI<typeof ReactInputs>;
4
4
  export default GenericInputs;