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(frontend): update to tailwind 4.0 with dashboard container file sync #1870

Merged
merged 1 commit into from
Mar 10, 2025
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`Accordion renders correctly in collapsed state 1`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="false"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand Down Expand Up @@ -67,7 +67,7 @@ exports[`Accordion renders correctly in collapsed state 1`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="false"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand Down Expand Up @@ -179,7 +179,7 @@ exports[`Accordion renders correctly in opened state 1`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="true"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand All @@ -191,14 +191,14 @@ exports[`Accordion renders correctly in opened state 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<rect
class="ttransform origin-center transition duration-200 ease-out !rotate-180"
class="ttransform origin-center transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
y="7"
/>
<rect
class="transform origin-center rotate-90 transition duration-200 ease-out !rotate-180"
class="transform origin-center rotate-90 transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
Expand Down Expand Up @@ -234,7 +234,7 @@ exports[`Accordion renders correctly in opened state 1`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="true"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand All @@ -246,14 +246,14 @@ exports[`Accordion renders correctly in opened state 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<rect
class="ttransform origin-center transition duration-200 ease-out !rotate-180"
class="ttransform origin-center transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
y="7"
/>
<rect
class="transform origin-center rotate-90 transition duration-200 ease-out !rotate-180"
class="transform origin-center rotate-90 transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
Expand Down Expand Up @@ -346,7 +346,7 @@ exports[`Accordion renders correctly once it's openened and closed again 1`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="true"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand All @@ -358,14 +358,14 @@ exports[`Accordion renders correctly once it's openened and closed again 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<rect
class="ttransform origin-center transition duration-200 ease-out !rotate-180"
class="ttransform origin-center transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
y="7"
/>
<rect
class="transform origin-center rotate-90 transition duration-200 ease-out !rotate-180"
class="transform origin-center rotate-90 transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
Expand Down Expand Up @@ -401,7 +401,7 @@ exports[`Accordion renders correctly once it's openened and closed again 1`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="true"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand All @@ -413,14 +413,14 @@ exports[`Accordion renders correctly once it's openened and closed again 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<rect
class="ttransform origin-center transition duration-200 ease-out !rotate-180"
class="ttransform origin-center transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
y="7"
/>
<rect
class="transform origin-center rotate-90 transition duration-200 ease-out !rotate-180"
class="transform origin-center rotate-90 transition duration-200 ease-out rotate-180!"
height="2"
rx="1"
width="16"
Expand Down Expand Up @@ -513,7 +513,7 @@ exports[`Accordion renders correctly once it's openened and closed again 2`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="false"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand Down Expand Up @@ -568,7 +568,7 @@ exports[`Accordion renders correctly once it's openened and closed again 2`] = `
<button
aria-controls="accordion-text-ID"
aria-expanded="false"
class="flex items-center justify-between w-full text-left py-2 outline-none focus-visible:outline-yellow-300"
class="flex items-center justify-between w-full text-left py-2 outline-hidden focus-visible:outline-yellow-300"
>
<span>
TITLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`Alert Dialog Modal renders correctly in closed state 1`] = `
class="py-2"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand All @@ -46,7 +46,7 @@ exports[`Alert Dialog Modal renders correctly in closed state 1`] = `
class="py-2"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand Down Expand Up @@ -129,7 +129,7 @@ exports[`Alert Dialog Modal renders correctly in opened state 1`] = `
class="py-2"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand All @@ -155,7 +155,7 @@ exports[`Alert Dialog Modal renders correctly in opened state 1`] = `
class="py-2"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`Alert Dialog Modal renders correctly in closed state 1`] = `
class="flex flex-row"
>
<button
class="outline-none bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
class="outline-hidden bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand All @@ -32,7 +32,7 @@ exports[`Alert Dialog Modal renders correctly in closed state 1`] = `
class="px-1"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME CANCEL TEXT
Expand Down Expand Up @@ -62,7 +62,7 @@ exports[`Alert Dialog Modal renders correctly in closed state 1`] = `
class="flex flex-row"
>
<button
class="outline-none bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
class="outline-hidden bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand All @@ -71,7 +71,7 @@ exports[`Alert Dialog Modal renders correctly in closed state 1`] = `
class="px-1"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME CANCEL TEXT
Expand Down Expand Up @@ -158,7 +158,7 @@ exports[`Alert Dialog Modal renders correctly in opened state 1`] = `
class="flex flex-row"
>
<button
class="outline-none bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
class="outline-hidden bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand All @@ -167,7 +167,7 @@ exports[`Alert Dialog Modal renders correctly in opened state 1`] = `
class="px-1"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME CANCEL TEXT
Expand Down Expand Up @@ -197,7 +197,7 @@ exports[`Alert Dialog Modal renders correctly in opened state 1`] = `
class="flex flex-row"
>
<button
class="outline-none bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
class="outline-hidden bg-red-600 hover:bg-red-700 focus-visible:bg-red-700 active:bg-red-800 font-display text-white rounded-md border border-black transition-colors duration-100 py-2 px-4"
type="button"
>
SOME AFFIRMATIVE TEXT
Expand All @@ -206,7 +206,7 @@ exports[`Alert Dialog Modal renders correctly in opened state 1`] = `
class="px-1"
/>
<button
class="outline-none hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
class="outline-hidden hover:bg-yellow-200 focus-visible:bg-yellow-200 active:bg-yellow-300 font-display border border-black rounded-md transition-colors duration-100 py-2 px-4"
type="button"
>
SOME CANCEL TEXT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`FilterPill renders correctly 1`] = `
class="group relative select-none"
>
<p
class="px-2 py-1 max-w-72 whitespace-nowrap text-ellipsis overflow-hidden text-white bg-neutral-950 font-display text-sm border border-black rounded-full outline-none transition ease-in-out transition-colors duration-100"
class="px-2 py-1 max-w-72 whitespace-nowrap text-ellipsis overflow-hidden text-white bg-neutral-950 font-display text-sm border border-black rounded-full outline-hidden transition ease-in-out transition-colors duration-100"
>
TITLE
</p>
Expand All @@ -26,7 +26,7 @@ exports[`FilterPill renders correctly 1`] = `
class="group relative select-none"
>
<p
class="px-2 py-1 max-w-72 whitespace-nowrap text-ellipsis overflow-hidden text-white bg-neutral-950 font-display text-sm border border-black rounded-full outline-none transition ease-in-out transition-colors duration-100"
class="px-2 py-1 max-w-72 whitespace-nowrap text-ellipsis overflow-hidden text-white bg-neutral-950 font-display text-sm border border-black rounded-full outline-hidden transition ease-in-out transition-colors duration-100"
>
TITLE
</p>
Expand Down
Loading