@patternfly/patternfly 6.6.0-prerelease.9 → 6.6.1
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/README.md +1 -1
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatDisplay/RedHatDisplayVF.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatMono/RedHatMonoVF.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF-Italic.woff2 +0 -0
- package/assets/fonts/RedHatText/RedHatTextVF.woff2 +0 -0
- package/base/patternfly-fonts.css +4 -4
- package/base/patternfly-fonts.scss +4 -4
- package/base/patternfly-variables.css +6 -6
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +4 -4
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +1 -1
- package/base/tokens/tokens-glass.scss +1 -1
- package/base/tokens/tokens-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-highcontrast.scss +4 -4
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +3 -3
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert.css +8 -7
- package/components/Alert/alert.scss +8 -7
- package/components/Banner/banner.css +7 -0
- package/components/Banner/banner.scss +7 -0
- package/components/Breadcrumb/breadcrumb.css +3 -3
- package/components/Breadcrumb/breadcrumb.scss +3 -3
- package/components/Button/button.css +15 -1
- package/components/Button/button.scss +17 -1
- package/components/Card/card.css +4 -4
- package/components/Card/card.scss +4 -4
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/DataList/data-list.css +5 -5
- package/components/DataList/data-list.scss +5 -5
- package/components/DragDrop/drag-drop.css +4 -0
- package/components/DragDrop/drag-drop.scss +4 -0
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Menu/menu.css +2 -2
- package/components/Menu/menu.scss +3 -3
- package/components/ModalBox/modal-box.css +4 -4
- package/components/ModalBox/modal-box.scss +5 -5
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Page/page.css +7 -5
- package/components/Page/page.scss +9 -8
- package/components/Pagination/pagination.css +12 -7
- package/components/Pagination/pagination.scss +15 -12
- package/components/Panel/panel.css +1 -1
- package/components/Panel/panel.scss +2 -2
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +1 -1
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Table/table-tree-view.css +3 -0
- package/components/Table/table-tree-view.scss +2 -0
- package/components/Table/table.css +28 -21
- package/components/Table/table.scss +39 -30
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +7 -7
- package/components/TreeView/tree-view.scss +7 -7
- package/components/Wizard/wizard.css +3 -3
- package/components/Wizard/wizard.scss +3 -3
- package/components/_index.css +131 -88
- package/docs/components/DualListSelector/examples/DualListSelector.md +85 -85
- package/docs/components/InputGroup/examples/InputGroup.md +1 -1
- package/docs/components/Pagination/examples/Pagination.md +111 -273
- package/docs/components/Table/examples/Table.md +25 -18
- package/docs/components/Toolbar/examples/Toolbar.md +16 -16
- package/docs/components/TreeView/examples/TreeView.md +100 -100
- package/docs/demos/CardView/examples/CardView.md +12 -12
- package/docs/demos/Compass/examples/Compass.md +16 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +27 -30
- package/docs/demos/DataList/examples/DataList.md +48 -48
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +2568 -5014
- package/docs/demos/Table/examples/Table.md +160 -160
- package/docs/demos/Toolbar/examples/Toolbar.md +36 -36
- package/package.json +2 -2
- package/patternfly-base-no-globals.css +10 -10
- package/patternfly-base.css +10 -10
- package/patternfly-no-globals.css +141 -98
- package/patternfly.css +141 -98
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
--pf-v6-c-pagination--m-sticky-stuck--BoxShadow: var(--pf-v6-c-pagination--m-sticky--BoxShadow);
|
|
34
34
|
--pf-v6-c-pagination--m-sticky-stuck--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
35
35
|
--pf-v6-c-pagination--m-sticky--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
|
|
36
|
-
--pf-v6-c-pagination--m-bottom--BackgroundColor: var(--pf-t--global--background--color--
|
|
36
|
+
--pf-v6-c-pagination--m-bottom--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
37
|
+
--pf-v6-c-pagination--m-bottom--BorderRadius: 0;
|
|
37
38
|
--pf-v6-c-pagination--m-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
38
39
|
--pf-v6-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
39
40
|
--pf-v6-c-pagination--m-bottom--InsetBlockEnd: 0;
|
|
@@ -47,6 +48,8 @@
|
|
|
47
48
|
--pf-v6-c-pagination--m-bottom--m-static--PaddingBlockEnd: 0;
|
|
48
49
|
--pf-v6-c-pagination--m-bottom--m-static--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
49
50
|
--pf-v6-c-pagination--m-bottom--m-static--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
51
|
+
--pf-v6-c-pagination--m-bottom--m-static--BorderRadius: 0;
|
|
52
|
+
--pf-v6-c-pagination--m-bottom--m-static--BackgroundColor: transparent;
|
|
50
53
|
--pf-v6-c-pagination--m-bottom--m-sticky-base--InsetBlockEnd: 0;
|
|
51
54
|
}
|
|
52
55
|
:where(:root.pf-v6-theme-glass) .pf-v6-c-pagination {
|
|
@@ -54,6 +57,9 @@
|
|
|
54
57
|
--pf-v6-c-pagination--m-sticky-stuck--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
55
58
|
--pf-v6-c-pagination--m-sticky--BorderRadius: var(--pf-v6-c-pagination--m-sticky--BorderRadius--glass);
|
|
56
59
|
--pf-v6-c-pagination--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
60
|
+
--pf-v6-c-pagination--m-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
61
|
+
--pf-v6-c-pagination--m-bottom--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
62
|
+
--pf-v6-c-pagination--m-bottom--BorderRadius: var(--pf-v6-c-pagination--m-sticky--BorderRadius--glass);
|
|
57
63
|
}
|
|
58
64
|
.pf-v6-c-pagination {
|
|
59
65
|
--pf-v6-c-pagination__page-menu--Display--base: block;
|
|
@@ -65,6 +71,7 @@
|
|
|
65
71
|
}
|
|
66
72
|
@media screen and (min-width: 48rem) {
|
|
67
73
|
.pf-v6-c-pagination {
|
|
74
|
+
--pf-v6-c-pagination--m-bottom--BackgroundColor: transparent;
|
|
68
75
|
--pf-v6-c-pagination--m-bottom--BoxShadow: none;
|
|
69
76
|
--pf-v6-c-pagination--m-bottom--BorderBlockStartWidth: 0;
|
|
70
77
|
--pf-v6-c-pagination__page-menu--Display: var(--pf-v6-c-pagination__page-menu--md--Display);
|
|
@@ -90,9 +97,6 @@
|
|
|
90
97
|
border-block-start-width: var(--pf-v6-c-pagination--BorderBlockStartWidth);
|
|
91
98
|
border-block-end-width: var(--pf-v6-c-pagination--BorderBlockEndWidth);
|
|
92
99
|
}
|
|
93
|
-
:where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-pagination.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-pagination:not(.pf-m-no-plain-on-glass) {
|
|
94
|
-
--pf-v6-c-pagination--m-bottom--BackgroundColor: transparent;
|
|
95
|
-
}
|
|
96
100
|
.pf-v6-c-pagination .pf-v6-c-pagination__page-menu {
|
|
97
101
|
display: var(--pf-v6-c-pagination__page-menu--Display);
|
|
98
102
|
}
|
|
@@ -108,11 +112,9 @@
|
|
|
108
112
|
padding-inline-start: var(--pf-v6-c-pagination--m-bottom--m-sticky--PaddingInlineStart);
|
|
109
113
|
padding-inline-end: var(--pf-v6-c-pagination--m-bottom--m-sticky--PaddingInlineEnd);
|
|
110
114
|
background-color: var(--pf-v6-c-pagination--m-bottom--BackgroundColor);
|
|
115
|
+
border-radius: var(--pf-v6-c-pagination--m-bottom--BorderRadius);
|
|
111
116
|
box-shadow: var(--pf-v6-c-pagination--m-bottom--BoxShadow);
|
|
112
117
|
}
|
|
113
|
-
:where(:root.pf-v6-theme-glass) .pf-v6-c-pagination.pf-m-bottom.pf-m-sticky-base:not(.pf-m-sticky-stuck) {
|
|
114
|
-
--pf-v6-c-pagination--m-bottom--BackgroundColor: transparent;
|
|
115
|
-
}
|
|
116
118
|
.pf-v6-c-pagination.pf-m-bottom .pf-v6-c-pagination__nav-control.pf-m-first,
|
|
117
119
|
.pf-v6-c-pagination.pf-m-bottom .pf-v6-c-pagination__nav-control.pf-m-last,
|
|
118
120
|
.pf-v6-c-pagination.pf-m-bottom .pf-v6-c-pagination__nav-page-select {
|
|
@@ -131,6 +133,7 @@
|
|
|
131
133
|
.pf-v6-c-pagination.pf-m-bottom {
|
|
132
134
|
--pf-v6-c-pagination--m-bottom--MarginBlockStart: 0;
|
|
133
135
|
--pf-v6-c-pagination--m-bottom--InsetBlockEnd: auto;
|
|
136
|
+
--pf-v6-c-pagination--m-bottom--BorderRadius: var(--pf-v6-c-pagination--m-bottom--m-static--BorderRadius);
|
|
134
137
|
position: relative;
|
|
135
138
|
justify-content: flex-end;
|
|
136
139
|
padding-block-start: var(--pf-v6-c-pagination--m-bottom--m-static--PaddingBlockStart);
|
|
@@ -155,12 +158,14 @@
|
|
|
155
158
|
}
|
|
156
159
|
}
|
|
157
160
|
.pf-v6-c-pagination.pf-m-static {
|
|
161
|
+
--pf-v6-c-pagination--m-bottom--BackgroundColor: var(--pf-v6-c-pagination--m-bottom--m-static--BackgroundColor);
|
|
158
162
|
position: relative;
|
|
159
163
|
padding-block-start: var(--pf-v6-c-pagination--m-bottom--m-static--PaddingBlockStart);
|
|
160
164
|
padding-block-end: var(--pf-v6-c-pagination--m-bottom--m-static--PaddingBlockEnd);
|
|
161
165
|
padding-inline-start: var(--pf-v6-c-pagination--m-bottom--m-static--PaddingInlineStart);
|
|
162
166
|
padding-inline-end: var(--pf-v6-c-pagination--m-bottom--m-static--PaddingInlineEnd);
|
|
163
167
|
border: 0;
|
|
168
|
+
border-radius: var(--pf-v6-c-pagination--m-bottom--m-static--BorderRadius);
|
|
164
169
|
box-shadow: none;
|
|
165
170
|
}
|
|
166
171
|
.pf-v6-c-pagination.pf-m-sticky {
|
|
@@ -50,7 +50,8 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
50
50
|
--#{$pagination}--m-sticky--BorderRadius--glass: var(--pf-t--global--border--radius--medium);
|
|
51
51
|
|
|
52
52
|
// bottom
|
|
53
|
-
--#{$pagination}--m-bottom--BackgroundColor: var(--pf-t--global--background--color--
|
|
53
|
+
--#{$pagination}--m-bottom--BackgroundColor: var(--pf-t--global--background--color--sticky--default);
|
|
54
|
+
--#{$pagination}--m-bottom--BorderRadius: 0;
|
|
54
55
|
--#{$pagination}--m-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
55
56
|
--#{$pagination}--m-bottom--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm--top);
|
|
56
57
|
--#{$pagination}--m-bottom--InsetBlockEnd: 0;
|
|
@@ -64,6 +65,8 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
64
65
|
--#{$pagination}--m-bottom--m-static--PaddingBlockEnd: 0;
|
|
65
66
|
--#{$pagination}--m-bottom--m-static--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
66
67
|
--#{$pagination}--m-bottom--m-static--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
68
|
+
--#{$pagination}--m-bottom--m-static--BorderRadius: 0;
|
|
69
|
+
--#{$pagination}--m-bottom--m-static--BackgroundColor: transparent;
|
|
67
70
|
--#{$pagination}--m-bottom--m-sticky-base--InsetBlockEnd: 0;
|
|
68
71
|
|
|
69
72
|
:where(:root.pf-v6-theme-glass) & {
|
|
@@ -71,6 +74,9 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
71
74
|
--#{$pagination}--m-sticky-stuck--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
72
75
|
--#{$pagination}--m-sticky--BorderRadius: var(--#{$pagination}--m-sticky--BorderRadius--glass);
|
|
73
76
|
--#{$pagination}--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
77
|
+
--#{$pagination}--m-bottom--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
78
|
+
--#{$pagination}--m-bottom--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--sm);
|
|
79
|
+
--#{$pagination}--m-bottom--BorderRadius: var(--#{$pagination}--m-sticky--BorderRadius--glass);
|
|
74
80
|
}
|
|
75
81
|
|
|
76
82
|
// page menu
|
|
@@ -82,6 +88,7 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
82
88
|
--#{$pagination}__page-menu--md--Display: var(--#{$pagination}__page-menu--Display--base);
|
|
83
89
|
|
|
84
90
|
@media screen and (min-width: $pf-v6-global--breakpoint--md) {
|
|
91
|
+
--#{$pagination}--m-bottom--BackgroundColor: transparent;
|
|
85
92
|
--#{$pagination}--m-bottom--BoxShadow: none;
|
|
86
93
|
--#{$pagination}--m-bottom--BorderBlockStartWidth: 0;
|
|
87
94
|
--#{$pagination}__page-menu--Display: var(--#{$pagination}__page-menu--md--Display);
|
|
@@ -106,11 +113,6 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
106
113
|
border-block-start-width: var(--#{$pagination}--BorderBlockStartWidth);
|
|
107
114
|
border-block-end-width: var(--#{$pagination}--BorderBlockEndWidth);
|
|
108
115
|
|
|
109
|
-
:where(:root:not(.pf-v6-theme-glass)) &.pf-m-plain,
|
|
110
|
-
:where(:root.pf-v6-theme-glass) &:not(.pf-m-no-plain-on-glass) {
|
|
111
|
-
--#{$pagination}--m-bottom--BackgroundColor: transparent;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
116
|
.#{$pagination}__page-menu {
|
|
115
117
|
display: var(--#{$pagination}__page-menu--Display);
|
|
116
118
|
}
|
|
@@ -128,12 +130,9 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
128
130
|
padding-inline-start: var(--#{$pagination}--m-bottom--m-sticky--PaddingInlineStart);
|
|
129
131
|
padding-inline-end: var(--#{$pagination}--m-bottom--m-sticky--PaddingInlineEnd);
|
|
130
132
|
background-color: var(--#{$pagination}--m-bottom--BackgroundColor);
|
|
133
|
+
border-radius: var(--#{$pagination}--m-bottom--BorderRadius);
|
|
131
134
|
box-shadow: var(--#{$pagination}--m-bottom--BoxShadow);
|
|
132
135
|
|
|
133
|
-
:where(:root.pf-v6-theme-glass) &.pf-m-sticky-base:not(.pf-m-sticky-stuck) {
|
|
134
|
-
--#{$pagination}--m-bottom--BackgroundColor: transparent;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
136
|
.#{$pagination}__nav-control.pf-m-first,
|
|
138
137
|
.#{$pagination}__nav-control.pf-m-last,
|
|
139
138
|
.#{$pagination}__nav-page-select {
|
|
@@ -154,6 +153,7 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
154
153
|
@media screen and (min-width: $pf-v6-global--breakpoint--md) {
|
|
155
154
|
--#{$pagination}--m-bottom--MarginBlockStart: 0;
|
|
156
155
|
--#{$pagination}--m-bottom--InsetBlockEnd: auto;
|
|
156
|
+
--#{$pagination}--m-bottom--BorderRadius: var(--#{$pagination}--m-bottom--m-static--BorderRadius);
|
|
157
157
|
|
|
158
158
|
position: relative;
|
|
159
159
|
justify-content: flex-end;
|
|
@@ -161,7 +161,7 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
161
161
|
padding-block-end: var(--#{$pagination}--m-bottom--m-static--PaddingBlockEnd);
|
|
162
162
|
padding-inline-start: var(--#{$pagination}--m-bottom--m-static--PaddingInlineStart);
|
|
163
163
|
padding-inline-end: var(--#{$pagination}--m-bottom--m-static--PaddingInlineEnd);
|
|
164
|
-
|
|
164
|
+
|
|
165
165
|
.#{$pagination}__nav-control.pf-m-first,
|
|
166
166
|
.#{$pagination}__nav-control.pf-m-last,
|
|
167
167
|
.#{$pagination}__nav-page-select {
|
|
@@ -184,15 +184,18 @@ $pf-v6-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
&.pf-m-static {
|
|
187
|
+
--#{$pagination}--m-bottom--BackgroundColor: var(--#{$pagination}--m-bottom--m-static--BackgroundColor);
|
|
188
|
+
|
|
187
189
|
position: relative;
|
|
188
190
|
padding-block-start: var(--#{$pagination}--m-bottom--m-static--PaddingBlockStart);
|
|
189
191
|
padding-block-end: var(--#{$pagination}--m-bottom--m-static--PaddingBlockEnd);
|
|
190
192
|
padding-inline-start: var(--#{$pagination}--m-bottom--m-static--PaddingInlineStart);
|
|
191
193
|
padding-inline-end: var(--#{$pagination}--m-bottom--m-static--PaddingInlineEnd);
|
|
192
194
|
border: 0;
|
|
195
|
+
border-radius: var(--#{$pagination}--m-bottom--m-static--BorderRadius);
|
|
193
196
|
box-shadow: none;
|
|
194
197
|
}
|
|
195
|
-
|
|
198
|
+
|
|
196
199
|
&.pf-m-sticky {
|
|
197
200
|
--#{$pagination}--m-bottom--InsetBlockEnd: 0;
|
|
198
201
|
--#{$pagination}--BorderBlockEndWidth: var(--#{$pagination}--m-sticky--BorderBlockEndWidth);
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--pf-v6-c-panel--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
6
6
|
--pf-v6-c-panel--BoxShadow: none;
|
|
7
7
|
--pf-v6-c-panel--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
8
|
-
--pf-v6-c-panel--before--BorderWidth:
|
|
8
|
+
--pf-v6-c-panel--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
9
9
|
--pf-v6-c-panel--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
10
10
|
--pf-v6-c-panel--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11
11
|
--pf-v6-c-panel--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
--#{$panel}--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
10
10
|
|
|
11
11
|
// border
|
|
12
|
-
--#{$panel}--before--BorderWidth:
|
|
12
|
+
--#{$panel}--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
13
13
|
--#{$panel}--before--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
14
14
|
|
|
15
15
|
// secondary modifier
|
|
16
16
|
--#{$panel}--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
17
|
-
--#{$panel}--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
17
|
+
--#{$panel}--m-secondary--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular); // TODO - remove in a breaking change
|
|
18
18
|
|
|
19
19
|
// bordered
|
|
20
20
|
--#{$panel}--m-bordered--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
--pf-v6-c-popover__arrow--m-inline-bottom--InsetBlockEnd: var(--pf-t--global--border--radius--medium);
|
|
38
38
|
--pf-v6-c-popover__arrow--m-block-left--InsetInlineStart: var(--pf-t--global--border--radius--medium);
|
|
39
39
|
--pf-v6-c-popover__arrow--m-block-right--InsetInlineEnd: var(--pf-t--global--border--radius--medium);
|
|
40
|
-
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--
|
|
40
|
+
--pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--plain));
|
|
41
41
|
--pf-v6-c-popover__close--InsetInlineEnd: var(--pf-v6-c-popover__content--PaddingInlineEnd);
|
|
42
42
|
--pf-v6-c-popover__close--sibling--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
|
|
43
43
|
--pf-v6-c-popover__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
--#{$popover}__arrow--m-block-right--InsetInlineEnd: var(--pf-t--global--border--radius--medium);
|
|
50
50
|
|
|
51
51
|
// Close
|
|
52
|
-
--#{$popover}__close--InsetBlockStart: calc(var(--#{$popover}__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--
|
|
52
|
+
--#{$popover}__close--InsetBlockStart: calc(var(--#{$popover}__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--plain)); // align top of button with top of text
|
|
53
53
|
--#{$popover}__close--InsetInlineEnd: var(--#{$popover}__content--PaddingInlineEnd); // align right of content
|
|
54
54
|
--#{$popover}__close--sibling--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
|
|
55
55
|
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
|
|
131
131
|
.pf-v6-c-progress__description {
|
|
132
132
|
grid-column: 1/2;
|
|
133
|
-
overflow-wrap:
|
|
133
|
+
overflow-wrap: anywhere;
|
|
134
134
|
}
|
|
135
135
|
.pf-v6-c-progress__description.pf-m-truncate {
|
|
136
136
|
overflow: hidden;
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
align-items: flex-start;
|
|
147
147
|
justify-content: flex-end;
|
|
148
148
|
text-align: end;
|
|
149
|
-
overflow-wrap:
|
|
149
|
+
overflow-wrap: anywhere;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.pf-v6-c-progress__status-icon {
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
// the progress__description is displayed above the progress bar on the left
|
|
164
164
|
.#{$progress}__description {
|
|
165
165
|
grid-column: 1 / 2;
|
|
166
|
-
overflow-wrap:
|
|
166
|
+
overflow-wrap: anywhere;
|
|
167
167
|
|
|
168
168
|
&.pf-m-truncate {
|
|
169
169
|
@include pf-v6-text-overflow;
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
align-items: flex-start;
|
|
180
180
|
justify-content: flex-end;
|
|
181
181
|
text-align: end;
|
|
182
|
-
overflow-wrap:
|
|
182
|
+
overflow-wrap: anywhere;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
// the progress__status-icon is an icon displayed always in the upper right
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
--pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
.pf-v6-c-table.pf-m-tree-view {
|
|
20
|
+
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
21
|
+
}
|
|
19
22
|
.pf-v6-c-table.pf-m-tree-view > tbody > tr {
|
|
20
23
|
--pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
|
|
21
24
|
}
|
|
@@ -37,6 +37,8 @@ $pf-v6-c-tree-view--MaxDepth: 10;
|
|
|
37
37
|
|
|
38
38
|
// - Table tree view
|
|
39
39
|
.#{$table}.pf-m-tree-view {
|
|
40
|
+
--#{$table}__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
|
|
41
|
+
|
|
40
42
|
> tbody > tr {
|
|
41
43
|
--#{$table}--m-tree-view__toggle--InsetInlineStart: var(--#{$table}__tree-view-main--PaddingInlineStart);
|
|
42
44
|
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
55
55
|
--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
56
56
|
--pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: -180deg;
|
|
57
|
-
--pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
58
|
-
--pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
57
|
+
--pf-v6-c-table__button--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
58
|
+
--pf-v6-c-table__button--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
59
59
|
--pf-v6-c-table__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
60
60
|
--pf-v6-c-table__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
61
61
|
--pf-v6-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
--pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
156
156
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
|
|
157
157
|
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
|
|
158
|
-
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex:
|
|
158
|
+
--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: initial;
|
|
159
159
|
--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
160
160
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
161
161
|
--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -198,16 +198,13 @@
|
|
|
198
198
|
.pf-v6-c-table.pf-m-fixed {
|
|
199
199
|
table-layout: fixed;
|
|
200
200
|
}
|
|
201
|
-
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::
|
|
201
|
+
.pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
202
202
|
opacity: 0;
|
|
203
203
|
transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
204
204
|
transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
|
|
205
205
|
transition-property: opacity;
|
|
206
206
|
}
|
|
207
|
-
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
|
|
208
|
-
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
209
|
-
}
|
|
210
|
-
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
|
|
207
|
+
.pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
211
208
|
opacity: 1;
|
|
212
209
|
}
|
|
213
210
|
.pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
|
|
@@ -218,27 +215,39 @@
|
|
|
218
215
|
inset-block-start: 0;
|
|
219
216
|
z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
|
|
220
217
|
}
|
|
221
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::
|
|
218
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
222
219
|
position: absolute;
|
|
223
220
|
inset: 0;
|
|
224
221
|
z-index: -1;
|
|
225
222
|
pointer-events: none;
|
|
226
223
|
content: "";
|
|
227
|
-
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
228
224
|
border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
229
225
|
box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
|
|
230
226
|
}
|
|
231
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead
|
|
232
|
-
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
233
|
-
}
|
|
234
|
-
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
|
|
227
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
|
|
235
228
|
position: absolute;
|
|
236
229
|
inset: 0;
|
|
237
|
-
z-index:
|
|
230
|
+
z-index: -1;
|
|
238
231
|
pointer-events: none;
|
|
239
232
|
content: "";
|
|
233
|
+
background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
|
|
240
234
|
border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
|
|
241
235
|
}
|
|
236
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after {
|
|
237
|
+
border-start-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
238
|
+
border-end-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
239
|
+
}
|
|
240
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after {
|
|
241
|
+
border-start-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
242
|
+
border-end-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
|
|
243
|
+
}
|
|
244
|
+
.pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
|
|
245
|
+
z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
|
|
246
|
+
}
|
|
247
|
+
:where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header .pf-m-nested-column-header, :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header-base .pf-m-nested-column-header {
|
|
248
|
+
--pf-v6-c-table--m-sticky-header--BorderRadius: 0;
|
|
249
|
+
--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
250
|
+
}
|
|
242
251
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
|
|
243
252
|
border-block-end: 0;
|
|
244
253
|
}
|
|
@@ -949,14 +958,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
949
958
|
vertical-align: bottom;
|
|
950
959
|
}
|
|
951
960
|
.pf-v6-c-table__thead.pf-m-nested-column-header {
|
|
961
|
+
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
952
962
|
position: relative;
|
|
953
963
|
}
|
|
954
|
-
.pf-v6-c-table__thead.pf-m-nested-column-header
|
|
955
|
-
position: absolute;
|
|
956
|
-
inset: 0;
|
|
964
|
+
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
|
|
957
965
|
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
958
|
-
pointer-events: none;
|
|
959
|
-
content: "";
|
|
960
966
|
border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
|
|
961
967
|
}
|
|
962
968
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
@@ -997,7 +1003,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
997
1003
|
border-block-end: 0;
|
|
998
1004
|
}
|
|
999
1005
|
.pf-v6-c-table__tr.pf-m-border-row {
|
|
1000
|
-
|
|
1006
|
+
height: var(--pf-v6-c-table--border-width--base);
|
|
1007
|
+
background-color: var(--pf-v6-c-table--BorderColor);
|
|
1001
1008
|
}
|
|
1002
1009
|
|
|
1003
1010
|
.pf-v6-c-table__tfoot {
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
--#{$table}__toggle--c-button--m-expanded__toggle-icon--Rotate: -180deg;
|
|
90
90
|
|
|
91
91
|
// * Table button
|
|
92
|
-
--#{$table}__button--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
93
|
-
--#{$table}__button--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
92
|
+
--#{$table}__button--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
93
|
+
--#{$table}__button--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
94
94
|
--#{$table}__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
95
95
|
--#{$table}__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
96
96
|
--#{$table}__button--Color: var(--pf-t--global--text--color--regular);
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
// * Table nested column header
|
|
242
242
|
--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth: var(--#{$table}--border-width--base);
|
|
243
243
|
--#{$table}__thead--m-nested-column-header--BorderBlockEndColor: var(--#{$table}--BorderColor);
|
|
244
|
-
--#{$table}__thead--m-nested-column-header--after--ZIndex:
|
|
244
|
+
--#{$table}__thead--m-nested-column-header--after--ZIndex: initial;
|
|
245
245
|
--#{$table}__thead--m-nested-column-header--button--OutlineOffset: #{pf-size-prem(-3px)};
|
|
246
246
|
--#{$table}__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
247
247
|
--#{$table}__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
|
|
@@ -301,8 +301,8 @@
|
|
|
301
301
|
table-layout: fixed;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
&.pf-m-sticky-header-base > .#{$table}__thead
|
|
305
|
-
|
|
304
|
+
&.pf-m-sticky-header-base > .#{$table}__thead,
|
|
305
|
+
&.pf-m-sticky-header-base > .#{$table}__thead .#{$table}__th {
|
|
306
306
|
&::after {
|
|
307
307
|
opacity: 0;
|
|
308
308
|
transition-timing-function: var(--#{$table}--m-sticky-header--TransitionTimingFunction--BackgroundColor);
|
|
@@ -311,13 +311,8 @@
|
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
&.pf-m-sticky-header,
|
|
315
|
-
&.pf-m-sticky-header-stuck {
|
|
316
|
-
--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
&.pf-m-sticky-header-stuck > .#{$table}__thead {
|
|
320
|
-
&::before,
|
|
314
|
+
&.pf-m-sticky-header-stuck > .#{$table}__thead,
|
|
315
|
+
&.pf-m-sticky-header-stuck > .#{$table}__thead .#{$table}__th {
|
|
321
316
|
&::after {
|
|
322
317
|
opacity: 1;
|
|
323
318
|
}
|
|
@@ -332,32 +327,47 @@
|
|
|
332
327
|
inset-block-start: 0;
|
|
333
328
|
z-index: var(--#{$table}--m-sticky-header--ZIndex);
|
|
334
329
|
|
|
335
|
-
&::
|
|
330
|
+
&::after {
|
|
336
331
|
position: absolute;
|
|
337
332
|
inset: 0;
|
|
338
333
|
z-index: -1;
|
|
339
334
|
pointer-events: none;
|
|
340
335
|
content: '';
|
|
341
|
-
background-color: var(--#{$table}--m-sticky-header--BackgroundColor);
|
|
342
336
|
border-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
343
337
|
box-shadow: var(--#{$table}--m-sticky-header--BoxShadow);
|
|
344
338
|
}
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
.#{$table}__th::after {
|
|
342
|
+
position: absolute;
|
|
343
|
+
inset: 0;
|
|
344
|
+
z-index: -1;
|
|
345
|
+
pointer-events: none;
|
|
346
|
+
content: '';
|
|
347
|
+
background-color: var(--#{$table}--m-sticky-header--BackgroundColor);
|
|
348
|
+
border-block-end: var(--#{$table}--m-sticky-header--BorderBlockEndWidth) solid var(--#{$table}--m-sticky-header--BorderBlockEndColor);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.#{$table}__th:first-child::after {
|
|
352
|
+
border-start-start-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
353
|
+
border-end-start-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.#{$table}__th:last-child::after {
|
|
357
|
+
border-start-end-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
358
|
+
border-end-end-radius: var(--#{$table}--m-sticky-header--BorderRadius);
|
|
359
|
+
}
|
|
345
360
|
|
|
346
361
|
> :where(th, td) {
|
|
347
362
|
z-index: var(--#{$table}--m-sticky-header--cell--ZIndex); // set z-index here to allow sticky column to override
|
|
348
363
|
}
|
|
349
364
|
}
|
|
350
|
-
}
|
|
351
365
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
z-index: var(--#{$table}--m-sticky-header--border--ZIndex);
|
|
358
|
-
pointer-events: none;
|
|
359
|
-
content: '';
|
|
360
|
-
border-block-end: var(--#{$table}--m-sticky-header--BorderBlockEndWidth) solid var(--#{$table}--m-sticky-header--BorderBlockEndColor);
|
|
366
|
+
:where(.pf-v6-theme-glass) & {
|
|
367
|
+
.pf-m-nested-column-header {
|
|
368
|
+
--#{$table}--m-sticky-header--BorderRadius: 0;
|
|
369
|
+
--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth: 0;
|
|
370
|
+
}
|
|
361
371
|
}
|
|
362
372
|
}
|
|
363
373
|
|
|
@@ -1288,14 +1298,12 @@
|
|
|
1288
1298
|
|
|
1289
1299
|
// - Table nested column header button
|
|
1290
1300
|
&.pf-m-nested-column-header {
|
|
1301
|
+
--#{$table}--m-sticky-header--BorderBlockEndWidth: 0;
|
|
1302
|
+
|
|
1291
1303
|
position: relative;
|
|
1292
1304
|
|
|
1293
|
-
|
|
1294
|
-
position: absolute;
|
|
1295
|
-
inset: 0;
|
|
1305
|
+
.#{$table}__tr:last-child:not(.pf-m-border-row) {
|
|
1296
1306
|
z-index: var(--#{$table}__thead--m-nested-column-header--after--ZIndex);
|
|
1297
|
-
pointer-events: none;
|
|
1298
|
-
content: '';
|
|
1299
1307
|
border-block-end: var(--#{$table}__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--#{$table}__thead--m-nested-column-header--BorderBlockEndColor);
|
|
1300
1308
|
}
|
|
1301
1309
|
|
|
@@ -1359,7 +1367,8 @@
|
|
|
1359
1367
|
}
|
|
1360
1368
|
|
|
1361
1369
|
&.pf-m-border-row {
|
|
1362
|
-
|
|
1370
|
+
height: var(--#{$table}--border-width--base);
|
|
1371
|
+
background-color: var(--#{$table}--BorderColor);
|
|
1363
1372
|
}
|
|
1364
1373
|
}
|
|
1365
1374
|
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
font-size: var(--pf-v6-c-tooltip__content--FontSize);
|
|
99
99
|
color: var(--pf-v6-c-tooltip__content--Color);
|
|
100
100
|
text-align: center;
|
|
101
|
-
overflow-wrap:
|
|
101
|
+
overflow-wrap: anywhere;
|
|
102
102
|
background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
|
|
103
103
|
border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
|
|
104
104
|
}
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
font-size: var(--#{$tooltip}__content--FontSize);
|
|
130
130
|
color: var(--#{$tooltip}__content--Color);
|
|
131
131
|
text-align: center;
|
|
132
|
-
overflow-wrap:
|
|
132
|
+
overflow-wrap: anywhere;
|
|
133
133
|
background-color: var(--#{$tooltip}__content--BackgroundColor);
|
|
134
134
|
border-radius: var(--#{$tooltip}__content--BorderRadius);
|
|
135
135
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.pf-v6-c-tree-view {
|
|
2
|
-
--pf-v6-c-tree-view__node--indent--base: calc(var(--pf-
|
|
2
|
+
--pf-v6-c-tree-view__node--indent--base: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingInlineStart) + var(--pf-v6-c-tree-view__node-toggle--PaddingInlineEnd) + var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth));
|
|
3
3
|
--pf-v6-c-tree-view__node--nested-indent--base: calc(var(--pf-v6-c-tree-view__node--indent--base) - var(--pf-t--global--spacer--md));
|
|
4
4
|
--pf-v6-c-tree-view__content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
5
|
-
--pf-v6-c-tree-view__node--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
6
|
-
--pf-v6-c-tree-view__node--PaddingInlineEnd: var(--pf-t--global--spacer--
|
|
7
|
-
--pf-v6-c-tree-view__node--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
5
|
+
--pf-v6-c-tree-view__node--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
6
|
+
--pf-v6-c-tree-view__node--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
7
|
+
--pf-v6-c-tree-view__node--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
8
8
|
--pf-v6-c-tree-view__node--PaddingInlineStart: var(--pf-v6-c-tree-view__node--indent--base);
|
|
9
9
|
--pf-v6-c-tree-view__node--Color: var(--pf-t--global--text--color--subtle);
|
|
10
10
|
--pf-v6-c-tree-view__node--BackgroundColor: transparent;
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
--pf-v6-c-tree-view__node-toggle--BackgroundColor: transparent;
|
|
49
49
|
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-t--global--icon--color--regular);
|
|
50
50
|
--pf-v6-c-tree-view__node-toggle-icon--MinWidth: var(--pf-t--global--icon--size--font--body--default);
|
|
51
|
-
--pf-v6-c-tree-view__node-toggle--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
51
|
+
--pf-v6-c-tree-view__node-toggle--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
52
52
|
--pf-v6-c-tree-view__node-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
53
|
-
--pf-v6-c-tree-view__node-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
53
|
+
--pf-v6-c-tree-view__node-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
54
54
|
--pf-v6-c-tree-view__node-toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
55
55
|
--pf-v6-c-tree-view__node-toggle--MarginBlockStart: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingBlockStart) * -1);
|
|
56
56
|
--pf-v6-c-tree-view__node-toggle--MarginBlockEnd: calc(var(--pf-v6-c-tree-view__node-toggle--PaddingBlockStart) * -1);
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
--pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
67
67
|
--pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
|
|
68
68
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
|
69
|
-
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate:
|
|
69
|
+
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
|
|
70
70
|
--pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
71
71
|
--pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
72
72
|
--pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
@@ -4,16 +4,16 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
|
|
|
4
4
|
|
|
5
5
|
@include pf-root($tree-view) {
|
|
6
6
|
// Node base
|
|
7
|
-
--#{$tree-view}__node--indent--base: calc(var(
|
|
7
|
+
--#{$tree-view}__node--indent--base: calc(var(--#{$tree-view}__node-toggle--PaddingInlineStart) + var(--#{$tree-view}__node-toggle--PaddingInlineEnd) + var(--#{$tree-view}__node-toggle-icon--MinWidth)); // based off of the expected width of the toggle button
|
|
8
8
|
--#{$tree-view}__node--nested-indent--base: calc(var(--#{$tree-view}__node--indent--base) - var(--pf-t--global--spacer--md)); // nested spacing that removes the toggle button's left padding, so the icon aligns with text on the node above it
|
|
9
9
|
|
|
10
10
|
// Content
|
|
11
11
|
--#{$tree-view}__content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
12
12
|
|
|
13
13
|
// Node
|
|
14
|
-
--#{$tree-view}__node--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
15
|
-
--#{$tree-view}__node--PaddingInlineEnd: var(--pf-t--global--spacer--
|
|
16
|
-
--#{$tree-view}__node--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
14
|
+
--#{$tree-view}__node--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
15
|
+
--#{$tree-view}__node--PaddingInlineEnd: var(--pf-t--global--spacer--action--horizontal--default);
|
|
16
|
+
--#{$tree-view}__node--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
17
17
|
--#{$tree-view}__node--PaddingInlineStart: var(--#{$tree-view}__node--indent--base);
|
|
18
18
|
--#{$tree-view}__node--Color: var(--pf-t--global--text--color--subtle);
|
|
19
19
|
--#{$tree-view}__node--BackgroundColor: transparent;
|
|
@@ -66,9 +66,9 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
|
|
|
66
66
|
|
|
67
67
|
// Toggle icon
|
|
68
68
|
--#{$tree-view}__node-toggle-icon--MinWidth: var(--pf-t--global--icon--size--font--body--default);
|
|
69
|
-
--#{$tree-view}__node-toggle--PaddingBlockStart: var(--pf-t--global--spacer--
|
|
69
|
+
--#{$tree-view}__node-toggle--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--plain);
|
|
70
70
|
--#{$tree-view}__node-toggle--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
|
71
|
-
--#{$tree-view}__node-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
71
|
+
--#{$tree-view}__node-toggle--PaddingBlockEnd: var(--pf-t--global--spacer--control--vertical--plain);
|
|
72
72
|
--#{$tree-view}__node-toggle--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
|
73
73
|
--#{$tree-view}__node-toggle--MarginBlockStart: calc(var(--#{$tree-view}__node-toggle--PaddingBlockStart) * -1);
|
|
74
74
|
--#{$tree-view}__node-toggle--MarginBlockEnd: calc(var(--#{$tree-view}__node-toggle--PaddingBlockStart) * -1);
|
|
@@ -92,7 +92,7 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
|
|
|
92
92
|
--#{$tree-view}__node-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
93
93
|
--#{$tree-view}__node-toggle-icon--base--Rotate: 0;
|
|
94
94
|
--#{$tree-view}__node-toggle-icon--Rotate: var(--#{$tree-view}__node-toggle-icon--base--Rotate);
|
|
95
|
-
--#{$tree-view}__list-item--m-expanded__node-toggle-icon--Rotate:
|
|
95
|
+
--#{$tree-view}__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
|
|
96
96
|
|
|
97
97
|
// Disabled
|
|
98
98
|
--#{$tree-view}__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|