@hashicorp/design-system-components 5.0.0-rc-20251104031921 → 5.0.0-rc-20251104201020

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,7 +110,12 @@
110
110
  .hds-dropdown-toggle-button,
111
111
  .hds-dropdown-toggle-icon {
112
112
  // Apply dark theme to child interactive components not within a nested dropdown
113
- &:not(.hds-dropdown * *, .ember-basic-dropdown-trigger * *, .ember-basic-dropdown-content * *) {
113
+ &:not(
114
+ .hds-dropdown * *,
115
+ .ember-basic-dropdown-trigger * *,
116
+ .ember-basic-dropdown-content * *,
117
+ .hds-dialog-primitive__wrapper *
118
+ ) {
114
119
  @include hds-interactive-dark-theme();
115
120
 
116
121
  // disabled state:
@@ -76,7 +76,12 @@
76
76
  .hds-dropdown-toggle-button,
77
77
  .hds-dropdown-toggle-icon {
78
78
  // Apply dark theme to child interactive components not within a nested dropdown
79
- &:not(.hds-dropdown * *, .ember-basic-dropdown-trigger * *, .ember-basic-dropdown-content * *) {
79
+ &:not(
80
+ .hds-dropdown * *,
81
+ .ember-basic-dropdown-trigger * *,
82
+ .ember-basic-dropdown-content * *,
83
+ .hds-dialog-primitive__wrapper *
84
+ ) {
80
85
  @include hds-interactive-dark-theme();
81
86
 
82
87
  // disabled state:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "5.0.0-rc-20251104031921",
3
+ "version": "5.0.0-rc-20251104201020",
4
4
  "description": "Helios Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -36,7 +36,7 @@
36
36
  "@embroider/util": "^1.13.4",
37
37
  "@floating-ui/dom": "^1.6.12",
38
38
  "@hashicorp/design-system-tokens": "^3.0.0",
39
- "@hashicorp/flight-icons": "4.0.0-rc-20251104031921",
39
+ "@hashicorp/flight-icons": "4.0.0-rc-20251104201020",
40
40
  "@lezer/highlight": "^1.2.1",
41
41
  "@nullvoxpopuli/ember-composable-helpers": "^5.2.11",
42
42
  "clipboard-polyfill": "^4.1.1",