@turquoisehealth/pit-viper 2.205.0 → 2.206.0

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.
@@ -5295,6 +5295,10 @@ pv-sidebar {
5295
5295
  --sidebar-nav-nested-border: rgba(227, 231, 234, 0.20);
5296
5296
  --popover-list-item-hover-background-color: #E8F2F4;
5297
5297
  }
5298
+ .sidebar-layout-primary .pv-sidebar-nav a:not([aria-current=page]) [class*=pv-icon],
5299
+ .sidebar-layout-primary .pv-sidebar-nav summary:not([aria-current=page]) [class*=pv-icon] {
5300
+ color: var(--layout-primary-icon-color, #6E8081);
5301
+ }
5298
5302
 
5299
5303
  .sidebar-layout-secondary .pv-sidebar-nav-header,
5300
5304
  .sidebar-layout-secondary .pv-sidebar-nav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.205.0",
3
+ "version": "2.206.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {