mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 07:17:00 +10:00
bump to v2.7.9
This commit is contained in:
+14
-79
@@ -142,61 +142,20 @@
|
||||
"language": "en",
|
||||
"layout": {
|
||||
"castform": [
|
||||
[
|
||||
"awards",
|
||||
"certifications",
|
||||
"languages",
|
||||
"hobbies"
|
||||
],
|
||||
[
|
||||
"objective",
|
||||
"work",
|
||||
"education",
|
||||
"skills",
|
||||
"projects",
|
||||
"references"
|
||||
]
|
||||
["awards", "certifications", "languages", "hobbies"],
|
||||
["objective", "work", "education", "skills", "projects", "references"]
|
||||
],
|
||||
"celebi": [
|
||||
[
|
||||
"awards",
|
||||
"certifications",
|
||||
"languages",
|
||||
"hobbies"
|
||||
],
|
||||
[
|
||||
"objective",
|
||||
"work",
|
||||
"education",
|
||||
"skills",
|
||||
"projects",
|
||||
"references"
|
||||
]
|
||||
["awards", "certifications", "languages", "hobbies"],
|
||||
["objective", "work", "education", "skills", "projects", "references"]
|
||||
],
|
||||
"gengar": [
|
||||
[
|
||||
"objective",
|
||||
"skills"
|
||||
],
|
||||
[
|
||||
"awards",
|
||||
"certifications",
|
||||
"languages",
|
||||
"references",
|
||||
"hobbies"
|
||||
],
|
||||
[
|
||||
"work",
|
||||
"education",
|
||||
"projects"
|
||||
]
|
||||
["objective", "skills"],
|
||||
["awards", "certifications", "languages", "references", "hobbies"],
|
||||
["work", "education", "projects"]
|
||||
],
|
||||
"glalie": [
|
||||
[
|
||||
"awards",
|
||||
"certifications",
|
||||
"hobbies"
|
||||
],
|
||||
["awards", "certifications", "hobbies"],
|
||||
[
|
||||
"objective",
|
||||
"work",
|
||||
@@ -208,37 +167,13 @@
|
||||
]
|
||||
],
|
||||
"onyx": [
|
||||
[
|
||||
"objective",
|
||||
"work",
|
||||
"education",
|
||||
"projects"
|
||||
],
|
||||
[
|
||||
"hobbies",
|
||||
"languages",
|
||||
"awards",
|
||||
"certifications"
|
||||
],
|
||||
[
|
||||
"skills",
|
||||
"references"
|
||||
]
|
||||
["objective", "work", "education", "projects"],
|
||||
["hobbies", "languages", "awards", "certifications"],
|
||||
["skills", "references"]
|
||||
],
|
||||
"pikachu": [
|
||||
[
|
||||
"skills",
|
||||
"languages",
|
||||
"hobbies",
|
||||
"awards",
|
||||
"certifications"
|
||||
],
|
||||
[
|
||||
"work",
|
||||
"education",
|
||||
"projects",
|
||||
"references"
|
||||
]
|
||||
["skills", "languages", "hobbies", "awards", "certifications"],
|
||||
["work", "education", "projects", "references"]
|
||||
]
|
||||
},
|
||||
"template": "castform"
|
||||
@@ -409,4 +344,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,8 @@ async function setup(signInWithGoogle, failReauthentication) {
|
||||
mockFirebaseCurrentUserReauthenticateWithPopupErrorMessage,
|
||||
);
|
||||
});
|
||||
FirebaseStub.auth().currentUser.reauthenticateWithPopup = mockFirebaseCurrentUserReauthenticateWithPopup;
|
||||
FirebaseStub.auth().currentUser.reauthenticateWithPopup =
|
||||
mockFirebaseCurrentUserReauthenticateWithPopup;
|
||||
} else {
|
||||
mockFirebaseCurrentUserReauthenticateWithPopupErrorMessage = null;
|
||||
mockFirebaseCurrentUserReauthenticateWithPopup = jest.spyOn(
|
||||
|
||||
@@ -3,17 +3,17 @@ label {
|
||||
}
|
||||
|
||||
label > span:first-child {
|
||||
@apply mb-1 text-primary-600 font-semibold tracking-wide text-xs uppercase;
|
||||
@apply mb-1 text-xs font-semibold tracking-wide uppercase text-primary-600;
|
||||
}
|
||||
|
||||
label > p {
|
||||
@apply mt-1 text-red-600 text-xs;
|
||||
@apply mt-1 text-xs text-red-600;
|
||||
}
|
||||
|
||||
label input,
|
||||
label textarea,
|
||||
label select {
|
||||
@apply w-full py-3 px-4 rounded text-primary-900 bg-primary-200 border border-transparent appearance-none;
|
||||
@apply w-full px-4 py-3 border border-transparent rounded appearance-none text-primary-900 bg-primary-200;
|
||||
}
|
||||
|
||||
label input::placeholder,
|
||||
|
||||
@@ -32,7 +32,7 @@ a:hover {
|
||||
}
|
||||
|
||||
hr {
|
||||
@apply w-full border-primary-200 h-1;
|
||||
@apply w-full h-1 border-primary-200;
|
||||
}
|
||||
|
||||
ul {
|
||||
@@ -117,7 +117,7 @@ section {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type="range"]::-webkit-slider-thumb {
|
||||
input[type='range']::-webkit-slider-thumb {
|
||||
cursor: ew-resize;
|
||||
box-shadow: -405px 0 0 400px #605e5c;
|
||||
|
||||
|
||||
+15
-8
@@ -1,31 +1,38 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
#page .text-xs {
|
||||
font-size: var(--text-xs-size);
|
||||
font-size: var(--text-xs-size);
|
||||
line-height: var(--text-xs-line-height);
|
||||
}
|
||||
|
||||
#page .text-sm {
|
||||
font-size: var(--text-sm-size);
|
||||
font-size: var(--text-sm-size);
|
||||
line-height: var(--text-sm-line-height);
|
||||
}
|
||||
|
||||
#page .text-lg {
|
||||
font-size: var(--text-lg-size);
|
||||
font-size: var(--text-lg-size);
|
||||
line-height: var(--text-lg-line-height);
|
||||
}
|
||||
|
||||
#page .text-xl {
|
||||
font-size: var(--text-xl-size);
|
||||
font-size: var(--text-xl-size);
|
||||
line-height: var(--text-xl-line-height);
|
||||
}
|
||||
|
||||
#page .text-2xl {
|
||||
font-size: var(--text-2xl-size);
|
||||
font-size: var(--text-2xl-size);
|
||||
line-height: var(--text-2xl-line-height);
|
||||
}
|
||||
|
||||
#page .text-3xl {
|
||||
font-size: var(--text-3xl-size);
|
||||
font-size: var(--text-3xl-size);
|
||||
line-height: var(--text-3xl-line-height);
|
||||
}
|
||||
|
||||
#page .text-4xl {
|
||||
font-size: var(--text-4xl-size);
|
||||
font-size: var(--text-4xl-size);
|
||||
line-height: var(--text-4xl-line-height);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "~react-toastify/dist/ReactToastify.css";
|
||||
@import '~react-toastify/dist/ReactToastify.css';
|
||||
|
||||
.Toastify__toast {
|
||||
@apply px-8 py-6 shadow rounded;
|
||||
@apply px-8 py-6 rounded shadow;
|
||||
}
|
||||
|
||||
.Toastify__toast--default {
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.Toastify__toast-body {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
|
||||
@apply font-medium;
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ const Castform = ({ data }) => {
|
||||
>
|
||||
<div className="grid grid-cols-12">
|
||||
<div
|
||||
className="col-span-4 py-8 pr-8 pl-5"
|
||||
className="col-span-4 py-8 pl-5 pr-8"
|
||||
style={{
|
||||
color: data.metadata.colors.background,
|
||||
backgroundColor: data.metadata.colors.primary,
|
||||
@@ -86,7 +86,7 @@ const Castform = ({ data }) => {
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-span-8 py-8 pr-8 pl-5">
|
||||
<div className="col-span-8 py-8 pl-5 pr-8">
|
||||
<div className="grid gap-4">
|
||||
{layout[1] &&
|
||||
layout[1].map((x) => {
|
||||
|
||||
Reference in New Issue
Block a user