Skip to content

Commit

Permalink
Add missing slots to inline-loading
Browse files Browse the repository at this point in the history
Signed-off-by: Zvonimir Fras <[email protected]>
  • Loading branch information
zvonimirfras committed Feb 1, 2024
1 parent 0fe51a0 commit 5ea0377
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion player/react/src/lib/components/ui-inline-loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,17 @@ export interface InlineLoadingState {
export const type = 'inline-loading';

export const slots = {
...commonSlots
...commonSlots,
status: 'string',
activeIconDescription: 'string',
activeText: 'string',
errorIconDescription: 'string',
errorText: 'string',
inactiveIconDescription: 'string',
inactiveText: 'string',
finishedIconDescription: 'string',
successText: 'string',
successDelay: 'number'
};

export const UIInlineLoading = ({ state }: {
Expand Down

0 comments on commit 5ea0377

Please sign in to comment.