@etsoo/react 1.8.90 → 1.8.92

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.
@@ -14,7 +14,7 @@ export type DynamicRouterProps = {
14
14
  * @param props Props
15
15
  * @returns Component
16
16
  */
17
- export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>): import("react/jsx-runtime").JSX.Element;
17
+ export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>): React.JSX.Element;
18
18
  /**
19
19
  * Create dynamic router
20
20
  * @param routes Routes
@@ -1,4 +1,5 @@
1
+ import React from "react";
1
2
  /**
2
3
  * Scroll restoration
3
4
  */
4
- export declare function ScrollRestoration(): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ScrollRestoration(): React.JSX.Element;
@@ -96,5 +96,5 @@ export interface ScrollerGridForwardRef<T> extends GridMethodRef<T> {
96
96
  * @param props Props
97
97
  * @returns Component
98
98
  */
99
- export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) => import("react/jsx-runtime").JSX.Element;
99
+ export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) => React.JSX.Element;
100
100
  export {};
@@ -47,5 +47,5 @@ export type ScrollerListProps<T extends object> = GridLoader<T> & Omit<ListProps
47
47
  * @param props Props
48
48
  * @returns Component
49
49
  */
50
- export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) => import("react/jsx-runtime").JSX.Element;
50
+ export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) => React.JSX.Element;
51
51
  export {};
@@ -14,7 +14,7 @@ export type DynamicRouterProps = {
14
14
  * @param props Props
15
15
  * @returns Component
16
16
  */
17
- export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>): import("react/jsx-runtime").JSX.Element;
17
+ export declare function DynamicRouter(props: React.PropsWithChildren<DynamicRouterProps>): React.JSX.Element;
18
18
  /**
19
19
  * Create dynamic router
20
20
  * @param routes Routes
@@ -1,4 +1,5 @@
1
+ import React from "react";
1
2
  /**
2
3
  * Scroll restoration
3
4
  */
4
- export declare function ScrollRestoration(): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ScrollRestoration(): React.JSX.Element;
@@ -96,5 +96,5 @@ export interface ScrollerGridForwardRef<T> extends GridMethodRef<T> {
96
96
  * @param props Props
97
97
  * @returns Component
98
98
  */
99
- export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) => import("react/jsx-runtime").JSX.Element;
99
+ export declare const ScrollerGrid: <T extends object>(props: ScrollerGridProps<T>) => React.JSX.Element;
100
100
  export {};
@@ -47,5 +47,5 @@ export type ScrollerListProps<T extends object> = GridLoader<T> & Omit<ListProps
47
47
  * @param props Props
48
48
  * @returns Component
49
49
  */
50
- export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) => import("react/jsx-runtime").JSX.Element;
50
+ export declare const ScrollerList: <T extends object>(props: ScrollerListProps<T>) => React.JSX.Element;
51
51
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.8.90",
3
+ "version": "1.8.92",
4
4
  "description": "TypeScript ReactJs UI Independent Framework",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -38,26 +38,26 @@
38
38
  "@emotion/css": "^11.13.5",
39
39
  "@emotion/react": "^11.14.0",
40
40
  "@emotion/styled": "^11.14.1",
41
- "@etsoo/appscript": "^1.6.65",
41
+ "@etsoo/appscript": "^1.6.67",
42
42
  "@etsoo/notificationbase": "^1.1.71",
43
- "@etsoo/shared": "^1.2.84",
44
- "react": "^19.2.6",
45
- "react-dom": "^19.2.6",
46
- "react-router-dom": "^7.15.1",
43
+ "@etsoo/shared": "^1.2.86",
44
+ "react": "^19.2.7",
45
+ "react-dom": "^19.2.7",
46
+ "react-router-dom": "^7.18.0",
47
47
  "react-window": "^2.2.7"
48
48
  },
49
49
  "devDependencies": {
50
- "@babel/core": "^7.29.0",
51
- "@babel/plugin-transform-runtime": "^7.29.0",
52
- "@babel/preset-env": "^7.29.5",
53
- "@babel/runtime-corejs3": "^7.29.2",
50
+ "@babel/core": "^8.0.1",
51
+ "@babel/plugin-transform-runtime": "^8.0.1",
52
+ "@babel/preset-env": "^8.0.2",
53
+ "@babel/runtime-corejs3": "^8.0.0",
54
54
  "@testing-library/jest-dom": "^6.9.1",
55
55
  "@testing-library/react": "^16.3.2",
56
- "@types/react": "^19.2.14",
56
+ "@types/react": "^19.2.17",
57
57
  "@types/react-dom": "^19.2.3",
58
- "@vitejs/plugin-react": "^6.0.2",
58
+ "@vitejs/plugin-react": "^6.0.3",
59
59
  "jsdom": "^29.1.1",
60
60
  "typescript": "^6.0.3",
61
- "vitest": "^4.1.6"
61
+ "vitest": "^4.1.9"
62
62
  }
63
63
  }