Skip to content

Commit 801481a

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 2f75b57 commit 801481a

8 files changed

Lines changed: 29 additions & 10 deletions

File tree

‎projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.html‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
aria-labelledby="import-works-certified-heading"
2121
*ngIf="loading || certifiedLinks.length"
2222
>
23-
<h2 id="import-works-certified-heading" class="import-works-dialog__section-heading">
23+
<h2
24+
id="import-works-certified-heading"
25+
class="import-works-dialog__section-heading"
26+
>
2427
{{ certifiedSectionHeading }}
2528
</h2>
2629
<div class="import-works-dialog__card-list">
@@ -145,7 +148,10 @@ <h2 id="import-works-certified-heading" class="import-works-dialog__section-head
145148
>
146149
{{ moreServicesExpanded ? 'expand_more' : 'expand_less' }}
147150
</mat-icon>
148-
<h2 id="import-works-more-heading" class="import-works-dialog__more-heading-text">
151+
<h2
152+
id="import-works-more-heading"
153+
class="import-works-dialog__more-heading-text"
154+
>
149155
{{ moreServicesHeading }}
150156
<span class="import-works-dialog__more-count" *ngIf="!loading"
151157
>({{ moreServicesLinks.length }})</span

‎projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.scss‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,11 @@
182182
// Button typography: body-small per Figma (Noto Sans, 14px, weight 400, line-height 21px, letter-spacing 0.25px)
183183
.import-works-dialog__btn-connect,
184184
.import-works-dialog__btn-connect-more {
185-
font-family: var(--orcid-font-family-sans, 'Noto Sans', sans-serif) !important;
185+
font-family: var(
186+
--orcid-font-family-sans,
187+
'Noto Sans',
188+
sans-serif
189+
) !important;
186190
font-size: var(--orcid-font-size-body-small, 14px) !important;
187191
font-weight: var(--orcid-font-weight-normal, 400) !important;
188192
line-height: 21px !important;

‎projects/orcid-registry-ui/src/lib/components/import-works-dialog/import-works-dialog.component.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export class ImportWorksDialogComponent {
6363
/** Aria-label for the More Services toggle: show/hide label based on expanded state (translatable via data). */
6464
get moreServicesToggleAriaLabel(): string {
6565
return this.moreServicesExpanded
66-
? (this.data?.hideMoreServicesAriaLabel ?? 'Hide more services')
67-
: (this.data?.showMoreServicesAriaLabel ?? 'Show more services')
66+
? this.data?.hideMoreServicesAriaLabel ?? 'Hide more services'
67+
: this.data?.showMoreServicesAriaLabel ?? 'Show more services'
6868
}
6969

7070
/** Aria-label for the dialog close button (translatable via data). */

‎projects/orcid-registry-ui/src/lib/components/permission-notifications/permission-notifications.component.scss‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
:host {
32
display: block;
43
width: 100%;

‎projects/orcid-ui-docs/src/app/pages/orcid-registry-ui/registry-permission-notifications-page.component.html‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
<li><code>title</code>: Header title string.</li>
7575
<li><code>subtitle</code>: Header subtitle string.</li>
7676
<li>
77-
<code>notifications</code>: Up to three notifications with actions. Each action may set <code>ariaLabel</code> (e.g. "Connect with The LENS") for accessible tab order labels.
77+
<code>notifications</code>: Up to three notifications with actions. Each
78+
action may set <code>ariaLabel</code> (e.g. "Connect with The LENS") for
79+
accessible tab order labels.
7880
</li>
7981
</ul>
8082

‎projects/orcid-ui/src/lib/components/action-surface-container/action-surface-container.component.scss‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
-apple-system,
2626
sans-serif
2727
);
28-
font-size: var(--action-surface-container-title-font-size, var(--orcid-font-size-body-large, 18px));
28+
font-size: var(
29+
--action-surface-container-title-font-size,
30+
var(--orcid-font-size-body-large, 18px)
31+
);
2932
line-height: 1.25;
3033
font-weight: var(--orcid-font-weight-bold, 700);
3134
color: var(--orcid-color-text-dark-high, #000000);

‎projects/orcid-ui/src/lib/components/action-surface/action-surface.component.scss‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
}
8080

8181
.action-surface__text a {
82-
color: var(--action-surface-link-color, var(--orcid-color-brand-secondary-dark, #085c77));
82+
color: var(
83+
--action-surface-link-color,
84+
var(--orcid-color-brand-secondary-dark, #085c77)
85+
);
8386
text-decoration: var(--action-surface-link-decoration, underline);
8487
}
8588

‎projects/orcid-ui/src/lib/components/modal/modal.component.html‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ <h1 class="orcid-modal__title" data-node-id="161:5">
1414
mat-icon-button
1515
type="button"
1616
class="orcid-modal__close"
17-
[attr.aria-label]="closeAriaLabel || (title ? 'Close ' + title : 'Close dialog')"
17+
[attr.aria-label]="
18+
closeAriaLabel || (title ? 'Close ' + title : 'Close dialog')
19+
"
1820
(click)="close()"
1921
>
2022
<mat-icon>close</mat-icon>

0 commit comments

Comments
 (0)