@patternfly/react-styles 6.0.0-alpha.20 → 6.0.0-alpha.21
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +6 -0
- package/css/components/AboutModalBox/about-modal-box.css +64 -64
- package/css/components/Accordion/accordion.css +40 -40
- package/css/components/ActionList/action-list.css +1 -1
- package/css/components/Alert/alert-group.css +15 -15
- package/css/components/Alert/alert.css +47 -47
- package/css/components/Avatar/avatar.css +1 -1
- package/css/components/BackToTop/back-to-top.css +16 -16
- package/css/components/Backdrop/backdrop.css +1 -2
- package/css/components/BackgroundImage/background-image.css +1 -2
- package/css/components/Badge/badge.css +7 -7
- package/css/components/Banner/banner.css +14 -14
- package/css/components/Breadcrumb/breadcrumb.css +16 -17
- package/css/components/Breadcrumb/breadcrumb.d.ts +1 -1
- package/css/components/Breadcrumb/breadcrumb.js +1 -1
- package/css/components/Breadcrumb/breadcrumb.mjs +1 -1
- package/css/components/Button/button.css +94 -95
- package/css/components/CalendarMonth/calendar-month.css +43 -44
- package/css/components/Card/card.css +60 -61
- package/css/components/Check/check.css +3 -4
- package/css/components/ClipboardCopy/clipboard-copy.css +37 -38
- package/css/components/CodeBlock/code-block.css +20 -20
- package/css/components/CodeEditor/code-editor.css +34 -34
- package/css/components/Content/content.css +155 -130
- package/css/components/Content/content.d.ts +19 -0
- package/css/components/Content/content.js +19 -0
- package/css/components/Content/content.mjs +19 -0
- package/css/components/DataList/data-list-grid.css +98 -98
- package/css/components/DataList/data-list.css +282 -285
- package/css/components/DataList/data-list.d.ts +11 -11
- package/css/components/DataList/data-list.js +11 -11
- package/css/components/DataList/data-list.mjs +11 -11
- package/css/components/DatePicker/date-picker.css +15 -16
- package/css/components/DescriptionList/description-list.css +13 -13
- package/css/components/Divider/divider.css +27 -31
- package/css/components/DragDrop/drag-drop.css +2 -2
- package/css/components/Drawer/drawer.css +87 -90
- package/css/components/DualListSelector/dual-list-selector.css +60 -59
- package/css/components/EmptyState/empty-state.css +33 -33
- package/css/components/ExpandableSection/expandable-section.css +49 -49
- package/css/components/FileUpload/file-upload.css +1 -2
- package/css/components/Form/form.css +107 -108
- package/css/components/FormControl/form-control.css +45 -46
- package/css/components/HelperText/helper-text.css +3 -3
- package/css/components/Hint/hint.css +19 -18
- 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/Icon/icon.css +1 -2
- package/css/components/InlineEdit/inline-edit.css +11 -12
- package/css/components/InputGroup/input-group.css +17 -18
- package/css/components/JumpLinks/jump-links.css +76 -77
- package/css/components/Label/label-group.css +27 -28
- package/css/components/Label/label.css +31 -32
- package/css/components/List/list.css +27 -27
- package/css/components/LogViewer/log-viewer.css +53 -77
- package/css/components/LogViewer/log-viewer.d.ts +0 -2
- package/css/components/LogViewer/log-viewer.js +0 -2
- package/css/components/LogViewer/log-viewer.mjs +0 -2
- package/css/components/Login/login.css +99 -104
- package/css/components/Login/login.d.ts +1 -1
- package/css/components/Login/login.js +1 -1
- package/css/components/Login/login.mjs +1 -1
- package/css/components/Masthead/masthead.css +1 -2
- package/css/components/Menu/menu.css +128 -84
- package/css/components/MenuToggle/menu-toggle.css +59 -60
- package/css/components/ModalBox/modal-box.css +41 -41
- package/css/components/MultipleFileUpload/multiple-file-upload.css +33 -34
- package/css/components/Nav/nav.css +1 -2
- package/css/components/NotificationBadge/notification-badge.css +17 -17
- package/css/components/NotificationDrawer/notification-drawer.css +42 -43
- package/css/components/NumberInput/number-input.css +8 -12
- package/css/components/OverflowMenu/overflow-menu.css +1 -1
- package/css/components/Page/page.css +146 -365
- package/css/components/Page/page.d.ts +0 -25
- package/css/components/Page/page.js +0 -25
- package/css/components/Page/page.mjs +0 -25
- package/css/components/Pagination/pagination.css +35 -38
- package/css/components/Panel/panel.css +25 -26
- package/css/components/Popover/popover.css +48 -48
- package/css/components/Progress/progress.css +5 -6
- package/css/components/ProgressStepper/progress-stepper.css +227 -229
- package/css/components/Radio/radio.css +7 -8
- package/css/components/Sidebar/sidebar.css +45 -46
- package/css/components/SimpleList/simple-list.css +19 -19
- package/css/components/Skeleton/skeleton.css +5 -6
- package/css/components/SkipToContent/skip-to-content.css +5 -5
- package/css/components/Slider/slider.css +26 -27
- package/css/components/Spinner/spinner.css +1 -2
- package/css/components/Switch/switch.css +5 -6
- package/css/components/TabContent/tab-content.css +25 -26
- package/css/components/Table/table-grid.css +404 -404
- package/css/components/Table/table-scrollable.css +17 -18
- package/css/components/Table/table-tree-view.css +257 -258
- package/css/components/Table/table-tree-view.d.ts +1 -1
- package/css/components/Table/table-tree-view.js +1 -1
- package/css/components/Table/table-tree-view.mjs +1 -1
- package/css/components/Table/table.css +169 -173
- package/css/components/Table/table.d.ts +7 -7
- package/css/components/Table/table.js +7 -7
- package/css/components/Table/table.mjs +7 -7
- package/css/components/Tabs/tabs.css +119 -120
- package/css/components/TextInputGroup/text-input-group.css +28 -29
- package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
- package/css/components/TextInputGroup/text-input-group.js +1 -1
- package/css/components/TextInputGroup/text-input-group.mjs +1 -1
- package/css/components/Tile/tile.css +14 -15
- package/css/components/Timestamp/timestamp.css +1 -1
- package/css/components/Title/title.css +1 -1
- package/css/components/ToggleGroup/toggle-group.css +29 -30
- package/css/components/Toolbar/toolbar.css +94 -80
- package/css/components/Toolbar/toolbar.d.ts +2 -2
- package/css/components/Toolbar/toolbar.js +2 -2
- package/css/components/Toolbar/toolbar.mjs +2 -2
- package/css/components/Tooltip/tooltip.css +27 -27
- package/css/components/TreeView/tree-view.css +182 -183
- package/css/components/Truncate/truncate.css +1 -2
- package/css/components/Wizard/wizard.css +158 -140
- package/css/components/Wizard/wizard.d.ts +5 -2
- package/css/components/Wizard/wizard.js +5 -2
- package/css/components/Wizard/wizard.mjs +5 -2
- package/css/components/_index.css +23396 -0
- package/css/components/_index.d.ts +1497 -0
- package/css/components/_index.js +1498 -0
- package/css/components/_index.mjs +1496 -0
- package/css/docs/components/LogViewer/examples/LogViewer.css +9 -2
- package/css/docs/components/LogViewer/examples/LogViewer.d.ts +2 -0
- package/css/docs/components/LogViewer/examples/LogViewer.js +2 -0
- package/css/docs/components/LogViewer/examples/LogViewer.mjs +2 -0
- package/css/docs/components/Nav/examples/Navigation.css +0 -5
- package/css/docs/components/Nav/examples/Navigation.d.ts +0 -1
- package/css/docs/components/Nav/examples/Navigation.js +0 -1
- package/css/docs/components/Nav/examples/Navigation.mjs +0 -1
- package/css/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
- package/css/docs/components/Table/examples/Table.css +7 -0
- package/css/docs/components/Table/examples/Table.d.ts +2 -0
- package/css/docs/components/Table/examples/Table.js +2 -0
- package/css/docs/components/Table/examples/Table.mjs +2 -0
- package/css/docs/demos/Card/examples/Card.css +2 -2
- package/css/docs/demos/Toolbar/examples/Toolbar.css +1 -17
- package/css/docs/utilities/Alignment/examples/Alignment.css +2 -2
- package/css/docs/utilities/Display/examples/Display.css +3 -10
- package/css/docs/utilities/Display/examples/Display.d.ts +0 -8
- package/css/docs/utilities/Display/examples/Display.js +0 -8
- package/css/docs/utilities/Display/examples/Display.mjs +0 -8
- package/css/docs/utilities/Flex/examples/Flex.css +2 -2
- package/css/docs/utilities/Float/examples/Float.css +3 -3
- package/css/docs/utilities/Sizing/examples/Sizing.css +2 -2
- package/css/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/css/layouts/Bullseye/bullseye.css +1 -2
- package/css/layouts/Flex/flex.css +1 -2
- package/css/layouts/Gallery/gallery.css +1 -2
- package/css/layouts/Grid/grid.css +1 -2
- package/css/layouts/Level/level.css +1 -2
- package/css/layouts/Split/split.css +1 -2
- package/css/layouts/Stack/stack.css +1 -2
- package/css/layouts/_index.css +3454 -0
- package/css/layouts/_index.d.ts +846 -0
- package/css/layouts/_index.js +847 -0
- package/css/layouts/_index.mjs +845 -0
- package/css/utilities/BackgroundColor/{BackgroundColor.d.ts → background-color.d.ts} +1 -1
- package/css/utilities/BackgroundColor/{BackgroundColor.js → background-color.js} +1 -1
- package/css/utilities/BackgroundColor/{BackgroundColor.mjs → background-color.mjs} +1 -1
- package/css/utilities/Display/display.css +38 -0
- package/css/utilities/Display/display.d.ts +12 -0
- package/css/utilities/Display/display.js +12 -0
- package/css/utilities/Display/display.mjs +12 -0
- package/css/utilities/_index.css +7815 -0
- package/css/utilities/_index.d.ts +1671 -0
- package/css/utilities/_index.js +1672 -0
- package/css/utilities/_index.mjs +1670 -0
- package/package.json +3 -3
- package/css/components/AppLauncher/app-launcher.css +0 -244
- package/css/components/AppLauncher/app-launcher.d.ts +0 -29
- package/css/components/AppLauncher/app-launcher.js +0 -30
- package/css/components/AppLauncher/app-launcher.mjs +0 -28
- package/css/components/Chip/chip-group.css +0 -93
- package/css/components/Chip/chip-group.d.ts +0 -13
- package/css/components/Chip/chip-group.js +0 -14
- package/css/components/Chip/chip-group.mjs +0 -12
- package/css/components/Chip/chip.css +0 -122
- package/css/components/Chip/chip.d.ts +0 -16
- package/css/components/Chip/chip.js +0 -17
- package/css/components/Chip/chip.mjs +0 -15
- package/css/components/ContextSelector/context-selector.css +0 -336
- package/css/components/ContextSelector/context-selector.d.ts +0 -25
- package/css/components/ContextSelector/context-selector.js +0 -26
- package/css/components/ContextSelector/context-selector.mjs +0 -24
- package/css/components/Dropdown/dropdown.css +0 -686
- package/css/components/Dropdown/dropdown.d.ts +0 -55
- package/css/components/Dropdown/dropdown.js +0 -56
- package/css/components/Dropdown/dropdown.mjs +0 -54
- package/css/components/OptionsMenu/options-menu.css +0 -279
- package/css/components/OptionsMenu/options-menu.d.ts +0 -27
- package/css/components/OptionsMenu/options-menu.js +0 -28
- package/css/components/OptionsMenu/options-menu.mjs +0 -26
- package/css/components/Select/select.css +0 -599
- package/css/components/Select/select.d.ts +0 -61
- package/css/components/Select/select.js +0 -62
- package/css/components/Select/select.mjs +0 -60
- package/css/docs/components/Page/deprecated/PageHeader.css +0 -17
- package/css/docs/components/Page/deprecated/PageHeader.d.ts +0 -12
- package/css/docs/components/Page/deprecated/PageHeader.js +0 -13
- package/css/docs/components/Page/deprecated/PageHeader.mjs +0 -11
- /package/css/utilities/BackgroundColor/{BackgroundColor.css → background-color.css} +0 -0
@@ -1,32 +1,31 @@
|
|
1
|
-
:where(:root)
|
2
|
-
:where(.pf-v6-c-text-input-group) {
|
1
|
+
:where(:root, .pf-v6-c-text-input-group) {
|
3
2
|
--pf-v6-c-text-input-group--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
4
3
|
--pf-v6-c-text-input-group--BorderColor: var(--pf-t--global--border--color--default);
|
5
4
|
--pf-v6-c-text-input-group--BorderWidth: var(--pf-t--global--border--width--control--default);
|
6
5
|
--pf-v6-c-text-input-group--BorderRadius: var(--pf-t--global--border--radius--small);
|
7
6
|
--pf-v6-c-text-input-group--m-hover--BorderColor: var(--pf-t--global--border--color--hover);
|
8
|
-
--pf-v6-c-text-input-group__main--first-child--not--text-input--
|
9
|
-
--pf-v6-c-text-input-group__main--m-icon__text-input--
|
7
|
+
--pf-v6-c-text-input-group__main--first-child--not--text-input--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
8
|
+
--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingInlineStart: var(--pf-t--global--spacer--xl);
|
10
9
|
--pf-v6-c-text-input-group__main--RowGap: var(--pf-t--global--spacer--xs);
|
11
10
|
--pf-v6-c-text-input-group__main--ColumnGap: var(--pf-t--global--spacer--xs);
|
12
|
-
--pf-v6-c-text-input-group--c-chip-group__main--
|
13
|
-
--pf-v6-c-text-input-group--c-chip-group__main--
|
14
|
-
--pf-v6-c-text-input-group--c-chip-group__main--
|
15
|
-
--pf-v6-c-text-input-group__text-input--
|
16
|
-
--pf-v6-c-text-input-group__text-input--
|
17
|
-
--pf-v6-c-text-input-group__text-input--
|
18
|
-
--pf-v6-c-text-input-group__text-input--
|
11
|
+
--pf-v6-c-text-input-group--c-chip-group__main--PaddingBlockStart: var(--pf-t--global--spacer--xs);
|
12
|
+
--pf-v6-c-text-input-group--c-chip-group__main--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
13
|
+
--pf-v6-c-text-input-group--c-chip-group__main--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
|
14
|
+
--pf-v6-c-text-input-group__text-input--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
15
|
+
--pf-v6-c-text-input-group__text-input--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
16
|
+
--pf-v6-c-text-input-group__text-input--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
17
|
+
--pf-v6-c-text-input-group__text-input--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
19
18
|
--pf-v6-c-text-input-group__text-input--MinWidth: 12ch;
|
20
19
|
--pf-v6-c-text-input-group__text-input--m-hint--Color: var(--pf-t--global--text--color--placeholder);
|
21
20
|
--pf-v6-c-text-input-group__text-input--placeholder--Color: var(--pf-t--global--text--color--placeholder);
|
22
21
|
--pf-v6-c-text-input-group__text-input--BackgroundColor: transparent;
|
23
22
|
--pf-v6-c-text-input-group__text-input--OutlineOffset: -6px;
|
24
|
-
--pf-v6-c-text-input-group__icon--
|
23
|
+
--pf-v6-c-text-input-group__icon--InsetInlineStart: var(--pf-t--global--spacer--sm);
|
25
24
|
--pf-v6-c-text-input-group__icon--Color: var(--pf-t--global--icon--color--regular);
|
26
25
|
--pf-v6-c-text-input-group__icon--TranslateY: -50%;
|
27
|
-
--pf-v6-c-text-input-group__utilities--child--
|
28
|
-
--pf-v6-c-text-input-group__utilities--c-button--
|
29
|
-
--pf-v6-c-text-input-group__utilities--c-button--
|
26
|
+
--pf-v6-c-text-input-group__utilities--child--MarginInlineStart: var(--pf-t--global--spacer--xs);
|
27
|
+
--pf-v6-c-text-input-group__utilities--c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
28
|
+
--pf-v6-c-text-input-group__utilities--c-button--PaddingInlineStart: var(--pf-t--global--spacer--xs);
|
30
29
|
--pf-v6-c-text-input-group--m-disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
31
30
|
--pf-v6-c-text-input-group--m-disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
32
31
|
}
|
@@ -71,15 +70,15 @@
|
|
71
70
|
min-width: 0;
|
72
71
|
}
|
73
72
|
.pf-v6-c-text-input-group__main.pf-m-icon {
|
74
|
-
--pf-v6-c-text-input-group__text-input--
|
73
|
+
--pf-v6-c-text-input-group__text-input--PaddingInlineStart: var(--pf-v6-c-text-input-group__main--m-icon__text-input--PaddingInlineStart);
|
75
74
|
}
|
76
75
|
.pf-v6-c-text-input-group__main > :first-child:not(.pf-v6-c-text-input-group__text) {
|
77
|
-
margin-inline-start: var(--pf-v6-c-text-input-group__main--first-child--not--text-input--
|
76
|
+
margin-inline-start: var(--pf-v6-c-text-input-group__main--first-child--not--text-input--MarginInlineStart);
|
78
77
|
}
|
79
|
-
.pf-v6-c-text-input-group__main .pf-v6-c-
|
80
|
-
padding-block-start: var(--pf-v6-c-text-input-group--c-chip-group__main--
|
81
|
-
padding-block-end: var(--pf-v6-c-text-input-group--c-chip-group__main--
|
82
|
-
padding-inline-end: var(--pf-v6-c-text-input-group--c-chip-group__main--
|
78
|
+
.pf-v6-c-text-input-group__main .pf-v6-c-label-group__main {
|
79
|
+
padding-block-start: var(--pf-v6-c-text-input-group--c-chip-group__main--PaddingBlockStart);
|
80
|
+
padding-block-end: var(--pf-v6-c-text-input-group--c-chip-group__main--PaddingBlockEnd);
|
81
|
+
padding-inline-end: var(--pf-v6-c-text-input-group--c-chip-group__main--PaddingInlineEnd);
|
83
82
|
}
|
84
83
|
|
85
84
|
.pf-v6-c-text-input-group__text {
|
@@ -98,7 +97,7 @@
|
|
98
97
|
.pf-v6-c-text-input-group__icon {
|
99
98
|
position: absolute;
|
100
99
|
inset-block-start: 50%;
|
101
|
-
inset-inline-start: var(--pf-v6-c-text-input-group__icon--
|
100
|
+
inset-inline-start: var(--pf-v6-c-text-input-group__icon--InsetInlineStart);
|
102
101
|
color: var(--pf-v6-c-text-input-group__icon--Color);
|
103
102
|
transform: translateY(var(--pf-v6-c-text-input-group__icon--TranslateY));
|
104
103
|
}
|
@@ -110,10 +109,10 @@
|
|
110
109
|
position: relative;
|
111
110
|
width: 100%;
|
112
111
|
min-width: var(--pf-v6-c-text-input-group__text-input--MinWidth);
|
113
|
-
padding-block-start: var(--pf-v6-c-text-input-group__text-input--
|
114
|
-
padding-block-end: var(--pf-v6-c-text-input-group__text-input--
|
115
|
-
padding-inline-start: var(--pf-v6-c-text-input-group__text-input--
|
116
|
-
padding-inline-end: var(--pf-v6-c-text-input-group__text-input--
|
112
|
+
padding-block-start: var(--pf-v6-c-text-input-group__text-input--PaddingBlockStart);
|
113
|
+
padding-block-end: var(--pf-v6-c-text-input-group__text-input--PaddingBlockEnd);
|
114
|
+
padding-inline-start: var(--pf-v6-c-text-input-group__text-input--PaddingInlineStart);
|
115
|
+
padding-inline-end: var(--pf-v6-c-text-input-group__text-input--PaddingInlineEnd);
|
117
116
|
background-color: var(--pf-v6-c-text-input-group__text-input--BackgroundColor);
|
118
117
|
border: 0;
|
119
118
|
outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);
|
@@ -131,11 +130,11 @@
|
|
131
130
|
.pf-v6-c-text-input-group__utilities {
|
132
131
|
display: flex;
|
133
132
|
align-items: center;
|
134
|
-
margin-inline-start: var(--pf-v6-c-text-input-group__utilities--
|
135
|
-
margin-inline-end: var(--pf-v6-c-text-input-group__utilities--
|
133
|
+
margin-inline-start: var(--pf-v6-c-text-input-group__utilities--MarginInlineStart);
|
134
|
+
margin-inline-end: var(--pf-v6-c-text-input-group__utilities--MarginInlineEnd);
|
136
135
|
}
|
137
136
|
.pf-v6-c-text-input-group__utilities > * + * {
|
138
|
-
margin-inline-start: var(--pf-v6-c-text-input-group__utilities--child--
|
137
|
+
margin-inline-start: var(--pf-v6-c-text-input-group__utilities--child--MarginInlineStart);
|
139
138
|
}
|
140
139
|
|
141
140
|
.pf-v6-c-text-input-group__group {
|
@@ -1,16 +1,15 @@
|
|
1
|
-
:where(:root)
|
2
|
-
|
3
|
-
--pf-v6-c-tile--
|
4
|
-
--pf-v6-c-tile--
|
5
|
-
--pf-v6-c-tile--
|
6
|
-
--pf-v6-c-tile--PaddingLeft: var(--pf-t--global--spacer--lg);
|
1
|
+
:where(:root, .pf-v6-c-tile) {
|
2
|
+
--pf-v6-c-tile--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
3
|
+
--pf-v6-c-tile--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
4
|
+
--pf-v6-c-tile--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
5
|
+
--pf-v6-c-tile--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
7
6
|
--pf-v6-c-tile--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
8
7
|
--pf-v6-c-tile--BorderRadius: var(--pf-t--global--border--radius--medium);
|
9
8
|
--pf-v6-c-tile--before--BorderColor: var(--pf-t--global--border--color--default);
|
10
9
|
--pf-v6-c-tile--before--BorderWidth: var(--pf-t--global--border--width--box--default);
|
11
10
|
--pf-v6-c-tile--before--BorderRadius: var(--pf-v6-c-tile--BorderRadius);
|
12
11
|
--pf-v6-c-tile--after--BackgroundColor: transparent;
|
13
|
-
--pf-v6-c-tile__icon--
|
12
|
+
--pf-v6-c-tile__icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
|
14
13
|
--pf-v6-c-tile__icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
|
15
14
|
--pf-v6-c-tile__icon--Color: var(--pf-t--global--icon--color--regular);
|
16
15
|
--pf-v6-c-tile__title--Color: var(--pf-t--global--text--color--regular);
|
@@ -24,7 +23,7 @@
|
|
24
23
|
--pf-v6-c-tile--m-disabled__title--Color: var(--pf-t--global--text--color--on-disabled);
|
25
24
|
--pf-v6-c-tile--m-disabled__icon--Color: var(--pf-t--global--icon--color--on-disabled);
|
26
25
|
--pf-v6-c-tile--m-disabled__body--Color: var(--pf-t--global--text--color--on-disabled);
|
27
|
-
--pf-v6-c-tile__header--m-stacked__icon--
|
26
|
+
--pf-v6-c-tile__header--m-stacked__icon--MarginBlockEnd: var(--pf-t--global--spacer--md);
|
28
27
|
--pf-v6-c-tile__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--xl);
|
29
28
|
--pf-v6-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-t--global--icon--size--2xl);
|
30
29
|
}
|
@@ -33,10 +32,10 @@
|
|
33
32
|
position: relative;
|
34
33
|
display: inline-grid;
|
35
34
|
grid-template-rows: min-content;
|
36
|
-
padding-block-start: var(--pf-v6-c-tile--
|
37
|
-
padding-block-end: var(--pf-v6-c-tile--
|
38
|
-
padding-inline-start: var(--pf-v6-c-tile--
|
39
|
-
padding-inline-end: var(--pf-v6-c-tile--
|
35
|
+
padding-block-start: var(--pf-v6-c-tile--PaddingBlockStart);
|
36
|
+
padding-block-end: var(--pf-v6-c-tile--PaddingBlockEnd);
|
37
|
+
padding-inline-start: var(--pf-v6-c-tile--PaddingInlineStart);
|
38
|
+
padding-inline-end: var(--pf-v6-c-tile--PaddingInlineEnd);
|
40
39
|
cursor: pointer;
|
41
40
|
background-color: var(--pf-v6-c-tile--BackgroundColor);
|
42
41
|
border-radius: var(--pf-v6-c-tile--BorderRadius);
|
@@ -75,7 +74,7 @@
|
|
75
74
|
align-items: center;
|
76
75
|
}
|
77
76
|
.pf-v6-c-tile__header.pf-m-stacked {
|
78
|
-
--pf-v6-c-tile__icon--
|
77
|
+
--pf-v6-c-tile__icon--MarginInlineEnd: 0;
|
79
78
|
--pf-v6-c-tile__icon--FontSize: var(--pf-v6-c-tile__header--m-stacked__icon--FontSize);
|
80
79
|
flex-direction: column;
|
81
80
|
align-items: flex-start;
|
@@ -83,7 +82,7 @@
|
|
83
82
|
.pf-v6-c-tile__header.pf-m-stacked .pf-v6-c-tile__icon {
|
84
83
|
display: flex;
|
85
84
|
align-items: center;
|
86
|
-
margin-block-end: var(--pf-v6-c-tile__header--m-stacked__icon--
|
85
|
+
margin-block-end: var(--pf-v6-c-tile__header--m-stacked__icon--MarginBlockEnd);
|
87
86
|
}
|
88
87
|
|
89
88
|
.pf-v6-c-tile__title {
|
@@ -97,7 +96,7 @@
|
|
97
96
|
}
|
98
97
|
|
99
98
|
.pf-v6-c-tile__icon {
|
100
|
-
margin-inline-end: var(--pf-v6-c-tile__icon--
|
99
|
+
margin-inline-end: var(--pf-v6-c-tile__icon--MarginInlineEnd);
|
101
100
|
font-size: var(--pf-v6-c-tile__icon--FontSize);
|
102
101
|
color: var(--pf-v6-c-tile__icon--Color);
|
103
102
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
:root {
|
1
|
+
:where(:root, .pf-v6-c-title) {
|
2
2
|
--pf-v6-c-title--FontFamily: var(--pf-t--global--font--family--heading);
|
3
3
|
--pf-v6-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
4
4
|
--pf-v6-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
|
@@ -1,9 +1,8 @@
|
|
1
|
-
:where(:root)
|
2
|
-
|
3
|
-
--pf-v6-c-toggle-group__button--
|
4
|
-
--pf-v6-c-toggle-group__button--
|
5
|
-
--pf-v6-c-toggle-group__button--
|
6
|
-
--pf-v6-c-toggle-group__button--PaddingLeft: var(--pf-t--global--spacer--md);
|
1
|
+
:where(:root, .pf-v6-c-toggle-group) {
|
2
|
+
--pf-v6-c-toggle-group__button--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
3
|
+
--pf-v6-c-toggle-group__button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
|
4
|
+
--pf-v6-c-toggle-group__button--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
5
|
+
--pf-v6-c-toggle-group__button--PaddingInlineStart: var(--pf-t--global--spacer--md);
|
7
6
|
--pf-v6-c-toggle-group__button--FontSize: var(--pf-t--global--font--size--body--default);
|
8
7
|
--pf-v6-c-toggle-group__button--LineHeight: var(--pf-t--global--font--line-height--body);
|
9
8
|
--pf-v6-c-toggle-group__button--Color: var(--pf-t--global--text--color--regular);
|
@@ -14,12 +13,12 @@
|
|
14
13
|
--pf-v6-c-toggle-group__button--hover--before--BorderColor: var(--pf-t--global--border--color--default);
|
15
14
|
--pf-v6-c-toggle-group__button--before--BorderWidth: var(--pf-t--global--border--width--control--default);
|
16
15
|
--pf-v6-c-toggle-group__button--before--BorderColor: var(--pf-t--global--border--color--default);
|
17
|
-
--pf-v6-c-toggle-group__item--item--
|
18
|
-
--pf-v6-c-toggle-group__item--first-child__button--
|
19
|
-
--pf-v6-c-toggle-group__item--first-child__button--
|
20
|
-
--pf-v6-c-toggle-group__item--last-child__button--
|
21
|
-
--pf-v6-c-toggle-group__item--last-child__button--
|
22
|
-
--pf-v6-c-toggle-group__icon--text--
|
16
|
+
--pf-v6-c-toggle-group__item--item--MarginInlineStart: calc(-1 * var(--pf-t--global--border--width--control--default));
|
17
|
+
--pf-v6-c-toggle-group__item--first-child__button--BorderStartStartRadius: var(--pf-t--global--border--radius--tiny);
|
18
|
+
--pf-v6-c-toggle-group__item--first-child__button--BorderEndStartRadius: var(--pf-t--global--border--radius--tiny);
|
19
|
+
--pf-v6-c-toggle-group__item--last-child__button--BorderStartEndRadius: var(--pf-t--global--border--radius--tiny);
|
20
|
+
--pf-v6-c-toggle-group__item--last-child__button--BorderEndEndRadius: var(--pf-t--global--border--radius--tiny);
|
21
|
+
--pf-v6-c-toggle-group__icon--text--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
23
22
|
--pf-v6-c-toggle-group__button--m-selected--BackgroundColor: var(--pf-t--global--color--brand--default);
|
24
23
|
--pf-v6-c-toggle-group__button--m-selected--Color: var(--pf-t--global--text--color--on-brand--default);
|
25
24
|
--pf-v6-c-toggle-group__button--m-selected--before--BorderColor: var(--pf-t--global--border--color--clicked);
|
@@ -30,10 +29,10 @@
|
|
30
29
|
--pf-v6-c-toggle-group__button--disabled--before--BorderColor: var(--pf-t--global--border--color--disabled);
|
31
30
|
--pf-v6-c-toggle-group__button--disabled-disabled--before--BorderInlineStartColor: var(--pf-t--global--border--color--default);
|
32
31
|
--pf-v6-c-toggle-group__button--disabled--ZIndex: var(--pf-t--global--z-index--xs);
|
33
|
-
--pf-v6-c-toggle-group--m-compact__button--
|
34
|
-
--pf-v6-c-toggle-group--m-compact__button--
|
35
|
-
--pf-v6-c-toggle-group--m-compact__button--
|
36
|
-
--pf-v6-c-toggle-group--m-compact__button--
|
32
|
+
--pf-v6-c-toggle-group--m-compact__button--PaddingBlockStart: 0;
|
33
|
+
--pf-v6-c-toggle-group--m-compact__button--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
|
34
|
+
--pf-v6-c-toggle-group--m-compact__button--PaddingBlockEnd: 0;
|
35
|
+
--pf-v6-c-toggle-group--m-compact__button--PaddingInlineStart: var(--pf-t--global--spacer--sm);
|
37
36
|
--pf-v6-c-toggle-group--m-compact__button--FontSize: var(--pf-t--global--font--size--body--default);
|
38
37
|
}
|
39
38
|
|
@@ -41,33 +40,33 @@
|
|
41
40
|
display: flex;
|
42
41
|
}
|
43
42
|
.pf-v6-c-toggle-group.pf-m-compact {
|
44
|
-
--pf-v6-c-toggle-group__button--
|
45
|
-
--pf-v6-c-toggle-group__button--
|
46
|
-
--pf-v6-c-toggle-group__button--
|
47
|
-
--pf-v6-c-toggle-group__button--
|
43
|
+
--pf-v6-c-toggle-group__button--PaddingBlockStart: var(--pf-v6-c-toggle-group--m-compact__button--PaddingBlockStart);
|
44
|
+
--pf-v6-c-toggle-group__button--PaddingInlineEnd: var(--pf-v6-c-toggle-group--m-compact__button--PaddingInlineEnd);
|
45
|
+
--pf-v6-c-toggle-group__button--PaddingBlockEnd: var(--pf-v6-c-toggle-group--m-compact__button--PaddingBlockEnd);
|
46
|
+
--pf-v6-c-toggle-group__button--PaddingInlineStart: var(--pf-v6-c-toggle-group--m-compact__button--PaddingInlineStart);
|
48
47
|
--pf-v6-c-toggle-group__button--FontSize: var(--pf-v6-c-toggle-group--m-compact__button--FontSize);
|
49
48
|
}
|
50
49
|
|
51
50
|
.pf-v6-c-toggle-group__item + .pf-v6-c-toggle-group__item {
|
52
|
-
margin-inline-start: var(--pf-v6-c-toggle-group__item--item--
|
51
|
+
margin-inline-start: var(--pf-v6-c-toggle-group__item--item--MarginInlineStart);
|
53
52
|
}
|
54
53
|
.pf-v6-c-toggle-group__item:first-child .pf-v6-c-toggle-group__button, .pf-v6-c-toggle-group__item:first-child .pf-v6-c-toggle-group__button::before {
|
55
|
-
border-start-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--
|
56
|
-
border-end-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--
|
54
|
+
border-start-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--BorderStartStartRadius);
|
55
|
+
border-end-start-radius: var(--pf-v6-c-toggle-group__item--first-child__button--BorderEndStartRadius);
|
57
56
|
}
|
58
57
|
.pf-v6-c-toggle-group__item:last-child .pf-v6-c-toggle-group__button, .pf-v6-c-toggle-group__item:last-child .pf-v6-c-toggle-group__button::before {
|
59
|
-
border-start-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--
|
60
|
-
border-end-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--
|
58
|
+
border-start-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--BorderStartEndRadius);
|
59
|
+
border-end-end-radius: var(--pf-v6-c-toggle-group__item--last-child__button--BorderEndEndRadius);
|
61
60
|
}
|
62
61
|
|
63
62
|
.pf-v6-c-toggle-group__button {
|
64
63
|
position: relative;
|
65
64
|
z-index: var(--pf-v6-c-toggle-group__button--ZIndex);
|
66
65
|
display: inline-flex;
|
67
|
-
padding-block-start: var(--pf-v6-c-toggle-group__button--
|
68
|
-
padding-block-end: var(--pf-v6-c-toggle-group__button--
|
69
|
-
padding-inline-start: var(--pf-v6-c-toggle-group__button--
|
70
|
-
padding-inline-end: var(--pf-v6-c-toggle-group__button--
|
66
|
+
padding-block-start: var(--pf-v6-c-toggle-group__button--PaddingBlockStart);
|
67
|
+
padding-block-end: var(--pf-v6-c-toggle-group__button--PaddingBlockEnd);
|
68
|
+
padding-inline-start: var(--pf-v6-c-toggle-group__button--PaddingInlineStart);
|
69
|
+
padding-inline-end: var(--pf-v6-c-toggle-group__button--PaddingInlineEnd);
|
71
70
|
font-size: var(--pf-v6-c-toggle-group__button--FontSize);
|
72
71
|
line-height: var(--pf-v6-c-toggle-group__button--LineHeight);
|
73
72
|
color: var(--pf-v6-c-toggle-group__button--Color);
|
@@ -119,5 +118,5 @@
|
|
119
118
|
|
120
119
|
.pf-v6-c-toggle-group__icon + .pf-v6-c-toggle-group__text,
|
121
120
|
.pf-v6-c-toggle-group__text + .pf-v6-c-toggle-group__icon {
|
122
|
-
margin-inline-start: var(--pf-v6-c-toggle-group__icon--text--
|
121
|
+
margin-inline-start: var(--pf-v6-c-toggle-group__icon--text--MarginInlineStart);
|
123
122
|
}
|
@@ -1,121 +1,135 @@
|
|
1
|
+
:where(:root, .pf-v6-c-toolbar) {
|
2
|
+
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--sm);
|
3
|
+
--pf-v6-c-toolbar--ColumnGap: var(--pf-t--global--spacer--md);
|
4
|
+
--pf-v6-c-toolbar--PaddingBlock: var(--pf-t--global--spacer--md);
|
5
|
+
--pf-v6-c-toolbar--PaddingInline: var(--pf-t--global--spacer--md);
|
6
|
+
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
7
|
+
--pf-v6-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
|
8
|
+
--pf-v6-c-toolbar--BackgroundColor: transparent;
|
9
|
+
--pf-v6-c-toolbar--m-primary--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
10
|
+
--pf-v6-c-toolbar--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
11
|
+
--pf-v6-c-toolbar--m-no-background--BackgroundColor: transparent;
|
12
|
+
--pf-v6-c-toolbar__item--Width: auto;
|
13
|
+
--pf-v6-c-toolbar__item--MinWidth: auto;
|
14
|
+
--pf-v6-c-toolbar__item--ColumnGap: var(--pf-t--global--spacer--sm);
|
15
|
+
--pf-v6-c-toolbar__item--m-overflow-container--MinWidth: 0;
|
16
|
+
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
17
|
+
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--sm);
|
18
|
+
--pf-v6-c-toolbar__content--PaddingBlock: var(--pf-t--global--spacer--md);
|
19
|
+
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-toolbar--PaddingInline);
|
20
|
+
--pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
21
|
+
--pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
22
|
+
--pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
23
|
+
--pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
|
24
|
+
--pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
25
|
+
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
26
|
+
--pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
|
27
|
+
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
28
|
+
--pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-t--global--transition);
|
29
|
+
--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
30
|
+
--pf-v6-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--xs);
|
31
|
+
--pf-v6-c-toolbar__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
32
|
+
}
|
33
|
+
|
1
34
|
.pf-v6-c-toolbar__content-section,
|
2
35
|
.pf-v6-c-toolbar__group,
|
3
36
|
.pf-v6-c-toolbar__item,
|
4
|
-
.pf-v6-c-toolbar__group.pf-m-
|
5
|
-
.pf-v6-c-toolbar__group.pf-m-
|
37
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container,
|
38
|
+
.pf-v6-c-toolbar__group.pf-m-label-group {
|
39
|
+
--pf-v6-hidden-visible--visible--Display: flex;
|
6
40
|
--pf-v6-hidden-visible--hidden--Display: none;
|
7
41
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
8
42
|
display: var(--pf-v6-hidden-visible--Display);
|
43
|
+
flex-wrap: wrap;
|
9
44
|
}
|
10
|
-
.pf-
|
11
|
-
.pf-
|
12
|
-
.pf-
|
45
|
+
.pf-v6-c-toolbar__content-section.pf-m-hidden,
|
46
|
+
.pf-v6-c-toolbar__group.pf-m-hidden,
|
47
|
+
.pf-v6-c-toolbar__item.pf-m-hidden,
|
48
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden,
|
49
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden {
|
13
50
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
14
51
|
}
|
15
52
|
@media screen and (min-width: 576px) {
|
16
|
-
.pf-
|
17
|
-
.pf-m-hidden-on-sm
|
18
|
-
.pf-m-hidden-on-sm
|
53
|
+
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-sm,
|
54
|
+
.pf-v6-c-toolbar__group.pf-m-hidden-on-sm,
|
55
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-sm,
|
56
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-sm,
|
57
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-sm {
|
19
58
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
20
59
|
}
|
21
|
-
.pf-
|
22
|
-
.pf-m-visible-on-sm
|
23
|
-
.pf-m-visible-on-sm
|
60
|
+
.pf-v6-c-toolbar__content-section.pf-m-visible-on-sm,
|
61
|
+
.pf-v6-c-toolbar__group.pf-m-visible-on-sm,
|
62
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-sm,
|
63
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-sm,
|
64
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-sm {
|
24
65
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
25
66
|
}
|
26
67
|
}
|
27
68
|
@media screen and (min-width: 768px) {
|
28
|
-
.pf-
|
29
|
-
.pf-m-hidden-on-md
|
30
|
-
.pf-m-hidden-on-md
|
69
|
+
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-md,
|
70
|
+
.pf-v6-c-toolbar__group.pf-m-hidden-on-md,
|
71
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-md,
|
72
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-md,
|
73
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-md {
|
31
74
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
32
75
|
}
|
33
|
-
.pf-
|
34
|
-
.pf-m-visible-on-md
|
35
|
-
.pf-m-visible-on-md
|
76
|
+
.pf-v6-c-toolbar__content-section.pf-m-visible-on-md,
|
77
|
+
.pf-v6-c-toolbar__group.pf-m-visible-on-md,
|
78
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-md,
|
79
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-md,
|
80
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-md {
|
36
81
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
37
82
|
}
|
38
83
|
}
|
39
84
|
@media screen and (min-width: 992px) {
|
40
|
-
.pf-
|
41
|
-
.pf-m-hidden-on-lg
|
42
|
-
.pf-m-hidden-on-lg
|
85
|
+
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-lg,
|
86
|
+
.pf-v6-c-toolbar__group.pf-m-hidden-on-lg,
|
87
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-lg,
|
88
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-lg,
|
89
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-lg {
|
43
90
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
44
91
|
}
|
45
|
-
.pf-
|
46
|
-
.pf-m-visible-on-lg
|
47
|
-
.pf-m-visible-on-lg
|
92
|
+
.pf-v6-c-toolbar__content-section.pf-m-visible-on-lg,
|
93
|
+
.pf-v6-c-toolbar__group.pf-m-visible-on-lg,
|
94
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-lg,
|
95
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-lg,
|
96
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-lg {
|
48
97
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
49
98
|
}
|
50
99
|
}
|
51
100
|
@media screen and (min-width: 1200px) {
|
52
|
-
.pf-
|
53
|
-
.pf-m-hidden-on-xl
|
54
|
-
.pf-m-hidden-on-xl
|
101
|
+
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-xl,
|
102
|
+
.pf-v6-c-toolbar__group.pf-m-hidden-on-xl,
|
103
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-xl,
|
104
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-xl,
|
105
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-xl {
|
55
106
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
56
107
|
}
|
57
|
-
.pf-
|
58
|
-
.pf-m-visible-on-xl
|
59
|
-
.pf-m-visible-on-xl
|
108
|
+
.pf-v6-c-toolbar__content-section.pf-m-visible-on-xl,
|
109
|
+
.pf-v6-c-toolbar__group.pf-m-visible-on-xl,
|
110
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-xl,
|
111
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-xl,
|
112
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-xl {
|
60
113
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
61
114
|
}
|
62
115
|
}
|
63
116
|
@media screen and (min-width: 1450px) {
|
64
|
-
.pf-
|
65
|
-
.pf-m-hidden-on-2xl
|
66
|
-
.pf-m-hidden-on-2xl
|
117
|
+
.pf-v6-c-toolbar__content-section.pf-m-hidden-on-2xl,
|
118
|
+
.pf-v6-c-toolbar__group.pf-m-hidden-on-2xl,
|
119
|
+
.pf-v6-c-toolbar__item.pf-m-hidden-on-2xl,
|
120
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-hidden-on-2xl,
|
121
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-hidden-on-2xl {
|
67
122
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--hidden--Display);
|
68
123
|
}
|
69
|
-
.pf-
|
70
|
-
.pf-m-visible-on-2xl
|
71
|
-
.pf-m-visible-on-2xl
|
124
|
+
.pf-v6-c-toolbar__content-section.pf-m-visible-on-2xl,
|
125
|
+
.pf-v6-c-toolbar__group.pf-m-visible-on-2xl,
|
126
|
+
.pf-v6-c-toolbar__item.pf-m-visible-on-2xl,
|
127
|
+
.pf-v6-c-toolbar__group.pf-m-label-group-container.pf-m-visible-on-2xl,
|
128
|
+
.pf-v6-c-toolbar__group.pf-m-label-group.pf-m-visible-on-2xl {
|
72
129
|
--pf-v6-hidden-visible--Display: var(--pf-v6-hidden-visible--visible--Display);
|
73
130
|
}
|
74
131
|
}
|
75
132
|
|
76
|
-
:where(:root),
|
77
|
-
:where(.pf-v6-c-toolbar) {
|
78
|
-
--pf-v6-c-toolbar--RowGap: var(--pf-t--global--spacer--sm);
|
79
|
-
--pf-v6-c-toolbar--ColumnGap: var(--pf-t--global--spacer--md);
|
80
|
-
--pf-v6-c-toolbar--PaddingBlock: var(--pf-t--global--spacer--md);
|
81
|
-
--pf-v6-c-toolbar--PaddingInline: var(--pf-t--global--spacer--md);
|
82
|
-
--pf-v6-c-toolbar--LineHeight: var(--pf-t--global--font--line-height--body);
|
83
|
-
--pf-v6-c-toolbar--FontSize: var(--pf-t--global--font--size--body--default);
|
84
|
-
--pf-v6-c-toolbar--BackgroundColor: transparent;
|
85
|
-
--pf-v6-c-toolbar--m-primary--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
86
|
-
--pf-v6-c-toolbar--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
87
|
-
--pf-v6-c-toolbar--m-no-background--BackgroundColor: transparent;
|
88
|
-
--pf-v6-c-toolbar__item--Width: auto;
|
89
|
-
--pf-v6-c-toolbar__item--MinWidth: auto;
|
90
|
-
--pf-v6-c-toolbar__item--ColumnGap: var(--pf-t--global--spacer--sm);
|
91
|
-
--pf-v6-c-toolbar__item--m-overflow-container--MinWidth: 0;
|
92
|
-
--pf-v6-c-toolbar__group--m-overflow-container--MinWidth: 0;
|
93
|
-
--pf-v6-c-toolbar__content--RowGap: var(--pf-t--global--spacer--sm);
|
94
|
-
--pf-v6-c-toolbar__content--PaddingBlock: var(--pf-t--global--spacer--md);
|
95
|
-
--pf-v6-c-toolbar__content--PaddingInline: var(--pf-v6-c-toolbar--PaddingInline);
|
96
|
-
--pf-v6-c-toolbar__expandable-content--ZIndex: var(--pf-t--global--z-index--sm);
|
97
|
-
--pf-v6-c-toolbar__expandable-content--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
98
|
-
--pf-v6-c-toolbar__expandable-content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
99
|
-
--pf-v6-c-toolbar--m-sticky--ZIndex: var(--pf-t--global--z-index--xs);
|
100
|
-
--pf-v6-c-toolbar--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md--bottom);
|
101
|
-
--pf-v6-c-toolbar--m-sticky--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
102
|
-
--pf-v6-c-toolbar--m-page-insets--inset: var(--pf-v6-c-page--inset);
|
103
|
-
--pf-v6-c-toolbar__expand-all-icon--Rotate: 0;
|
104
|
-
--pf-v6-c-toolbar__expand-all-icon--Transition: var(--pf-t--global--transition);
|
105
|
-
--pf-v6-c-toolbar__item--m-expand-all--m-expanded__expand-all-icon--Rotate: 90deg;
|
106
|
-
--pf-v6-c-toolbar__group--m-filter-group--ColumnGap: var(--pf-t--global--spacer--xs);
|
107
|
-
--pf-v6-c-toolbar__item--m-label--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
108
|
-
}
|
109
|
-
|
110
|
-
.pf-v6-c-toolbar__content-section,
|
111
|
-
.pf-v6-c-toolbar__group,
|
112
|
-
.pf-v6-c-toolbar__item,
|
113
|
-
.pf-v6-c-toolbar__group.pf-m-chip-group-container,
|
114
|
-
.pf-v6-c-toolbar__group.pf-m-chip-group {
|
115
|
-
--pf-v6-hidden-visible--visible--Display: flex;
|
116
|
-
flex-wrap: wrap;
|
117
|
-
}
|
118
|
-
|
119
133
|
.pf-v6-c-toolbar,
|
120
134
|
.pf-v6-c-toolbar__content {
|
121
135
|
position: relative;
|
@@ -275,10 +289,10 @@
|
|
275
289
|
.pf-v6-c-toolbar__group.pf-m-filter-group {
|
276
290
|
column-gap: var(--pf-v6-c-toolbar__group--m-filter-group--ColumnGap);
|
277
291
|
}
|
278
|
-
.pf-v6-c-toolbar__group.pf-m-filter-group, .pf-v6-c-toolbar__group.pf-m-
|
292
|
+
.pf-v6-c-toolbar__group.pf-m-filter-group, .pf-v6-c-toolbar__group.pf-m-label-group-container {
|
279
293
|
flex-wrap: nowrap;
|
280
294
|
}
|
281
|
-
.pf-v6-c-toolbar__group.pf-m-
|
295
|
+
.pf-v6-c-toolbar__group.pf-m-label-group {
|
282
296
|
flex: 1;
|
283
297
|
}
|
284
298
|
.pf-v6-c-toolbar__group.pf-m-overflow-container {
|
@@ -2,8 +2,8 @@ import './toolbar.css';
|
|
2
2
|
declare const _default: {
|
3
3
|
"dirRtl": "pf-v6-m-dir-rtl",
|
4
4
|
"modifiers": {
|
5
|
-
"
|
6
|
-
"
|
5
|
+
"labelGroupContainer": "pf-m-label-group-container",
|
6
|
+
"labelGroup": "pf-m-label-group",
|
7
7
|
"hidden": "pf-m-hidden",
|
8
8
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
9
9
|
"visibleOnSm": "pf-m-visible-on-sm",
|
@@ -4,8 +4,8 @@ require('./toolbar.css');
|
|
4
4
|
exports.default = {
|
5
5
|
"dirRtl": "pf-v6-m-dir-rtl",
|
6
6
|
"modifiers": {
|
7
|
-
"
|
8
|
-
"
|
7
|
+
"labelGroupContainer": "pf-m-label-group-container",
|
8
|
+
"labelGroup": "pf-m-label-group",
|
9
9
|
"hidden": "pf-m-hidden",
|
10
10
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
11
11
|
"visibleOnSm": "pf-m-visible-on-sm",
|
@@ -2,8 +2,8 @@ import './toolbar.css';
|
|
2
2
|
export default {
|
3
3
|
"dirRtl": "pf-v6-m-dir-rtl",
|
4
4
|
"modifiers": {
|
5
|
-
"
|
6
|
-
"
|
5
|
+
"labelGroupContainer": "pf-m-label-group-container",
|
6
|
+
"labelGroup": "pf-m-label-group",
|
7
7
|
"hidden": "pf-m-hidden",
|
8
8
|
"hiddenOnSm": "pf-m-hidden-on-sm",
|
9
9
|
"visibleOnSm": "pf-m-visible-on-sm",
|