@patternfly/patternfly 6.0.0-alpha.11 → 6.0.0-alpha.12
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/Table/table.css +1 -11
- package/components/Table/table.scss +1 -11
- package/package.json +1 -1
- package/patternfly-no-globals.css +1 -11
- package/patternfly-theme-dark-unversioned.css +1 -11
- package/patternfly.css +1 -11
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -220,7 +220,6 @@
|
|
|
220
220
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
221
221
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
222
222
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
223
|
-
--pf-v5-c-table__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
224
223
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
225
224
|
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
226
225
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
@@ -518,18 +517,9 @@
|
|
|
518
517
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
519
518
|
border-block-end-color: transparent;
|
|
520
519
|
}
|
|
521
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
522
|
-
position: relative;
|
|
523
|
-
}
|
|
524
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
|
|
525
|
-
position: absolute;
|
|
526
|
-
inset: 0;
|
|
527
|
-
content: "";
|
|
528
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
529
|
-
border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
|
|
530
|
-
}
|
|
531
520
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
532
521
|
cursor: pointer;
|
|
522
|
+
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
533
523
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
534
524
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
535
525
|
}
|
|
@@ -252,7 +252,6 @@
|
|
|
252
252
|
--#{$table}__tr--m-clickable--BoxShadow--top: var(--#{$table}__tr--BoxShadow--top--base);
|
|
253
253
|
--#{$table}__tr--m-clickable--BackgroundColor: transparent;
|
|
254
254
|
--#{$table}__tr--m-clickable--BoxShadow: none;
|
|
255
|
-
--#{$table}__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
256
255
|
--#{$table}__tr--m-clickable--OutlineOffset: calc(-1 * var(--#{$pf-global}--spacer--xs));
|
|
257
256
|
|
|
258
257
|
// TODO Shadow tokens START HERE AGAIN
|
|
@@ -690,18 +689,9 @@
|
|
|
690
689
|
|
|
691
690
|
// tr clickable
|
|
692
691
|
tr:where(.#{$table}__tr) {
|
|
693
|
-
position: relative;
|
|
694
|
-
|
|
695
|
-
&::before {
|
|
696
|
-
position: absolute;
|
|
697
|
-
inset:0;
|
|
698
|
-
content: "";
|
|
699
|
-
background-color: var(--#{$table}__tr--m-clickable--BackgroundColor);
|
|
700
|
-
border-radius: var(--#{$table}__tr--m-clickable--BorderRadius);
|
|
701
|
-
}
|
|
702
|
-
|
|
703
692
|
&.pf-m-clickable {
|
|
704
693
|
cursor: pointer;
|
|
694
|
+
background-color: var(--#{$table}__tr--m-clickable--BackgroundColor);
|
|
705
695
|
outline-offset: var(--#{$table}__tr--m-clickable--OutlineOffset);
|
|
706
696
|
box-shadow: var(--#{$table}__tr--m-clickable--BoxShadow);
|
|
707
697
|
|
package/package.json
CHANGED
|
@@ -27609,7 +27609,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27609
27609
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
27610
27610
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
27611
27611
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
27612
|
-
--pf-v5-c-table__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
27613
27612
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
27614
27613
|
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
27615
27614
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
@@ -27907,18 +27906,9 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27907
27906
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
27908
27907
|
border-block-end-color: transparent;
|
|
27909
27908
|
}
|
|
27910
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
27911
|
-
position: relative;
|
|
27912
|
-
}
|
|
27913
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
|
|
27914
|
-
position: absolute;
|
|
27915
|
-
inset: 0;
|
|
27916
|
-
content: "";
|
|
27917
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
27918
|
-
border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
|
|
27919
|
-
}
|
|
27920
27909
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
27921
27910
|
cursor: pointer;
|
|
27911
|
+
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
27922
27912
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
27923
27913
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
27924
27914
|
}
|
|
@@ -27725,7 +27725,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27725
27725
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
27726
27726
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
27727
27727
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
27728
|
-
--pf-v5-c-table__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
27729
27728
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
27730
27729
|
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
27731
27730
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
@@ -28023,18 +28022,9 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
28023
28022
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
28024
28023
|
border-block-end-color: transparent;
|
|
28025
28024
|
}
|
|
28026
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
28027
|
-
position: relative;
|
|
28028
|
-
}
|
|
28029
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
|
|
28030
|
-
position: absolute;
|
|
28031
|
-
inset: 0;
|
|
28032
|
-
content: "";
|
|
28033
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
28034
|
-
border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
|
|
28035
|
-
}
|
|
28036
28025
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
28037
28026
|
cursor: pointer;
|
|
28027
|
+
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
28038
28028
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
28039
28029
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
28040
28030
|
}
|
package/patternfly.css
CHANGED
|
@@ -27725,7 +27725,6 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
27725
27725
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
27726
27726
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
27727
27727
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
|
27728
|
-
--pf-v5-c-table__tr--m-clickable--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
27729
27728
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
27730
27729
|
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
27731
27730
|
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
@@ -28023,18 +28022,9 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
28023
28022
|
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
28024
28023
|
border-block-end-color: transparent;
|
|
28025
28024
|
}
|
|
28026
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr) {
|
|
28027
|
-
position: relative;
|
|
28028
|
-
}
|
|
28029
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr)::before {
|
|
28030
|
-
position: absolute;
|
|
28031
|
-
inset: 0;
|
|
28032
|
-
content: "";
|
|
28033
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
28034
|
-
border-radius: var(--pf-v5-c-table__tr--m-clickable--BorderRadius);
|
|
28035
|
-
}
|
|
28036
28025
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
28037
28026
|
cursor: pointer;
|
|
28027
|
+
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
28038
28028
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
28039
28029
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
28040
28030
|
}
|