Skip to content

fix(ENG-1104): bump @stackone/malachite for the unified glass footer treatment#179

Merged
adefreitas merged 1 commit into
StackOneHQ:mainfrom
adefreitas:ENG-1104/bump-malachite-glass-footer
Jul 6, 2026
Merged

fix(ENG-1104): bump @stackone/malachite for the unified glass footer treatment#179
adefreitas merged 1 commit into
StackOneHQ:mainfrom
adefreitas:ENG-1104/bump-malachite-glass-footer

Conversation

@adefreitas

@adefreitas adefreitas commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Part of ENG-1104. Bumps @stackone/malachite ^0.25.2^0.52.1 to pick up StackOneHQ/malachite#184, which unifies the Card glassFooter recipe with the wizard's footerGlass (translucent sunken-background color-mix + blur(24px) saturate(180%)). Fixes the integration picker's footer reading as a muddy semi-opaque slab in dark mode.

Note for reviewers

This crosses ~27 minor malachite versions, so beyond the footer it's worth a visual once-over of the picker in the dev sandbox (npm run dev, port 3001, 🌞/🌚 toggle for themes).

Testing

  • npm run build (all three bundles + dts) and npm run lint pass.
  • Verified visually in the vite sandbox in light and dark: picker footer glass now matches the OAuth wizard footer.

Copilot AI review requested due to automatic review settings July 6, 2026 14:33

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@adefreitas adefreitas merged commit b592e47 into StackOneHQ:main Jul 6, 2026
5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the @stackone/malachite dependency to pull in the updated “unified glass footer” styling, intended to fix the integration picker footer appearance (especially in dark mode).

Changes:

  • Updated @stackone/malachite version range in package.json from ^0.25.2 to ^0.52.1.
  • Updated root package-lock.json to lock @stackone/malachite at 0.52.1 (including resolved tarball + integrity).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Bumps @stackone/malachite dependency range to ^0.52.1.
package-lock.json Updates the lockfile to resolve @stackone/malachite to 0.52.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"license": "MIT",
"dependencies": {
"@stackone/malachite": "^0.25.2",
"@stackone/malachite": "^0.52.1",
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.

2 participants