feat: Add support for Avatar sizes and images. #206
dry-run.yml
on: pull_request
dry-run
/
Create build tree
3s
dry-run
/
Build board components
2s
dry-run
/
Build code view components
4s
dry-run
/
Build chat components
1m 5s
Matrix: dry-run / Components accessibility tests shards
Matrix: dry-run / Components integration tests shards
dry-run
/
Components unit tests
4s
dry-run
/
Components motion tests
2s
dry-run
/
Demos tests
0s
dry-run
/
Components accessibility tests
0s
dry-run
/
Components integration tests
0s
Annotations
2 errors and 13 warnings
|
src/__tests__/documenter.test.ts > definition for avatar matches the snapshot:
src/__tests__/documenter.test.ts#L15
Error: Snapshot `definition for avatar matches the snapshot > avatar 1` mismatched
- Expected
+ Received
@@ -80,14 +80,13 @@
"name": "tooltipText",
"optional": true,
"type": "string",
},
{
- "description": "Defines the width of the avatar.
+ "description": "Defines the width and height of the avatar.
This value corresponds to the `width` CSS-property and will center and crop images using `object-fit: cover`.
- If no width is provided the avatar will use the default width value of 28px.
- The height of the avatar will be set to the same value as the width.",
+ If no width is provided the avatar will use the default width value of 28px.",
"name": "width",
"optional": true,
"type": "number",
},
],
❯ src/__tests__/documenter.test.ts:15:22
|
|
dry-run / Build chat components
Process completed with exit code 1.
|
|
dry-run / Components integration tests shards (1)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
dry-run / Components integration tests shards (3)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
dry-run / Components accessibility tests shards (5)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
dry-run / Build chat components:
pages/utils/focus-visible.page.tsx#L9
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components:
pages/utils/focus-visible.page.tsx#L10
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components:
pages/utils/focus-visible.page.tsx#L11
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components:
src/__tests__/base-props-support.test.tsx#L25
Prop "id" is forbidden on Components
|
|
dry-run / Build chat components:
src/__tests__/base-props-support.test.tsx#L30
Prop "className" is forbidden on Components
|
|
dry-run / Build chat components:
src/internal/base-component/__tests__/use-base-component.test.tsx#L30
Unexpected any. Specify a different type
|
|
dry-run / Build chat components:
src/internal/base-component/get-data-attributes.ts#L5
Unexpected any. Specify a different type
|
|
dry-run / Build chat components:
src/internal/base-component/use-base-component.ts#L19
Unexpected any. Specify a different type
|
|
dry-run / Build chat components:
src/internal/base-component/use-base-component.ts#L27
Unexpected any. Specify a different type
|
|
dry-run / Build chat components:
src/internal/events/__tests__/events.test.tsx#L81
Unexpected any. Specify a different type
|