@primer/react 38.21.0-rc.620070fb2 → 38.21.0-rc.d8c47bc46
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/generated/components.json +12 -0
- package/package.json +1 -1
|
@@ -1275,6 +1275,18 @@
|
|
|
1275
1275
|
"defaultValue": "false",
|
|
1276
1276
|
"description": "Do not spread the avatars on hover"
|
|
1277
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "variant",
|
|
1280
|
+
"type": "'cascade' | 'stack'",
|
|
1281
|
+
"defaultValue": "'cascade'",
|
|
1282
|
+
"description": "The style of overlapping avatars. 'cascade' increases the overlap for 3rd+ avatars, while 'stack' uses a uniform overlap."
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "shape",
|
|
1286
|
+
"type": "'circle' | 'square'",
|
|
1287
|
+
"defaultValue": "'circle'",
|
|
1288
|
+
"description": "The shape of the avatars."
|
|
1289
|
+
},
|
|
1278
1290
|
{
|
|
1279
1291
|
"name": "size",
|
|
1280
1292
|
"type": "number | { narrow?: number; regular?: number; wide?: number; }",
|
package/package.json
CHANGED