@patternfly/react-styles 5.0.0-alpha.3 → 5.0.0-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/css/components/AboutModalBox/about-modal-box.css +7 -7
- package/css/components/Alert/alert.css +3 -3
- package/css/components/Banner/banner.css +14 -14
- package/css/components/Banner/banner.d.ts +5 -5
- package/css/components/Banner/banner.js +5 -5
- package/css/components/Banner/banner.mjs +5 -5
- package/css/components/CalendarMonth/calendar-month.css +1 -1
- package/css/components/Card/card.css +12 -10
- package/css/components/Card/card.d.ts +1 -0
- package/css/components/Card/card.js +1 -0
- package/css/components/Card/card.mjs +1 -0
- package/css/components/Chip/chip.css +33 -24
- package/css/components/Chip/chip.d.ts +2 -1
- package/css/components/Chip/chip.js +2 -1
- package/css/components/Chip/chip.mjs +2 -1
- package/css/components/ChipGroup/chip-group.css +4 -4
- package/css/components/Content/content.css +5 -5
- package/css/components/DataList/data-list-grid.css +7 -7
- package/css/components/DataList/data-list.css +10 -10
- package/css/components/DatePicker/date-picker.css +0 -8
- package/css/components/DatePicker/date-picker.d.ts +0 -1
- package/css/components/DatePicker/date-picker.js +0 -1
- package/css/components/DatePicker/date-picker.mjs +0 -1
- package/css/components/DescriptionList/description-list.css +7 -7
- package/css/components/Divider/divider.css +2 -2
- package/css/components/Drawer/drawer.css +2 -2
- package/css/components/DualListSelector/dual-list-selector.css +1 -1
- package/css/components/EmptyState/empty-state.css +2 -2
- package/css/components/Form/form.css +12 -12
- package/css/components/FormControl/form-control.css +2 -5
- package/css/components/HelperText/helper-text.css +4 -0
- package/css/components/HelperText/helper-text.d.ts +1 -0
- package/css/components/HelperText/helper-text.js +1 -0
- package/css/components/HelperText/helper-text.mjs +1 -0
- package/css/components/Hint/hint.css +2 -2
- package/css/components/InputGroup/input-group.css +61 -85
- package/css/components/InputGroup/input-group.d.ts +4 -2
- package/css/components/InputGroup/input-group.js +4 -2
- package/css/components/InputGroup/input-group.mjs +4 -2
- package/css/components/Label/label.css +41 -30
- package/css/components/Label/label.d.ts +1 -0
- package/css/components/Label/label.js +1 -0
- package/css/components/Label/label.mjs +1 -0
- package/css/components/LabelGroup/label-group.css +2 -2
- package/css/components/Login/login.css +10 -10
- package/css/components/Masthead/masthead.css +4 -4
- package/css/components/Menu/menu.css +6 -6
- package/css/components/MenuToggle/menu-toggle.css +1 -1
- package/css/components/ModalBox/modal-box.css +9 -8
- package/css/components/ModalBox/modal-box.d.ts +1 -0
- package/css/components/ModalBox/modal-box.js +1 -0
- package/css/components/ModalBox/modal-box.mjs +1 -0
- package/css/components/MultipleFileUpload/multiple-file-upload.css +6 -6
- package/css/components/Nav/nav.css +1 -1
- package/css/components/NotificationDrawer/notification-drawer.css +3 -3
- package/css/components/OptionsMenu/options-menu.css +0 -5
- package/css/components/Page/page.css +11 -11
- package/css/components/Popover/popover.css +23 -24
- package/css/components/Popover/popover.d.ts +4 -5
- package/css/components/Popover/popover.js +4 -5
- package/css/components/Popover/popover.mjs +4 -5
- package/css/components/Progress/progress.css +13 -10
- package/css/components/ProgressStepper/progress-stepper.css +5 -5
- package/css/components/SearchInput/search-input.css +2 -2
- package/css/components/Select/select.css +1 -1
- package/css/components/Sidebar/sidebar.css +69 -26
- package/css/components/Sidebar/sidebar.d.ts +2 -0
- package/css/components/Sidebar/sidebar.js +2 -0
- package/css/components/Sidebar/sidebar.mjs +2 -0
- package/css/components/SimpleList/simple-list.css +1 -1
- package/css/components/Spinner/spinner.css +4 -4
- package/css/components/Table/table-scrollable.css +31 -26
- package/css/components/Table/table-scrollable.d.ts +3 -2
- package/css/components/Table/table-scrollable.js +3 -2
- package/css/components/Table/table-scrollable.mjs +3 -2
- package/css/components/Table/table-tree-view.css +10 -0
- package/css/components/Table/table-tree-view.d.ts +1 -0
- package/css/components/Table/table-tree-view.js +1 -0
- package/css/components/Table/table-tree-view.mjs +1 -0
- package/css/components/Table/table.css +7 -2
- package/css/components/TextInputGroup/text-input-group.css +2 -2
- package/css/components/Tile/tile.css +1 -1
- package/css/components/Timestamp/timestamp.css +3 -3
- package/css/components/Toolbar/toolbar.css +13 -6
- package/css/components/Wizard/wizard.css +14 -1
- package/css/components/Wizard/wizard.d.ts +1 -0
- package/css/components/Wizard/wizard.js +1 -0
- package/css/components/Wizard/wizard.mjs +1 -0
- package/css/docs/components/Table/examples/Table.css +4 -0
- package/css/layouts/Gallery/gallery.css +1 -1
- package/css/layouts/Grid/grid.css +2 -2
- package/package.json +3 -3
@@ -3,11 +3,12 @@ declare const _default: {
|
|
3
3
|
"modifiers": {
|
4
4
|
"borderRight": "pf-m-border-right",
|
5
5
|
"borderLeft": "pf-m-border-left",
|
6
|
-
"
|
6
|
+
"right": "pf-m-right",
|
7
|
+
"left": "pf-m-left"
|
7
8
|
},
|
8
9
|
"scrollInnerWrapper": "pf-c-scroll-inner-wrapper",
|
9
10
|
"scrollOuterWrapper": "pf-c-scroll-outer-wrapper",
|
10
11
|
"table": "pf-c-table",
|
11
|
-
"
|
12
|
+
"tableStickyCell": "pf-c-table__sticky-cell"
|
12
13
|
};
|
13
14
|
export default _default;
|
@@ -5,10 +5,11 @@ exports.default = {
|
|
5
5
|
"modifiers": {
|
6
6
|
"borderRight": "pf-m-border-right",
|
7
7
|
"borderLeft": "pf-m-border-left",
|
8
|
-
"
|
8
|
+
"right": "pf-m-right",
|
9
|
+
"left": "pf-m-left"
|
9
10
|
},
|
10
11
|
"scrollInnerWrapper": "pf-c-scroll-inner-wrapper",
|
11
12
|
"scrollOuterWrapper": "pf-c-scroll-outer-wrapper",
|
12
13
|
"table": "pf-c-table",
|
13
|
-
"
|
14
|
+
"tableStickyCell": "pf-c-table__sticky-cell"
|
14
15
|
};
|
@@ -3,10 +3,11 @@ export default {
|
|
3
3
|
"modifiers": {
|
4
4
|
"borderRight": "pf-m-border-right",
|
5
5
|
"borderLeft": "pf-m-border-left",
|
6
|
-
"
|
6
|
+
"right": "pf-m-right",
|
7
|
+
"left": "pf-m-left"
|
7
8
|
},
|
8
9
|
"scrollInnerWrapper": "pf-c-scroll-inner-wrapper",
|
9
10
|
"scrollOuterWrapper": "pf-c-scroll-outer-wrapper",
|
10
11
|
"table": "pf-c-table",
|
11
|
-
"
|
12
|
+
"tableStickyCell": "pf-c-table__sticky-cell"
|
12
13
|
};
|
@@ -12,10 +12,20 @@
|
|
12
12
|
--pf-c-table--m-tree-view__toggle--Left: var(--pf-c-table__tree-view-main--PaddingLeft);
|
13
13
|
--pf-c-table--m-tree-view__toggle--TranslateX: -100%;
|
14
14
|
--pf-c-table--m-tree-view__toggle__toggle-icon--MinWidth: var(--pf-global--FontSize--md);
|
15
|
+
--pf-c-table--m-no-inset__tree-view-main--PaddingLeft: 0;
|
16
|
+
--pf-c-table--m-no-inset__tree-view-main--MarginLeft: 0;
|
15
17
|
}
|
16
18
|
.pf-c-table.pf-m-tree-view > tbody > tr {
|
17
19
|
--pf-c-table--m-tree-view__toggle--Left: var(--pf-c-table__tree-view-main--PaddingLeft);
|
18
20
|
}
|
21
|
+
.pf-c-table.pf-m-tree-view > tbody > tr.pf-m-no-inset {
|
22
|
+
--pf-c-table__tree-view-main--PaddingLeft: var(--pf-c-table--m-no-inset__tree-view-main--PaddingLeft);
|
23
|
+
--pf-c-table__tree-view-main--MarginLeft: var(--pf-c-table--m-no-inset__tree-view-main--MarginLeft);
|
24
|
+
}
|
25
|
+
.pf-c-table.pf-m-tree-view.pf-m-no-inset {
|
26
|
+
--pf-c-table__tree-view-main--PaddingLeft: var(--pf-c-table--m-no-inset__tree-view-main--PaddingLeft);
|
27
|
+
--pf-c-table__tree-view-main--MarginLeft: var(--pf-c-table--m-no-inset__tree-view-main--MarginLeft);
|
28
|
+
}
|
19
29
|
.pf-c-table.pf-m-tree-view tr[aria-level="2"] {
|
20
30
|
--pf-c-table__tree-view-main--PaddingLeft: calc(var(--pf-c-table__tree-view-main--nested-indent--base) * 1 + var(--pf-c-table__tree-view-main--indent--base));
|
21
31
|
}
|
@@ -3,6 +3,7 @@ declare const _default: {
|
|
3
3
|
"dropdown": "pf-c-dropdown",
|
4
4
|
"modifiers": {
|
5
5
|
"treeView": "pf-m-tree-view",
|
6
|
+
"noInset": "pf-m-no-inset",
|
6
7
|
"treeViewGrid": "pf-m-tree-view-grid",
|
7
8
|
"treeViewDetailsExpanded": "pf-m-tree-view-details-expanded",
|
8
9
|
"treeViewGridMd": "pf-m-tree-view-grid-md",
|
@@ -5,6 +5,7 @@ exports.default = {
|
|
5
5
|
"dropdown": "pf-c-dropdown",
|
6
6
|
"modifiers": {
|
7
7
|
"treeView": "pf-m-tree-view",
|
8
|
+
"noInset": "pf-m-no-inset",
|
8
9
|
"treeViewGrid": "pf-m-tree-view-grid",
|
9
10
|
"treeViewDetailsExpanded": "pf-m-tree-view-details-expanded",
|
10
11
|
"treeViewGridMd": "pf-m-tree-view-grid-md",
|
@@ -3,6 +3,7 @@ export default {
|
|
3
3
|
"dropdown": "pf-c-dropdown",
|
4
4
|
"modifiers": {
|
5
5
|
"treeView": "pf-m-tree-view",
|
6
|
+
"noInset": "pf-m-no-inset",
|
6
7
|
"treeViewGrid": "pf-m-tree-view-grid",
|
7
8
|
"treeViewDetailsExpanded": "pf-m-tree-view-details-expanded",
|
8
9
|
"treeViewGridMd": "pf-m-tree-view-grid-md",
|
@@ -261,6 +261,7 @@
|
|
261
261
|
--pf-c-table--thead--m-nested-column-header--tr--PaddingBottom: var(--pf-global--spacer--xs);
|
262
262
|
--pf-c-table__subhead--Color: var(--pf-global--Color--200);
|
263
263
|
--pf-c-table--m-striped__tr--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
|
264
|
+
--pf-c-table--m-sticky-header--cell--ZIndex: var(--pf-global--ZIndex--xs);
|
264
265
|
color: var(--pf-global--Color--100);
|
265
266
|
width: 100%;
|
266
267
|
background-color: var(--pf-c-table--BackgroundColor);
|
@@ -289,7 +290,7 @@
|
|
289
290
|
border-bottom: 0;
|
290
291
|
}
|
291
292
|
.pf-c-table.pf-m-sticky-header > thead > tr > * {
|
292
|
-
z-index: var(--pf-
|
293
|
+
z-index: var(--pf-c-table--m-sticky-header--cell--ZIndex);
|
293
294
|
}
|
294
295
|
.pf-c-table.pf-m-sticky-header > thead:not(.pf-m-nested-column-header) > tr > * {
|
295
296
|
position: sticky;
|
@@ -660,9 +661,9 @@
|
|
660
661
|
.pf-c-table__button-content,
|
661
662
|
.pf-c-table__column-help {
|
662
663
|
display: grid;
|
664
|
+
grid-template-columns: auto max-content;
|
663
665
|
align-items: end;
|
664
666
|
justify-content: start;
|
665
|
-
grid-template-columns: auto max-content;
|
666
667
|
}
|
667
668
|
.pf-c-table__button-content .pf-c-table__text,
|
668
669
|
.pf-c-table__column-help .pf-c-table__text {
|
@@ -768,6 +769,10 @@
|
|
768
769
|
vertical-align: middle;
|
769
770
|
}
|
770
771
|
|
772
|
+
.pf-c-table__action {
|
773
|
+
text-align: right;
|
774
|
+
}
|
775
|
+
|
771
776
|
.pf-c-table__inline-edit-action {
|
772
777
|
--pf-c-table--cell--PaddingLeft: 0;
|
773
778
|
--pf-c-table--cell--PaddingRight: 0;
|
@@ -78,9 +78,9 @@
|
|
78
78
|
|
79
79
|
.pf-c-text-input-group__text {
|
80
80
|
display: inline-grid;
|
81
|
-
grid-template-columns: 1fr;
|
82
|
-
grid-template-areas: "text-input";
|
83
81
|
flex: 1;
|
82
|
+
grid-template-areas: "text-input";
|
83
|
+
grid-template-columns: 1fr;
|
84
84
|
}
|
85
85
|
.pf-c-text-input-group__text::before, .pf-c-text-input-group__text::after {
|
86
86
|
position: absolute;
|
@@ -42,11 +42,11 @@
|
|
42
42
|
--pf-c-tile--m-display-lg__header--m-stacked__icon--FontSize: var(--pf-global--icon--FontSize--xl);
|
43
43
|
position: relative;
|
44
44
|
display: inline-grid;
|
45
|
+
grid-template-rows: min-content;
|
45
46
|
padding: var(--pf-c-tile--PaddingTop) var(--pf-c-tile--PaddingRight) var(--pf-c-tile--PaddingBottom) var(--pf-c-tile--PaddingLeft);
|
46
47
|
text-align: center;
|
47
48
|
cursor: pointer;
|
48
49
|
background-color: var(--pf-c-tile--BackgroundColor);
|
49
|
-
grid-template-rows: min-content;
|
50
50
|
transition: var(--pf-c-tile--Transition);
|
51
51
|
transform: translateY(var(--pf-c-tile--TranslateY));
|
52
52
|
}
|
@@ -17,12 +17,12 @@
|
|
17
17
|
outline-offset: var(--pf-c-timestamp--OutlineOffset);
|
18
18
|
}
|
19
19
|
.pf-c-timestamp.pf-m-help-text {
|
20
|
-
cursor: pointer;
|
21
20
|
text-decoration-line: var(--pf-c-timestamp--m-help-text--TextDecorationLine);
|
22
|
-
text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
|
23
21
|
text-decoration-thickness: var(--pf-c-timestamp--m-help-text--TextDecorationThickness);
|
24
|
-
text-
|
22
|
+
text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
|
25
23
|
text-decoration-color: var(--pf-c-timestamp--m-help-text--TextDecorationColor);
|
24
|
+
text-underline-offset: var(--pf-c-timestamp--m-help-text--TextUnderlineOffset);
|
25
|
+
cursor: pointer;
|
26
26
|
}
|
27
27
|
.pf-c-timestamp.pf-m-help-text:hover {
|
28
28
|
--pf-c-timestamp--Color: var(--pf-c-timestamp--m-help-text--hover--Color);
|
@@ -49,26 +49,30 @@
|
|
49
49
|
|
50
50
|
.pf-c-toolbar {
|
51
51
|
--pf-c-toolbar--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
52
|
-
--pf-c-toolbar--RowGap: var(--pf-global--spacer--lg);
|
52
|
+
--pf-c-toolbar--RowGap--base: var(--pf-global--spacer--lg);
|
53
|
+
--pf-c-toolbar--RowGap: var(--pf-c-toolbar--RowGap--base);
|
53
54
|
--pf-c-toolbar--PaddingTop: var(--pf-global--spacer--md);
|
54
55
|
--pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
|
56
|
+
--pf-c-toolbar--item--RowGap--base: var(--pf-global--spacer--xs);
|
55
57
|
--pf-c-toolbar__item--Display: block;
|
56
58
|
--pf-c-toolbar__item--MinWidth--base: auto;
|
57
59
|
--pf-c-toolbar__item--AlignSelf: auto;
|
58
60
|
--pf-c-toolbar__group--Display: flex;
|
59
61
|
--pf-c-toolbar__group--AlignItems: baseline;
|
60
62
|
--pf-c-toolbar__group--AlignSelf: auto;
|
63
|
+
--pf-c-toolbar__group--RowGap: var(--pf-c-toolbar--item--RowGap--base);
|
61
64
|
--pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
|
62
65
|
--pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
|
63
66
|
--pf-c-toolbar__content--Display: flex;
|
67
|
+
--pf-c-toolbar__content--RowGap: var(--pf-c-toolbar--RowGap--base);
|
64
68
|
--pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
|
65
69
|
--pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
|
66
70
|
--pf-c-toolbar__content-section--Display: flex;
|
67
71
|
--pf-c-toolbar__content-section--AlignItems: baseline;
|
72
|
+
--pf-c-toolbar__content-section--RowGap: var(--pf-c-toolbar--item--RowGap--base);
|
68
73
|
--pf-c-toolbar--m-page-insets--inset: var(--pf-global--spacer--md);
|
69
74
|
--pf-c-toolbar--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
|
70
75
|
--pf-c-toolbar__expandable-content--Display: grid;
|
71
|
-
--pf-c-toolbar__expandable-content--PaddingTop: var(--pf-c-toolbar--RowGap);
|
72
76
|
--pf-c-toolbar__expandable-content--PaddingRight: var(--pf-c-toolbar__content--PaddingRight);
|
73
77
|
--pf-c-toolbar__expandable-content--PaddingBottom: var(--pf-global--spacer--md);
|
74
78
|
--pf-c-toolbar__expandable-content--PaddingLeft: var(--pf-c-toolbar__content--PaddingLeft);
|
@@ -111,8 +115,8 @@
|
|
111
115
|
--pf-c-toolbar--m-full-height__item--Display: flex;
|
112
116
|
--pf-c-toolbar--m-full-height__item--AlignItems: center;
|
113
117
|
position: relative;
|
114
|
-
row-gap: var(--pf-c-toolbar--RowGap);
|
115
118
|
display: grid;
|
119
|
+
row-gap: var(--pf-c-toolbar--RowGap);
|
116
120
|
padding-top: var(--pf-c-toolbar--PaddingTop);
|
117
121
|
padding-bottom: var(--pf-c-toolbar--PaddingBottom);
|
118
122
|
background-color: var(--pf-c-toolbar--BackgroundColor);
|
@@ -186,6 +190,7 @@
|
|
186
190
|
.pf-c-toolbar__group {
|
187
191
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
|
188
192
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__group--Display);
|
193
|
+
row-gap: var(--pf-c-toolbar__group--RowGap);
|
189
194
|
align-items: var(--pf-c-toolbar__group--AlignItems);
|
190
195
|
align-self: var(--pf-c-toolbar__group--AlignSelf);
|
191
196
|
margin-right: var(--pf-c-toolbar--spacer);
|
@@ -352,6 +357,7 @@
|
|
352
357
|
.pf-c-toolbar__content {
|
353
358
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content--Display);
|
354
359
|
position: relative;
|
360
|
+
row-gap: var(--pf-c-toolbar__content--RowGap);
|
355
361
|
align-items: center;
|
356
362
|
padding-right: var(--pf-c-toolbar__content--PaddingRight);
|
357
363
|
padding-left: var(--pf-c-toolbar__content--PaddingLeft);
|
@@ -359,6 +365,7 @@
|
|
359
365
|
|
360
366
|
.pf-c-toolbar__content-section {
|
361
367
|
--pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content-section--Display);
|
368
|
+
row-gap: var(--pf-c-toolbar__content-section--RowGap);
|
362
369
|
align-items: var(--pf-c-toolbar__content-section--AlignItems);
|
363
370
|
width: 100%;
|
364
371
|
}
|
@@ -368,13 +375,13 @@
|
|
368
375
|
|
369
376
|
.pf-c-toolbar__expandable-content {
|
370
377
|
position: absolute;
|
371
|
-
top: 100
|
378
|
+
top: calc(100% + var(--pf-c-toolbar__content--RowGap));
|
372
379
|
right: 0;
|
373
380
|
left: 0;
|
374
381
|
z-index: var(--pf-c-toolbar__expandable-content--ZIndex);
|
375
382
|
display: none;
|
376
383
|
width: 100%;
|
377
|
-
padding:
|
384
|
+
padding: 0 var(--pf-c-toolbar__expandable-content--PaddingRight) var(--pf-c-toolbar__expandable-content--PaddingBottom) var(--pf-c-toolbar__expandable-content--PaddingLeft);
|
378
385
|
background-color: var(--pf-c-toolbar__expandable-content--BackgroundColor);
|
379
386
|
box-shadow: var(--pf-c-toolbar__expandable-content--BoxShadow);
|
380
387
|
}
|
@@ -405,9 +412,9 @@
|
|
405
412
|
.pf-c-toolbar__group.pf-m-chip-container {
|
406
413
|
display: flex;
|
407
414
|
flex-wrap: wrap;
|
415
|
+
grid-row-gap: 0;
|
408
416
|
align-items: baseline;
|
409
417
|
margin-top: var(--pf-c-toolbar__group--m-chip-container--MarginTop);
|
410
|
-
grid-row-gap: 0;
|
411
418
|
}
|
412
419
|
.pf-c-toolbar__content.pf-m-chip-container .pf-c-toolbar__item,
|
413
420
|
.pf-c-toolbar__group.pf-m-chip-container .pf-c-toolbar__item {
|
@@ -47,6 +47,10 @@
|
|
47
47
|
--pf-c-wizard__close--xl--Right: var(--pf-global--spacer--lg);
|
48
48
|
--pf-c-wizard__close--FontSize: var(--pf-global--FontSize--xl);
|
49
49
|
--pf-c-wizard__title--PaddingRight: var(--pf-global--spacer--2xl);
|
50
|
+
--pf-c-wizard__title-text--FontSize: var(--pf-global--FontSize--3xl);
|
51
|
+
--pf-c-wizard__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
52
|
+
--pf-c-wizard__title-text--FontWeight: var(--pf-global--FontWeight--normal);
|
53
|
+
--pf-c-wizard__title-text--LineHeight: var(--pf-global--LineHeight--sm);
|
50
54
|
--pf-c-wizard__description--PaddingTop: var(--pf-global--spacer--sm);
|
51
55
|
--pf-c-wizard__description--Color: var(--pf-global--Color--light-200);
|
52
56
|
--pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
|
@@ -230,6 +234,8 @@
|
|
230
234
|
position: absolute;
|
231
235
|
top: var(--pf-c-wizard__close--Top);
|
232
236
|
right: var(--pf-c-wizard__close--Right);
|
237
|
+
}
|
238
|
+
.pf-c-wizard__header .pf-c-wizard__close button {
|
233
239
|
font-size: var(--pf-c-wizard__close--FontSize);
|
234
240
|
}
|
235
241
|
|
@@ -238,6 +244,13 @@
|
|
238
244
|
word-wrap: break-word;
|
239
245
|
}
|
240
246
|
|
247
|
+
.pf-c-wizard__title-text {
|
248
|
+
font-family: var(--pf-c-wizard__title-text--FontFamily);
|
249
|
+
font-size: var(--pf-c-wizard__title-text--FontSize);
|
250
|
+
font-weight: var(--pf-c-wizard__title-text--FontWeight);
|
251
|
+
line-height: var(--pf-c-wizard__title-text--LineHeight);
|
252
|
+
}
|
253
|
+
|
241
254
|
.pf-c-wizard__description {
|
242
255
|
display: none;
|
243
256
|
padding-top: var(--pf-c-wizard__description--PaddingTop);
|
@@ -486,8 +499,8 @@
|
|
486
499
|
position: relative;
|
487
500
|
z-index: var(--pf-c-wizard__footer--ZIndex);
|
488
501
|
display: flex;
|
489
|
-
flex-wrap: wrap;
|
490
502
|
flex-shrink: 0;
|
503
|
+
flex-wrap: wrap;
|
491
504
|
padding: var(--pf-c-wizard__footer--PaddingTop) var(--pf-c-wizard__footer--PaddingRight) var(--pf-c-wizard__footer--PaddingBottom) var(--pf-c-wizard__footer--PaddingLeft);
|
492
505
|
background-color: var(--pf-c-wizard__footer--BackgroundColor);
|
493
506
|
}
|
@@ -32,6 +32,7 @@ declare const _default: {
|
|
32
32
|
"wizardNavList": "pf-c-wizard__nav-list",
|
33
33
|
"wizardOuterWrap": "pf-c-wizard__outer-wrap",
|
34
34
|
"wizardTitle": "pf-c-wizard__title",
|
35
|
+
"wizardTitleText": "pf-c-wizard__title-text",
|
35
36
|
"wizardToggle": "pf-c-wizard__toggle",
|
36
37
|
"wizardToggleIcon": "pf-c-wizard__toggle-icon",
|
37
38
|
"wizardToggleList": "pf-c-wizard__toggle-list",
|
@@ -34,6 +34,7 @@ exports.default = {
|
|
34
34
|
"wizardNavList": "pf-c-wizard__nav-list",
|
35
35
|
"wizardOuterWrap": "pf-c-wizard__outer-wrap",
|
36
36
|
"wizardTitle": "pf-c-wizard__title",
|
37
|
+
"wizardTitleText": "pf-c-wizard__title-text",
|
37
38
|
"wizardToggle": "pf-c-wizard__toggle",
|
38
39
|
"wizardToggleIcon": "pf-c-wizard__toggle-icon",
|
39
40
|
"wizardToggleList": "pf-c-wizard__toggle-list",
|
@@ -32,6 +32,7 @@ export default {
|
|
32
32
|
"wizardNavList": "pf-c-wizard__nav-list",
|
33
33
|
"wizardOuterWrap": "pf-c-wizard__outer-wrap",
|
34
34
|
"wizardTitle": "pf-c-wizard__title",
|
35
|
+
"wizardTitleText": "pf-c-wizard__title-text",
|
35
36
|
"wizardToggle": "pf-c-wizard__toggle",
|
36
37
|
"wizardToggleIcon": "pf-c-wizard__toggle-icon",
|
37
38
|
"wizardToggleList": "pf-c-wizard__toggle-list",
|
@@ -7,8 +7,8 @@
|
|
7
7
|
--pf-l-gallery--GridTemplateColumns: repeat(auto-fill, minmax(var(--pf-l-gallery--GridTemplateColumns--minmax--min), var(--pf-l-gallery--GridTemplateColumns--minmax--max)));
|
8
8
|
--pf-l-gallery--GridTemplateRows: auto;
|
9
9
|
display: grid;
|
10
|
-
grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
|
11
10
|
grid-template-rows: var(--pf-l-gallery--GridTemplateRows);
|
11
|
+
grid-template-columns: var(--pf-l-gallery--GridTemplateColumns);
|
12
12
|
--pf-l-gallery--GridTemplateColumns--minmax--min: var(--pf-l-gallery--GridTemplateColumns--min);
|
13
13
|
--pf-l-gallery--GridTemplateColumns--minmax--max: var(--pf-l-gallery--GridTemplateColumns--max);
|
14
14
|
}
|
@@ -8,10 +8,10 @@
|
|
8
8
|
}
|
9
9
|
.pf-l-grid > *,
|
10
10
|
.pf-l-grid .pf-l-grid__item {
|
11
|
-
min-width: 0;
|
12
|
-
min-height: 0;
|
13
11
|
grid-column-start: var(--pf-l-grid__item--GridColumnStart);
|
14
12
|
grid-column-end: var(--pf-l-grid__item--GridColumnEnd);
|
13
|
+
min-width: 0;
|
14
|
+
min-height: 0;
|
15
15
|
order: var(--pf-l-grid--item--Order);
|
16
16
|
}
|
17
17
|
@media (min-width: 576px) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "5.0.0-alpha.
|
3
|
+
"version": "5.0.0-alpha.5",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "5.0.0-alpha.
|
22
|
+
"@patternfly/patternfly": "5.0.0-alpha.33",
|
23
23
|
"camel-case": "^3.0.0",
|
24
24
|
"css": "^2.2.3",
|
25
25
|
"fs-extra": "^6.0.1",
|
@@ -29,5 +29,5 @@
|
|
29
29
|
"typescript": "^4.7.4"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "d783cc19e80a771ef14a16b9f2a3a71ce11e6225"
|
33
33
|
}
|