@patternfly/patternfly 6.0.0-alpha.171 → 6.0.0-alpha.172

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.
@@ -985,7 +985,7 @@ cssPrefix: pf-v6-c-menu-toggle
985
985
  <button class="pf-v6-c-menu-toggle" type="button" aria-expanded="false">
986
986
  <span class="pf-v6-c-menu-toggle__icon">
987
987
  <img
988
- class="pf-v6-c-avatar"
988
+ class="pf-v6-c-avatar pf-m-sm"
989
989
  alt="Avatar image"
990
990
  src="/assets/images/img_avatar-light.svg"
991
991
  />
@@ -1006,7 +1006,7 @@ cssPrefix: pf-v6-c-menu-toggle
1006
1006
  >
1007
1007
  <span class="pf-v6-c-menu-toggle__icon">
1008
1008
  <img
1009
- class="pf-v6-c-avatar"
1009
+ class="pf-v6-c-avatar pf-m-sm"
1010
1010
  alt="Avatar image"
1011
1011
  src="/assets/images/img_avatar-light.svg"
1012
1012
  />
@@ -1028,7 +1028,7 @@ cssPrefix: pf-v6-c-menu-toggle
1028
1028
  >
1029
1029
  <span class="pf-v6-c-menu-toggle__icon">
1030
1030
  <img
1031
- class="pf-v6-c-avatar"
1031
+ class="pf-v6-c-avatar pf-m-sm"
1032
1032
  alt="Avatar image"
1033
1033
  src="/assets/images/img_avatar-light.svg"
1034
1034
  />
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.171",
4
+ "version": "6.0.0-alpha.172",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {