You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This update contains a breaking visual change to the `LogoSuite` component. `LogoSuite` components without a specified `variant` prop will now automatically apply either `emphasis` or `muted` styles depending on the number of logos in the `LogoBar`.
8
+
9
+
- Added new default behaviour to the `variant` prop of the `LogoSuite` component. If `variant` is `undefined` then either `emphasis` or `muted` styles are automatically applied depending on the number of logos in the `LogoBar`. Five or fewer logos apply the `emphasis` style, while six or more use the `muted` style.
@@ -22,7 +21,7 @@ Use the logo suite component to showcase a list of logos, such as for clients, s
22
21
23
22
A logo suite is intended to build credibility, trust, and provide social proof by displaying consistent logos.
24
23
25
-
Logo suite should be used for groups of logos more than 4 and less than 12. In scenarios hoping to showcase more than 12 logos, considering stacking two components together. To create the best visual consistency and balance, rearrange and resize the logos when necessary to create similar area distribution and attention to each of the logos.
24
+
Logo suite should be used for groups of logos more than 4 and less than 12. To create the best visual consistency and balance, rearrange and resize the logos when necessary to create similar area distribution and attention to each of the logos.
26
25
27
26
### Arrangement
28
27
@@ -50,31 +49,6 @@ Logo suite should be used for groups of logos more than 4 and less than 12. In s
Don’t use the logo suite without a heading/description. Consider turning
73
-
off a visible description if needed.
74
-
</Caption>
75
-
</Dont>
76
-
</DoDontContainer>
77
-
78
52
### Color uniformity
79
53
80
54
<DoDontContainerstacked>
@@ -107,9 +81,11 @@ Logo suite should be used for groups of logos more than 4 and less than 12. In s
107
81
The logo suite offers three appearance options:
108
82
109
83
-`muted`: The muted option is suitable for displaying 6+ logos and displays logos in a `secondary` color. It allows for two rows of logos, maintaining a clean and organized appearance.
110
-
-`emphasis`: The emphasis option is designed for spotlighting ~5 logos in the `primary` color. It displays logos larger, drawing more attention to the logos.
84
+
-`emphasis`: The emphasis option is designed for spotlighting 5 or fewer logos in the `primary` color. It displays logos larger, drawing more attention to the logos.
111
85
-`marquee`: The marquee option provides a flowing logo animation and can accommodate up to 12 logos. It is ideal for scenarios with limited page real estate.
112
86
87
+
The `muted` and `emphasis` variants will automatically be applied if they are not specified. The `muted` variant will be applied if there are 6 or more logos, and the `emphasis` variant will be applied if there are 5 or fewer logos.
88
+
113
89
All three options on the logo bar contains an optional divider. This divider can serve as a visual separator. These three options can be used adjacently.
114
90
115
91
<div>
@@ -118,8 +94,8 @@ All three options on the logo bar contains an optional divider. This divider can
118
94
alt=""
119
95
/>
120
96
<Caption>
121
-
Use the default muted option when displaying 6-12 logos across two rows. 2
122
-
rows (when using 6-12 logos).
97
+
Use the muted option when displaying 6-12 logos across two rows. 2 rows
98
+
(when using 6-12 logos).
123
99
</Caption>
124
100
</div>
125
101
@@ -129,8 +105,8 @@ All three options on the logo bar contains an optional divider. This divider can
129
105
alt=""
130
106
/>
131
107
<Caption>
132
-
The emphasis option can be used to spotlight logos. It is best used with 6
133
-
or less logos to create 1 row.
108
+
The emphasis option can be used to spotlight logos. It is best used with 5
0 commit comments