@mindly/ui-components 1.10.0 → 1.10.2

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.
@@ -1,5 +1,5 @@
1
- import React, { HTMLAttributes } from 'react';
1
+ import React, { HTMLAttributes, RefAttributes } from 'react';
2
2
  import { JSX } from '@ionic/core';
3
- export declare type NotesEditorProps = JSX.IonTextarea & HTMLAttributes<HTMLIonTextareaElement>;
3
+ export declare type NotesEditorProps = JSX.IonTextarea & HTMLAttributes<HTMLIonTextareaElement> & RefAttributes<HTMLIonTextareaElement>;
4
4
  declare const NotesEditor: React.FC<NotesEditorProps>;
5
5
  export default NotesEditor;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import React, { ReactNode, HTMLAttributes, FC } from 'react';
2
+ import React, { ReactNode, HTMLAttributes, RefAttributes, FC } from 'react';
3
3
  import { JSX as JSX$1 } from '@ionic/core';
4
4
 
5
5
  interface ButtonProps {
@@ -511,7 +511,7 @@ declare type UsersPsychologistScrollListPropsType = {
511
511
  };
512
512
  declare const UsersPsychologistScrollList: ({ psychologistClickHandler, usersPsychologists, }: UsersPsychologistScrollListPropsType) => JSX.Element | null;
513
513
 
514
- declare type NotesEditorProps = JSX$1.IonTextarea & HTMLAttributes<HTMLIonTextareaElement>;
514
+ declare type NotesEditorProps = JSX$1.IonTextarea & HTMLAttributes<HTMLIonTextareaElement> & RefAttributes<HTMLIonTextareaElement>;
515
515
  declare const NotesEditor: React.FC<NotesEditorProps>;
516
516
 
517
517
  declare type EntryNotFoundProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",