Skip to content

Commit 5da2329

Browse files
fix(web): linter (#2019)
Co-authored-by: gabriel miranda <[email protected]>
1 parent 08ac13b commit 5da2329

File tree

51 files changed

+207
-207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+207
-207
lines changed

apps/web/components/article-with-image-as-background/tailwind.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ export const component = (
3030
<Heading as="h1" className="m-0 mt-[4px] font-bold text-white">
3131
Artful Accents
3232
</Heading>
33-
<Text className="m-0 mt-[8px] text-[16px] leading-[24px] text-white">
33+
<Text className="m-0 mt-[8px] text-[16px] text-white leading-[24px]">
3434
Uncover the power of accent furniture in transforming your space
3535
with subtle touches of style, personality, and functionality, as we
3636
explore the art of curating captivating accents.
3737
</Text>
3838
<Button
39-
className="mt-[24px] rounded-[8px] border border-solid border-gray-200 bg-white px-[40px] py-[12px] font-semibold text-gray-900"
39+
className="mt-[24px] rounded-[8px] border border-gray-200 border-solid bg-white px-[40px] py-[12px] font-semibold text-gray-900"
4040
href="https://react.email"
4141
>
4242
Read more

apps/web/components/article-with-image-on-right/tailwind.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import { Layout } from '../_components/layout';
55
export const component = (
66
<Section className="my-[16px] text-center">
77
<Section className="inline-block w-full max-w-[250px] text-left align-top">
8-
<Text className="m-0 text-[16px] font-semibold leading-[24px] text-indigo-600">
8+
<Text className="m-0 font-semibold text-[16px] text-indigo-600 leading-[24px]">
99
What's new
1010
</Text>
11-
<Text className="m-0 mt-[8px] text-[20px] font-semibold leading-[28px] text-gray-900">
11+
<Text className="m-0 mt-[8px] font-semibold text-[20px] text-gray-900 leading-[28px]">
1212
Versatile Comfort
1313
</Text>
14-
<Text className="mt-[8px] text-[16px] leading-[24px] text-gray-500">
14+
<Text className="mt-[8px] text-[16px] text-gray-500 leading-[24px]">
1515
Experience ultimate comfort and versatility with our furniture
1616
collection, designed to adapt to your ever-changing needs.
1717
</Text>

apps/web/components/article-with-image/tailwind.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ export const component = (
1010
src="/static/herman-miller-chair.jpg"
1111
/>
1212
<Section className="mt-[32px] text-center">
13-
<Text className="my-[16px] text-[18px] font-semibold leading-[28px] text-indigo-600">
13+
<Text className="my-[16px] font-semibold text-[18px] text-indigo-600 leading-[28px]">
1414
Our new article
1515
</Text>
1616
<Heading
1717
as="h1"
18-
className="m-0 mt-[8px] text-[36px] font-semibold leading-[36px] text-gray-900"
18+
className="m-0 mt-[8px] font-semibold text-[36px] text-gray-900 leading-[36px]"
1919
>
2020
Designing with Furniture
2121
</Heading>
22-
<Text className="text-[16px] leading-[24px] text-gray-500">
22+
<Text className="text-[16px] text-gray-500 leading-[24px]">
2323
Unleash your inner designer as we explore how furniture plays a vital
2424
role in creating stunning interiors, offering insights into choosing the
2525
right pieces, arranging them harmoniously, and infusing your space with

apps/web/components/article-with-multiple-authors/tailwind.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Layout } from '../_components/layout';
1111

1212
export const component = (
1313
<Row>
14-
<Hr className="mb-[0px] mt-[16px] !border-gray-300" />
14+
<Hr className="!border-gray-300 mt-[16px] mb-[0px]" />
1515
<Section>
1616
{[
1717
{
@@ -41,11 +41,11 @@ export const component = (
4141
<Section className="ml-[18px] inline-block max-w-[120px] text-left align-top">
4242
<Heading
4343
as="h3"
44-
className="m-0 text-[14px] font-medium leading-[20px] text-gray-900"
44+
className="m-0 font-medium text-[14px] text-gray-900 leading-[20px]"
4545
>
4646
{author.name}
4747
</Heading>
48-
<Text className="m-0 text-[12px] font-medium leading-[14px] text-gray-500">
48+
<Text className="m-0 font-medium text-[12px] text-gray-500 leading-[14px]">
4949
{author.title}
5050
</Text>
5151
<Section className="mt-[4px]">

apps/web/components/article-with-single-author/tailwind.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Layout } from '../_components/layout';
1111

1212
export const component = (
1313
<Row>
14-
<Hr className="my-[16px] !border-gray-300" />
14+
<Hr className="!border-gray-300 my-[16px]" />
1515
<Section className="mt-[5px] inline-block max-h-[48px] max-w-[48px] text-left">
1616
<Img
1717
alt="Steve Jobs"
@@ -24,11 +24,11 @@ export const component = (
2424
<Section className="ml-[18px] inline-block max-w-[120px] text-left align-top">
2525
<Heading
2626
as="h3"
27-
className="m-[0px] text-[14px] font-medium leading-[20px] text-gray-800"
27+
className="m-[0px] font-medium text-[14px] text-gray-800 leading-[20px]"
2828
>
2929
Steve Jobs
3030
</Heading>
31-
<Text className="m-[0px] text-[12px] font-medium leading-[14px] text-gray-500">
31+
<Text className="m-[0px] font-medium text-[12px] text-gray-500 leading-[14px]">
3232
Co-Founder & CEO
3333
</Text>
3434
<Section className="mt-[4px]">

apps/web/components/article-with-two-cards/tailwind.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Layout } from '../_components/layout';
55
export const component = (
66
<Section className="my-[16px]">
77
<Row>
8-
<Text className="m-0 text-[20px] font-semibold leading-[28px] text-gray-900">
8+
<Text className="m-0 font-semibold text-[20px] text-gray-900 leading-[28px]">
99
Elevate Outdoor Living
1010
</Text>
11-
<Text className="mt-[8px] text-[16px] leading-[24px] text-gray-500">
11+
<Text className="mt-[8px] text-[16px] text-gray-500 leading-[24px]">
1212
Take your outdoor space to new heights with our premium outdoor
1313
furniture, designed to elevate your alfresco experience.
1414
</Text>
@@ -24,13 +24,13 @@ export const component = (
2424
height="180"
2525
src="/static/outdoor-living.jpg"
2626
/>
27-
<Text className="text-[16px] font-semibold leading-[24px] text-indigo-600">
27+
<Text className="font-semibold text-[16px] text-indigo-600 leading-[24px]">
2828
What's new
2929
</Text>
30-
<Text className="m-0 text-[20px] font-semibold leading-[28px] text-gray-900">
30+
<Text className="m-0 font-semibold text-[20px] text-gray-900 leading-[28px]">
3131
Multifunctional Marvels
3232
</Text>
33-
<Text className="mb-0 mt-[8px] text-[16px] leading-[24px] text-gray-500">
33+
<Text className="mt-[8px] mb-0 text-[16px] text-gray-500 leading-[24px]">
3434
Discover the innovative world of multifunctional furniture, where
3535
style meets practicality, offering creative solutions for maximizing
3636
space and enhancing functionality in your home
@@ -46,13 +46,13 @@ export const component = (
4646
height="180"
4747
src="/static/outdoor-living.jpg"
4848
/>
49-
<Text className="text-[16px] font-semibold leading-[24px] text-indigo-600">
49+
<Text className="font-semibold text-[16px] text-indigo-600 leading-[24px]">
5050
What's new
5151
</Text>
52-
<Text className="m-0 text-[20px] font-semibold leading-[28px] text-gray-900">
52+
<Text className="m-0 font-semibold text-[20px] text-gray-900 leading-[28px]">
5353
Timeless Classics
5454
</Text>
55-
<Text className="mb-0 mt-[8px] text-[16px] leading-[24px] text-gray-500">
55+
<Text className="mt-[8px] mb-0 text-[16px] text-gray-500 leading-[24px]">
5656
Step into the world of timeless classics as we explore iconic
5757
furniture pieces that have stood the test of time, adding enduring
5858
elegance and sophistication to any interior

apps/web/components/checkout/tailwind.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@ import { Layout } from '../_components/layout';
1111

1212
export const component = (
1313
<Section className="py-[16px] text-center">
14-
<Heading as="h1" className="mb-0 text-[30px] font-semibold leading-[36px]">
14+
<Heading as="h1" className="mb-0 font-semibold text-[30px] leading-[36px]">
1515
You left something in your cart
1616
</Heading>
17-
<Section className="my-[16px] rounded-[8px] border border-solid border-gray-200 p-[16px] pt-0">
17+
<Section className="my-[16px] rounded-[8px] border border-gray-200 border-solid p-[16px] pt-0">
1818
<table className="mb-[16px]" width="100%">
1919
<tr>
20-
<th className="border-0 border-b border-solid border-gray-200 py-[8px]">
20+
<th className="border-0 border-gray-200 border-b border-solid py-[8px]">
2121
&nbsp;
2222
</th>
2323
<th
2424
align="left"
25-
className="border-0 border-b border-solid border-gray-200 py-[8px] text-gray-500"
25+
className="border-0 border-gray-200 border-b border-solid py-[8px] text-gray-500"
2626
colSpan={6}
2727
>
2828
<Text className="font-semibold">Product</Text>
2929
</th>
3030
<th
3131
align="center"
32-
className="border-0 border-b border-solid border-gray-200 py-[8px] text-gray-500"
32+
className="border-0 border-gray-200 border-b border-solid py-[8px] text-gray-500"
3333
>
3434
<Text className="font-semibold">Quantity</Text>
3535
</th>
3636
<th
3737
align="center"
38-
className="border-0 border-b border-solid border-gray-200 py-[8px] text-gray-500"
38+
className="border-0 border-gray-200 border-b border-solid py-[8px] text-gray-500"
3939
>
4040
<Text className="font-semibold">Price</Text>
4141
</th>
4242
</tr>
4343
<tr>
44-
<td className="border-0 border-b border-solid border-gray-200 py-[8px]">
44+
<td className="border-0 border-gray-200 border-b border-solid py-[8px]">
4545
<Img
4646
alt="Braun Classic Watch"
4747
className="rounded-[8px] object-cover"
@@ -51,26 +51,26 @@ export const component = (
5151
</td>
5252
<td
5353
align="left"
54-
className="border-0 border-b border-solid border-gray-200 py-[8px]"
54+
className="border-0 border-gray-200 border-b border-solid py-[8px]"
5555
colSpan={6}
5656
>
5757
<Text>Classic Watch</Text>
5858
</td>
5959
<td
6060
align="center"
61-
className="border-0 border-b border-solid border-gray-200 py-[8px]"
61+
className="border-0 border-gray-200 border-b border-solid py-[8px]"
6262
>
6363
<Text>1</Text>
6464
</td>
6565
<td
6666
align="center"
67-
className="border-0 border-b border-solid border-gray-200 py-[8px]"
67+
className="border-0 border-gray-200 border-b border-solid py-[8px]"
6868
>
6969
<Text>$210.00</Text>
7070
</td>
7171
</tr>
7272
<tr>
73-
<td className="border-0 border-b border-solid border-gray-200 py-[8px]">
73+
<td className="border-0 border-gray-200 border-b border-solid py-[8px]">
7474
<Img
7575
alt="Braun Analogue Clock"
7676
className="rounded-[8px] object-cover"
@@ -80,20 +80,20 @@ export const component = (
8080
</td>
8181
<td
8282
align="left"
83-
className="border-0 border-b border-solid border-gray-200 py-[8px]"
83+
className="border-0 border-gray-200 border-b border-solid py-[8px]"
8484
colSpan={6}
8585
>
8686
<Text>Analogue Clock</Text>
8787
</td>
8888
<td
8989
align="center"
90-
className="border-0 border-b border-solid border-gray-200 py-[8px]"
90+
className="border-0 border-gray-200 border-b border-solid py-[8px]"
9191
>
9292
<Text>1</Text>
9393
</td>
9494
<td
9595
align="center"
96-
className="border-0 border-b border-solid border-gray-200 py-[8px]"
96+
className="border-0 border-gray-200 border-b border-solid py-[8px]"
9797
>
9898
<Text>$40.00</Text>
9999
</td>

apps/web/components/download-buttons/tailwind.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const component = (
55
<Row>
66
<Column align="center">
77
<Row>
8-
<Text className="text-[18px] font-bold leading-[28px] text-indigo-500">
8+
<Text className="font-bold text-[18px] text-indigo-500 leading-[28px]">
99
Try now
1010
</Text>
1111
<Text className="text-gray-900">

apps/web/components/footer-with-one-column/tailwind.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export const component = (
1515
</tr>
1616
<tr className="w-full">
1717
<td align="center">
18-
<Text className="my-[8px] text-[16px] font-semibold leading-[24px] text-gray-900">
18+
<Text className="my-[8px] font-semibold text-[16px] text-gray-900 leading-[24px]">
1919
Acme corporation
2020
</Text>
21-
<Text className="mb-0 mt-[4px] text-[16px] leading-[24px] text-gray-500">
21+
<Text className="mt-[4px] mb-0 text-[16px] text-gray-500 leading-[24px]">
2222
Think different
2323
</Text>
2424
</td>
@@ -56,10 +56,10 @@ export const component = (
5656
</tr>
5757
<tr>
5858
<td align="center">
59-
<Text className="my-[8px] text-[16px] font-semibold leading-[24px] text-gray-500">
59+
<Text className="my-[8px] font-semibold text-[16px] text-gray-500 leading-[24px]">
6060
123 Main Street Anytown, CA 12345
6161
</Text>
62-
<Text className="mb-0 mt-[4px] text-[16px] font-semibold leading-[24px] text-gray-500">
62+
<Text className="mt-[4px] mb-0 font-semibold text-[16px] text-gray-500 leading-[24px]">
6363
[email protected] +123456789
6464
</Text>
6565
</td>

apps/web/components/footer-with-two-columns/tailwind.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export const component = (
1010
height="42"
1111
src="/static/logo-without-background.png"
1212
/>
13-
<Text className="my-[8px] text-[16px] font-semibold leading-[24px] text-gray-900">
13+
<Text className="my-[8px] font-semibold text-[16px] text-gray-900 leading-[24px]">
1414
Acme corporation
1515
</Text>
16-
<Text className="mb-[0px] mt-[4px] text-[16px] leading-[24px] text-gray-500">
16+
<Text className="mt-[4px] mb-[0px] text-[16px] text-gray-500 leading-[24px]">
1717
Think different
1818
</Text>
1919
</Column>
@@ -46,10 +46,10 @@ export const component = (
4646
</Column>
4747
</Row>
4848
<Row>
49-
<Text className="my-[8px] text-[16px] font-semibold leading-[24px] text-gray-500">
49+
<Text className="my-[8px] font-semibold text-[16px] text-gray-500 leading-[24px]">
5050
123 Main Street Anytown, CA 12345
5151
</Text>
52-
<Text className="mb-[0px] mt-[4px] text-[16px] font-semibold leading-[24px] text-gray-500">
52+
<Text className="mt-[4px] mb-[0px] font-semibold text-[16px] text-gray-500 leading-[24px]">
5353
[email protected] +123456789
5454
</Text>
5555
</Row>

0 commit comments

Comments
 (0)