@@ -36,6 +36,14 @@ Indicates an actionable user action.
36
36
</Story >
37
37
</Canvas >
38
38
39
+ ### Success
40
+
41
+ <Canvas >
42
+ <Story name = ' Success' >
43
+ <Button success >Button</Button >
44
+ </Story >
45
+ </Canvas >
46
+
39
47
### Danger
40
48
41
49
<Canvas >
@@ -93,6 +101,7 @@ Indicates an actionable user action.
93
101
' square + icon' : { square: true , children: <Icon name = ' circled-arrow-down' size = ' x20' /> },
94
102
' text + icon' : { children: <><Icon name = ' circled-arrow-down' size = ' x16' /> Button</> },
95
103
' text + icon + danger' : { children: <><Icon name = ' circled-arrow-down' size = ' x16' /> Button</>, danger: true },
104
+ ' text + icon + success' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, success: true },
96
105
}}
97
106
yAxis = { {
98
107
default: {},
@@ -115,6 +124,7 @@ Indicates an actionable user action.
115
124
' square + icon' : { square: true , children: <Icon name = ' circled-arrow-down' size = ' x16' /> },
116
125
' text + icon' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</> },
117
126
' text + icon + danger' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, danger: true },
127
+ ' text + icon + success' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, success: true },
118
128
}}
119
129
yAxis = { {
120
130
default: {},
@@ -137,6 +147,7 @@ Indicates an actionable user action.
137
147
' square + icon' : { square: true , children: <Icon name = ' circled-arrow-down' size = ' x20' /> },
138
148
' text + icon' : { children: <><Icon name = ' circled-arrow-down' size = ' x16' /> Button</> },
139
149
' text + icon + danger' : { children: <><Icon name = ' circled-arrow-down' size = ' x16' /> Button</>, danger: true },
150
+ ' text + icon + success' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, success: true },
140
151
}}
141
152
yAxis = { {
142
153
default: {},
@@ -159,6 +170,7 @@ Indicates an actionable user action.
159
170
' square + icon' : { square: true , children: <Icon name = ' circled-arrow-down' size = ' x16' /> },
160
171
' text + icon' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</> },
161
172
' text + icon + danger' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, danger: true },
173
+ ' text + icon + success' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, success: true },
162
174
}}
163
175
yAxis = { {
164
176
default: {},
@@ -181,6 +193,7 @@ Indicates an actionable user action.
181
193
' square + icon' : { square: true , children: <Icon name = ' circled-arrow-down' size = ' x20' /> },
182
194
' text + icon' : { children: <><Icon name = ' circled-arrow-down' size = ' x16' /> Button</> },
183
195
' text + icon + danger' : { children: <><Icon name = ' circled-arrow-down' size = ' x16' /> Button</>, danger: true },
196
+ ' text + icon + success' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, success: true },
184
197
}}
185
198
yAxis = { {
186
199
default: {},
@@ -203,6 +216,7 @@ Indicates an actionable user action.
203
216
' square + icon' : { square: true , children: <Icon name = ' circled-arrow-down' size = ' x16' /> },
204
217
' text + icon' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</> },
205
218
' text + icon + danger' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, danger: true },
219
+ ' text + icon + success' : { children: <><Icon name = ' circled-arrow-down' size = ' x12' /> Button</>, success: true },
206
220
}}
207
221
yAxis = { {
208
222
default: {},
0 commit comments