Skip to content

Commit

Permalink
Update PRF and CRF components to use updated 'tw:' prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Jan 28, 2025
1 parent c71cf5c commit 91c8d86
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
16 changes: 8 additions & 8 deletions app/client/src/routes/crf2022.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,16 +276,16 @@ function CloseOutRequestForm(props: { email: string }) {
)}

<Dialog as="div" open={dataIsPosting.current} onClose={(_value) => {}}>
<div className={clsx("tw-fixed tw-inset-0 tw-bg-black/30")} />
<div className={clsx("tw-fixed tw-inset-0 tw-z-20")}>
<div className={clsx("tw:fixed tw:inset-0 tw:bg-black/30")} />
<div className={clsx("tw:fixed tw:inset-0 tw:z-20")}>
<div
className={clsx(
"tw-flex tw-min-h-full tw-items-center tw-justify-center",
"tw:flex tw:min-h-full tw:items-center tw:justify-center",
)}
>
<Dialog.Panel
className={clsx(
"tw-rounded-lg tw-bg-white tw-px-4 tw-pb-4 tw-shadow-xl",
"tw:rounded-lg tw:bg-white tw:px-4 tw:pb-4 tw:shadow-xl",
)}
>
<Loading />
Expand Down Expand Up @@ -353,7 +353,7 @@ function CloseOutRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -385,7 +385,7 @@ function CloseOutRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -452,7 +452,7 @@ function CloseOutRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Draft saved successfully.
Expand All @@ -468,7 +468,7 @@ function CloseOutRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Error saving draft.
Expand Down
16 changes: 8 additions & 8 deletions app/client/src/routes/prf2022.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,16 +297,16 @@ function PaymentRequestForm(props: { email: string }) {
)}

<Dialog as="div" open={dataIsPosting.current} onClose={(_value) => {}}>
<div className={clsx("tw-fixed tw-inset-0 tw-bg-black/30")} />
<div className={clsx("tw-fixed tw-inset-0 tw-z-20")}>
<div className={clsx("tw:fixed tw:inset-0 tw:bg-black/30")} />
<div className={clsx("tw:fixed tw:inset-0 tw:z-20")}>
<div
className={clsx(
"tw-flex tw-min-h-full tw-items-center tw-justify-center",
"tw:flex tw:min-h-full tw:items-center tw:justify-center",
)}
>
<Dialog.Panel
className={clsx(
"tw-rounded-lg tw-bg-white tw-px-4 tw-pb-4 tw-shadow-xl",
"tw:rounded-lg tw:bg-white tw:px-4 tw:pb-4 tw:shadow-xl",
)}
>
<Loading />
Expand Down Expand Up @@ -380,7 +380,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -413,7 +413,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -503,7 +503,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Draft saved successfully.
Expand All @@ -519,7 +519,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Error saving draft.
Expand Down
16 changes: 8 additions & 8 deletions app/client/src/routes/prf2023.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,16 +295,16 @@ function PaymentRequestForm(props: { email: string }) {
)}

<Dialog as="div" open={dataIsPosting.current} onClose={(_value) => {}}>
<div className={clsx("tw-fixed tw-inset-0 tw-bg-black/30")} />
<div className={clsx("tw-fixed tw-inset-0 tw-z-20")}>
<div className={clsx("tw:fixed tw:inset-0 tw:bg-black/30")} />
<div className={clsx("tw:fixed tw:inset-0 tw:z-20")}>
<div
className={clsx(
"tw-flex tw-min-h-full tw-items-center tw-justify-center",
"tw:flex tw:min-h-full tw:items-center tw:justify-center",
)}
>
<Dialog.Panel
className={clsx(
"tw-rounded-lg tw-bg-white tw-px-4 tw-pb-4 tw-shadow-xl",
"tw:rounded-lg tw:bg-white tw:px-4 tw:pb-4 tw:shadow-xl",
)}
>
<Loading />
Expand Down Expand Up @@ -375,7 +375,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -408,7 +408,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -476,7 +476,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Draft saved successfully.
Expand All @@ -492,7 +492,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Error saving draft.
Expand Down
16 changes: 8 additions & 8 deletions app/client/src/routes/prf2024.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,16 +295,16 @@ function PaymentRequestForm(props: { email: string }) {
)}

<Dialog as="div" open={dataIsPosting.current} onClose={(_value) => {}}>
<div className={clsx("tw-fixed tw-inset-0 tw-bg-black/30")} />
<div className={clsx("tw-fixed tw-inset-0 tw-z-20")}>
<div className={clsx("tw:fixed tw:inset-0 tw:bg-black/30")} />
<div className={clsx("tw:fixed tw:inset-0 tw:z-20")}>
<div
className={clsx(
"tw-flex tw-min-h-full tw-items-center tw-justify-center",
"tw:flex tw:min-h-full tw:items-center tw:justify-center",
)}
>
<Dialog.Panel
className={clsx(
"tw-rounded-lg tw-bg-white tw-px-4 tw-pb-4 tw-shadow-xl",
"tw:rounded-lg tw:bg-white tw:px-4 tw:pb-4 tw:shadow-xl",
)}
>
<Loading />
Expand Down Expand Up @@ -375,7 +375,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -408,7 +408,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
{onSubmitSubmission.state === "submitted" ? (
Expand Down Expand Up @@ -476,7 +476,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Draft saved successfully.
Expand All @@ -492,7 +492,7 @@ function PaymentRequestForm(props: { email: string }) {
body: (
<p
className={clsx(
"tw-text-sm tw-font-medium tw-text-gray-900",
"tw:text-sm tw:font-medium tw:text-gray-900",
)}
>
Error saving draft.
Expand Down

0 comments on commit 91c8d86

Please sign in to comment.