Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update dependencies #33

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions components/Cards/CardBarChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ export default function CardBarChart() {
<div className="rounded-t mb-0 px-4 py-3 bg-transparent">
<div className="flex flex-wrap items-center">
<div className="relative w-full max-w-full flex-grow flex-1">
<h6 className="uppercase text-blueGray-400 mb-1 text-xs font-semibold">
<h6 className="uppercase text-slate-400 mb-1 text-xs font-semibold">
Performance
</h6>
<h2 className="text-blueGray-700 text-xl font-semibold">
<h2 className="text-slate-700 text-xl font-semibold">
Total orders
</h2>
</div>
Expand Down
4 changes: 2 additions & 2 deletions components/Cards/CardLineChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ export default function CardLineChart() {
}, []);
return (
<>
<div className="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded bg-blueGray-700">
<div className="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded bg-slate-700">
<div className="rounded-t mb-0 px-4 py-3 bg-transparent">
<div className="flex flex-wrap items-center">
<div className="relative w-full max-w-full flex-grow flex-1">
<h6 className="uppercase text-blueGray-100 mb-1 text-xs font-semibold">
<h6 className="uppercase text-slate-100 mb-1 text-xs font-semibold">
Overview
</h6>
<h2 className="text-white text-xl font-semibold">Sales value</h2>
Expand Down
10 changes: 5 additions & 5 deletions components/Cards/CardPageVisits.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function CardPageVisits() {
<div className="rounded-t mb-0 px-4 py-3 border-0">
<div className="flex flex-wrap items-center">
<div className="relative w-full px-4 max-w-full flex-grow flex-1">
<h3 className="font-semibold text-base text-blueGray-700">
<h3 className="font-semibold text-base text-slate-700">
Page visits
</h3>
</div>
Expand All @@ -28,16 +28,16 @@ export default function CardPageVisits() {
<table className="items-center w-full bg-transparent border-collapse">
<thead>
<tr>
<th className="px-6 bg-blueGray-50 text-blueGray-500 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
<th className="px-6 bg-slate-50 text-slate-500 align-middle border border-solid border-slate-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
Page name
</th>
<th className="px-6 bg-blueGray-50 text-blueGray-500 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
<th className="px-6 bg-slate-50 text-slate-500 align-middle border border-solid border-slate-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
Visitors
</th>
<th className="px-6 bg-blueGray-50 text-blueGray-500 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
<th className="px-6 bg-slate-50 text-slate-500 align-middle border border-solid border-slate-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
Unique users
</th>
<th className="px-6 bg-blueGray-50 text-blueGray-500 align-middle border border-solid border-blueGray-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
<th className="px-6 bg-slate-50 text-slate-500 align-middle border border-solid border-slate-100 py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left">
Bounce rate
</th>
</tr>
Expand Down
32 changes: 16 additions & 16 deletions components/Cards/CardProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,47 +20,47 @@ export default function CardProfile() {
<div className="w-full px-4 text-center mt-20">
<div className="flex justify-center py-4 lg:pt-4 pt-8">
<div className="mr-4 p-3 text-center">
<span className="text-xl font-bold block uppercase tracking-wide text-blueGray-600">
<span className="text-xl font-bold block uppercase tracking-wide text-slate-600">
22
</span>
<span className="text-sm text-blueGray-400">Friends</span>
<span className="text-sm text-slate-400">Friends</span>
</div>
<div className="mr-4 p-3 text-center">
<span className="text-xl font-bold block uppercase tracking-wide text-blueGray-600">
<span className="text-xl font-bold block uppercase tracking-wide text-slate-600">
10
</span>
<span className="text-sm text-blueGray-400">Photos</span>
<span className="text-sm text-slate-400">Photos</span>
</div>
<div className="lg:mr-4 p-3 text-center">
<span className="text-xl font-bold block uppercase tracking-wide text-blueGray-600">
<span className="text-xl font-bold block uppercase tracking-wide text-slate-600">
89
</span>
<span className="text-sm text-blueGray-400">Comments</span>
<span className="text-sm text-slate-400">Comments</span>
</div>
</div>
</div>
</div>
<div className="text-center mt-12">
<h3 className="text-xl font-semibold leading-normal mb-2 text-blueGray-700 mb-2">
<h3 className="text-xl font-semibold leading-normal mb-2 text-slate-700 mb-2">
Jenna Stones
</h3>
<div className="text-sm leading-normal mt-0 mb-2 text-blueGray-400 font-bold uppercase">
<i className="fas fa-map-marker-alt mr-2 text-lg text-blueGray-400"></i>{" "}
<div className="text-sm leading-normal mt-0 mb-2 text-slate-400 font-bold uppercase">
<i className="fas fa-map-marker-alt mr-2 text-lg text-slate-400"></i>{" "}
Los Angeles, California
</div>
<div className="mb-2 text-blueGray-600 mt-10">
<i className="fas fa-briefcase mr-2 text-lg text-blueGray-400"></i>
<div className="mb-2 text-slate-600 mt-10">
<i className="fas fa-briefcase mr-2 text-lg text-slate-400"></i>
Solution Manager - Creative Tim Officer
</div>
<div className="mb-2 text-blueGray-600">
<i className="fas fa-university mr-2 text-lg text-blueGray-400"></i>
<div className="mb-2 text-slate-600">
<i className="fas fa-university mr-2 text-lg text-slate-400"></i>
University of Computer Science
</div>
</div>
<div className="mt-10 py-10 border-t border-blueGray-200 text-center">
<div className="mt-10 py-10 border-t border-slate-200 text-center">
<div className="flex flex-wrap justify-center">
<div className="w-full lg:w-9/12 px-4">
<p className="mb-4 text-lg leading-relaxed text-blueGray-700">
<p className="mb-4 text-lg leading-relaxed text-slate-700">
An artist of considerable range, Jenna the name taken by
Melbourne-raised, Brooklyn-based Nick Murphy writes, performs
and records all of his own music, giving it a warm, intimate
Expand All @@ -69,7 +69,7 @@ export default function CardProfile() {
</p>
<a
href="#pablo"
className="font-normal text-lightBlue-500"
className="font-normal text-sky-500"
onClick={(e) => e.preventDefault()}
>
Show more
Expand Down
52 changes: 26 additions & 26 deletions components/Cards/CardSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import React from "react";
export default function CardSettings() {
return (
<>
<div className="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-lg bg-blueGray-100 border-0">
<div className="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-lg bg-slate-100 border-0">
<div className="rounded-t bg-white mb-0 px-6 py-6">
<div className="text-center flex justify-between">
<h6 className="text-blueGray-700 text-xl font-bold">My account</h6>
<h6 className="text-slate-700 text-xl font-bold">My account</h6>
<button
className="bg-blueGray-700 active:bg-blueGray-600 text-white font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 ease-linear transition-all duration-150"
className="bg-slate-700 active:bg-slate-600 text-white font-bold uppercase text-xs px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none mr-1 ease-linear transition-all duration-150"
type="button"
>
Settings
Expand All @@ -19,157 +19,157 @@ export default function CardSettings() {
</div>
<div className="flex-auto px-4 lg:px-10 py-10 pt-0">
<form>
<h6 className="text-blueGray-400 text-sm mt-3 mb-6 font-bold uppercase">
<h6 className="text-slate-400 text-sm mt-3 mb-6 font-bold uppercase">
User Information
</h6>
<div className="flex flex-wrap">
<div className="w-full lg:w-6/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
Username
</label>
<input
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="lucky.jesse"
/>
</div>
</div>
<div className="w-full lg:w-6/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
Email address
</label>
<input
type="email"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="jesse@example.com"
/>
</div>
</div>
<div className="w-full lg:w-6/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
First Name
</label>
<input
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="Lucky"
/>
</div>
</div>
<div className="w-full lg:w-6/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
Last Name
</label>
<input
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="Jesse"
/>
</div>
</div>
</div>

<hr className="mt-6 border-b-1 border-blueGray-300" />
<hr className="mt-6 border-b-1 border-slate-300" />

<h6 className="text-blueGray-400 text-sm mt-3 mb-6 font-bold uppercase">
<h6 className="text-slate-400 text-sm mt-3 mb-6 font-bold uppercase">
Contact Information
</h6>
<div className="flex flex-wrap">
<div className="w-full lg:w-12/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
Address
</label>
<input
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="Bld Mihail Kogalniceanu, nr. 8 Bl 1, Sc 1, Ap 09"
/>
</div>
</div>
<div className="w-full lg:w-4/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
City
</label>
<input
type="email"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="New York"
/>
</div>
</div>
<div className="w-full lg:w-4/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
Country
</label>
<input
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="United States"
/>
</div>
</div>
<div className="w-full lg:w-4/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
Postal Code
</label>
<input
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
defaultValue="Postal Code"
/>
</div>
</div>
</div>

<hr className="mt-6 border-b-1 border-blueGray-300" />
<hr className="mt-6 border-b-1 border-slate-300" />

<h6 className="text-blueGray-400 text-sm mt-3 mb-6 font-bold uppercase">
<h6 className="text-slate-400 text-sm mt-3 mb-6 font-bold uppercase">
About Me
</h6>
<div className="flex flex-wrap">
<div className="w-full lg:w-12/12 px-4">
<div className="relative w-full mb-3">
<label
className="block uppercase text-blueGray-600 text-xs font-bold mb-2"
className="block uppercase text-slate-600 text-xs font-bold mb-2"
htmlFor="grid-password"
>
About me
</label>
<textarea
type="text"
className="border-0 px-3 py-3 placeholder-blueGray-300 text-blueGray-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
className="border-0 px-3 py-3 placeholder-slate-300 text-slate-600 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150"
rows="4"
defaultValue="A beautiful UI Kit and Admin for NextJS & Tailwind CSS. It is Free
and Open Source."
Expand Down
Loading