Skip to content
Draft
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 @@ -317,7 +317,7 @@ export const ResourceLineItems = withSkeletonTemplate<Props>(
<Text
tag="div"
className={cn({
"font-medium": size === "normal",
"font-medium text-base": size === "normal",
"text-sm font-medium": size === "small",
})}
>
Expand Down Expand Up @@ -361,7 +361,7 @@ export const ResourceLineItems = withSkeletonTemplate<Props>(
variant="info"
wrap="nowrap"
className={cn({
"font-medium": size === "normal",
"font-medium text-base": size === "normal",
"text-sm": size === "small",
hidden: isEditable(lineItem),
})}
Expand All @@ -376,7 +376,7 @@ export const ResourceLineItems = withSkeletonTemplate<Props>(
tag="div"
wrap="nowrap"
className={cn({
"font-semibold": size === "normal",
"font-semibold text-base": size === "normal",
"text-sm font-semibold": size === "small",
})}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exports[`ResourceLineItems > should disable the remove action when \`onSwap\` is
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Gray Baby Bib with Black Logo
</div>
Expand All @@ -61,7 +61,7 @@ exports[`ResourceLineItems > should disable the remove action when \`onSwap\` is
valign="top"
>
<div
class="font-medium hidden text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base hidden text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
2
Expand All @@ -73,7 +73,7 @@ exports[`ResourceLineItems > should disable the remove action when \`onSwap\` is
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
18.00€
</div>
Expand Down Expand Up @@ -259,7 +259,7 @@ exports[`ResourceLineItems > should render 1`] = `
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Gray Baby Bib with Black Logo
</div>
Expand All @@ -282,7 +282,7 @@ exports[`ResourceLineItems > should render 1`] = `
valign="top"
>
<div
class="font-medium text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
2
Expand All @@ -294,7 +294,7 @@ exports[`ResourceLineItems > should render 1`] = `
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
18.00€
</div>
Expand Down Expand Up @@ -357,7 +357,7 @@ exports[`ResourceLineItems > should render the Footer prop when defined 1`] = `
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Gray Baby Bib with Black Logo
</div>
Expand All @@ -380,7 +380,7 @@ exports[`ResourceLineItems > should render the Footer prop when defined 1`] = `
valign="top"
>
<div
class="font-medium text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
2
Expand All @@ -392,7 +392,7 @@ exports[`ResourceLineItems > should render the Footer prop when defined 1`] = `
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
18.00€
</div>
Expand Down Expand Up @@ -476,7 +476,7 @@ exports[`ResourceLineItems > should render the InputSpinner and the trash icon w
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Gray Baby Bib with Black Logo
</div>
Expand All @@ -499,7 +499,7 @@ exports[`ResourceLineItems > should render the InputSpinner and the trash icon w
valign="top"
>
<div
class="font-medium hidden text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base hidden text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
2
Expand All @@ -511,7 +511,7 @@ exports[`ResourceLineItems > should render the InputSpinner and the trash icon w
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
18.00€
</div>
Expand Down Expand Up @@ -669,7 +669,7 @@ exports[`ResourceLineItems > should render the bundle 1`] = `
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Welcome KIT
</div>
Expand All @@ -692,7 +692,7 @@ exports[`ResourceLineItems > should render the bundle 1`] = `
valign="top"
>
<div
class="font-medium text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
1
Expand All @@ -704,7 +704,7 @@ exports[`ResourceLineItems > should render the bundle 1`] = `
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
$10.00
</div>
Expand Down Expand Up @@ -822,7 +822,7 @@ exports[`ResourceLineItems > should render the list item options 1`] = `
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Large Eco Tote Bag with Black Logo
</div>
Expand All @@ -845,7 +845,7 @@ exports[`ResourceLineItems > should render the list item options 1`] = `
valign="top"
>
<div
class="font-medium text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
9
Expand All @@ -857,7 +857,7 @@ exports[`ResourceLineItems > should render the list item options 1`] = `
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
243.00€
</div>
Expand Down Expand Up @@ -1150,7 +1150,7 @@ exports[`ResourceLineItems > should render the swap action when \`onSwap\` is de
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Gray Baby Bib with Black Logo
</div>
Expand All @@ -1173,7 +1173,7 @@ exports[`ResourceLineItems > should render the swap action when \`onSwap\` is de
valign="top"
>
<div
class="font-medium hidden text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base hidden text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
2
Expand All @@ -1185,7 +1185,7 @@ exports[`ResourceLineItems > should render the swap action when \`onSwap\` is de
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
18.00€
</div>
Expand Down Expand Up @@ -1353,7 +1353,7 @@ exports[`ResourceLineItems > should render the swap action when \`onSwap\` is de
valign="top"
>
<div
class="font-medium wrap-anywhere"
class="font-medium text-base wrap-anywhere"
>
Welcome KIT
</div>
Expand All @@ -1376,7 +1376,7 @@ exports[`ResourceLineItems > should render the swap action when \`onSwap\` is de
valign="top"
>
<div
class="font-medium hidden text-gray-500 whitespace-nowrap wrap-anywhere"
class="font-medium text-base hidden text-gray-500 whitespace-nowrap wrap-anywhere"
>
x
1
Expand All @@ -1388,7 +1388,7 @@ exports[`ResourceLineItems > should render the swap action when \`onSwap\` is de
valign="top"
>
<div
class="font-semibold whitespace-nowrap wrap-anywhere"
class="font-semibold text-base whitespace-nowrap wrap-anywhere"
>
$10.00
</div>
Expand Down
Loading