Skip to content

Commit e91bf99

Browse files
chore: 🤖 Uprage HDS to v6.0.0 (#3184)
1 parent 43c9389 commit e91bf99

File tree

3 files changed

+64
-74
lines changed

3 files changed

+64
-74
lines changed

‎addons/rose/addon/styles/hds/themes/dark-mode/index.scss‎

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -132,32 +132,19 @@
132132
}
133133
}
134134

135-
@mixin dark-mode-button-override {
136-
/* stylelint-disable selector-class-pattern */
137-
.hds-app-frame:has(
138-
.hds-app-side-nav--is-mobile.hds-app-side-nav--is-not-minimized
139-
) {
140-
.hds-button,
141-
.hds-dropdown-toggle-button,
142-
.hds-dropdown-toggle-icon,
143-
.hds-app-header__home-link {
144-
color: var(--token-color-palette-neutral-200);
145-
background-color: var(--token-color-palette-neutral-50);
146-
border-color: var(--token-color-palette-neutral-100);
147-
}
148-
}
149-
/* stylelint-enable selector-class-pattern */
150-
}
151-
152135
@mixin dark-mode-app-header-override {
153136
.app-header-dark-mode-overrides {
154137
color: var(--token-color-palette-neutral-700);
155138
background: var(--token-color-palette-neutral-0);
156139
border-bottom-color: var(--token-color-palette-neutral-100);
157140

158141
/* stylelint-disable selector-class-pattern */
159-
.home-link-color-override,
160-
.hds-app-header__actions {
142+
.home-link-color-override {
143+
background-color: var(--token-color-palette-neutral-0);
144+
}
145+
146+
&.hds-app-header--is-mobile.hds-app-header--menu-is-open
147+
.hds-app-header__actions {
161148
background-color: var(--token-color-palette-neutral-0);
162149
}
163150

@@ -211,7 +198,6 @@
211198
@include dark-mode-ember-dropdown-override;
212199
@include dark-mode-app-header-override;
213200
@include dark-mode-app-side-nav-override;
214-
@include dark-mode-button-override;
215201
}
216202
}
217203

@@ -221,5 +207,4 @@
221207
@include dark-mode-ember-dropdown-override;
222208
@include dark-mode-app-header-override;
223209
@include dark-mode-app-side-nav-override;
224-
@include dark-mode-button-override;
225210
}

‎addons/rose/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@babel/core": "^7.26.10",
33-
"@hashicorp/design-system-components": "^5.2.0",
33+
"@hashicorp/design-system-components": "^6.0.0",
3434
"@hashicorp/design-system-tokens": "^2.3.0",
3535
"@hashicorp/flight-icons": "^3.10.0",
3636
"@nullvoxpopuli/ember-composable-helpers": "^5.2.10",

‎pnpm-lock.yaml‎

Lines changed: 57 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)