fui-material 2.7.2 → 2.7.3

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.
@@ -9,6 +9,6 @@ export interface LibraryConfig {
9
9
  declare const LibraryProvider: ({ children, config }: {
10
10
  children: ReactNode;
11
11
  config: LibraryConfig;
12
- }) => import("react/jsx-runtime").JSX.Element;
12
+ }) => import("react").JSX.Element;
13
13
  export declare const useLibraryContext: () => LibraryConfig;
14
14
  export default LibraryProvider;
@@ -140,5 +140,5 @@ export interface IFButtonFile {
140
140
  * @param {FlexDirectionType} [direction='row'] - Расположение файлов.
141
141
  * @param {Function} onChange - Callback с массивом файлов.
142
142
  */
143
- declare const FButtonFile: ({ children, variant, color, size, disabled, st, className, fullWidth, id, onChange, multiple, accept, direction, required, }: IFButtonFile) => import("react/jsx-runtime").JSX.Element;
143
+ declare const FButtonFile: ({ children, variant, color, size, disabled, st, className, fullWidth, id, onChange, multiple, accept, direction, required, }: IFButtonFile) => import("react").JSX.Element;
144
144
  export default FButtonFile;
@@ -141,5 +141,5 @@ export interface IFSelectSearchDb<T> {
141
141
  *
142
142
  * @returns {JSX.Element} — Рендерит поле ввода с выпадающим списком результатов поиска.
143
143
  */
144
- declare const FSelectSearchDb: <T>({ fetchingFunc, selectedElement, selectItem, onChange, st, id, className, disabled, readOnly, fullWidth, label, onBlur, onFocus, errText, helpText, required, defaultValue, type, placeholder, }: IFSelectSearchDb<T>) => import("react/jsx-runtime").JSX.Element;
144
+ declare const FSelectSearchDb: <T>({ fetchingFunc, selectedElement, selectItem, onChange, st, id, className, disabled, readOnly, fullWidth, label, onBlur, onFocus, errText, helpText, required, defaultValue, type, placeholder, }: IFSelectSearchDb<T>) => import("react").JSX.Element;
145
145
  export default FSelectSearchDb;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",