@patternfly/patternfly 6.0.0-alpha.204 → 6.0.0-alpha.205

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.
@@ -576,10 +576,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
576
576
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
577
577
  }
578
578
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
579
- --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
579
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
580
580
  }
581
581
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
582
- --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
582
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
583
583
  }
584
584
 
585
585
  .pf-v6-c-table__draggable .pf-v6-c-button {
@@ -786,10 +786,10 @@
786
786
  }
787
787
 
788
788
  &.pf-m-favorited .#{$button} {
789
- --#{$button}--m-plain--Color: var(--#{$table}__favorite--m-favorited--c-button--Color);
789
+ --#{$button}--m-plain__icon--Color: var(--#{$table}__favorite--m-favorited--c-button--Color);
790
790
 
791
791
  &:is(:hover, :focus) {
792
- --#{$button}--m-plain--hover--Color: var(--#{$table}__favorite--m-favorited--c-button--Color);
792
+ --#{$button}--hover__icon--Color: var(--#{$table}__favorite--m-favorited--c-button--Color);
793
793
  }
794
794
  }
795
795
  }
@@ -16770,10 +16770,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
16770
16770
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
16771
16771
  }
16772
16772
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
16773
- --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
16773
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
16774
16774
  }
16775
16775
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
16776
- --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
16776
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
16777
16777
  }
16778
16778
 
16779
16779
  .pf-v6-c-table__draggable .pf-v6-c-button {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.204",
4
+ "version": "6.0.0-alpha.205",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -22833,10 +22833,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22833
22833
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
22834
22834
  }
22835
22835
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
22836
- --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22836
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22837
22837
  }
22838
22838
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
22839
- --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22839
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22840
22840
  }
22841
22841
 
22842
22842
  .pf-v6-c-table__draggable .pf-v6-c-button {
package/patternfly.css CHANGED
@@ -22954,10 +22954,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22954
22954
  --pf-v6-c-button--FontSize: var(--pf-v6-c-table__favorite--c-button--FontSize);
22955
22955
  }
22956
22956
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button {
22957
- --pf-v6-c-button--m-plain--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22957
+ --pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22958
22958
  }
22959
22959
  .pf-v6-c-table__favorite.pf-m-favorited .pf-v6-c-button:is(:hover, :focus) {
22960
- --pf-v6-c-button--m-plain--hover--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22960
+ --pf-v6-c-button--hover__icon--Color: var(--pf-v6-c-table__favorite--m-favorited--c-button--Color);
22961
22961
  }
22962
22962
 
22963
22963
  .pf-v6-c-table__draggable .pf-v6-c-button {