diff --git a/package.json b/package.json index 9295bf7..a80e1dc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "lucid-creations-media-potty-chart", "homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/", - "version": "v0.0.5.1-pre-alpha", + "version": "v0.0.5.2-pre-alpha", "author": { "name": "Lucid Creations Media", "url": "https://lucidcreations.media", @@ -22,7 +22,7 @@ "@types/react": "^17.0.37", "date-fns": "^2.27.0", "formik": "^2.2.9", - "framer-motion": "^5.4.5", + "framer-motion": "^5.5.5", "next": "12.0.7", "react": "17.0.2", "react-dom": "17.0.2", @@ -30,8 +30,8 @@ }, "devDependencies": { "@iconify/react": "^3.1.0", - "@typescript-eslint/eslint-plugin": "^5.7.0", - "eslint": "^8.4.1", + "@typescript-eslint/eslint-plugin": "^5.8.0", + "eslint": "^8.5.0", "eslint-config-next": "12.0.7", "eslint-config-prettier": "^8.3.0", "eslint-plugin-jsx-a11y": "^6.5.1", diff --git a/theme/AppTheme.ts b/theme/AppTheme.ts index 59a56f3..794cd3b 100644 --- a/theme/AppTheme.ts +++ b/theme/AppTheme.ts @@ -29,6 +29,7 @@ const AppTheme = extendTheme({ footer: "#0097a7", footerText: "black", content: "#2d3748", + patreon: "#FF424D", }, }, styles: { diff --git a/theme/components/buttonStyles.ts b/theme/components/buttonStyles.ts index b47e9f9..ca5c83a 100644 --- a/theme/components/buttonStyles.ts +++ b/theme/components/buttonStyles.ts @@ -157,6 +157,18 @@ const buttonStyles = { border: "1px solid #0068ff", }, }), + patreon: (props: Dict | StyleFunctionProps) => ({ + bg: "brand.patreon", + fontSize: "lg", + p: 3, + color: "whiteAlpha", + _hover: { + bg: mode( + whiten("brand.patreon", 20), + darken("brand.patreon", 20) + )(props), + }, + }), }, // default values for `size` and `variant` defaultProps: {}, diff --git a/theme/layout/Footer.tsx b/theme/layout/Footer.tsx index 7aac0c1..c5f274f 100644 --- a/theme/layout/Footer.tsx +++ b/theme/layout/Footer.tsx @@ -87,8 +87,7 @@ const Footer = (): JSX.Element => { >