@payfit/unity-components 2.64.3 → 2.64.5
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/dist/esm/components/actionable/Actionable.js +21 -20
- package/dist/esm/components/avatar/Avatar.js +22 -22
- package/dist/esm/components/avatar/AvatarWithTooltip.d.ts +46 -0
- package/dist/esm/components/avatar/AvatarWithTooltip.js +39 -0
- package/dist/esm/components/avatar/InteractiveAvatar.d.ts +65 -0
- package/dist/esm/components/avatar/InteractiveAvatar.js +39 -0
- package/dist/esm/components/avatar/parts/AvatarPair.js +1 -1
- package/dist/esm/components/avatar-group/AvatarGroup.context.d.ts +10 -0
- package/dist/esm/components/avatar-group/AvatarGroup.context.js +18 -0
- package/dist/esm/components/avatar-group/AvatarGroup.d.ts +60 -0
- package/dist/esm/components/avatar-group/AvatarGroup.js +60 -0
- package/dist/esm/components/avatar-group/AvatarGroup.variants.d.ts +32 -0
- package/dist/esm/components/avatar-group/AvatarGroup.variants.js +19 -0
- package/dist/esm/components/avatar-group/figma/AvatarGroup.figma.d.ts +10 -0
- package/dist/esm/components/avatar-group/parts/AvatarGroupCount.d.ts +54 -0
- package/dist/esm/components/avatar-group/parts/AvatarGroupCount.js +38 -0
- package/dist/esm/components/carousel/parts/CarouselContent.js +3 -3
- package/dist/esm/components/segmented-button-group/parts/ToggleButton.js +14 -14
- package/dist/esm/components/selectable-button-group/parts/SelectableButton.js +10 -10
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +203 -199
- package/i18n/fr-FR.json +1 -0
- package/package.json +8 -8
- package/src/agent-references/component-catalog.json +67 -0
|
@@ -229,6 +229,46 @@
|
|
|
229
229
|
],
|
|
230
230
|
"title": "Avatar"
|
|
231
231
|
},
|
|
232
|
+
{
|
|
233
|
+
"description": "Avatar groups display related people or entities with responsive sizing and optional truncation.",
|
|
234
|
+
"docsHref": "?path=/docs/component-reference-avatargroup--docs",
|
|
235
|
+
"id": "component-reference-avatargroup",
|
|
236
|
+
"keywords": ["avatar", "group", "people", "members", "profile", "users"],
|
|
237
|
+
"preview": {
|
|
238
|
+
"type": "story",
|
|
239
|
+
"story": "with-images-and-fallbacks",
|
|
240
|
+
"storyId": "component-reference-avatargroup--with-images-and-fallbacks"
|
|
241
|
+
},
|
|
242
|
+
"related": [],
|
|
243
|
+
"section": "components",
|
|
244
|
+
"tags": ["type:component", "category:content"],
|
|
245
|
+
"title": "AvatarGroup"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"description": "AvatarWithTooltip provides a focusable, non-actionable avatar with an identifying tooltip.",
|
|
249
|
+
"docsHref": "?path=/docs/component-reference-avatar-avatarwithtooltip--docs",
|
|
250
|
+
"id": "component-reference-avatar-avatarwithtooltip",
|
|
251
|
+
"keywords": [
|
|
252
|
+
"avatar",
|
|
253
|
+
"tooltip",
|
|
254
|
+
"profile",
|
|
255
|
+
"identity",
|
|
256
|
+
"accessibility",
|
|
257
|
+
"focus",
|
|
258
|
+
"hover",
|
|
259
|
+
"keyboard",
|
|
260
|
+
"non-actionable"
|
|
261
|
+
],
|
|
262
|
+
"preview": {
|
|
263
|
+
"type": "story",
|
|
264
|
+
"story": "default",
|
|
265
|
+
"storyId": "component-reference-avatar-avatarwithtooltip--default"
|
|
266
|
+
},
|
|
267
|
+
"related": [],
|
|
268
|
+
"section": "components",
|
|
269
|
+
"tags": ["type:component", "category:content", "behavior:disclosure"],
|
|
270
|
+
"title": "AvatarWithTooltip"
|
|
271
|
+
},
|
|
232
272
|
{
|
|
233
273
|
"description": "Labels statuses, counts, or metadata with compact contextual styling and optional icons.",
|
|
234
274
|
"docsHref": "?path=/docs/component-reference-badge--docs",
|
|
@@ -1318,6 +1358,33 @@
|
|
|
1318
1358
|
"tags": ["category:inputs", "type:component", "behavior:editing"],
|
|
1319
1359
|
"title": "Input"
|
|
1320
1360
|
},
|
|
1361
|
+
{
|
|
1362
|
+
"description": "InteractiveAvatar combines an actionable avatar with a tooltip for profile and entity actions.",
|
|
1363
|
+
"docsHref": "?path=/docs/component-reference-avatar-interactiveavatar--docs",
|
|
1364
|
+
"id": "component-reference-avatar-interactiveavatar",
|
|
1365
|
+
"keywords": [
|
|
1366
|
+
"avatar",
|
|
1367
|
+
"interactive",
|
|
1368
|
+
"actionable",
|
|
1369
|
+
"tooltip",
|
|
1370
|
+
"profile",
|
|
1371
|
+
"button",
|
|
1372
|
+
"press",
|
|
1373
|
+
"focus",
|
|
1374
|
+
"hover",
|
|
1375
|
+
"keyboard",
|
|
1376
|
+
"popover"
|
|
1377
|
+
],
|
|
1378
|
+
"preview": {
|
|
1379
|
+
"type": "story",
|
|
1380
|
+
"story": "default",
|
|
1381
|
+
"storyId": "component-reference-avatar-interactiveavatar--default"
|
|
1382
|
+
},
|
|
1383
|
+
"related": [],
|
|
1384
|
+
"section": "components",
|
|
1385
|
+
"tags": ["type:component", "category:content", "behavior:disclosure"],
|
|
1386
|
+
"title": "InteractiveAvatar"
|
|
1387
|
+
},
|
|
1321
1388
|
{
|
|
1322
1389
|
"description": "Labels a form control with required or optional indicators and accessible text styling.",
|
|
1323
1390
|
"docsHref": "?path=/docs/component-reference-label--docs",
|