@patternfly/patternfly 6.0.0-alpha.219 → 6.0.0-alpha.220

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.
@@ -207,6 +207,7 @@
207
207
  padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
208
208
  box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
209
209
  }
210
+ .pf-v6-c-toolbar.pf-m-static,
210
211
  .pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
211
212
  position: static;
212
213
  }
@@ -334,6 +335,7 @@
334
335
  .pf-v6-c-toolbar__expandable-content {
335
336
  position: absolute;
336
337
  inset-block-start: 100%;
338
+ inset-inline-start: 0;
337
339
  z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
338
340
  display: none;
339
341
  row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);
@@ -146,6 +146,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
146
146
 
147
147
  // - Toolbar static
148
148
  &.pf-m-static {
149
+ &,
149
150
  .#{$toolbar}__content {
150
151
  position: static;
151
152
  }
@@ -261,6 +262,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
261
262
  .#{$toolbar}__expandable-content {
262
263
  position: absolute;
263
264
  inset-block-start: 100%;
265
+ inset-inline-start: 0;
264
266
  z-index: var(--#{$toolbar}__expandable-content--ZIndex);
265
267
  display: none;
266
268
  row-gap: var(--#{$toolbar}__expandable-content--RowGap);
@@ -19476,6 +19476,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19476
19476
  padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
19477
19477
  box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
19478
19478
  }
19479
+ .pf-v6-c-toolbar.pf-m-static,
19479
19480
  .pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
19480
19481
  position: static;
19481
19482
  }
@@ -19603,6 +19604,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
19603
19604
  .pf-v6-c-toolbar__expandable-content {
19604
19605
  position: absolute;
19605
19606
  inset-block-start: 100%;
19607
+ inset-inline-start: 0;
19606
19608
  z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
19607
19609
  display: none;
19608
19610
  row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.219",
4
+ "version": "6.0.0-alpha.220",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -25539,6 +25539,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25539
25539
  padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
25540
25540
  box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
25541
25541
  }
25542
+ .pf-v6-c-toolbar.pf-m-static,
25542
25543
  .pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
25543
25544
  position: static;
25544
25545
  }
@@ -25666,6 +25667,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25666
25667
  .pf-v6-c-toolbar__expandable-content {
25667
25668
  position: absolute;
25668
25669
  inset-block-start: 100%;
25670
+ inset-inline-start: 0;
25669
25671
  z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
25670
25672
  display: none;
25671
25673
  row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);
package/patternfly.css CHANGED
@@ -25660,6 +25660,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25660
25660
  padding-block-end: var(--pf-v6-c-toolbar--m-sticky--PaddingBlockEnd);
25661
25661
  box-shadow: var(--pf-v6-c-toolbar--m-sticky--BoxShadow);
25662
25662
  }
25663
+ .pf-v6-c-toolbar.pf-m-static,
25663
25664
  .pf-v6-c-toolbar.pf-m-static .pf-v6-c-toolbar__content {
25664
25665
  position: static;
25665
25666
  }
@@ -25787,6 +25788,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25787
25788
  .pf-v6-c-toolbar__expandable-content {
25788
25789
  position: absolute;
25789
25790
  inset-block-start: 100%;
25791
+ inset-inline-start: 0;
25790
25792
  z-index: var(--pf-v6-c-toolbar__expandable-content--ZIndex);
25791
25793
  display: none;
25792
25794
  row-gap: var(--pf-v6-c-toolbar__expandable-content--RowGap);