@dracor/react 1.0.0-rc.5 → 1.0.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/README.md +2 -33
- package/dist/components/ApiDoc/ApiDoc.d.ts +1 -1
- package/dist/index.es.js +164 -165
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +10 -12
- package/dist/testHelpers.d.ts +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dracor/react",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "DraCor react component library",
|
|
5
5
|
"repository": "https://github.com/dracor-org/dracor-react",
|
|
6
6
|
"homepage": "https://github.com/dracor-org/dracor-react#readme",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
36
36
|
"@fortawesome/react-fontawesome": "^3.2.0",
|
|
37
37
|
"@headlessui/react": "^2.2.9",
|
|
38
|
-
"@storybook/addon-docs": "^10.2.
|
|
39
|
-
"@storybook/addon-links": "^10.2.
|
|
40
|
-
"@storybook/addon-vitest": "10.2.
|
|
41
|
-
"@storybook/builder-vite": "^10.2.
|
|
42
|
-
"@storybook/react-vite": "^10.2.
|
|
38
|
+
"@storybook/addon-docs": "^10.2.16",
|
|
39
|
+
"@storybook/addon-links": "^10.2.16",
|
|
40
|
+
"@storybook/addon-vitest": "10.2.16",
|
|
41
|
+
"@storybook/builder-vite": "^10.2.16",
|
|
42
|
+
"@storybook/react-vite": "^10.2.16",
|
|
43
43
|
"@svgr/cli": "^8.1.0",
|
|
44
44
|
"@tailwindcss/vite": "^4.2.1",
|
|
45
|
-
"@tanstack/react-router": "^1.
|
|
45
|
+
"@tanstack/react-router": "^1.166.2",
|
|
46
46
|
"@tanstack/react-table": "^8.21.3",
|
|
47
47
|
"@testing-library/jest-dom": "^6.9.1",
|
|
48
48
|
"@testing-library/react": "^16.3.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"eslint": "^10.0.2",
|
|
60
60
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
61
61
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
62
|
-
"eslint-plugin-storybook": "^10.2.
|
|
62
|
+
"eslint-plugin-storybook": "^10.2.16",
|
|
63
63
|
"globals": "^17.4.0",
|
|
64
64
|
"jsdom": "^28.1.0",
|
|
65
65
|
"playwright": "^1.58.2",
|
|
@@ -67,9 +67,8 @@
|
|
|
67
67
|
"react": "^19.2.4",
|
|
68
68
|
"react-copy-to-clipboard": "^5.1.0",
|
|
69
69
|
"react-dom": "^19.2.4",
|
|
70
|
-
"react-helmet-async": "^2.0.5",
|
|
71
70
|
"remark-gfm": "^4.0.1",
|
|
72
|
-
"storybook": "^10.2.
|
|
71
|
+
"storybook": "^10.2.16",
|
|
73
72
|
"swagger-ui-react": "^5.32.0",
|
|
74
73
|
"tailwindcss": "^4.2.1",
|
|
75
74
|
"typescript": "~5.9.3",
|
|
@@ -84,14 +83,13 @@
|
|
|
84
83
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
85
84
|
"@fortawesome/react-fontawesome": "^3.2.0",
|
|
86
85
|
"@headlessui/react": "^2.2.9",
|
|
87
|
-
"@tanstack/react-router": "^1.
|
|
86
|
+
"@tanstack/react-router": "^1.166.2",
|
|
88
87
|
"@tanstack/react-table": "^8.21.3",
|
|
89
88
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
90
89
|
"CETEIcean": "^1.9.4",
|
|
91
90
|
"react": "^19.0.0",
|
|
92
91
|
"react-copy-to-clipboard": "^5.1.0",
|
|
93
92
|
"react-dom": "^19.0.0",
|
|
94
|
-
"react-helmet-async": "^2.0.5",
|
|
95
93
|
"react-markdown": "^10.1.0",
|
|
96
94
|
"swagger-ui-react": "^5.31.2"
|
|
97
95
|
},
|
package/dist/testHelpers.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
import { RenderResult } from '@testing-library/react';
|
|
3
|
-
export declare const dummyRouter: import('@tanstack/router-core').RouterCore<import('@tanstack/router-core').Route<import('@tanstack/react-router').Register, any, "/", "/", string, "__root__", undefined, {}, {}, import('@tanstack/router-core').AnyContext, import('@tanstack/router-core').AnyContext, {}, undefined, readonly [import('@tanstack/react-router').Route<unknown, import('@tanstack/react-router').RootRoute<import('@tanstack/react-router').Register, undefined, {}, import('@tanstack/router-core').AnyContext, import('@tanstack/router-core').AnyContext, {}, undefined, unknown, unknown, unknown, unknown, undefined>, "/", "/", string, "/", undefined, import('@tanstack/router-core').ResolveParams<"/">, import('@tanstack/router-core').AnyContext, import('@tanstack/router-core').AnyContext, import('@tanstack/router-core').AnyContext, {}, undefined, unknown, unknown, unknown, unknown, undefined>], unknown, unknown, unknown, undefined>, "never", false, import('@tanstack/history').RouterHistory, Record<string, any>>;
|
|
4
|
-
declare module '@tanstack/react-router' {
|
|
5
|
-
interface Register {
|
|
6
|
-
router: typeof dummyRouter;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
export declare function renderWithRouter(path: string, component: () => ReactElement): RenderResult;
|
|
10
|
-
export declare const renderWithProviders: (path: string, component: ReactElement) => RenderResult;
|
|
11
|
-
export declare function createStoryRouter(component: () => ReactElement): import("react/jsx-runtime").JSX.Element;
|