@patternfly/react-styles 6.3.0-prerelease.1 → 6.3.0-prerelease.10

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 (81) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/css/assets/images/icon-help.hbs +3 -0
  3. package/css/assets/images/icon-outlined-star.hbs +3 -0
  4. package/css/assets/images/icon-star.hbs +3 -0
  5. package/css/components/Accordion/accordion.css +72 -3
  6. package/css/components/Alert/alert-group.css +52 -31
  7. package/css/components/Alert/alert-group.d.ts +4 -1
  8. package/css/components/Alert/alert-group.js +4 -1
  9. package/css/components/Alert/alert-group.mjs +4 -1
  10. package/css/components/Button/button.css +154 -6
  11. package/css/components/Button/button.d.ts +12 -0
  12. package/css/components/Button/button.js +12 -0
  13. package/css/components/Button/button.mjs +12 -0
  14. package/css/components/DataList/data-list.css +2 -2
  15. package/css/components/DualListSelector/dual-list-selector.css +36 -0
  16. package/css/components/DualListSelector/dual-list-selector.d.ts +1 -0
  17. package/css/components/DualListSelector/dual-list-selector.js +1 -0
  18. package/css/components/DualListSelector/dual-list-selector.mjs +1 -0
  19. package/css/components/ExpandableSection/expandable-section.css +63 -1
  20. package/css/components/ExpandableSection/expandable-section.d.ts +3 -2
  21. package/css/components/ExpandableSection/expandable-section.js +3 -2
  22. package/css/components/ExpandableSection/expandable-section.mjs +3 -2
  23. package/css/components/FileUpload/file-upload.css +3 -3
  24. package/css/components/Form/form.css +40 -1
  25. package/css/components/Form/form.d.ts +2 -1
  26. package/css/components/Form/form.js +2 -1
  27. package/css/components/Form/form.mjs +2 -1
  28. package/css/components/FormControl/form-control.css +16 -0
  29. package/css/components/FormControl/form-control.d.ts +2 -2
  30. package/css/components/FormControl/form-control.js +2 -2
  31. package/css/components/FormControl/form-control.mjs +2 -2
  32. package/css/components/InputGroup/input-group.css +80 -0
  33. package/css/components/InputGroup/input-group.d.ts +6 -0
  34. package/css/components/InputGroup/input-group.js +6 -0
  35. package/css/components/InputGroup/input-group.mjs +6 -0
  36. package/css/components/Menu/menu.css +24 -4
  37. package/css/components/MenuToggle/menu-toggle.css +38 -4
  38. package/css/components/MenuToggle/menu-toggle.d.ts +1 -0
  39. package/css/components/MenuToggle/menu-toggle.js +1 -0
  40. package/css/components/MenuToggle/menu-toggle.mjs +1 -0
  41. package/css/components/Nav/nav.css +22 -8
  42. package/css/components/Page/page.css +62 -3
  43. package/css/components/Page/page.d.ts +3 -0
  44. package/css/components/Page/page.js +3 -0
  45. package/css/components/Page/page.mjs +3 -0
  46. package/css/components/Progress/progress.css +16 -0
  47. package/css/components/Skeleton/skeleton.css +22 -2
  48. package/css/components/Spinner/spinner.css +5 -0
  49. package/css/components/Spinner/spinner.d.ts +1 -0
  50. package/css/components/Spinner/spinner.js +1 -0
  51. package/css/components/Spinner/spinner.mjs +1 -0
  52. package/css/components/Table/table-grid.css +21 -5
  53. package/css/components/Table/table-grid.d.ts +1 -0
  54. package/css/components/Table/table-grid.js +1 -0
  55. package/css/components/Table/table-grid.mjs +1 -0
  56. package/css/components/Table/table.css +86 -8
  57. package/css/components/Table/table.d.ts +4 -0
  58. package/css/components/Table/table.js +4 -0
  59. package/css/components/Table/table.mjs +4 -0
  60. package/css/components/Tabs/tabs.css +25 -15
  61. package/css/components/Tabs/tabs.d.ts +1 -0
  62. package/css/components/Tabs/tabs.js +1 -0
  63. package/css/components/Tabs/tabs.mjs +1 -0
  64. package/css/components/TextInputGroup/text-input-group.css +16 -0
  65. package/css/components/TextInputGroup/text-input-group.d.ts +1 -1
  66. package/css/components/TextInputGroup/text-input-group.js +1 -1
  67. package/css/components/TextInputGroup/text-input-group.mjs +1 -1
  68. package/css/components/Timestamp/timestamp.css +4 -0
  69. package/css/components/Timestamp/timestamp.d.ts +2 -1
  70. package/css/components/Timestamp/timestamp.js +2 -1
  71. package/css/components/Timestamp/timestamp.mjs +2 -1
  72. package/css/components/TreeView/tree-view.css +39 -0
  73. package/css/components/TreeView/tree-view.d.ts +1 -0
  74. package/css/components/TreeView/tree-view.js +1 -0
  75. package/css/components/TreeView/tree-view.mjs +1 -0
  76. package/css/components/Truncate/truncate.css +1 -0
  77. package/css/components/_index.css +899 -96
  78. package/css/components/_index.d.ts +27 -2
  79. package/css/components/_index.js +27 -2
  80. package/css/components/_index.mjs +27 -2
  81. package/package.json +3 -3
@@ -8,9 +8,13 @@
8
8
  --pf-v6-c-page__sidebar--xl--Width: var(--pf-v6-c-page__sidebar--Width--base);
9
9
  --pf-v6-c-page__sidebar--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
10
10
  --pf-v6-c-page__sidebar--BoxShadow: none;
11
- --pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
12
- --pf-v6-c-page__sidebar--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
11
+ --pf-v6-c-page__sidebar--TransitionProperty: opacity;
12
+ --pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--fade--default);
13
+ --pf-v6-c-page__sidebar--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
13
14
  --pf-v6-c-page__sidebar--TranslateX: -100%;
15
+ --pf-v6-c-page__sidebar--Opacity: 0;
16
+ --pf-v6-c-page__sidebar--m-expanded--Opacity: 1;
17
+ --pf-v6-c-page__sidebar--xl--Opacity: 1;
14
18
  --pf-v6-c-page__sidebar--TranslateZ: 0;
15
19
  --pf-v6-c-page__sidebar--m-expanded--TranslateX: 0;
16
20
  --pf-v6-c-page__sidebar--xl--TranslateX: 0;
@@ -88,9 +92,17 @@
88
92
  --pf-v6-c-page__main-wizard--BorderBlockStartColor: var(--pf-t--global--border--color--default);
89
93
  --pf-v6-c-page__main-wizard--BorderBlockStartWidth: var(--pf-t--global--border--width--action--default);
90
94
  }
95
+ @media screen and (prefers-reduced-motion: no-preference) {
96
+ .pf-v6-c-page {
97
+ --pf-v6-c-page__sidebar--Opacity: 1;
98
+ --pf-v6-c-page__sidebar--TransitionProperty: transform;
99
+ --pf-v6-c-page__sidebar--TransitionDuration: var(--pf-t--global--motion--duration--slide-in--default);
100
+ }
101
+ }
91
102
  @media screen and (min-width: 75rem) {
92
103
  .pf-v6-c-page {
93
104
  --pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--xl--TranslateX);
105
+ --pf-v6-c-page__sidebar--Opacity: var(--pf-v6-c-page__sidebar--xl--Opacity);
94
106
  }
95
107
  }
96
108
 
@@ -111,6 +123,51 @@
111
123
  grid-template-columns: var(--pf-v6-c-page__sidebar--Width) 1fr;
112
124
  }
113
125
  }
126
+ .pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
127
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
128
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
129
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
130
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
131
+ --pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
132
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
133
+ --pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
134
+ }
135
+ .pf-v6-c-page:where(:has(> .pf-v6-c-page__sidebar.pf-m-expanded)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle :is(.pf-v6-c-button.pf-m-hamburger, .pf-v6-c-button.pf-m-hamburger:hover, .pf-v6-c-button.pf-m-hamburger:focus-visible) {
136
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
137
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
138
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
139
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
140
+ --pf-v6-c-button__icon--ScaleX: 1;
141
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
142
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
143
+ }
144
+ @media (min-width: 75rem) {
145
+ .pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger, .pf-v6-c-page:where(:has(> .pf-v6-c-page__sidebar.pf-m-expanded)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle :is(.pf-v6-c-button.pf-m-hamburger, .pf-v6-c-button.pf-m-hamburger:hover, .pf-v6-c-button.pf-m-hamburger:focus-visible) {
146
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--path--base);
147
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--path--base);
148
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--path--base);
149
+ --pf-v6-c-button__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
150
+ --pf-v6-c-button--hover__icon--TransitionDelay: var(--pf-v6-c-button--hamburger-icon--TransitionDuration);
151
+ }
152
+ .pf-v6-c-page > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
153
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
154
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
155
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
156
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
157
+ --pf-v6-c-button__icon--ScaleX: 1;
158
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
159
+ --pf-v6-c-button--hover__icon--ScaleX: 1;
160
+ }
161
+ .pf-v6-c-page:where(:has(> .pf-v6-c-page__sidebar.pf-m-collapsed)) > .pf-v6-c-masthead .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger:is(:hover, :focus-visible) {
162
+ --pf-v6-c-button--hamburger-icon--top--path: var(--pf-v6-c-button--hamburger-icon--top--collapse--path);
163
+ --pf-v6-c-button--hamburger-icon--arrow--path: var(--pf-v6-c-button--hamburger-icon--arrow--collapse--path);
164
+ --pf-v6-c-button--hamburger-icon--bottom--path: var(--pf-v6-c-button--hamburger-icon--bottom--collapse--path);
165
+ --pf-v6-c-button__icon--TransitionDelay: 0s;
166
+ --pf-v6-c-button__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
167
+ --pf-v6-c-button--hover__icon--TransitionDelay: 0s;
168
+ --pf-v6-c-button--hover__icon--ScaleX: var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX);
169
+ }
170
+ }
114
171
 
115
172
  .pf-v6-c-page > .pf-v6-c-masthead {
116
173
  z-index: var(--pf-v6-c-page--c-masthead--ZIndex);
@@ -139,7 +196,8 @@
139
196
  overflow-y: auto;
140
197
  -webkit-overflow-scrolling: touch;
141
198
  background-color: var(--pf-v6-c-page__sidebar--BackgroundColor);
142
- transition: transform var(--pf-v6-c-page__sidebar--TransitionDuration) var(--pf-v6-c-page__sidebar--TransitionTimingFunction);
199
+ opacity: var(--pf-v6-c-page__sidebar--Opacity);
200
+ transition: var(--pf-v6-c-page__sidebar--TransitionProperty) var(--pf-v6-c-page__sidebar--TransitionDuration) var(--pf-v6-c-page__sidebar--TransitionTimingFunction);
143
201
  transform: translateX(var(--pf-v6-c-page__sidebar--TranslateX)) translateZ(var(--pf-v6-c-page__sidebar--TranslateZ));
144
202
  }
145
203
  :where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-page__sidebar {
@@ -148,6 +206,7 @@
148
206
 
149
207
  .pf-v6-c-page__sidebar.pf-m-expanded {
150
208
  --pf-v6-c-page__sidebar--TranslateX: var(--pf-v6-c-page__sidebar--m-expanded--TranslateX);
209
+ --pf-v6-c-page__sidebar--Opacity: var(--pf-v6-c-page__sidebar--m-expanded--Opacity);
151
210
  box-shadow: var(--pf-v6-c-page__sidebar--BoxShadow);
152
211
  }
153
212
  @media screen and (min-width: 75rem) {
@@ -1,8 +1,11 @@
1
1
  import './page.css';
2
2
  declare const _default: {
3
+ "button": "pf-v6-c-button",
3
4
  "dirRtl": "pf-v6-m-dir-rtl",
4
5
  "masthead": "pf-v6-c-masthead",
6
+ "mastheadToggle": "pf-v6-c-masthead__toggle",
5
7
  "modifiers": {
8
+ "hamburger": "pf-m-hamburger",
6
9
  "expanded": "pf-m-expanded",
7
10
  "collapsed": "pf-m-collapsed",
8
11
  "pageInsets": "pf-m-page-insets",
@@ -2,9 +2,12 @@
2
2
  exports.__esModule = true;
3
3
  require('./page.css');
4
4
  exports.default = {
5
+ "button": "pf-v6-c-button",
5
6
  "dirRtl": "pf-v6-m-dir-rtl",
6
7
  "masthead": "pf-v6-c-masthead",
8
+ "mastheadToggle": "pf-v6-c-masthead__toggle",
7
9
  "modifiers": {
10
+ "hamburger": "pf-m-hamburger",
8
11
  "expanded": "pf-m-expanded",
9
12
  "collapsed": "pf-m-collapsed",
10
13
  "pageInsets": "pf-m-page-insets",
@@ -1,8 +1,11 @@
1
1
  import './page.css';
2
2
  export default {
3
+ "button": "pf-v6-c-button",
3
4
  "dirRtl": "pf-v6-m-dir-rtl",
4
5
  "masthead": "pf-v6-c-masthead",
6
+ "mastheadToggle": "pf-v6-c-masthead__toggle",
5
7
  "modifiers": {
8
+ "hamburger": "pf-m-hamburger",
6
9
  "expanded": "pf-m-expanded",
7
10
  "collapsed": "pf-m-collapsed",
8
11
  "pageInsets": "pf-m-page-insets",
@@ -106,6 +106,22 @@
106
106
  --pf-v6-c-progress__status-icon--Color: var(--pf-v6-c-progress--m-danger__status-icon--Color);
107
107
  --pf-v6-c-progress--m-inside__measure--Color: var(--pf-v6-c-progress--m-danger--m-inside__measure--Color);
108
108
  }
109
+ @media (prefers-reduced-motion: no-preference) {
110
+ .pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__bar {
111
+ translate: var(--pf-v6-global--danger-jiggle--TranslateX, 0);
112
+ animation-name: pf-v6-global-danger-jiggle-motion;
113
+ animation-duration: var(--pf-v6-global--danger-jiggle--AnimationDuration--Transform);
114
+ animation-timing-function: var(--pf-v6-global--danger-jiggle--AnimationTimingFunction--Transform);
115
+ animation-fill-mode: both;
116
+ }
117
+ }
118
+ .pf-v6-c-progress.pf-m-danger .pf-v6-c-progress__status-icon {
119
+ --pf-v6-c-progress--TransitionDuration--Opacity: var(--pf-t--global--motion--duration--fade--default);
120
+ --pf-v6-c-progress--TransitionTimingFunction--Opacity: var(--pf-t--global--motion--timing-function--default);
121
+ animation-name: pf-v6-global-fade-in;
122
+ animation-duration: var(--pf-v6-c-progress--TransitionDuration--Opacity);
123
+ animation-timing-function: var(--pf-v6-c-progress--TransitionTimingFunction--Opacity);
124
+ }
109
125
 
110
126
  .pf-v6-c-progress__description {
111
127
  grid-column: 1/2;
@@ -11,8 +11,8 @@
11
11
  --pf-v6-c-skeleton--after--LinearGradientColorStop1: var(--pf-t--global--background--color--secondary--default);
12
12
  --pf-v6-c-skeleton--after--LinearGradientColorStop2: var(--pf-t--global--background--color--secondary--hover);
13
13
  --pf-v6-c-skeleton--after--LinearGradientColorStop3: var(--pf-t--global--background--color--secondary--default);
14
- --pf-v6-c-skeleton--after--TranslateX: -100%;
15
- --pf-v6-c-skeleton--after--AnimationName: pf-v6-c-skeleton-loading;
14
+ --pf-v6-c-skeleton--after--TranslateX: 0;
15
+ --pf-v6-c-skeleton--after--AnimationName: pf-v6-c-skeleton-loading-reduced-motion;
16
16
  --pf-v6-c-skeleton--after--AnimationDuration: 3s;
17
17
  --pf-v6-c-skeleton--after--AnimationIterationCount: infinite;
18
18
  --pf-v6-c-skeleton--after--AnimationTimingFunction: linear;
@@ -44,6 +44,15 @@
44
44
  --pf-v6-c-skeleton--m-height-75--Height: 75%;
45
45
  --pf-v6-c-skeleton--m-height-100--Height: 100%;
46
46
  }
47
+ @media screen and (prefers-reduced-motion: no-preference) {
48
+ .pf-v6-c-skeleton {
49
+ --pf-v6-c-skeleton--after--LinearGradientColorStop1: var(--pf-t--global--background--color--secondary--default);
50
+ --pf-v6-c-skeleton--after--LinearGradientColorStop2: var(--pf-t--global--background--color--secondary--hover);
51
+ --pf-v6-c-skeleton--after--LinearGradientColorStop3: var(--pf-t--global--background--color--secondary--default);
52
+ --pf-v6-c-skeleton--after--TranslateX: -100%;
53
+ --pf-v6-c-skeleton--after--AnimationName: pf-v6-c-skeleton-loading;
54
+ }
55
+ }
47
56
 
48
57
  .pf-v6-c-skeleton {
49
58
  position: relative;
@@ -163,4 +172,15 @@
163
172
  100% {
164
173
  transform: translateX(100%);
165
174
  }
175
+ }
176
+ @keyframes pf-v6-c-skeleton-loading-reduced-motion {
177
+ 0% {
178
+ opacity: 0.25;
179
+ }
180
+ 60% {
181
+ opacity: 1;
182
+ }
183
+ 100% {
184
+ opacity: 0.25;
185
+ }
166
186
  }
@@ -8,6 +8,7 @@
8
8
  --pf-v6-c-spinner--StrokeWidth: 10;
9
9
  --pf-v6-c-spinner__path--StrokeWidth: var(--pf-v6-c-spinner--StrokeWidth);
10
10
  --pf-v6-c-spinner__path--AnimationTimingFunction: ease-in-out;
11
+ --pf-v6-c-spinner--m-xs--diameter: var(--pf-t--global--icon--size--sm);
11
12
  --pf-v6-c-spinner--m-sm--diameter: var(--pf-t--global--icon--size--md);
12
13
  --pf-v6-c-spinner--m-md--diameter: var(--pf-t--global--icon--size--lg);
13
14
  --pf-v6-c-spinner--m-lg--diameter: var(--pf-t--global--icon--size--xl);
@@ -24,6 +25,10 @@
24
25
  .pf-v6-c-spinner.pf-m-inline {
25
26
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-inline--diameter);
26
27
  }
28
+ .pf-v6-c-spinner.pf-m-xs {
29
+ --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-xs--diameter);
30
+ --pf-v6-c-spinner--StrokeWidth: 15;
31
+ }
27
32
  .pf-v6-c-spinner.pf-m-sm {
28
33
  --pf-v6-c-spinner--diameter: var(--pf-v6-c-spinner--m-sm--diameter);
29
34
  }
@@ -2,6 +2,7 @@ import './spinner.css';
2
2
  declare const _default: {
3
3
  "modifiers": {
4
4
  "inline": "pf-m-inline",
5
+ "xs": "pf-m-xs",
5
6
  "sm": "pf-m-sm",
6
7
  "md": "pf-m-md",
7
8
  "lg": "pf-m-lg",
@@ -4,6 +4,7 @@ require('./spinner.css');
4
4
  exports.default = {
5
5
  "modifiers": {
6
6
  "inline": "pf-m-inline",
7
+ "xs": "pf-m-xs",
7
8
  "sm": "pf-m-sm",
8
9
  "md": "pf-m-md",
9
10
  "lg": "pf-m-lg",
@@ -2,6 +2,7 @@ import './spinner.css';
2
2
  export default {
3
3
  "modifiers": {
4
4
  "inline": "pf-m-inline",
5
+ "xs": "pf-m-xs",
5
6
  "sm": "pf-m-sm",
6
7
  "md": "pf-m-md",
7
8
  "lg": "pf-m-lg",
@@ -34,6 +34,7 @@
34
34
  --pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
35
35
  --pf-v6-c-table--cell--responsive--PaddingInlineEnd: 0;
36
36
  --pf-v6-c-table--cell--responsive--PaddingInlineStart: 0;
37
+ --pf-v6-c-table--cell--responsive--th--FontWeight: var(--pf-t--global--font--weight--body--bold);
37
38
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockStart: var(--pf-t--global--spacer--sm);
38
39
  --pf-v6-c-table--m-compact__tr--responsive--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
39
40
  --pf-v6-c-table--m-compact__tr__td--responsive--PaddingBlockStart: var(--pf-t--global--spacer--xs);
@@ -153,12 +154,15 @@
153
154
  grid-template-columns: 1fr minmax(0, 1.5fr);
154
155
  align-items: start;
155
156
  }
157
+ .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
158
+ align-items: center;
159
+ }
156
160
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
157
161
  grid-column: 2;
158
162
  }
159
163
  .pf-m-grid.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
160
164
  position: revert;
161
- font-weight: bold;
165
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
162
166
  text-align: start;
163
167
  content: attr(data-label);
164
168
  }
@@ -453,12 +457,15 @@
453
457
  grid-template-columns: 1fr minmax(0, 1.5fr);
454
458
  align-items: start;
455
459
  }
460
+ .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
461
+ align-items: center;
462
+ }
456
463
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
457
464
  grid-column: 2;
458
465
  }
459
466
  .pf-m-grid-md.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
460
467
  position: revert;
461
- font-weight: bold;
468
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
462
469
  text-align: start;
463
470
  content: attr(data-label);
464
471
  }
@@ -756,12 +763,15 @@
756
763
  grid-template-columns: 1fr minmax(0, 1.5fr);
757
764
  align-items: start;
758
765
  }
766
+ .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
767
+ align-items: center;
768
+ }
759
769
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
760
770
  grid-column: 2;
761
771
  }
762
772
  .pf-m-grid-lg.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
763
773
  position: revert;
764
- font-weight: bold;
774
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
765
775
  text-align: start;
766
776
  content: attr(data-label);
767
777
  }
@@ -1059,12 +1069,15 @@
1059
1069
  grid-template-columns: 1fr minmax(0, 1.5fr);
1060
1070
  align-items: start;
1061
1071
  }
1072
+ .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
1073
+ align-items: center;
1074
+ }
1062
1075
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
1063
1076
  grid-column: 2;
1064
1077
  }
1065
1078
  .pf-m-grid-xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1066
1079
  position: revert;
1067
- font-weight: bold;
1080
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
1068
1081
  text-align: start;
1069
1082
  content: attr(data-label);
1070
1083
  }
@@ -1362,12 +1375,15 @@
1362
1375
  grid-template-columns: 1fr minmax(0, 1.5fr);
1363
1376
  align-items: start;
1364
1377
  }
1378
+ .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label].pf-m-action {
1379
+ align-items: center;
1380
+ }
1365
1381
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label] > * {
1366
1382
  grid-column: 2;
1367
1383
  }
1368
1384
  .pf-m-grid-2xl.pf-v6-c-table :where(.pf-v6-c-table__th, .pf-v6-c-table__td)[data-label]::before {
1369
1385
  position: revert;
1370
- font-weight: bold;
1386
+ font-weight: var(--pf-v6-c-table--cell--responsive--th--FontWeight);
1371
1387
  text-align: start;
1372
1388
  content: attr(data-label);
1373
1389
  }
@@ -7,6 +7,7 @@ declare const _default: {
7
7
  "expanded": "pf-m-expanded",
8
8
  "selected": "pf-m-selected",
9
9
  "compact": "pf-m-compact",
10
+ "action": "pf-m-action",
10
11
  "noPadding": "pf-m-no-padding",
11
12
  "hoverable": "pf-m-hoverable",
12
13
  "nowrap": "pf-m-nowrap",
@@ -9,6 +9,7 @@ exports.default = {
9
9
  "expanded": "pf-m-expanded",
10
10
  "selected": "pf-m-selected",
11
11
  "compact": "pf-m-compact",
12
+ "action": "pf-m-action",
12
13
  "noPadding": "pf-m-no-padding",
13
14
  "hoverable": "pf-m-hoverable",
14
15
  "nowrap": "pf-m-nowrap",
@@ -7,6 +7,7 @@ export default {
7
7
  "expanded": "pf-m-expanded",
8
8
  "selected": "pf-m-selected",
9
9
  "compact": "pf-m-compact",
10
+ "action": "pf-m-action",
10
11
  "noPadding": "pf-m-no-padding",
11
12
  "hoverable": "pf-m-hoverable",
12
13
  "nowrap": "pf-m-nowrap",
@@ -74,6 +74,15 @@
74
74
  --pf-v6-c-table__action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
75
75
  --pf-v6-c-table__action--PaddingInlineStart: var(--pf-t--global--spacer--sm);
76
76
  --pf-v6-c-table__action--PaddingInlineEnd: var(--pf-t--global--spacer--sm);
77
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
78
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: var(--pf-t--global--motion--duration--fade--default);
79
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
80
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: var(--pf-t--global--motion--duration--fade--short);
81
+ --pf-v6-c-table__expandable-row--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
82
+ --pf-v6-c-table__expandable-row--Opacity: 0;
83
+ --pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity: 1;
84
+ --pf-v6-c-table__expandable-row--TranslateY: 0;
85
+ --pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY: 0;
77
86
  --pf-v6-c-table__expandable-row-content--PaddingBlockStart: var(--pf-t--global--spacer--md);
78
87
  --pf-v6-c-table__expandable-row-content--PaddingBlockEnd: var(--pf-t--global--spacer--md);
79
88
  --pf-v6-c-table__expandable-row-content--PaddingInlineStart: var(--pf-t--global--spacer--md);
@@ -109,6 +118,10 @@
109
118
  --pf-v6-c-table--m-compact__th--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
110
119
  --pf-v6-c-table--m-compact--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
111
120
  --pf-v6-c-table--m-compact--cell--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
121
+ --pf-v6-c-table__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--sm);
122
+ --pf-v6-c-table__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
123
+ --pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
124
+ --pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
112
125
  --pf-v6-c-table--m-compact__action--PaddingBlockStart: var(--pf-t--global--spacer--xs);
113
126
  --pf-v6-c-table--m-compact__action--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
114
127
  --pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor: var(--pf-t--global--border--color--default);
@@ -134,6 +147,13 @@
134
147
  --pf-v6-c-table--m-sticky-header--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
135
148
  --pf-v6-c-table--m-sticky-header--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
136
149
  }
150
+ @media screen and (prefers-reduced-motion: no-preference) {
151
+ .pf-v6-c-table {
152
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
153
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
154
+ --pf-v6-c-table__expandable-row--TranslateY: -.5rem;
155
+ }
156
+ }
137
157
 
138
158
  .pf-v6-c-table {
139
159
  width: 100%;
@@ -330,6 +350,10 @@
330
350
  .pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr) > :where(th, td) {
331
351
  overflow-wrap: break-word;
332
352
  }
353
+ .pf-v6-c-table .pf-v6-c-table__td.pf-m-action {
354
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table__td--m-action--PaddingBlockStart);
355
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__td--m-action--PaddingBlockEnd);
356
+ }
333
357
  .pf-v6-c-table .pf-v6-c-table__sort {
334
358
  min-width: var(--pf-v6-c-table__sort--MinWidth);
335
359
  }
@@ -398,6 +422,45 @@
398
422
  .pf-v6-c-table .pf-v6-c-button .pf-v6-c-table__sort-indicator {
399
423
  --pf-v6-c-table__sort-indicator--MarginInlineStart: 0;
400
424
  }
425
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row {
426
+ display: revert;
427
+ visibility: hidden;
428
+ opacity: var(--pf-v6-c-table__expandable-row--Opacity);
429
+ transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
430
+ transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
431
+ transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide), 0s, 0s;
432
+ transition-property: opacity, translate, visibility, background-color;
433
+ translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
434
+ }
435
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row[hidden] {
436
+ display: revert;
437
+ }
438
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded {
439
+ visibility: visible;
440
+ opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
441
+ transition-delay: 0s;
442
+ transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), 0s, 0s;
443
+ translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
444
+ }
445
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
446
+ max-height: 99999px;
447
+ }
448
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th),
449
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
450
+ padding: 0;
451
+ overflow: hidden;
452
+ transition-delay: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
453
+ transition-property: padding, max-height, overflow;
454
+ }
455
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row:not(.pf-m-expanded) > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
456
+ max-height: 0;
457
+ }
458
+ .pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__control-row.pf-m-no-animate-expand ~ .pf-v6-c-table__expandable-row {
459
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade: 0s;
460
+ --pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide: 0s;
461
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--fade: 0s;
462
+ --pf-v6-c-table__expandable-row--TransitionDuration--expand--slide: 0s;
463
+ }
401
464
 
402
465
  [class*=pf-v6-c-table].pf-m-truncate {
403
466
  --pf-v6-c-table--cell--MinWidth: var(--pf-v6-c-table--m-truncate--cell--MinWidth);
@@ -703,21 +766,25 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
703
766
  position: relative;
704
767
  border-block-end: 0 solid transparent;
705
768
  }
706
- :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
707
- :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
769
+ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
770
+ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
708
771
  padding-block-start: 0;
709
772
  }
710
-
711
- .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
712
- .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
773
+ .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
774
+ .pf-v6-c-table__control-row ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
775
+ padding-block-start: var(--pf-v6-c-table--cell--PaddingBlockStart);
776
+ }
777
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding,
778
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding {
713
779
  padding-block-start: 0;
714
780
  padding-block-end: 0;
715
781
  padding-inline-start: 0;
716
782
  padding-inline-end: 0;
717
783
  }
718
- .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
719
- .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
784
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__td.pf-m-no-padding .pf-v6-c-table__expandable-row-content,
785
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__th.pf-m-no-padding .pf-v6-c-table__expandable-row-content {
720
786
  padding: 0;
787
+ border-radius: 0;
721
788
  }
722
789
  .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content {
723
790
  padding-block-start: var(--pf-v6-c-table__expandable-row-content--PaddingBlockStart);
@@ -727,6 +794,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
727
794
  background-color: var(--pf-v6-c-table__expandable-row-content--BackgroundColor);
728
795
  border-radius: var(--pf-v6-c-table__expandable-row-content--BorderRadius);
729
796
  }
797
+ .pf-v6-c-table__expandable-row .pf-v6-c-table__expandable-row-content.pf-m-no-background {
798
+ background-color: transparent;
799
+ }
730
800
  .pf-v6-c-table__expandable-row.pf-m-expanded {
731
801
  border-block-end-color: var(--pf-v6-c-table__expandable-row--m-expanded--BorderBlockEndColor);
732
802
  border-block-end-width: var(--pf-v6-c-table--border-width--base);
@@ -738,6 +808,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
738
808
  border-block-end: 0;
739
809
  }
740
810
 
811
+ .pf-v6-c-table__tr:has(~ .pf-v6-c-table__expandable-row) {
812
+ border-block-end: 0;
813
+ }
814
+
741
815
  .pf-v6-c-table.pf-m-compact {
742
816
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact--cell--PaddingBlockStart);
743
817
  --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact--cell--PaddingBlockEnd);
@@ -758,6 +832,10 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
758
832
  --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__action--PaddingBlockStart);
759
833
  --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__action--PaddingBlockEnd);
760
834
  }
835
+ .pf-v6-c-table.pf-m-compact .pf-v6-c-table__td.pf-m-action {
836
+ --pf-v6-c-table--cell--PaddingBlockStart: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockStart);
837
+ --pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table--m-compact__td--m-action--PaddingBlockEnd);
838
+ }
761
839
  .pf-v6-c-table.pf-m-compact .pf-v6-c-table__icon {
762
840
  width: auto;
763
841
  min-width: 0;
@@ -793,7 +871,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
793
871
  }
794
872
  .pf-v6-c-table.pf-m-expandable .pf-v6-c-table__tbody.pf-m-expanded .pf-v6-c-table__control-row {
795
873
  background-color: var(--pf-v6-c-table__control-row--BackgroundColor);
796
- border-block-end: var(--pf-v6-c-table__control-row--BorderBlockEndWidth) solid var(--pf-v6-c-table__control-row__tbody--BorderBlockEndColor);
874
+ border-block-end: 0;
797
875
  }
798
876
 
799
877
  .pf-v6-c-table__tr {
@@ -27,12 +27,15 @@ declare const _default: {
27
27
  "favorite": "pf-m-favorite",
28
28
  "borderRight": "pf-m-border-right",
29
29
  "borderLeft": "pf-m-border-left",
30
+ "action": "pf-m-action",
30
31
  "noBorderRows": "pf-m-no-border-rows",
31
32
  "expanded": "pf-m-expanded",
32
33
  "clickable": "pf-m-clickable",
33
34
  "selected": "pf-m-selected",
34
35
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
35
36
  "dragOver": "pf-m-drag-over",
37
+ "animateExpand": "pf-m-animate-expand",
38
+ "noAnimateExpand": "pf-m-no-animate-expand",
36
39
  "truncate": "pf-m-truncate",
37
40
  "wrap": "pf-m-wrap",
38
41
  "nowrap": "pf-m-nowrap",
@@ -41,6 +44,7 @@ declare const _default: {
41
44
  "standalone": "pf-m-standalone",
42
45
  "favorited": "pf-m-favorited",
43
46
  "noPadding": "pf-m-no-padding",
47
+ "noBackground": "pf-m-no-background",
44
48
  "compact": "pf-m-compact",
45
49
  "borderRow": "pf-m-border-row",
46
50
  "width_10": "pf-m-width-10",
@@ -29,12 +29,15 @@ exports.default = {
29
29
  "favorite": "pf-m-favorite",
30
30
  "borderRight": "pf-m-border-right",
31
31
  "borderLeft": "pf-m-border-left",
32
+ "action": "pf-m-action",
32
33
  "noBorderRows": "pf-m-no-border-rows",
33
34
  "expanded": "pf-m-expanded",
34
35
  "clickable": "pf-m-clickable",
35
36
  "selected": "pf-m-selected",
36
37
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
37
38
  "dragOver": "pf-m-drag-over",
39
+ "animateExpand": "pf-m-animate-expand",
40
+ "noAnimateExpand": "pf-m-no-animate-expand",
38
41
  "truncate": "pf-m-truncate",
39
42
  "wrap": "pf-m-wrap",
40
43
  "nowrap": "pf-m-nowrap",
@@ -43,6 +46,7 @@ exports.default = {
43
46
  "standalone": "pf-m-standalone",
44
47
  "favorited": "pf-m-favorited",
45
48
  "noPadding": "pf-m-no-padding",
49
+ "noBackground": "pf-m-no-background",
46
50
  "compact": "pf-m-compact",
47
51
  "borderRow": "pf-m-border-row",
48
52
  "width_10": "pf-m-width-10",
@@ -27,12 +27,15 @@ export default {
27
27
  "favorite": "pf-m-favorite",
28
28
  "borderRight": "pf-m-border-right",
29
29
  "borderLeft": "pf-m-border-left",
30
+ "action": "pf-m-action",
30
31
  "noBorderRows": "pf-m-no-border-rows",
31
32
  "expanded": "pf-m-expanded",
32
33
  "clickable": "pf-m-clickable",
33
34
  "selected": "pf-m-selected",
34
35
  "firstCellOffsetReset": "pf-m-first-cell-offset-reset",
35
36
  "dragOver": "pf-m-drag-over",
37
+ "animateExpand": "pf-m-animate-expand",
38
+ "noAnimateExpand": "pf-m-no-animate-expand",
36
39
  "truncate": "pf-m-truncate",
37
40
  "wrap": "pf-m-wrap",
38
41
  "nowrap": "pf-m-nowrap",
@@ -41,6 +44,7 @@ export default {
41
44
  "standalone": "pf-m-standalone",
42
45
  "favorited": "pf-m-favorited",
43
46
  "noPadding": "pf-m-no-padding",
47
+ "noBackground": "pf-m-no-background",
44
48
  "compact": "pf-m-compact",
45
49
  "borderRow": "pf-m-border-row",
46
50
  "width_10": "pf-m-width-10",