mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Add data-cy for number input widget * Modify faker file * Add spec and constants * Modify spec with random number funtion * Modify button widget spec * Review changes
14 lines
431 B
JavaScript
14 lines
431 B
JavaScript
export const buttonText = {
|
|
defaultWidgetText: "Button",
|
|
defaultWidgetName: "button1",
|
|
buttonTextLabel: "Button Text",
|
|
loadingState: "Loading State",
|
|
buttonDocumentationLink: "Button documentation",
|
|
backgroundColor: "Background Color",
|
|
textColor: "Text color",
|
|
loaderColor: "Loader color",
|
|
defaultBackgroundColor: "#375FCF",
|
|
defaultTextColor: "#fff",
|
|
defaultLoaderColor: "#fff",
|
|
borderRadiusInput: "20",
|
|
};
|