@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.
Files changed (93) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/css/components/AboutModalBox/about-modal-box.css +7 -7
  3. package/css/components/Alert/alert.css +3 -3
  4. package/css/components/Banner/banner.css +14 -14
  5. package/css/components/Banner/banner.d.ts +5 -5
  6. package/css/components/Banner/banner.js +5 -5
  7. package/css/components/Banner/banner.mjs +5 -5
  8. package/css/components/CalendarMonth/calendar-month.css +1 -1
  9. package/css/components/Card/card.css +12 -10
  10. package/css/components/Card/card.d.ts +1 -0
  11. package/css/components/Card/card.js +1 -0
  12. package/css/components/Card/card.mjs +1 -0
  13. package/css/components/Chip/chip.css +33 -24
  14. package/css/components/Chip/chip.d.ts +2 -1
  15. package/css/components/Chip/chip.js +2 -1
  16. package/css/components/Chip/chip.mjs +2 -1
  17. package/css/components/ChipGroup/chip-group.css +4 -4
  18. package/css/components/Content/content.css +5 -5
  19. package/css/components/DataList/data-list-grid.css +7 -7
  20. package/css/components/DataList/data-list.css +10 -10
  21. package/css/components/DatePicker/date-picker.css +0 -8
  22. package/css/components/DatePicker/date-picker.d.ts +0 -1
  23. package/css/components/DatePicker/date-picker.js +0 -1
  24. package/css/components/DatePicker/date-picker.mjs +0 -1
  25. package/css/components/DescriptionList/description-list.css +7 -7
  26. package/css/components/Divider/divider.css +2 -2
  27. package/css/components/Drawer/drawer.css +2 -2
  28. package/css/components/DualListSelector/dual-list-selector.css +1 -1
  29. package/css/components/EmptyState/empty-state.css +2 -2
  30. package/css/components/Form/form.css +12 -12
  31. package/css/components/FormControl/form-control.css +2 -5
  32. package/css/components/HelperText/helper-text.css +4 -0
  33. package/css/components/HelperText/helper-text.d.ts +1 -0
  34. package/css/components/HelperText/helper-text.js +1 -0
  35. package/css/components/HelperText/helper-text.mjs +1 -0
  36. package/css/components/Hint/hint.css +2 -2
  37. package/css/components/InputGroup/input-group.css +61 -85
  38. package/css/components/InputGroup/input-group.d.ts +4 -2
  39. package/css/components/InputGroup/input-group.js +4 -2
  40. package/css/components/InputGroup/input-group.mjs +4 -2
  41. package/css/components/Label/label.css +41 -30
  42. package/css/components/Label/label.d.ts +1 -0
  43. package/css/components/Label/label.js +1 -0
  44. package/css/components/Label/label.mjs +1 -0
  45. package/css/components/LabelGroup/label-group.css +2 -2
  46. package/css/components/Login/login.css +10 -10
  47. package/css/components/Masthead/masthead.css +4 -4
  48. package/css/components/Menu/menu.css +6 -6
  49. package/css/components/MenuToggle/menu-toggle.css +1 -1
  50. package/css/components/ModalBox/modal-box.css +9 -8
  51. package/css/components/ModalBox/modal-box.d.ts +1 -0
  52. package/css/components/ModalBox/modal-box.js +1 -0
  53. package/css/components/ModalBox/modal-box.mjs +1 -0
  54. package/css/components/MultipleFileUpload/multiple-file-upload.css +6 -6
  55. package/css/components/Nav/nav.css +1 -1
  56. package/css/components/NotificationDrawer/notification-drawer.css +3 -3
  57. package/css/components/OptionsMenu/options-menu.css +0 -5
  58. package/css/components/Page/page.css +11 -11
  59. package/css/components/Popover/popover.css +23 -24
  60. package/css/components/Popover/popover.d.ts +4 -5
  61. package/css/components/Popover/popover.js +4 -5
  62. package/css/components/Popover/popover.mjs +4 -5
  63. package/css/components/Progress/progress.css +13 -10
  64. package/css/components/ProgressStepper/progress-stepper.css +5 -5
  65. package/css/components/SearchInput/search-input.css +2 -2
  66. package/css/components/Select/select.css +1 -1
  67. package/css/components/Sidebar/sidebar.css +69 -26
  68. package/css/components/Sidebar/sidebar.d.ts +2 -0
  69. package/css/components/Sidebar/sidebar.js +2 -0
  70. package/css/components/Sidebar/sidebar.mjs +2 -0
  71. package/css/components/SimpleList/simple-list.css +1 -1
  72. package/css/components/Spinner/spinner.css +4 -4
  73. package/css/components/Table/table-scrollable.css +31 -26
  74. package/css/components/Table/table-scrollable.d.ts +3 -2
  75. package/css/components/Table/table-scrollable.js +3 -2
  76. package/css/components/Table/table-scrollable.mjs +3 -2
  77. package/css/components/Table/table-tree-view.css +10 -0
  78. package/css/components/Table/table-tree-view.d.ts +1 -0
  79. package/css/components/Table/table-tree-view.js +1 -0
  80. package/css/components/Table/table-tree-view.mjs +1 -0
  81. package/css/components/Table/table.css +7 -2
  82. package/css/components/TextInputGroup/text-input-group.css +2 -2
  83. package/css/components/Tile/tile.css +1 -1
  84. package/css/components/Timestamp/timestamp.css +3 -3
  85. package/css/components/Toolbar/toolbar.css +13 -6
  86. package/css/components/Wizard/wizard.css +14 -1
  87. package/css/components/Wizard/wizard.d.ts +1 -0
  88. package/css/components/Wizard/wizard.js +1 -0
  89. package/css/components/Wizard/wizard.mjs +1 -0
  90. package/css/docs/components/Table/examples/Table.css +4 -0
  91. package/css/layouts/Gallery/gallery.css +1 -1
  92. package/css/layouts/Grid/grid.css +2 -2
  93. package/package.json +3 -3
@@ -34,17 +34,16 @@
34
34
  --pf-c-popover__arrow--m-left--TranslateX: 50%;
35
35
  --pf-c-popover__arrow--m-left--TranslateY: -50%;
36
36
  --pf-c-popover__arrow--m-left--Rotate: 45deg;
37
- --pf-c-popover--c-button--MarginLeft: var(--pf-global--spacer--sm);
38
- --pf-c-popover--c-button--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element));
39
- --pf-c-popover--c-button--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md));
40
- --pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--2xl);
41
- --pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--sm);
42
- --pf-c-popover__title--MarginBottom: var(--pf-global--spacer--sm);
43
- --pf-c-popover__title--LineHeight: var(--pf-global--LineHeight--md);
44
- --pf-c-popover__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
45
- --pf-c-popover__title--FontSize: var(--pf-global--FontSize--md);
37
+ --pf-c-popover__close--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element));
38
+ --pf-c-popover__close--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md));
39
+ --pf-c-popover__close--sibling--PaddingRight: var(--pf-global--spacer--2xl);
40
+ --pf-c-popover__header--MarginBottom: var(--pf-global--spacer--sm);
41
+ --pf-c-popover__title-text--LineHeight: var(--pf-global--LineHeight--md);
42
+ --pf-c-popover__title-text--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
43
+ --pf-c-popover__title-text--FontSize: var(--pf-global--FontSize--md);
46
44
  --pf-c-popover__title-icon--MarginRight: var(--pf-global--spacer--sm);
47
45
  --pf-c-popover__title-icon--Color: var(--pf-global--Color--100);
46
+ --pf-c-popover__title-icon--FontSize: var(--pf-global--FontSize--md);
48
47
  --pf-c-popover__footer--MarginTop: var(--pf-global--spacer--md);
49
48
  position: relative;
50
49
  min-width: var(--pf-c-popover--MinWidth);
@@ -122,16 +121,14 @@
122
121
  padding: var(--pf-c-popover__content--PaddingTop) var(--pf-c-popover__content--PaddingRight) var(--pf-c-popover__content--PaddingBottom) var(--pf-c-popover__content--PaddingLeft);
123
122
  background-color: var(--pf-c-popover__content--BackgroundColor);
124
123
  }
125
- .pf-c-popover__content > .pf-c-title {
126
- margin-bottom: var(--pf-c-popover--c-title--MarginBottom);
127
- }
128
- .pf-c-popover__content > .pf-c-button {
124
+
125
+ .pf-c-popover__close {
129
126
  position: absolute;
130
- top: var(--pf-c-popover--c-button--Top);
131
- right: var(--pf-c-popover--c-button--Right);
127
+ top: var(--pf-c-popover__close--Top);
128
+ right: var(--pf-c-popover__close--Right);
132
129
  }
133
- .pf-c-popover__content > .pf-c-button + * {
134
- padding-right: var(--pf-c-popover--c-button--sibling--PaddingRight);
130
+ .pf-c-popover__close + * {
131
+ padding-right: var(--pf-c-popover__close--sibling--PaddingRight);
135
132
  }
136
133
 
137
134
  .pf-c-popover__arrow {
@@ -143,23 +140,25 @@
143
140
  box-shadow: var(--pf-c-popover__arrow--BoxShadow);
144
141
  }
145
142
 
146
- .pf-c-popover__title {
147
- flex: 0 0 auto;
148
- margin-bottom: var(--pf-c-popover__title--MarginBottom);
149
- font-family: var(--pf-c-popover__title--FontFamily);
150
- font-size: var(--pf-c-popover__title--FontSize);
151
- line-height: var(--pf-c-popover__title--LineHeight);
143
+ .pf-c-popover__header {
144
+ margin-bottom: var(--pf-c-popover__header--MarginBottom);
152
145
  }
153
- .pf-c-popover__title.pf-m-icon {
146
+
147
+ .pf-c-popover__title {
154
148
  display: flex;
149
+ flex: 0 0 auto;
155
150
  }
156
151
 
157
152
  .pf-c-popover__title-icon {
158
153
  margin-right: var(--pf-c-popover__title-icon--MarginRight);
154
+ font-size: var(--pf-c-popover__title-icon--FontSize);
159
155
  color: var(--pf-c-popover__title-icon--Color);
160
156
  }
161
157
 
162
158
  .pf-c-popover__title-text {
159
+ font-family: var(--pf-c-popover__title-text--FontFamily);
160
+ font-size: var(--pf-c-popover__title-text--FontSize);
161
+ line-height: var(--pf-c-popover__title-text--LineHeight);
163
162
  color: var(--pf-c-popover__title-text--Color, inherit);
164
163
  }
165
164
 
@@ -1,6 +1,5 @@
1
1
  import './popover.css';
2
2
  declare const _default: {
3
- "button": "pf-c-button",
4
3
  "modifiers": {
5
4
  "noPadding": "pf-m-no-padding",
6
5
  "widthAuto": "pf-m-width-auto",
@@ -20,18 +19,18 @@ declare const _default: {
20
19
  "warning": "pf-m-warning",
21
20
  "success": "pf-m-success",
22
21
  "default": "pf-m-default",
23
- "info": "pf-m-info",
24
- "icon": "pf-m-icon"
22
+ "info": "pf-m-info"
25
23
  },
26
24
  "popover": "pf-c-popover",
27
25
  "popoverArrow": "pf-c-popover__arrow",
28
26
  "popoverBody": "pf-c-popover__body",
27
+ "popoverClose": "pf-c-popover__close",
29
28
  "popoverContent": "pf-c-popover__content",
30
29
  "popoverFooter": "pf-c-popover__footer",
30
+ "popoverHeader": "pf-c-popover__header",
31
31
  "popoverTitle": "pf-c-popover__title",
32
32
  "popoverTitleIcon": "pf-c-popover__title-icon",
33
33
  "popoverTitleText": "pf-c-popover__title-text",
34
- "themeDark": "pf-theme-dark",
35
- "title": "pf-c-title"
34
+ "themeDark": "pf-theme-dark"
36
35
  };
37
36
  export default _default;
@@ -2,7 +2,6 @@
2
2
  exports.__esModule = true;
3
3
  require('./popover.css');
4
4
  exports.default = {
5
- "button": "pf-c-button",
6
5
  "modifiers": {
7
6
  "noPadding": "pf-m-no-padding",
8
7
  "widthAuto": "pf-m-width-auto",
@@ -22,17 +21,17 @@ exports.default = {
22
21
  "warning": "pf-m-warning",
23
22
  "success": "pf-m-success",
24
23
  "default": "pf-m-default",
25
- "info": "pf-m-info",
26
- "icon": "pf-m-icon"
24
+ "info": "pf-m-info"
27
25
  },
28
26
  "popover": "pf-c-popover",
29
27
  "popoverArrow": "pf-c-popover__arrow",
30
28
  "popoverBody": "pf-c-popover__body",
29
+ "popoverClose": "pf-c-popover__close",
31
30
  "popoverContent": "pf-c-popover__content",
32
31
  "popoverFooter": "pf-c-popover__footer",
32
+ "popoverHeader": "pf-c-popover__header",
33
33
  "popoverTitle": "pf-c-popover__title",
34
34
  "popoverTitleIcon": "pf-c-popover__title-icon",
35
35
  "popoverTitleText": "pf-c-popover__title-text",
36
- "themeDark": "pf-theme-dark",
37
- "title": "pf-c-title"
36
+ "themeDark": "pf-theme-dark"
38
37
  };
@@ -1,6 +1,5 @@
1
1
  import './popover.css';
2
2
  export default {
3
- "button": "pf-c-button",
4
3
  "modifiers": {
5
4
  "noPadding": "pf-m-no-padding",
6
5
  "widthAuto": "pf-m-width-auto",
@@ -20,17 +19,17 @@ export default {
20
19
  "warning": "pf-m-warning",
21
20
  "success": "pf-m-success",
22
21
  "default": "pf-m-default",
23
- "info": "pf-m-info",
24
- "icon": "pf-m-icon"
22
+ "info": "pf-m-info"
25
23
  },
26
24
  "popover": "pf-c-popover",
27
25
  "popoverArrow": "pf-c-popover__arrow",
28
26
  "popoverBody": "pf-c-popover__body",
27
+ "popoverClose": "pf-c-popover__close",
29
28
  "popoverContent": "pf-c-popover__content",
30
29
  "popoverFooter": "pf-c-popover__footer",
30
+ "popoverHeader": "pf-c-popover__header",
31
31
  "popoverTitle": "pf-c-popover__title",
32
32
  "popoverTitleIcon": "pf-c-popover__title-icon",
33
33
  "popoverTitleText": "pf-c-popover__title-text",
34
- "themeDark": "pf-theme-dark",
35
- "title": "pf-c-title"
34
+ "themeDark": "pf-theme-dark"
36
35
  };
@@ -4,8 +4,8 @@
4
4
  --pf-c-progress__bar--Height: var(--pf-global--spacer--md);
5
5
  --pf-c-progress__bar--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
6
6
  --pf-c-progress__measure--m-static-width--MinWidth: 4.5ch;
7
+ --pf-c-progress__status--Gap: var(--pf-global--spacer--sm);
7
8
  --pf-c-progress__status-icon--Color: var(--pf-global--Color--100);
8
- --pf-c-progress__status-icon--MarginLeft: var(--pf-global--spacer--sm);
9
9
  --pf-c-progress__bar--before--Opacity: .2;
10
10
  --pf-c-progress__indicator--Height: var(--pf-c-progress__bar--Height);
11
11
  --pf-c-progress__indicator--BackgroundColor: var(--pf-c-progress__bar--before--BackgroundColor);
@@ -27,10 +27,10 @@
27
27
  --pf-c-progress--m-sm__measure--FontSize: var(--pf-global--FontSize--sm);
28
28
  --pf-c-progress--m-lg__bar--Height: var(--pf-global--spacer--lg);
29
29
  display: grid;
30
- align-items: end;
31
- grid-gap: var(--pf-c-progress--GridGap);
32
- grid-template-columns: auto auto;
33
30
  grid-template-rows: 1fr auto;
31
+ grid-template-columns: auto auto;
32
+ grid-gap: var(--pf-c-progress--GridGap);
33
+ align-items: end;
34
34
  }
35
35
  .pf-c-progress.pf-m-sm {
36
36
  --pf-c-progress__bar--Height: var(--pf-c-progress--m-sm__bar--Height);
@@ -59,8 +59,8 @@
59
59
  grid-column: 1/3;
60
60
  }
61
61
  .pf-c-progress.pf-m-outside .pf-c-progress__status {
62
- grid-column: 2/3;
63
62
  grid-row: 2/3;
63
+ grid-column: 2/3;
64
64
  align-self: center;
65
65
  }
66
66
  .pf-c-progress.pf-m-outside .pf-c-progress__measure {
@@ -108,8 +108,8 @@
108
108
  }
109
109
 
110
110
  .pf-c-progress__description {
111
- word-break: break-word;
112
111
  grid-column: 1/2;
112
+ word-break: break-word;
113
113
  }
114
114
  .pf-c-progress__description.pf-m-truncate {
115
115
  overflow: hidden;
@@ -118,21 +118,24 @@
118
118
  }
119
119
 
120
120
  .pf-c-progress__status {
121
- grid-column: 2/3;
121
+ display: flex;
122
122
  grid-row: 1/2;
123
+ grid-column: 2/3;
124
+ gap: var(--pf-c-progress__status--Gap);
125
+ align-items: flex-start;
126
+ justify-content: flex-end;
123
127
  text-align: right;
124
128
  word-break: break-word;
125
129
  }
126
130
 
127
131
  .pf-c-progress__status-icon {
128
- margin-left: var(--pf-c-progress__status-icon--MarginLeft);
129
132
  color: var(--pf-c-progress__status-icon--Color);
130
133
  }
131
134
 
132
135
  .pf-c-progress__bar {
133
136
  position: relative;
134
- grid-column: 1/3;
135
137
  grid-row: 2/3;
138
+ grid-column: 1/3;
136
139
  align-self: center;
137
140
  height: var(--pf-c-progress__bar--Height);
138
141
  background-color: var(--pf-c-progress__bar--BackgroundColor);
@@ -157,8 +160,8 @@
157
160
  }
158
161
 
159
162
  .pf-c-progress__helper-text {
160
- grid-column: 1/3;
161
163
  grid-row: 3/4;
164
+ grid-column: 1/3;
162
165
  margin-top: var(--pf-c-progress__helper-text--MarginTop);
163
166
  }
164
167
 
@@ -114,10 +114,10 @@
114
114
  --pf-c-progress-stepper--m-center__step-main--before--Content: "";
115
115
  position: relative;
116
116
  display: grid;
117
- grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
118
- grid-template-columns: var(--pf-c-progress-stepper--GridTemplateColumns);
119
117
  grid-template-rows: var(--pf-c-progress-stepper--GridTemplateRows);
118
+ grid-template-columns: var(--pf-c-progress-stepper--GridTemplateColumns);
120
119
  grid-auto-columns: 1fr;
120
+ grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
121
121
  }
122
122
  @media screen and (min-width: 768px) {
123
123
  .pf-c-progress-stepper {
@@ -184,8 +184,8 @@
184
184
  grid-auto-flow: var(--pf-c-progress-stepper--m-compact--GridAutoFlow);
185
185
  }
186
186
  .pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-connector {
187
- min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
188
187
  grid-row: var(--pf-c-progress-stepper--m-compact__step-connector--GridRow);
188
+ min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
189
189
  padding-bottom: var(--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom);
190
190
  }
191
191
  .pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-main {
@@ -302,11 +302,11 @@
302
302
  }
303
303
  .pf-c-progress-stepper__step-title.pf-m-help-text {
304
304
  text-decoration: underline;
305
- cursor: pointer;
305
+ text-decoration-thickness: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
306
306
  text-decoration-style: dashed;
307
307
  text-decoration-color: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationColor);
308
- text-decoration-thickness: var(--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness);
309
308
  text-underline-offset: var(--pf-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset);
309
+ cursor: pointer;
310
310
  }
311
311
  .pf-c-progress-stepper__step-title.pf-m-help-text:hover {
312
312
  --pf-c-progress-stepper__step-title--Color: var(--pf-c-progress-stepper__step-title--m-help-text--hover--Color);
@@ -57,9 +57,9 @@
57
57
 
58
58
  .pf-c-search-input__text {
59
59
  display: grid;
60
- grid-template-columns: 1fr;
61
- grid-template-areas: "text-input";
62
60
  flex: 1;
61
+ grid-template-areas: "text-input";
62
+ grid-template-columns: 1fr;
63
63
  }
64
64
  .pf-c-search-input__text::before, .pf-c-search-input__text::after {
65
65
  position: absolute;
@@ -356,8 +356,8 @@
356
356
  .pf-c-select__toggle-typeahead {
357
357
  flex-basis: var(--pf-c-select__toggle-typeahead--FlexBasis);
358
358
  flex-grow: 1;
359
- min-width: var(--pf-c-select__toggle-typeahead--MinWidth);
360
359
  flex-shrink: 0;
360
+ min-width: var(--pf-c-select__toggle-typeahead--MinWidth);
361
361
  }
362
362
  .pf-c-select__toggle-typeahead.pf-c-form-control {
363
363
  background-color: var(--pf-c-select__toggle-typeahead--BackgroundColor);
@@ -1,26 +1,52 @@
1
1
  .pf-c-sidebar {
2
+ --pf-c-sidebar--inset: var(--pf-global--spacer--md);
3
+ --pf-c-sidebar--xl--inset: var(--pf-global--spacer--lg);
2
4
  --pf-c-sidebar--BackgroundColor: var(--pf-global--BackgroundColor--100);
5
+ --pf-c-sidebar--BorderWidth--base: var(--pf-global--BorderWidth--sm);
6
+ --pf-c-sidebar--BorderColor--base: var(--pf-global--BorderColor--100);
7
+ --pf-c-sidebar__panel--PaddingTop: 0;
8
+ --pf-c-sidebar__panel--PaddingRight: 0;
9
+ --pf-c-sidebar__panel--PaddingBottom: 0;
10
+ --pf-c-sidebar__panel--PaddingLeft: 0;
11
+ --pf-c-sidebar__panel--Order: -1;
12
+ --pf-c-sidebar__panel--m-padding--PaddingTop: var(--pf-c-sidebar--inset);
13
+ --pf-c-sidebar__panel--m-padding--PaddingRight: var(--pf-c-sidebar--inset);
14
+ --pf-c-sidebar__panel--m-padding--PaddingBottom: var(--pf-c-sidebar--inset);
15
+ --pf-c-sidebar__panel--m-padding--PaddingLeft: var(--pf-c-sidebar--inset);
16
+ --pf-c-sidebar__content--PaddingTop: 0;
17
+ --pf-c-sidebar__content--PaddingRight: 0;
18
+ --pf-c-sidebar__content--PaddingBottom: 0;
19
+ --pf-c-sidebar__content--PaddingLeft: 0;
20
+ --pf-c-sidebar__content--Order: 1;
21
+ --pf-c-sidebar__content--m-padding--PaddingTop: var(--pf-c-sidebar--inset);
22
+ --pf-c-sidebar__content--m-padding--PaddingRight: var(--pf-c-sidebar--inset);
23
+ --pf-c-sidebar__content--m-padding--PaddingBottom: var(--pf-c-sidebar--inset);
24
+ --pf-c-sidebar__content--m-padding--PaddingLeft: var(--pf-c-sidebar--inset);
3
25
  --pf-c-sidebar__main--FlexDirection: column;
4
26
  --pf-c-sidebar__main--md--FlexDirection: row;
5
27
  --pf-c-sidebar__main--AlignItems: stretch;
6
28
  --pf-c-sidebar__main--md--AlignItems: start;
7
29
  --pf-c-sidebar__main--child--MarginTop: 0;
8
- --pf-c-sidebar__main--child--MarginLeft: 0;
9
- --pf-c-sidebar--m-gutter__main--Gap: var(--pf-global--spacer--md);
10
- --pf-c-sidebar--m-gutter__main--xl--Gap: var(--pf-global--spacer--lg);
11
- --pf-c-sidebar--m-panel-right__panel--Order: 0;
30
+ --pf-c-sidebar--m-gutter__main--Gap: var(--pf-c-sidebar--inset);
31
+ --pf-c-sidebar__main--m-border--before--Display: none;
32
+ --pf-c-sidebar__main--m-border--before--md--Display: block;
33
+ --pf-c-sidebar__main--m-border--before--BorderWidth: var(--pf-c-sidebar--BorderWidth--base);
34
+ --pf-c-sidebar__main--m-border--before--BorderColor: var(--pf-c-sidebar--BorderColor--base);
35
+ --pf-c-sidebar--m-panel-right__panel--Order: -1;
12
36
  --pf-c-sidebar--m-panel-right__panel--md--Order: 1;
37
+ --pf-c-sidebar--m-panel-right__content--md--Order: -1;
13
38
  --pf-c-sidebar--m-stack__main--FlexDirection: column;
14
39
  --pf-c-sidebar--m-stack__main--AlignItems: stretch;
15
40
  --pf-c-sidebar--m-stack__panel--Position: sticky;
16
41
  --pf-c-sidebar--m-stack__panel--Top: 0;
17
42
  --pf-c-sidebar--m-stack__panel--BoxShadow: var(--pf-c-sidebar__panel--BoxShadow--base);
18
- --pf-c-sidebar--m-stack--m-panel-right__panel--Order: 0;
43
+ --pf-c-sidebar--m-stack--m-panel-right__panel--Order: -1;
19
44
  --pf-c-sidebar--m-split__main--AlignItems: start;
20
45
  --pf-c-sidebar--m-split__main--FlexDirection: row;
21
46
  --pf-c-sidebar--m-split__panel--Position: static;
22
47
  --pf-c-sidebar--m-split__panel--Top: auto;
23
48
  --pf-c-sidebar--m-split--m-panel-right__panel--Order: 1;
49
+ --pf-c-sidebar--m-split__main--m-border--before--Display: block;
24
50
  --pf-c-sidebar__panel--FlexBasis--base: auto;
25
51
  --pf-c-sidebar__panel--BoxShadow--base: 0 0.25rem 0.25rem -0.25rem rgba(3, 3, 3, 0.16);
26
52
  --pf-c-sidebar__panel--BoxShadow: var(--pf-c-sidebar__panel--BoxShadow--base);
@@ -34,7 +60,6 @@
34
60
  --pf-c-sidebar__panel--m-split--FlexBasis: 15.625rem;
35
61
  --pf-c-sidebar__panel--m-stack--FlexBasis: auto;
36
62
  --pf-c-sidebar__panel--ZIndex: var(--pf-global--ZIndex--xs);
37
- --pf-c-sidebar__panel--Order: 0;
38
63
  --pf-c-sidebar__panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
39
64
  --pf-c-sidebar__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
40
65
  --pf-c-sidebar__panel--m-sticky--Top: 0;
@@ -44,60 +69,50 @@
44
69
  @media (min-width: 768px) {
45
70
  .pf-c-sidebar {
46
71
  --pf-c-sidebar__main--FlexDirection: var(--pf-c-sidebar__main--md--FlexDirection);
72
+ --pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar__main--md--AlignItems);
73
+ --pf-c-sidebar__main--m-border--before--Display: var(--pf-c-sidebar__main--m-border--before--md--Display);
47
74
  --pf-c-sidebar__panel--BoxShadow: none;
48
75
  --pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--md--FlexBasis);
49
- --pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar__main--md--AlignItems);
50
76
  --pf-c-sidebar__panel--Top: var(--pf-c-sidebar__panel--md--Top);
51
77
  --pf-c-sidebar__panel--Position: var(--pf-c-sidebar__panel--md--Position);
52
78
  }
53
79
  }
54
80
  @media (min-width: 1200px) {
55
81
  .pf-c-sidebar {
56
- --pf-c-sidebar--m-gutter__main--Gap: var(--pf-c-sidebar--m-gutter__main--xl--Gap);
82
+ --pf-c-sidebar--inset: var(--pf-c-sidebar--xl--inset);
57
83
  }
58
84
  }
59
- .pf-c-sidebar.pf-m-gutter {
60
- --pf-c-sidebar__main--child--MarginTop: var(--pf-c-sidebar--m-gutter__main--Gap);
61
- --pf-c-sidebar__main--child--MarginLeft: 0;
62
- }
63
- .pf-c-sidebar.pf-m-gutter > .pf-c-sidebar__main > * + * {
64
- margin-top: var(--pf-c-sidebar__main--child--MarginTop);
65
- margin-left: var(--pf-c-sidebar__main--child--MarginLeft);
66
- }
67
- @media (min-width: 768px) {
68
- .pf-c-sidebar.pf-m-gutter {
69
- --pf-c-sidebar__main--child--MarginTop: 0;
70
- --pf-c-sidebar__main--child--MarginLeft: var(--pf-c-sidebar--m-gutter__main--Gap);
71
- }
85
+ .pf-c-sidebar.pf-m-gutter > .pf-c-sidebar__main {
86
+ gap: var(--pf-c-sidebar--m-gutter__main--Gap);
72
87
  }
73
88
  .pf-c-sidebar.pf-m-panel-right {
74
89
  --pf-c-sidebar__panel--Order: var(--pf-c-sidebar--m-panel-right__panel--Order);
90
+ --pf-c-sidebar__content--Order: var(--pf-c-sidebar--m-panel-right__content--Order);
75
91
  }
76
92
  @media (min-width: 768px) {
77
93
  .pf-c-sidebar.pf-m-panel-right {
78
94
  --pf-c-sidebar--m-panel-right__panel--Order: var(--pf-c-sidebar--m-panel-right__panel--md--Order);
95
+ --pf-c-sidebar--m-panel-right__content--Order: var(--pf-c-sidebar--m-panel-right__content--md--Order);
79
96
  }
80
97
  }
81
98
  .pf-c-sidebar.pf-m-stack {
82
99
  --pf-c-sidebar__main--FlexDirection: var(--pf-c-sidebar--m-stack__main--FlexDirection);
83
100
  --pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar--m-stack__main--AlignItems);
84
- --pf-c-sidebar__main--child--MarginTop: var(--pf-c-sidebar--m-gutter__main--Gap);
85
- --pf-c-sidebar__main--child--MarginLeft: 0;
86
101
  --pf-c-sidebar__panel--Position: var(--pf-c-sidebar--m-stack__panel--Position);
87
102
  --pf-c-sidebar__panel--Top: var(--pf-c-sidebar--m-stack__panel--Top);
88
103
  --pf-c-sidebar__panel--BoxShadow: var(--pf-c-sidebar--m-stack__panel--BoxShadow);
89
104
  --pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--m-stack--FlexBasis);
105
+ --pf-c-sidebar__main--m-border--before--Display: none;
90
106
  --pf-c-sidebar--m-panel-right__panel--Order: var(--pf-c-sidebar--m-stack--m-panel-right__panel--Order);
91
107
  }
92
108
  .pf-c-sidebar.pf-m-split {
93
109
  --pf-c-sidebar__main--FlexDirection: var(--pf-c-sidebar--m-split__main--FlexDirection);
94
110
  --pf-c-sidebar__main--AlignItems: var(--pf-c-sidebar--m-split__main--AlignItems);
95
- --pf-c-sidebar__main--child--MarginTop: 0;
96
- --pf-c-sidebar__main--child--MarginLeft: var(--pf-c-sidebar--m-gutter__main--Gap);
97
111
  --pf-c-sidebar__panel--Position: var(--pf-c-sidebar--m-split__panel--Position);
98
112
  --pf-c-sidebar__panel--Top: var(--pf-c-sidebar--m-split__panel--Top);
99
113
  --pf-c-sidebar__panel--BoxShadow: none;
100
114
  --pf-c-sidebar__panel--FlexBasis: var(--pf-c-sidebar__panel--m-split--FlexBasis);
115
+ --pf-c-sidebar__main--m-border--before--Display: var(--pf-c-sidebar--m-split__main--m-border--before--Display);
101
116
  --pf-c-sidebar--m-panel-right__panel--Order: var(--pf-c-sidebar--m-split--m-panel-right__panel--Order);
102
117
  }
103
118
 
@@ -106,17 +121,31 @@
106
121
  flex-direction: var(--pf-c-sidebar__main--FlexDirection);
107
122
  align-items: var(--pf-c-sidebar__main--AlignItems);
108
123
  }
124
+ .pf-c-sidebar__main.pf-m-border::before {
125
+ display: var(--pf-c-sidebar__main--m-border--before--Display);
126
+ flex: 0 0 var(--pf-c-sidebar__main--m-border--before--BorderWidth);
127
+ align-self: stretch;
128
+ content: "";
129
+ background-color: var(--pf-c-sidebar__main--m-border--before--BorderColor);
130
+ }
109
131
 
110
132
  .pf-c-sidebar__panel {
111
133
  position: var(--pf-c-sidebar__panel--Position);
112
134
  top: var(--pf-c-sidebar__panel--Top);
113
135
  z-index: var(--pf-c-sidebar__panel--ZIndex);
114
- flex-shrink: 0;
115
136
  flex-basis: var(--pf-c-sidebar__panel--FlexBasis);
137
+ flex-shrink: 0;
116
138
  order: var(--pf-c-sidebar__panel--Order);
139
+ padding: var(--pf-c-sidebar__panel--PaddingTop) var(--pf-c-sidebar__panel--PaddingRight) var(--pf-c-sidebar__panel--PaddingBottom) var(--pf-c-sidebar__panel--PaddingLeft);
117
140
  background-color: var(--pf-c-sidebar__panel--BackgroundColor);
118
141
  box-shadow: var(--pf-c-sidebar__panel--BoxShadow);
119
142
  }
143
+ .pf-c-sidebar__panel.pf-m-padding {
144
+ --pf-c-sidebar__panel--PaddingTop: var(--pf-c-sidebar__panel--m-padding--PaddingTop);
145
+ --pf-c-sidebar__panel--PaddingRight: var(--pf-c-sidebar__panel--m-padding--PaddingRight);
146
+ --pf-c-sidebar__panel--PaddingBottom: var(--pf-c-sidebar__panel--m-padding--PaddingBottom);
147
+ --pf-c-sidebar__panel--PaddingLeft: var(--pf-c-sidebar__panel--m-padding--PaddingLeft);
148
+ }
120
149
  .pf-c-sidebar__panel.pf-m-sticky {
121
150
  --pf-c-sidebar__panel--Position: var(--pf-c-sidebar__panel--m-sticky--Position);
122
151
  --pf-c-sidebar__panel--Top: var(--pf-c-sidebar__panel--m-sticky--Top);
@@ -128,11 +157,25 @@
128
157
 
129
158
  .pf-c-sidebar__content {
130
159
  flex-grow: 1;
160
+ order: var(--pf-c-sidebar__content--Order);
161
+ padding: var(--pf-c-sidebar__content--PaddingTop) var(--pf-c-sidebar__content--PaddingRight) var(--pf-c-sidebar__content--PaddingBottom) var(--pf-c-sidebar__content--PaddingLeft);
131
162
  background-color: var(--pf-c-sidebar__content--BackgroundColor);
132
163
  }
164
+ .pf-c-sidebar__content.pf-m-padding {
165
+ --pf-c-sidebar__content--PaddingTop: var(--pf-c-sidebar__content--m-padding--PaddingTop);
166
+ --pf-c-sidebar__content--PaddingRight: var(--pf-c-sidebar__content--m-padding--PaddingRight);
167
+ --pf-c-sidebar__content--PaddingBottom: var(--pf-c-sidebar__content--m-padding--PaddingBottom);
168
+ --pf-c-sidebar__content--PaddingLeft: var(--pf-c-sidebar__content--m-padding--PaddingTop);
169
+ }
133
170
  .pf-c-sidebar__content.pf-m-no-background {
134
171
  --pf-c-sidebar__content--BackgroundColor: transparent;
135
172
  }
173
+ .pf-c-sidebar__content + .pf-c-sidebar__panel {
174
+ --pf-c-sidebar__panel--Order: 1;
175
+ }
176
+ :where(.pf-c-sidebar__content:first-child) {
177
+ --pf-c-sidebar__content--Order: -1;
178
+ }
136
179
 
137
180
  .pf-c-sidebar.pf-m-no-background,
138
181
  .pf-c-sidebar__panel.pf-m-no-background,
@@ -5,6 +5,8 @@ declare const _default: {
5
5
  "panelRight": "pf-m-panel-right",
6
6
  "stack": "pf-m-stack",
7
7
  "split": "pf-m-split",
8
+ "border": "pf-m-border",
9
+ "padding": "pf-m-padding",
8
10
  "sticky": "pf-m-sticky",
9
11
  "static": "pf-m-static",
10
12
  "noBackground": "pf-m-no-background",
@@ -7,6 +7,8 @@ exports.default = {
7
7
  "panelRight": "pf-m-panel-right",
8
8
  "stack": "pf-m-stack",
9
9
  "split": "pf-m-split",
10
+ "border": "pf-m-border",
11
+ "padding": "pf-m-padding",
10
12
  "sticky": "pf-m-sticky",
11
13
  "static": "pf-m-static",
12
14
  "noBackground": "pf-m-no-background",
@@ -5,6 +5,8 @@ export default {
5
5
  "panelRight": "pf-m-panel-right",
6
6
  "stack": "pf-m-stack",
7
7
  "split": "pf-m-split",
8
+ "border": "pf-m-border",
9
+ "padding": "pf-m-padding",
8
10
  "sticky": "pf-m-sticky",
9
11
  "static": "pf-m-static",
10
12
  "noBackground": "pf-m-no-background",
@@ -40,9 +40,9 @@
40
40
  border: none;
41
41
  }
42
42
  .pf-c-simple-list__item-link:hover {
43
- text-decoration: none;
44
43
  --pf-c-simple-list__item-link--BackgroundColor: var(--pf-c-simple-list__item-link--hover--BackgroundColor);
45
44
  --pf-c-simple-list__item-link--Color: var(--pf-c-simple-list__item-link--hover--Color);
45
+ text-decoration: none;
46
46
  }
47
47
  .pf-c-simple-list__item-link:focus {
48
48
  --pf-c-simple-list__item-link--FontWeight: var(--pf-c-simple-list__item-link--focus--FontWeight);
@@ -187,13 +187,13 @@ svg.pf-c-spinner.pf-m-xl {
187
187
  .pf-c-spinner__path {
188
188
  width: 100%;
189
189
  height: 100%;
190
- transform-origin: 50% 50%;
191
- animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
192
190
  stroke: var(--pf-c-spinner--Color);
193
- stroke-linecap: round;
194
191
  stroke-dasharray: 283;
195
192
  stroke-dashoffset: 280;
193
+ stroke-linecap: round;
196
194
  stroke-width: var(--pf-c-spinner--stroke-width);
195
+ transform-origin: 50% 50%;
196
+ animation: pf-c-spinner-animation-dash var(--pf-c-spinner--AnimationDuration) var(--pf-c-spinner__path--AnimationTimingFunction) infinite;
197
197
  }
198
198
 
199
199
  @keyframes pf-c-spinner-animation-rotate {
@@ -213,8 +213,8 @@ svg.pf-c-spinner.pf-m-xl {
213
213
  stroke-width: calc(var(--pf-c-spinner__path--StrokeWidth) - 4);
214
214
  }
215
215
  40% {
216
- stroke-dashoffset: 150;
217
216
  stroke-dasharray: 220;
217
+ stroke-dashoffset: 150;
218
218
  }
219
219
  100% {
220
220
  stroke-dashoffset: 280;
@@ -1,37 +1,42 @@
1
1
  .pf-c-table {
2
- --pf-c-table__sticky-column--cell-min-width--base: 12.5rem;
3
- --pf-c-table__sticky-column--MinWidth: var(--pf-c-table__sticky-column--cell-min-width--base);
4
- --pf-c-table__sticky-column--Left: 0;
5
- --pf-c-table__sticky-column--ZIndex: var(--pf-global--ZIndex--md);
6
- --pf-c-table__sticky-column--Top: 0;
7
- --pf-c-table__sticky-column--BackgroundColor: var(--pf-global--BackgroundColor--100);
8
- --pf-c-table__sticky-column--m-border-right--before--BorderRightWidth: var(--pf-global--BorderWidth--sm);
9
- --pf-c-table__sticky-column--m-border-right--before--BorderRightColor: var(--pf-global--BorderColor--100);
10
- --pf-c-table__sticky-column--m-border-left--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
11
- --pf-c-table__sticky-column--m-border-left--before--BorderLeftColor: var(--pf-global--BorderColor--100);
12
- --pf-c-table--m-sticky-header--thead__sticky-column--ZIndex: calc(var(--pf-c-table__sticky-column--ZIndex) + 1);
2
+ --pf-c-table__sticky-cell--MinWidth--base: 12.5rem;
3
+ --pf-c-table__sticky-cell--MinWidth: var(--pf-c-table__sticky-cell--MinWidth--base);
4
+ --pf-c-table__sticky-cell--ZIndex: var(--pf-global--ZIndex--xs);
5
+ --pf-c-table__sticky-cell--Right: auto;
6
+ --pf-c-table__sticky-cell--Left: auto;
7
+ --pf-c-table__sticky-cell--BackgroundColor: var(--pf-global--BackgroundColor--100);
8
+ --pf-c-table__sticky-cell--m-border-right--before--BorderRightWidth: var(--pf-global--BorderWidth--sm);
9
+ --pf-c-table__sticky-cell--m-border-right--before--BorderRightColor: var(--pf-global--BorderColor--100);
10
+ --pf-c-table__sticky-cell--m-border-left--before--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
11
+ --pf-c-table__sticky-cell--m-border-left--before--BorderLeftColor: var(--pf-global--BorderColor--100);
12
+ --pf-c-table__sticky-cell--m-right--Right: 0;
13
+ --pf-c-table__sticky-cell--m-left--Left: 0;
14
+ --pf-c-table--m-sticky-header__sticky-cell--ZIndex: calc(var(--pf-c-table__sticky-cell--ZIndex) + 1);
13
15
  }
14
- .pf-c-table .pf-c-table__sticky-column {
16
+ .pf-c-table .pf-c-table__sticky-cell {
17
+ --pf-c-table--cell--Overflow: visible;
18
+ --pf-c-table--m-sticky-header--cell--ZIndex: var(--pf-c-table--m-sticky-header__sticky-cell--ZIndex);
15
19
  position: sticky;
16
- left: var(--pf-c-table__sticky-column--Left);
17
- z-index: var(--pf-c-table__sticky-column--ZIndex);
18
- min-width: var(--pf-c-table__sticky-column--MinWidth);
19
- background-color: var(--pf-c-table__sticky-column--BackgroundColor);
20
+ right: var(--pf-c-table__sticky-cell--Right);
21
+ left: var(--pf-c-table__sticky-cell--Left);
22
+ z-index: var(--pf-c-table__sticky-cell--ZIndex);
23
+ min-width: var(--pf-c-table__sticky-cell--MinWidth);
24
+ background-color: var(--pf-c-table__sticky-cell--BackgroundColor);
20
25
  background-clip: padding-box;
21
26
  }
22
- .pf-c-table .pf-c-table__sticky-column.pf-m-border-right::before {
23
- --pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-c-table__sticky-column--m-border-right--before--BorderRightWidth);
24
- --pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-c-table__sticky-column--m-border-right--before--BorderRightColor);
27
+ .pf-c-table .pf-c-table__sticky-cell.pf-m-border-right::before {
28
+ --pf-c-table--cell--m-border-right--before--BorderRightWidth: var(--pf-c-table__sticky-cell--m-border-right--before--BorderRightWidth);
29
+ --pf-c-table--cell--m-border-right--before--BorderRightColor: var(--pf-c-table__sticky-cell--m-border-right--before--BorderRightColor);
25
30
  }
26
- .pf-c-table .pf-c-table__sticky-column.pf-m-border-left::before {
27
- --pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-c-table__sticky-column--m-border-left--before--BorderLeftWidth);
28
- --pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-c-table__sticky-column--m-border-left--before--BorderLeftColor);
31
+ .pf-c-table .pf-c-table__sticky-cell.pf-m-border-left::before {
32
+ --pf-c-table--cell--m-border-left--before--BorderLeftWidth: var(--pf-c-table__sticky-cell--m-border-left--before--BorderLeftWidth);
33
+ --pf-c-table--cell--m-border-left--before--BorderLeftColor: var(--pf-c-table__sticky-cell--m-border-left--before--BorderLeftColor);
29
34
  }
30
- .pf-c-table.pf-m-sticky-header {
31
- --pf-c-table--cell--Overflow: visible;
35
+ .pf-c-table .pf-c-table__sticky-cell.pf-m-right {
36
+ --pf-c-table__sticky-cell--Right: var(--pf-c-table__sticky-cell--m-right--Right);
32
37
  }
33
- .pf-c-table.pf-m-sticky-header thead .pf-c-table__sticky-column {
34
- z-index: var(--pf-c-table--m-sticky-header--thead__sticky-column--ZIndex);
38
+ .pf-c-table .pf-c-table__sticky-cell.pf-m-left {
39
+ --pf-c-table__sticky-cell--Left: var(--pf-c-table__sticky-cell--m-left--Left);
35
40
  }
36
41
 
37
42
  .pf-c-scroll-outer-wrapper {