Skip to content

Uds 2144 - #1727

Closed
spaceperson wants to merge 144 commits into
devfrom
UDS-2144
Closed

Uds 2144#1727
spaceperson wants to merge 144 commits into
devfrom
UDS-2144

Conversation

@spaceperson

@spaceperson spaceperson commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Description

https://asudev.jira.com/jira/software/c/projects/UDS/boards/3345?selectedIssue=UDS-2144
contrast ratio updates for active bullet in Carousel

For card carousels in the controls
Background color of the section: "Gray 7"

Checklist

  • Tests pass for relevant code changes

Important Reminders

Links

@spaceperson
spaceperson requested a review from a team as a code owner June 22, 2026 20:25
dependabot Bot and others added 27 commits June 22, 2026 13:26
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.9 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.9...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
# [@asu/unity-bootstrap-theme-v1.37.4](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.37.3...@asu/unity-bootstrap-theme-v1.37.4) (2026-04-20)

### Bug Fixes

* **unity-bootstrap-theme:** prevent tab vertical scroll ([5c9799b](5c9799b))
* **unity-bootstrap-theme:** tab allow scroll all viewports ([dc792d3](dc792d3))
# [@asu/unity-react-core-v1.9.2](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-react-core-v1.9.1...@asu/unity-react-core-v1.9.2) (2026-04-20)

### Bug Fixes

* **unity-bootstrap-theme:** prevent tab vertical scroll ([5c9799b](5c9799b))
# [@asu/unity-bootstrap-theme-v1.38.0](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.37.4...@asu/unity-bootstrap-theme-v1.38.0) (2026-04-21)

### Features

* **unity-bootstrap-theme:** extend tooltip to own component ([6d85739](6d85739))
# [@asu/unity-react-core-v1.10.0](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-react-core-v1.9.2...@asu/unity-react-core-v1.10.0) (2026-04-21)

### Bug Fixes

* **unity-react-core:** a11y tooltip updates ([49f1377](49f1377))

### Features

* **unity-react-core:** extend tooltip to own component ([7b1dacf](7b1dacf))
semantic-release-bot and others added 25 commits June 30, 2026 17:22
* **unity-react-core:** upgrade dependencies ([3d80ef0](3d80ef0))
# [@asu/component-header-footer-v1.4.3](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-footer-v1.4.2...@asu/component-header-footer-v1.4.3) (2026-05-28)

### Bug Fixes

* **component-header-footer:** check undefined ([401b606](401b606))
* **component-header-footer:** fix animated header option ([267968e](267968e))
# [@asu/unity-bootstrap-theme-v1.39.0](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.38.2...@asu/unity-bootstrap-theme-v1.39.0) (2026-05-28)

### Bug Fixes

* **unity-bootstrap-theme:** update header styles and stories ([88c018d](88c018d))

### Features

* **unity-bootstrap-theme:** added new header styles and stories ([c4f8d1d](c4f8d1d))
Move .btn-row out of position:absolute (with hard-coded top:15rem) into
grid-row:4 with position:relative, matching the existing tablet+ pattern.
The container now expands naturally to contain the button instead of
overflowing at viewports between mobile and the 768px breakpoint
(reproduced at 764x921). Adds margin-top:1rem to give the requested
breathing room between heading and button. Scoped to uds-hero-sm only.
…adding

QA feedback on UDS-2171 requested more breathing room between the small
hero CTA button and the bottom edge of the hero. Add margin-bottom: 1rem
on .btn-row, symmetric to the existing margin-top: 1rem, scoped to
uds-hero-sm.has-btn-row only. uds-hero-md and uds-hero-lg unchanged.
# [@asu/unity-bootstrap-theme-v1.39.1](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.39.0...@asu/unity-bootstrap-theme-v1.39.1) (2026-06-05)

### Bug Fixes

* **unity-bootstrap-theme:** add bottom margin to hero-sm CTA for QA padding ([d6c217d](d6c217d))
* **unity-bootstrap-theme:** hero small CTA overflow at <768px viewports ([bebb98c](bebb98c))
# [@asu/unity-bootstrap-theme-v1.39.2](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.39.1...@asu/unity-bootstrap-theme-v1.39.2) (2026-06-05)

### Bug Fixes

* **unity-bootstrap-theme:** space bar expands/collapses footer accordion (UDS-2159) ([22f2133](22f2133))
# [@asu/unity-bootstrap-theme-v1.39.3](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.39.2...@asu/unity-bootstrap-theme-v1.39.3) (2026-06-05)

### Bug Fixes

* **anchor-menu:** use native button for the mobile toggle (WCAG 2.1.1, 4.1.2) ([d33bda3](d33bda3))
# [@asu/unity-react-core-v1.11.1](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-react-core-v1.11.0...@asu/unity-react-core-v1.11.1) (2026-06-05)

### Bug Fixes

* **anchor-menu:** use native button for the mobile toggle (WCAG 2.1.1, 4.1.2) ([d33bda3](d33bda3))
* **app-rfi:** add all parameters to datalayer for RFI module ([bbcac08](bbcac08))
…CAG 1.4.10)

In mobile landscape orientations the sticky anchor menu was position:fixed
with no height constraint or overflow handling, so the expanded menu
overflowed the viewport and the lower links were unreachable.

Cap the sticky container to the viewport using 100dvh (with 100vh fallback)
and enable overflow-y: auto below the lg breakpoint, in both the
unity-bootstrap-theme SCSS and the unity-react-core styled-component. The
React version subtracts --uds-anchor-menu-top to account for the global
header offset.

Fixes WCAG 1.4.10 Reflow (Level AA).
…menu

The previous selector .uds-anchor-menu-sticky never matched any element in
real consumers because the JS attaches the navbar to the global header via
.uds-anchor-menu-attached (-sticky is dead code left over from the BS5
migration). Add -attached so the WCAG 1.4.10 fix actually applies in
Webspark/Drupal sites, and keep -sticky for any external code that may
apply it manually.
…o bootstrap theme

Per review, avoid growing the styled-component surface in unity-react-core
ahead of the planned migration of *.styles.js into unity-bootstrap-theme.
The React component already relies on the bootstrap theme SCSS for its base
styling, so target its .sticky class there alongside the bootstrap JS
-attached/-sticky classes. The shared max-height uses
calc(100dvh - var(--uds-anchor-menu-top, 0px)); the offset defaults to 0px,
reducing to 100dvh for the bootstrap/static markup cases.
# [@asu/unity-bootstrap-theme-v1.39.4](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-bootstrap-theme-v1.39.3...@asu/unity-bootstrap-theme-v1.39.4) (2026-06-12)

### Bug Fixes

* **anchor-menu:** constrain sticky menu height in mobile landscape (WCAG 1.4.10) ([19b8bb4](19b8bb4))
* **unity-bootstrap-theme:** target the actual sticky class on anchor menu ([77b6fa6](77b6fa6))
# [@asu/unity-react-core-v1.11.2](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-react-core-v1.11.1...@asu/unity-react-core-v1.11.2) (2026-06-12)

### Bug Fixes

* **anchor-menu:** constrain sticky menu height in mobile landscape (WCAG 1.4.10) ([19b8bb4](19b8bb4))
Bumps [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) from 4.1.6 to 4.1.8.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/browser)

---
updated-dependencies:
- dependency-name: "@vitest/browser"
  dependency-version: 4.1.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.5 to 3.4.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.5...3.4.9)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
# [@asu/unity-react-core-v1.11.3](https://github.com/ASU/asu-unity-stack/compare/@asu/unity-react-core-v1.11.2...@asu/unity-react-core-v1.11.3) (2026-06-18)

### Bug Fixes

* **unity-react-core:** bumps @vitest/browser from 4.1.6 to 4.1.9 ([9af53fb](9af53fb))
* **app-degree-pages:** bumps @vitest/browser from 4.1.6 to 4.1.9 ([e3ae108](e3ae108))
# [@asu/app-rfi-v3.10.1](https://github.com/asu/asu-unity-stack/compare/@asu/app-rfi-v3.10.0...@asu/app-rfi-v3.10.1) (2026-06-18)

### Bug Fixes

* **app-rfi:** bumps dompurify from 3.4.5 to 3.4.10 ([f07a003](f07a003))

@mlsamuelson mlsamuelson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of merge conflicts to resolve. There's a lot. Make sure you're making PRs from the latest version of the dev branch.

@davidornelas11

Copy link
Copy Markdown
Contributor

Lots of merge conflicts. I recommend closing this branch and then basing a new branch off of main and applying the intended changes then opening up a new PR @spaceperson

@davidornelas11 davidornelas11 mentioned this pull request Jul 21, 2026
1 task
@davidornelas11

Copy link
Copy Markdown
Contributor

closing for updated branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants