@patternfly/react-styles 6.0.0-alpha.27 → 6.0.0-alpha.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/assets/images/img_avatar-dark.svg +22 -16
  3. package/css/assets/images/img_avatar-light.svg +25 -18
  4. package/css/components/Alert/alert-group.css +55 -4
  5. package/css/components/Alert/alert-group.d.ts +5 -1
  6. package/css/components/Alert/alert-group.js +5 -1
  7. package/css/components/Alert/alert-group.mjs +5 -1
  8. package/css/components/Alert/alert.css +5 -14
  9. package/css/components/Button/button.css +11 -7
  10. package/css/components/Card/card.css +7 -7
  11. package/css/components/Card/card.d.ts +1 -0
  12. package/css/components/Card/card.js +1 -0
  13. package/css/components/Card/card.mjs +1 -0
  14. package/css/components/ClipboardCopy/clipboard-copy.css +2 -2
  15. package/css/components/Content/content.css +19 -43
  16. package/css/components/DataList/data-list.css +2 -2
  17. package/css/components/Drawer/drawer.css +6 -6
  18. package/css/components/EmptyState/empty-state.css +3 -3
  19. package/css/components/Form/form.css +58 -1
  20. package/css/components/Form/form.d.ts +1 -1
  21. package/css/components/Form/form.js +1 -1
  22. package/css/components/Form/form.mjs +1 -1
  23. package/css/components/Hint/hint.css +1 -7
  24. package/css/components/Icon/icon.css +4 -4
  25. package/css/components/InlineEdit/inline-edit.css +2 -2
  26. package/css/components/JumpLinks/jump-links.css +0 -7
  27. package/css/components/JumpLinks/jump-links.d.ts +0 -1
  28. package/css/components/JumpLinks/jump-links.js +0 -1
  29. package/css/components/JumpLinks/jump-links.mjs +0 -1
  30. package/css/components/Label/label.css +6 -6
  31. package/css/components/List/list.css +33 -40
  32. package/css/components/MenuToggle/menu-toggle.css +6 -34
  33. package/css/components/MenuToggle/menu-toggle.d.ts +0 -1
  34. package/css/components/MenuToggle/menu-toggle.js +0 -1
  35. package/css/components/MenuToggle/menu-toggle.mjs +0 -1
  36. package/css/components/ModalBox/modal-box.css +2 -0
  37. package/css/components/NotificationDrawer/notification-drawer.css +6 -7
  38. package/css/components/NotificationDrawer/notification-drawer.d.ts +1 -0
  39. package/css/components/NotificationDrawer/notification-drawer.js +1 -0
  40. package/css/components/NotificationDrawer/notification-drawer.mjs +1 -0
  41. package/css/components/NumberInput/number-input.css +0 -1
  42. package/css/components/Page/page.css +7 -1
  43. package/css/components/Page/page.d.ts +1 -0
  44. package/css/components/Page/page.js +1 -0
  45. package/css/components/Page/page.mjs +1 -0
  46. package/css/components/Popover/popover.css +3 -5
  47. package/css/components/Switch/switch.css +0 -6
  48. package/css/components/Switch/switch.d.ts +1 -3
  49. package/css/components/Switch/switch.js +1 -3
  50. package/css/components/Switch/switch.mjs +1 -3
  51. package/css/components/Table/table-grid.css +31 -100
  52. package/css/components/Table/table-grid.d.ts +2 -1
  53. package/css/components/Table/table-grid.js +2 -1
  54. package/css/components/Table/table-grid.mjs +2 -1
  55. package/css/components/Table/table-tree-view.css +20 -0
  56. package/css/components/Table/table-tree-view.d.ts +1 -0
  57. package/css/components/Table/table-tree-view.js +1 -0
  58. package/css/components/Table/table-tree-view.mjs +1 -0
  59. package/css/components/Tabs/tabs.css +1 -18
  60. package/css/components/Tabs/tabs.d.ts +1 -2
  61. package/css/components/Tabs/tabs.js +1 -2
  62. package/css/components/Tabs/tabs.mjs +1 -2
  63. package/css/components/TextInputGroup/text-input-group.css +67 -15
  64. package/css/components/TextInputGroup/text-input-group.d.ts +4 -0
  65. package/css/components/TextInputGroup/text-input-group.js +4 -0
  66. package/css/components/TextInputGroup/text-input-group.mjs +4 -0
  67. package/css/components/Toolbar/toolbar.css +298 -1323
  68. package/css/components/Toolbar/toolbar.d.ts +5 -113
  69. package/css/components/Toolbar/toolbar.js +5 -113
  70. package/css/components/Toolbar/toolbar.mjs +5 -113
  71. package/css/components/Truncate/truncate.css +1 -1
  72. package/css/components/Wizard/wizard.css +24 -9
  73. package/css/components/Wizard/wizard.d.ts +1 -0
  74. package/css/components/Wizard/wizard.js +1 -0
  75. package/css/components/Wizard/wizard.mjs +1 -0
  76. package/css/components/_index.css +669 -1841
  77. package/css/components/_index.d.ts +9 -131
  78. package/css/components/_index.js +9 -131
  79. package/css/components/_index.mjs +9 -131
  80. package/css/docs/components/Toolbar/examples/Toolbar.css +10 -4
  81. package/css/docs/demos/Page/examples/Page.css +11 -0
  82. package/css/docs/demos/Page/examples/Page.d.ts +9 -0
  83. package/css/docs/demos/Page/examples/Page.js +10 -0
  84. package/css/docs/demos/Page/examples/Page.mjs +8 -0
  85. package/css/docs/demos/Toolbar/examples/Toolbar.css +9 -1
  86. package/package.json +3 -3
  87. package/css/components/LogViewer/log-viewer.css +0 -176
  88. package/css/components/LogViewer/log-viewer.d.ts +0 -25
  89. package/css/components/LogViewer/log-viewer.js +0 -26
  90. package/css/components/LogViewer/log-viewer.mjs +0 -24
  91. package/css/docs/components/AppLauncher/deprecated/application-launcher.css +0 -25
  92. package/css/docs/components/AppLauncher/deprecated/application-launcher.d.ts +0 -3
  93. package/css/docs/components/AppLauncher/deprecated/application-launcher.js +0 -4
  94. package/css/docs/components/AppLauncher/deprecated/application-launcher.mjs +0 -2
  95. package/css/docs/components/ContextSelector/deprecated/context-selector.css +0 -7
  96. package/css/docs/components/ContextSelector/deprecated/context-selector.d.ts +0 -3
  97. package/css/docs/components/ContextSelector/deprecated/context-selector.js +0 -4
  98. package/css/docs/components/ContextSelector/deprecated/context-selector.mjs +0 -2
  99. package/css/docs/components/Dropdown/deprecated/Dropdown.css +0 -64
  100. package/css/docs/components/Dropdown/deprecated/Dropdown.d.ts +0 -6
  101. package/css/docs/components/Dropdown/deprecated/Dropdown.js +0 -7
  102. package/css/docs/components/Dropdown/deprecated/Dropdown.mjs +0 -5
  103. package/css/docs/components/LogViewer/examples/LogViewer.css +0 -24
  104. package/css/docs/components/LogViewer/examples/LogViewer.d.ts +0 -8
  105. package/css/docs/components/LogViewer/examples/LogViewer.js +0 -9
  106. package/css/docs/components/LogViewer/examples/LogViewer.mjs +0 -7
  107. package/css/docs/components/OptionsMenu/deprecated/options-menu.css +0 -25
  108. package/css/docs/components/OptionsMenu/deprecated/options-menu.d.ts +0 -3
  109. package/css/docs/components/OptionsMenu/deprecated/options-menu.js +0 -4
  110. package/css/docs/components/OptionsMenu/deprecated/options-menu.mjs +0 -2
  111. package/css/docs/components/Select/deprecated/Select.css +0 -56
  112. package/css/docs/components/Select/deprecated/Select.d.ts +0 -3
  113. package/css/docs/components/Select/deprecated/Select.js +0 -4
  114. package/css/docs/components/Select/deprecated/Select.mjs +0 -2
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  "read": "pf-m-read",
11
11
  "hoverable": "pf-m-hoverable",
12
12
  "truncate": "pf-m-truncate",
13
+ "noOffset": "pf-m-no-offset",
13
14
  "expanded": "pf-m-expanded"
14
15
  },
15
16
  "notificationDrawer": "pf-v6-c-notification-drawer",
@@ -12,6 +12,7 @@ exports.default = {
12
12
  "read": "pf-m-read",
13
13
  "hoverable": "pf-m-hoverable",
14
14
  "truncate": "pf-m-truncate",
15
+ "noOffset": "pf-m-no-offset",
15
16
  "expanded": "pf-m-expanded"
16
17
  },
17
18
  "notificationDrawer": "pf-v6-c-notification-drawer",
@@ -10,6 +10,7 @@ export default {
10
10
  "read": "pf-m-read",
11
11
  "hoverable": "pf-m-hoverable",
12
12
  "truncate": "pf-m-truncate",
13
+ "noOffset": "pf-m-no-offset",
13
14
  "expanded": "pf-m-expanded"
14
15
  },
15
16
  "notificationDrawer": "pf-v6-c-notification-drawer",
@@ -34,6 +34,5 @@
34
34
  }
35
35
 
36
36
  .pf-v6-c-number-input__icon {
37
- display: flex;
38
37
  font-size: var(--pf-v6-c-number-input__icon--FontSize);
39
38
  }
@@ -28,6 +28,8 @@
28
28
  --pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
29
29
  --pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd: var(--pf-v6-c-page--inset);
30
30
  --pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart: var(--pf-v6-c-page--inset);
31
+ --pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd: var(--pf-t--global--spacer--md);
32
+ --pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart: var(--pf-t--global--spacer--md);
31
33
  --pf-v6-c-page__main-container--ZIndex: var(--pf-t--global--z-index--xs);
32
34
  --pf-v6-c-page__main-container--MaxHeight: calc(100% - var(--pf-t--global--spacer--lg));
33
35
  --pf-v6-c-page__main-container--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -79,7 +81,7 @@
79
81
  --pf-v6-c-page__main-tabs--BackgroundColor: var(--pf-t--global--background--color--primary--default);
80
82
  --pf-v6-c-page__main-wizard--BackgroundColor: var(--pf-t--global--background--color--primary--default);
81
83
  --pf-v6-c-page__main-wizard--BorderBlockStartColor: var(--pf-t--global--border--color--default);
82
- --pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--button--default);
84
+ --pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
83
85
  }
84
86
  @media (min-width: 1200px) {
85
87
  :where(:root, .pf-v6-c-page) {
@@ -176,6 +178,10 @@
176
178
  --pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineEnd);
177
179
  --pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--m-page-insets--PaddingInlineStart);
178
180
  }
181
+ .pf-v6-c-page__sidebar-body.pf-m-context-selector {
182
+ --pf-v6-c-page__sidebar-body--PaddingInlineEnd: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineEnd);
183
+ --pf-v6-c-page__sidebar-body--PaddingInlineStart: var(--pf-v6-c-page__sidebar-body--m-context-selector--PaddingInlineStart);
184
+ }
179
185
  .pf-v6-c-page__sidebar-body.pf-m-inset-none {
180
186
  --pf-v6-c-page__sidebar-body--PaddingInlineEnd: 0;
181
187
  --pf-v6-c-page__sidebar-body--PaddingInlineStart: 0;
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  "expanded": "pf-m-expanded",
8
8
  "collapsed": "pf-m-collapsed",
9
9
  "pageInsets": "pf-m-page-insets",
10
+ "contextSelector": "pf-m-context-selector",
10
11
  "insetNone": "pf-m-inset-none",
11
12
  "fill": "pf-m-fill",
12
13
  "noFill": "pf-m-no-fill",
@@ -9,6 +9,7 @@ exports.default = {
9
9
  "expanded": "pf-m-expanded",
10
10
  "collapsed": "pf-m-collapsed",
11
11
  "pageInsets": "pf-m-page-insets",
12
+ "contextSelector": "pf-m-context-selector",
12
13
  "insetNone": "pf-m-inset-none",
13
14
  "fill": "pf-m-fill",
14
15
  "noFill": "pf-m-no-fill",
@@ -7,6 +7,7 @@ export default {
7
7
  "expanded": "pf-m-expanded",
8
8
  "collapsed": "pf-m-collapsed",
9
9
  "pageInsets": "pf-m-page-insets",
10
+ "contextSelector": "pf-m-context-selector",
10
11
  "insetNone": "pf-m-inset-none",
11
12
  "fill": "pf-m-fill",
12
13
  "noFill": "pf-m-no-fill",
@@ -35,17 +35,16 @@
35
35
  --pf-v6-c-popover__arrow--m-inline-bottom--InsetBlockEnd: var(--pf-t--global--border--radius--medium);
36
36
  --pf-v6-c-popover__arrow--m-block-left--InsetInlineStart: var(--pf-t--global--border--radius--medium);
37
37
  --pf-v6-c-popover__arrow--m-block-right--InsetInlineEnd: var(--pf-t--global--border--radius--medium);
38
- --pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - (var(--pf-t--global--spacer--control--vertical--compact) * 1.5));
38
+ --pf-v6-c-popover__close--InsetBlockStart: calc(var(--pf-v6-c-popover__content--PaddingBlockStart) - var(--pf-t--global--spacer--control--vertical--default));
39
39
  --pf-v6-c-popover__close--InsetInlineEnd: var(--pf-v6-c-popover__content--PaddingInlineEnd);
40
40
  --pf-v6-c-popover__close--sibling--PaddingInlineEnd: var(--pf-t--global--spacer--2xl);
41
41
  --pf-v6-c-popover__header--MarginBlockEnd: var(--pf-t--global--spacer--sm);
42
42
  --pf-v6-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
43
- --pf-v6-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
44
- --pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
45
43
  --pf-v6-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
44
+ --pf-v6-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--default);
46
45
  --pf-v6-c-popover__title-icon--MarginInlineEnd: var(--pf-t--global--spacer--sm);
47
46
  --pf-v6-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
48
- --pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--font--size--heading--xs);
47
+ --pf-v6-c-popover__title-icon--FontSize: var(--pf-t--global--icon--size--font--body--default);
49
48
  --pf-v6-c-popover__footer--MarginBlockStart: var(--pf-t--global--spacer--md);
50
49
  }
51
50
 
@@ -188,7 +187,6 @@
188
187
  }
189
188
 
190
189
  .pf-v6-c-popover__title-text {
191
- font-family: var(--pf-v6-c-popover__title-text--FontFamily);
192
190
  font-size: var(--pf-v6-c-popover__title-text--FontSize);
193
191
  font-weight: var(--pf-v6-c-popover__title-text--FontWeight);
194
192
  color: var(--pf-v6-c-popover__title-text--Color);
@@ -78,18 +78,12 @@
78
78
  transform: translate(calc(var(--pf-v6-c-switch__input--checked__toggle--before--TranslateX) * var(--pf-v6-global--inverse--multiplier)), -50%);
79
79
  }
80
80
 
81
- .pf-v6-c-switch__input:checked ~ .pf-m-off {
82
- display: none;
83
- }
84
81
  .pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__label {
85
82
  color: var(--pf-v6-c-switch__input--not-checked__label--Color);
86
83
  }
87
84
  .pf-v6-c-switch__input:not(:checked) ~ .pf-v6-c-switch__toggle .pf-v6-c-switch__toggle-icon {
88
85
  display: none;
89
86
  }
90
- .pf-v6-c-switch__input:not(:checked) ~ .pf-m-on {
91
- display: none;
92
- }
93
87
  .pf-v6-c-switch__input:disabled {
94
88
  cursor: not-allowed;
95
89
  }
@@ -2,9 +2,7 @@ import './switch.css';
2
2
  declare const _default: {
3
3
  "dirRtl": "pf-v6-m-dir-rtl",
4
4
  "modifiers": {
5
- "reverse": "pf-m-reverse",
6
- "off": "pf-m-off",
7
- "on": "pf-m-on"
5
+ "reverse": "pf-m-reverse"
8
6
  },
9
7
  "switch": "pf-v6-c-switch",
10
8
  "switchInput": "pf-v6-c-switch__input",
@@ -4,9 +4,7 @@ require('./switch.css');
4
4
  exports.default = {
5
5
  "dirRtl": "pf-v6-m-dir-rtl",
6
6
  "modifiers": {
7
- "reverse": "pf-m-reverse",
8
- "off": "pf-m-off",
9
- "on": "pf-m-on"
7
+ "reverse": "pf-m-reverse"
10
8
  },
11
9
  "switch": "pf-v6-c-switch",
12
10
  "switchInput": "pf-v6-c-switch__input",
@@ -2,9 +2,7 @@ import './switch.css';
2
2
  export default {
3
3
  "dirRtl": "pf-v6-m-dir-rtl",
4
4
  "modifiers": {
5
- "reverse": "pf-m-reverse",
6
- "off": "pf-m-off",
7
- "on": "pf-m-on"
5
+ "reverse": "pf-m-reverse"
8
6
  },
9
7
  "switch": "pf-v6-c-switch",
10
8
  "switchInput": "pf-v6-c-switch__input",
@@ -4,6 +4,7 @@
4
4
  --pf-v6-c-table__tbody--after--border-width--base: var(--pf-t--global--border--width--extra-strong);
5
5
  --pf-v6-c-table__tbody--after--BorderInlineStartWidth: 0;
6
6
  --pf-v6-c-table__tbody--after--BorderColor: var(--pf-t--global--border--color--clicked);
7
+ --pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth: var(--pf-t--global--border--width--divider--default);
7
8
  --pf-v6-c-table__tr--responsive--border-width--base: var(--pf-t--global--border--width--divider--default);
8
9
  --pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth: var(--pf-v6-c-table__tbody--responsive--border-width--base);
9
10
  --pf-v6-c-table__tr--responsive--GridColumnGap: var(--pf-t--global--spacer--md);
@@ -94,24 +95,12 @@
94
95
  .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
95
96
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
96
97
  }
97
- .pf-m-grid.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
98
- border-block-start: 0;
98
+ .pf-m-grid.pf-v6-c-table.pf-m-expandable {
99
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
99
100
  }
100
- .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
101
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
102
- }
103
- .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
104
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
105
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
106
- }
107
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
108
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
109
- }
110
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
111
- border-block-end: 0;
112
- }
113
- .pf-m-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
114
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
101
+ .pf-m-grid.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
102
+ .pf-m-grid.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
103
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
115
104
  }
116
105
  .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
117
106
  --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
@@ -166,6 +155,7 @@
166
155
  grid-column: 2;
167
156
  }
168
157
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
158
+ position: revert;
169
159
  font-weight: bold;
170
160
  text-align: start;
171
161
  content: attr(data-label);
@@ -183,9 +173,6 @@
183
173
  --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
184
174
  border: 0;
185
175
  }
186
- .pf-m-grid.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
187
- --pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
188
- }
189
176
  .pf-m-grid.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
190
177
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
191
178
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
@@ -408,24 +395,12 @@
408
395
  .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
409
396
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
410
397
  }
411
- .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
412
- border-block-start: 0;
413
- }
414
- .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
415
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
416
- }
417
- .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
418
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
419
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
420
- }
421
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
422
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
398
+ .pf-m-grid-md.pf-v6-c-table.pf-m-expandable {
399
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
423
400
  }
424
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
425
- border-block-end: 0;
426
- }
427
- .pf-m-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
428
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
401
+ .pf-m-grid-md.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
402
+ .pf-m-grid-md.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
403
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
429
404
  }
430
405
  .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
431
406
  --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
@@ -480,6 +455,7 @@
480
455
  grid-column: 2;
481
456
  }
482
457
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
458
+ position: revert;
483
459
  font-weight: bold;
484
460
  text-align: start;
485
461
  content: attr(data-label);
@@ -497,9 +473,6 @@
497
473
  --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
498
474
  border: 0;
499
475
  }
500
- .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
501
- --pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
502
- }
503
476
  .pf-m-grid-md.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
504
477
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
505
478
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
@@ -725,24 +698,12 @@
725
698
  .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
726
699
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
727
700
  }
728
- .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
729
- border-block-start: 0;
701
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-expandable {
702
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
730
703
  }
731
- .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
732
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
733
- }
734
- .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
735
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
736
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
737
- }
738
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
739
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
740
- }
741
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
742
- border-block-end: 0;
743
- }
744
- .pf-m-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
745
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
704
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
705
+ .pf-m-grid-lg.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
706
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
746
707
  }
747
708
  .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
748
709
  --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
@@ -797,6 +758,7 @@
797
758
  grid-column: 2;
798
759
  }
799
760
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
761
+ position: revert;
800
762
  font-weight: bold;
801
763
  text-align: start;
802
764
  content: attr(data-label);
@@ -814,9 +776,6 @@
814
776
  --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
815
777
  border: 0;
816
778
  }
817
- .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
818
- --pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
819
- }
820
779
  .pf-m-grid-lg.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
821
780
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
822
781
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
@@ -1042,24 +1001,12 @@
1042
1001
  .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
1043
1002
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1044
1003
  }
1045
- .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
1046
- border-block-start: 0;
1047
- }
1048
- .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1049
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1050
- }
1051
- .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
1052
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
1053
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
1054
- }
1055
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1056
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1057
- }
1058
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1059
- border-block-end: 0;
1004
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-expandable {
1005
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
1060
1006
  }
1061
- .pf-m-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1062
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1007
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
1008
+ .pf-m-grid-xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
1009
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
1063
1010
  }
1064
1011
  .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
1065
1012
  --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
@@ -1114,6 +1061,7 @@
1114
1061
  grid-column: 2;
1115
1062
  }
1116
1063
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1064
+ position: revert;
1117
1065
  font-weight: bold;
1118
1066
  text-align: start;
1119
1067
  content: attr(data-label);
@@ -1131,9 +1079,6 @@
1131
1079
  --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
1132
1080
  border: 0;
1133
1081
  }
1134
- .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1135
- --pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
1136
- }
1137
1082
  .pf-m-grid-xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
1138
1083
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
1139
1084
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
@@ -1359,24 +1304,12 @@
1359
1304
  .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):first-of-type {
1360
1305
  border-block-start: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1361
1306
  }
1362
- .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table.pf-m-compact > tbody:where(.pf-v6-c-table__tbody) {
1363
- border-block-start: 0;
1364
- }
1365
- .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1366
- border-block-end: var(--pf-v6-c-table__tr--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1367
- }
1368
- .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):last-child,
1369
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody):last-of-type:not(:only-of-type) > tr:where(.pf-v6-c-table__tr) {
1370
- border-block-end-width: var(--pf-v6-c-table__tr--responsive--last-child--BorderBlockEndWidth);
1307
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable {
1308
+ --pf-v6-c-table__tr--BorderBlockEndWidth: 0;
1371
1309
  }
1372
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded {
1373
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
1374
- }
1375
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1376
- border-block-end: 0;
1377
- }
1378
- .pf-m-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-expanded:not(:last-of-type) {
1379
- border-block-end: var(--pf-v6-c-table__tbody--responsive--border-width--base) solid var(--pf-v6-c-table--responsive--BorderColor);
1310
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody,
1311
+ .pf-m-grid-2xl.pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded {
1312
+ border-block-end: var(--pf-v6-c-table__tbody--responsive--m-expandable--BorderBlockEndWidth) solid var(--pf-v6-c-table--responsive--BorderColor);
1380
1313
  }
1381
1314
  .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
1382
1315
  --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
@@ -1431,6 +1364,7 @@
1431
1364
  grid-column: 2;
1432
1365
  }
1433
1366
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1367
+ position: revert;
1434
1368
  font-weight: bold;
1435
1369
  text-align: start;
1436
1370
  content: attr(data-label);
@@ -1448,9 +1382,6 @@
1448
1382
  --pf-v6-c-table__tr--responsive--PaddingInlineStart: var(--pf-v6-c-table__tr--responsive--nested-table--PaddingInlineStart);
1449
1383
  border: 0;
1450
1384
  }
1451
- .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) + tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) {
1452
- --pf-v6-c-table__tr--responsive--PaddingBlockStart: 0;
1453
- }
1454
1385
  .pf-m-grid-2xl.pf-v6-c-table .pf-v6-c-table__compound-expansion-toggle {
1455
1386
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineEndWidth: 0;
1456
1387
  --pf-v6-c-table__compound-expansion-toggle__button--before--BorderInlineStartWidth: 0;
@@ -3,9 +3,10 @@ declare const _default: {
3
3
  "button": "pf-v6-c-button",
4
4
  "modifiers": {
5
5
  "grid": "pf-m-grid",
6
- "compact": "pf-m-compact",
6
+ "expandable": "pf-m-expandable",
7
7
  "expanded": "pf-m-expanded",
8
8
  "selected": "pf-m-selected",
9
+ "compact": "pf-m-compact",
9
10
  "noPadding": "pf-m-no-padding",
10
11
  "hoverable": "pf-m-hoverable",
11
12
  "nowrap": "pf-m-nowrap",
@@ -5,9 +5,10 @@ exports.default = {
5
5
  "button": "pf-v6-c-button",
6
6
  "modifiers": {
7
7
  "grid": "pf-m-grid",
8
- "compact": "pf-m-compact",
8
+ "expandable": "pf-m-expandable",
9
9
  "expanded": "pf-m-expanded",
10
10
  "selected": "pf-m-selected",
11
+ "compact": "pf-m-compact",
11
12
  "noPadding": "pf-m-no-padding",
12
13
  "hoverable": "pf-m-hoverable",
13
14
  "nowrap": "pf-m-nowrap",
@@ -3,9 +3,10 @@ export default {
3
3
  "button": "pf-v6-c-button",
4
4
  "modifiers": {
5
5
  "grid": "pf-m-grid",
6
- "compact": "pf-m-compact",
6
+ "expandable": "pf-m-expandable",
7
7
  "expanded": "pf-m-expanded",
8
8
  "selected": "pf-m-selected",
9
+ "compact": "pf-m-compact",
9
10
  "noPadding": "pf-m-no-padding",
10
11
  "hoverable": "pf-m-hoverable",
11
12
  "nowrap": "pf-m-nowrap",
@@ -178,10 +178,14 @@
178
178
  grid-column: 2;
179
179
  }
180
180
  .pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
181
+ position: revert;
181
182
  font-weight: var(--pf-t--global--font--weight--body--bold);
182
183
  text-align: start;
183
184
  content: attr(data-label);
184
185
  }
186
+ .pf-m-tree-view-grid.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
187
+ border-inline-end: 0;
188
+ }
185
189
  .pf-m-tree-view-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
186
190
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
187
191
  }
@@ -318,10 +322,14 @@
318
322
  grid-column: 2;
319
323
  }
320
324
  .pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
325
+ position: revert;
321
326
  font-weight: var(--pf-t--global--font--weight--body--bold);
322
327
  text-align: start;
323
328
  content: attr(data-label);
324
329
  }
330
+ .pf-m-tree-view-grid-md.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
331
+ border-inline-end: 0;
332
+ }
325
333
  .pf-m-tree-view-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
326
334
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
327
335
  }
@@ -459,10 +467,14 @@
459
467
  grid-column: 2;
460
468
  }
461
469
  .pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
470
+ position: revert;
462
471
  font-weight: var(--pf-t--global--font--weight--body--bold);
463
472
  text-align: start;
464
473
  content: attr(data-label);
465
474
  }
475
+ .pf-m-tree-view-grid-lg.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
476
+ border-inline-end: 0;
477
+ }
466
478
  .pf-m-tree-view-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
467
479
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
468
480
  }
@@ -600,10 +612,14 @@
600
612
  grid-column: 2;
601
613
  }
602
614
  .pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
615
+ position: revert;
603
616
  font-weight: var(--pf-t--global--font--weight--body--bold);
604
617
  text-align: start;
605
618
  content: attr(data-label);
606
619
  }
620
+ .pf-m-tree-view-grid-xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
621
+ border-inline-end: 0;
622
+ }
607
623
  .pf-m-tree-view-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
608
624
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
609
625
  }
@@ -741,10 +757,14 @@
741
757
  grid-column: 2;
742
758
  }
743
759
  .pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label]::before {
760
+ position: revert;
744
761
  font-weight: var(--pf-t--global--font--weight--body--bold);
745
762
  text-align: start;
746
763
  content: attr(data-label);
747
764
  }
765
+ .pf-m-tree-view-grid-2xl.pf-v6-c-table .pf-v6-c-table__tr > :where(th, td).pf-m-border-right::before {
766
+ border-inline-end: 0;
767
+ }
748
768
  .pf-m-tree-view-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-tree-view-details-expanded {
749
769
  padding-block-end: var(--pf-v6-c-table--m-tree-view-grid--m-tree-view-details-expanded--PaddingBlockEnd);
750
770
  }
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  "treeView": "pf-m-tree-view",
8
8
  "noInset": "pf-m-no-inset",
9
9
  "treeViewGrid": "pf-m-tree-view-grid",
10
+ "borderRight": "pf-m-border-right",
10
11
  "treeViewDetailsExpanded": "pf-m-tree-view-details-expanded",
11
12
  "treeViewGridMd": "pf-m-tree-view-grid-md",
12
13
  "treeViewGridLg": "pf-m-tree-view-grid-lg",
@@ -9,6 +9,7 @@ exports.default = {
9
9
  "treeView": "pf-m-tree-view",
10
10
  "noInset": "pf-m-no-inset",
11
11
  "treeViewGrid": "pf-m-tree-view-grid",
12
+ "borderRight": "pf-m-border-right",
12
13
  "treeViewDetailsExpanded": "pf-m-tree-view-details-expanded",
13
14
  "treeViewGridMd": "pf-m-tree-view-grid-md",
14
15
  "treeViewGridLg": "pf-m-tree-view-grid-lg",
@@ -7,6 +7,7 @@ export default {
7
7
  "treeView": "pf-m-tree-view",
8
8
  "noInset": "pf-m-no-inset",
9
9
  "treeViewGrid": "pf-m-tree-view-grid",
10
+ "borderRight": "pf-m-border-right",
10
11
  "treeViewDetailsExpanded": "pf-m-tree-view-details-expanded",
11
12
  "treeViewGridMd": "pf-m-tree-view-grid-md",
12
13
  "treeViewGridLg": "pf-m-tree-view-grid-lg",
@@ -102,13 +102,8 @@
102
102
  --pf-v6-c-tabs__item--ScrollSnapAlign: end;
103
103
  --pf-v6-c-tabs--m-vertical__list--ScrollSnapTypeAxis: y;
104
104
  --pf-v6-c-tabs__toggle--Display: flex;
105
- --pf-v6-c-tabs__toggle-icon--Color: currentcolor;
106
105
  --pf-v6-c-tabs__toggle-icon--Transition: all 250ms cubic-bezier(.42, 0, .58, 1);
107
106
  --pf-v6-c-tabs__toggle-icon--Rotate: 0;
108
- --pf-v6-c-tabs__toggle-text--MarginInlineStart: 0;
109
- --pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart: var(--pf-t--global--spacer--md);
110
- --pf-v6-c-tabs__toggle-button__toggle-text--Color: var(--pf-t--global--text--color--regular);
111
- --pf-v6-c-tabs--m-expanded__toggle-icon--Color: var(--pf-t--global--icon--color--regular);
112
107
  --pf-v6-c-tabs--m-expanded__toggle-icon--Rotate: 90deg;
113
108
  --pf-v6-c-tabs--m-expandable--RowGap: var(--pf-t--global--spacer--sm);
114
109
  --pf-v6-c-tabs--m-expandable--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -345,7 +340,6 @@
345
340
  }
346
341
  .pf-v6-c-tabs.pf-m-vertical.pf-m-expanded {
347
342
  --pf-v6-c-tabs__list--Display: flex;
348
- --pf-v6-c-tabs__toggle-icon--Color: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Color);
349
343
  --pf-v6-c-tabs__toggle-icon--Rotate: var(--pf-v6-c-tabs--m-expanded__toggle-icon--Rotate);
350
344
  }
351
345
  .pf-v6-c-tabs.pf-m-box.pf-m-vertical {
@@ -399,19 +393,13 @@
399
393
  align-items: center;
400
394
  }
401
395
 
402
- .pf-v6-c-tabs__toggle-button {
403
- --pf-v6-c-tabs__toggle-text--MarginInlineStart: var(--pf-v6-c-tabs__toggle-button__toggle-text--MarginInlineStart);
404
- --pf-v6-c-tabs__toggle-text--Color: var(--pf-v6-c-tabs__toggle-button__toggle-text--Color);
405
- }
406
396
  .pf-v6-c-tabs__toggle-button .pf-v6-c-button {
407
- display: flex;
408
- text-align: start;
397
+ justify-content: start;
409
398
  white-space: normal;
410
399
  }
411
400
 
412
401
  .pf-v6-c-tabs__toggle-icon {
413
402
  display: inline-block;
414
- color: var(--pf-v6-c-tabs__toggle-icon--Color);
415
403
  transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
416
404
  transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
417
405
  }
@@ -419,11 +407,6 @@
419
407
  scale: -1 1;
420
408
  }
421
409
 
422
- .pf-v6-c-tabs__toggle-text {
423
- margin-inline-start: var(--pf-v6-c-tabs__toggle-text--MarginInlineStart);
424
- color: var(--pf-v6-c-tabs__toggle-text--Color, inherit);
425
- }
426
-
427
410
  .pf-v6-c-tabs__list {
428
411
  scrollbar-width: none;
429
412
  -ms-overflow-style: -ms-autohiding-scrollbar;
@@ -78,7 +78,6 @@ declare const _default: {
78
78
  "tabsScrollButton": "pf-v6-c-tabs__scroll-button",
79
79
  "tabsToggle": "pf-v6-c-tabs__toggle",
80
80
  "tabsToggleButton": "pf-v6-c-tabs__toggle-button",
81
- "tabsToggleIcon": "pf-v6-c-tabs__toggle-icon",
82
- "tabsToggleText": "pf-v6-c-tabs__toggle-text"
81
+ "tabsToggleIcon": "pf-v6-c-tabs__toggle-icon"
83
82
  };
84
83
  export default _default;
@@ -80,6 +80,5 @@ exports.default = {
80
80
  "tabsScrollButton": "pf-v6-c-tabs__scroll-button",
81
81
  "tabsToggle": "pf-v6-c-tabs__toggle",
82
82
  "tabsToggleButton": "pf-v6-c-tabs__toggle-button",
83
- "tabsToggleIcon": "pf-v6-c-tabs__toggle-icon",
84
- "tabsToggleText": "pf-v6-c-tabs__toggle-text"
83
+ "tabsToggleIcon": "pf-v6-c-tabs__toggle-icon"
85
84
  };