@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.
- package/assets/images/img_avatar-dark.svg +22 -16
- package/assets/images/img_avatar-light.svg +25 -18
- package/base/patternfly-variables.css +907 -906
- package/base/tokens/tokens-charts-dark.scss +153 -153
- package/base/tokens/tokens-charts.scss +153 -153
- package/base/tokens/tokens-dark.scss +301 -301
- package/base/tokens/tokens-default.scss +551 -550
- package/base/tokens/tokens-palette.scss +65 -65
- package/components/Button/button.css +6 -6
- package/components/Button/button.scss +6 -6
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/DataList/data-list.css +2 -2
- package/components/DataList/data-list.scss +2 -2
- package/components/Label/label.css +4 -4
- package/components/Label/label.scss +4 -4
- package/components/MenuToggle/menu-toggle.css +8 -8
- package/components/MenuToggle/menu-toggle.scss +8 -8
- package/components/Page/page.css +1 -1
- package/components/Page/page.scss +1 -1
- package/components/_index.css +22 -22
- package/docs/components/MenuToggle/examples/MenuToggle.md +3 -3
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +907 -906
- package/patternfly-base.css +907 -906
- package/patternfly-charts.css +311 -311
- package/patternfly-no-globals.css +929 -928
- package/patternfly.css +929 -928
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -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
|
/>
|