@patternfly/patternfly 6.0.0-alpha.167 → 6.0.0-alpha.168

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.
@@ -67,14 +67,13 @@ $pf-v6--include-toolbar-breakpoints: true !default;
67
67
  // - Toolbar content - Toolbar group - Toolbar item - Toolbar group label container - Toolbar group label group
68
68
  .#{$toolbar}__content-section,
69
69
  .#{$toolbar}__group,
70
- .#{$toolbar}__item,
71
- .#{$toolbar}__group.pf-m-label-group-container,
72
- .#{$toolbar}__group.pf-m-label-group {
70
+ .#{$toolbar}__item {
73
71
  @include pf-v6-hidden-visible(flex);
74
72
 
75
73
  flex-wrap: wrap;
76
74
  }
77
75
 
76
+ // - Toolbar content
78
77
  .#{$toolbar}__content {
79
78
  @include pf-v6-hidden-visible(grid);
80
79
  }
@@ -158,7 +157,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
158
157
  column-gap: var(--#{$toolbar}--ColumnGap);
159
158
  }
160
159
 
161
- // - Toolbar content expandable content
160
+ // - Toolbar content - Toolbar expandable content
162
161
  .#{$toolbar}__content,
163
162
  .#{$toolbar}__expandable-content {
164
163
  padding-block-start: var(--#{$toolbar}__content--PaddingBlockStart, var(--#{$toolbar}__content--PaddingBlock));
@@ -360,8 +359,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
360
359
 
361
360
  @each $gap, $gap-value in $pf-v6-c-toolbar--spacer-map {
362
361
  &.pf-m-gap-#{$gap}#{$breakpoint-name} {
363
- row-gap: #{$gap-value};
364
- column-gap: #{$gap-value};
362
+ gap: #{$gap-value};
365
363
  }
366
364
  }
367
365
 
@@ -374,14 +372,6 @@ $pf-v6--include-toolbar-breakpoints: true !default;
374
372
  &.pf-m-row-gap-#{$spacer}#{$breakpoint-name} {
375
373
  row-gap: #{$spacer-value};
376
374
  }
377
-
378
- &.pf-m-margin-inline-start#{$spacer}#{$breakpoint-name} {
379
- margin-inline-start: #{$spacer-value};
380
- }
381
-
382
- &.pf-m-margin-inline-end#{$spacer}#{$breakpoint-name} {
383
- margin-inline-end: #{$spacer-value};
384
- }
385
375
  }
386
376
  }
387
377