@sproutsocial/seeds-react-input 1.0.0 → 1.1.0

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.
package/dist/index.d.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
1
2
  import * as React from 'react';
2
3
  import { TypeStyledComponentsCommonProps, TypeSystemCommonProps } from '@sproutsocial/seeds-react-system-props';
3
4
 
@@ -84,7 +85,7 @@ declare class Input extends React.Component<TypeInputProps, TypeState> {
84
85
  appearance: string;
85
86
  };
86
87
  static ClearButton: {
87
- (): JSX.Element | null;
88
+ (): react_jsx_runtime.JSX.Element | null;
88
89
  displayName: string;
89
90
  };
90
91
  inputRef: React.RefObject<HTMLInputElement>;
@@ -96,7 +97,7 @@ declare class Input extends React.Component<TypeInputProps, TypeState> {
96
97
  handleKeyUp: (e: React.KeyboardEvent<HTMLInputElement>) => void | undefined;
97
98
  handlePaste: (e: React.SyntheticEvent<HTMLInputElement>) => void | undefined;
98
99
  updateState: (inputValue: string) => void;
99
- render(): JSX.Element;
100
+ render(): react_jsx_runtime.JSX.Element;
100
101
  }
101
102
 
102
103
  export { Input, type TypeInputContainerProps, type TypeInputProps, Input as default };
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
1
2
  import * as React from 'react';
2
3
  import { TypeStyledComponentsCommonProps, TypeSystemCommonProps } from '@sproutsocial/seeds-react-system-props';
3
4
 
@@ -84,7 +85,7 @@ declare class Input extends React.Component<TypeInputProps, TypeState> {
84
85
  appearance: string;
85
86
  };
86
87
  static ClearButton: {
87
- (): JSX.Element | null;
88
+ (): react_jsx_runtime.JSX.Element | null;
88
89
  displayName: string;
89
90
  };
90
91
  inputRef: React.RefObject<HTMLInputElement>;
@@ -96,7 +97,7 @@ declare class Input extends React.Component<TypeInputProps, TypeState> {
96
97
  handleKeyUp: (e: React.KeyboardEvent<HTMLInputElement>) => void | undefined;
97
98
  handlePaste: (e: React.SyntheticEvent<HTMLInputElement>) => void | undefined;
98
99
  updateState: (inputValue: string) => void;
99
- render(): JSX.Element;
100
+ render(): react_jsx_runtime.JSX.Element;
100
101
  }
101
102
 
102
103
  export { Input, type TypeInputContainerProps, type TypeInputProps, Input as default };