@transferwise/components 0.0.0-experimental-d7dd655 → 0.0.0-experimental-3179be2
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/package.json
CHANGED
|
@@ -286,8 +286,11 @@ export const EdgeInstances: Story = {
|
|
|
286
286
|
};
|
|
287
287
|
|
|
288
288
|
/**
|
|
289
|
-
* Like [AvatarView](?path=/docs/content-avatarview--docs#sentiment-awareness), `AvatarLayout` is sentiment-aware and will automatically adjust its colours if wrapped inside the
|
|
289
|
+
* Like [AvatarView](?path=/docs/content-avatarview--docs#sentiment-awareness), `AvatarLayout` is sentiment-aware (note: not all features are supported) and will automatically adjust its colours if wrapped inside the
|
|
290
290
|
* [SentimentSurface](?path=/docs/content-sentimentsurface--docs) component.
|
|
291
|
+
*
|
|
292
|
+
* Features like: `interactive` are not supported.
|
|
293
|
+
* Also `AvatarLayout` isn't supported on `"elevated"` state of `SentimentSurface`.
|
|
291
294
|
*/
|
|
292
295
|
export const SentimentAwareness: Story = {
|
|
293
296
|
parameters: {
|
|
@@ -438,8 +438,11 @@ export const Profiles: Story = {
|
|
|
438
438
|
};
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
|
-
* `AvatarView` is sentiment-aware and will automatically adjust its colours if wrapped inside the
|
|
441
|
+
* `AvatarView` is sentiment-aware (note: not all features are supported) and will automatically adjust its colours if wrapped inside the
|
|
442
442
|
* [SentimentSurface](?path=/docs/content-sentimentsurface--docs) component.
|
|
443
|
+
*
|
|
444
|
+
* Features like `online`, `notification`, `selected`, and `interactive` are not supported.
|
|
445
|
+
* Also `AvatarView` isn't supported on `"elevated"` state of `SentimentSurface`.
|
|
443
446
|
*/
|
|
444
447
|
export const SentimentAwareness: Story = {
|
|
445
448
|
parameters: {
|