Skip to content

Commit

Permalink
UpdateS
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Oct 2, 2024
2 parents 0a24be2 + e085380 commit 03da2e9
Show file tree
Hide file tree
Showing 37 changed files with 223 additions and 276 deletions.
126 changes: 63 additions & 63 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@transcend-io/internationalization": "^1.6.0",
"@transcend-io/logger": "^1.1.0",
"preact": "10.5.14",
"react-intl": "^6.2.5",
"react-intl": "=6.2.5",
"tslib": "^2.4.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cm.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ a:focus {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 auto;
margin: 0 auto 2px auto;
justify-content: space-between;
align-items: center;
}
Expand Down
11 changes: 2 additions & 9 deletions src/components/AcceptAllOrMoreChoices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function AcceptAllOrMoreChoices({
};

return (
<div className="column-content" role="none">
<div className="column-content">
<div>
<div>
<p
Expand All @@ -67,14 +67,7 @@ export function AcceptAllOrMoreChoices({
/>
</div>
</div>
<div
className="accept-or-reject-all-button-row"
role="group"
aria-label={formatMessage(
messages.buttonGroupAriaDescription,
globalUiVariables,
)}
>
<div className="accept-or-reject-all-button-row">
<Button
primaryText={formatMessage(
messages.acceptAllButtonPrimary,
Expand Down
11 changes: 2 additions & 9 deletions src/components/AcceptOrRejectAdvertising.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function AcceptOrRejectAdvertising({
const { formatMessage } = useIntl();

return (
<div className="column-content" role="none">
<div className="column-content">
<div>
<div>
<p
Expand All @@ -50,14 +50,7 @@ export function AcceptOrRejectAdvertising({
/>
</div>
</div>
<div
className="accept-or-reject-all-button-row"
role="group"
aria-label={formatMessage(
messages.buttonGroupAriaDescription,
globalUiVariables,
)}
>
<div className="accept-or-reject-all-button-row">
<Button
primaryText={formatMessage(
messages.acceptAdvertising,
Expand Down
11 changes: 2 additions & 9 deletions src/components/AcceptOrRejectAll.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function AcceptOrRejectAll({
};

return (
<div className="column-content" role="none">
<div className="column-content">
<div>
<div>
<p
Expand All @@ -68,14 +68,7 @@ export function AcceptOrRejectAll({
/>
</div>
</div>
<div
className="accept-or-reject-all-button-row"
role="group"
aria-label={formatMessage(
messages.buttonGroupAriaDescription,
globalUiVariables,
)}
>
<div className="accept-or-reject-all-button-row">
<Button
primaryText={formatMessage(
messages.acceptAllButtonPrimary,
Expand Down
11 changes: 2 additions & 9 deletions src/components/AcceptOrRejectAllOrMoreChoices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function AcceptOrRejectAllOrMoreChoices({
};

return (
<div className="column-content" role="none">
<div className="column-content">
<div>
<div>
<p
Expand All @@ -78,14 +78,7 @@ export function AcceptOrRejectAllOrMoreChoices({
/>
</div>
</div>
<div
className="accept-or-reject-all-button-row"
role="group"
aria-label={formatMessage(
messages.buttonGroupAriaDescription,
globalUiVariables,
)}
>
<div className="accept-or-reject-all-button-row">
<Button
primaryText={formatMessage(
messages.acceptAllButtonPrimary,
Expand Down
11 changes: 2 additions & 9 deletions src/components/AcceptOrRejectAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function AcceptOrRejectAnalytics({
const { formatMessage } = useIntl();

return (
<div className="column-content" role="none">
<div className="column-content">
<div>
<div>
<p
Expand All @@ -50,14 +50,7 @@ export function AcceptOrRejectAnalytics({
/>
</div>
</div>
<div
className="accept-or-reject-all-button-row"
role="group"
aria-label={formatMessage(
messages.buttonGroupAriaDescription,
globalUiVariables,
)}
>
<div className="accept-or-reject-all-button-row">
<Button
primaryText={formatMessage(
messages.acceptAnalytics,
Expand Down
Loading

0 comments on commit 03da2e9

Please sign in to comment.