@patternfly/patternfly 6.0.0-alpha.135 → 6.0.0-alpha.136
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.
- package/components/Toolbar/toolbar.css +108 -54
- package/components/Toolbar/toolbar.scss +2 -1
- package/components/_index.css +108 -54
- package/docs/components/Toolbar/examples/Toolbar.md +6 -3
- package/package.json +1 -1
- package/patternfly-no-globals.css +108 -54
- package/patternfly.css +108 -54
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -355,6 +355,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
355
355
|
|
|
356
356
|
@each $gap, $gap-value in $pf-v6-c-toolbar--spacer-map {
|
|
357
357
|
&.pf-m-gap-#{$gap}#{$breakpoint-name} {
|
|
358
|
+
row-gap: #{$gap-value};
|
|
358
359
|
column-gap: #{$gap-value};
|
|
359
360
|
}
|
|
360
361
|
}
|
|
@@ -366,7 +367,7 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
366
367
|
}
|
|
367
368
|
|
|
368
369
|
&.pf-m-row-gap-#{$spacer}#{$breakpoint-name} {
|
|
369
|
-
|
|
370
|
+
row-gap: #{$spacer-value};
|
|
370
371
|
}
|
|
371
372
|
|
|
372
373
|
&.pf-m-margin-inline-start#{$spacer}#{$breakpoint-name} {
|