Conversation
- separated the “common” part from the main index - moved all the Sass files directly related to the HDS components into their own file (`index.scss` under the `components` folder)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
45 tasks
shleewhite
reviewed
Feb 6, 2026
| @@ -0,0 +1,24 @@ | |||
| /** | |||
| * Copyright (c) HashiCorp, Inc. | |||
Contributor
There was a problem hiding this comment.
Nit: this is the old file header, should be IBM now
Contributor
Author
There was a problem hiding this comment.
I’ve created a ticket here, so we can update them all in one batch https://hashicorp.atlassian.net/browse/HDS-6034 (context)
shleewhite
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Summary
Small PR to cherry-pick from #3237 some of the changes introduced to the CSS architecture/organization that will be necessary for the differentiation between consumers migrating to the "carbonized" HDS and consumers that will remain on the "classic" HDS path
🛠️ Detailed description
In this PR I have:
index.scssunder thecomponentsfolder)@usedeclarations, but this is really unlikely (I also checked if I spotted something similar in our codebases, but I could not find anything meaningful)🔗 External links
Jira ticket: https://hashicorp.atlassian.net/browse/HDS-6033
👀 Component checklist
[ ] A changelog entry was added via Changesets if needed (see templates here)💬 Please consider using conventional comments when reviewing this PR.
📋 PCI review checklist
Examples of changes to controls include access controls, encryption, logging, etc.
Examples include changes to operating systems, ports, protocols, services, cryptography-related components, PII processing code, etc.