created animated tabs component, it has some errors tho and messes with the themeing of the given tabs

This commit is contained in:
Carter 2025-03-26 16:28:28 -06:00
parent 0a62a3a879
commit f15f753b90
5 changed files with 77 additions and 23 deletions

43
package-lock.json generated
View file

@ -27,6 +27,7 @@
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"deep-object-diff": "^1.1.9",
"framer-motion": "^12.6.2",
"geojson": "^0.5.0",
"json-2-csv": "^5.5.8",
"lodash": "^4.17.21",
@ -8391,6 +8392,33 @@
"node": ">= 6"
}
},
"node_modules/framer-motion": {
"version": "12.6.2",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.6.2.tgz",
"integrity": "sha512-7LgPRlPs5aG8UxeZiMCMZz8firC53+2+9TnWV22tuSi38D3IFRxHRUqOREKckAkt6ztX+Dn6weLcatQilJTMcg==",
"license": "MIT",
"dependencies": {
"motion-dom": "^12.6.1",
"motion-utils": "^12.5.0",
"tslib": "^2.4.0"
},
"peerDependencies": {
"@emotion/is-prop-valid": "*",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@emotion/is-prop-valid": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
}
},
"node_modules/fs-extra": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
@ -10161,6 +10189,21 @@
"node": "*"
}
},
"node_modules/motion-dom": {
"version": "12.6.1",
"resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.6.1.tgz",
"integrity": "sha512-8XVsriTUEVOepoIDgE/LDGdg7qaKXWdt+wQA/8z0p8YzJDLYL8gbimZ3YkCLlj7bB2i/4UBD/g+VO7y9ZY0zHQ==",
"license": "MIT",
"dependencies": {
"motion-utils": "^12.5.0"
}
},
"node_modules/motion-utils": {
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.5.0.tgz",
"integrity": "sha512-+hFFzvimn0sBMP9iPxBa9OtRX35ZQ3py0UHnb8U29VD+d8lQ8zH3dTygJWqK7av2v6yhg7scj9iZuvTS0f4+SA==",
"license": "MIT"
},
"node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",