@mixtint/primer-view-components 0.72.0 → 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.
- package/app/assets/javascripts/components/primer/open_project/danger_dialog_form_helper.d.ts +4 -0
- package/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/assets/styles/primer_view_components.css +19 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/alpha/action_list.css +14 -0
- package/app/components/primer/alpha/action_list.css.json +3 -0
- package/app/components/primer/alpha/select_panel_element.js +1 -2
- package/app/components/primer/open_project/danger_dialog_form_helper.d.ts +4 -0
- package/app/components/primer/open_project/danger_dialog_form_helper.js +19 -3
- package/app/components/primer/open_project/page_header.css +1 -1
- package/app/components/primer/open_project/sub_header.css +1 -0
- package/package.json +2 -2
- package/static/classes.json +6 -0
- package/static/constants.json +3 -1
- package/static/info_arch.json +32 -6
- package/static/previews.json +32 -6
- package/app/assets/images/loading_indicator.svg +0 -1
|
@@ -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
|
|
7106
|
+
flex: 1 auto;
|
|
7090
7107
|
}
|
|
7091
7108
|
|
|
7092
7109
|
.PageHeader-description--underlined-links a {
|
|
@@ -7232,6 +7249,7 @@ select-panel dialog::backdrop {
|
|
|
7232
7249
|
grid-area: left;
|
|
7233
7250
|
display: flex;
|
|
7234
7251
|
align-items: center;
|
|
7252
|
+
column-gap: 12px;
|
|
7235
7253
|
width: 100%;
|
|
7236
7254
|
|
|
7237
7255
|
/* Since the container is not full width (due to the grid around it)
|