@patternfly/patternfly 6.0.0-alpha.105 → 6.0.0-alpha.106

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/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.105",
4
+ "version": "6.0.0-alpha.106",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -18540,6 +18540,10 @@ label.pf-v6-c-input-group__text {
18540
18540
  --pf-v6-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
18541
18541
  --pf-v6-c-label--m-editable--m-editable-active--Color: var(--pf-t--global--text--color--regular);
18542
18542
  --pf-v6-c-label--m-editable--m-editable-active__content--Cursor: initial;
18543
+ --pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
18544
+ --pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
18545
+ --pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
18546
+ --pf-v6-c-label--m-disabled--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
18543
18547
  }
18544
18548
 
18545
18549
  .pf-v6-c-label {
@@ -18774,6 +18778,16 @@ label.pf-v6-c-input-group__text {
18774
18778
  .pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) ~ .pf-v6-c-label__actions .pf-v6-c-button {
18775
18779
  --pf-v6-c-label--m-filled__actions--c-button--Color: var(--pf-v6-c-label--m-clickable--hover__icon--Color);
18776
18780
  }
18781
+ .pf-v6-c-label.pf-m-disabled {
18782
+ --pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-disabled--BackgroundColor);
18783
+ --pf-v6-c-label--Color: var(--pf-v6-c-label--m-disabled--Color);
18784
+ --pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-disabled__icon--Color);
18785
+ --pf-v6-c-label--BorderWidth: 0;
18786
+ pointer-events: none;
18787
+ }
18788
+ .pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
18789
+ --pf-v6-c-button--m-plain--disabled--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled--Color);
18790
+ }
18777
18791
 
18778
18792
  .pf-v6-c-label,
18779
18793
  .pf-v6-c-label__content {
@@ -18657,6 +18657,10 @@ label.pf-v6-c-input-group__text {
18657
18657
  --pf-v6-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
18658
18658
  --pf-v6-c-label--m-editable--m-editable-active--Color: var(--pf-t--global--text--color--regular);
18659
18659
  --pf-v6-c-label--m-editable--m-editable-active__content--Cursor: initial;
18660
+ --pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
18661
+ --pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
18662
+ --pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
18663
+ --pf-v6-c-label--m-disabled--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
18660
18664
  }
18661
18665
 
18662
18666
  .pf-v6-c-label {
@@ -18891,6 +18895,16 @@ label.pf-v6-c-input-group__text {
18891
18895
  .pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) ~ .pf-v6-c-label__actions .pf-v6-c-button {
18892
18896
  --pf-v6-c-label--m-filled__actions--c-button--Color: var(--pf-v6-c-label--m-clickable--hover__icon--Color);
18893
18897
  }
18898
+ .pf-v6-c-label.pf-m-disabled {
18899
+ --pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-disabled--BackgroundColor);
18900
+ --pf-v6-c-label--Color: var(--pf-v6-c-label--m-disabled--Color);
18901
+ --pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-disabled__icon--Color);
18902
+ --pf-v6-c-label--BorderWidth: 0;
18903
+ pointer-events: none;
18904
+ }
18905
+ .pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
18906
+ --pf-v6-c-button--m-plain--disabled--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled--Color);
18907
+ }
18894
18908
 
18895
18909
  .pf-v6-c-label,
18896
18910
  .pf-v6-c-label__content {
package/patternfly.css CHANGED
@@ -18657,6 +18657,10 @@ label.pf-v6-c-input-group__text {
18657
18657
  --pf-v6-c-label--m-editable--m-editable-active--BackgroundColor: transparent;
18658
18658
  --pf-v6-c-label--m-editable--m-editable-active--Color: var(--pf-t--global--text--color--regular);
18659
18659
  --pf-v6-c-label--m-editable--m-editable-active__content--Cursor: initial;
18660
+ --pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
18661
+ --pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
18662
+ --pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
18663
+ --pf-v6-c-label--m-disabled--c-button--disabled--Color: var(--pf-t--global--text--color--on-disabled);
18660
18664
  }
18661
18665
 
18662
18666
  .pf-v6-c-label {
@@ -18891,6 +18895,16 @@ label.pf-v6-c-input-group__text {
18891
18895
  .pf-v6-c-label.pf-m-clickable .pf-v6-c-label__content:is(:hover, :focus) ~ .pf-v6-c-label__actions .pf-v6-c-button {
18892
18896
  --pf-v6-c-label--m-filled__actions--c-button--Color: var(--pf-v6-c-label--m-clickable--hover__icon--Color);
18893
18897
  }
18898
+ .pf-v6-c-label.pf-m-disabled {
18899
+ --pf-v6-c-label--BackgroundColor: var(--pf-v6-c-label--m-disabled--BackgroundColor);
18900
+ --pf-v6-c-label--Color: var(--pf-v6-c-label--m-disabled--Color);
18901
+ --pf-v6-c-label__icon--Color: var(--pf-v6-c-label--m-disabled__icon--Color);
18902
+ --pf-v6-c-label--BorderWidth: 0;
18903
+ pointer-events: none;
18904
+ }
18905
+ .pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
18906
+ --pf-v6-c-button--m-plain--disabled--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled--Color);
18907
+ }
18894
18908
 
18895
18909
  .pf-v6-c-label,
18896
18910
  .pf-v6-c-label__content {