web-input-material 0.0.496 → 0.0.497

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