@patternfly/patternfly 6.0.0-alpha.168 → 6.0.0-alpha.169
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/components/Switch/switch.css +0 -6
- package/components/Switch/switch.scss +0 -8
- package/components/Truncate/truncate.css +1 -1
- package/components/Truncate/truncate.scss +1 -1
- package/components/_index.css +1 -7
- package/docs/components/Switch/examples/Switch.md +33 -148
- package/docs/demos/DataList/examples/DataList.md +2560 -2634
- package/docs/demos/Table/examples/Table.md +8321 -8680
- package/package.json +1 -1
- package/patternfly-no-globals.css +1 -7
- package/patternfly.css +1 -7
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/package.json
CHANGED
|
@@ -20770,18 +20770,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
20770
20770
|
transform: translate(calc(var(--pf-v6-c-switch__input--checked__toggle--before--TranslateX) * var(--pf-v6-global--inverse--multiplier)), -50%);
|
|
20771
20771
|
}
|
|
20772
20772
|
|
|
20773
|
-
.pf-v6-c-switch__input:checked ~ .pf-m-off {
|
|
20774
|
-
display: none;
|
|
20775
|
-
}
|
|
20776
20773
|
.pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__label {
|
|
20777
20774
|
color: var(--pf-v6-c-switch__input--not-checked__label--Color);
|
|
20778
20775
|
}
|
|
20779
20776
|
.pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__toggle .pf-v6-c-switch__toggle-icon {
|
|
20780
20777
|
display: none;
|
|
20781
20778
|
}
|
|
20782
|
-
.pf-v6-c-switch__input:not(:checked) ~ .pf-m-on {
|
|
20783
|
-
display: none;
|
|
20784
|
-
}
|
|
20785
20779
|
.pf-v6-c-switch__input:disabled {
|
|
20786
20780
|
cursor: not-allowed;
|
|
20787
20781
|
}
|
|
@@ -27941,7 +27935,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
27941
27935
|
.pf-v6-c-truncate__end {
|
|
27942
27936
|
overflow: hidden;
|
|
27943
27937
|
text-overflow: ellipsis;
|
|
27944
|
-
white-space:
|
|
27938
|
+
white-space: pre;
|
|
27945
27939
|
}
|
|
27946
27940
|
|
|
27947
27941
|
.pf-v6-c-truncate__start {
|
package/patternfly.css
CHANGED
|
@@ -20891,18 +20891,12 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
20891
20891
|
transform: translate(calc(var(--pf-v6-c-switch__input--checked__toggle--before--TranslateX) * var(--pf-v6-global--inverse--multiplier)), -50%);
|
|
20892
20892
|
}
|
|
20893
20893
|
|
|
20894
|
-
.pf-v6-c-switch__input:checked ~ .pf-m-off {
|
|
20895
|
-
display: none;
|
|
20896
|
-
}
|
|
20897
20894
|
.pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__label {
|
|
20898
20895
|
color: var(--pf-v6-c-switch__input--not-checked__label--Color);
|
|
20899
20896
|
}
|
|
20900
20897
|
.pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__toggle .pf-v6-c-switch__toggle-icon {
|
|
20901
20898
|
display: none;
|
|
20902
20899
|
}
|
|
20903
|
-
.pf-v6-c-switch__input:not(:checked) ~ .pf-m-on {
|
|
20904
|
-
display: none;
|
|
20905
|
-
}
|
|
20906
20900
|
.pf-v6-c-switch__input:disabled {
|
|
20907
20901
|
cursor: not-allowed;
|
|
20908
20902
|
}
|
|
@@ -28062,7 +28056,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28062
28056
|
.pf-v6-c-truncate__end {
|
|
28063
28057
|
overflow: hidden;
|
|
28064
28058
|
text-overflow: ellipsis;
|
|
28065
|
-
white-space:
|
|
28059
|
+
white-space: pre;
|
|
28066
28060
|
}
|
|
28067
28061
|
|
|
28068
28062
|
.pf-v6-c-truncate__start {
|