@patternfly/patternfly 5.2.0-prerelease.3 → 6.0.0-alpha.10
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/CODE_OF_CONDUCT.md +2 -1
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/base/_globals.scss +13 -13
- package/base/_variables.scss +5 -0
- package/base/patternfly-globals.css +12 -13
- package/base/patternfly-variables.css +860 -0
- package/base/tokens/_tokens-dark.scss +331 -0
- package/base/tokens/_tokens-default.scss +379 -0
- package/base/tokens/_tokens-font.scss +96 -0
- package/base/tokens/_tokens-palette.scss +75 -0
- package/components/Alert/alert-group.css +20 -16
- package/components/Alert/alert-group.scss +20 -16
- package/components/Alert/alert.css +57 -84
- package/components/Alert/alert.scss +60 -78
- package/components/Button/button.css +142 -179
- package/components/Button/button.scss +161 -141
- package/components/Check/check.css +8 -10
- package/components/Check/check.scss +10 -15
- package/components/Content/content.css +67 -67
- package/components/Content/content.scss +68 -68
- package/components/Dropdown/dropdown.css +3 -1
- package/components/Dropdown/dropdown.scss +6 -2
- package/components/Masthead/masthead.css +49 -103
- package/components/Masthead/masthead.scss +105 -132
- package/components/Menu/menu.css +0 -3
- package/components/Menu/menu.scss +3 -7
- package/components/MenuToggle/menu-toggle.css +59 -80
- package/components/MenuToggle/menu-toggle.scss +65 -89
- package/components/Nav/nav.css +42 -40
- package/components/Nav/nav.scss +42 -42
- package/components/NotificationBadge/notification-badge.css +56 -81
- package/components/NotificationBadge/notification-badge.scss +60 -97
- package/components/Page/page.css +80 -70
- package/components/Page/page.scss +80 -68
- package/components/Radio/radio.css +10 -13
- package/components/Radio/radio.scss +11 -17
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +8 -8
- package/components/Table/table-grid.scss +8 -8
- package/components/Table/table.css +92 -95
- package/components/Table/table.scss +94 -103
- package/components/Toolbar/toolbar.css +5 -11
- package/components/Toolbar/toolbar.scss +7 -19
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/Brand/examples/Brand.md +32 -75
- package/docs/components/Card/examples/Card.md +2 -110
- package/docs/components/Masthead/examples/masthead.md +7 -54
- package/docs/components/MenuToggle/examples/MenuToggle.md +42 -42
- package/docs/components/Nav/examples/Navigation.css +2 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/Toolbar/examples/Toolbar.md +9 -11
- package/docs/demos/AboutModal/examples/AboutModal.md +83 -8
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- package/docs/demos/CardView/examples/CardView.md +83 -8
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +83 -8
- package/docs/demos/DataList/examples/DataList.md +332 -32
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +742 -67
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +415 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +581 -56
- package/docs/demos/Skeleton/examples/Skeleton.md +83 -8
- package/docs/demos/Table/examples/Table.md +1245 -120
- package/docs/demos/Tabs/examples/Tabs.md +498 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +166 -16
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- package/package.json +4 -3
- package/patternfly-base-no-globals-theme-dark-unversioned.css +860 -0
- package/patternfly-base-no-globals.css +860 -0
- package/patternfly-base-theme-dark-unversioned.css +872 -13
- package/patternfly-base.css +872 -13
- package/patternfly-no-globals.css +1609 -897
- package/patternfly-theme-dark-unversioned.css +1621 -910
- package/patternfly.css +1621 -910
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +0 -32
- package/assets/images/pf-c-brand__logo-on-md-white.svg +0 -42
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +0 -17
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +0 -39
- package/assets/images/pf_logo_white.hbs +0 -35
- package/assets/images/pf_logo_white.svg +0 -38
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/Brand/examples/Brand.css +0 -12
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -60,26 +60,26 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.pf-v5-c-table {
|
|
63
|
-
--pf-v5-c-table--BackgroundColor: var(--pf-
|
|
64
|
-
--pf-v5-c-table--BorderColor: var(--pf-
|
|
65
|
-
--pf-v5-c-table--border-width--base: var(--pf-
|
|
66
|
-
--pf-v5-c-table__caption--FontSize: var(--pf-
|
|
67
|
-
--pf-v5-c-table__caption--Color: var(--pf-
|
|
63
|
+
--pf-v5-c-table--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
64
|
+
--pf-v5-c-table--BorderColor: var(--pf-t--global--border--color--default);
|
|
65
|
+
--pf-v5-c-table--border-width--base: var(--pf-t--global--border--width--divider--default);
|
|
66
|
+
--pf-v5-c-table__caption--FontSize: var(--pf-t--global--font--size--body);
|
|
67
|
+
--pf-v5-c-table__caption--Color: var(--pf-t--global--text--color--subtle);
|
|
68
68
|
--pf-v5-c-table__caption--PaddingTop: var(--pf-v5-global--spacer--md);
|
|
69
69
|
--pf-v5-c-table__caption--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
70
70
|
--pf-v5-c-table__caption--PaddingBottom: var(--pf-v5-global--spacer--md);
|
|
71
71
|
--pf-v5-c-table__caption--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
72
72
|
--pf-v5-c-table__caption--xl--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
73
73
|
--pf-v5-c-table__caption--xl--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
74
|
-
--pf-v5-c-table__thead--cell--FontSize: var(--pf-
|
|
75
|
-
--pf-v5-c-table__thead--cell--FontWeight: var(--pf-
|
|
76
|
-
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-
|
|
77
|
-
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-
|
|
74
|
+
--pf-v5-c-table__thead--cell--FontSize: var(--pf-t--global--font--size--body);
|
|
75
|
+
--pf-v5-c-table__thead--cell--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
76
|
+
--pf-v5-c-table__tbody--cell--PaddingTop: var(--pf-t--global--spacer--md);
|
|
77
|
+
--pf-v5-c-table__tbody--cell--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
78
78
|
--pf-v5-c-table__tr--BoxShadow--top--base: 0 -0.1875rem 0.25rem -0.125rem rgba(3,3,3,.08);
|
|
79
79
|
--pf-v5-c-table--cell--Padding--base: var(--pf-v5-global--spacer--md);
|
|
80
|
-
--pf-v5-c-table--cell--FontSize: var(--pf-
|
|
81
|
-
--pf-v5-c-table--cell--FontWeight: var(--pf-
|
|
82
|
-
--pf-v5-c-table--cell--Color: var(--pf-
|
|
80
|
+
--pf-v5-c-table--cell--FontSize: var(--pf-t--global--font--size--body);
|
|
81
|
+
--pf-v5-c-table--cell--FontWeight: var(--pf-t--global--font--weight--body);
|
|
82
|
+
--pf-v5-c-table--cell--Color: var(--pf-t--global--text--color--regular);
|
|
83
83
|
--pf-v5-c-table--cell--PaddingTop: var(--pf-v5-c-table--cell--Padding--base);
|
|
84
84
|
--pf-v5-c-table--cell--PaddingRight: var(--pf-v5-c-table--cell--Padding--base);
|
|
85
85
|
--pf-v5-c-table--cell--PaddingBottom: var(--pf-v5-c-table--cell--Padding--base);
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
--pf-v5-c-table--cell--TextOverflow: clip;
|
|
97
97
|
--pf-v5-c-table--cell--WhiteSpace: normal;
|
|
98
98
|
--pf-v5-c-table--cell--WordBreak: normal;
|
|
99
|
-
--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-
|
|
100
|
-
--pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-
|
|
101
|
-
--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-
|
|
102
|
-
--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-
|
|
99
|
+
--pf-v5-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-t--global--border--width--divider--default);
|
|
100
|
+
--pf-v5-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-t--global--border--color--default);
|
|
101
|
+
--pf-v5-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-t--global--border--width--divider--default);
|
|
102
|
+
--pf-v5-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-t--global--border--color--default);
|
|
103
103
|
--pf-v5-c-table--cell--m-help--MinWidth: 11ch;
|
|
104
104
|
--pf-v5-c-table--m-truncate--cell--MaxWidth: 1px;
|
|
105
105
|
--pf-v5-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft));
|
|
@@ -110,34 +110,33 @@
|
|
|
110
110
|
--pf-v5-c-table__toggle--c-button__toggle-icon--Transition: .2s ease-in 0s;
|
|
111
111
|
--pf-v5-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 360deg;
|
|
112
112
|
--pf-v5-c-table__button--BackgroundColor: transparent;
|
|
113
|
-
--pf-v5-c-table__button--Color: var(--pf-
|
|
114
|
-
--pf-v5-c-table__button--hover--Color: var(--pf-
|
|
115
|
-
--pf-v5-c-table__button--focus--Color: var(--pf-
|
|
116
|
-
--pf-v5-c-table__button--active--Color: var(--pf-
|
|
113
|
+
--pf-v5-c-table__button--Color: var(--pf-t--global--text--color--regular);
|
|
114
|
+
--pf-v5-c-table__button--hover--Color: var(--pf-t--global--text--color--regular);
|
|
115
|
+
--pf-v5-c-table__button--focus--Color: var(--pf-t--global--text--color--regular);
|
|
116
|
+
--pf-v5-c-table__button--active--Color: var(--pf-t--global--text--color--regular);
|
|
117
117
|
--pf-v5-c-table__button--OutlineOffset: calc(var(--pf-v5-global--BorderWidth--lg) * -1);
|
|
118
118
|
--pf-v5-c-table--m-compact__toggle--PaddingTop: 0;
|
|
119
119
|
--pf-v5-c-table--m-compact__toggle--PaddingBottom: 0;
|
|
120
|
-
--pf-v5-c-table__check--input--MarginTop: 0.
|
|
121
|
-
--pf-v5-c-
|
|
122
|
-
--pf-v5-c-
|
|
123
|
-
--pf-v5-c-
|
|
124
|
-
--pf-v5-c-table__favorite--c-button--
|
|
125
|
-
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
120
|
+
--pf-v5-c-table__check--input--MarginTop: 0.25rem;
|
|
121
|
+
--pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body);
|
|
122
|
+
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
|
123
|
+
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
|
|
124
|
+
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body);
|
|
126
125
|
--pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
127
126
|
--pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
128
127
|
--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
129
128
|
--pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
130
129
|
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
|
|
131
|
-
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-
|
|
132
|
-
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-
|
|
133
|
-
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-
|
|
134
|
-
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-
|
|
130
|
+
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
|
131
|
+
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
|
132
|
+
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
|
|
133
|
+
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
|
|
135
134
|
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
136
135
|
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
137
136
|
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
138
137
|
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
|
139
138
|
--pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
|
|
140
|
-
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-
|
|
139
|
+
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
141
140
|
--pf-v5-c-table__action--PaddingTop: 0;
|
|
142
141
|
--pf-v5-c-table__action--PaddingRight: 0;
|
|
143
142
|
--pf-v5-c-table__action--PaddingBottom: 0;
|
|
@@ -155,7 +154,7 @@
|
|
|
155
154
|
--pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
|
156
155
|
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
|
157
156
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
|
158
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-
|
|
157
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--active);
|
|
159
158
|
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);
|
|
160
159
|
--pf-v5-c-table__sort--MinWidth: calc(6ch + var(--pf-v5-c-table--cell--PaddingRight) + var(--pf-v5-c-table--cell--PaddingLeft) + var(--pf-v5-c-table__sort-indicator--MarginLeft));
|
|
161
160
|
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
|
|
@@ -165,19 +164,19 @@
|
|
|
165
164
|
--pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
|
|
166
165
|
--pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
|
|
167
166
|
--pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
|
|
168
|
-
--pf-v5-c-table__sort__button--Color: var(--pf-
|
|
169
|
-
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-
|
|
167
|
+
--pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
|
168
|
+
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--active);
|
|
170
169
|
--pf-v5-c-table__sort--m-help--MinWidth: 15ch;
|
|
171
170
|
--pf-v5-c-table__sort__button__text--Color: currentcolor;
|
|
172
171
|
--pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
|
|
173
172
|
--pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
|
|
174
173
|
--pf-v5-c-table__sort__button--active__text--Color: currentcolor;
|
|
175
|
-
--pf-v5-c-table__sort-indicator--Color: var(--pf-
|
|
174
|
+
--pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
|
176
175
|
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-v5-global--spacer--md);
|
|
177
|
-
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-
|
|
178
|
-
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-
|
|
179
|
-
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-
|
|
180
|
-
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-
|
|
176
|
+
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--active);
|
|
177
|
+
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
178
|
+
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
179
|
+
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
|
181
180
|
--pf-v5-c-table__th--m-help--MinWidth: 11ch;
|
|
182
181
|
--pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);
|
|
183
182
|
--pf-v5-c-table__column-help--TranslateY: 0.125rem;
|
|
@@ -185,18 +184,18 @@
|
|
|
185
184
|
--pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
186
185
|
--pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
|
|
187
186
|
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
188
|
-
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-
|
|
189
|
-
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-
|
|
190
|
-
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-
|
|
191
|
-
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-
|
|
192
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-
|
|
193
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-
|
|
187
|
+
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
|
188
|
+
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
189
|
+
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
|
|
190
|
+
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--active);
|
|
191
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
|
|
192
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
|
|
194
193
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
|
195
194
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
|
196
195
|
--pf-v5-c-table__compound-expansion-toggle__button--before--Bottom: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
197
196
|
--pf-v5-c-table__compound-expansion-toggle__button--before--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
198
197
|
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
|
199
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-
|
|
198
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
|
|
200
199
|
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
|
201
200
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Top: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
202
201
|
--pf-v5-c-table__compound-expansion-toggle__button--after--Left: calc(var(--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base) * -1);
|
|
@@ -210,60 +209,61 @@
|
|
|
210
209
|
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
211
210
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
212
211
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
213
|
-
--pf-v5-c-table--m-compact--FontSize: var(--pf-
|
|
212
|
+
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body);
|
|
214
213
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
|
215
214
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
|
|
216
215
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
|
217
216
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
|
218
217
|
--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
|
219
218
|
--pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
|
220
|
-
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-
|
|
219
|
+
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
221
220
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
222
221
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
|
223
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
224
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
225
|
-
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
|
226
|
-
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-
|
|
227
|
-
--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
|
228
|
-
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-
|
|
229
|
-
--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
|
230
|
-
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-
|
|
231
|
-
--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-
|
|
225
|
+
--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
|
+
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
227
|
+
--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
228
|
+
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
229
|
+
--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
230
|
+
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--selected);
|
|
231
|
+
--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
232
232
|
--pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
233
|
-
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-
|
|
234
|
-
--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-
|
|
235
|
-
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-
|
|
233
|
+
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--hover);
|
|
234
|
+
--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
235
|
+
--pf-v5-c-table__tr--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
|
|
236
236
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
237
237
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);
|
|
238
|
-
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-
|
|
239
|
-
--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-
|
|
240
|
-
--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-
|
|
238
|
+
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
239
|
+
--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
240
|
+
--pf-v5-c-table__tr--m-selected__tr--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
241
241
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
242
242
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
|
|
243
243
|
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
|
244
244
|
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
245
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
|
246
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-
|
|
247
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
|
248
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-
|
|
249
|
-
--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
|
250
|
-
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-
|
|
251
|
-
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-
|
|
252
|
-
--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-
|
|
253
|
-
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-
|
|
245
|
+
--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
246
|
+
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
247
|
+
--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
248
|
+
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
249
|
+
--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
250
|
+
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
251
|
+
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-t--global--border--color--active);
|
|
252
|
+
--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
253
|
+
--pf-v5-c-table__tbody--m-selected--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
254
254
|
--pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
|
255
|
-
--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-
|
|
255
|
+
--pf-v5-c-table__tbody--m-selected--BoxShadow: var(--pf-v5-c-table__tbody--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
256
256
|
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
257
257
|
--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
|
258
|
-
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-
|
|
259
|
-
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-
|
|
260
|
-
--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-
|
|
261
|
-
--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-
|
|
258
|
+
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-t--global--border--color--active);
|
|
259
|
+
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
260
|
+
--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-t--global--box-shadow--sm--bottom) inset, var(--pf-t--global--box-shadow--sm--bottom);
|
|
261
|
+
--pf-v5-c-table__tbody--m-selected__tbody--m-selected--hover--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-t--global--box-shadow--sm--bottom);
|
|
262
262
|
--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
|
263
263
|
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);
|
|
264
264
|
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-v5-global--spacer--xs);
|
|
265
|
-
--pf-v5-c-table__subhead--Color: var(--pf-
|
|
266
|
-
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-
|
|
265
|
+
--pf-v5-c-table__subhead--Color: var(--pf-t--global--text--color--subtle);
|
|
266
|
+
--pf-v5-c-table--m-striped__tr--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
267
267
|
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
268
268
|
color: var(--pf-v5-global--Color--100);
|
|
269
269
|
width: 100%;
|
|
@@ -515,27 +515,27 @@
|
|
|
515
515
|
.pf-v5-c-table.pf-m-no-border-rows > tbody:where(.pf-v5-c-table__tbody) .pf-v5-c-table__control-row > .pf-v5-c-table__compound-expansion-toggle:first-child > ::before {
|
|
516
516
|
border-inline-start-width: 0;
|
|
517
517
|
}
|
|
518
|
+
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
|
519
|
+
border-block-end-color: transparent;
|
|
520
|
+
}
|
|
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
|
+
}
|
|
518
531
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
|
519
532
|
cursor: pointer;
|
|
520
|
-
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
|
521
533
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
|
522
534
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
|
523
535
|
}
|
|
524
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover
|
|
525
|
-
box-shadow: var(--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow);
|
|
526
|
-
}
|
|
527
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover {
|
|
528
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--hover--BoxShadow);
|
|
536
|
+
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus, .pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
|
|
529
537
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
|
|
530
538
|
}
|
|
531
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus {
|
|
532
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--focus--BoxShadow);
|
|
533
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor);
|
|
534
|
-
}
|
|
535
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
|
|
536
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--active--BoxShadow);
|
|
537
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--active--BackgroundColor);
|
|
538
|
-
}
|
|
539
539
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
|
|
540
540
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
|
|
541
541
|
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
|
|
@@ -751,16 +751,13 @@
|
|
|
751
751
|
cursor: pointer;
|
|
752
752
|
}
|
|
753
753
|
.pf-v5-c-table__check label {
|
|
754
|
-
display:
|
|
754
|
+
display: block;
|
|
755
755
|
padding: inherit;
|
|
756
756
|
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
|
757
757
|
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
|
758
758
|
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
|
759
759
|
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
|
760
760
|
}
|
|
761
|
-
.pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
|
|
762
|
-
--pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
|
|
763
|
-
}
|
|
764
761
|
|
|
765
762
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
|
766
763
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|