@patternfly/patternfly 6.0.0-alpha.102 → 6.0.0-alpha.103

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
@@ -9173,7 +9173,7 @@ button.pf-v6-c-breadcrumb__link {
9173
9173
  .pf-v6-c-check {
9174
9174
  --pf-v6-c-check--GridGap: var(--pf-t--global--spacer--sm) var(--pf-t--global--spacer--sm);
9175
9175
  --pf-v6-c-check--AccentColor: var(--pf-t--global--color--brand--default);
9176
- --pf-v6-c-check--Height: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
9176
+ --pf-v6-c-check--MinHeight: calc(var(--pf-v6-c-check__label--FontSize) * var(--pf-v6-c-check__label--LineHeight));
9177
9177
  --pf-v6-c-check__label--disabled--Color: var(--pf-t--global--text--color--disabled);
9178
9178
  --pf-v6-c-check__label--Color: var(--pf-t--global--text--color--regular);
9179
9179
  --pf-v6-c-check__label--FontWeight: var(--pf-t--global--font--weight--body);
@@ -9196,7 +9196,7 @@ button.pf-v6-c-breadcrumb__link {
9196
9196
  .pf-v6-c-check.pf-m-standalone {
9197
9197
  display: inline-grid;
9198
9198
  grid-template-columns: auto;
9199
- height: var(--pf-v6-c-check--Height);
9199
+ min-height: var(--pf-v6-c-check--MinHeight);
9200
9200
  }
9201
9201
  .pf-v6-c-check.pf-m-standalone .pf-v6-c-check__input {
9202
9202
  align-self: center;
@@ -28039,63 +28039,38 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28039
28039
  --pf-v6-c-table__button--BorderRadius: var(--pf-t--global--border--radius--small);
28040
28040
  --pf-v6-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
28041
28041
  --pf-v6-c-table__button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--hover);
28042
- --pf-v6-c-table--m-compact__toggle--PaddingTop: 0;
28043
- --pf-v6-c-table--m-compact__toggle--PaddingBottom: 0;
28044
28042
  --pf-v6-c-table__check--PaddingLeft: var(--pf-t--global--spacer--sm);
28045
28043
  --pf-v6-c-table__check--PaddingRight: var(--pf-t--global--spacer--sm);
28046
28044
  --pf-v6-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body--default);
28047
28045
  --pf-v6-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
28048
28046
  --pf-v6-c-table__favorite--m-favorited--c-button--Color: var(--pf-t--global--color--favorite--clicked);
28049
- --pf-v6-c-table__favorite--m-favorited--c-button--hover--Color: var(--pf-t--global--color--favorite--clicked);
28050
- --pf-v6-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
28051
- --pf-v6-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
28052
- --pf-v6-c-table__draggable--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
28053
- --pf-v6-c-table__draggable--c-button--MarginRight: calc(var(--pf-v6-c-button--PaddingRight) * -1);
28054
- --pf-v6-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
28055
- --pf-v6-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v6-c-button--PaddingLeft) * -1);
28056
28047
  --pf-v6-c-table__tr--m-ghost-row--Opacity: .4;
28057
28048
  --pf-v6-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28058
28049
  --pf-v6-c-table__action--PaddingTop: var(--pf-t--global--spacer--sm);
28059
28050
  --pf-v6-c-table__action--PaddingBottom: var(--pf-t--global--spacer--sm);
28060
28051
  --pf-v6-c-table__action--PaddingLeft: var(--pf-t--global--spacer--sm);
28061
28052
  --pf-v6-c-table__action--PaddingRight: var(--pf-t--global--spacer--sm);
28062
- --pf-v6-c-table__inline-edit-action--PaddingTop: var(--pf-t--global--spacer--sm);
28063
- --pf-v6-c-table__inline-edit-action--PaddingBottom: var(--pf-t--global--spacer--sm);
28064
28053
  --pf-v6-c-table__expandable-row--Transition: var(--pf-v6-global--Transition);
28065
28054
  --pf-v6-c-table__expandable-row-content--PaddingTop: var(--pf-t--global--spacer--md);
28066
28055
  --pf-v6-c-table__expandable-row-content--PaddingBottom: var(--pf-t--global--spacer--md);
28067
28056
  --pf-v6-c-table__expandable-row-content--PaddingLeft: var(--pf-t--global--spacer--md);
28068
28057
  --pf-v6-c-table__expandable-row-content--PaddingRight: var(--pf-t--global--spacer--md);
28069
28058
  --pf-v6-c-table__expandable-row-content--BorderRadius: var(--pf-t--global--border--radius--small);
28070
- --pf-v6-c-table__expandable-row-content--Transition: var(--pf-v6-global--Transition);
28071
28059
  --pf-v6-c-table__control-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
28072
28060
  --pf-v6-c-table__control-row--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
28073
28061
  --pf-v6-c-table__control-row__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
28074
28062
  --pf-v6-c-table__icon-inline--MarginRight: var(--pf-t--global--spacer--sm);
28075
28063
  --pf-v6-c-table__sort--MinWidth: calc(6ch + var(--pf-v6-c-table--cell--PaddingRight) + var(--pf-v6-c-table--cell--PaddingLeft) + var(--pf-v6-c-table__sort-indicator--MarginLeft));
28076
- --pf-v6-c-table__sort__button--PaddingTop: var(--pf-t--global--spacer--sm);
28077
- --pf-v6-c-table__sort__button--PaddingBottom: var(--pf-t--global--spacer--sm);
28078
- --pf-v6-c-table__sort__button--PaddingLeft: var(--pf-t--global--spacer--md);
28079
- --pf-v6-c-table__sort__button--PaddingRight: var(--pf-t--global--spacer--md);
28080
- --pf-v6-c-table__sort__button--MarginBottom: calc(var(--pf-v6-c-table__sort__button--PaddingBottom) * -1);
28081
- --pf-v6-c-table__sort__button--MarginLeft: calc(var(--pf-v6-c-table__sort__button--PaddingLeft) * -1);
28082
- --pf-v6-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
28083
28064
  --pf-v6-c-table__sort--m-selected__button--Color: var(--pf-t--global--color--brand--clicked);
28084
28065
  --pf-v6-c-table__sort--m-help--MinWidth: 15ch;
28085
28066
  --pf-v6-c-table__sort__button__text--Color: currentcolor;
28086
28067
  --pf-v6-c-table__sort__button--hover__text--Color: currentcolor;
28087
- --pf-v6-c-table__sort--cell--PaddingLeft: var(--pf-t--global--spacer--xs);
28088
- --pf-v6-c-table__sort--cell--PaddingRight: var(--pf-t--global--spacer--sm);
28089
28068
  --pf-v6-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
28090
28069
  --pf-v6-c-table__sort-indicator--MarginLeft: var(--pf-t--global--spacer--md);
28091
28070
  --pf-v6-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--color--brand--clicked);
28092
28071
  --pf-v6-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
28093
28072
  --pf-v6-c-table__th--m-help--MinWidth: 11ch;
28094
28073
  --pf-v6-c-table__column-help--MarginLeft: var(--pf-t--global--spacer--sm);
28095
- --pf-v6-c-table__column-help--c-button--MarginTop: calc(var(--pf-v6-c-button--PaddingTop) * -1);
28096
- --pf-v6-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v6-c-button--PaddingBottom) * -1);
28097
- --pf-v6-c-table__column-help--c-button--PaddingRight: var(--pf-t--global--spacer--sm);
28098
- --pf-v6-c-table__column-help--c-button--PaddingLeft: var(--pf-t--global--spacer--sm);
28099
28074
  --pf-v6-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
28100
28075
  --pf-v6-c-table__compound-expansion-toggle__button--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
28101
28076
  --pf-v6-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
@@ -28103,39 +28078,30 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28103
28078
  --pf-v6-c-table__compound-expansion-toggle__button--expanded--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
28104
28079
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--clicked);
28105
28080
  --pf-v6-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
28106
- --pf-v6-c-table__compound-expansion-toggle__button--hover--BorderColor: var(--pf-t--global--border--color--hover);
28107
28081
  --pf-v6-c-table__compound-expansion-toggle__button--hover--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
28108
28082
  --pf-v6-c-table__compound-expansion-toggle--m-expanded__button--after--BorderTopWidth: var(--pf-t--global--border--width--strong);
28109
28083
  --pf-v6-c-table--compound-expansion--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28110
28084
  --pf-v6-c-table--m-compact__th--PaddingTop: calc(var(--pf-t--global--spacer--sm) + var(--pf-t--global--spacer--xs));
28111
28085
  --pf-v6-c-table--m-compact__th--PaddingBottom: var(--pf-t--global--spacer--sm);
28112
28086
  --pf-v6-c-table--m-compact--cell--PaddingTop: var(--pf-t--global--spacer--sm);
28113
- --pf-v6-c-table--m-compact--cell--PaddingRight: var(--pf-t--global--spacer--sm);
28114
28087
  --pf-v6-c-table--m-compact--cell--PaddingBottom: var(--pf-t--global--spacer--sm);
28115
- --pf-v6-c-table--m-compact--cell--PaddingLeft: var(--pf-t--global--spacer--sm);
28116
28088
  --pf-v6-c-table--m-compact__action--PaddingTop: var(--pf-t--global--spacer--xs);
28117
28089
  --pf-v6-c-table--m-compact__action--PaddingBottom: var(--pf-t--global--spacer--xs);
28118
- --pf-v6-c-table--m-expandable__tbody--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
28119
- --pf-v6-c-table--m-expandable__tbody--BorderBottomColor: var(--pf-t--global--border--color--default);
28120
28090
  --pf-v6-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
28121
28091
  --pf-v6-c-table__tr--m-clickable--BackgroundColor: transparent;
28122
28092
  --pf-v6-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28123
28093
  --pf-v6-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28124
- --pf-v6-c-table__tr--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28125
28094
  --pf-v6-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28126
28095
  --pf-v6-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28127
28096
  --pf-v6-c-table__tbody--m-clickable--BackgroundColor: transparent;
28128
28097
  --pf-v6-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28129
28098
  --pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
28130
28099
  --pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28131
- --pf-v6-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--clicked);
28132
28100
  --pf-v6-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--clicked);
28133
28101
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28134
28102
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
28135
28103
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-t--global--spacer--xs);
28136
28104
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-t--global--spacer--md);
28137
- --pf-v6-c-table__subhead--PaddingLeft: var(--pf-t--global--spacer--sm);
28138
- --pf-v6-c-table__subhead--PaddingRight: var(--pf-t--global--spacer--sm);
28139
28105
  --pf-v6-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
28140
28106
  --pf-v6-c-table__nested-column-header__button--PaddingLeft: calc(var(--pf-v6-c-table__button--PaddingLeft) - var(--pf-t--global--spacer--sm));
28141
28107
  --pf-v6-c-table__nested-column-header__button--PaddingRight: calc(var(--pf-v6-c-table__button--PaddingRight) - var(--pf-t--global--spacer--xs));
@@ -28624,7 +28590,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28624
28590
  }
28625
28591
  .pf-v6-c-table__sort.pf-m-selected .pf-v6-c-table__button {
28626
28592
  --pf-v6-c-table__sort-indicator--Color: var(--pf-v6-c-table__sort--m-selected__sort-indicator--Color);
28627
- --pf-v6-c-table__sort__button__text--Color: var(--pf-v6-c-table__sort--m-selected__button__text--Color);
28628
28593
  color: var(--pf-v6-c-table__sort--m-selected__button--Color);
28629
28594
  }
28630
28595
  .pf-v6-c-table__sort.pf-m-help {
@@ -28638,7 +28603,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28638
28603
  grid-column: 2;
28639
28604
  align-self: end;
28640
28605
  margin-inline-start: var(--pf-v6-c-table__sort-indicator--MarginLeft);
28641
- font-size: var(--pf-v6-c-table__sort-indicator--FontSize);
28642
28606
  color: var(--pf-v6-c-table__sort-indicator--Color);
28643
28607
  pointer-events: none;
28644
28608
  }
@@ -28671,7 +28635,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
28671
28635
  padding-block-end: var(--pf-v6-c-table__expandable-row-content--PaddingBottom);
28672
28636
  padding-inline-start: var(--pf-v6-c-table__expandable-row-content--PaddingLeft);
28673
28637
  padding-inline-end: var(--pf-v6-c-table__expandable-row-content--PaddingRight);
28674
- background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
28675
28638
  border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
28676
28639
  }
28677
28640
  .pf-v6-c-table__expandable-row.pf-m-expanded {