@patternfly/patternfly 6.6.0-prerelease.4 → 6.6.0-prerelease.5

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.
@@ -860,6 +860,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
860
860
  justify-content: flex-start;
861
861
  width: 100%;
862
862
  }
863
+ .pf-v6-c-button.pf-m-docked .pf-v6-c-button__icon {
864
+ min-width: 1lh;
865
+ }
863
866
  @media (min-width: 62rem) {
864
867
  .pf-v6-c-button.pf-m-docked {
865
868
  justify-content: center;
@@ -989,6 +989,10 @@
989
989
  justify-content: flex-start;
990
990
  width: 100%;
991
991
 
992
+ .#{$button}__icon {
993
+ min-width: 1lh;
994
+ }
995
+
992
996
  @media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
993
997
  justify-content: center;
994
998
 
@@ -357,6 +357,9 @@
357
357
  justify-content: flex-start;
358
358
  width: 100%;
359
359
  }
360
+ .pf-v6-c-menu-toggle.pf-m-docked .pf-v6-c-menu-toggle__icon {
361
+ min-width: 1lh;
362
+ }
360
363
  @media (min-width: 62rem) {
361
364
  .pf-v6-c-menu-toggle.pf-m-docked {
362
365
  justify-content: center;
@@ -438,6 +438,10 @@
438
438
  justify-content: flex-start;
439
439
  width: 100%;
440
440
 
441
+ .#{$menu-toggle}__icon {
442
+ min-width: 1lh;
443
+ }
444
+
441
445
  @media (min-width: $pf-v6-global--breakpoint--dock--desktop) {
442
446
  justify-content: center;
443
447
  width: auto;
@@ -459,7 +463,6 @@
459
463
  display: revert;
460
464
  }
461
465
  }
462
-
463
466
  }
464
467
 
465
468
  // Register the property type for the custom property to be animatable
@@ -2483,6 +2483,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
2483
2483
  justify-content: flex-start;
2484
2484
  width: 100%;
2485
2485
  }
2486
+ .pf-v6-c-button.pf-m-docked .pf-v6-c-button__icon {
2487
+ min-width: 1lh;
2488
+ }
2486
2489
  @media (min-width: 62rem) {
2487
2490
  .pf-v6-c-button.pf-m-docked {
2488
2491
  justify-content: center;
@@ -12303,6 +12306,9 @@ ul.pf-v6-c-list {
12303
12306
  justify-content: flex-start;
12304
12307
  width: 100%;
12305
12308
  }
12309
+ .pf-v6-c-menu-toggle.pf-m-docked .pf-v6-c-menu-toggle__icon {
12310
+ min-width: 1lh;
12311
+ }
12306
12312
  @media (min-width: 62rem) {
12307
12313
  .pf-v6-c-menu-toggle.pf-m-docked {
12308
12314
  justify-content: center;
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
- "version": "6.6.0-prerelease.4",
4
+ "version": "6.6.0-prerelease.5",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -11739,6 +11739,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
11739
11739
  justify-content: flex-start;
11740
11740
  width: 100%;
11741
11741
  }
11742
+ .pf-v6-c-button.pf-m-docked .pf-v6-c-button__icon {
11743
+ min-width: 1lh;
11744
+ }
11742
11745
  @media (min-width: 62rem) {
11743
11746
  .pf-v6-c-button.pf-m-docked {
11744
11747
  justify-content: center;
@@ -21559,6 +21562,9 @@ ul.pf-v6-c-list {
21559
21562
  justify-content: flex-start;
21560
21563
  width: 100%;
21561
21564
  }
21565
+ .pf-v6-c-menu-toggle.pf-m-docked .pf-v6-c-menu-toggle__icon {
21566
+ min-width: 1lh;
21567
+ }
21562
21568
  @media (min-width: 62rem) {
21563
21569
  .pf-v6-c-menu-toggle.pf-m-docked {
21564
21570
  justify-content: center;
package/patternfly.css CHANGED
@@ -11894,6 +11894,9 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
11894
11894
  justify-content: flex-start;
11895
11895
  width: 100%;
11896
11896
  }
11897
+ .pf-v6-c-button.pf-m-docked .pf-v6-c-button__icon {
11898
+ min-width: 1lh;
11899
+ }
11897
11900
  @media (min-width: 62rem) {
11898
11901
  .pf-v6-c-button.pf-m-docked {
11899
11902
  justify-content: center;
@@ -21714,6 +21717,9 @@ ul.pf-v6-c-list {
21714
21717
  justify-content: flex-start;
21715
21718
  width: 100%;
21716
21719
  }
21720
+ .pf-v6-c-menu-toggle.pf-m-docked .pf-v6-c-menu-toggle__icon {
21721
+ min-width: 1lh;
21722
+ }
21717
21723
  @media (min-width: 62rem) {
21718
21724
  .pf-v6-c-menu-toggle.pf-m-docked {
21719
21725
  justify-content: center;