Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions uikit/react/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Version
NEXT_PUBLIC_VERSION=v2.0.0
NEXT_PUBLIC_VERSION=v2.1.0

## Public URL
NEXT_PUBLIC_PATH=
Expand All @@ -14,4 +14,7 @@ NEXT_PUBLIC_ANALYTICS_ID=
## Mailerlite
## MAILERLITE_API_KEY=
## MAILERLITE_API_ENDPOINT=
## MAILERLITE_GROUP= # add comma separated group if multiple group to notify
## MAILERLITE_GROUP= # add comma separated group if multiple group to notify

## Backend API URL
NEXT_PUBLIC_MOCK_API_URL=https://mock-data-api-nextjs.vercel.app/
2 changes: 1 addition & 1 deletion uikit/react/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const cspHeader = `
base-uri 'self';
form-action 'self';
media-src 'self' https://*.cloudfront.net;
connect-src 'self' https://www.googletagmanager.com https://raw.githubusercontent.com https://fomo.codedthemes.com https://*.clarity.ms https://*.azurewebsites.net;
connect-src 'self' https://www.googletagmanager.com https://raw.githubusercontent.com https://fomo.codedthemes.com https://*.clarity.ms https://*.azurewebsites.net https://mock-data-api-nextjs.vercel.app https://ai.saasable.io;
`;

const nextConfig = {
Expand Down
1,554 changes: 941 additions & 613 deletions uikit/react/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions uikit/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saasable-ui-free",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"email": "phoenixcoded@gmail.com",
"name": "phoenixcoded"
Expand All @@ -21,9 +21,9 @@
"@mui/material": "7.3.6",
"@mui/material-nextjs": "7.3.6",
"axios": "1.13.2",
"framer-motion": "12.23.26",
"framer-motion": "12.42.0",
"lodash-es": "4.17.22",
"motion": "12.23.26",
"motion": "12.42.0",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
Expand All @@ -32,17 +32,17 @@
"slick-carousel": "1.8.1"
},
"devDependencies": {
"@eslint/compat": "1.3.1",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.39.2",
"@eslint/compat": "2.1.0",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "9.39.3",
"@types/node": "24.2.0",
"eslint": "9.39.2",
"eslint-config-next": "16.1.1",
"eslint": "9.39.3",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react-hooks": "5.2.0",
"prettier": "3.7.4"
},
"packageManager": "yarn@4.12.0"
}
"packageManager": "yarn@4.17.0"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions uikit/react/public/assets/images/presentation/cta-landing-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading