update react table added

master
mahdi 3 years ago
parent 0953d1faa5
commit 0dbcf47d32
  1. BIN
      build.zip
  2. 19
      package-lock.json
  3. 1
      package.json
  4. 6
      src/App.js
  5. 6
      src/components/testtttt/Testttt.js
  6. 7
      yarn.lock

Binary file not shown.

19
package-lock.json generated

@ -21,6 +21,7 @@
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"react-redux": "^7.2.6", "react-redux": "^7.2.6",
"react-scripts": "5.0.0", "react-scripts": "5.0.0",
"react-table": "^7.7.0",
"react-tooltip": "^4.2.21", "react-tooltip": "^4.2.21",
"recharts": "^2.1.8", "recharts": "^2.1.8",
"redux": "^4.1.2", "redux": "^4.1.2",
@ -13892,6 +13893,18 @@
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0" "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": { "node_modules/react-tooltip": {
"version": "4.2.21", "version": "4.2.21",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz", "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz",
@ -26768,6 +26781,12 @@
"react-transition-group": "2.9.0" "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": { "react-tooltip": {
"version": "4.2.21", "version": "4.2.21",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz", "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz",

@ -16,6 +16,7 @@
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"react-redux": "^7.2.6", "react-redux": "^7.2.6",
"react-scripts": "5.0.0", "react-scripts": "5.0.0",
"react-table": "^7.7.0",
"react-tooltip": "^4.2.21", "react-tooltip": "^4.2.21",
"recharts": "^2.1.8", "recharts": "^2.1.8",
"redux": "^4.1.2", "redux": "^4.1.2",

@ -65,7 +65,7 @@ function App() {
{/* <HeaderDesign1 /> */} {/* <HeaderDesign1 /> */}
{/* <ContactInfoSection /> */} {/* <ContactInfoSection /> */}
{/* <FooterDesign1 /> */} {/* <FooterDesign1 /> */}
<Testttt /> {/* <Testttt /> */}
{/* <Design2D /> */} {/* <Design2D /> */}
{/* <Features /> */} {/* <Features /> */}
{/* <Feedback /> */} {/* <Feedback /> */}
@ -82,8 +82,8 @@ function App() {
{/* <SidebarMenu /> */} {/* <SidebarMenu /> */}
{/* <SidebarDesign2 /> */} {/* <SidebarDesign2 /> */}
{/* <SimpleBarChart /> */} {/* <SimpleBarChart /> */}
{/* <SpecifiedDomainRadarChart/> */} {/* <SpecifiedDomainRadarChart /> */}
<Design1 /> {/* <Design1 /> */}
{/* <Design2 /> */} {/* <Design2 /> */}
{/* <TableDesign1 /> */} {/* <TableDesign1 /> */}
</div> </div>

@ -19,12 +19,12 @@ export const Testttt = ({ bookBackCoverBg }) => {
// maxHeight: "300px", // maxHeight: "300px",
}} }}
> >
<img {/* <img
src={bookCover} src={bookCover}
alt="" alt=""
className="h-full absolute left-0 top-1/2 transform -translate-y-1/2 translate-x-4 z-0" className="h-full absolute left-0 top-1/2 transform -translate-y-1/2 translate-x-4 z-0"
/> /> */}
<div className="bg-green-400 w-4 rounded-tl-lg rounded-bl-lg h-full absolute left-0 top-1/2 transform -translate-y-1/2 translate-x-4 z-0"></div> <div className="bg-green-400 w-4 rounded-tl-lg rounded-bl-lg h-full absolute left-0 top-1/2 transform -translate-y-1/2 translate-x-6 z-0"></div>
</div> </div>
</div> </div>
</section> </section>

@ -7615,6 +7615,11 @@
"raf" "^3.4.0" "raf" "^3.4.0"
"react-transition-group" "2.9.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": "react-tooltip@^4.2.21":
"integrity" "sha512-zSLprMymBDowknr0KVDiJ05IjZn9mQhhg4PRsqln0OZtURAJ1snt1xi5daZfagsh6vfsziZrc9pErPTDY1ACig==" "integrity" "sha512-zSLprMymBDowknr0KVDiJ05IjZn9mQhhg4PRsqln0OZtURAJ1snt1xi5daZfagsh6vfsziZrc9pErPTDY1ACig=="
"resolved" "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz" "resolved" "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.21.tgz"
@ -7633,7 +7638,7 @@
"prop-types" "^15.6.2" "prop-types" "^15.6.2"
"react-lifecycles-compat" "^3.0.4" "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==" "integrity" "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA=="
"resolved" "https://registry.npmjs.org/react/-/react-17.0.2.tgz" "resolved" "https://registry.npmjs.org/react/-/react-17.0.2.tgz"
"version" "17.0.2" "version" "17.0.2"

Loading…
Cancel
Save