Skip to content

Merge pull request #6 from white-label-loyalty/1-develop-tile-components #46

Merge pull request #6 from white-label-loyalty/1-develop-tile-components

Merge pull request #6 from white-label-loyalty/1-develop-tile-components #46

Triggered via push September 23, 2024 11:32
Status Failure
Total duration 59s
Billable time 1m
Artifacts
publish-storybook
47s
publish-storybook
Fit to window
Zoom out
Zoom in

Annotations

10 errors
publish-storybook: lib/components/atoms/BaseTile/BaseTile.stories.tsx#L20
Type '{ tileHeight: TileHeight.Full; configuration: { imageUrl: string; }; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 2 more.
publish-storybook: lib/components/atoms/BaseTile/BaseTile.stories.tsx#L29
Type '{ tileHeight: TileHeight.Half; configuration: { imageUrl: string; }; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 2 more.
publish-storybook: lib/components/atoms/BaseTile/index.tsx#L3
Cannot find module '../../../context/ThemeContext' or its corresponding type declarations.
publish-storybook: lib/components/atoms/BaseTile/index.tsx#L44
Property 'imageUrl' does not exist on type 'TileConfig'.
publish-storybook: lib/components/atoms/BaseTile/index.tsx#L72
Property 'tile' is missing in type '{}' but required in type 'LoadingIndicatorProps'.
publish-storybook: lib/components/atoms/LoadingIndicator/LoadingIndicator.stories.tsx#L21
Type '{ tileHeight: TileHeight.Full; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 3 more.
publish-storybook: lib/components/atoms/LoadingIndicator/LoadingIndicator.stories.tsx#L27
Type '{ tileHeight: TileHeight.Full; }' is missing the following properties from type 'Tile': id, type, active, createdAt, and 3 more.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L51
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L52
Type 'null' is not assignable to type 'string | undefined'.
publish-storybook: lib/components/molecules/Grid/Grid.stories.tsx#L64
Type 'string' is not assignable to type 'Date'.