@skedulo/breeze-ui 1.10.1 → 1.11.0
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.
|
@@ -436,6 +436,16 @@
|
|
|
436
436
|
"attribute": "theme",
|
|
437
437
|
"reflects": true
|
|
438
438
|
},
|
|
439
|
+
{
|
|
440
|
+
"kind": "field",
|
|
441
|
+
"name": "hyperlink",
|
|
442
|
+
"type": {
|
|
443
|
+
"text": "string | undefined"
|
|
444
|
+
},
|
|
445
|
+
"description": "Makes the avatar clickable and navigates to the provided hyperlink",
|
|
446
|
+
"attribute": "hyperlink",
|
|
447
|
+
"reflects": true
|
|
448
|
+
},
|
|
439
449
|
{
|
|
440
450
|
"kind": "method",
|
|
441
451
|
"name": "handleSlotChange",
|
|
@@ -521,6 +531,14 @@
|
|
|
521
531
|
"default": "'solid'",
|
|
522
532
|
"description": "Sets the theme",
|
|
523
533
|
"fieldName": "theme"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "hyperlink",
|
|
537
|
+
"type": {
|
|
538
|
+
"text": "string | undefined"
|
|
539
|
+
},
|
|
540
|
+
"description": "Makes the avatar clickable and navigates to the provided hyperlink",
|
|
541
|
+
"fieldName": "hyperlink"
|
|
524
542
|
}
|
|
525
543
|
],
|
|
526
544
|
"superclass": {
|
|
@@ -2864,6 +2882,18 @@
|
|
|
2864
2882
|
"name": "Avatar",
|
|
2865
2883
|
"module": "src/components/avatar.ts"
|
|
2866
2884
|
}
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "hyperlink",
|
|
2888
|
+
"type": {
|
|
2889
|
+
"text": "string | undefined"
|
|
2890
|
+
},
|
|
2891
|
+
"description": "Makes the avatar clickable and navigates to the provided hyperlink",
|
|
2892
|
+
"fieldName": "hyperlink",
|
|
2893
|
+
"inheritedFrom": {
|
|
2894
|
+
"name": "Avatar",
|
|
2895
|
+
"module": "src/components/avatar.ts"
|
|
2896
|
+
}
|
|
2867
2897
|
}
|
|
2868
2898
|
],
|
|
2869
2899
|
"members": [
|
|
@@ -2984,6 +3014,20 @@
|
|
|
2984
3014
|
"module": "src/components/avatar.ts"
|
|
2985
3015
|
}
|
|
2986
3016
|
},
|
|
3017
|
+
{
|
|
3018
|
+
"kind": "field",
|
|
3019
|
+
"name": "hyperlink",
|
|
3020
|
+
"type": {
|
|
3021
|
+
"text": "string | undefined"
|
|
3022
|
+
},
|
|
3023
|
+
"description": "Makes the avatar clickable and navigates to the provided hyperlink",
|
|
3024
|
+
"attribute": "hyperlink",
|
|
3025
|
+
"reflects": true,
|
|
3026
|
+
"inheritedFrom": {
|
|
3027
|
+
"name": "Avatar",
|
|
3028
|
+
"module": "src/components/avatar.ts"
|
|
3029
|
+
}
|
|
3030
|
+
},
|
|
2987
3031
|
{
|
|
2988
3032
|
"kind": "method",
|
|
2989
3033
|
"name": "handleSlotChange",
|