fix: Change labels to sentence case for Statistics component #7784 (#7868)

This commit is contained in:
Samir Alibabic 2023-10-20 11:35:34 +02:00 committed by GitHub
parent a2ab6453e0
commit ceb8ce46f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4311,28 +4311,28 @@ export const widgets = [
validation: { schema: { type: 'string' } },
},
loadingState: { type: 'toggle', displayName: 'Loading State', validation: { schema: { type: 'boolean' } } },
loadingState: { type: 'toggle', displayName: 'Loading state', validation: { schema: { type: 'boolean' } } },
},
events: {},
styles: {
primaryLabelColour: {
type: 'color',
displayName: 'Primary Label Colour',
displayName: 'Primary label colour',
validation: { schema: { type: 'string' } },
},
primaryTextColour: {
type: 'color',
displayName: 'Primary Text Colour',
displayName: 'Primary text colour',
validation: { schema: { type: 'string' } },
},
secondaryLabelColour: {
type: 'color',
displayName: 'Secondary Label Colour',
displayName: 'Secondary label colour',
validation: { schema: { type: 'string' } },
},
secondaryTextColour: {
type: 'color',
displayName: 'Secondary Text Colour',
displayName: 'Secondary text colour',
validation: { schema: { type: 'string' } },
},
visibility: {