@@ -54,7 +54,7 @@ docs = unit # make component
5454 , onRequestClose: self.setState _ { modalId = Nothing }
5555 , onActionButtonClick: notNull $ self.setState \state -> state { clicks = state.clicks + 1 }
5656 , actionButtonTitle: " Add clicks"
57- , actionButtonDisabled : Button.Enabled
57+ , actionButtonState : Button.Enabled
5858 , size: Small
5959 , title: " Modal title -- Small"
6060 , variant: " "
@@ -79,7 +79,7 @@ docs = unit # make component
7979 , onRequestClose: self.setState _ { modalId = Nothing }
8080 , onActionButtonClick: notNull $ self.setState \state -> state { clicks = state.clicks + 1 }
8181 , actionButtonTitle: " Add clicks"
82- , actionButtonDisabled : Button.Disabled
82+ , actionButtonState : Button.Disabled
8383 , size: Medium
8484 , title: " Modal title -- Medium"
8585 , variant: " "
@@ -101,7 +101,7 @@ docs = unit # make component
101101 , onRequestClose: self.setState _ { modalId = Nothing }
102102 , onActionButtonClick: notNull $ self.setState \state -> state { clicks = state.clicks + 1 }
103103 , actionButtonTitle: " Add clicks"
104- , actionButtonDisabled : Button.Enabled
104+ , actionButtonState : Button.Enabled
105105 , size: Large
106106 , title: " Modal title -- Large"
107107 , variant: " "
@@ -130,7 +130,7 @@ docs = unit # make component
130130 , onRequestClose: self.setState _ { modalId = Nothing }
131131 , onActionButtonClick: notNull $ self.setState \state -> state { clicks = state.clicks + 1 }
132132 , actionButtonTitle: " Add clicks"
133- , actionButtonDisabled : Button.Enabled
133+ , actionButtonState : Button.Enabled
134134 , size: ExtraLarge
135135 , title: " Modal title -- Extra Large"
136136 , variant: " "
@@ -176,7 +176,7 @@ docs = unit # make component
176176 , onRequestClose: self.setState _ { modalId = Nothing }
177177 , onActionButtonClick: notNull $ self.setState \state -> state { clicks = state.clicks + 1 }
178178 , actionButtonTitle: " Add clicks"
179- , actionButtonDisabled : Button.Enabled
179+ , actionButtonState : Button.Enabled
180180 , size: Small
181181 , title: " Modal title -- Small"
182182 , variant: " "
@@ -201,7 +201,7 @@ docs = unit # make component
201201 , onRequestClose: self.setState _ { modalId = Nothing }
202202 , onActionButtonClick: notNull $ self.setState \state -> state { clicks = state.clicks + 1 }
203203 , actionButtonTitle: " Add clicks"
204- , actionButtonDisabled : Button.Enabled
204+ , actionButtonState : Button.Enabled
205205 , size: Large
206206 , title: " Modal title -- Internall scrolling content"
207207 , variant: " internal-scrolling"
0 commit comments