@patternfly/patternfly 6.0.0-alpha.152 → 6.0.0-alpha.154

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/patternfly.css CHANGED
@@ -6487,10 +6487,10 @@ button) {
6487
6487
  }
6488
6488
 
6489
6489
  :where(:root, .pf-v6-c-action-list) {
6490
- --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--sm);
6491
- --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--2xl);
6492
- --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--md);
6493
- --pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--sm);
6490
+ --pf-v6-c-action-list--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
6491
+ --pf-v6-c-action-list--ColumnGap: var(--pf-t--global--spacer--gap--group-to-group--horizontal);
6492
+ --pf-v6-c-action-list__group--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--default);
6493
+ --pf-v6-c-action-list--m-icons--ColumnGap: var(--pf-t--global--spacer--gap--action-to-action--plain);
6494
6494
  }
6495
6495
 
6496
6496
  .pf-v6-c-action-list,
@@ -6723,7 +6723,7 @@ button) {
6723
6723
  margin-inline-end: var(--pf-v6-c-alert__action-group__c-button--not-last-child--MarginInlineEnd);
6724
6724
  }
6725
6725
 
6726
- .pf-v6-c-alert-group {
6726
+ :where(:root, .pf-v6-c-alert-group) {
6727
6727
  --pf-v6-c-alert-group__item--MarginBlockStart: var(--pf-t--global--spacer--md);
6728
6728
  --pf-v6-c-alert-group--m-toast--InsetBlockStart: var(--pf-t--global--spacer--2xl);
6729
6729
  --pf-v6-c-alert-group--m-toast--InsetInlineEnd: var(--pf-t--global--spacer--xl);
@@ -6746,6 +6746,7 @@ button) {
6746
6746
  --pf-v6-c-alert-group__overflow-button--active--Color: var(--pf-t--global--text--color--link--hover);
6747
6747
  --pf-v6-c-alert-group__overflow-button--active--BoxShadow: var(--pf-t--global--box-shadow--lg), var(--pf-t--global--box-shadow--lg--bottom);
6748
6748
  }
6749
+
6749
6750
  .pf-v6-c-alert-group > * + * {
6750
6751
  margin-block-start: var(--pf-v6-c-alert-group__item--MarginBlockStart);
6751
6752
  }
@@ -7328,9 +7329,12 @@ button) {
7328
7329
  cursor: not-allowed;
7329
7330
  }
7330
7331
 
7331
- .pf-v6-c-brand {
7332
+ :where(:root, .pf-v6-c-brand) {
7332
7333
  --pf-v6-c-brand--Width: auto;
7333
7334
  --pf-v6-c-brand--Height: auto;
7335
+ }
7336
+
7337
+ .pf-v6-c-brand {
7334
7338
  width: var(--pf-v6-c-brand--Width--base);
7335
7339
  height: var(--pf-v6-c-brand--Height--base);
7336
7340
  --pf-v6-c-brand--Width--base: var(--pf-v6-c-brand--Width);
@@ -8119,7 +8123,7 @@ button.pf-v6-c-breadcrumb__link {
8119
8123
  --pf-v6-c-calendar-month__date--after--focus--OutlineOffset: -2px;
8120
8124
  }
8121
8125
 
8122
- :where(.pf-v6-c-calendar-month) {
8126
+ .pf-v6-c-calendar-month {
8123
8127
  display: inline-flex;
8124
8128
  flex-direction: column;
8125
8129
  padding-block-start: var(--pf-v6-c-calendar-month--PaddingBlockStart);
@@ -14563,7 +14567,7 @@ input.pf-v6-c-label__content {
14563
14567
  display: none;
14564
14568
  }
14565
14569
 
14566
- .pf-v6-c-list {
14570
+ :where(:root, .pf-v6-c-list) {
14567
14571
  --pf-v6-c-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
14568
14572
  --pf-v6-c-list--nested--MarginBlockStart: var(--pf-t--global--spacer--sm);
14569
14573
  --pf-v6-c-list--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
@@ -14581,6 +14585,9 @@ input.pf-v6-c-label__content {
14581
14585
  --pf-v6-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
14582
14586
  --pf-v6-c-list--m-icon-lg__item-icon--MarginInlineEnd: var(--pf-t--global--spacer--md);
14583
14587
  --pf-v6-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
14588
+ }
14589
+
14590
+ .pf-v6-c-list {
14584
14591
  padding-inline-start: var(--pf-v6-c-list--PaddingInlineStart);
14585
14592
  }
14586
14593
  .pf-v6-c-list ol,
@@ -14638,7 +14645,7 @@ ul.pf-v6-c-list {
14638
14645
  --pf-v6-c-list--m-bordered--li--BorderBlockEndWidth: 0;
14639
14646
  }
14640
14647
 
14641
- .pf-v6-c-log-viewer {
14648
+ :where(:root, .pf-v6-c-log-viewer) {
14642
14649
  --pf-v6-c-log-viewer--Height: 100%;
14643
14650
  --pf-v6-c-log-viewer--MaxHeight: auto;
14644
14651
  --pf-v6-c-log-viewer--m-line-numbers__index--Display: inline;
@@ -14685,6 +14692,9 @@ ul.pf-v6-c-list {
14685
14692
  --pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--spacer: 0;
14686
14693
  --pf-v6-c-log-viewer--c-toolbar__group--m-toggle-group--m-show--spacer: var(--pf-t--global--spacer--sm);
14687
14694
  --pf-v6-c-log-viewer--m-dark__main--BorderWidth: 0;
14695
+ }
14696
+
14697
+ .pf-v6-c-log-viewer {
14688
14698
  display: flex;
14689
14699
  flex-direction: column;
14690
14700
  height: var(--pf-v6-c-log-viewer--Height);
@@ -18766,7 +18776,7 @@ ul.pf-v6-c-list {
18766
18776
  box-shadow: var(--pf-v6-c-panel__footer--BoxShadow);
18767
18777
  }
18768
18778
 
18769
- .pf-v6-c-popover {
18779
+ :where(:root, .pf-v6-c-popover) {
18770
18780
  --pf-v6-c-popover--FontSize: var(--pf-t--global--font--size--body--sm);
18771
18781
  --pf-v6-c-popover--MinWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
18772
18782
  --pf-v6-c-popover--MaxWidth: calc(var(--pf-v6-c-popover__content--PaddingInlineStart) + var(--pf-v6-c-popover__content--PaddingInlineEnd) + 18.75rem);
@@ -18815,6 +18825,9 @@ ul.pf-v6-c-list {
18815
18825
  --pf-v6-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
18816
18826
  --pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--font--size--heading--xs);
18817
18827
  --pf-v6-c-popover__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
18828
+ }
18829
+
18830
+ .pf-v6-c-popover {
18818
18831
  position: relative;
18819
18832
  min-width: var(--pf-v6-c-popover--MinWidth);
18820
18833
  max-width: var(--pf-v6-c-popover--MaxWidth);
@@ -20908,7 +20921,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
20908
20921
  --pf-v6-c-tab-content__body--PaddingInlineStart: var(--pf-v6-c-tab-content__body--m-padding--PaddingInlineStart);
20909
20922
  }
20910
20923
 
20911
- .pf-v6-c-table[class*=pf-m-grid] {
20924
+ :where(:root, .pf-v6-c-table[class*=pf-m-grid]) {
20912
20925
  --pf-v6-c-table--responsive--BorderColor: var(--pf-t--global--border--color--default);
20913
20926
  --pf-v6-c-table__tbody--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
20914
20927
  --pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);