@patternfly/react-styles 5.0.0-alpha.1 → 5.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +59 -1
  2. package/css/components/Accordion/accordion.css +2 -0
  3. package/css/components/AppLauncher/app-launcher.css +2 -0
  4. package/css/components/Breadcrumb/breadcrumb.css +2 -0
  5. package/css/components/CalendarMonth/calendar-month.css +1 -1
  6. package/css/components/Card/card.css +9 -12
  7. package/css/components/Card/card.d.ts +1 -0
  8. package/css/components/Card/card.js +1 -0
  9. package/css/components/Card/card.mjs +1 -0
  10. package/css/components/ChipGroup/chip-group.css +27 -17
  11. package/css/components/Content/content.css +6 -0
  12. package/css/components/Content/content.d.ts +2 -1
  13. package/css/components/Content/content.js +2 -1
  14. package/css/components/Content/content.mjs +2 -1
  15. package/css/components/ContextSelector/context-selector.css +5 -1
  16. package/css/components/DataList/data-list.css +2 -1
  17. package/css/components/Drawer/drawer.css +13 -14
  18. package/css/components/Dropdown/dropdown.css +12 -10
  19. package/css/components/EmptyState/empty-state.css +46 -52
  20. package/css/components/EmptyState/empty-state.d.ts +5 -7
  21. package/css/components/EmptyState/empty-state.js +5 -7
  22. package/css/components/EmptyState/empty-state.mjs +5 -7
  23. package/css/components/ExpandableSection/expandable-section.css +2 -0
  24. package/css/components/Label/label.css +2 -0
  25. package/css/components/LabelGroup/label-group.css +26 -22
  26. package/css/components/Login/login.css +1 -1
  27. package/css/components/Menu/menu.css +3 -0
  28. package/css/components/MenuToggle/menu-toggle.css +2 -0
  29. package/css/components/Page/page.css +60 -60
  30. package/css/components/Pagination/pagination.css +2 -2
  31. package/css/components/Popover/popover.css +2 -7
  32. package/css/components/SearchInput/search-input.css +2 -0
  33. package/css/components/Table/table-grid.css +28 -28
  34. package/css/components/Table/table-tree-view.css +4 -4
  35. package/css/components/Tabs/tabs.css +0 -4
  36. package/css/components/Tabs/tabs.d.ts +0 -1
  37. package/css/components/Tabs/tabs.js +0 -1
  38. package/css/components/Tabs/tabs.mjs +0 -1
  39. package/css/components/TextInputGroup/text-input-group.css +4 -2
  40. package/css/components/Toolbar/toolbar.css +65 -37
  41. package/css/components/Toolbar/toolbar.d.ts +4 -0
  42. package/css/components/Toolbar/toolbar.js +4 -0
  43. package/css/components/Toolbar/toolbar.mjs +4 -0
  44. package/css/components/Tooltip/tooltip.css +7 -12
  45. package/css/components/TreeView/tree-view.css +7 -15
  46. package/css/components/Wizard/wizard.css +2 -0
  47. package/css/docs/components/ContextSelector/examples/context-selector.css +5 -1
  48. package/css/docs/components/Dropdown/examples/Dropdown.css +5 -2
  49. package/css/layouts/Grid/grid.css +5 -5
  50. package/package.json +3 -3
@@ -12,6 +12,7 @@
12
12
  --pf-c-search-input__text-input--PaddingLeft: var(--pf-global--spacer--xl);
13
13
  --pf-c-search-input__text-input--MinWidth: 6ch;
14
14
  --pf-c-search-input__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
15
+ --pf-c-search-input__text-input--BackgroundColor: transparent;
15
16
  --pf-c-search-input__icon--Left: var(--pf-global--spacer--sm);
16
17
  --pf-c-search-input__icon--Color: var(--pf-global--Color--200);
17
18
  --pf-c-search-input__text--hover__icon--Color: var(--pf-global--Color--100);
@@ -99,6 +100,7 @@
99
100
  width: 100%;
100
101
  min-width: var(--pf-c-search-input__text-input--MinWidth);
101
102
  padding: var(--pf-c-search-input__text-input--PaddingTop) var(--pf-c-search-input__text-input--PaddingRight) var(--pf-c-search-input__text-input--PaddingBottom) var(--pf-c-search-input__text-input--PaddingLeft);
103
+ background-color: var(--pf-c-search-input__text-input--BackgroundColor);
102
104
  border: 0;
103
105
  }
104
106
  .pf-c-search-input__text-input, .pf-c-search-input__text-input.pf-m-hint {
@@ -418,7 +418,7 @@
418
418
  border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
419
419
  }
420
420
  .pf-m-grid-md.pf-c-table tr:last-child,
421
- .pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
421
+ .pf-m-grid-md.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
422
422
  border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
423
423
  }
424
424
  .pf-m-grid-md.pf-c-table tbody.pf-m-expanded {
@@ -563,7 +563,7 @@
563
563
  --pf-c-table--tbody--after--BorderLeftColor: transparent;
564
564
  }
565
565
  .pf-m-grid-md.pf-c-table tbody.pf-m-hoverable,
566
- .pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
566
+ .pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr {
567
567
  position: relative;
568
568
  }
569
569
  .pf-m-grid-md.pf-c-table tbody.pf-m-hoverable > tr::after {
@@ -593,9 +593,9 @@
593
593
  background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
594
594
  }
595
595
  .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
596
- .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
597
- .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
598
- .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
596
+ .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
597
+ .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
598
+ .pf-m-grid-md.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
599
599
  width: auto;
600
600
  padding: 0;
601
601
  }
@@ -615,8 +615,8 @@
615
615
  --pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
616
616
  }
617
617
  .pf-m-grid-md.pf-c-table .pf-c-table__check,
618
- .pf-m-grid-md.pf-c-table .pf-c-table__favorite,
619
- .pf-m-grid-md.pf-c-table .pf-c-table__action {
618
+ .pf-m-grid-md.pf-c-table .pf-c-table__favorite,
619
+ .pf-m-grid-md.pf-c-table .pf-c-table__action {
620
620
  grid-row-start: 1;
621
621
  grid-column-start: 2;
622
622
  }
@@ -733,7 +733,7 @@
733
733
  border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
734
734
  }
735
735
  .pf-m-grid-lg.pf-c-table tr:last-child,
736
- .pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
736
+ .pf-m-grid-lg.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
737
737
  border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
738
738
  }
739
739
  .pf-m-grid-lg.pf-c-table tbody.pf-m-expanded {
@@ -878,7 +878,7 @@
878
878
  --pf-c-table--tbody--after--BorderLeftColor: transparent;
879
879
  }
880
880
  .pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable,
881
- .pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
881
+ .pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr {
882
882
  position: relative;
883
883
  }
884
884
  .pf-m-grid-lg.pf-c-table tbody.pf-m-hoverable > tr::after {
@@ -908,9 +908,9 @@
908
908
  background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
909
909
  }
910
910
  .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
911
- .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
912
- .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
913
- .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
911
+ .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
912
+ .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
913
+ .pf-m-grid-lg.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
914
914
  width: auto;
915
915
  padding: 0;
916
916
  }
@@ -930,8 +930,8 @@
930
930
  --pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
931
931
  }
932
932
  .pf-m-grid-lg.pf-c-table .pf-c-table__check,
933
- .pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
934
- .pf-m-grid-lg.pf-c-table .pf-c-table__action {
933
+ .pf-m-grid-lg.pf-c-table .pf-c-table__favorite,
934
+ .pf-m-grid-lg.pf-c-table .pf-c-table__action {
935
935
  grid-row-start: 1;
936
936
  grid-column-start: 2;
937
937
  }
@@ -1048,7 +1048,7 @@
1048
1048
  border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
1049
1049
  }
1050
1050
  .pf-m-grid-xl.pf-c-table tr:last-child,
1051
- .pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
1051
+ .pf-m-grid-xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
1052
1052
  border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
1053
1053
  }
1054
1054
  .pf-m-grid-xl.pf-c-table tbody.pf-m-expanded {
@@ -1193,7 +1193,7 @@
1193
1193
  --pf-c-table--tbody--after--BorderLeftColor: transparent;
1194
1194
  }
1195
1195
  .pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable,
1196
- .pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
1196
+ .pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr {
1197
1197
  position: relative;
1198
1198
  }
1199
1199
  .pf-m-grid-xl.pf-c-table tbody.pf-m-hoverable > tr::after {
@@ -1223,9 +1223,9 @@
1223
1223
  background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
1224
1224
  }
1225
1225
  .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
1226
- .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
1227
- .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
1228
- .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
1226
+ .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
1227
+ .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
1228
+ .pf-m-grid-xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
1229
1229
  width: auto;
1230
1230
  padding: 0;
1231
1231
  }
@@ -1245,8 +1245,8 @@
1245
1245
  --pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
1246
1246
  }
1247
1247
  .pf-m-grid-xl.pf-c-table .pf-c-table__check,
1248
- .pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
1249
- .pf-m-grid-xl.pf-c-table .pf-c-table__action {
1248
+ .pf-m-grid-xl.pf-c-table .pf-c-table__favorite,
1249
+ .pf-m-grid-xl.pf-c-table .pf-c-table__action {
1250
1250
  grid-row-start: 1;
1251
1251
  grid-column-start: 2;
1252
1252
  }
@@ -1363,7 +1363,7 @@
1363
1363
  border-bottom: var(--pf-c-table-tr--responsive--border-width--base) solid var(--pf-c-table--responsive--BorderColor);
1364
1364
  }
1365
1365
  .pf-m-grid-2xl.pf-c-table tr:last-child,
1366
- .pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
1366
+ .pf-m-grid-2xl.pf-c-table tbody:last-of-type:not(:only-of-type) > tr {
1367
1367
  border-bottom-width: var(--pf-c-table-tr--responsive--last-child--BorderBottomWidth);
1368
1368
  }
1369
1369
  .pf-m-grid-2xl.pf-c-table tbody.pf-m-expanded {
@@ -1508,7 +1508,7 @@
1508
1508
  --pf-c-table--tbody--after--BorderLeftColor: transparent;
1509
1509
  }
1510
1510
  .pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable,
1511
- .pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
1511
+ .pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr {
1512
1512
  position: relative;
1513
1513
  }
1514
1514
  .pf-m-grid-2xl.pf-c-table tbody.pf-m-hoverable > tr::after {
@@ -1538,9 +1538,9 @@
1538
1538
  background-color: var(--pf-c-table--tr--m-selected--after--BorderLeftColor);
1539
1539
  }
1540
1540
  .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__toggle,
1541
- .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
1542
- .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
1543
- .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
1541
+ .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__check,
1542
+ .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__favorite,
1543
+ .pf-m-grid-2xl.pf-c-table tr:not(.pf-c-table__expandable-row) .pf-c-table__action {
1544
1544
  width: auto;
1545
1545
  padding: 0;
1546
1546
  }
@@ -1560,8 +1560,8 @@
1560
1560
  --pf-c-table--cell--PaddingLeft: var(--pf-c-table--m-grid--cell--PaddingLeft);
1561
1561
  }
1562
1562
  .pf-m-grid-2xl.pf-c-table .pf-c-table__check,
1563
- .pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
1564
- .pf-m-grid-2xl.pf-c-table .pf-c-table__action {
1563
+ .pf-m-grid-2xl.pf-c-table .pf-c-table__favorite,
1564
+ .pf-m-grid-2xl.pf-c-table .pf-c-table__action {
1565
1565
  grid-row-start: 1;
1566
1566
  grid-column-start: 2;
1567
1567
  }
@@ -311,7 +311,7 @@
311
311
  display: block;
312
312
  }
313
313
  .pf-m-tree-view-grid-md.pf-c-table .pf-c-table__tree-view-details-toggle,
314
- .pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
314
+ .pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
315
315
  display: inline-block;
316
316
  }
317
317
  .pf-m-tree-view-grid-md.pf-c-table .pf-c-table__action {
@@ -452,7 +452,7 @@
452
452
  display: block;
453
453
  }
454
454
  .pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__tree-view-details-toggle,
455
- .pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
455
+ .pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
456
456
  display: inline-block;
457
457
  }
458
458
  .pf-m-tree-view-grid-lg.pf-c-table .pf-c-table__action {
@@ -593,7 +593,7 @@
593
593
  display: block;
594
594
  }
595
595
  .pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__tree-view-details-toggle,
596
- .pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
596
+ .pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
597
597
  display: inline-block;
598
598
  }
599
599
  .pf-m-tree-view-grid-xl.pf-c-table .pf-c-table__action {
@@ -734,7 +734,7 @@
734
734
  display: block;
735
735
  }
736
736
  .pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__tree-view-details-toggle,
737
- .pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
737
+ .pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
738
738
  display: inline-block;
739
739
  }
740
740
  .pf-m-tree-view-grid-2xl.pf-c-table .pf-c-table__action {
@@ -115,7 +115,6 @@
115
115
  --pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
116
116
  --pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
117
117
  --pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
118
- --pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
119
118
  --pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
120
119
  --pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
121
120
  --pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
@@ -589,9 +588,6 @@
589
588
  --pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
590
589
  outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
591
590
  }
592
- .pf-c-tabs__item-action.pf-m-help {
593
- --pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
594
- }
595
591
  .pf-c-tabs__item-action:last-child {
596
592
  --pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
597
593
  }
@@ -29,7 +29,6 @@ declare const _default: {
29
29
  "active": "pf-m-active",
30
30
  "disabled": "pf-m-disabled",
31
31
  "ariaDisabled": "pf-m-aria-disabled",
32
- "help": "pf-m-help",
33
32
  "insetNone": "pf-m-inset-none",
34
33
  "insetSm": "pf-m-inset-sm",
35
34
  "insetMd": "pf-m-inset-md",
@@ -31,7 +31,6 @@ exports.default = {
31
31
  "active": "pf-m-active",
32
32
  "disabled": "pf-m-disabled",
33
33
  "ariaDisabled": "pf-m-aria-disabled",
34
- "help": "pf-m-help",
35
34
  "insetNone": "pf-m-inset-none",
36
35
  "insetSm": "pf-m-inset-sm",
37
36
  "insetMd": "pf-m-inset-md",
@@ -29,7 +29,6 @@ export default {
29
29
  "active": "pf-m-active",
30
30
  "disabled": "pf-m-disabled",
31
31
  "ariaDisabled": "pf-m-aria-disabled",
32
- "help": "pf-m-help",
33
32
  "insetNone": "pf-m-inset-none",
34
33
  "insetSm": "pf-m-inset-sm",
35
34
  "insetMd": "pf-m-inset-md",
@@ -20,7 +20,8 @@
20
20
  --pf-c-text-input-group__text-input--PaddingLeft: var(--pf-global--spacer--sm);
21
21
  --pf-c-text-input-group__text-input--MinWidth: 12ch;
22
22
  --pf-c-text-input-group__text-input--m-hint--Color: var(--pf-global--Color--dark-200);
23
- --pf-c-text-input-group--placeholder--Color: var(--pf-global--Color--dark-200);
23
+ --pf-c-text-input-group__text-input--placeholder--Color: var(--pf-global--Color--dark-200);
24
+ --pf-c-text-input-group__text-input--BackgroundColor: transparent;
24
25
  --pf-c-text-input-group__icon--Left: var(--pf-global--spacer--sm);
25
26
  --pf-c-text-input-group__icon--Color: var(--pf-global--Color--200);
26
27
  --pf-c-text-input-group__text--hover__icon--Color: var(--pf-global--Color--100);
@@ -120,6 +121,7 @@
120
121
  width: 100%;
121
122
  min-width: var(--pf-c-text-input-group__text-input--MinWidth);
122
123
  padding: var(--pf-c-text-input-group__text-input--PaddingTop) var(--pf-c-text-input-group__text-input--PaddingRight) var(--pf-c-text-input-group__text-input--PaddingBottom) var(--pf-c-text-input-group__text-input--PaddingLeft);
124
+ background-color: var(--pf-c-text-input-group__text-input--BackgroundColor);
123
125
  border: 0;
124
126
  }
125
127
  .pf-c-text-input-group__text-input, .pf-c-text-input-group__text-input.pf-m-hint {
@@ -129,7 +131,7 @@
129
131
  color: var(--pf-c-text-input-group__text-input--m-hint--Color);
130
132
  }
131
133
  .pf-c-text-input-group__text-input::placeholder {
132
- color: var(--pf-c-text-input-group--placeholder--Color);
134
+ color: var(--pf-c-text-input-group__text-input--placeholder--Color);
133
135
  }
134
136
 
135
137
  .pf-c-text-input-group__utilities {
@@ -54,13 +54,17 @@
54
54
  --pf-c-toolbar--PaddingBottom: var(--pf-global--spacer--md);
55
55
  --pf-c-toolbar__item--Display: block;
56
56
  --pf-c-toolbar__item--MinWidth--base: auto;
57
+ --pf-c-toolbar__item--AlignSelf: auto;
57
58
  --pf-c-toolbar__group--Display: flex;
59
+ --pf-c-toolbar__group--AlignItems: baseline;
60
+ --pf-c-toolbar__group--AlignSelf: auto;
58
61
  --pf-c-toolbar--m-sticky--ZIndex: var(--pf-global--ZIndex--xs);
59
62
  --pf-c-toolbar--m-sticky--BoxShadow: var(--pf-global--BoxShadow--sm-bottom);
60
63
  --pf-c-toolbar__content--Display: flex;
61
64
  --pf-c-toolbar__content--PaddingRight: var(--pf-global--spacer--md);
62
65
  --pf-c-toolbar__content--PaddingLeft: var(--pf-global--spacer--md);
63
66
  --pf-c-toolbar__content-section--Display: flex;
67
+ --pf-c-toolbar__content-section--AlignItems: baseline;
64
68
  --pf-c-toolbar--m-page-insets--inset: var(--pf-global--spacer--md);
65
69
  --pf-c-toolbar--m-page-insets--xl--inset: var(--pf-global--spacer--lg);
66
70
  --pf-c-toolbar__expandable-content--Display: grid;
@@ -182,9 +186,22 @@
182
186
  .pf-c-toolbar__group {
183
187
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--spacer);
184
188
  --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__group--Display);
185
- align-items: center;
189
+ align-items: var(--pf-c-toolbar__group--AlignItems);
190
+ align-self: var(--pf-c-toolbar__group--AlignSelf);
186
191
  margin-right: var(--pf-c-toolbar--spacer);
187
192
  }
193
+ .pf-c-toolbar__group.pf-m-align-items-center {
194
+ align-items: center;
195
+ }
196
+ .pf-c-toolbar__group.pf-m-align-items-baseline {
197
+ align-items: baseline;
198
+ }
199
+ .pf-c-toolbar__group.pf-m-align-self-center {
200
+ align-self: center;
201
+ }
202
+ .pf-c-toolbar__group.pf-m-align-self-baseline {
203
+ align-self: baseline;
204
+ }
188
205
  .pf-c-toolbar__group.pf-m-button-group {
189
206
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-button-group--spacer);
190
207
  }
@@ -225,6 +242,7 @@
225
242
  --pf-c-toolbar__item--Width--base: var(--pf-c-toolbar__item--Width);
226
243
  --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth);
227
244
  --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__item--Display);
245
+ align-self: var(--pf-c-toolbar__item--AlignSelf);
228
246
  width: var(--pf-c-toolbar__item--Width--base);
229
247
  min-width: var(--pf-c-toolbar__item--MinWidth--base);
230
248
  margin-right: var(--pf-c-toolbar--spacer);
@@ -279,6 +297,12 @@
279
297
  --pf-c-toolbar__item--MinWidth--base: var(--pf-c-toolbar__item--MinWidth-on-2xl, var(--pf-c-toolbar__item--MinWidth-on-xl, var(--pf-c-toolbar__item--MinWidth-on-lg, var(--pf-c-toolbar__item--MinWidth-on-md, var(--pf-c-toolbar__item--MinWidth-on-sm, var(--pf-c-toolbar__item--MinWidth))))));
280
298
  }
281
299
  }
300
+ .pf-c-toolbar__item.pf-m-align-self-center {
301
+ align-self: center;
302
+ }
303
+ .pf-c-toolbar__item.pf-m-align-self-baseline {
304
+ align-self: baseline;
305
+ }
282
306
  .pf-c-toolbar__item.pf-m-overflow-menu {
283
307
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__item--m-overflow-menu--spacer);
284
308
  }
@@ -323,20 +347,24 @@
323
347
  .pf-c-toolbar__content,
324
348
  .pf-c-toolbar__content-section {
325
349
  flex-wrap: wrap;
326
- align-items: center;
327
350
  }
328
351
 
329
352
  .pf-c-toolbar__content {
330
353
  --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content--Display);
331
354
  position: relative;
355
+ align-items: center;
332
356
  padding-right: var(--pf-c-toolbar__content--PaddingRight);
333
357
  padding-left: var(--pf-c-toolbar__content--PaddingLeft);
334
358
  }
335
359
 
336
360
  .pf-c-toolbar__content-section {
337
361
  --pf-hidden-visible--visible--Display: var(--pf-c-toolbar__content-section--Display);
362
+ align-items: var(--pf-c-toolbar__content-section--AlignItems);
338
363
  width: 100%;
339
364
  }
365
+ .pf-c-toolbar__content-section.pf-m-align-items-center {
366
+ align-items: center;
367
+ }
340
368
 
341
369
  .pf-c-toolbar__expandable-content {
342
370
  position: absolute;
@@ -429,7 +457,7 @@
429
457
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
430
458
  }
431
459
  .pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__group,
432
- .pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
460
+ .pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
433
461
  display: flex;
434
462
  flex: 0 1 auto;
435
463
  }
@@ -442,7 +470,7 @@
442
470
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
443
471
  }
444
472
  .pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__group,
445
- .pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
473
+ .pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
446
474
  display: flex;
447
475
  flex: 0 1 auto;
448
476
  }
@@ -455,7 +483,7 @@
455
483
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
456
484
  }
457
485
  .pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__group,
458
- .pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
486
+ .pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
459
487
  display: flex;
460
488
  flex: 0 1 auto;
461
489
  }
@@ -468,7 +496,7 @@
468
496
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
469
497
  }
470
498
  .pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__group,
471
- .pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
499
+ .pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
472
500
  display: flex;
473
501
  flex: 0 1 auto;
474
502
  }
@@ -481,7 +509,7 @@
481
509
  --pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
482
510
  }
483
511
  .pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__group,
484
- .pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
512
+ .pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
485
513
  display: flex;
486
514
  flex: 0 1 auto;
487
515
  }
@@ -515,131 +543,131 @@
515
543
  }
516
544
  @media (min-width: 576px) {
517
545
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm,
518
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
546
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
519
547
  margin-left: auto;
520
548
  }
521
549
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
522
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
550
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
523
551
  margin-left: 0;
524
552
  }
525
553
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm,
526
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
554
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
527
555
  margin-left: 0;
528
556
  }
529
557
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
530
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
558
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
531
559
  margin-left: auto;
532
560
  }
533
561
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-sm,
534
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
562
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
535
563
  flex-wrap: nowrap;
536
564
  }
537
565
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-sm,
538
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
566
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
539
567
  flex-wrap: wrap;
540
568
  }
541
569
  }
542
570
  @media (min-width: 768px) {
543
571
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md,
544
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
572
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
545
573
  margin-left: auto;
546
574
  }
547
575
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
548
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
576
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
549
577
  margin-left: 0;
550
578
  }
551
579
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md,
552
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
580
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
553
581
  margin-left: 0;
554
582
  }
555
583
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
556
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
584
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
557
585
  margin-left: auto;
558
586
  }
559
587
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-md,
560
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
588
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
561
589
  flex-wrap: nowrap;
562
590
  }
563
591
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-md,
564
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
592
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
565
593
  flex-wrap: wrap;
566
594
  }
567
595
  }
568
596
  @media (min-width: 992px) {
569
597
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg,
570
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
598
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
571
599
  margin-left: auto;
572
600
  }
573
601
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
574
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
602
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
575
603
  margin-left: 0;
576
604
  }
577
605
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg,
578
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
606
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
579
607
  margin-left: 0;
580
608
  }
581
609
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
582
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
610
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
583
611
  margin-left: auto;
584
612
  }
585
613
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-lg,
586
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
614
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
587
615
  flex-wrap: nowrap;
588
616
  }
589
617
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-lg,
590
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
618
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
591
619
  flex-wrap: wrap;
592
620
  }
593
621
  }
594
622
  @media (min-width: 1200px) {
595
623
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl,
596
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
624
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
597
625
  margin-left: auto;
598
626
  }
599
627
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
600
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
628
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
601
629
  margin-left: 0;
602
630
  }
603
631
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl,
604
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
632
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
605
633
  margin-left: 0;
606
634
  }
607
635
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
608
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
636
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
609
637
  margin-left: auto;
610
638
  }
611
639
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-xl,
612
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
640
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
613
641
  flex-wrap: nowrap;
614
642
  }
615
643
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-xl,
616
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
644
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
617
645
  flex-wrap: wrap;
618
646
  }
619
647
  }
620
648
  @media (min-width: 1450px) {
621
649
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl,
622
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
650
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
623
651
  margin-left: auto;
624
652
  }
625
653
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
626
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
654
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
627
655
  margin-left: 0;
628
656
  }
629
657
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl,
630
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
658
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
631
659
  margin-left: 0;
632
660
  }
633
661
  .pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
634
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
662
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
635
663
  margin-left: auto;
636
664
  }
637
665
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-2xl,
638
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
666
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
639
667
  flex-wrap: nowrap;
640
668
  }
641
669
  .pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-2xl,
642
- .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
670
+ .pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
643
671
  flex-wrap: wrap;
644
672
  }
645
673
  }
@@ -20,6 +20,10 @@ declare const _default: {
20
20
  "fullHeight": "pf-m-full-height",
21
21
  "static": "pf-m-static",
22
22
  "vertical": "pf-m-vertical",
23
+ "alignItemsCenter": "pf-m-align-items-center",
24
+ "alignItemsBaseline": "pf-m-align-items-baseline",
25
+ "alignSelfCenter": "pf-m-align-self-center",
26
+ "alignSelfBaseline": "pf-m-align-self-baseline",
23
27
  "buttonGroup": "pf-m-button-group",
24
28
  "iconButtonGroup": "pf-m-icon-button-group",
25
29
  "filterGroup": "pf-m-filter-group",
@@ -22,6 +22,10 @@ exports.default = {
22
22
  "fullHeight": "pf-m-full-height",
23
23
  "static": "pf-m-static",
24
24
  "vertical": "pf-m-vertical",
25
+ "alignItemsCenter": "pf-m-align-items-center",
26
+ "alignItemsBaseline": "pf-m-align-items-baseline",
27
+ "alignSelfCenter": "pf-m-align-self-center",
28
+ "alignSelfBaseline": "pf-m-align-self-baseline",
25
29
  "buttonGroup": "pf-m-button-group",
26
30
  "iconButtonGroup": "pf-m-icon-button-group",
27
31
  "filterGroup": "pf-m-filter-group",
@@ -20,6 +20,10 @@ export default {
20
20
  "fullHeight": "pf-m-full-height",
21
21
  "static": "pf-m-static",
22
22
  "vertical": "pf-m-vertical",
23
+ "alignItemsCenter": "pf-m-align-items-center",
24
+ "alignItemsBaseline": "pf-m-align-items-baseline",
25
+ "alignSelfCenter": "pf-m-align-self-center",
26
+ "alignSelfBaseline": "pf-m-align-self-baseline",
23
27
  "buttonGroup": "pf-m-button-group",
24
28
  "iconButtonGroup": "pf-m-icon-button-group",
25
29
  "filterGroup": "pf-m-filter-group",
@@ -8,8 +8,10 @@
8
8
  --pf-c-tooltip__content--Color: var(--pf-global--Color--light-100);
9
9
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
10
10
  --pf-c-tooltip__content--FontSize: var(--pf-global--FontSize--sm);
11
- --pf-c-tooltip__arrow--Width: 0.5rem;
12
- --pf-c-tooltip__arrow--Height: 0.5rem;
11
+ --pf-c-tooltip__arrow--Width: 0.9375rem;
12
+ --pf-c-tooltip__arrow--Height: 0.9375rem;
13
+ --pf-c-tooltip__arrow--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
14
+ --pf-c-tooltip__arrow--BoxShadow: var(--pf-global--BoxShadow--md);
13
15
  --pf-c-tooltip__arrow--m-top--TranslateX: -50%;
14
16
  --pf-c-tooltip__arrow--m-top--TranslateY: 50%;
15
17
  --pf-c-tooltip__arrow--m-top--Rotate: 45deg;
@@ -79,18 +81,11 @@
79
81
  width: var(--pf-c-tooltip__arrow--Width);
80
82
  height: var(--pf-c-tooltip__arrow--Height);
81
83
  pointer-events: none;
82
- background-color: var(--pf-c-tooltip__content--BackgroundColor);
84
+ background-color: var(--pf-c-tooltip__arrow--BackgroundColor);
85
+ box-shadow: var(--pf-c-tooltip__arrow--BoxShadow);
83
86
  }
84
87
 
85
88
  :where(.pf-theme-dark) .pf-c-tooltip {
86
- --pf-c-tooltip--BoxShadow: none;
87
89
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
88
- }
89
- :where(.pf-theme-dark) .pf-c-tooltip,
90
- :where(.pf-theme-dark) .pf-c-tooltip__arrow {
91
- border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
92
- }
93
- :where(.pf-theme-dark) .pf-c-tooltip__arrow {
94
- --pf-c-tooltip__arrow--Width: 0.9375rem;
95
- --pf-c-tooltip__arrow--Height: 0.9375rem;
90
+ --pf-c-tooltip__arrow--BackgroundColor: var(--pf-global--BackgroundColor--300);
96
91
  }