@mixtint/primer-view-components 0.72.1 → 0.73.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.
@@ -657,6 +657,23 @@ nav-list {
657
657
  align-self: flex-start;
658
658
  }
659
659
 
660
+ .ActionList-sectionDividerHeader {
661
+ display: flex;
662
+ align-items: center;
663
+ gap: var(--base-size-8);
664
+ }
665
+
666
+ .ActionList-sectionDividerHeader .ActionList-sectionDivider-title {
667
+ align-self: baseline;
668
+ }
669
+
670
+ .ActionList-sectionDivider-trailingVisual {
671
+ display: inline-flex;
672
+ align-items: center;
673
+ margin-inline-start: auto;
674
+ flex-shrink: 0;
675
+ }
676
+
660
677
  .ActionList-sectionDivider--filled {
661
678
  /* stylelint-disable-next-line primer/spacing */
662
679
  margin-block-start: calc(var(--base-size-8) - var(--borderWidth-thin));
@@ -7086,7 +7103,7 @@ select-panel dialog::backdrop {
7086
7103
  .PageHeader-description {
7087
7104
  font-size: var(--text-body-size-medium);
7088
7105
  color: var(--fgColor-muted);
7089
- flex: 1 100%;
7106
+ flex: 1 auto;
7090
7107
  }
7091
7108
 
7092
7109
  .PageHeader-description--underlined-links a {