@patternfly/patternfly 6.0.0-alpha.173 → 6.0.0-alpha.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Button/button.css +5 -1
- package/components/Button/button.scss +5 -1
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Content/content.css +19 -43
- package/components/Content/content.scss +17 -60
- package/components/JumpLinks/jump-links.css +0 -7
- package/components/JumpLinks/jump-links.scss +0 -9
- package/components/Label/label.css +2 -2
- package/components/Label/label.scss +2 -2
- package/components/List/list.css +33 -40
- package/components/List/list.scss +39 -48
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/components/Tabs/tabs.css +1 -18
- package/components/Tabs/tabs.scss +1 -18
- package/components/_index.css +64 -116
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/ActionList/examples/ActionList.md +7 -7
- package/docs/components/Alert/examples/Alert.md +44 -46
- package/docs/components/BackToTop/examples/BackToTop.md +3 -5
- package/docs/components/Banner/examples/Banner.md +1 -1
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +8 -8
- package/docs/components/Card/examples/Card.md +36 -20
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +32 -29
- package/docs/components/CodeBlock/examples/CodeBlock.md +6 -6
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -21
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +100 -150
- package/docs/components/Drawer/examples/Drawer.md +19 -19
- package/docs/components/DualListSelector/examples/DualListSelector.md +84 -84
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/Form/examples/Form.md +18 -19
- package/docs/components/Hint/examples/Hint.md +2 -2
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +2 -2
- package/docs/components/JumpLinks/examples/JumpLinks.md +8 -8
- package/docs/components/Label/examples/Label.md +217 -217
- package/docs/components/LogViewer/examples/LogViewer.md +77 -97
- package/docs/components/Login/examples/Login.md +37 -32
- package/docs/components/Masthead/examples/masthead.md +6 -6
- package/docs/components/Menu/examples/Menu.md +10 -10
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.md +17 -17
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +9 -9
- package/docs/components/Nav/examples/Navigation.md +4 -4
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +2 -2
- package/docs/components/NumberInput/examples/NumberInput.md +24 -24
- package/docs/components/OverflowMenu/examples/overflow-menu.md +6 -6
- package/docs/components/Page/examples/Page.md +7 -7
- package/docs/components/Pagination/examples/Pagination.md +53 -44
- package/docs/components/Popover/examples/Popover.md +30 -15
- package/docs/components/Slider/examples/Slider.md +8 -8
- package/docs/components/Table/examples/Table.md +433 -203
- package/docs/components/Tabs/examples/Tabs.md +364 -358
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +364 -404
- package/docs/components/Toolbar/examples/Toolbar.md +59 -59
- package/docs/components/TreeView/examples/TreeView.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +10 -10
- package/docs/demos/AboutModal/examples/AboutModal.md +2 -2
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -6
- package/docs/demos/Banner/examples/Banner.md +2 -2
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +54 -79
- package/docs/demos/CardView/examples/CardView.md +8 -7
- package/docs/demos/Dashboard/examples/Dashboard.md +25 -37
- package/docs/demos/DataList/examples/DataList.md +38 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -4
- package/docs/demos/Drawer/examples/Drawer.md +8 -8
- package/docs/demos/Form/examples/BasicForms.md +69 -86
- package/docs/demos/JumpLinks/examples/JumpLinks.md +14 -20
- package/docs/demos/Masthead/examples/Masthead.md +13 -13
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +9 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Page/examples/Page.md +9 -9
- package/docs/demos/Page/examples/Penta.md +2 -2
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +3 -3
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -35
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
- package/docs/demos/Table/examples/Table.md +132 -115
- package/docs/demos/Tabs/examples/Tabs.md +11 -11
- package/docs/demos/Toolbar/examples/Toolbar.md +37 -36
- package/docs/demos/Wizard/examples/Wizard.md +22 -23
- package/package.json +1 -1
- package/patternfly-no-globals.css +64 -116
- package/patternfly.css +64 -116
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -7650,6 +7650,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
7650
7650
|
--pf-v6-c-button--m-link--m-danger--m-clicked--BackgroundColor: var(--pf-t--global--background--color--action--plain--clicked);
|
|
7651
7651
|
--pf-v6-c-button--m-link--m-danger--m-clicked__icon--Color: var(--pf-t--global--text--color--status--danger--clicked);
|
|
7652
7652
|
--pf-v6-c-button--m-link--m-inline--Display: inline-flex;
|
|
7653
|
+
--pf-v6-c-button--m-link--m-inline--JustifyContent: flex-start;
|
|
7653
7654
|
--pf-v6-c-button--m-link--m-inline--FontSize: initial;
|
|
7654
7655
|
--pf-v6-c-button--m-link--m-inline--LineHeight: initial;
|
|
7655
7656
|
--pf-v6-c-button--m-link--m-inline--FontWeight: initial;
|
|
@@ -7670,7 +7671,8 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
7670
7671
|
--pf-v6-c-button--m-plain--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
7671
7672
|
--pf-v6-c-button--m-plain--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
7672
7673
|
--pf-v6-c-button--m-plain--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
|
7673
|
-
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--
|
|
7674
|
+
--pf-v6-c-button--m-plain--Color: var(--pf-t--global--text--color--regular);
|
|
7675
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-t--global--icon--color--regular);
|
|
7674
7676
|
--pf-v6-c-button--m-plain--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
7675
7677
|
--pf-v6-c-button--m-plain--MinWidth: calc(1em * var(--pf-v6-c-button--LineHeight) + var(--pf-v6-c-button--m-plain--PaddingBlockStart) + var(--pf-v6-c-button--m-plain--PaddingBlockEnd));
|
|
7676
7678
|
--pf-v6-c-button--m-plain--hover--Color: var(--pf-t--global--icon--color--regular);
|
|
@@ -7901,6 +7903,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
7901
7903
|
}
|
|
7902
7904
|
.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
7903
7905
|
--pf-v6-c-button--Display: var(--pf-v6-c-button--m-link--m-inline--Display);
|
|
7906
|
+
--pf-v6-c-button--JustifyContent: var(--pf-v6-c-button--m-link--m-inline--JustifyContent);
|
|
7904
7907
|
--pf-v6-c-button--FontSize: var(--pf-v6-c-button--m-link--m-inline--FontSize);
|
|
7905
7908
|
--pf-v6-c-button--LineHeight: var(--pf-v6-c-button--m-link--m-inline--LineHeight);
|
|
7906
7909
|
--pf-v6-c-button--FontWeight: var(--pf-v6-c-button--m-link--m-inline--FontWeight);
|
|
@@ -8020,6 +8023,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8020
8023
|
.pf-v6-c-button.pf-m-plain {
|
|
8021
8024
|
--pf-v6-c-button--BorderRadius: var(--pf-v6-c-button--m-plain--BorderRadius);
|
|
8022
8025
|
--pf-v6-c-button--Color: var(--pf-v6-c-button--m-plain--Color);
|
|
8026
|
+
--pf-v6-c-button__icon--Color: var(--pf-v6-c-button--m-plain__icon--Color);
|
|
8023
8027
|
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--m-plain--BackgroundColor);
|
|
8024
8028
|
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-button--m-plain--PaddingBlockStart);
|
|
8025
8029
|
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-button--m-plain--PaddingInlineEnd);
|
|
@@ -8655,8 +8659,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
8655
8659
|
.pf-v6-c-card__title:not(:last-child) {
|
|
8656
8660
|
padding-block-end: var(--pf-v6-c-card__title--not--last-child--PaddingBlockEnd);
|
|
8657
8661
|
}
|
|
8658
|
-
.pf-v6-c-card__header
|
|
8659
|
-
.pf-v6-c-card__title
|
|
8662
|
+
.pf-v6-c-card__header .pf-v6-c-button.pf-m-inline:disabled,
|
|
8663
|
+
.pf-v6-c-card__title .pf-v6-c-button.pf-m-inline:disabled {
|
|
8660
8664
|
--pf-v6-c-button--disabled--Color: var(--pf-v6-c-card--c-button--disabled--Color);
|
|
8661
8665
|
}
|
|
8662
8666
|
|
|
@@ -8851,8 +8855,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
8851
8855
|
}
|
|
8852
8856
|
|
|
8853
8857
|
.pf-v6-c-clipboard-copy__actions-item .pf-v6-c-button.pf-m-plain {
|
|
8854
|
-
--pf-v6-c-button--m-
|
|
8855
|
-
--pf-v6-c-button--m-plain--
|
|
8858
|
+
--pf-v6-c-button--m-plain__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--Color);
|
|
8859
|
+
--pf-v6-c-button--m-plain--hover__icon--Color: var(--pf-v6-c-clipboard-copy__actions-item--button--hover--Color);
|
|
8856
8860
|
}
|
|
8857
8861
|
|
|
8858
8862
|
:where(:root, .pf-v6-c-code-block) {
|
|
@@ -9139,16 +9143,10 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
9139
9143
|
--pf-v6-c-content--blockquote--Color: var(--pf-t--global--text--color--subtle);
|
|
9140
9144
|
--pf-v6-c-content--blockquote--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
|
9141
9145
|
--pf-v6-c-content--blockquote--BorderInlineStartWidth: var(--pf-t--global--border--width--300);
|
|
9142
|
-
--pf-v6-c-content--
|
|
9143
|
-
--pf-v6-c-content--
|
|
9144
|
-
--pf-v6-c-content--
|
|
9145
|
-
--pf-v6-c-content--ol--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
9146
|
-
--pf-v6-c-content--ul--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
9147
|
-
--pf-v6-c-content--ul--MarginInlineStart: var(--pf-t--global--spacer--lg);
|
|
9148
|
-
--pf-v6-c-content--ul--nested--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
9149
|
-
--pf-v6-c-content--ul--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
9146
|
+
--pf-v6-c-content--list--Gap: var(--pf-t--global--spacer--sm);
|
|
9147
|
+
--pf-v6-c-content--list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
9148
|
+
--pf-v6-c-content--list--nested--MarginBlockStart: var(--pf-v6-c-content--list--Gap);
|
|
9150
9149
|
--pf-v6-c-content--ul--ListStyle: var(--pf-t--global--list-style);
|
|
9151
|
-
--pf-v6-c-content--li--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
9152
9150
|
--pf-v6-c-content--dl--ColumnGap: var(--pf-t--global--spacer--2xl);
|
|
9153
9151
|
--pf-v6-c-content--dl--RowGap: var(--pf-t--global--spacer--md);
|
|
9154
9152
|
--pf-v6-c-content--dt--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
@@ -9218,17 +9216,6 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
9218
9216
|
margin-block-end: 0;
|
|
9219
9217
|
}
|
|
9220
9218
|
|
|
9221
|
-
:is(.pf-v6-c-content--ol,
|
|
9222
|
-
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) {
|
|
9223
|
-
margin: 0;
|
|
9224
|
-
}
|
|
9225
|
-
:is(.pf-v6-c-content--ol,
|
|
9226
|
-
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul).pf-m-plain {
|
|
9227
|
-
padding-inline-start: 0;
|
|
9228
|
-
margin-inline-start: 0;
|
|
9229
|
-
list-style: none;
|
|
9230
|
-
}
|
|
9231
|
-
|
|
9232
9219
|
:is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
|
|
9233
9220
|
margin-block-start: var(--pf-v6-c-content--h1--MarginBlockStart);
|
|
9234
9221
|
margin-block-end: var(--pf-v6-c-content--h1--MarginBlockEnd);
|
|
@@ -9302,36 +9289,29 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
9302
9289
|
border: none;
|
|
9303
9290
|
}
|
|
9304
9291
|
|
|
9305
|
-
:is(.pf-v6-c-content--ol,
|
|
9306
|
-
|
|
9307
|
-
|
|
9292
|
+
:is(.pf-v6-c-content--ol,
|
|
9293
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) {
|
|
9294
|
+
display: flex;
|
|
9295
|
+
flex-direction: column;
|
|
9296
|
+
gap: var(--pf-v6-c-content--list--Gap);
|
|
9297
|
+
padding-inline-start: var(--pf-v6-c-content--list--PaddingInlineStart);
|
|
9308
9298
|
}
|
|
9309
|
-
:is(.pf-v6-c-content--ol,
|
|
9310
|
-
ul) {
|
|
9311
|
-
|
|
9312
|
-
|
|
9299
|
+
:is(.pf-v6-c-content--ol,
|
|
9300
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul).pf-m-plain {
|
|
9301
|
+
padding-inline-start: 0;
|
|
9302
|
+
list-style: none;
|
|
9313
9303
|
}
|
|
9314
|
-
:is(.pf-v6-c-content--ol,
|
|
9315
|
-
ol)
|
|
9316
|
-
|
|
9317
|
-
|
|
9304
|
+
:is(.pf-v6-c-content--ol,
|
|
9305
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) :is(.pf-v6-c-content--ol,
|
|
9306
|
+
.pf-v6-c-content--ul,
|
|
9307
|
+
ol,
|
|
9308
|
+
ul) {
|
|
9309
|
+
margin-block-start: var(--pf-v6-c-content--list--nested--MarginBlockStart);
|
|
9318
9310
|
}
|
|
9319
9311
|
|
|
9320
9312
|
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) {
|
|
9321
|
-
padding-inline-start: var(--pf-v6-c-content--ul--PaddingInlineStart);
|
|
9322
|
-
margin-inline-start: var(--pf-v6-c-content--ul--MarginInlineStart);
|
|
9323
9313
|
list-style: var(--pf-v6-c-content--ul--ListStyle);
|
|
9324
9314
|
}
|
|
9325
|
-
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) :is(.pf-v6-c-content--ul,
|
|
9326
|
-
ul) {
|
|
9327
|
-
--pf-v6-c-content--ul--MarginInlineStart: var(--pf-v6-c-content--ul--nested--MarginInlineStart);
|
|
9328
|
-
margin-block-start: var(--pf-v6-c-content--ul--nested--MarginBlockStart);
|
|
9329
|
-
}
|
|
9330
|
-
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) :is(.pf-v6-c-content--ol,
|
|
9331
|
-
ol) {
|
|
9332
|
-
--pf-v6-c-content--ol--MarginInlineStart: var(--pf-v6-c-content--ol--nested--MarginInlineStart);
|
|
9333
|
-
margin-block-start: var(--pf-v6-c-content--ol--nested--MarginBlockStart);
|
|
9334
|
-
}
|
|
9335
9315
|
|
|
9336
9316
|
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
9337
9317
|
display: grid;
|
|
@@ -13806,8 +13786,6 @@ label.pf-v6-c-input-group__text {
|
|
|
13806
13786
|
--pf-v6-c-jump-links__toggle-icon--Transition: var(--pf-t--global--transition);
|
|
13807
13787
|
--pf-v6-c-jump-links__toggle-icon--Rotate: 0;
|
|
13808
13788
|
--pf-v6-c-jump-links--m-expanded__toggle-icon--Rotate: 90deg;
|
|
13809
|
-
--pf-v6-c-jump-links__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
13810
|
-
--pf-v6-c-jump-links__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
13811
13789
|
}
|
|
13812
13790
|
|
|
13813
13791
|
.pf-v6-c-jump-links {
|
|
@@ -14003,11 +13981,6 @@ label.pf-v6-c-input-group__text {
|
|
|
14003
13981
|
scale: -1 1;
|
|
14004
13982
|
}
|
|
14005
13983
|
|
|
14006
|
-
.pf-v6-c-jump-links__toggle-text {
|
|
14007
|
-
margin-inline-start: var(--pf-v6-c-jump-links__toggle-text--MarginInlineStart);
|
|
14008
|
-
color: var(--pf-v6-c-jump-links__toggle-text--Color);
|
|
14009
|
-
}
|
|
14010
|
-
|
|
14011
13984
|
:where(:root, .pf-v6-c-label) {
|
|
14012
13985
|
--pf-v6-c-label--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
|
14013
13986
|
--pf-v6-c-label--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -14198,7 +14171,7 @@ label.pf-v6-c-input-group__text {
|
|
|
14198
14171
|
--pf-v6-c-label--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
14199
14172
|
--pf-v6-c-label--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
14200
14173
|
--pf-v6-c-label--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
14201
|
-
--pf-v6-c-label--m-disabled--c-button--
|
|
14174
|
+
--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
|
14202
14175
|
}
|
|
14203
14176
|
|
|
14204
14177
|
.pf-v6-c-label {
|
|
@@ -14441,7 +14414,7 @@ label.pf-v6-c-input-group__text {
|
|
|
14441
14414
|
pointer-events: none;
|
|
14442
14415
|
}
|
|
14443
14416
|
.pf-v6-c-label.pf-m-disabled .pf-v6-c-button {
|
|
14444
|
-
--pf-v6-c-button--m-plain--
|
|
14417
|
+
--pf-v6-c-button--m-plain--disabled__icon--Color: var(--pf-v6-c-label--m-disabled--c-button--disabled__icon--Color);
|
|
14445
14418
|
}
|
|
14446
14419
|
|
|
14447
14420
|
.pf-v6-c-label,
|
|
@@ -14638,14 +14611,16 @@ input.pf-v6-c-label__content {
|
|
|
14638
14611
|
|
|
14639
14612
|
:where(:root, .pf-v6-c-list) {
|
|
14640
14613
|
--pf-v6-c-list--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
14641
|
-
--pf-v6-c-list--nested--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
14642
|
-
--pf-v6-c-list--nested--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
14643
14614
|
--pf-v6-c-list--ul--ListStyle: var(--pf-t--global--list-style);
|
|
14644
|
-
--pf-v6-c-list--
|
|
14645
|
-
--pf-v6-c-list--
|
|
14646
|
-
--pf-v6-c-list--m-
|
|
14647
|
-
--pf-v6-c-list--m-
|
|
14648
|
-
--pf-v6-c-list--m-
|
|
14615
|
+
--pf-v6-c-list--Gap: var(--pf-t--global--spacer--sm);
|
|
14616
|
+
--pf-v6-c-list--nested--PaddingBlockStart: var(--pf-v6-c-list--Gap);
|
|
14617
|
+
--pf-v6-c-list--m-plain--PaddingInlineStart: 0;
|
|
14618
|
+
--pf-v6-c-list--m-inline--PaddingInlineStart: 0;
|
|
14619
|
+
--pf-v6-c-list--m-inline--ColumnGap: var(--pf-t--global--spacer--lg);
|
|
14620
|
+
--pf-v6-c-list--m-inline--RowGap: var(--pf-t--global--spacer--xs);
|
|
14621
|
+
--pf-v6-c-list--m-bordered--li--PaddingBlockStart: var(--pf-v6-c-list--Gap);
|
|
14622
|
+
--pf-v6-c-list--m-bordered--li--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
|
14623
|
+
--pf-v6-c-list--m-bordered--li--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
14649
14624
|
--pf-v6-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
|
|
14650
14625
|
--pf-v6-c-list__item-icon--MarginBlockStart: var(--pf-t--global--spacer--xs);
|
|
14651
14626
|
--pf-v6-c-list__item-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -14657,32 +14632,18 @@ input.pf-v6-c-label__content {
|
|
|
14657
14632
|
}
|
|
14658
14633
|
|
|
14659
14634
|
.pf-v6-c-list {
|
|
14635
|
+
display: flex;
|
|
14636
|
+
flex-direction: column;
|
|
14637
|
+
gap: var(--pf-v6-c-list--Gap);
|
|
14660
14638
|
padding-inline-start: var(--pf-v6-c-list--PaddingInlineStart);
|
|
14661
14639
|
}
|
|
14662
|
-
.pf-v6-c-list
|
|
14663
|
-
|
|
14664
|
-
margin-block-start: var(--pf-v6-c-list--nested--MarginBlockStart);
|
|
14665
|
-
margin-inline-start: var(--pf-v6-c-list--nested--MarginInlineStart);
|
|
14666
|
-
}
|
|
14667
|
-
.pf-v6-c-list li + li {
|
|
14668
|
-
margin-block-start: var(--pf-v6-c-list--li--MarginBlockStart);
|
|
14640
|
+
.pf-v6-c-list .pf-v6-c-list {
|
|
14641
|
+
padding-block-start: var(--pf-v6-c-list--nested--PaddingBlockStart);
|
|
14669
14642
|
}
|
|
14670
14643
|
ul.pf-v6-c-list {
|
|
14671
14644
|
list-style: var(--pf-v6-c-list--ul--ListStyle);
|
|
14672
14645
|
}
|
|
14673
14646
|
|
|
14674
|
-
.pf-v6-c-list .pf-v6-c-list__item {
|
|
14675
|
-
display: flex;
|
|
14676
|
-
}
|
|
14677
|
-
.pf-v6-c-list .pf-v6-c-list__item-icon {
|
|
14678
|
-
flex-shrink: 0;
|
|
14679
|
-
min-width: var(--pf-v6-c-list__item-icon--MinWidth);
|
|
14680
|
-
margin-block-start: var(--pf-v6-c-list__item-icon--MarginBlockStart);
|
|
14681
|
-
margin-inline-end: var(--pf-v6-c-list__item-icon--MarginInlineEnd);
|
|
14682
|
-
font-size: var(--pf-v6-c-list__item-icon--FontSize);
|
|
14683
|
-
line-height: 1;
|
|
14684
|
-
color: var(--pf-v6-c-list__item-icon--Color);
|
|
14685
|
-
}
|
|
14686
14647
|
.pf-v6-c-list.pf-m-icon-lg {
|
|
14687
14648
|
--pf-v6-c-list__item-icon--MinWidth: var(--pf-v6-c-list--m-icon-lg__item-icon--MinWidth);
|
|
14688
14649
|
--pf-v6-c-list__item-icon--MarginBlockStart: 0;
|
|
@@ -14690,28 +14651,33 @@ ul.pf-v6-c-list {
|
|
|
14690
14651
|
--pf-v6-c-list__item-icon--FontSize: var(--pf-v6-c-list--m-icon-lg__item-icon--FontSize);
|
|
14691
14652
|
}
|
|
14692
14653
|
.pf-v6-c-list.pf-m-plain {
|
|
14693
|
-
--pf-v6-c-list--PaddingInlineStart:
|
|
14654
|
+
--pf-v6-c-list--PaddingInlineStart: var(--pf-v6-c-list--m-plain--PaddingInlineStart);
|
|
14694
14655
|
list-style: none;
|
|
14695
14656
|
}
|
|
14696
14657
|
.pf-v6-c-list.pf-m-inline {
|
|
14697
|
-
--pf-v6-c-list--PaddingInlineStart:
|
|
14698
|
-
|
|
14658
|
+
--pf-v6-c-list--PaddingInlineStart: var(--pf-v6-c-list--m-inline--PaddingInlineStart);
|
|
14659
|
+
--pf-v6-c-list--Gap: var(--pf-v6-c-list--m-inline--RowGap) var(--pf-v6-c-list--m-inline--ColumnGap);
|
|
14660
|
+
flex-direction: row;
|
|
14699
14661
|
flex-wrap: wrap;
|
|
14700
14662
|
list-style: none;
|
|
14701
14663
|
}
|
|
14702
|
-
.pf-v6-c-list.pf-m-
|
|
14703
|
-
--pf-v6-c-list--li--
|
|
14704
|
-
|
|
14705
|
-
.pf-v6-c-list.pf-m-inline li:not(:last-child) {
|
|
14706
|
-
margin-inline-end: var(--pf-v6-c-list--m-inline--li--MarginInlineEnd);
|
|
14664
|
+
.pf-v6-c-list.pf-m-bordered > * + * {
|
|
14665
|
+
padding-block-start: var(--pf-v6-c-list--m-bordered--li--PaddingBlockStart);
|
|
14666
|
+
border-block-start: var(--pf-v6-c-list--m-bordered--li--BorderBlockStartWidth) solid var(--pf-v6-c-list--m-bordered--li--BorderBlockStartColor);
|
|
14707
14667
|
}
|
|
14708
|
-
|
|
14709
|
-
|
|
14710
|
-
|
|
14668
|
+
|
|
14669
|
+
.pf-v6-c-list__item {
|
|
14670
|
+
display: flex;
|
|
14711
14671
|
}
|
|
14712
|
-
|
|
14713
|
-
|
|
14714
|
-
|
|
14672
|
+
|
|
14673
|
+
.pf-v6-c-list__item-icon {
|
|
14674
|
+
flex-shrink: 0;
|
|
14675
|
+
min-width: var(--pf-v6-c-list__item-icon--MinWidth);
|
|
14676
|
+
margin-block-start: var(--pf-v6-c-list__item-icon--MarginBlockStart);
|
|
14677
|
+
margin-inline-end: var(--pf-v6-c-list__item-icon--MarginInlineEnd);
|
|
14678
|
+
font-size: var(--pf-v6-c-list__item-icon--FontSize);
|
|
14679
|
+
line-height: 1;
|
|
14680
|
+
color: var(--pf-v6-c-list__item-icon--Color);
|
|
14715
14681
|
}
|
|
14716
14682
|
|
|
14717
14683
|
:where(:root, .pf-v6-c-log-viewer) {
|
|
@@ -24463,13 +24429,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24463
24429
|
--pf-v6-c-tabs__item--ScrollSnapAlign: end;
|
|
24464
24430
|
--pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
|
|
24465
24431
|
--pf-v6-c-tabs__toggle--Display: flex;
|
|
24466
|
-
--pf-v6-c-tabs__toggle-icon--Color: currentcolor;
|
|
24467
24432
|
--pf-v6-c-tabs__toggle-icon--Transition: all 250ms cubic-bezier(.42, 0, .58, 1);
|
|
24468
24433
|
--pf-v6-c-tabs__toggle-icon--Rotate: 0;
|
|
24469
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: 0;
|
|
24470
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--md);
|
|
24471
|
-
--pf-v6-c-tabs__toggle-button__toggle-text--Color: var(--pf-t--global--text--color--regular);
|
|
24472
|
-
--pf-v6-c-tabs--m-expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
24473
24434
|
--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate: 90deg;
|
|
24474
24435
|
--pf-v6-c-tabs--m-expandable--RowGap: var(--pf-t--global--spacer--sm);
|
|
24475
24436
|
--pf-v6-c-tabs--m-expandable--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
@@ -24706,7 +24667,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24706
24667
|
}
|
|
24707
24668
|
.pf-v6-c-tabs.pf-m-vertical.pf-m-expanded {
|
|
24708
24669
|
--pf-v6-c-tabs__list--Display: flex;
|
|
24709
|
-
--pf-v6-c-tabs__toggle-icon--Color: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Color);
|
|
24710
24670
|
--pf-v6-c-tabs__toggle-icon--Rotate: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate);
|
|
24711
24671
|
}
|
|
24712
24672
|
.pf-v6-c-tabs.pf-m-box.pf-m-vertical {
|
|
@@ -24760,19 +24720,13 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24760
24720
|
align-items: center;
|
|
24761
24721
|
}
|
|
24762
24722
|
|
|
24763
|
-
.pf-v6-c-tabs__toggle-button {
|
|
24764
|
-
--pf-v6-c-tabs__toggle-text--MarginInlineStart: var(--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart);
|
|
24765
|
-
--pf-v6-c-tabs__toggle-text--Color: var(--pf-v6-c-tabs__toggle-button__toggle-text--Color);
|
|
24766
|
-
}
|
|
24767
24723
|
.pf-v6-c-tabs__toggle-button .pf-v6-c-button {
|
|
24768
|
-
|
|
24769
|
-
text-align: start;
|
|
24724
|
+
justify-content: start;
|
|
24770
24725
|
white-space: normal;
|
|
24771
24726
|
}
|
|
24772
24727
|
|
|
24773
24728
|
.pf-v6-c-tabs__toggle-icon {
|
|
24774
24729
|
display: inline-block;
|
|
24775
|
-
color: var(--pf-v6-c-tabs__toggle-icon--Color);
|
|
24776
24730
|
transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
|
|
24777
24731
|
transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
|
|
24778
24732
|
}
|
|
@@ -24780,11 +24734,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
24780
24734
|
scale: -1 1;
|
|
24781
24735
|
}
|
|
24782
24736
|
|
|
24783
|
-
.pf-v6-c-tabs__toggle-text {
|
|
24784
|
-
margin-inline-start: var(--pf-v6-c-tabs__toggle-text--MarginInlineStart);
|
|
24785
|
-
color: var(--pf-v6-c-tabs__toggle-text--Color, inherit);
|
|
24786
|
-
}
|
|
24787
|
-
|
|
24788
24737
|
.pf-v6-c-tabs__list {
|
|
24789
24738
|
scrollbar-width: none;
|
|
24790
24739
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
@@ -28103,7 +28052,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
28103
28052
|
}
|
|
28104
28053
|
|
|
28105
28054
|
.pf-v6-c-number-input__icon {
|
|
28106
|
-
display: flex;
|
|
28107
28055
|
font-size: var(--pf-v6-c-number-input__icon--FontSize);
|
|
28108
28056
|
}
|
|
28109
28057
|
|