Skip to content

Commit 522f214

Browse files
committed
PD-5541
2 parents df8dec4 + 004c553 commit 522f214

8 files changed

Lines changed: 1658 additions & 905 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.135.1 - 2026-06-04
2+
3+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.135.0...v2.135.1)
4+
15
## v2.135.0 - 2026-06-01
26

37
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.134.8...v2.135.0)

src/app/sms-poc/pages/sms-poc/sms-poc.component.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
<h1 class="orc-font-heading-small font-normal mb-4" i18n="@@smsPoc.title">
33
SMS POC
44
</h1>
5-
<p class="sms-poc-description orc-font-body-small mb-4" i18n="@@smsPoc.description">
5+
<p
6+
class="sms-poc-description orc-font-body-small mb-4"
7+
i18n="@@smsPoc.description"
8+
>
69
Send a test SMS. Choose AWS or Twilio for each send.
710
</p>
811

912
<app-alert-message type="warning" role="note" class="mb-6 block">
1013
<div content>
11-
<span
12-
i18n="@@smsPoc.sandboxNotice"
13-
>
14-
This POC currently runs in SANDBOX mode. If you want to test actual SMS delivery to your phone, please reach out to Leo on Slack to add your phone number to our AWS SNS ORCID Friend Sandbox and the Twilio accounts.
14+
<span i18n="@@smsPoc.sandboxNotice">
15+
This POC currently runs in SANDBOX mode. If you want to test actual SMS
16+
delivery to your phone, please reach out to Leo on Slack to add your
17+
phone number to our AWS SNS ORCID Friend Sandbox and the Twilio
18+
accounts.
1519
</span>
1620
</div>
1721
</app-alert-message>

src/app/sms-poc/pages/sms-poc/sms-poc.component.scss

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
width: 100%;
77
padding: 1rem;
88
box-sizing: border-box;
9-
background:
10-
radial-gradient(circle at 0% 0%, rgba(6, 136, 219, 0.08), transparent 38%),
11-
radial-gradient(circle at 100% 100%, rgba(255, 183, 77, 0.1), transparent 36%);
9+
background: radial-gradient(
10+
circle at 0% 0%,
11+
rgba(6, 136, 219, 0.08),
12+
transparent 38%
13+
),
14+
radial-gradient(
15+
circle at 100% 100%,
16+
rgba(255, 183, 77, 0.1),
17+
transparent 36%
18+
);
1219
}
1320

1421
.sms-poc-card {
@@ -25,7 +32,11 @@
2532
padding: 0.25rem 0.5rem 0.75rem;
2633
border-radius: 10px;
2734
border: 1px dashed rgba(6, 136, 219, 0.28);
28-
background: linear-gradient(180deg, rgba(6, 136, 219, 0.06), rgba(6, 136, 219, 0.02));
35+
background: linear-gradient(
36+
180deg,
37+
rgba(6, 136, 219, 0.06),
38+
rgba(6, 136, 219, 0.02)
39+
);
2940
}
3041

3142
.provider-group {

src/locale/messages.lr.xlf

Lines changed: 173 additions & 45 deletions
Large diffs are not rendered by default.

src/locale/messages.rl.xlf

Lines changed: 173 additions & 45 deletions
Large diffs are not rendered by default.

src/locale/messages.xlf

Lines changed: 157 additions & 45 deletions
Large diffs are not rendered by default.

src/locale/messages.xx.xlf

Lines changed: 173 additions & 45 deletions
Large diffs are not rendered by default.

yarn.lock

Lines changed: 954 additions & 716 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)