@patternfly/patternfly 6.5.0-prerelease.89 → 6.5.0-prerelease.90

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.
@@ -1,5 +1,5 @@
1
1
  .pf-v6-c-drawer {
2
- --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
2
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: 0;
3
3
  --pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
4
4
  --pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
5
5
  --pf-v6-c-drawer__content--FlexBasis: 100%;
@@ -248,6 +248,7 @@
248
248
  flex-direction: column;
249
249
  }
250
250
  .pf-v6-c-drawer.pf-m-expanded {
251
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
251
252
  --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
252
253
  }
253
254
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
@@ -6,8 +6,8 @@ $pf-v6-c-drawer--breakpoint-map--width: build-breakpoint-map("base", "lg", "xl",
6
6
  $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
7
7
 
8
8
  @include pf-root($drawer) {
9
- // Main
10
- --#{$drawer}--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
9
+ // Pill inline main
10
+ --#{$drawer}--m-pill--m-inline__main--Gap: 0;
11
11
 
12
12
  // Section
13
13
  --#{$drawer}__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
@@ -294,6 +294,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
294
294
  // Expanded
295
295
  // stylelint-disable selector-max-class
296
296
  &.pf-m-expanded {
297
+ --#{$drawer}--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
297
298
  --#{$drawer}__panel--TransitionDelay--focus: var(--#{$drawer}__panel--TransitionDelay--expand--focus);
298
299
 
299
300
  > .#{$drawer}__main > .#{$drawer}__panel {
@@ -6363,7 +6363,7 @@ ul) {
6363
6363
  }
6364
6364
 
6365
6365
  .pf-v6-c-drawer {
6366
- --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
6366
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: 0;
6367
6367
  --pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
6368
6368
  --pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
6369
6369
  --pf-v6-c-drawer__content--FlexBasis: 100%;
@@ -6612,6 +6612,7 @@ ul) {
6612
6612
  flex-direction: column;
6613
6613
  }
6614
6614
  .pf-v6-c-drawer.pf-m-expanded {
6615
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
6615
6616
  --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
6616
6617
  }
6617
6618
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
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.5.0-prerelease.89",
4
+ "version": "6.5.0-prerelease.90",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -15514,7 +15514,7 @@ ul) {
15514
15514
  }
15515
15515
 
15516
15516
  .pf-v6-c-drawer {
15517
- --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
15517
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: 0;
15518
15518
  --pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
15519
15519
  --pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
15520
15520
  --pf-v6-c-drawer__content--FlexBasis: 100%;
@@ -15763,6 +15763,7 @@ ul) {
15763
15763
  flex-direction: column;
15764
15764
  }
15765
15765
  .pf-v6-c-drawer.pf-m-expanded {
15766
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
15766
15767
  --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
15767
15768
  }
15768
15769
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
package/patternfly.css CHANGED
@@ -15669,7 +15669,7 @@ ul) {
15669
15669
  }
15670
15670
 
15671
15671
  .pf-v6-c-drawer {
15672
- --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
15672
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: 0;
15673
15673
  --pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
15674
15674
  --pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
15675
15675
  --pf-v6-c-drawer__content--FlexBasis: 100%;
@@ -15918,6 +15918,7 @@ ul) {
15918
15918
  flex-direction: column;
15919
15919
  }
15920
15920
  .pf-v6-c-drawer.pf-m-expanded {
15921
+ --pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
15921
15922
  --pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
15922
15923
  }
15923
15924
  .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {