@patternfly/patternfly 6.0.0-alpha.121 → 6.0.0-alpha.123

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 (175) hide show
  1. package/base/patternfly-variables.css +9 -22
  2. package/base/patternfly-variables.scss +11 -5
  3. package/base/tokens/_index.scss +1 -0
  4. package/base/tokens/tokens-charts-dark.scss +169 -0
  5. package/base/tokens/tokens-charts.scss +75 -65
  6. package/base/tokens/tokens-dark.scss +4 -5
  7. package/base/tokens/tokens-default.scss +10 -11
  8. package/base/tokens/tokens-font.scss +1 -1
  9. package/base/tokens/tokens-palette.scss +4 -5
  10. package/components/AboutModalBox/about-modal-box.css +54 -54
  11. package/components/AboutModalBox/about-modal-box.scss +54 -54
  12. package/components/Accordion/accordion.css +39 -39
  13. package/components/Accordion/accordion.scss +39 -39
  14. package/components/Alert/alert-group.css +15 -15
  15. package/components/Alert/alert-group.scss +15 -15
  16. package/components/Alert/alert.css +46 -46
  17. package/components/Alert/alert.scss +46 -46
  18. package/components/AppLauncher/app-launcher.css +58 -58
  19. package/components/AppLauncher/app-launcher.scss +58 -58
  20. package/components/BackToTop/back-to-top.css +14 -14
  21. package/components/BackToTop/back-to-top.scss +14 -14
  22. package/components/Badge/badge.css +6 -6
  23. package/components/Badge/badge.scss +6 -6
  24. package/components/Banner/banner.css +12 -12
  25. package/components/Banner/banner.scss +12 -12
  26. package/components/Breadcrumb/breadcrumb.css +12 -12
  27. package/components/Breadcrumb/breadcrumb.scss +12 -12
  28. package/components/Button/button.css +93 -93
  29. package/components/Button/button.scss +93 -93
  30. package/components/CalendarMonth/calendar-month.css +42 -42
  31. package/components/CalendarMonth/calendar-month.scss +42 -42
  32. package/components/Card/card.css +59 -59
  33. package/components/Card/card.scss +59 -59
  34. package/components/Check/check.css +2 -2
  35. package/components/Check/check.scss +2 -2
  36. package/components/Chip/chip-group.css +20 -20
  37. package/components/Chip/chip-group.scss +20 -20
  38. package/components/Chip/chip.css +26 -26
  39. package/components/Chip/chip.scss +26 -26
  40. package/components/ClipboardCopy/clipboard-copy.css +36 -36
  41. package/components/ClipboardCopy/clipboard-copy.scss +36 -36
  42. package/components/CodeBlock/code-block.css +19 -19
  43. package/components/CodeBlock/code-block.scss +19 -19
  44. package/components/CodeEditor/code-editor.css +33 -33
  45. package/components/CodeEditor/code-editor.scss +33 -33
  46. package/components/Content/content.css +65 -65
  47. package/components/Content/content.scss +65 -65
  48. package/components/ContextSelector/context-selector.css +145 -145
  49. package/components/ContextSelector/context-selector.scss +145 -145
  50. package/components/DataList/data-list-grid.css +98 -98
  51. package/components/DataList/data-list-grid.scss +14 -14
  52. package/components/DataList/data-list.css +233 -233
  53. package/components/DataList/data-list.scss +135 -135
  54. package/components/DatePicker/date-picker.css +14 -14
  55. package/components/DatePicker/date-picker.scss +14 -14
  56. package/components/DescriptionList/description-list.css +6 -6
  57. package/components/DescriptionList/description-list.scss +6 -6
  58. package/components/Drawer/drawer.css +84 -84
  59. package/components/Drawer/drawer.scss +84 -84
  60. package/components/Dropdown/dropdown.css +126 -126
  61. package/components/Dropdown/dropdown.scss +126 -126
  62. package/components/DualListSelector/dual-list-selector.css +59 -58
  63. package/components/DualListSelector/dual-list-selector.scss +41 -40
  64. package/components/EmptyState/empty-state.css +32 -32
  65. package/components/EmptyState/empty-state.scss +32 -32
  66. package/components/ExpandableSection/expandable-section.css +48 -48
  67. package/components/ExpandableSection/expandable-section.scss +48 -48
  68. package/components/Form/form.css +106 -106
  69. package/components/Form/form.scss +88 -88
  70. package/components/FormControl/form-control.css +44 -44
  71. package/components/FormControl/form-control.scss +44 -44
  72. package/components/HelperText/helper-text.css +2 -2
  73. package/components/HelperText/helper-text.scss +2 -2
  74. package/components/Hint/hint.css +16 -16
  75. package/components/Hint/hint.scss +16 -16
  76. package/components/InlineEdit/inline-edit.css +10 -10
  77. package/components/InlineEdit/inline-edit.scss +10 -10
  78. package/components/InputGroup/input-group.css +16 -16
  79. package/components/InputGroup/input-group.scss +16 -16
  80. package/components/JumpLinks/jump-links.css +75 -75
  81. package/components/JumpLinks/jump-links.scss +75 -75
  82. package/components/Label/label-group.css +26 -26
  83. package/components/Label/label-group.scss +26 -26
  84. package/components/Label/label.css +30 -30
  85. package/components/Label/label.scss +30 -30
  86. package/components/List/list.css +27 -27
  87. package/components/List/list.scss +27 -27
  88. package/components/LogViewer/log-viewer.css +36 -36
  89. package/components/LogViewer/log-viewer.scss +37 -37
  90. package/components/Login/login.css +88 -88
  91. package/components/Login/login.scss +88 -88
  92. package/components/Menu/menu.css +20 -20
  93. package/components/Menu/menu.scss +20 -20
  94. package/components/MenuToggle/menu-toggle.css +58 -58
  95. package/components/MenuToggle/menu-toggle.scss +58 -58
  96. package/components/ModalBox/modal-box.css +39 -39
  97. package/components/ModalBox/modal-box.scss +39 -39
  98. package/components/MultipleFileUpload/multiple-file-upload.css +32 -32
  99. package/components/MultipleFileUpload/multiple-file-upload.scss +32 -32
  100. package/components/NotificationBadge/notification-badge.css +16 -16
  101. package/components/NotificationBadge/notification-badge.scss +16 -16
  102. package/components/NotificationDrawer/notification-drawer.css +41 -41
  103. package/components/NotificationDrawer/notification-drawer.scss +41 -41
  104. package/components/NumberInput/number-input.css +2 -2
  105. package/components/NumberInput/number-input.scss +2 -2
  106. package/components/OptionsMenu/options-menu.css +79 -79
  107. package/components/OptionsMenu/options-menu.scss +79 -79
  108. package/components/Page/page.css +181 -181
  109. package/components/Page/page.scss +131 -131
  110. package/components/Pagination/pagination.css +24 -24
  111. package/components/Pagination/pagination.scss +24 -24
  112. package/components/Panel/panel.css +24 -24
  113. package/components/Panel/panel.scss +24 -24
  114. package/components/Popover/popover.css +48 -48
  115. package/components/Popover/popover.scss +48 -48
  116. package/components/Progress/progress.css +4 -4
  117. package/components/Progress/progress.scss +4 -4
  118. package/components/ProgressStepper/progress-stepper.css +225 -225
  119. package/components/ProgressStepper/progress-stepper.scss +93 -93
  120. package/components/Radio/radio.css +6 -6
  121. package/components/Radio/radio.scss +6 -6
  122. package/components/Select/select.css +171 -171
  123. package/components/Select/select.scss +171 -171
  124. package/components/Sidebar/sidebar.css +44 -44
  125. package/components/Sidebar/sidebar.scss +44 -44
  126. package/components/SimpleList/simple-list.css +18 -18
  127. package/components/SimpleList/simple-list.scss +18 -18
  128. package/components/Skeleton/skeleton.css +4 -4
  129. package/components/Skeleton/skeleton.scss +4 -4
  130. package/components/SkipToContent/skip-to-content.css +4 -4
  131. package/components/SkipToContent/skip-to-content.scss +4 -4
  132. package/components/Slider/slider.css +25 -25
  133. package/components/Slider/slider.scss +25 -25
  134. package/components/Switch/switch.css +4 -4
  135. package/components/Switch/switch.scss +4 -4
  136. package/components/TabContent/tab-content.css +24 -24
  137. package/components/TabContent/tab-content.scss +24 -24
  138. package/components/Table/table-grid.css +404 -404
  139. package/components/Table/table-grid.scss +116 -116
  140. package/components/Table/table-scrollable.css +16 -16
  141. package/components/Table/table-scrollable.scss +16 -16
  142. package/components/Table/table-tree-view.css +251 -251
  143. package/components/Table/table-tree-view.scss +59 -59
  144. package/components/Table/table.css +122 -122
  145. package/components/Table/table.scss +122 -122
  146. package/components/Tabs/tabs.css +118 -118
  147. package/components/Tabs/tabs.scss +118 -118
  148. package/components/TextInputGroup/text-input-group.css +26 -26
  149. package/components/TextInputGroup/text-input-group.scss +26 -26
  150. package/components/Tile/tile.css +13 -13
  151. package/components/Tile/tile.scss +13 -13
  152. package/components/ToggleGroup/toggle-group.css +28 -28
  153. package/components/ToggleGroup/toggle-group.scss +28 -28
  154. package/components/Tooltip/tooltip.css +26 -26
  155. package/components/Tooltip/tooltip.scss +26 -26
  156. package/components/TreeView/tree-view.css +181 -181
  157. package/components/TreeView/tree-view.scss +122 -122
  158. package/components/Wizard/wizard.css +158 -119
  159. package/components/Wizard/wizard.scss +176 -126
  160. package/components/_index.css +4310 -4270
  161. package/docs/components/Drawer/examples/Drawer.md +1 -1
  162. package/docs/components/Slider/examples/Slider.md +39 -39
  163. package/docs/components/Table/examples/Table.md +20 -20
  164. package/docs/components/Wizard/examples/Wizard.md +827 -91
  165. package/docs/demos/Card/examples/Card.css +2 -2
  166. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -44
  167. package/docs/demos/Table/examples/Table.md +20 -20
  168. package/docs/demos/Wizard/examples/Wizard.md +356 -198
  169. package/package.json +1 -1
  170. package/patternfly-base-no-globals.css +9 -22
  171. package/patternfly-base.css +9 -22
  172. package/patternfly-no-globals.css +4319 -4292
  173. package/patternfly.css +4319 -4292
  174. package/patternfly.min.css +1 -1
  175. package/patternfly.min.css.map +1 -1
@@ -16,9 +16,9 @@
16
16
  }
17
17
 
18
18
  #ws-html-demos-c-card-status-card-expanded-with-popover .pf-v6-c-table {
19
- --pf-v6-c-table__expandable-row--after--BorderLeftWidth: 0;
19
+ --pf-v6-c-table__expandable-row--after--BorderInlineStartWidth: 0;
20
20
  --pf-v6-c-table__expandable-row--after--BorderColor: transparent;
21
- --pf-v6-c-table--m-compact--cell--first-last-child--PaddingLeft: var(--pf-v6-global--spacer--sm);
21
+ --pf-v6-c-table--m-compact--cell--first-last-child--PaddingInlineStart: var(--pf-v6-global--spacer--sm);
22
22
  }
23
23
 
24
24
  .ws-chart {
@@ -13,17 +13,7 @@ section: components
13
13
  class="pf-v6-c-form__label"
14
14
  for="password-strength-demo--initial-password"
15
15
  >
16
- <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<span class="pf-v6-c-form__group-label-help">
17
- <span
18
- class="pf-v6-c-button pf-m-no-padding pf-m-plain"
19
- type="button"
20
- role="button"
21
- tabindex="0"
22
- aria-label="More information for password field"
23
- aria-describedby="password-strength-demo--initial-password"
24
- >
25
- <i class="fas fa-question-circle" aria-hidden="true"></i>
26
- </span></span>
16
+ <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>
27
17
  </div>
28
18
  <div class="pf-v6-c-form__group-label-info"></div>
29
19
  </div>
@@ -102,17 +92,7 @@ section: components
102
92
  class="pf-v6-c-form__label"
103
93
  for="password-strength-demo--invalid-password"
104
94
  >
105
- <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<span class="pf-v6-c-form__group-label-help">
106
- <span
107
- class="pf-v6-c-button pf-m-no-padding pf-m-plain"
108
- type="button"
109
- role="button"
110
- tabindex="0"
111
- aria-label="More information for password field"
112
- aria-describedby="password-strength-demo--invalid-password"
113
- >
114
- <i class="fas fa-question-circle" aria-hidden="true"></i>
115
- </span></span>
95
+ <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>
116
96
  </div>
117
97
  <div class="pf-v6-c-form__group-label-info"></div>
118
98
  </div>
@@ -185,17 +165,7 @@ section: components
185
165
  class="pf-v6-c-form__label"
186
166
  for="password-strength-demo--weak-password"
187
167
  >
188
- <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<span class="pf-v6-c-form__group-label-help">
189
- <span
190
- class="pf-v6-c-button pf-m-no-padding pf-m-plain"
191
- type="button"
192
- role="button"
193
- tabindex="0"
194
- aria-label="More information for password field"
195
- aria-describedby="password-strength-demo--weak-password"
196
- >
197
- <i class="fas fa-question-circle" aria-hidden="true"></i>
198
- </span></span>
168
+ <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>
199
169
  </div>
200
170
  <div class="pf-v6-c-form__group-label-info">
201
171
  <div class="pf-v6-c-helper-text">
@@ -277,17 +247,7 @@ section: components
277
247
  class="pf-v6-c-form__label"
278
248
  for="password-strength-demo--strong-password"
279
249
  >
280
- <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>&nbsp;<span class="pf-v6-c-form__group-label-help">
281
- <span
282
- class="pf-v6-c-button pf-m-no-padding pf-m-plain"
283
- type="button"
284
- role="button"
285
- tabindex="0"
286
- aria-label="More information for password field"
287
- aria-describedby="password-strength-demo--strong-password"
288
- >
289
- <i class="fas fa-question-circle" aria-hidden="true"></i>
290
- </span></span>
250
+ <span class="pf-v6-c-form__label-text">Password</span>&nbsp;<span class="pf-v6-c-form__label-required" aria-hidden="true">&#42;</span></label>
291
251
  </div>
292
252
  <div class="pf-v6-c-form__group-label-info">
293
253
  <div class="pf-v6-c-helper-text">
@@ -14304,7 +14304,7 @@ wrapperTag: div
14304
14304
  aria-sort="none"
14305
14305
  data-label="Example th"
14306
14306
  scope="col"
14307
- style="--pf-v6-c-table__sticky-cell--MinWidth: 120px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14307
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 120px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14308
14308
  >
14309
14309
  <button class="pf-v6-c-table__button">
14310
14310
  <span class="pf-v6-c-table__button-content">
@@ -14382,7 +14382,7 @@ wrapperTag: div
14382
14382
  role="columnheader"
14383
14383
  data-label="Example th"
14384
14384
  scope="col"
14385
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14385
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14386
14386
  >State 1</th>
14387
14387
 
14388
14388
  <td
@@ -14436,7 +14436,7 @@ wrapperTag: div
14436
14436
  role="columnheader"
14437
14437
  data-label="Example th"
14438
14438
  scope="col"
14439
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14439
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14440
14440
  >State 2</th>
14441
14441
 
14442
14442
  <td
@@ -14490,7 +14490,7 @@ wrapperTag: div
14490
14490
  role="columnheader"
14491
14491
  data-label="Example th"
14492
14492
  scope="col"
14493
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14493
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14494
14494
  >State 3</th>
14495
14495
 
14496
14496
  <td
@@ -14544,7 +14544,7 @@ wrapperTag: div
14544
14544
  role="columnheader"
14545
14545
  data-label="Example th"
14546
14546
  scope="col"
14547
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14547
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14548
14548
  >State 4</th>
14549
14549
 
14550
14550
  <td
@@ -14598,7 +14598,7 @@ wrapperTag: div
14598
14598
  role="columnheader"
14599
14599
  data-label="Example th"
14600
14600
  scope="col"
14601
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14601
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14602
14602
  >State 5</th>
14603
14603
 
14604
14604
  <td
@@ -14652,7 +14652,7 @@ wrapperTag: div
14652
14652
  role="columnheader"
14653
14653
  data-label="Example th"
14654
14654
  scope="col"
14655
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14655
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14656
14656
  >State 6</th>
14657
14657
 
14658
14658
  <td
@@ -14706,7 +14706,7 @@ wrapperTag: div
14706
14706
  role="columnheader"
14707
14707
  data-label="Example th"
14708
14708
  scope="col"
14709
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14709
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14710
14710
  >State 7</th>
14711
14711
 
14712
14712
  <td
@@ -14760,7 +14760,7 @@ wrapperTag: div
14760
14760
  role="columnheader"
14761
14761
  data-label="Example th"
14762
14762
  scope="col"
14763
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14763
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14764
14764
  >State 8</th>
14765
14765
 
14766
14766
  <td
@@ -14814,7 +14814,7 @@ wrapperTag: div
14814
14814
  role="columnheader"
14815
14815
  data-label="Example th"
14816
14816
  scope="col"
14817
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
14817
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
14818
14818
  >State 9</th>
14819
14819
 
14820
14820
  <td
@@ -15533,7 +15533,7 @@ wrapperTag: div
15533
15533
  aria-sort="none"
15534
15534
  data-label="Example th"
15535
15535
  scope="col"
15536
- style="--pf-v6-c-table__sticky-cell--MinWidth: 120px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15536
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 120px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15537
15537
  >
15538
15538
  <button class="pf-v6-c-table__button">
15539
15539
  <span class="pf-v6-c-table__button-content">
@@ -15611,7 +15611,7 @@ wrapperTag: div
15611
15611
  role="columnheader"
15612
15612
  data-label="Example th"
15613
15613
  scope="col"
15614
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15614
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15615
15615
  >State 1</th>
15616
15616
 
15617
15617
  <td
@@ -15665,7 +15665,7 @@ wrapperTag: div
15665
15665
  role="columnheader"
15666
15666
  data-label="Example th"
15667
15667
  scope="col"
15668
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15668
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15669
15669
  >State 2</th>
15670
15670
 
15671
15671
  <td
@@ -15719,7 +15719,7 @@ wrapperTag: div
15719
15719
  role="columnheader"
15720
15720
  data-label="Example th"
15721
15721
  scope="col"
15722
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15722
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15723
15723
  >State 3</th>
15724
15724
 
15725
15725
  <td
@@ -15773,7 +15773,7 @@ wrapperTag: div
15773
15773
  role="columnheader"
15774
15774
  data-label="Example th"
15775
15775
  scope="col"
15776
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15776
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15777
15777
  >State 4</th>
15778
15778
 
15779
15779
  <td
@@ -15827,7 +15827,7 @@ wrapperTag: div
15827
15827
  role="columnheader"
15828
15828
  data-label="Example th"
15829
15829
  scope="col"
15830
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15830
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15831
15831
  >State 5</th>
15832
15832
 
15833
15833
  <td
@@ -15881,7 +15881,7 @@ wrapperTag: div
15881
15881
  role="columnheader"
15882
15882
  data-label="Example th"
15883
15883
  scope="col"
15884
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15884
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15885
15885
  >State 6</th>
15886
15886
 
15887
15887
  <td
@@ -15935,7 +15935,7 @@ wrapperTag: div
15935
15935
  role="columnheader"
15936
15936
  data-label="Example th"
15937
15937
  scope="col"
15938
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15938
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15939
15939
  >State 7</th>
15940
15940
 
15941
15941
  <td
@@ -15989,7 +15989,7 @@ wrapperTag: div
15989
15989
  role="columnheader"
15990
15990
  data-label="Example th"
15991
15991
  scope="col"
15992
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
15992
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
15993
15993
  >State 8</th>
15994
15994
 
15995
15995
  <td
@@ -16043,7 +16043,7 @@ wrapperTag: div
16043
16043
  role="columnheader"
16044
16044
  data-label="Example th"
16045
16045
  scope="col"
16046
- style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--Left: 100px;"
16046
+ style="--pf-v6-c-table__sticky-cell--MinWidth: 80px; --pf-v6-c-table__sticky-cell--InsetInlineStart: 100px;"
16047
16047
  >State 9</th>
16048
16048
 
16049
16049
  <td