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
-`size` (number) - Size of the avatar (50, 75, 100, 200, 300, 400, 500, 600, 700)
64
73
-`href` (string) - Link URL when avatar is clickable
65
74
-`label` (string) - Alt text for the avatar image
75
+
-`disabled` (boolean) - Whether the avatar is disabled
76
+
77
+
Note that other link-related attributes are available on the base `LikeAnchor` class, such as `download`, `href`, `referrerpolicy`, `rel`, `target`, and `type` but are not necessarily applicable to the avatar component and so not listed out explicitly here.
66
78
67
79
</details>
68
80
@@ -159,38 +171,37 @@ No significant structural changes.
-`selects` (string) - Selection mode: 'single', 'multiple' **note**: does this need any unique styles designed for single or multi-select swatch groups?
| - |`selects` attribute |No unique styles designed for single or multi-select swatch groups|
119
+
| - |`shape` attribute |See Swatch component |
120
+
| - |`size` attribute |See Swatch component |
118
121
119
122
## Summary of changes
120
123
@@ -125,16 +128,13 @@ None found for this component.
125
128
126
129
**Web Component features missing from CSS:**
127
130
128
-
- Border attribute support
129
-
- Rounding attribute support
130
-
- Selected state management
131
-
- Selection mode (single/multiple)
132
-
- Shape attribute support
133
-
- Size attribute support
131
+
None identified for this component.
134
132
135
133
### CSS Spectrum 2 changes
136
134
137
-
No significant structural changes between CSS main and spectrum-two branches. The templates are identical, indicating that the swatch group component structure remains consistent across Spectrum 2 migration.
135
+
No significant structural changes between CSS main and spectrum-two branches. The templates are identical, indicating that the swatch group component structure remains consistent across Spectrum 2 migration. Swatch group includes a setting for single or multiple selection and it might be worth connecting with design to see if there should be any unique styles designed that differentiates single or multi-select swatch groups.
136
+
137
+
The border attribute is being removed from the group component as the border property is no longer customizable. The design direction is more opinionated for Spectrum 2 than it was for S1.
0 commit comments