@patternfly/react-styles 6.0.0-alpha.1 → 6.0.0-alpha.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +48 -0
- package/README.md +1 -1
- package/css/assets/images/PF-Backdrop.svg +1 -0
- package/css/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/css/assets/images/PF-IconLogo.svg +17 -0
- package/css/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/css/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/css/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/css/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/css/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/css/assets/images/pf_logo_white.hbs +35 -0
- package/css/assets/images/pf_logo_white.svg +38 -0
- package/css/components/AboutModalBox/about-modal-box.css +59 -98
- package/css/components/AboutModalBox/about-modal-box.d.ts +1 -2
- package/css/components/AboutModalBox/about-modal-box.js +1 -2
- package/css/components/AboutModalBox/about-modal-box.mjs +1 -2
- package/css/components/Accordion/accordion.css +85 -177
- package/css/components/Accordion/accordion.d.ts +3 -2
- package/css/components/Accordion/accordion.js +3 -2
- package/css/components/Accordion/accordion.mjs +3 -2
- package/css/components/Alert/alert-group.css +20 -16
- package/css/components/Alert/alert.css +57 -84
- package/css/components/Alert/alert.d.ts +1 -2
- package/css/components/Alert/alert.js +1 -2
- package/css/components/Alert/alert.mjs +1 -2
- package/css/components/BackToTop/back-to-top.css +17 -15
- package/css/components/Badge/badge.css +23 -15
- package/css/components/Badge/badge.d.ts +2 -2
- package/css/components/Badge/badge.js +2 -2
- package/css/components/Badge/badge.mjs +2 -2
- package/css/components/Banner/banner.css +86 -64
- package/css/components/Banner/banner.d.ts +11 -4
- package/css/components/Banner/banner.js +11 -4
- package/css/components/Banner/banner.mjs +11 -4
- package/css/components/Button/button.css +142 -179
- package/css/components/Button/button.d.ts +1 -2
- package/css/components/Button/button.js +1 -2
- package/css/components/Button/button.mjs +1 -2
- package/css/components/Check/check.css +10 -8
- package/css/components/Content/content.css +67 -67
- package/css/components/Drawer/drawer.css +0 -1
- package/css/components/Dropdown/dropdown.css +1 -3
- package/css/components/Dropdown/dropdown.d.ts +0 -1
- package/css/components/Dropdown/dropdown.js +0 -1
- package/css/components/Dropdown/dropdown.mjs +0 -1
- package/css/components/ExpandableSection/expandable-section.css +64 -55
- package/css/components/ExpandableSection/expandable-section.d.ts +1 -3
- package/css/components/ExpandableSection/expandable-section.js +1 -3
- package/css/components/ExpandableSection/expandable-section.mjs +1 -3
- package/css/components/Hint/hint.css +28 -21
- package/css/components/Hint/hint.d.ts +1 -2
- package/css/components/Hint/hint.js +1 -2
- package/css/components/Hint/hint.mjs +1 -2
- package/css/components/List/list.css +16 -16
- package/css/components/Login/login.css +70 -97
- package/css/components/Login/login.d.ts +0 -2
- package/css/components/Login/login.js +0 -2
- package/css/components/Login/login.mjs +0 -2
- package/css/components/Masthead/masthead.css +49 -103
- package/css/components/Masthead/masthead.d.ts +1 -6
- package/css/components/Masthead/masthead.js +1 -6
- package/css/components/Masthead/masthead.mjs +1 -6
- package/css/components/Menu/menu.css +3 -0
- package/css/components/Menu/menu.d.ts +1 -0
- package/css/components/Menu/menu.js +1 -0
- package/css/components/Menu/menu.mjs +1 -0
- package/css/components/MenuToggle/menu-toggle.css +57 -80
- package/css/components/ModalBox/modal-box.css +59 -52
- package/css/components/ModalBox/modal-box.d.ts +1 -2
- package/css/components/ModalBox/modal-box.js +1 -2
- package/css/components/ModalBox/modal-box.mjs +1 -2
- package/css/components/Nav/nav.css +42 -40
- package/css/components/NotificationBadge/notification-badge.css +56 -81
- package/css/components/NotificationBadge/notification-badge.d.ts +1 -5
- package/css/components/NotificationBadge/notification-badge.js +1 -5
- package/css/components/NotificationBadge/notification-badge.mjs +1 -5
- package/css/components/Page/page.css +112 -209
- package/css/components/Page/page.d.ts +5 -12
- package/css/components/Page/page.js +5 -12
- package/css/components/Page/page.mjs +5 -12
- package/css/components/Popover/popover.css +42 -51
- package/css/components/Popover/popover.d.ts +1 -2
- package/css/components/Popover/popover.js +1 -2
- package/css/components/Popover/popover.mjs +1 -2
- package/css/components/Radio/radio.css +13 -10
- package/css/components/SkipToContent/skip-to-content.css +6 -3
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table-grid.css +8 -8
- package/css/components/Table/table.css +85 -90
- package/css/components/Table/table.d.ts +2 -0
- package/css/components/Table/table.js +2 -0
- package/css/components/Table/table.mjs +2 -0
- package/css/components/Title/title.css +70 -19
- package/css/components/Title/title.d.ts +7 -1
- package/css/components/Title/title.js +7 -1
- package/css/components/Title/title.mjs +7 -1
- package/css/components/Toolbar/toolbar.css +13 -3
- package/css/components/Toolbar/toolbar.d.ts +1 -0
- package/css/components/Toolbar/toolbar.js +1 -0
- package/css/components/Toolbar/toolbar.mjs +1 -0
- package/css/components/Tooltip/tooltip.css +16 -16
- package/css/components/Tooltip/tooltip.d.ts +0 -1
- package/css/components/Tooltip/tooltip.js +0 -1
- package/css/components/Tooltip/tooltip.mjs +0 -1
- package/css/docs/components/Brand/examples/Brand.css +12 -0
- package/css/docs/components/Brand/examples/Brand.d.ts +10 -0
- package/css/docs/components/Brand/examples/Brand.js +11 -0
- package/css/docs/components/Brand/examples/Brand.mjs +9 -0
- package/css/docs/components/Nav/examples/Navigation.css +2 -1
- package/css/docs/components/Page/examples/Page.css +0 -8
- package/css/docs/components/Page/examples/Page.d.ts +0 -7
- package/css/docs/components/Page/examples/Page.js +0 -7
- package/css/docs/components/Page/examples/Page.mjs +0 -7
- package/css/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/css/docs/demos/Toolbar/examples/Toolbar.d.ts +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.js +6 -1
- package/css/docs/demos/Toolbar/examples/Toolbar.mjs +6 -1
- package/package.json +3 -3
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.d.ts +0 -5
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.js +0 -6
- package/css/docs/components/NotificationBadge/examples/NotificationBadge.mjs +0 -4
@@ -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,33 +110,34 @@
|
|
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--
|
120
|
+
--pf-v5-c-table__check--input--MarginTop: 0.1875rem;
|
121
|
+
--pf-v5-c-table__thead__check--input--TranslateY: var(--pf-v5-c-table__check--input--MarginTop);
|
122
|
+
--pf-v5-c-table__check--input--FontSize: var(--pf-t--global--font--size--body);
|
123
|
+
--pf-v5-c-table--cell--m-favorite--Color: var(--pf-t--global--text--color--subtle);
|
124
|
+
--pf-v5-c-table__favorite--c-button--Color: var(--pf-t--global--text--color--subtle);
|
125
|
+
--pf-v5-c-table__favorite--c-button--FontSize: var(--pf-t--global--font--size--body);
|
125
126
|
--pf-v5-c-table__favorite--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
126
127
|
--pf-v5-c-table__favorite--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
127
128
|
--pf-v5-c-table__favorite--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
128
129
|
--pf-v5-c-table__favorite--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
129
130
|
--pf-v5-c-table__favorite--m-favorited--c-button--Color: var(--pf-v5-global--palette--gold-400);
|
130
|
-
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-
|
131
|
-
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-
|
132
|
-
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-
|
133
|
-
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-
|
131
|
+
--pf-v5-c-table__sort--m-favorite__button__text--Color: var(--pf-t--global--text--color--subtle);
|
132
|
+
--pf-v5-c-table__sort--m-favorite__button--hover__text--Color: var(--pf-t--global--text--color--regular);
|
133
|
+
--pf-v5-c-table__sort--m-favorite__button--focus__text--Color: var(--pf-t--global--text--color--regular);
|
134
|
+
--pf-v5-c-table__sort--m-favorite__button--active__text--Color: var(--pf-t--global--text--color--regular);
|
134
135
|
--pf-v5-c-table__draggable--c-button--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
135
136
|
--pf-v5-c-table__draggable--c-button--MarginRight: calc(var(--pf-v5-global--spacer--md) * -1);
|
136
137
|
--pf-v5-c-table__draggable--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
137
138
|
--pf-v5-c-table__draggable--c-button--MarginLeft: calc(var(--pf-v5-global--spacer--md) * -1);
|
138
139
|
--pf-v5-c-table__tr--m-ghost-row--Opacity: .4;
|
139
|
-
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-
|
140
|
+
--pf-v5-c-table__tr--m-ghost-row--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
140
141
|
--pf-v5-c-table__action--PaddingTop: 0;
|
141
142
|
--pf-v5-c-table__action--PaddingRight: 0;
|
142
143
|
--pf-v5-c-table__action--PaddingBottom: 0;
|
@@ -154,7 +155,7 @@
|
|
154
155
|
--pf-v5-c-table__expandable-row--after--Bottom: calc(var(--pf-v5-c-table--border-width--base) * -1);
|
155
156
|
--pf-v5-c-table__expandable-row--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
156
157
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: 0;
|
157
|
-
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-
|
158
|
+
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-t--global--border--color--active);
|
158
159
|
--pf-v5-c-table__icon-inline--MarginRight: var(--pf-v5-global--spacer--sm);
|
159
160
|
--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));
|
160
161
|
--pf-v5-c-table__sort__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
|
@@ -164,19 +165,19 @@
|
|
164
165
|
--pf-v5-c-table__sort__button--MarginTop: calc(var(--pf-v5-c-table__sort__button--PaddingTop) * -1);
|
165
166
|
--pf-v5-c-table__sort__button--MarginBottom: calc(var(--pf-v5-c-table__sort__button--PaddingBottom) * -1);
|
166
167
|
--pf-v5-c-table__sort__button--MarginLeft: calc(var(--pf-v5-c-table__sort__button--PaddingLeft) * -1);
|
167
|
-
--pf-v5-c-table__sort__button--Color: var(--pf-
|
168
|
-
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-
|
168
|
+
--pf-v5-c-table__sort__button--Color: var(--pf-t--global--text--color--regular);
|
169
|
+
--pf-v5-c-table__sort--m-selected__button--Color: var(--pf-t--global--border--color--active);
|
169
170
|
--pf-v5-c-table__sort--m-help--MinWidth: 15ch;
|
170
171
|
--pf-v5-c-table__sort__button__text--Color: currentcolor;
|
171
172
|
--pf-v5-c-table__sort__button--hover__text--Color: currentcolor;
|
172
173
|
--pf-v5-c-table__sort__button--focus__text--Color: currentcolor;
|
173
174
|
--pf-v5-c-table__sort__button--active__text--Color: currentcolor;
|
174
|
-
--pf-v5-c-table__sort-indicator--Color: var(--pf-
|
175
|
+
--pf-v5-c-table__sort-indicator--Color: var(--pf-t--global--icon--color--subtle);
|
175
176
|
--pf-v5-c-table__sort-indicator--MarginLeft: var(--pf-v5-global--spacer--md);
|
176
|
-
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-
|
177
|
-
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-
|
178
|
-
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-
|
179
|
-
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-
|
177
|
+
--pf-v5-c-table__sort--m-selected__sort-indicator--Color: var(--pf-t--global--border--color--active);
|
178
|
+
--pf-v5-c-table__sort__button--hover__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
179
|
+
--pf-v5-c-table__sort__button--active__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
180
|
+
--pf-v5-c-table__sort__button--focus__sort-indicator--Color: var(--pf-t--global--text--color--regular);
|
180
181
|
--pf-v5-c-table__th--m-help--MinWidth: 11ch;
|
181
182
|
--pf-v5-c-table__column-help--MarginLeft: var(--pf-v5-global--spacer--xs);
|
182
183
|
--pf-v5-c-table__column-help--TranslateY: 0.125rem;
|
@@ -184,18 +185,18 @@
|
|
184
185
|
--pf-v5-c-table__column-help--c-button--MarginBottom: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
185
186
|
--pf-v5-c-table__column-help--c-button--PaddingRight: var(--pf-v5-global--spacer--sm);
|
186
187
|
--pf-v5-c-table__column-help--c-button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
187
|
-
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-
|
188
|
-
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-
|
189
|
-
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-
|
190
|
-
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-
|
191
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-
|
192
|
-
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-
|
188
|
+
--pf-v5-c-table__compound-expansion-toggle__button--Color: var(--pf-t--global--icon--color--brand--default);
|
189
|
+
--pf-v5-c-table__compound-expansion-toggle__button--hover--Color: var(--pf-t--global--icon--color--brand--hover);
|
190
|
+
--pf-v5-c-table__compound-expansion-toggle__button--focus--Color: var(--pf-t--global--icon--color--brand--hover);
|
191
|
+
--pf-v5-c-table__compound-expansion-toggle__button--active--Color: var(--pf-t--global--icon--color--brand--active);
|
192
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--border-width--base: var(--pf-t--global--border--width--button--default);
|
193
|
+
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderColor: var(--pf-t--global--border--color--default);
|
193
194
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderRightWidth: 0;
|
194
195
|
--pf-v5-c-table__compound-expansion-toggle__button--before--BorderLeftWidth: 0;
|
195
196
|
--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);
|
196
197
|
--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);
|
197
198
|
--pf-v5-c-table__compound-expansion-toggle__button--after--border-width--base: var(--pf-v5-global--BorderWidth--lg);
|
198
|
-
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-
|
199
|
+
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderColor: var(--pf-t--global--border--color--active);
|
199
200
|
--pf-v5-c-table__compound-expansion-toggle__button--after--BorderTopWidth: 0;
|
200
201
|
--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);
|
201
202
|
--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);
|
@@ -209,60 +210,60 @@
|
|
209
210
|
--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight: var(--pf-v5-global--spacer--md);
|
210
211
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
211
212
|
--pf-v5-c-table--m-compact--cell--first-last-child--xl--PaddingRight: var(--pf-v5-global--spacer--lg);
|
212
|
-
--pf-v5-c-table--m-compact--FontSize: var(--pf-
|
213
|
+
--pf-v5-c-table--m-compact--FontSize: var(--pf-t--global--font--size--body);
|
213
214
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingTop: var(--pf-v5-global--spacer--lg);
|
214
215
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingRight: var(--pf-v5-global--spacer--lg);
|
215
216
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingBottom: var(--pf-v5-global--spacer--lg);
|
216
217
|
--pf-v5-c-table--m-compact__expandable-row-content--PaddingLeft: var(--pf-v5-global--spacer--lg);
|
217
218
|
--pf-v5-c-table--nested--first-last-child--PaddingRight: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingLeft);
|
218
219
|
--pf-v5-c-table--nested--first-last-child--PaddingLeft: var(--pf-v5-c-table--m-compact--cell--first-last-child--PaddingRight);
|
219
|
-
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-
|
220
|
+
--pf-v5-c-table__expandable-row--m-expanded--BorderBottomColor: var(--pf-t--global--border--color--default);
|
220
221
|
--pf-v5-c-table__tr--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
221
222
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: transparent;
|
222
223
|
--pf-v5-c-table__tr--m-clickable--BoxShadow: none;
|
223
224
|
--pf-v5-c-table__tr--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
224
|
-
--pf-v5-c-table__tr--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
225
|
-
--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor: var(--pf-
|
226
|
-
--pf-v5-c-table__tr--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
227
|
-
--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor: var(--pf-
|
228
|
-
--pf-v5-c-table__tr--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow--top), var(--pf-
|
229
|
-
--pf-v5-c-table__tr--m-clickable--active--BackgroundColor: var(--pf-
|
230
|
-
--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);
|
231
232
|
--pf-v5-c-table__tr--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
232
|
-
--pf-v5-c-table__tr--m-selected--BackgroundColor: var(--pf-
|
233
|
-
--pf-v5-c-table__tr--m-selected--BoxShadow: var(--pf-v5-c-table__tr--m-selected--BoxShadow--top), var(--pf-
|
234
|
-
--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));
|
235
236
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
236
237
|
--pf-v5-c-table__tr--m-selected--after--BorderLeftColor: var(--pf-v5-global--active-color--100);
|
237
|
-
--pf-v5-c-table__tr--m-selected--m-selected--BoxShadow: var(--pf-
|
238
|
-
--pf-v5-c-table__tr--m-selected--hover__tr--m-selected--BoxShadow: var(--pf-
|
239
|
-
--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);
|
240
241
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
241
242
|
--pf-v5-c-table__tbody--m-clickable--BoxShadow: none;
|
242
243
|
--pf-v5-c-table__tbody--m-clickable--BackgroundColor: transparent;
|
243
244
|
--pf-v5-c-table__tbody--m-clickable--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
244
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
245
|
-
--pf-v5-c-table__tbody--m-clickable--hover--BackgroundColor: var(--pf-
|
246
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
247
|
-
--pf-v5-c-table__tbody--m-clickable--focus--BackgroundColor: var(--pf-
|
248
|
-
--pf-v5-c-table__tbody--m-clickable--active--BoxShadow: var(--pf-v5-c-table__tbody--m-clickable--BoxShadow--top), var(--pf-
|
249
|
-
--pf-v5-c-table__tbody--m-clickable--active--BackgroundColor: var(--pf-
|
250
|
-
--pf-v5-c-table__tbody--m-clickable--m-expanded--BorderColor: var(--pf-
|
251
|
-
--pf-v5-c-table__tbody--m-clickable--m-selected--hover__tr--BoxShadow: var(--pf-
|
252
|
-
--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);
|
253
254
|
--pf-v5-c-table__tbody--m-selected--BoxShadow--top: var(--pf-v5-c-table__tr--BoxShadow--top--base);
|
254
|
-
--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);
|
255
256
|
--pf-v5-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
256
257
|
--pf-v5-c-table__tbody--m-selected--after--BorderLeftWidth: calc(2 * var(--pf-v5-c-table__expandable-row--after--border-width--base));
|
257
|
-
--pf-v5-c-table__tbody--m-selected--after--BorderLeftColor: var(--pf-
|
258
|
-
--pf-v5-c-table__tbody--m-selected--m-selected--BoxShadow: var(--pf-
|
259
|
-
--pf-v5-c-table__tbody--m-selected--hover__tbody--m-selected--BoxShadow: var(--pf-
|
260
|
-
--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);
|
261
262
|
--pf-v5-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
|
262
263
|
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingTop: var(--pf-v5-global--spacer--xs);
|
263
264
|
--pf-v5-c-table__thead--m-nested-column-header__tr--PaddingBottom: var(--pf-v5-global--spacer--xs);
|
264
|
-
--pf-v5-c-table__subhead--Color: var(--pf-
|
265
|
-
--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);
|
266
267
|
--pf-v5-c-table--m-sticky-header--cell--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
267
268
|
color: var(--pf-v5-global--Color--100);
|
268
269
|
width: 100%;
|
@@ -514,27 +515,18 @@
|
|
514
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 {
|
515
516
|
border-inline-start-width: 0;
|
516
517
|
}
|
518
|
+
.pf-v5-c-table tr.pf-m-clickable:last-child {
|
519
|
+
border-block-end-color: transparent;
|
520
|
+
}
|
517
521
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable {
|
518
522
|
cursor: pointer;
|
519
523
|
background-color: var(--pf-v5-c-table__tr--m-clickable--BackgroundColor);
|
520
524
|
outline-offset: var(--pf-v5-c-table__tr--m-clickable--OutlineOffset);
|
521
525
|
box-shadow: var(--pf-v5-c-table__tr--m-clickable--BoxShadow);
|
522
526
|
}
|
523
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover
|
524
|
-
box-shadow: var(--pf-v5-c-table__tr--m-clickable--m-selected--BoxShadow);
|
525
|
-
}
|
526
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:hover {
|
527
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--hover--BoxShadow);
|
527
|
+
.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 {
|
528
528
|
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--hover--BackgroundColor);
|
529
529
|
}
|
530
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:focus {
|
531
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--focus--BoxShadow);
|
532
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--focus--BackgroundColor);
|
533
|
-
}
|
534
|
-
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-clickable:active {
|
535
|
-
--pf-v5-c-table__tr--m-clickable--BoxShadow: var(--pf-v5-c-table__tr--m-clickable--active--BoxShadow);
|
536
|
-
--pf-v5-c-table__tr--m-clickable--BackgroundColor: var(--pf-v5-c-table__tr--m-clickable--active--BackgroundColor);
|
537
|
-
}
|
538
530
|
.pf-v5-c-table tr:where(.pf-v5-c-table__tr).pf-m-selected {
|
539
531
|
--pf-v5-c-table__expandable-row--after--BorderLeftWidth: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftWidth);
|
540
532
|
--pf-v5-c-table__expandable-row--after--BorderColor: var(--pf-v5-c-table__tr--m-selected--after--BorderLeftColor);
|
@@ -750,13 +742,16 @@
|
|
750
742
|
cursor: pointer;
|
751
743
|
}
|
752
744
|
.pf-v5-c-table__check label {
|
753
|
-
display:
|
745
|
+
display: inline-flex;
|
754
746
|
padding: inherit;
|
755
747
|
margin-block-start: calc(var(--pf-v5-c-table--cell--PaddingTop) * -1);
|
756
748
|
margin-block-end: calc(var(--pf-v5-c-table--cell--PaddingBottom) * -1);
|
757
749
|
margin-inline-start: calc(var(--pf-v5-c-table--cell--PaddingLeft) * -1);
|
758
750
|
margin-inline-end: calc(var(--pf-v5-c-table--cell--PaddingRight) * -1);
|
759
751
|
}
|
752
|
+
.pf-v5-c-table__thead .pf-v5-c-check.pf-m-standalone {
|
753
|
+
--pf-v5-c-check__input--TranslateY: var(--pf-v5-c-table__thead__check--input--TranslateY);
|
754
|
+
}
|
760
755
|
|
761
756
|
.pf-v5-c-table__favorite .pf-v5-c-button {
|
762
757
|
--pf-v5-c-button--m-plain--Color: var(--pf-v5-c-table__favorite--c-button--Color);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './table.css';
|
2
2
|
declare const _default: {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"check": "pf-v5-c-check",
|
4
5
|
"checkInput": "pf-v5-c-check__input",
|
5
6
|
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"modifiers": {
|
@@ -39,6 +40,7 @@ declare const _default: {
|
|
39
40
|
"selected": "pf-m-selected",
|
40
41
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
41
42
|
"dragOver": "pf-m-drag-over",
|
43
|
+
"standalone": "pf-m-standalone",
|
42
44
|
"favorited": "pf-m-favorited",
|
43
45
|
"noPadding": "pf-m-no-padding",
|
44
46
|
"compact": "pf-m-compact",
|
@@ -3,6 +3,7 @@ exports.__esModule = true;
|
|
3
3
|
require('./table.css');
|
4
4
|
exports.default = {
|
5
5
|
"button": "pf-v5-c-button",
|
6
|
+
"check": "pf-v5-c-check",
|
6
7
|
"checkInput": "pf-v5-c-check__input",
|
7
8
|
"dirRtl": "pf-v5-m-dir-rtl",
|
8
9
|
"modifiers": {
|
@@ -41,6 +42,7 @@ exports.default = {
|
|
41
42
|
"selected": "pf-m-selected",
|
42
43
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
43
44
|
"dragOver": "pf-m-drag-over",
|
45
|
+
"standalone": "pf-m-standalone",
|
44
46
|
"favorited": "pf-m-favorited",
|
45
47
|
"noPadding": "pf-m-no-padding",
|
46
48
|
"compact": "pf-m-compact",
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import './table.css';
|
2
2
|
export default {
|
3
3
|
"button": "pf-v5-c-button",
|
4
|
+
"check": "pf-v5-c-check",
|
4
5
|
"checkInput": "pf-v5-c-check__input",
|
5
6
|
"dirRtl": "pf-v5-m-dir-rtl",
|
6
7
|
"modifiers": {
|
@@ -39,6 +40,7 @@ export default {
|
|
39
40
|
"selected": "pf-m-selected",
|
40
41
|
"firstCellOffsetReset": "pf-m-first-cell-offset-reset",
|
41
42
|
"dragOver": "pf-m-drag-over",
|
43
|
+
"standalone": "pf-m-standalone",
|
42
44
|
"favorited": "pf-m-favorited",
|
43
45
|
"noPadding": "pf-m-no-padding",
|
44
46
|
"compact": "pf-m-compact",
|
@@ -1,23 +1,44 @@
|
|
1
|
+
:root {
|
2
|
+
--pf-v5-c-title--FontFamily: var(--pf-t--global--font--family--heading);
|
3
|
+
--pf-v5-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
4
|
+
--pf-v5-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
|
5
|
+
--pf-v5-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
6
|
+
--pf-v5-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
7
|
+
--pf-v5-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
|
8
|
+
--pf-v5-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
9
|
+
--pf-v5-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
10
|
+
--pf-v5-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
|
11
|
+
--pf-v5-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
12
|
+
--pf-v5-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
13
|
+
--pf-v5-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
|
14
|
+
--pf-v5-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
15
|
+
--pf-v5-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
|
16
|
+
--pf-v5-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
|
17
|
+
--pf-v5-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
|
18
|
+
--pf-v5-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
|
19
|
+
--pf-v5-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
|
20
|
+
--pf-v5-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
|
21
|
+
--pf-v5-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
22
|
+
--pf-v5-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--lg);
|
23
|
+
--pf-v5-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
24
|
+
--pf-v5-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
25
|
+
--pf-v5-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--md);
|
26
|
+
--pf-v5-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
27
|
+
--pf-v5-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
28
|
+
--pf-v5-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--sm);
|
29
|
+
--pf-v5-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
30
|
+
--pf-v5-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
31
|
+
--pf-v5-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--xs);
|
32
|
+
--pf-v5-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
33
|
+
--pf-v5-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
34
|
+
--pf-v5-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--xs);
|
35
|
+
--pf-v5-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
36
|
+
--pf-v5-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
37
|
+
--pf-v5-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--xs);
|
38
|
+
--pf-v5-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
39
|
+
}
|
40
|
+
|
1
41
|
.pf-v5-c-title {
|
2
|
-
--pf-v5-c-title--FontFamily: var(--pf-v5-global--FontFamily--heading);
|
3
|
-
--pf-v5-c-title--m-4xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
4
|
-
--pf-v5-c-title--m-4xl--FontSize: var(--pf-v5-global--FontSize--4xl);
|
5
|
-
--pf-v5-c-title--m-4xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
6
|
-
--pf-v5-c-title--m-3xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
7
|
-
--pf-v5-c-title--m-3xl--FontSize: var(--pf-v5-global--FontSize--3xl);
|
8
|
-
--pf-v5-c-title--m-3xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
9
|
-
--pf-v5-c-title--m-2xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
10
|
-
--pf-v5-c-title--m-2xl--FontSize: var(--pf-v5-global--FontSize--2xl);
|
11
|
-
--pf-v5-c-title--m-2xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
12
|
-
--pf-v5-c-title--m-xl--LineHeight: var(--pf-v5-global--LineHeight--md);
|
13
|
-
--pf-v5-c-title--m-xl--FontSize: var(--pf-v5-global--FontSize--xl);
|
14
|
-
--pf-v5-c-title--m-xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
15
|
-
--pf-v5-c-title--m-lg--LineHeight: var(--pf-v5-global--LineHeight--md);
|
16
|
-
--pf-v5-c-title--m-lg--FontSize: var(--pf-v5-global--FontSize--lg);
|
17
|
-
--pf-v5-c-title--m-lg--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
18
|
-
--pf-v5-c-title--m-md--LineHeight: var(--pf-v5-global--LineHeight--md);
|
19
|
-
--pf-v5-c-title--m-md--FontSize: var(--pf-v5-global--FontSize--md);
|
20
|
-
--pf-v5-c-title--m-md--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
21
42
|
font-family: var(--pf-v5-c-title--FontFamily);
|
22
43
|
word-break: break-word;
|
23
44
|
}
|
@@ -50,4 +71,34 @@
|
|
50
71
|
font-size: var(--pf-v5-c-title--m-md--FontSize);
|
51
72
|
font-weight: var(--pf-v5-c-title--m-md--FontWeight);
|
52
73
|
line-height: var(--pf-v5-c-title--m-md--LineHeight);
|
74
|
+
}
|
75
|
+
.pf-v5-c-title.pf-m-h1 {
|
76
|
+
font-size: var(--pf-v5-c-title--m-h1--FontSize);
|
77
|
+
font-weight: var(--pf-v5-c-title--m-h1--FontWeight);
|
78
|
+
line-height: var(--pf-v5-c-title--m-h1--LineHeight);
|
79
|
+
}
|
80
|
+
.pf-v5-c-title.pf-m-h2 {
|
81
|
+
font-size: var(--pf-v5-c-title--m-h2--FontSize);
|
82
|
+
font-weight: var(--pf-v5-c-title--m-h2--FontWeight);
|
83
|
+
line-height: var(--pf-v5-c-title--m-h2--LineHeight);
|
84
|
+
}
|
85
|
+
.pf-v5-c-title.pf-m-h3 {
|
86
|
+
font-size: var(--pf-v5-c-title--m-h3--FontSize);
|
87
|
+
font-weight: var(--pf-v5-c-title--m-h3--FontWeight);
|
88
|
+
line-height: var(--pf-v5-c-title--m-h3--LineHeight);
|
89
|
+
}
|
90
|
+
.pf-v5-c-title.pf-m-h4 {
|
91
|
+
font-size: var(--pf-v5-c-title--m-h4--FontSize);
|
92
|
+
font-weight: var(--pf-v5-c-title--m-h4--FontWeight);
|
93
|
+
line-height: var(--pf-v5-c-title--m-h4--LineHeight);
|
94
|
+
}
|
95
|
+
.pf-v5-c-title.pf-m-h5 {
|
96
|
+
font-size: var(--pf-v5-c-title--m-h5--FontSize);
|
97
|
+
font-weight: var(--pf-v5-c-title--m-h5--FontWeight);
|
98
|
+
line-height: var(--pf-v5-c-title--m-h5--LineHeight);
|
99
|
+
}
|
100
|
+
.pf-v5-c-title.pf-m-h6 {
|
101
|
+
font-size: var(--pf-v5-c-title--m-h6--FontSize);
|
102
|
+
font-weight: var(--pf-v5-c-title--m-h6--FontWeight);
|
103
|
+
line-height: var(--pf-v5-c-title--m-h6--LineHeight);
|
53
104
|
}
|
@@ -6,7 +6,13 @@ declare const _default: {
|
|
6
6
|
"2xl": "pf-m-2xl",
|
7
7
|
"xl": "pf-m-xl",
|
8
8
|
"lg": "pf-m-lg",
|
9
|
-
"md": "pf-m-md"
|
9
|
+
"md": "pf-m-md",
|
10
|
+
"h1": "pf-m-h1",
|
11
|
+
"h2": "pf-m-h2",
|
12
|
+
"h3": "pf-m-h3",
|
13
|
+
"h4": "pf-m-h4",
|
14
|
+
"h5": "pf-m-h5",
|
15
|
+
"h6": "pf-m-h6"
|
10
16
|
},
|
11
17
|
"title": "pf-v5-c-title"
|
12
18
|
};
|
@@ -8,7 +8,13 @@ exports.default = {
|
|
8
8
|
"2xl": "pf-m-2xl",
|
9
9
|
"xl": "pf-m-xl",
|
10
10
|
"lg": "pf-m-lg",
|
11
|
-
"md": "pf-m-md"
|
11
|
+
"md": "pf-m-md",
|
12
|
+
"h1": "pf-m-h1",
|
13
|
+
"h2": "pf-m-h2",
|
14
|
+
"h3": "pf-m-h3",
|
15
|
+
"h4": "pf-m-h4",
|
16
|
+
"h5": "pf-m-h5",
|
17
|
+
"h6": "pf-m-h6"
|
12
18
|
},
|
13
19
|
"title": "pf-v5-c-title"
|
14
20
|
};
|
@@ -6,7 +6,13 @@ export default {
|
|
6
6
|
"2xl": "pf-m-2xl",
|
7
7
|
"xl": "pf-m-xl",
|
8
8
|
"lg": "pf-m-lg",
|
9
|
-
"md": "pf-m-md"
|
9
|
+
"md": "pf-m-md",
|
10
|
+
"h1": "pf-m-h1",
|
11
|
+
"h2": "pf-m-h2",
|
12
|
+
"h3": "pf-m-h3",
|
13
|
+
"h4": "pf-m-h4",
|
14
|
+
"h5": "pf-m-h5",
|
15
|
+
"h6": "pf-m-h6"
|
10
16
|
},
|
11
17
|
"title": "pf-v5-c-title"
|
12
18
|
};
|
@@ -47,9 +47,8 @@
|
|
47
47
|
}
|
48
48
|
}
|
49
49
|
|
50
|
-
|
50
|
+
:root {
|
51
51
|
--pf-v5-c-toolbar--AlignItems--base: flex-start;
|
52
|
-
--pf-v5-c-toolbar--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
53
52
|
--pf-v5-c-toolbar--RowGap--base: var(--pf-v5-global--spacer--lg);
|
54
53
|
--pf-v5-c-toolbar--RowGap: var(--pf-v5-c-toolbar--RowGap--base);
|
55
54
|
--pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--md);
|
@@ -115,6 +114,9 @@
|
|
115
114
|
--pf-v5-c-toolbar__item--m-label--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
116
115
|
--pf-v5-c-toolbar__item--m-label--TranslateY: var(--pf-v5-global--spacer--form-element);
|
117
116
|
--pf-v5-c-toolbar__item--m-label--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
117
|
+
--pf-v5-c-toolbar__item--m-form-element--spacer: var(--pf-v5-c-toolbar__item--spacer);
|
118
|
+
--pf-v5-c-toolbar__item--m-form-element--TranslateY: var(--pf-v5-global--spacer--form-element);
|
119
|
+
--pf-v5-c-toolbar__item--m-form-element--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
118
120
|
--pf-v5-c-toolbar__item--m-form-control--TranslateY: var(--pf-v5-global--spacer--form-element);
|
119
121
|
--pf-v5-c-toolbar__expandable-content__item--m-label--MarginBottom: calc(-1 * var(--pf-v5-c-toolbar__expandable-content--m-expanded--GridRowGap) + var(--pf-v5-global--spacer--sm));
|
120
122
|
--pf-v5-c-toolbar__expandable-content__item--m-label--FontSize: var(--pf-v5-global--FontSize--sm);
|
@@ -124,6 +126,9 @@
|
|
124
126
|
--pf-v5-c-toolbar--m-full-height--PaddingBottom: 0;
|
125
127
|
--pf-v5-c-toolbar--m-full-height__item--Display: flex;
|
126
128
|
--pf-v5-c-toolbar--m-full-height__item--AlignItems: center;
|
129
|
+
}
|
130
|
+
|
131
|
+
.pf-v5-c-toolbar {
|
127
132
|
position: relative;
|
128
133
|
display: grid;
|
129
134
|
row-gap: var(--pf-v5-c-toolbar--RowGap);
|
@@ -361,7 +366,12 @@
|
|
361
366
|
.pf-v5-c-toolbar__item.pf-m-label {
|
362
367
|
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-label--spacer);
|
363
368
|
font-weight: var(--pf-v5-c-toolbar__item--m-label--FontWeight);
|
364
|
-
transform: translateY(var(--pf-v5-
|
369
|
+
transform: translateY(var(--pf-v5-c-toolbar__item--m-label--TranslateY));
|
370
|
+
}
|
371
|
+
.pf-v5-c-toolbar__item.pf-m-form-element {
|
372
|
+
--pf-v5-c-toolbar--spacer: var(--pf-v5-c-toolbar__item--m-form-element--spacer);
|
373
|
+
font-weight: var(--pf-v5-c-toolbar__item--m-form-element--FontWeight);
|
374
|
+
transform: translateY(var(--pf-v5-c-toolbar__item--m-form-element--TranslateY));
|
365
375
|
}
|
366
376
|
.pf-v5-c-toolbar__item.pf-m-pagination {
|
367
377
|
margin-inline-start: auto;
|
@@ -37,6 +37,7 @@ declare const _default: {
|
|
37
37
|
"searchFilter": "pf-m-search-filter",
|
38
38
|
"chipGroup": "pf-m-chip-group",
|
39
39
|
"label": "pf-m-label",
|
40
|
+
"formElement": "pf-m-form-element",
|
40
41
|
"pagination": "pf-m-pagination",
|
41
42
|
"overflowContainer": "pf-m-overflow-container",
|
42
43
|
"chipContainer": "pf-m-chip-container",
|
@@ -39,6 +39,7 @@ exports.default = {
|
|
39
39
|
"searchFilter": "pf-m-search-filter",
|
40
40
|
"chipGroup": "pf-m-chip-group",
|
41
41
|
"label": "pf-m-label",
|
42
|
+
"formElement": "pf-m-form-element",
|
42
43
|
"pagination": "pf-m-pagination",
|
43
44
|
"overflowContainer": "pf-m-overflow-container",
|
44
45
|
"chipContainer": "pf-m-chip-container",
|
@@ -37,6 +37,7 @@ export default {
|
|
37
37
|
"searchFilter": "pf-m-search-filter",
|
38
38
|
"chipGroup": "pf-m-chip-group",
|
39
39
|
"label": "pf-m-label",
|
40
|
+
"formElement": "pf-m-form-element",
|
40
41
|
"pagination": "pf-m-pagination",
|
41
42
|
"overflowContainer": "pf-m-overflow-container",
|
42
43
|
"chipContainer": "pf-m-chip-container",
|