diff --git a/build.zip b/build.zip index 5883942..6889a36 100644 Binary files a/build.zip and b/build.zip differ diff --git a/package-lock.json b/package-lock.json index 5693942..40d0887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,6 +21,7 @@ "react-icons": "^4.3.1", "react-redux": "^7.2.6", "react-scripts": "5.0.0", + "react-table": "^7.7.0", "react-tooltip": "^4.2.21", "recharts": "^2.1.8", "redux": "^4.1.2", @@ -13892,6 +13893,18 @@ "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/react-table": { + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.7.0.tgz", + "integrity": "sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^16.8.3 || ^17.0.0-0" + } + }, "node_modules/react-tooltip": { "version": "4.2.21", "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz", @@ -26768,6 +26781,12 @@ "react-transition-group": "2.9.0" } }, + "react-table": { + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.7.0.tgz", + "integrity": "sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==", + "requires": {} + }, "react-tooltip": { "version": "4.2.21", "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz", diff --git a/package.json b/package.json index bdbde7c..f7feb74 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "react-icons": "^4.3.1", "react-redux": "^7.2.6", "react-scripts": "5.0.0", + "react-table": "^7.7.0", "react-tooltip": "^4.2.21", "recharts": "^2.1.8", "redux": "^4.1.2", diff --git a/src/App.js b/src/App.js index 773ec53..c8a3bb9 100644 --- a/src/App.js +++ b/src/App.js @@ -65,7 +65,7 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} @@ -82,8 +82,8 @@ function App() { {/* */} {/* */} {/* */} - {/* */} - + {/* */} + {/* */} {/* */} {/* */} diff --git a/src/components/testtttt/Testttt.js b/src/components/testtttt/Testttt.js index 39a4a31..999f0c5 100644 --- a/src/components/testtttt/Testttt.js +++ b/src/components/testtttt/Testttt.js @@ -19,12 +19,12 @@ export const Testttt = ({ bookBackCoverBg }) => { // maxHeight: "300px", }} > - -
+ /> */} +
diff --git a/yarn.lock b/yarn.lock index fa49394..310739e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7615,6 +7615,11 @@ "raf" "^3.4.0" "react-transition-group" "2.9.0" +"react-table@^7.7.0": + "integrity" "sha512-jBlj70iBwOTvvImsU9t01LjFjy4sXEtclBovl3mTiqjz23Reu0DKnRza4zlLtOPACx6j2/7MrQIthIK1Wi+LIA==" + "resolved" "https://registry.npmjs.org/react-table/-/react-table-7.7.0.tgz" + "version" "7.7.0" + "react-tooltip@^4.2.21": "integrity" "sha512-zSLprMymBDowknr0KVDiJ05IjZn9mQhhg4PRsqln0OZtURAJ1snt1xi5daZfagsh6vfsziZrc9pErPTDY1ACig==" "resolved" "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz" @@ -7633,7 +7638,7 @@ "prop-types" "^15.6.2" "react-lifecycles-compat" "^3.0.4" -"react@*", "react@^15.0.0 || ^16.0.0 || ^17.0.0", "react@^16.0.0 || ^17.0.0", "react@^16.8.3 || ^17", "react@^16.9.0 || ^17.0.0 || 18.0.0-beta", "react@^17.0.2", "react@>= 16", "react@>= 16.8.0 < 18.0.0", "react@>=15.0.0", "react@>=16.0.0", "react@>=16.x", "react@17.0.2": +"react@*", "react@^15.0.0 || ^16.0.0 || ^17.0.0", "react@^16.0.0 || ^17.0.0", "react@^16.8.3 || ^17", "react@^16.8.3 || ^17.0.0-0", "react@^16.9.0 || ^17.0.0 || 18.0.0-beta", "react@^17.0.2", "react@>= 16", "react@>= 16.8.0 < 18.0.0", "react@>=15.0.0", "react@>=16.0.0", "react@>=16.x", "react@17.0.2": "integrity" "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==" "resolved" "https://registry.npmjs.org/react/-/react-17.0.2.tgz" "version" "17.0.2"